Merge changes from emacs-23 branch.
[emacs.git] / lisp / ChangeLog
blobff55081fa9651e68f9142ca0a51a67d732181de2
1 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
3         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
6 2010-09-27  Kenichi Handa  <handa@m17n.org>
8         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
9         "ustar" format.
11 2010-09-27  Kenichi Handa  <handa@m17n.org>
13         * international/mule.el (define-coding-system): Docstring fixed.
15         * international/mule-diag.el (describe-character-set): Use princ
16         with proper print-length and print-level instead of insert.
18 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
20         * window.el (walk-windows): Doc fix (bug#7105).
22 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * emacs-lisp/float-sup.el (e): Remove.
26 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
28         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
29         variable.
30         (starttls-negotiate): Use it.
32 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
35         back.
37 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
41 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
45         * net/netrc.el (netrc-store-data): New function.
47 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
49         * net/gnutls.el: GnuTLS glue code to set up a connection.
51 2010-09-25  Julien Danjou  <julien@danjou.info>
53         * notifications.el: Call dbus-register-signal only if it is bound.
55 2010-09-25  Glenn Morris  <rgm@gnu.org>
57         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
58         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
59         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
60         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
61         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
62         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
63         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
64         * eshell/esh-util.el, eshell/esh-var.el:
65         Remove leading `*' from docs of faces and defcustoms.
67 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
69         * eshell/em-ls.el (eshell-ls-archive-regexp):
70         * eshell/esh-util.el (eshell-tar-regexp):
71         * ibuffer.el (ibuffer-compressed-file-name-regexp):
72         * info.el (Info-suffix-list):
73         * international/mule.el (auto-coding-alist):
74         * woman.el (woman-file-regexp, woman-file-compression-regexp):
75         * progmodes/etags.el (tags-compression-info-list):
76         Support xz compression.
78 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
80         * files.el (get-free-disk-space): Don't assume the "df" output
81         columns line up (Bug#6995).
83 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
85         * finder.el (finder-unknown-keywords):
86         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
87         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
89 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
91         * server.el (server-start): Revert part of 2010-08-08 change.  Using
92         address 127.0.0.1 for local host is now done in Fmake_network_process.
94 2010-09-24  Glenn Morris  <rgm@gnu.org>
96         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
97         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
98         * textmodes/css-mode.el, textmodes/dns-mode.el:
99         Move autoloaded auto-mode-alist entries to files.el.
100         * files.el (auto-mode-alist): Move entries here.
102 2010-09-23  Glenn Morris  <rgm@gnu.org>
104         * isearch.el (isearch-lazy-highlight-cleanup)
105         (isearch-lazy-highlight-initial-delay)
106         (isearch-lazy-highlight-interval)
107         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
108         * net/net-utils.el (ipconfig-program-options):
109         Move aliases to options before the associated definitions.
111 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * newcomment.el (comment-normalize-vars): Better test validity of
114         comment-end-skip.
116 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
119         (float-e): New name for `e'.
120         (degrees-to-radians, radians-to-degrees):
121         * calendar/solar.el (solar-longitude):
122         * calculator.el (calculator-registers, calculator-funcall):
123         * textmodes/artist.el (artist-spray-random-points):
124         * play/bubbles.el (bubbles--initialize-images): Use new names.
126 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
128         Update to CEDET 1.0's version of EIEIO.
130         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
131         New function.
132         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
133         (eieio-default-eval-maybe): Eval val instead of unquoting only.
134         (class-precedence-list): If class is nil, return nil.
135         (eieio-generic-call): If class of first input arg is nil, don't
136         look up static methods, and do check for primary methods.
137         (initialize-instance): See if the default needs to be evaluated
138         during the constructor.
139         (eieio-perform-slot-validation-for-default): Don't do the check
140         for values that will eventually be evaluated.
141         (eieio-eval-default-p): New function.
142         (eieio-default-eval-maybe): Use it.
144 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
146         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
147         method-invocation-order.
148         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
149         (eieio-class-precedence-dfs): Compute class precedence list using
150         dfs algorithm.
151         (eieio-class-precedence-bfs): Compute class precedence list using
152         bfs algorithm.
153         (eieio-class-precedence-c3): Compute class precedence list using
154         c3 algorithm.
155         (class-precedence-list): New function.
156         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
157         (inconsistent-class-hierarchy): New error symbol.
158         (call-next-method): Stow the replacement argument list for future
159         call-next-method invocations.
161 2010-09-23  Glenn Morris  <rgm@gnu.org>
163         * calendar/appt.el (appt-check): If not displaying the diary,
164         use (diary 1) to only get the entries we need.
165         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
166         that it is in day order.  (Bug#7019)
168         * calendar/appt.el (appt-check): Rather than showing the diary,
169         just turn off invisible display, and only if needed.
171         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
173 2010-09-23  Glenn Morris  <rgm@gnu.org>
175         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
176         (byte-compile-defvar, byte-compile-cl-warn):
177         Start warnings with lower-case, like the majority.
179         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
181         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
183         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
184         * files.el (auto-mode-alist): Move ld-script entries here, further down
185         the list.
187         * vc/add-log.el: Don't require timezone when compiling.
188         (timezone-make-date-sortable): Autoload it.
189         (change-log-sortable-date-at): Don't require timezone.
190         Use `ignore-errors'.
192         * comint.el (comint-use-prompt-regexp-instead-of-fields):
193         Move alias before definition, so it does not need autoloading.
195         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
196         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
197         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
198         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
199         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
200         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
201         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
202         * textmodes/tex-mode.el, textmodes/two-column.el:
203         Remove leading `*' from docs of defcustoms etc.
205 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
207         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
209 2010-09-22  Dan Christensen  <jdc@uwo.ca>
211         * calendar/time-date.el (date-to-time): Try using parse-time-string
212         first before using the slower timezone-make-date-arpa-standard.
214 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
216         * calendar/time-date.el (format-seconds): Comment fix.
218 2010-09-22  Glenn Morris  <rgm@gnu.org>
220         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
221         is not automatically buffer-local.
223 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
226         (smie-indent-comment): Be more careful with comment-start-skip.
227         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
228         (smie-indent-functions): Use them.
230 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
232         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
234 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
236         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
237         tool-bar-position.  Don't modify frame parameters here.
238         (menu-bar-options-save): Add tool-bar-position.
240         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
242 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
244         * textmodes/reftex-parse.el (reftex-what-macro)
245         (reftex-context-substring): Let-bind forward-sexp-function to nil
246         since we don't need/want to treat \begin...\end as a block (bug#7053).
248         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
250         * simple.el (blink-matching-open): Use syntax-class.
252         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
253         Set invisibility spec for pascal's outline mode.
254         (pascal-outline-change): Clean up calling convention.
255         (pascal-show-all, pascal-hide-other-defuns): Update callers.
257         * progmodes/prolog.el (prolog-smie-forward-token)
258         (prolog-smie-backward-token): New functions.
259         (prolog-mode-variables): Use them to parse "!," correctly.
260         Set up smie-blink-matching for ".".
262         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
263         and `end'.
264         (ispell-region, ispell-process-line): Update users.
266         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
267         point-min==1.
269         * textmodes/ispell.el: Fix commenting convention.
270         (ispell-parse-output): Simplify, use push.
271         (ispell-region): Use match-string-no-properties.
272         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
273         (ispell-minor-mode): Use define-minor-mode.
274         (ispell-message): Remove unused var `skip-regexp'.
275         (ispell-add-per-file-word-list): Use dynamic let-binding.
276         Try and use the proper comment marker.
278         * mail/sendmail.el: Fix commenting convention.
279         (sendmail-send-it): Use line-beginning-position.
281         * help-fns.el (describe-variable): Add original value, if applicable.
283 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
285         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
287         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
289 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
292         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
293         (smie-prec2-levels): Use them to better diagnose precedence cycles.
294         (smie-blink-matching-check): Don't signal a mismatch if car is t.
295         (smie-blink-matching-open): Rewrite to remove assumptions, so that
296         something like "." can also be a closer.
297         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
298         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
299         Rename internal functions to use "--".  Update callers.
301         * frame.el (make-frame-names-alist): Don't list frames on other displays.
303         * fringe.el (fringe-styles): New var.
304         (fringe-mode, fringe-query-style): Use it.
306 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
308         * progmodes/sql.el: Version 2.8
309         (sql-login-params): Update widget structure; changes still needed.
310         (sql-product-alist): Add :list-all and :list-table features for
311         SQLite, Postgres and MySQL products.
312         (sql-redirect): Handle default value.
313         (sql-execute, sql-execute-feature): New functions.
314         (sql-read-table-name): New function.
315         (sql-list-all, sql-list-table): New functions.  User API.
316         (sql-mode-map, sql-interactive-mode-map): Add key definitions
317         for above functions.
318         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
319         for above functions.
320         (sql-postgres-login-params): Add user and database defaults.
321         (sql-buffer-live-p): Bug fix.
322         (sql-product-history): New variable.
323         (sql-read-product): New function. Use it.
324         (sql-set-product, sql-product-interactive): Use it.
325         (sql-connection-history): New variable.
326         (sql-read-connection): New function.  Use it.
327         (sql-connect): New function.
328         (sql-for-each-login): Redesign function interface.
329         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
330         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
331         (sql-comint): Check for program.  Existing live buffer.
332         (sql-comint-postgres): Add port parameter.
334 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * emacs-lisp/warnings.el: Fix commenting convention.
337         (display-warning): Use special mode and make the buffer read-only.
339 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
341         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
342         empty string when it follows a repeated or optional pattern.
344 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * indent.el (indent-according-to-mode): Apply syntax-propertize.
347         (indent-region): Use indent-according-to-mode.
349 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
351         * fringe.el (fringe-mode): Doc fix.
353 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
355         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
356         refreshing the preview buffer.
358 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
361         (latex-syntax-propertize-rules): New consts; replace
362         tex-font-lock-syntactic-keywords.
363         (tex-env-mark, latex-env-before-change): New functions.
364         (latex-electric-env-pair-mode): New minor mode.
365         (tex-font-lock-verb): Change arguments; do move point.
366         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
367         representation as a form of comment.
368         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
369         (doctex-syntax-propertize-rules): New const; replaces
370         doctex-font-lock-syntactic-keywords.
371         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
373         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
374         (fortran-make-syntax-propertize-function): New function; replaces
375         fortran-font-lock-syntactic-keywords.
376         (fortran-mode): Use it.
377         (fortran-line-length): Use it.  Improve interactive spec.
379         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
380         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
381         when adding surrounding \(..\).
383         * progmodes/js.el (js-mode): Fix last change (bug#7054).
385 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
387         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
388         Use with-current-buffer.
390         * isearch.el (isearch-face): Rename from `isearch'.
391         (isearch-highlight): Use new name.
393 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
395         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
396         5, for `half' width fringes.  (Bug#6933)
398 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
401         (byte-compile-defvar): "foo/bar" does not lack a prefix.
403         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
405 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
407         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
408         in calculating new frame position.  Add more space between new and
409         parent on the left (Bug#7048).
411 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
413         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
414         defmacro.
416 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
418         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
420         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
421         obsolete alias for x-selection-value.
423         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
425 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
427         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
428         cookie.
430 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
432         * net/tramp-compat.el (tramp-compat-with-temp-message)
433         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
434         (tramp-compat-process-put): New defuns.
436         * net/tramp.el (top):
437         * net/tramp-gvfs.el (top):
438         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
440         * net/tramp.el (tramp-progress-reporter-update):
441         Use `tramp-compat-funcall'.
443         * net/tramp.el (tramp-process-actions):
444         * net/tramp-gvfs.el (tramp-handle-vc-registered):
445         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
446         (tramp-get-remote-stat, tramp-get-remote-readlink):
447         Use `tramp-compat-with-temp-message'.
449         * net/tramp-sh.el (top): Require 'cl.
450         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
451         (tramp-open-connection-setup-interactive-shell):
452         Use `tramp-compat-process-put'.
454 2010-09-15  Alan Mackenzie  <acm@muc.de>
456         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
457         indentation.
458         (c-forward-<>-arglist-recur): Fix an infinite recursion.
460 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
462         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
463         `lexical' for warnings related to lexical scoping.
464         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
465         global vars which don't have a prefix and could hence affect lexical
466         scoping in unrelated files.
468 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470         * net/imap.el: Revert back to version
471         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
472         seem problematic.
474 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
476         * obsolete/old-whitespace.el (whitespace-unload-function):
477         Explicitly pass `obarray' to `unintern' to avoid a warning.
479 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
481         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
482         Add `when' argument.  Update callers.
484         * subr.el (unintern): Declare the obarray arg mandatory.
486 2010-09-14  Glenn Morris  <rgm@gnu.org>
488         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
489         Doc fixes.
491         * calendar/diary-lib.el (diary-included-files): New variable.
492         (diary-list-entries): Maybe initialize diary-included-files.
493         (diary-include-other-diary-files): Append to diary-included-files.
494         * calendar/appt.el (appt-update-list): Also check the members of
495         diary-included-files.  (Bug#6999)
496         (appt-check): Doc fix.
498 2010-09-14  David Reitter  <david.reitter@gmail.com>
500         * simple.el (line-move-visual): Do not truncate goal column to
501         integer size.  (Bug#7020)
503 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * repeat.el (repeat): Allow repeating when the last event is a click.
506         Suggested by Drew Adams (bug#6256).
508 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
510         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
511         Replace setting HGRCPATH to "" by some less invasive --config options.
513 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * font-lock.el (font-lock-beginning-of-syntax-function):
516         Mark as obsolete.
518 2010-09-14  Glenn Morris  <rgm@gnu.org>
520         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
521         and tool-bar modes.  (Bug#6211)
522         (menu-bar-mode): Move setting of standard-value after the
523         minor-mode definition, otherwise it seems to have no effect.
525 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
527         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
528         Fix typo.  (Bug#6976)
530 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
532         * whitespace.el: Allow cleaning up blanks without blank
533         visualization (Bug#6651).  Adjust help window for
534         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
535         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
536         (whitespace-style): Add new value 'face.  Adjust docstring.
537         (whitespace-space, whitespace-hspace, whitespace-tab):
538         Adjust foreground property face.
539         (whitespace-line-column): Adjust docstring and type declaration.
540         (whitespace-style-value-list, whitespace-toggle-option-alist)
541         (whitespace-help-text): Adjust const initialization.
542         (whitespace-toggle-options, global-whitespace-toggle-options):
543         Adjust docstring.
544         (whitespace-display-window, whitespace-interactive-char)
545         (whitespace-style-face-p, whitespace-color-on): Adjust code.
546         (whitespace-help-scroll): New fun.
548 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
550         * calendar/time-date.el (format-seconds): Comment fix.
552 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
554         * progmodes/sql.el: Version 2.7.
555         (sql-buffer-live-p): Improve detection.
556         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
557         (sql-set-sqli-buffer): Use it.
558         (sql-product-interactive): Run `sql-set-sqli-hook'.
559         (sql-rename-buffer): Code cleanup.
560         (sql-redirect, sql-redirect-value): New functions.  More to come.
562 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
564         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.
565         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
566         (TRAMP_SRC): New macro.
567         ($(lisp)/net/tramp-loaddefs.el): New target.
569 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
571         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
573         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
575         * net/tramp.el (top): Don't show loading message.  Require just
576         'tramp-compat, everything else is required there.
577         Use `ignore-errors' where appropriate.
578         (tramp-inline-compress-start-size, tramp-copy-size-limit)
579         (tramp-terminal-type, tramp-end-of-output)
580         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
581         (tramp-completion-function-alist-ssh)
582         (tramp-completion-function-alist-telnet)
583         (tramp-completion-function-alist-su)
584         (tramp-completion-function-alist-putty, tramp-remote-path)
585         (tramp-remote-process-environment, tramp-sh-extra-args)
586         (tramp-actions-before-shell, tramp-uudecode)
587         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
588         (tramp-perl-file-attributes)
589         (tramp-perl-directory-files-and-attributes)
590         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
591         (tramp-perl-encode, tramp-perl-decode)
592         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
593         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
594         (tramp-handle-make-symbolic-link, tramp-handle-load)
595         (tramp-handle-file-name-as-directory)
596         (tramp-handle-file-name-directory)
597         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
598         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
599         (tramp-do-file-attributes-with-ls)
600         (tramp-do-file-attributes-with-perl)
601         (tramp-do-file-attributes-with-stat)
602         (tramp-handle-set-visited-file-modtime)
603         (tramp-handle-verify-visited-file-modtime)
604         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
605         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
606         (tramp-handle-file-selinux-context)
607         (tramp-handle-set-file-selinux-context)
608         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
609         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
610         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
611         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
612         (tramp-handle-file-ownership-preserved-p)
613         (tramp-handle-directory-file-name, tramp-handle-directory-files)
614         (tramp-handle-directory-files-and-attributes)
615         (tramp-do-directory-files-and-attributes-with-perl)
616         (tramp-do-directory-files-and-attributes-with-stat)
617         (tramp-handle-file-name-all-completions)
618         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
619         (tramp-handle-copy-file, tramp-handle-copy-directory)
620         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
621         (tramp-do-copy-or-rename-file-via-buffer)
622         (tramp-do-copy-or-rename-file-directly)
623         (tramp-do-copy-or-rename-file-out-of-band)
624         (tramp-handle-make-directory, tramp-handle-delete-directory)
625         (tramp-handle-delete-file)
626         (tramp-handle-dired-recursive-delete-directory)
627         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
628         (tramp-handle-insert-directory)
629         (tramp-handle-unhandled-file-name-directory)
630         (tramp-handle-expand-file-name)
631         (tramp-handle-substitute-in-file-name)
632         (tramp-handle-executable-find, tramp-process-sentinel)
633         (tramp-handle-start-file-process, tramp-handle-process-file)
634         (tramp-handle-call-process-region, tramp-handle-shell-command)
635         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
636         (tramp-handle-insert-file-contents)
637         (tramp-handle-insert-file-contents-literally)
638         (tramp-handle-find-backup-file-name)
639         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
640         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
641         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
642         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
643         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
644         (tramp-find-file-exists-command, tramp-open-shell)
645         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
646         (tramp-open-connection-setup-interactive-shell)
647         (tramp-local-coding-commands, tramp-remote-coding-commands)
648         (tramp-find-inline-encoding, tramp-call-local-coding-command)
649         (tramp-inline-compress-commands, tramp-find-inline-compress)
650         (tramp-compute-multi-hops, tramp-maybe-open-connection)
651         (tramp-send-command, tramp-wait-for-output)
652         (tramp-send-command-and-check, tramp-barf-unless-okay)
653         (tramp-send-command-and-read, tramp-mode-string-to-int)
654         (tramp-convert-file-attributes, tramp-check-cached-permissions)
655         (tramp-file-mode-from-int, tramp-file-mode-permissions)
656         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
657         (tramp-method-out-of-band-p, tramp-local-host-p)
658         (tramp-get-remote-path, tramp-get-remote-tmpdir)
659         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
660         (tramp-get-test-command, tramp-get-test-nt-command)
661         (tramp-get-file-exists-command, tramp-get-remote-ln)
662         (tramp-get-remote-perl, tramp-get-remote-stat)
663         (tramp-get-remote-readlink, tramp-get-remote-trash)
664         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
665         (tramp-get-local-uid, tramp-get-local-gid)
666         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
667         tramp-sh.el.
668         (tramp-methods, tramp-default-method-alist)
669         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
670         Move initialization to tramp-sh.el.
671         (tramp-temp-name-prefix): Make it a defconst.
672         (tramp-dissect-file-name): Don't check anymore for multi-hop
673         methods.
674         (tramp-debug-outline-regexp): Add a docstring.
675         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
676         (tramp-get-debug-buffer): Use it.
678         * net/tramp-cache.el (top): Set tramp-autoload cookie for
679         initialization forms.
680         (tramp-set-connection-property): Don't protect `tramp-message'
681         call, it isn't necessary any longer.
682         (tramp-dump-connection-properties): Use `ignore-errors'.
684         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
685         'password-cache and 'auth-source.
687         * net/tramp-gvfs.el (top):
688         * net/tramp-smb.el (top): Require 'tramp-sh.
690         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
692         * net/tramp-sh.el: New file, derived from tramp.el.
693         (top): Initialize `tramp-methods', `tramp-default-method-alist',
694         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
695         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
696         Use `ignore-errors' where appropriate.
697         (tramp-sh-file-name-handler-alist): Rename from
698         `tramp-file-name-handler-alist'.
699         (tramp-send-command-and-check): Return t or nil.  Remove all
700         `zerop' checks, where called.
701         (tramp-handle-set-file-modes)
702         (tramp-do-copy-or-rename-file-directly)
703         (tramp-handle-delete-directory, tramp-handle-delete-file)
704         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
705         (tramp-sh-file-name-handler, tramp-send-command-and-check)
706         (tramp-get-remote-ln): Set tramp-autoload cookie.
708         * net/tramp-fish.el: Remove file.
710 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
712         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
713         buffer-file-name to avoid file-locking.  (Bug#7026)
715 2010-09-13  Julien Danjou  <julien@danjou.info>
717         * notifications.el (notifications-notify): Add support for
718         image-path and sound-name.
719         (notifications-specification-version): Add this variable.
721 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
725 2010-09-12  Leo  <sdl.web@gmail.com>
727         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
728         (rcirc-completion-start): New variables.
729         (rcirc-nick-completions): Rename to rcirc-completions.
730         (rcirc-nick-completion-start-offset): Delete.
731         (rcirc-completion-at-point): New function for constructing
732         completion data for both nicks and irc commands.  Add to
733         completion-at-point-functions in rcirc mode.
734         (rcirc-complete): Rename from rcirc-nick-complete; use
735         rcirc-completion-at-point.
736         (defun-rcirc-command): Update rcirc-client-commands.
738 2010-09-11  Glenn Morris  <rgm@gnu.org>
740         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
741         atomically, to avoid parallel build errors.  (Bug#4196)
743 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
745         * progmodes/sql.el: Version 2.6
746         (sql-dialect): Synonym for "sql-product".
747         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
748         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
749         Set "sql-buffer" to buffer name not buffer object so multiple sql
750         interactive buffers work properly.  Reverts misguided changes in
751         earlier work.
752         (sql-comint): Make sure different buffer name is used if "*SQL*"
753         buffer is for a different product.
754         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
755         login param.
756         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
757         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
758         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
759         Accept new buffer name or prompt for one.
760         (sql-port): Default to zero.
761         (sql-comint-mysql): Handle "sql-port" as a numeric.
762         (sql-port-history): Delete unused variable.
763         (sql-get-login): Default "sql-port" to a number.
764         (sql-product-alist): Correct Postgres prompt and terminator regexp.
765         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
766         "sqlite3" executables.
767         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
768         (sql-buffer-live-p): New function.
769         (sql-mode-menu, sql-send-string): Use it.
770         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
771         syntax pattern.
772         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
773         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
775 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777         * net/netrc.el (netrc-credentials): New convenience function.
779 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
782         to replace texinfo-font-lock-syntactic-keywords.
783         (texinfo-mode): Use it.
785         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
786         Use syntax-propertize-function.
788         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
789         replace sgml-font-lock-syntactic-keywords.
790         (sgml-mode): Use it.
792         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
793         since we don't use it.
795         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
797         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
798         if available.
799         (vhdl-fontify-buffer): Adjust.
801         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
802         replace tcl-font-lock-syntactic-keywords.
803         (tcl-mode): Use it.
805         * progmodes/simula.el (simula-syntax-propertize-function): New var to
806         replace simula-font-lock-syntactic-keywords.
807         (simula-mode): Use it.
809         * progmodes/sh-script.el (sh-st-symbol): Remove.
810         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
811         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
812         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
813         (sh-font-lock-paren): Set syntax-multiline.
814         (sh-font-lock-syntactic-keywords): Remove.
815         (sh-syntax-propertize-function): New function to replace it.
816         (sh-mode): Use it.
818         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
819         Define while compiling.
820         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
821         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
822         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
823         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
824         (ruby-here-doc-end-syntax): Only define when
825         syntax-propertize is not available.
826         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
827         New functions.
828         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
829         (electric-indent-chars): Silence bytecompiler.
830         (ruby-mode): Use prog-mode, syntax-propertize-function, and
831         electric-indent-chars.
833         * progmodes/python.el (python-syntax-propertize-function): New var to
834         replace python-font-lock-syntactic-keywords.
835         (python-mode): Use it.
836         (python-quote-syntax): Simplify and adjust to new use.
838         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
839         replace perl-font-lock-syntactic-keywords.
840         (perl-syntax-propertize-special-constructs): New fun to replace
841         perl-font-lock-special-syntactic-constructs.
842         (perl-font-lock-syntactic-face-function): New fun.
843         (perl-mode): Use it.
845         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
846         to replace octave-font-lock-close-quotes.
847         (octave-syntax-propertize-function): New function to replace
848         octave-font-lock-syntactic-keywords.
849         (octave-mode): Use it.
851         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
852         replaces mixal-font-lock-syntactic-keywords.
853         (mixal-mode): Use it.
855         * progmodes/make-mode.el (makefile-syntax-propertize-function):
856         New var; replaces makefile-font-lock-syntactic-keywords.
857         (makefile-mode): Use it.
858         (makefile-imake-mode): Adjust.
860         * progmodes/js.el (js--regexp-literal): Define while compiling.
861         (js-syntax-propertize-function): New var; replaces
862         js-font-lock-syntactic-keywords.
863         (js-mode): Use it.
865         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
866         replaces gdb-script-font-lock-syntactic-keywords.
867         (gdb-script-mode): Use it.
869         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
870         (fortran--font-lock-syntactic-keywords): New var.
871         (fortran-line-length): Update syntax-propertize-function and
872         fortran--font-lock-syntactic-keywords.
874         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
876         * progmodes/cfengine.el (cfengine-mode):
877         Use syntax-propertize-function.
878         (cfengine-font-lock-syntactic-keywords): Remove.
880         * progmodes/autoconf.el (autoconf-mode):
881         Use syntax-propertize-function.
882         (autoconf-font-lock-syntactic-keywords): Remove.
884         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
885         (ada-after-change-function, ada-initialize-syntax-table-properties)
886         (ada-handle-syntax-table-properties): Only define when
887         syntax-propertize is not available.
888         (ada-mode): Use syntax-propertize-function.
890         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
891         (font-lock-fontify-syntactic-keywords-region): Move handling of
892         font-lock-syntactically-fontified to...
893         (font-lock-default-fontify-region): ...here.
894         Let syntax-propertize-function take precedence.
895         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
897         * emacs-lisp/syntax.el (syntax-propertize-function)
898         (syntax-propertize-chunk-size, syntax-propertize--done)
899         (syntax-propertize-extend-region-functions): New vars.
900         (syntax-propertize-wholelines, syntax-propertize-multiline)
901         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
902         (syntax-propertize): New functions.
903         (syntax-propertize-rules): New macro.
904         (syntax-ppss-flush-cache): Set syntax-propertize--done.
905         (syntax-ppss): Call syntax-propertize.
907         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
909 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
911         * textmodes/ispell.el (ispell-init-process): Improve comments.
912         XEmacs compatibility changes regarding (add-hook) 'local option
913         and (set-process-query-on-exit-flag).
915 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
917         * net/tramp-cache.el (tramp-parse-connection-properties):
918         Set tramp-autoload cookie.
920 2010-09-09  Glenn Morris  <rgm@gnu.org>
922         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
923         (imagemagick-register-types): Doc fix.
925 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
929         * progmodes/js.el (require): Require is already "eval-and-compile".
930         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
931         (js--re-search-backward): Use js--re-search-forward.
933         * progmodes/fortran.el (fortran-line-length): Don't recompute
934         syntactic keywords redundantly a second time.
936         * progmodes/ada-mode.el: Replace "(set '" with setq.
937         (ada-mode): Simplify.
938         (ada-create-case-exception, ada-adjust-case-interactive)
939         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
940         (ada-search-ignore-string-comment, ada-move-to-start)
941         (ada-move-to-end): Use with-syntax-table.
943         * font-lock.el (save-buffer-state): Remove `varlist' arg.
944         (font-lock-unfontify-region, font-lock-default-fontify-region):
945         Update usage correspondingly.
946         (font-lock-fontify-syntactic-keywords-region):
947         Set parse-sexp-lookup-properties buffer-locally here.
948         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
950         * simple.el (blink-matching-open): Don't burp if we can't find a match.
952 2010-09-08  Glenn Morris  <rgm@gnu.org>
954         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
955         Error if not compiled with -DBYTE_CODE_METER.
957         * emacs-lisp/bytecomp.el (byte-recompile-directory):
958         Ignore dir-locals-file.
960 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * progmodes/compile.el (compilation-error-regexp-alist-alist):
963         Not a const.
964         (compilation-error-regexp-alist-alist): Rule out ": " in file names
965         for the `gnu' messages.
966         (compilation-set-skip-threshold): New command.
967         (compilation-start): Use \' rather than $.
968         (compilation-forget-errors): Use clrhash.
970 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
972         * textmodes/ispell.el (ispell-valid-dictionary-list):
973         Simplify logic.
975 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
977         Migrate to Tramp 2.2.  Rearrange load dependencies.
978         (Bug#1529, Bug#5448, Bug#5705)
980         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
981         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
982         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
984         * net/tramp.el (top): Remove all other tramp-* loads except
985         tramp-compat.el.  Remove all changes to tramp-unload-hook for
986         other tramp-* packages.  Rearrange defun order.  Change calls of
987         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
988         `tramp-compat-octal-to-decimal' to new function names.
989         (tramp-terminal-type, tramp-initial-end-of-output)
990         (tramp-methods, tramp-foreign-file-name-handler-alist)
991         (tramp-tramp-file-p, tramp-completion-mode-p)
992         (tramp-send-command-and-check, tramp-get-remote-path)
993         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
994         (tramp-shell-quote-argument): Set tramp-autoload cookie.
995         (with-file-property, with-connection-property): Move to
996         tramp-cache.el.
997         (tramp-local-call-process, tramp-decimal-to-octal)
998         (tramp-octal-to-decimal): Move to tramp-compat.el.
999         (tramp-handle-shell-command): Do not require 'shell.
1000         (tramp-compute-multi-hops): No special handling for tramp-gw-*
1001         symbols.
1002         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1004         * net/tramp-cache.el (top): Require 'tramp.  Add to
1005         `tramp-unload-hook'.
1006         (tramp-cache-data, tramp-get-file-property)
1007         (tramp-set-file-property, tramp-flush-file-property)
1008         (tramp-flush-directory-property, tramp-get-connection-property)
1009         (tramp-set-connection-property, tramp-flush-connection-property)
1010         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1011         cookie.
1012         (with-file-property, with-connection-property): New defuns, moved
1013         from tramp.el.
1014         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1015         macro.
1017         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1018         (tramp-version): Set tramp-autoload cookie.
1020         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
1021         changes to tramp-unload-hook for other tramp-* packages.  Add to
1022         `tramp-unload-hook'.
1023         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1024         (tramp-compat-call-process): New defuns, moved from tramp.el.
1026         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
1027         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1028         to `tramp-unload-hook'.  Change call of
1029         `tramp-compat-decimal-to-octal' to new function name.
1030         (tramp-fish-method): Make it a defconst.
1031         (tramp-fish-file-name-p): Make it a defsubst.
1032         (tramp-fish-method, tramp-fish-file-name-handler)
1033         (tramp-fish-file-name-p): Set tramp-autoload cookie.
1035         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1036         `tramp-foreign-file-name-handler-alist'.  Add to
1037         `tramp-unload-hook'.
1038         (tramp-ftp-method): Make it a defconst.
1039         (tramp-ftp-file-name-p): Make it a defsubst.
1040         (tramp-ftp-method, tramp-ftp-file-name-handler)
1041         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1043         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1044         `tramp-foreign-file-name-handler-alist'.  Add to
1045         `tramp-unload-hook'.  Change checks, whether package can be
1046         loaded.
1047         (tramp-gvfs-file-name-p): Make it a defsubst.
1048         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1049         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1050         (tramp-gvfs-handle-file-directory-p): New defun.
1051         (tramp-gvfs-file-name-handler-alist): Use it.
1053         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1054         `tramp-foreign-file-name-handler-alist'.  Add to
1055         `tramp-unload-hook'.
1056         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1057         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1058         defconst.
1059         (tramp-gw-tunnel-method, tramp-gw-socks-method)
1060         (tramp-gw-open-connection): Set tramp-autoload cookie.
1062         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
1063         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1064         to `tramp-unload-hook'.  Change checks, whether package can be
1065         loaded.
1066         (tramp-imap-file-name-p): Make it a defsubst.
1067         (tramp-imap-method, tramp-imaps-method)
1068         (tramp-imap-file-name-handler)
1069         (tramp-imap-file-name-p): Set tramp-autoload cookie.
1071         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
1072         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1073         to `tramp-unload-hook'.  Change checks, whether package can be
1074         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
1075         function name.
1076         (tramp-smb-tunnel-method): Make it a defconst.
1077         (tramp-smb-file-name-p): Make it a defsubst.
1078         (tramp-smb-method, tramp-smb-file-name-handler)
1079         (tramp-smb-file-name-p): Set tramp-autoload cookie.
1081         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1082         (tramp-uuencode-region): Set tramp-autoload cookie.
1084         * net/trampver.el (top) Add to `tramp-unload-hook'.
1085         (tramp-version, tramp-bug-report-address): Set tramp-autoload
1086         cookie.  Update release number.
1088 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
1090         * textmodes/ispell.el (ispell-start-process): Make sure original
1091         arg list is properly initialized (Bug#6993, Bug#6994).
1093 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1095         * files.el (directory-abbrev-alist): Use \` as default regexp.
1097         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1098         chars like - or ] (bug#6984).
1099         (rx-any-condense-range): Explode 2-char ranges.
1101 2010-09-06  Glenn Morris  <rgm@gnu.org>
1103         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1105 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * textmodes/bibtex.el:
1108         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1110 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112         * net/imap.el (imap-message-map): Remove optional buffer parameter,
1113         since no callers use it.
1114         (imap-message-get): Ditto.
1115         (imap-message-put): Ditto.
1116         (imap-mailbox-map): Ditto.
1117         (imap-mailbox-put): Ditto.
1118         (imap-mailbox-get): Ditto.
1119         (imap-mailbox-get): Revert last change for this function.
1121 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123         * net/imap.el (imap-fetch-safe): Remove function, and alter all
1124         callers to use `imap-fetch' instead.  According to the comments, this
1125         should be safe, since all other IMAP clients use the 1:* syntax.
1126         (imap-enable-exchange-bug-workaround): Remove.
1127         (imap-debug): Remove -- doesn't seem very useful.
1129 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131         * net/imap.el (imap-log): New convenience function used throughout
1132         instead of repeating the same code all over the place.
1134 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
1136         * mouse.el (mouse-save-then-kill): Save region to kill-ring
1137         when mouse-drag-copy-region is non-nil (Bug#6956).
1139 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
1141         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1142         Improve regexps (Bug#6987).
1143         (dired-sort-toggle): Search more robustly for -t flag.
1145         * files.el (get-free-disk-space): Search more robustly for
1146         "available" column.  Suggested by Ehud Karni
1147         <ehud@unix.mvs.co.il>.
1149 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1151         * international/uni-bidi.el:
1152         * international/uni-category.el:
1153         * international/uni-combining.el:
1154         * international/uni-decimal.el:
1155         * international/uni-mirrored.el:
1156         * international/uni-name.el: Regenerate.
1158 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1160         * electric.el (electric-indent-post-self-insert-function):
1161         Don't reindent with a sloppy indentation function.
1163         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1164         border case in change-log-mode.
1166 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
1168         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1169         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1170         Recognize leading tab in gcc-include regexp.  Ignore names with
1171         leading "from" or "in" in gnu regexp (Bug#6937).
1173 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1176         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1177         (ispell-start-process): Avoid setq and simplify logic.
1178         (ispell-init-process): Setup kill-buffer-hook locally when needed.
1179         (kill-buffer-hook): Don't use it globally with code that uses
1180         expand-file-name since that may call kill-buffer via
1181         code_conversion_restore.
1183 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
1185         * emacs-lisp/package.el (package-directory-list): Only call
1186         file-name-nondirectory on a string.
1188 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1190         * emacs-lisp/package.el (package--download-one-archive):
1191         Ensure that archive-contents is valid before saving it.
1192         (package-activate-1, package-mark-obsolete, define-package)
1193         (package-compute-transaction, package-list-maybe-add): Use push.
1195 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         Use SMIE's blink-paren for octave-mode.
1198         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1199         Backslashes do not escape single-quotes, single-quotes do.
1200         (octave-block-else-regexp, octave-block-end-regexp)
1201         (octave-block-match-alist): Remove.
1202         (octave-smie-bnf-table): New var, with old content.
1203         (octave-smie-op-levels): Use it.
1204         (octave-smie-closer-alist): New var.
1205         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
1206         (octave-blink-matching-block-open): Remove.
1207         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1208         (octave-electric-space): Let self-insert-command run expand-abbrev and
1209         blink parens.
1211         * electric.el (electricity): New group.
1212         (electric-indent-chars): New var.
1213         (electric-indent-post-self-insert-function): New fun.
1214         (electric-indent-mode): New minor mode.
1215         (electric-pair-skip-self): New custom.
1216         (electric-pair-post-self-insert-function): New function.
1217         (electric-pair-mode): New minor mode.
1219         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1220         calcAlg-blink-matching-open.
1221         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1222         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1223         Use the new blink-matching-check-function.
1225         Provide blink-matching support to SMIE.
1226         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1227         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1228         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1230         * simple.el (newline): Fix last change to properly remove itself from
1231         the hook.
1233 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * simple.el (newline): Eliminate optimization.
1236         Use post-self-insert-hook to set hard-newline and things before
1237         running post-self-insert-hook.
1238         (blink-matching-check-mismatch): New function.
1239         (blink-matching-check-function): New variable.
1240         (blink-matching-open): Use them.
1241         Skip back forward over prefix chars skipped by forward-sexp.
1242         Don't check if the parens are backslash escaped.
1243         (blink-paren-post-self-insert-function): Check backslash escaping here.
1245 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1247         * emacs-lisp/package.el (package-menu-mode-map):
1248         Change package-menu-revert bindings to revert-buffer.
1249         (package-menu-mode): Set revert-buffer-function.
1250         (package-menu-revert): Doc fix.
1252 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1254         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1255         `default-directory' unless using Ispell per-directory personal
1256         dictionaries and not in a mini-buffer under XEmacs.
1257         (kill-buffer-hook): Do not kill ispell process on exit when
1258         `ispell-process-directory' is "~/".  (Bug#6143)
1260 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1262         * simple.el (kill-new): Call interprogram-cut-function with only
1263         one argument.
1265         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1266         Remove cut buffer from error message.
1268         * term/x-win.el (x-select-text):
1269         * term/pc-win.el (x-selection-value):
1270         * term/ns-win.el (x-selection-value):
1271         * eshell/em-term.el:
1272         * w32-fns.el (x-get-selection-value):
1273         * mouse-sel.el (mouse-sel-set-selection-function):
1274         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1276         * term/x-win.el: Update documentation for x-last-selected-text-*.
1277         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1278         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1279         (x-select-text): Remove argument PUSH, update documentation.  Remove
1280         cut-buffer code.
1281         (x-selection-value-internal): Was previously x-selection-value.
1282         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1283         Update documentation, remove cut-buffer code.  Call
1284         x-selection-value-internal.
1285         (x-clipboard-yank): Call x-selection-value-internal.
1286         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1288         * term/pc-win.el (x-last-selected-text):
1289         x-cut-buffer-or-selection-value renamed to x-selection-value
1290         (x-select-text): Remove argument PUSH, update documentation.
1292         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1293         x-cut-buffer-or-selection-value renamed to x-selection-value
1294         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1295         (x-select-text): Remove argument PUSH, update documentation.
1297         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1299         * w32-fns.el (x-last-selected-text):
1300         x-cut-buffer-or-selection-value renamed to x-selection-value.
1301         (x-cut-buffer-max): Remove.
1302         (x-select-text): Remove argument PUSH, update documentation.
1304         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1306         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1308         * mouse-sel.el (mouse-sel-get-selection-function):
1309         x-cut-buffer-or-selection-value renamed to x-selection-value.
1310         (x-select-text): Remove optional push.
1312 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * simple.el (blink-paren-function): Move from C to here.
1315         (blink-paren-post-self-insert-function): New function.
1316         (post-self-insert-hook): Use it.
1318         * emacs-lisp/pcase.el (pcase-split-memq):
1319         Fix overenthusiastic optimisation.
1320         (pcase-u1): Handle the case of a lambda pred.
1322 2010-08-31  Kenichi Handa  <handa@m17n.org>
1324         * international/mule-cmds.el (standard-display-european-internal):
1325         Setup standard-display-table for 8-bit characters by storing 8-bit
1326         characters in the element vector.
1328         * disp-table.el (standard-display-8bit):
1329         Setup standard-display-table for 8-bit characters by storing 8-bit
1330         characters in the element vector.
1331         (standard-display-european): Likewise.
1333 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1335         * textmodes/nroff-mode.el (nroff-view): New command.
1336         (nroff-mode-map): Bind it to C-c C-c.
1338 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * emacs-lisp/smie.el (smie-down-list): New command.
1342         Remove old indentation and navigation code on octave-mode.
1343         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1344         smie-down-list rather than add a binding for octave-down-block.
1345         (octave-mark-block, octave-blink-matching-block-open):
1346         Rely on forward-sexp-function.
1347         (octave-fill-paragraph): Don't narrow, so you can use
1348         indent-according-to-mode.
1349         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1350         (octave-in-block-p, octave-re-search-forward-kw)
1351         (octave-re-search-backward-kw, octave-indent-calculate)
1352         (octave-end-as-array-index-p, octave-block-end-offset)
1353         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1354         (octave-down-block, octave-backward-up-block, octave-up-block)
1355         (octave-before-magic-comment-p, octave-indent-line): Remove.
1357 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1359         * emacs-lisp/package.el (package--read-archive-file): Just use
1360         `read', to avoid copying an additional string.
1361         (package-menu-mode): Set header-line-format here.
1362         (package-menu-refresh, package-menu-revert): Signal an error if
1363         not in the Package Menu.
1364         (package-menu-package-list): New var.
1365         (package--generate-package-list): Operate on the current buffer;
1366         don't assume that it is *Packages*, since the user may rename it.
1367         Allow persistent package listings and sort keys using
1368         package-menu-package-list and package-menu-package-sort-key.
1369         (package-menu--version-predicate): Fix version calculation.
1370         (package-menu-sort-by-column): Don't select the window.
1371         (package--list-packages): Create the *Packages* buffer.
1372         Set package-menu-package-list-key.
1373         (list-packages): Sorting by status is now the default.
1374         (package-buffer-info): Use match-string-no-properties.
1375         (define-package): Add a &rest argument for future proofing, but
1376         don't use it yet.
1377         (package-install-from-buffer, package-install-buffer-internal):
1378         Merge into a single function, package-install-from-buffer.
1379         (package-install-file): Change caller.
1381         * finder.el: Load finder-inf using `require'.
1382         (finder-list-matches): Sorting by status is now the default.
1383         (finder-compile-keywords): Simpify printing.
1385 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1388         (octave-mode-map): Remove special bindings for forward/backward-block
1389         and octave-backward-up-block.  Use smie-close-block.
1390         (octave-continuation-marker-regexp): New var.
1391         (octave-continuation-regexp): Use it.
1392         (octave-operator-table, octave-smie-op-levels)
1393         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1394         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1395         (octave-mode): Use SMIE.
1396         (octave-close-block): Delete.
1398 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1400         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1401         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1403 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1405         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1406         a list of parents.
1407         (smie-indent-column): Allow indirection through variables.
1409         * composite.el (save-buffer-state): Delete, unused.
1410         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1411         (font-lock-default-fontify-region): Use with-syntax-table.
1412         * jit-lock.el (with-buffer-unmodified): Remove.
1413         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1415         Use `declare' in defmacros.
1416         * window.el (save-selected-window):
1417         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1418         * progmodes/python.el (def-python-skeleton):
1419         * net/dbus.el (dbus-ignore-errors):
1420         * jka-cmpr-hook.el (with-auto-compression-mode):
1421         * international/mule.el (with-category-table):
1422         * emacs-lisp/timer.el (with-timeout):
1423         * emacs-lisp/lisp-mnt.el (lm-with-file):
1424         * emacs-lisp/eieio.el (with-slots):
1425         * emacs-lisp/easymenu.el (easy-menu-define):
1426         * emacs-lisp/debug.el (debugger-env-macro):
1427         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1428         (Multiple-value-call, Multiple-value-prog1):
1429         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1430         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1431         edebug rule to definition.
1432         * emacs-lisp/lisp-mode.el (save-selected-window)
1433         (with-current-buffer, combine-after-change-calls)
1434         (with-output-to-string, with-temp-file, with-temp-buffer)
1435         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1436         (dolist, dotimes, when, unless):
1437         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1439 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1441         * finder.el: Require `package'.
1442         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1443         (finder-package-info): Var deleted.
1444         (finder-keywords-hash, finder--builtins-alist): New vars.
1445         (finder-compile-keywords): Compute package--builtins and
1446         finder-keywords-hash instead of finder-keywords-hash, respecting
1447         the "Package" header.
1448         (finder-unknown-keywords, finder-list-matches):
1449         Use finder-keywords-hash and package--list-packages.
1450         (finder-mode): Don't set font-lock-defaults.
1451         (finder-exit): We don't use "*Finder-package*" and "*Finder
1452         Category*" buffers anymore.
1454         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1455         (package--builtins): Set default value to nil.
1456         (package-initialize): Load precomputed value of package--builtins
1457         from finder-inf.el.
1458         (package-alist, package-compute-transaction)
1459         (package-download-transaction): Improve docstring.
1460         (package-read-all-archive-contents): Do not change
1461         package--builtins here.
1462         (list-packages): Make package-list-packages an alias for this.
1463         Sort by status by default.
1464         (package--list-packages): Add optional PACKAGES arg.
1465         (describe-package-1): Use font-lock-face property.  For built-in
1466         packages, insert file commentary.
1467         (package--generate-package-list): Rename from
1468         package-list-packages-internal; all callers changed.  Add optional
1469         PACKAGES arg.  Add alphabetical sort fallbacks.
1470         (package-menu--version-predicate, package-menu--status-predicate)
1471         (package-menu--description-predicate)
1472         (package-menu--name-predicate): New functions.
1474         * info.el (Info-finder-find-node): Search package-alist instead of
1475         finder-package-info.
1477 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1479         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1480         "alpha" and "beta".
1481         (version-to-list): Handle versions like "10.3d".
1483 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1486         (macroexp-accumulate): Use `declare'.
1488 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1490         * whitespace.el (whitespace-style): Adjust type declaration.
1492 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1494         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1495         empty argument to gvfs-copy.
1497 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1499         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1500         handle new TRASH arg of `delete-file'.
1502 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1504         * net/tramp.el (tramp-handle-insert-directory): Don't use
1505         `forward-word', its default syntax could be changed.
1507 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1508             Michael Albinus  <michael.albinus@gmx.de>
1510         Implement compression for inline methods.
1512         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1513         (tramp-copy-size-limit): Allow also nil.
1514         (tramp-inline-compress-commands): New defconst.
1515         (tramp-find-inline-compress, tramp-get-inline-compress)
1516         (tramp-get-inline-coding): New defuns.
1517         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1518         replaced by `tramp-get-inline-coding'.
1519         (tramp-handle-file-local-copy, tramp-handle-write-region)
1520         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1522 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1524         Detect ssh 'ControlMaster' argument automatically in some cases.
1526         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1527         (tramp-default-method): Use it.
1529 2010-08-26  Karel Klíč  <kklic@redhat.com>
1531         * net/tramp.el (tramp-file-name-for-operation):
1532         Add file-selinux-context.
1534 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1536         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1538 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1540         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1541         (Bug#6907).
1543 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1545         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1546         (js-paren-indent-offset, js-square-indent-offset)
1547         (js-curly-indent-offset): New options.
1548         (js--proper-indentation): Use them.
1550 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1552         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1553         instead of inspecting font-lock properties (Bug#6916).
1555 2010-08-26  David Reitter  <david.reitter@gmail.com>
1557         * server.el (server-visit-files): Run pre-command-hook and
1558         post-command-hook for each buffer while it is current (Bug#6910).
1559         (server-execute): Do not run hooks here.
1561 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1563         Sync with Tramp 2.1.19.
1565         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1566         (tramp-reporter-dump-variable, tramp-load-report-modules)
1567         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1568         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1570         * net/tramp-compat.el (top): Do not autoload
1571         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1572         only when `start-file-process' is not bound.
1573         (byte-compile-not-obsolete-vars): Define if not bound.
1574         (tramp-compat-funcall): New defmacro.
1575         (tramp-compat-line-beginning-position)
1576         (tramp-compat-line-end-position)
1577         (tramp-compat-temporary-file-directory)
1578         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1579         (tramp-compat-copy-file, tramp-compat-copy-directory)
1580         (tramp-compat-delete-file, tramp-compat-delete-directory)
1581         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1582         Use it.
1583         (tramp-advice-file-expand-wildcards): Do not use
1584         `tramp-handle-file-remote-p'.
1585         (tramp-compat-make-temp-file): Simplify fallback implementation.
1586         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1587         (tramp-compat-copy-tree): Remove function.
1588         (tramp-compat-delete-file): New defun.
1589         (tramp-compat-delete-directory): Provide implementation for older
1590         Emacsen.
1591         (tramp-compat-file-attributes): Handle only
1592         `wrong-number-of-arguments' error.
1594         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1595         Add PRESERVE_SELINUX_CONTEXT.
1596         (tramp-fish-handle-delete-file): Add TRASH arg.
1597         (tramp-fish-handle-directory-files-and-attributes):
1598         Do not use `tramp-fish-handle-file-attributes.
1599         (tramp-fish-handle-file-local-copy)
1600         (tramp-fish-handle-insert-file-contents)
1601         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1603         * net/tramp-gvfs.el (top): Require url-util.
1604         (tramp-gvfs-mount-point): Remove.
1605         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1606         and `set-file-selinux-context'.
1607         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1608         (tramp-gvfs-handle-file-selinux-context)
1609         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1610         (with-tramp-dbus-call-method): Format trace message.
1611         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1612         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1613         Implement backup call, when operation on local files fails.
1614         Use progress reporter.  Flush properties of changed files.
1615         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1616         `tramp-compat-delete-file'.
1617         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1618         (tramp-gvfs-handle-make-directory): Make more traces.
1619         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1620         (tramp-gvfs-url-file-name): Hexify file name in url.
1621         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1622         into account for the resulting file name.
1623         (tramp-gvfs-handler-askquestion): Preserve current message, in
1624         order to let progress reporter continue afterwards.  (Bug#6257)
1625         Return dummy mountpoint, when the answer is "no".
1626         See `tramp-gvfs-maybe-open-connection'.
1627         (tramp-gvfs-handler-mounted-unmounted)
1628         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1629         attribute "default_location".  Set "prefix" property.
1630         Handle default-location.
1631         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1632         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1633         exists.  Raise an error, if not (due to a corresponding answer
1634         "no" in interactive questions, for example).
1635         Use `tramp-compat-funcall'.
1637         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1638         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1639         (tramp-imap-do-copy-or-rename-file)
1640         (tramp-imap-handle-insert-file-contents)
1641         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1642         (tramp-imap-handle-delete-file): Add TRASH arg.
1644         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1645         Add PRESERVE-SELINUX-CONTEXT.
1646         (tramp-smb-handle-copy-file)
1647         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1648         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1649         Use `with-progress-reporter'.
1650         (tramp-smb-handle-delete-file): Add TRASH arg.
1652         * net/tramp.el (tramp-methods): Move hostname to the end in all
1653         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1654         appropriate.
1655         (tramp-verbose): Describe verbose level 9.
1656         (tramp-completion-function-alist)
1657         (tramp-file-name-regexp, tramp-chunksize)
1658         (tramp-local-coding-commands, tramp-remote-coding-commands)
1659         (with-connection-property, tramp-completion-mode-p)
1660         (tramp-action-process-alive, tramp-action-out-of-band)
1661         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1662         (tramp-exists-file-name-handler): Fix docstring.
1663         (tramp-remote-process-environment): Use `format' instead of
1664         `concat'.  Protect version string by apostroph.
1665         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1666         XEmacs.
1667         (tramp-file-name-regexp-unified)
1668         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1669         not regard the volume letter as remote filename.  (Bug#5447)
1670         (tramp-perl-file-attributes)
1671         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1672         (tramp-vc-registered-read-file-names): Read input as
1673         here-document, otherwise the command could exceed maximum length
1674         of command line.
1675         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1676         `set-file-selinux-context'.
1677         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1678         backtrace functions.
1679         (tramp-error-with-buffer): Don't show the connection buffer when
1680         we are in completion mode.
1681         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1682         (tramp-handle-file-selinux-context)
1683         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1684         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1685         New defuns.
1686         (with-progress-reporter): New defmacro.
1687         (tramp-debug-outline-regexp): New defconst.
1688         (top, tramp-rfn-eshadow-setup-minibuffer)
1689         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1690         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1691         (tramp-completion-mode-p, tramp-check-for-regexp)
1692         (tramp-open-connection-setup-interactive-shell)
1693         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1694         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1695         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1696         Use `tramp-compat-funcall'.
1697         (tramp-handle-make-symbolic-link): Flush file properties.
1698         (tramp-handle-load, tramp-handle-file-local-copy)
1699         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1700         (tramp-handle-vc-registered, tramp-maybe-send-script)
1701         (tramp-find-shell): Use `with-progress-reporter'.
1702         (tramp-do-file-attributes-with-stat): Add space in format string,
1703         in order to work around a bug in pdksh.  Reported by Gilles Pion
1704         <gpion@lfdj.com>.
1705         (tramp-handle-verify-visited-file-modtime): Do not send a command
1706         when the connection is not established.
1707         (tramp-handle-set-file-times): Simplify the check for utc.
1708         (tramp-handle-directory-files-and-attributes)
1709         (tramp-get-remote-path): Use `copy-tree'.
1710         (tramp-completion-handle-file-name-all-completions): Ensure, that
1711         non remote files are still checked.  Oops.
1712         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1713         Handle PRESERVE-SELINUX-CONTEXT.
1714         (tramp-do-copy-or-rename-file): Add progress reporter.
1715         (tramp-do-copy-or-rename-file-directly): Do not use
1716         `tramp-handle-file-remote-p'.
1717         (tramp-do-copy-or-rename-file-out-of-band):
1718         Use `tramp-compat-delete-directory'.
1719         (tramp-do-copy-or-rename-file-out-of-band)
1720         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1721         Use `format-spec-make'.
1722         (tramp-handle-delete-file): Add TRASH arg.
1723         (tramp-handle-dired-uncache): Flush directory cache, not only file
1724         cache.
1725         (tramp-handle-expand-file-name)
1726         (tramp-completion-handle-file-name-all-completions)
1727         (tramp-completion-handle-file-name-completion):
1728         Use `tramp-connectable-p'.
1729         (tramp-handle-start-file-process): Set connection property "vec".
1730         Use it, in order to invalidate file caches.  Check only for
1731         `remote-tty' process property.
1732         Implement tty setting.  (Bug#4604, Bug#6360)
1733         (tramp-file-name-for-operation): Add `call-process-region' and
1734         `set-file-selinux-context'.
1735         (tramp-find-foreign-file-name-handler)
1736         (tramp-advice-make-auto-save-file-name)
1737         (tramp-set-auto-save-file-modes): Remove superfluous check for
1738         `stringp'.  This is done inside `tramp-tramp-file-p'.
1739         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1740         operations when we are in completion mode.  This gives the user
1741         the chance to correct the file name in the minibuffer.
1742         (tramp-completion-mode-p): Use `non-essential'.
1743         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1744         compatibility: Use `completion-ignore-case' if
1745         `read-file-name-completion-ignore-case' does not exist.
1746         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1747         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1748         `tramp-open-shell'.
1749         (tramp-action-password): Hide password prompt before next run.
1750         (tramp-process-actions): Widen connection buffer for the trace.
1751         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1752         process property.  Trace stty settings if `tramp-verbose' >= 9.
1753         Apply workaround for IRIX64 bug.  Move argument of last
1754         `tramp-send-command' where it belongs to.
1755         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1756         front of `login-args'.
1757         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1758         on "/dev/null" instead of "/".
1759         (tramp-get-ls-command-with-dired): Make test for "--dired"
1760         stronger.
1761         (tramp-set-auto-save-file-modes): Adapt version check.
1762         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1763         (tramp-handle-process-file): Call the program in a subshell, in
1764         order to preserve working directory.
1765         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1766         `tramp-remote-sh' from `tramp-methods'.
1767         (tramp-get-ls-command): Make test for "--color=never" stronger.
1768         (tramp-check-for-regexp): Use (forward-line 1).
1770         * net/trampver.el: Update release number.
1772 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1774         * help.el (help-map): Bind `C-h P' to describe-package.
1776         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1778         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1779         when downloading archives.
1780         (describe-package-1): Add package commentary.
1781         (package-install-button-action): New function.
1782         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1783         (package-menu-view-commentary): Function removed.
1784         (package-list-packages-internal): Hide the `package' package too.
1786 2010-08-25  Kenichi Handa  <handa@m17n.org>
1788         * language/misc-lang.el ("Arabic"): New language environment.
1789         Setup composition-function-table for Arabic characters.
1791         * international/fontset.el (setup-default-fontset): Fix typo for
1792         arabic OTF spec (fini->fina).
1794 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1796         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1797         on all frames.
1799 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1801         * whitespace.el: Allow cleaning up blanks without blank
1802         visualization (Bug#6651).  Adjust help window for
1803         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1804         instead of whitespace-line-column (from EmacsWiki).  New version
1805         13.1.
1806         (whitespace-style): Added new value 'face.  Adjust docstring.
1807         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1808         foreground property face.
1809         (whitespace-line-column): Adjust docstring and type declaration.
1810         (whitespace-style-value-list, whitespace-toggle-option-alist)
1811         (whitespace-help-text): Adjust const initialization.
1812         (whitespace-toggle-options, global-whitespace-toggle-options):
1813         Adjust docstring.
1814         (whitespace-display-window, whitespace-interactive-char)
1815         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1816         (whitespace-help-scroll): New fun.
1818 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1820         * emacs-lisp/package.el (list-packages): Alias for
1821         package-list-packages.
1823 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1825         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1826         (Bug#5651).
1828         * progmodes/ruby-mode.el (ruby): Add defgroup.
1830 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1832         * progmodes/python.el: Add Ipython support (Bug#5390).
1833         (python-shell-prompt-alist)
1834         (python-shell-continuation-prompt-alist): New options.
1835         (python--set-prompt-regexp): New function.
1836         (inferior-python-mode, run-python, python-shell): Require
1837         ansi-color.  Use python--set-prompt-regexp to set the comint
1838         prompt based on the Python interpreter.
1839         (python--prompt-regexp): New var.
1840         (python-check-comint-prompt)
1841         (python-comint-output-filter-function): Use it.
1842         (run-python): Use a pipe (Bug#5694).
1844 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1846         * progmodes/python.el (python-send-region): Send a different
1847         Python command if Ipython is in use.
1848         (python-check-version): Use a Python command to find the version.
1850 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1852         * mouse.el (mouse-yank-primary): Avoid setting primary when
1853         deactivating the mark (Bug#6872).
1855 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1857         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1858         with "else" (Bug#3991).
1860 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1862         * net/dbus.el: Accept UNIX domain sockets as bus address.
1863         (top): Don't initialize `dbus-registered-objects-table' anymore,
1864         this is done in dbusbind,c.
1865         (dbus-check-event): Adapt test for bus.
1866         (dbus-return-values-table, dbus-unregister-service)
1867         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1868         Adapt doc string.
1870 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1872         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1874 2010-08-22  Juri Linkov  <juri@jurta.org>
1876         * simple.el (read-extended-command): New function with the logic
1877         for `completing-read' moved to Elisp from `execute-extended-command'.
1878         Use `function-called-at-point' in `minibuffer-default-add-function'
1879         to get a command name for M-n (bug#5364, bug#5214).
1881 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1883         * startup.el (command-line-1): Issue warning for ignored arguments
1884         --unibyte, etc (Bug#6886).
1886 2010-08-22  Leo  <sdl.web@gmail.com>
1888         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1889         (ignore, bright, dim, keyword): Split list of nicknames before
1890         passing to rcirc-add-or-remove (Bug#6894).
1892 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1894         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1896 2010-08-22  Leo  <sdl.web@gmail.com>
1898         Fix buffer-list rename&refresh after killing a buffer in ido.
1899         * ido.el: Revert Óscar's.
1900         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1901         Remember the buffers at head, rather than their name.
1902         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1904 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1905             Stefan Monnier  <monnier@iro.umontreal.ca>
1907         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1908         extra backslash added to each line (bug#6890).
1910 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1914 2010-08-22  Glenn Morris  <rgm@gnu.org>
1916         * menu-bar.el (menu-bar-games-menu): Add landmark.
1918 2010-08-22  Glenn Morris  <rgm@gnu.org>
1920         * align.el (align-regexp): Make group and spacing arguments
1921         use the interactive defaults when non-interactive.  (Bug#6698)
1923         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1924         expansion, so as not to need sendmail.
1925         (mail-text-start): Remove declaration.
1926         (rmail-retry-failure): Require sendmail.
1928 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1930         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1932 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1934         * progmodes/flymake.el (flymake-start-syntax-check-process):
1935         Use `start-file-process' in order to let it run also on remote hosts.
1937 2010-08-22  Kenichi Handa  <handa@m17n.org>
1939         * files.el: Add `word-wrap' as safe local variable.
1941 2010-08-22  Glenn Morris  <rgm@gnu.org>
1943         * woman.el (woman-translate): Case matters.  (Bug#6849)
1945 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1947         * simple.el (kill-region): Doc fix (Bug#6787).
1949 2010-08-22  Glenn Morris  <rgm@gnu.org>
1951         * calendar/diary-lib.el (diary-header-line-format):
1952         Fit it to the window, not the frame.
1954 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1956         * subr.el (ignore-errors): Add debug declaration.
1958 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1960         * whitespace.el (whitespace-color-off): Remove post-command-hook
1961         locally.
1963 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1967 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1969         * cus-edit.el (custom-group-value-create): Add extra newline
1970         before end line (Bug#6876).
1972 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1974         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1975         when extending it.  Before killing on the second click, check if
1976         the buffer is the correct one.  Doc fix.
1977         (mouse-secondary-save-then-kill): Allow usage without first
1978         calling mouse-start-secondary, by defaulting to point.  Don't save
1979         an empty secondary selection.  Doc fix.
1981 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1983         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1984         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1985         New version 13.0.
1986         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1987         Adjust initialization.
1988         (whitespace-bob-marker, whitespace-eob-marker)
1989         (whitespace-buffer-changed): New vars.
1990         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1991         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1992         (whitespace-post-command-hook, whitespace-display-char-on):
1993         Adjust code.
1994         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1995         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1997 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         * files.el (locate-file-completion-table): Only list the .el and .elc
2000         extensions if there's no other choice (bug#5955).
2002         * facemenu.el (facemenu-self-insert-data): New var.
2003         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2004         New functions.
2005         (facemenu-add-face): Use them.
2007         * simple.el (blink-matching-open): Obey forward-sexp-function.
2009 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * simple.el (prog-mode-map): New var.
2012         (prog-indent-sexp): New command.
2014         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2016         * progmodes/prolog.el (smie): Require.
2018         * emacs-lisp/smie.el (smie-default-backward-token)
2019         (smie-default-forward-token): Strip properties.
2020         (smie-next-sexp): Be more careful with associative operators.
2021         (smie-forward-sexp-command): Generalize.
2022         (smie-backward-sexp-command): Simplify.
2023         (smie-closer-alist): New var.
2024         (smie-close-block): New command.
2025         (smie-indent-debug-log): New var.
2026         (smie-indent-offset-rule): Add a few more cases.
2027         (smie-indent-column): New function.
2028         (smie-indent-after-keyword): Use it.
2029         (smie-indent-keyword): Use it.
2030         Fix up the opener code's point position.
2031         (smie-indent-comment): Only applies at BOL.
2032         (smie-indent-debug): New command.
2034         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2035         declarations that are useful before running the macro.
2037 2010-08-18  Joakim Verona  <joakim@verona.se>
2039         * image.el (imagemagick-types-inhibit): New variable.
2040         (imagemagick-register-types): New function.
2041         * image-mode.el (image-transform-properties): New function.
2042         (image-transform-set-scale, image-transform-fit-to-height)
2043         (image-transform-set-rotation, image-transform-set-resize)
2044         (image-transform-fit-to-width, image-transform-fit-to-height):
2045         New functions.
2046         (image-toggle-display-image): Support image transforms.
2048 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2050         * image.el (create-animated-image): Don't add heuristic mask to image
2051         (Bug#6839).
2053 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
2055         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2056         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2058 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2062         Font-lock '...' strings, plus various simplifications and fixes.
2063         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2064         (octave-font-lock-close-quotes): New function.
2065         (octave-font-lock-syntactic-keywords): New var.
2066         (octave-mode): Use it.  Set beginning-of-defun-function.
2067         (octave-mode-map): Don't override the <foo>-defun commands.
2068         (octave-mode-menu): Pass it directly to easy-menu-define;
2069         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2070         (octave-block-match-alist): Fix up last change so that
2071         octave-close-block uses the more specific keyword.
2072         (info-lookup-mode): Silence byte-compiler.
2073         (octave-beginning-of-defun): Not interactive any more.
2074         Optimize slightly.
2075         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2076         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2077         (octave-completion-at-point-function): Make sure point is within
2078         beg..end.
2079         (octave-reindent-then-newline-and-indent):
2080         Use reindent-then-newline-and-indent.
2081         (octave-add-octave-menu): Remove.
2083 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
2085         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2086         (report-emacs-bug-can-use-xdg-email): New functions.
2087         (report-emacs-bug): Set can-xdg-email to result of
2088         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
2089         \C-cm to report-emacs-bug-insert-to-mailer and add help text
2090         about it.
2092         * net/browse-url.el (browse-url-default-browser): Add cond
2093         for browse-url-xdg-open.
2094         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2096 2010-08-17  Glenn Morris  <rgm@gnu.org>
2098         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2099         (c-fontify-recorded-types-and-refs): Define for compiler.
2100         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2101         before use.
2103         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2104         Fix format call.
2106 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
2108         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2109         properties.
2110         (tramp-handle-process-file): Call the program in a subshell, in
2111         order to preserve working directory.
2112         (tramp-action-password): Hide password prompt before next run.
2113         (tramp-process-actions): Widen connection buffer for the trace.
2115 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2117         * net/rcirc.el (rcirc-log-process-buffers): New option.
2118         (rcirc-print): Use it.
2119         (rcirc-generate-log-filename): New function.
2120         (rcirc-log-filename-function): Change default to
2121         rcirc-generate-log-filename (Bug#6828).
2123 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
2125         * simple.el (deactivate-mark): If select-active-regions is `only',
2126         only set selection for temporarily active regions.
2128         * cus-start.el: Change defcustom for select-active-regions.
2130 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2132         * mouse.el (mouse--drag-set-mark-and-point): New function.
2133         (mouse-drag-track): Use LOCATION arg to push-mark.
2134         Use mouse--drag-set-mark-and-point to take click-count into
2135         consideration when updating point and mark (Bug#6840).
2137 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2139         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2140         Give the Ruby rule a lower priority than Gnu (Bug#6778).
2142 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2144         * font-lock.el (lisp-font-lock-keywords-2):
2145         Add combine-after-change-calls, condition-case-no-debug,
2146         with-demoted-errors, and with-silent-modifications (Bug#6025).
2148 2010-08-14  Kevin Ryde  <user42@zip.com.au>
2150         * emacs-lisp/copyright.el (copyright-update-year)
2151         (copyright-update): Temporary switch-to-buffer to ensure the
2152         buffer change being queried is visible (Bug#5394).
2154 2010-08-14  Tom Tromey  <tromey@redhat.com>
2156         * progmodes/etags.el (tags-file-name): Mark safe if stringp
2157         (Bug#6733).
2159 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
2161         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2162         MS-DOS.  (Bug#6689)
2164 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
2166         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2167         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2168         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2169         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2170         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2171         Call menu-bar-set-tool-bar-position.
2173 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2176         comment style (bug#6834).
2177         * progmodes/scheme.el (scheme-mode-syntax-table):
2178         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2179         "b" flag in "' 14b" syntax.
2181         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2182         for (un)commenting the region and performing completion.
2183         (octave-mode-menu): Use standard commands for help and completion.
2184         (octave-mode-syntax-table): Support %{..%} comments (sort of).
2185         (octave-mode): Use define-derived-mode.
2186         Set completion-at-point-functions and don't set columns.
2187         Don't disable adaptive-fill-regexp.
2188         (octave-describe-major-mode, octave-comment-region)
2189         (octave-uncomment-region, octave-comment-indent)
2190         (octave-indent-for-comment): Remove.
2191         (octave-indent-calculate): Rename from calculate-octave-indent.
2192         (octave-indent-line, octave-fill-paragraph): Update caller.
2193         (octave-initialize-completions): No need to make an alist.
2194         (octave-completion-at-point-function): New function.
2195         (octave-complete-symbol): Use it.
2196         (octave-insert-defun): Use define-skeleton.
2198         * progmodes/octave-mod.el (octave-mode): Set comment-add.
2199         (octave-mode-map): Use comment-dwim (bug#6829).
2201 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2203         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2204         indentation of inserted comment.
2206 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
2208         * faces.el (region): Add type gtk that uses gtk colors.
2210         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2211         Handle theme-name change.
2213 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2215         * progmodes/sql.el: Version 2.5
2216         (sql-product-alist): Add :prompt-cont-regexp property for several
2217         database products.
2218         (sql-prompt-cont-regexp): New variable.
2219         (sql-output-newline-count, sql-output-by-send):
2220         New variables.  Record number of newlines in input text.
2221         (sql-send-string): Handle multiple filters and count newlines.
2222         (sql-send-magic-terminator): Count terminator newline.
2223         (sql-interactive-remove-continuation-prompt): Filters output to
2224         remove continuation prompts; one for each newline.
2225         (sql-interactive-mode): Set up new variables, prompt regexp and
2226         output filter.
2227         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2228         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2230 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2232         * emacs-lisp/pcase.el: New file.
2234 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2236         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2237         as here-document, otherwise the command could exceed maximum
2238         length of command line.
2239         (tramp-handle-vc-registered): Call script accordingly.
2240         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2242 2010-08-10  Kenichi Handa  <handa@m17n.org>
2244         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2245         composable pattern.
2247 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2249         * emacs-lisp/package.el (package-version-split)
2250         (package--version-first-nonzero, package-version-compare):
2251         Functions removed.
2252         (package-directory-list, package-load-all-descriptors)
2253         (package--built-in, package-activate, define-package)
2254         (package-installed-p, package-compute-transaction)
2255         (package-read-all-archive-contents)
2256         (package--add-to-archive-contents, package-buffer-info)
2257         (package-tar-file-info, package-list-packages-internal):
2258         Use version-to-list and version-list-*.
2260         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2261         Use version-to-list.
2262         (package-upload-buffer-internal): Use version-list-<=.
2264 2010-08-09  Kenichi Handa  <handa@m17n.org>
2266         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2267         composable pattern.
2269 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2271         * tutorial.el (tutorial--default-keys): C-d is now bound to
2272         delete-forward-char (Bug#6826).
2274         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2275         for `double' value of mouse-1-click-follows-link (Bug#6807).
2277 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2279         * replace.el (replace-highlight): Bind isearch-forward and
2280         isearch-error, ensuring that highlighting is updated if the user
2281         switches the search direction (Bug#6808).
2283         * isearch.el (isearch-lazy-highlight-forward): New var.
2284         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2285         (isearch-lazy-highlight-update): Use it.
2287 2010-08-08  Kenichi Handa  <handa@m17n.org>
2289         * international/mule.el (define-charset): Store NAME as :base property.
2290         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2291         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2292         current priority.  Force using the designation of the specific
2293         charset by adding `charset' text property.  Improve the whole algorithm.
2295 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2297         * emulation/pc-select.el (pc-selection-mode-hook)
2298         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2299         (pc-selection-mode): Fix typos in docstrings.
2301 2010-08-08  Kenichi Handa  <handa@m17n.org>
2303         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2304         ctext-non-standard-encodings-alist here.
2306         * international/mule.el (ctext-non-standard-encodings-alist):
2307         Add "koi8-r" and "microsoft-cp1251".
2308         (ctext-standard-encodings): New variable.
2309         (ctext-non-standard-encodings-table): List only elements for
2310         non-standard encodings.
2311         (ctext-pre-write-conversion): Adjust for the above change.
2312         Check ctext-standard-encodings.
2314         * international/mule-conf.el (compound-text): Doc fix.
2315         (ctext-no-compositions): Doc fix.
2316         (compound-text-with-extensions): Doc fix.
2318 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2322 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2324         * progmodes/which-func.el (which-func-format): Split help-echo text
2325         into lines, like other mode-line tooltips.
2327         * server.el (server-start): When using TCP sockets, force IPv4
2328         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2330 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2334 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2336         * term.el (term-delimiter-argument-list): Reflow docstring.
2337         (term-read-input-ring, term-write-input-ring, term-send-input)
2338         (term-bol, term-erase-in-display, serial-supported-or-barf):
2339         Fix typos in docstrings.
2341 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2345 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2347         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2349 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2351         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2352         Fix typo in docstring (bug#6747).
2354 2010-08-08  Leo  <sdl.web@gmail.com>
2356         * eshell/esh-io.el (eshell-get-target): Better detection of
2357         read-only file (Bug#6762).
2359 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2361         * align.el (align-default-spacing): Doc fix.
2362         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2364 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2366         * calendar/icalendar.el
2367         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2368         (icalendar--get-weekday-numbers): New.
2369         (icalendar--convert-recurring-to-diary): Handle multiple byday
2370         values in weekly rules.  (Bug#6766)
2372 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2374         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2375         (icalendar--create-uid, icalendar-export-region)
2376         (icalendar--parse-summary-and-rest): Code formatting.
2378 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2380         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2381         to italicize headers.
2382         (calc-highlight-selections-with-faces): New variable.
2383         (calc-selected-face, calc-nonselected-face): New faces.
2385         * calc/calccomp.el (math-comp-highlight-string): Use
2386         `calc-highlight-selections-with-faces' to determine how to highlight
2387         sub-formulas.
2389         * calc/calc-sel.el (calc-show-selections): Change message to when
2390         using faces to highlight selections.
2392 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2394         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2395         Add SQLite 3 keywords, functions and datatypes.
2396         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2397         (Bug#6686).
2399 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2401         * simple.el (select-active-regions): Move to keyboard.c.
2402         (deactivate-mark): Used saved-region-selection.
2403         (select-active-region): Function removed.
2404         (activate-mark, set-mark, push-mark-command)
2405         (handle-shift-selection): Don't call it.
2406         (keyboard-quit): Avoid adding the region to the window selection.
2408         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2409         select-active-regions implementation.
2410         (mouse-yank-at-click): Doc fix.
2412         * cus-start.el: Add custom declaration for select-active-regions.
2414 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2416         * simple.el (delete-forward-char): Doc fix.
2418         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2419         after reading the tutorial.
2421 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2423         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2424         for the case that a C style comment has its delimiters alone on
2425         their respective lines.
2427 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2429         * net/tramp.el (tramp-handle-start-file-process): Set connection
2430         property "vec".
2431         (tramp-process-sentinel): Use it for flushing the cache.  We
2432         cannot do it via the process buffer, the buffer could be deleted
2433         already when running the sentinel.
2435 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2437         * comint.el (comint-mode): Make directory tracking functions
2438         functional on remote files.  (Bug#6764)
2440 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2442         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2444 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2446         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2447         unexec.c => unexcoff.c.
2449         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2450         unexec.c => unexcoff.c.
2452 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2454         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2455         cache, not only file cache.
2456         (tramp-process-sentinel): New defun.
2457         (tramp-handle-start-file-process): Use it, in order to invalidate
2458         file caches.
2460 2010-08-03  Leo  <sdl.web@gmail.com>
2462         * server.el (server-start): Simplify loop.
2464 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * frame.el (screen-height, screen-width, set-screen-width)
2467         (set-screen-height): Remove ancient compatibility aliases.
2469         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2470         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2472         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2473         that change current buffer.
2475 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2477         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2478         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2480 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2482         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2484 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2486         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2487         (package--builtins): Tweak descriptions.
2488         (package-print-package): Upcase descriptions if necessary.
2489         Show all built-in packages in font-lock-builtin-face.
2490         (package-list-packages-internal): Omit "emacs" package.
2491         Show status of built-in packages as "built-in".
2493 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2495         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2496         before killing to preserve the primary selection (Bug#6701).
2498         * term/x-win.el (x-select-text): Doc fix.
2500 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2502         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2503         The following functions were modified or created:
2505         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2506         (objc-font-lock-extra-types):
2507         * progmodes/cc-mode.el (c-basic-common-init):
2508         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2509         (c++-make-template-syntax-table)
2510         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2511         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2512         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2513         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2514         * progmodes/cc-fonts.el (c-make-inverse-face)
2515         (c-basic-matchers-after):
2516         * progmodes/cc-engine.el (c-forward-keyword-clause)
2517         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2518         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2519         (c-guess-continued-construct, c-guess-basic-syntax):
2521 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2523         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2525 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2527         * files.el (bidi-paragraph-direction): Define safe local values.
2529         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2530         language-info-alist.  Remove outdated FIXME in a comment.
2532 2010-07-31  Alan Mackenzie  <acm@muc.de>
2534         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2535         Auto-fill broken in C/C++ modes.
2537 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2539         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2540         (menu-bar-showhide-tool-bar-menu-customize-disable)
2541         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2542         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2543         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2544         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2545         make a menu for Options => toolbar that can move it.
2547 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2549         * emacs-lisp/package-x.el (package--make-rss-entry):
2550         (package-maint-add-news-item, package--update-news)
2551         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2553         * emacs-lisp/package.el (package-archive-url): Rename from
2554         package-archive-id.
2555         (package-install): Doc fix.
2556         (package-download-single, package-download-tar, package-install)
2557         (package-menu-view-commentary): Callers changed.
2559 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2561         * net/tramp.el (tramp-handle-start-file-process): Check only for
2562         `remote-tty' process property.
2563         (tramp-open-shell): Don't check for tty.
2564         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2565         process property.
2567         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2568         host.
2570 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2572         * emacs-lisp/package.el (package-load-list, package-archives)
2573         (package-archive-contents, package-user-dir)
2574         (package-directory-list, package--builtins, package-alist)
2575         (package-activated-list, package-obsolete-alist): Mark as risky.
2577 2010-07-28  Phil Hagelberg  <phil@evri.com>
2579         Add support for non-default package repositories.
2580         * emacs-lisp/package.el (package-archive-base): Var deleted.
2581         (package-archives): New variable.
2582         (package-archive-contents): Doc fix.
2583         (package-load-descriptor): Do nothing if descriptor file is missing.
2584         (package--write-file-no-coding): New function.
2585         (package-unpack-single): Use it.
2586         (package-archive-id): New function.
2587         (package-download-single, package-download-tar)
2588         (package-menu-view-commentary): Use it.
2589         (package-installed-p): Make second argument optional.
2590         (package-read-all-archive-contents): New function.
2591         (package-initialize): Use it.
2592         (package-read-archive-contents): Add ARCHIVE argument.
2593         (package--add-to-archive-contents): New function.
2594         (package-install): Don't call package-read-archive-contents.
2595         (package--download-one-archive): Store archive file in a
2596         subdirectory of package-user-dir.
2597         (package-menu-execute): Remove spurious line movement.
2599 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2601         * cus-start.el (tool-bar-style): Add text-image-horiz.
2603 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2605         * progmodes/gud.el (gud-common-init): Check for remoteness of
2606         `file', and not of `default-directory'.
2608 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2610         * net/tramp.el (tramp-methods): Move hostname to the end in all
2611         ssh `tramp-login-args'.
2612         (tramp-verbose): Describe verbose level 9.
2613         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2614         (tramp-open-connection-setup-interactive-shell): Trace stty
2615         settings if `tramp-verbose' >= 9.
2616         (tramp-handle-start-file-process): Implement tty setting.
2617         (Bug#4604, Bug#6360)
2619         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2620         `tramp-verbose' to 9.
2622 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2624         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2625         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2626         Remove references to package `lisp-re' (bug#4369).
2628 2010-07-27  Tom Tromey  <tromey@redhat.com>
2630         * progmodes/js.el (js-mode):
2631         * progmodes/make-mode.el (makefile-mode):
2632         * progmodes/simula.el (simula-mode):
2633         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2635 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2637         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2639         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2640         (display-time-world-buffer-name, display-time-world-mode-map):
2641         Fix typos in docstrings.
2643 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2645         * image-mode.el (image-display-size): New function.
2646         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2647         (image-mode-fit-frame): Use it (Bug#6639).
2649 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2651         * dired.el (dired-buffers-for-dir): Handle list values of
2652         dired-directory (Bug#6636).
2654 2010-07-26  Sam Steingold  <sds@gnu.org>
2656         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2657         Do not call `x-get-selection' the second time, reuse the value.
2659 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2661         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2662         which consist of control chars only.  Suggested by Richard Stallman.
2664 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2666         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2667         exists before passing an error to find-file-not-found-functions
2668         (bug#6723).
2670 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2672         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2673         Remove leading nil element, adjust values.
2674         (tetris-shapes, tetris-shape-scores):
2675         Change representation of shapes and remove some redundancy.
2676         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2677         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2678         Adjust for working with new representation of shapes.
2679         (tetris-shape-rotations): New function.
2680         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2681         (tetris-rotate-prev, tetris-rotate-next):
2682         Adjust for working with the new version of tetris-test-shape.
2684 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2686         * progmodes/ps-mode.el: Use comint (bug#5954).
2687         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2688         (ps-mode-other-newline): Simplify.
2689         (ps-run-mode): Derive from comint-mode instead of
2690         fundamental-mode, yielding input history etc.
2691         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2692         (ps-run-send-string): Adapt for comint-mode.
2693         (ps-run-newline): Remove now unneeded function.
2695 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2697         * net/tramp.el (tramp-methods): Move hostname to the end in all
2698         plink `tramp-login-args'.
2700 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2702         * net/tramp.el (tramp-open-shell): New defun.
2703         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2704         Use it.
2706 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2708         * net/tramp.el (tramp-file-name-regexp-unified)
2709         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2710         not regard the volume letter as remote filename.  (Bug#5447)
2712 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2714         * custom.el (custom-declare-variable): Give a clearer error message
2715         when the docstring is missing (bug#6476).
2717 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2719         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2720         (sql-login-params): New widget definition.
2721         (sql-oracle-login-params, sql-mysql-login-params)
2722         (sql-solid-login-params, sql-sybase-login-params)
2723         (sql-informix-login-params, sql-ingres-login-params)
2724         (sql-ms-login-params, sql-postgres-login-params)
2725         (sql-interbase-login-params, sql-db2-login-params)
2726         (sql-linter-login-params): Use it.
2727         (sql-sqlite-login-params): Use it; Define "database" parameter as
2728         a file name.
2729         (sql-sqlite-program): Change to "sqlite3".
2730         (sql-comint-sqlite): Make sure database name is complete.
2731         (sql-for-each-login): New function.
2732         (sql-connect, sql-save-connection): Use it.
2733         (sql-get-login-ext): New function.
2734         (sql-get-login): Use it.
2735         (sql-make-alternate-buffer-name): Handle :file parameters.
2737 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2739         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2740         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2742 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2744         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2746 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2748         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2750 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2752         * net/tramp.el (tramp-get-ls-command)
2753         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2754         instead of "/".
2756 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2758         * progmodes/sql.el: Version 2.3.
2759         (sql-connection-alist): Changed keys from symbols to strings;
2760         enhanced the widget definition.
2761         (sql-mode-menu): Added submenu to select connections.
2762         (sql-interactive-mode-menu): Added "Save Connection" item.
2763         (sql-add-product): Fixed menu item.
2764         (sql-get-product-feature): Improved error handling.
2765         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2766         (sql-make-alternate-buffer-name): Simplified.
2767         (sql-product-interactive): Handle missing product.
2768         (sql-connect): Support string keys, minor improvements.
2769         (sql-save-connection): New function.
2770         (sql-connection-menu-filter): New function.
2772 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2774         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2775         (tramp-open-connection-setup-interactive-shell): Apply
2776         workaround for IRIX64 bug.  Move argument of last
2777         `tramp-send-command' where it belongs to.
2779 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2781         * net/tramp.el (tramp-perl-file-attributes)
2782         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2783         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2784         front of `login-args'.
2786 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2788         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2789         Set `show-trailing-whitespace' to nil.
2790         (display-time-world-display): Simplify.
2792 2010-07-18  Alan Mackenzie  <acm@muc.de>
2794         Enhance `c-file-style' in file/directory local variables.
2795         * progmodes/cc-mode.el (c-count-cfss): New function.
2796         (c-before-hack-hook): Call `c-set-style' differently according to
2797         whether c-file-style was set in file or directory local
2798         variables.
2800 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2802         * progmodes/sql.el: Version 2.2.
2803         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2804         defcustom :safe keyword rather than putting safe-local-variable
2805         property.
2806         (sql-password): Use defcustom :risky keyword rather than putting
2807         risky-local-variable property.
2808         (sql-oracle-login-params, sql-sqlite-login-params)
2809         (sql-solid-login-params, sql-sybase-login-params)
2810         (sql-informix-login-params, sql-ingres-login-params)
2811         (sql-ms-login-params, sql-postgres-login-params)
2812         (sql-interbase-login-params, sql-db2-login-params)
2813         (sql-linter-login-params): Add `port' option.
2814         (sql-get-product-feature): Added NO-INDIRECT parameter.
2815         (sql-comint-oracle, sql-comint-sybase)
2816         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2817         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2818         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2819         (sql-comint-linter): Renamed sql-connect-* functions to
2820         sql-comint-*.
2821         (sql-product-alist, sql-mode-menu): Renamed as above and
2822         :sqli-connect-func to :sqli-comint-func.
2823         (sql-connection): New variable.
2824         (sql-interactive-mode): Set it.
2825         (sql-connection-alist): New variable.
2826         (sql-connect): New function.
2827         (sql--alt-buffer-part, sql--alt-if-not-empty)
2828         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2830 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2832         * image-mode.el (image-bookmark-make-record): Do not set context
2833         in an image (Bug#6650).
2835 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2837         * simple.el (select-active-region): New function.
2838         (push-mark-command, set-mark, activate-mark)
2839         (handle-shift-selection): Use it.
2840         (deactivate-mark): Don't check for size of region.
2842         * mouse.el (mouse-drag-track): Use select-active-region.
2844 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2846         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2847         "--dired" stronger.
2849 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2851         * term/x-win.el (x-select-enable-primary): Change default to nil.
2852         (x-select-enable-clipboard): Add :version keyword.
2854         * mouse.el (mouse-drag-copy-region):
2855         * simple.el (select-active-regions): Likewise.
2857 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2859         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2860         (vc-coding-system-for-diff): Use it to decide whether to inherit
2861         from the file the EOL format for reading the diffs of that file.
2862         (Bug#4451)
2864 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2866         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2867         unibyte, so compressed attachments are not compressed again.
2869 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2871         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2872         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2873         (tramp-find-shell): Simplify setting connection property.
2874         (tramp-get-ls-command): Make test for "--color=never" stronger.
2876 2010-07-15  Simon South  <ssouth@member.fsf.org>
2878         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2879         blocks within record declarations (i.e. variant parts) correctly.
2881 2010-07-15  Simon South  <ssouth@member.fsf.org>
2883         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2884         over literal tokens when parsing so newlines aren't "absorbed" by
2885         single-line comments.  Corrects the indentation of case blocks
2886         that have a comment on the first line.
2888 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2890         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2891         by Drew Adams (Bug#5504).
2893 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2895         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2896         now that Unicode is used (Bug#6594).
2898 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2900         * term/x-win.el (x-select-enable-clipboard): Default to t.
2901         (x-initialize-window-system): Don't overwrite Paste menu item.
2903         * simple.el (select-active-regions): Default to t.
2904         (push-mark-command): Don't overwrite primary with empty string.
2906         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2907         (mouse-drag-copy-region): Default to nil.
2909         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2910         Cut/Copy/Paste menu bar items.
2912 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2914         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2915         Patch applied by Karl Fogel.
2917         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2918         and `bookmark-current-buffer' if they have been already set in
2919         another buffer (e.g gnus-art).
2921 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2922             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2924         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2926         * bookmark.el (bookmark-make-record-default): Allow unneeded
2927         information to be omitted from the record.
2929         Adjust declarations and calls:
2931         * info.el (bookmark-make-record-default): Adjust declaration.
2932         (Info-bookmark-make-record): Adjust call.
2934         * woman.el (bookmark-make-record-default): Adjust declaration.
2935         (woman-bookmark-make-record): Adjust call.
2937         * man.el (bookmark-make-record-default): Adjust declaration.
2938         (Man-bookmark-make-record): Adjust call.
2940         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2942         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2944 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2946         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2947         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2948         because it was extraneous to the functional change in that patch,
2949         and causes a re-indendation, I am committing it separately.
2951 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2953         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2954         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2955         Patch applied by Karl Fogel (Bug#6444).
2957 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2959         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2961 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2963         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2964         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2965         (ns-alternatives-map): Change S-tab binding to backtab
2966         (bug#6616).
2968         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2969         under ns.
2971 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2973         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2974         (Bug#5806)
2976         * language/tv-util.el (tai-viet-re): Remove format.
2978 2010-07-12  Kenichi Handa  <handa@m17n.org>
2980         * language/hebrew.el: Remove no-byte-compile declaration.
2981         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2982         composition-function-table for 3-character looking back.
2983         (hebrew-font-get-precomposed): New function.
2984         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2986 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2988         * mouse.el (mouse-drag-track): Handle select-active-regions
2989         (Bug#6612).
2991 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2993         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2994         empty argument to gvfs-copy.
2996 2010-07-10  Glenn Morris  <rgm@gnu.org>
2998         * calendar/calendar.el (calendar-week-end-day): New function.
2999         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3000         Respect calendar-week-start-day.  (Bug#6606)
3001         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3002         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3003         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3004         respect calendar-week-start-day.
3006 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3008         * simple.el (use-region-p): Doc fix (Bug#6607).
3010 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
3012         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3013         regexps for cucumber and ruby.
3015 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
3017         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3018         (epa-file-insert-file-contents): Hack to prevent
3019         find-file from opening empty buffer when decryption failed
3020         (bug#6568).
3022 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
3024         * textmodes/ispell.el (ispell-alternate-dictionary):
3025         Use file-readable-p.
3026         Return nil if no word-list is found at default locations.
3027         (ispell-complete-word-dict): Default to nil.
3028         (ispell-command-loop): Use 'word-list' when using lookup-words.
3029         (lookup-words): Use ispell-complete-word-dict or
3030         ispell-alternate-dictionary.  Check for word-list availability
3031         and handle errors if needed with better messages (Bug#6539).
3032         (ispell-complete-word): Use ispell-complete-word-dict or
3033         ispell-alternate-dictionary.
3035 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
3037         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3038         builtins (BufferError, BytesWarning, WindowsError; callables
3039         bin, bytearray, bytes, format, memoryview, next, print; __package__).
3041 2010-07-07  Glenn Morris  <rgm@gnu.org>
3043         * play/zone.el (top-level): Do not require timer, tabify, or cl.
3044         (zone-shift-left): Ignore intangibility, and any errors from
3045         forward-char.
3046         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
3047         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3048         deleting, and copying text properties.
3049         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3050         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3051         to point-max is hard.
3052         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3053         (zone-fill-out-screen): Ignore intangibility.
3055 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
3057         * menu-bar.el (menu-bar-mode):
3058         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3059         if it has been set.
3061         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3062         word/line selection (Bug#6565).
3064 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3066         * net/dbus.el (dbus-send-signal): Declare function.
3068 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3070         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3071         (dbus-register-property): New optional argument EMITS-SIGNAL.
3072         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3074 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
3076         * mouse.el (mouse-drag-overlay): Variable deleted.
3077         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3078         (mouse--remap-link-click-p): New function.
3079         (mouse-drag-track): Handle dragging by using temporary Transient
3080         Mark mode, instead of a special overlay.
3081         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3082         mouse-show-mark.
3084         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3085         deleted.
3087 2010-07-02  Juri Linkov  <juri@jurta.org>
3089         * autoinsert.el (auto-insert-alist): Fix readability
3090         by using dotted pair notation for lambda.
3092 2010-07-02  Juri Linkov  <juri@jurta.org>
3094         * faces.el (read-face-name): Rename arg `string-describing-default'
3095         to `default'.  Doc fix.  Display the default value in quotes
3096         in the prompt.  With empty input, return the `default' arg,
3097         unless the default value is a string (in which case return nil).
3098         (describe-face): Replace the string `default' arg of `read-face-name'
3099         with the symbol `default'.
3101 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3103         * emulation/viper-cmd.el (viper-delete-backward-char)
3104         (viper-del-backward-char-in-insert)
3105         (viper-del-backward-char-in-replace, viper-change)
3106         (viper-backward-indent): Replace delete-backward-char with
3107         delete-char (Bug#6552).
3109 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
3111         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3113 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3115         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3116         argument passed to frame-creation-function (Bug#5378).
3118         * faces.el (x-handle-named-frame-geometry)
3119         (x-handle-reverse-video, x-create-frame-with-faces)
3120         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3121         separately consult default-frame-alist.  It is now passed as the
3122         PARAMETER argument.
3124 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3126         * startup.el (command-line): Don't call tool-bar-setup in a
3127         tty-only build.
3129 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3131         * ruler-mode.el (ruler--save-header-line-format): New fun.
3132         (ruler-mode): Use it as a setter function, so as not to overwrite
3133         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3135 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
3137         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
3138         (vc-root-diff, vc-print-root-log, vc-log-incoming)
3139         (vc-log-outgoing): Use it.
3140         (vc-diff-internal): Set diff-vc-backend.
3142         * vc/diff-mode.el (diff-vc-backend): New var.
3144 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3146         * dynamic-setting.el (font-setting-change-default-font): Remove
3147         call to message.
3149 2010-06-28  Kenichi Handa  <handa@m17n.org>
3151         * international/quail.el (quail-insert-kbd-layout): Fix the
3152         showing of untranslated characters.
3154 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3156         * simple.el (delete-active-region): New option.
3157         (delete-backward-char): Implement in Lisp.
3158         (delete-forward-char): New command.
3160         * mouse.el (mouse-region-delete-keys): Deleted.
3161         (mouse-show-mark): Simplify.
3163         * bindings.el (global-map): Bind delete and DEL, the former to
3164         delete-forward-char.
3166 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
3168         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3169         (ruby-mode): Bind indent-line-function (Bug#5119).
3171 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3173         * startup.el (command-line): Recognize "0" X resource value.
3175 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3177         * startup.el (command-line): Use X resources to set the value of
3178         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3180         * menu-bar.el (menu-bar-mode):
3181         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3182         Set init-value to t.
3184         * frame.el (frame-notice-user-settings): Don't change
3185         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3186         vice versa (Bug#2249).
3188 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
3190         * w32-fns.el (w32-convert-standard-filename): Doc fix.
3192 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3194         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3195         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3197         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3198         default directories are expanded (Bug#6143).
3200 2010-06-24  Juri Linkov  <juri@jurta.org>
3202         * minibuffer.el (completions-format): Change default from nil to
3203         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
3205 2010-06-24  Juri Linkov  <juri@jurta.org>
3207         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3208         buffer-locally to lambda that re-runs the vc diff command.
3209         (Bug#6447)
3211 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3213         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3214         echo area is in use (Bug#3412).
3216 2010-06-22  Glenn Morris  <rgm@gnu.org>
3218         * textmodes/texinfmt.el (texinfo-format-region)
3219         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3220         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3221         (texinfo-format-option, texinfo-noindent):
3222         Use line-beginning-position and line-end-position.
3224         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3225         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3226         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3227         utf-8 characters.
3229 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3231         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3232         forward-line fallout.
3234 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3236         * mouse.el (mouse-appearance-menu): Add docstring.
3238         * help.el (describe-key): Print up-event using key-description.
3240 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3242         * net/zeroconf.el (zeroconf-resolve-service)
3243         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3244         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3246 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3248         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3250 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3252         Avoid displaying files with a nil state in vc-dir.
3253         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3254         cases that cause insertion.
3255         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3256         with a nil state.
3258 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3260         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3262 2010-06-29  Leo  <sdl.web@gmail.com>
3264         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3266 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3268         * generic-x.el (bat-generic-mode): Fix regexp for command line
3269         switches (Bug#5719).
3271 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3273         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3274         of nconc to avoid pure storage error (Bug#6239).
3276 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3278         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3279         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3280         bindings of bookmark-automatically-show-annotations (Bug#6515).
3282 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3284         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3285         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3287 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3289         * comint.el (make-comint, make-comint-in-buffer): Mention return
3290         value in the docstrings.  (Bug#6498)
3292 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3294         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3295         since it is not present when using some non-default switches.
3297 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3299         * simple.el (compose-mail): Fix doc string to refer to
3300         `compose-mail-user-agent-warnings', instead of to the
3301         nonexistent `compose-mail-check-user-agent'.
3303 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3305         Fix an indentation bug:
3307         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3308         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3309         of existing values.
3311         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3312         (c-clear->-pair-props-if-match-before): now return t when they've
3313         cleared properties, nil otherwise.
3314         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3315         by taking account of the existing value.
3317         * progmodes/cc-defs.el
3318         (c-clear-char-property-with-value-function): Fix this to clear the
3319         property rather than overwriting it with nil.
3321 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3323         * emacs-lisp/package.el (package-print-package): Add link to
3324         package description via describe-package.
3325         (describe-package-1): List package requirements.  Add button to
3326         perform installation.
3327         (package-menu-describe-package): New command.
3329         * help-mode.el (help-package): New button type.
3331 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3333         * emacs-lisp/package.el: Move package-list-packages binding to
3334         menu-bar.el.
3335         (describe-package, describe-package-1, package--dir): New funs.
3336         (package-activate-1): Use package--dir.
3338         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3340         * help-mode.el (help-package-def): New button type.
3342         * menu-bar.el: Move package-list-packages binding here from
3343         package.el.
3345 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3347         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3349 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3351         * emacs-lisp/edebug.el (edebug-read-list):
3352         Phase out old-style backquotes.
3354 2010-06-17  Juri Linkov  <juri@jurta.org>
3356         * help-mode.el (help-mode): Set buffer-local variable
3357         revert-buffer-function to help-mode-revert-buffer.
3358         (help-mode-revert-buffer): New function.
3360         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3361         before popping to "*info*" (like in other Info functions).
3362         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3363         old-history-forward.  Pop to old-buffer-name or "*info*" to
3364         recreate the killed buffer.  Set Info-history-forward from
3365         old-history-forward.
3366         (Info-breadcrumbs-depth): Add :group and :version.
3368 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3370         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3372 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3374         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3375         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3377 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3379         * emacs-lisp/package.el (package-menu-mode-map):
3380         Move initialization into declaration.
3382         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3384 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3386         * emacs-lisp/package.el (package-archive-base): Point to
3387         elpa.gnu.org.
3388         (package-enable, package-load-list): New defcustoms.
3389         (package-user-dir, package-directory-list): Turn into defcustoms.
3390         Don't include package-user-dir in package-directory-list.
3391         (package--builtins-base): Don't include Emacs as a "package".
3392         (package-subdirectory-regexp): New var.
3393         (package-load-all-descriptors, package-compute-transaction)
3394         (package-download-transaction): Obey package-load-list.
3395         (package-activate-1): Rename from package-do-activate.
3396         (package-list-packages-internal): Check package-load-list.
3397         (package-load-descriptor, package-generate-autoloads)
3398         (package-unpack, package-unpack-single)
3399         (package--read-archive-file, package-delete): Use
3400         expand-file-name.
3402         * emacs-lisp/package-x.el: New file.  Package uploading
3403         functionality split out from package.el.
3405         * startup.el (command-line): Load packages after reading init file.
3407 2010-06-17  Tom Tromey  <tromey@redhat.com>
3409         * emacs-lisp/package.el: New file.
3411 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3413         Fix vc-annotate for renamed files when using Git.
3414         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3415         ls-files.  Doe not pass the object as a file name to cat-file, it
3416         is not a file name.
3417         (vc-git-annotate-command): Pass the file name using -- to avoid
3418         ambiguity with the revision.
3419         (vc-git-previous-revision): Pass a relative file name.
3421 2010-06-22  Glenn Morris  <rgm@gnu.org>
3423         * progmodes/js.el (js-mode-map): Use standard capitalization and
3424         ellipses for menu entries.
3426         * wid-edit.el (widget-complete): Doc fix.
3428 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3430         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3432 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3434         Fix annotating other revisions for renamed files in vc-annotate.
3435         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3436         VC backend.  Use it when non-nil.
3437         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3438         (Bug#6487)
3440         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3441         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3442         Do not pass the file name to the 'previous-revision call when we
3443         don't want a file diff.  (Bug#6489)
3445 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3447         Fix finding revisions for renamed files in vc-annotate.
3448         * vc/vc.el (vc-find-revision): Add an optional argument for
3449         the VC backend.  Use it when non-nil.
3450         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3451         backend to vc-find-revision.  (Bug#6487)
3453 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3455         Fix reading file names in Git annotate buffers.
3456         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3457         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3459 2010-06-20  Alan Mackenzie  <acm@muc.de>
3461         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3462         in file local variables, set it first.
3464 2010-06-19  Glenn Morris  <rgm@gnu.org>
3466         * descr-text.el (describe-char-unicode-data): Insert separating
3467         space when needed.  (Bug#6422)
3469         * progmodes/idlwave.el (idlwave-action-and-binding):
3470         Fix typo in 2009-12-03 change.  (Bug#6450)
3472 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3475         handling for `lambda' (misunderstanding).
3477 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3479         * calc/calc-poly.el (math-accum-factors): Make sure that
3480         constants aren't distributed after they are factored out.
3482 2010-06-16  Juri Linkov  <juri@jurta.org>
3484         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3485         `list-colors-print'.  (Bug#6332)
3487         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3489 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3492         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3494         * font-lock.el (font-lock-major-mode): Rename from
3495         font-lock-mode-major-mode to distinguish it from
3496         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3497         (font-lock-set-defaults):
3498         * font-core.el (font-lock-default-function): Adjust users.
3499         (font-lock-mode): Don't set it at all.
3501 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3505 2010-06-16  Glenn Morris  <rgm@gnu.org>
3507         * calendar/appt.el (appt-time-msg-list): Doc fix.
3508         (appt-check): Let-bind appt-warn-time.
3509         (appt-add): Make the 3rd argument optional.
3510         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3511         Only add WARNTIME to the output list if non-nil.
3513 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3515         * calendar/appt.el (appt-check): Let the 3rd element of
3516         appt-time-msg-list specify the warning time.
3517         (appt-add): Add new argument with the warning time.  (Bug#5176)
3519 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3521         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3522         older than version 1.6.  (Bug#6361)
3524 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3526         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3527         used by cl-do-arglist.  (Bug#6408)
3529 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3531         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3532         portuguese casechars/not-casechars for missing 'çÇ'.
3533         Suggested by Rolando Pereira (bug#6434).
3535 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3537         * facemenu.el (list-colors-sort): Doc fix.
3539 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3541         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3543 2010-06-14  Juri Linkov  <juri@jurta.org>
3545         Add sort option `list-colors-sort'.  (Bug#6332)
3546         * facemenu.el (color-rgb-to-hsv): New function.
3547         (list-colors-sort): New defcustom.
3548         (list-colors-sort-key): New function.
3549         (list-colors-display): Doc fix.  Sort list according to the option
3550         `list-colors-sort'.
3551         (list-colors-print): Add HSV values to `help-echo' property of
3552         RGB strings.
3554 2010-06-14  Juri Linkov  <juri@jurta.org>
3556         * compare-w.el: Move to the "vc" subdirectory.
3558 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         * image-mode.el (image-mode-map): Remap left-char and right-char.
3562         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3564 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3566         * term/common-win.el (x-colors): Add all the color names defined
3567         in rgb.txt (Bug#6332).
3569         * facemenu.el (list-colors-print): Don't print extra names if it
3570         will overflow the window width.
3572         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3573         change (Bug#6343).
3575 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3577         * files.el (make-directory): Doc fix (bug#6396).
3579 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3581         * net/tramp.el (tramp-remote-process-environment): Protect version
3582         string by apostroph.
3583         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3584         XEmacs.
3585         (tramp-file-name-for-operation): Add `call-process-region'.
3586         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3588         * net/tramp-compat.el (top): Do not autoload
3589         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3590         only when `start-file-process' is not bound.
3591         (tramp-advice-file-expand-wildcards): Do not use
3592         `tramp-handle-file-remote-p'.
3593         (tramp-compat-make-temp-file): Handle the case, that
3594         `make-temp-file' has no third argument EXTENSION.
3596 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3598         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3600         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3602 2010-06-11  Juri Linkov  <juri@jurta.org>
3604         * finder.el (finder-known-keywords): Add keyword "vc"
3605         for version control.
3607         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3608         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3609         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3610         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3612 2010-06-11  Juri Linkov  <juri@jurta.org>
3614         Move version control related files to the "vc" subdirectory.
3615         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3616         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3617         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3618         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3619         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3620         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3621         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3622         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3623         Move files to the "vc" subdirectory.
3625 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3627         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3628         (Bug#6367).
3630 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3632         * shell.el: Bind `shell-resync-dirs' to M-RET.
3634 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3636         * notifications.el: Move file from lisp/net, because it is
3637         supposed to talk locally to the user.
3639 2010-06-10  Julien Danjou  <julien@danjou.info>
3641         * net/notifications.el (notifications-on-action-signal)
3642         (notifications-on-closed-signal): Pass notification id as first
3643         argument to the callback functions.  Add docstrings.
3644         (notifications-notify): Fix docstring.
3646 2010-06-10  Glenn Morris  <rgm@gnu.org>
3648         * emacs-lisp/authors.el (authors-ignored-files)
3649         (authors-valid-file-names): Add some files.
3651 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3654         merge conflict, giving preference to the emacs-23 version of the code.
3656 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3658         * emacs-lisp/advice.el (ad-compile-function):
3659         Define warning-suppress-types before we let-bind it (bug#6275).
3661         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3662         declare it, make it buffer-local and permanent-local (bug#6324).
3663         (vc-resynch-window): Adjust name.
3664         * vc-hooks.el (vc-find-file-hook): Adjust name.
3666 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3668         * net/notifications.el (notifications-notify): Fix docstring.
3670 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3672         Update to Unicode 6.0.0 beta.
3673         * international/charprop.el: Update copyright.
3674         * international/mule-cmds.el (ucs-names): Update character ranges.
3675         * international/uni-bidi.el:
3676         * international/uni-category.el:
3677         * international/uni-combining.el:
3678         * international/uni-comment.el:
3679         * international/uni-decimal.el:
3680         * international/uni-decomposition.el:
3681         * international/uni-digit.el:
3682         * international/uni-lowercase.el:
3683         * international/uni-mirrored.el:
3684         * international/uni-name.el:
3685         * international/uni-numeric.el:
3686         * international/uni-old-name.el:
3687         * international/uni-titlecase.el:
3688         * international/uni-uppercase.el: Regenerate.
3690 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3692         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3693         (smie-precs-precedence-table): Fix typo in docstring.
3695         * vc-mtn.el (log-edit-extract-headers): Declare function.
3697         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3699         * net/notifications.el (dbus-register-signal): Declare function.
3700         (notifications-notify): Fix typos and reflow docstring.
3702 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3704         Improve VC create/retrieve tag/branch.
3705         * vc.el (vc-create-tag): Do not read the directory name for VCs
3706         with repository revision granularity.  Adjust the tag/branch
3707         prompt.  Reset VC properties.
3708         (vc-retrieve-tag): Do not read the directory name for VCs
3709         with repository revision granularity.  Reset VC properties.
3711 2010-06-09  Julien Danjou  <julien@danjou.info>
3713         * net/notifications.el: New file.
3715 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3717         Add optional support for resetting VC properties.
3718         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3719         call vc-file-clearprops when true.
3720         (vc-resynch-buffer): Add new optional argument, pass it down.
3721         (vc-resynch-buffers-in-directory): Likewise.
3723         Improve support for special markup in the VC commit message.
3724         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3725         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3726         * vc-git.el (vc-git-checkin):
3727         * vc-bzr.el (vc-bzr-checkin): Likewise.
3729 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3731         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3732         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3734 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3736         * iimage.el: Remove images as soon as the underlying text is modified.
3737         (iimage-modification-hook): New function.
3738         (iimage-mode-buffer): Use it.
3740 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3742         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3743         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3744         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3745         (smie-indent-keyword): Add handling of open-paren keywords.
3746         (smie-indent-comment-continue): Don't assume comment-continue.
3748 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3750         * window.el (pop-to-buffer): Remove the conditional that
3751         compares new-window and old-window, so it will reselect
3752         the selected window unconditionally.
3753         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3755 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3757         * emacs-lisp/smie.el (smie-indent-offset-after)
3758         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3759         (smie-indent-after-keyword): Use them.
3760         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3761         (smie-indent-keyword): Tweak the black magic.
3762         (smie-indent-comment-continue): Strip comment-continue before use.
3763         (smie-indent-functions): Indent comments before keywords.
3765 2010-06-06  Juri Linkov  <juri@jurta.org>
3767         * isearch.el (isearch-lazy-highlight-search): Fix looping
3768         by checking for empty match.  This syncs this loop with the
3769         similar loop in `isearch-search'.  (Bug#6362)
3771 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3773         * net/dbus.el (dbus-register-method): Declare function.
3774         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3775         (dbus-introspect): Doc fix.
3776         (dbus-event-bus-name, dbus-introspect-get-interface)
3777         (dbus-introspect-get-argument): Reflow docstrings.
3779 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3781         vc-log-incoming/vc-log-outgoing fixes for Git.
3782         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3783         incoming/outgoing logs.
3784         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3785         instead of vc-git-compute-remote.
3786         (vc-git-compute-remote): Remove.
3788 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3790         * term/common-win.el (x-colors): Add "dark green" and "dark
3791         turquoise" (Bug#6332).
3793 2010-06-04  Juri Linkov  <juri@jurta.org>
3795         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3796         Instead of setting `replace' to t and replacing the same string
3797         with itself, don't do certain actions when
3798         kill-do-not-save-duplicates is non-nil and string is equal to car
3799         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3800         interprogram-paste strings to kill-ring, and don't push the input
3801         argument `string' to kill-ring.
3802         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3804 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3806         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3808 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3810         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3811         (tramp-gvfs-handler-mounted-unmounted)
3812         (tramp-gvfs-connection-mounted-p): Handle default-location.
3814         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3815         move files to trash.
3817 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3819         * international/mule-cmds.el (nonascii-insert-offset)
3820         (nonascii-translation-table): Add obsolescence information.
3822         * international/mule.el (make-translation-table-from-vector): Doc fix.
3824 2010-06-03  Glenn Morris  <rgm@gnu.org>
3826         * desktop.el (desktop-clear-preserve-buffers):
3827         Add "*Warnings*" buffer.  (Bug#6336)
3829 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3831         vc-log-incoming/vc-log-outgoing improvements for Git.
3832         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3833         short log.
3834         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3836         Add bindings for vc-log-incoming and vc-log-outgoing.
3837         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3838         and vc-log-outgoing.
3839         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3840         and vc-log-outgoing.
3842 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3844         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3845         (rcirc-handler-366): Always sort nicknames.
3847 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3849         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3851 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3853         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3855 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3858         (rcirc-sort-nicknames-join): Avoid setq.
3860 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3862         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3863         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3864         (rcirc-handler-366): Use them.
3866 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         Split smie-indent-calculate into more manageable chunks.
3869         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3870         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3871         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3872         (smie-indent-exps): Extract from smie-indent-calculate.
3873         (smie-indent-functions): New var.
3874         (smie-indent-functions): Use them.
3876 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3878         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3879         (smie-indent-calculate): Simplify and cleanup.
3881 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3883         * net/tramp-gvfs.el (top): Require url-util.
3884         (tramp-gvfs-mount-point): Remove.
3885         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3886         New defuns.
3887         (with-tramp-dbus-call-method): Format trace message.
3888         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3889         Implement backup call, when operation on local files fails.
3890         Use progress reporter.  Flush properties of changed files.
3891         (tramp-gvfs-handle-make-directory): Make more traces.
3892         (tramp-gvfs-url-file-name): Hexify file name in url.
3893         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3894         into account for the resulting file name.
3895         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3896         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3897         (tramp-gvfs-handler-mounted-unmounted)
3898         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3899         attribute "default_location".  Set "prefix" property.
3900         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3901         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3902         exists.  Raise an error, if not (due to a corresponding answer
3903         "no" in interactive questions, for example).
3905 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3907         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3909 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3911         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3912         right-*.  (Bug#6265)
3914 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3916         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3917         * vc-git.el (vc-git-compute-remote): New function.
3918         (vc-git-log-outgoing): Use it instead of hard coding a value.
3919         (vc-git-log-incoming): New function.
3921         Improve state updating for VC tag commands.
3922         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3923         to update the state of all buffers in the directory.
3925         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3927 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3930         `file-directory-p' to the filename part rather than to the whole text.
3932 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3936 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3938         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3940 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3942         * subr.el (momentary-string-display): Just use read-event to read
3943         the exit event (Bug#6238).
3945 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3947         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3949 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3951         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3952         Suggested by Eli Zaretskii <eliz@gnu.org>.
3954 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * minibuffer.el (completion-file-name-table): Don't return a boundary
3957         past the end of `string' (bug#6299).
3958         (completion--file-name-table): Delegate to completion-file-name-table
3959         for the `boundaries' case.
3961 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3963         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3964         movement commands.
3966         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3967         `path-separator', but maintain compatibility with Emacs 20.2.
3969 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3971         * server.el (server-process-filter): Receive parent-id argument
3972         from emacsclient.
3973         (server-create-window-system-frame): New arg.  Pass parent-id as
3974         frame parameter.
3976 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3978         Bidi-sensitive word movement with arrow keys.
3979         * subr.el (right-arrow-command, left-arrow-command): Move to
3980         bindings.el.
3982         * bindings.el (right-char, left-char): Move from subr.el and
3983         rename from right-arrow-command and left-arrow-command.
3984         (right-word, left-word): New functions.
3985         (global-map) <right>: Bind to right-char.
3986         (global-map) <left>: Bind to left-char.
3987         (global-map) <C-right>: Bind to right-word.
3988         (global-map) <C-left>: Bind to left-word.
3990         * ls-lisp.el (ls-lisp-classify-file): New function.
3991         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3992         (ls-lisp-classify): Call ls-lisp-classify-file.
3993         (insert-directory): Remove blanks from switches.
3995 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3997         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3998         (ansi-color-drop-regexp): New constant.
3999         (ansi-color-apply, ansi-color-filter-region)
4000         (ansi-color-apply-on-region): Delete unrecognized control sequences.
4001         (ansi-color-apply): Build string list before calling concat.
4003 2010-05-28  Juri Linkov  <juri@jurta.org>
4005         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4006         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4007         (Bug#5270)
4009 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4011         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4012         to ignored backtrace functions.
4013         (with-progress-reporter): Expand docstring.
4014         (tramp-handle-delete-file): Implement TRASH argument.
4015         (tramp-get-remote-trash): New defun.
4017 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4019         * net/tramp-compat.el (tramp-compat-delete-file): Use
4020         `symbol-value' for backward compatibility.
4022         * net/tramp.el (tramp-handle-make-symbolic-link)
4023         (tramp-handle-load)
4024         (tramp-do-copy-or-rename-file-via-buffer)
4025         (tramp-do-copy-or-rename-file-directly)
4026         (tramp-do-copy-or-rename-file-out-of-band)
4027         (tramp-handle-process-file, tramp-handle-call-process-region)
4028         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4029         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4030         (tramp-delete-temp-file-function): Use `delete-file' instead
4031         of `tramp-compat-delete-file'.
4033         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4034         (tramp-fish-handle-make-symbolic-link)
4035         (tramp-fish-handle-process-file): Use `delete-file' instead
4036         of `tramp-compat-delete-file'.
4038         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4039         `delete-file' instead of `tramp-compat-delete-file'.
4041         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4042         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4043         `tramp-compat-delete-file'.
4045         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4046         `delete-file' instead of `tramp-compat-delete-file'.
4048         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4049         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4050         (tramp-smb-handle-write-region): Use `delete-file' instead of
4051         `tramp-compat-delete-file'.
4052         (tramp-smb-handle-delete-directory): Use 'trash as arg.
4054 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4056         * dired.el (dired-delete-file): New arg TRASH.
4057         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
4058         (dired-do-flagged-delete, dired-do-delete): Use trash.
4060         * speedbar.el (speedbar-item-delete): Allow trashing.
4062         * files.el (delete-directory): New arg TRASH.
4064         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4065         (ange-ftp-rename-remote-to-remote)
4066         (ange-ftp-rename-local-to-remote)
4067         (ange-ftp-rename-remote-to-local, ange-ftp-load)
4068         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4069         `delete-file'.
4070         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4071         allow trashing.
4073         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4074         handle new TRASH arg of `delete-file'.
4076         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4077         (tramp-handle-make-symbolic-link, tramp-handle-load)
4078         (tramp-do-copy-or-rename-file-via-buffer)
4079         (tramp-do-copy-or-rename-file-directly)
4080         (tramp-do-copy-or-rename-file-out-of-band)
4081         (tramp-handle-process-file, tramp-handle-call-process-region)
4082         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4083         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4084         (tramp-delete-temp-file-function): Use null TRASH arg in
4085         tramp-compat-delete-file call.
4087         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4088         (tramp-fish-handle-delete-file)
4089         (tramp-fish-handle-make-symbolic-link)
4090         (tramp-fish-handle-process-file): Use null TRASH arg in
4091         `tramp-compat-delete-file' call.
4093         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4094         arg in `tramp-compat-delete-file' call.
4096         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4097         (tramp-gvfs-handle-write-region): Use null TRASH arg in
4098         `tramp-compat-delete-file' call.
4100         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4101         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4102         `tramp-compat-delete-file' call.
4104         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4105         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4106         (tramp-smb-handle-write-region): Use null TRASH arg in
4107         tramp-compat-delete-file call.
4108         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4109         (tramp-smb-handle-delete-file): Rename arg.
4111         * diff.el (diff-sentinel):
4112         * epg.el (epg--make-temp-file, epg-decrypt-string)
4113         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4114         * jka-compr.el (jka-compr-partial-uncompress)
4115         (jka-compr-call-process, jka-compr-write-region):
4116         * server.el (server-sentinel): Remove optional arg from
4117         delete-file, reverting 2010-05-03 change.
4119 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4121         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4122         font-lock-constant-face, not obsolete font-lock-reference-face.
4124 2010-05-27  Kenichi Handa  <handa@m17n.org>
4126         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4127         element of GSTRING is nil.
4129 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4131         * emacs-lisp/smie.el (smie-forward-token-function)
4132         (smie-backward-token-function): New vars.
4133         (smie-backward-sexp, smie-forward-sexp)
4134         (smie-indent-hanging-p, smie-indent-calculate): Use them.
4135         (smie-default-backward-token): Rename from smie-backward-token and
4136         skip comments.
4137         (smie-default-forward-token): Rename from smie-forward-token and
4138         skip comments.
4139         (smie-next-sexp): Handle nil results from next-token.
4140         (smie-indent-calculate): Add a new case for special `fixindent' comments.
4142 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4144         * progmodes/verilog-mode.el (verilog-type-font-keywords):
4145         Use font-lock-constant-face, not obsolete font-lock-reference-face.
4147 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
4149         * htmlfontify.el (hfy-face-resolve-face): New function.
4150         (hfy-face-to-style): Use it (Bug#6279).
4152 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4154         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4155         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4157 2010-05-26  Glenn Morris  <rgm@gnu.org>
4159         * emulation/edt.el (edt-load-keys): Use locate-library.
4161 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
4163         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4164         (log-edit-changelog-entries): Doc fix.
4165         (log-edit-changelog-insert-entries): Args changed.
4166         Rename relative filenames in ChangeLog entries.  Delete tabs.
4167         (log-edit-insert-changelog-entries): Reorganize return value of
4168         `log-edit-changelog-entries' to pass filenames to
4169         log-edit-changelog-insert-entries.
4171 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4173         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4174         `image-dired-dired-insert-marked-thumbs' to
4175         `image-dired-dired-toggle-marked-thumbs'.
4177         * image-dired.el: Require cl when compiling.
4178         (image-dired-dired-toggle-marked-thumbs): Rename from
4179         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
4180         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
4181         to 'no-dir.  Skip files whose names don't match
4182         `image-file-name-regexp'.  When file has a thumbnail overlay,
4183         delete it.  (Bug#5270)
4185 2010-05-25  Juri Linkov  <juri@jurta.org>
4187         * image-mode.el (image-mode): Add image-after-revert-hook to
4188         after-revert-hook.
4189         (image-after-revert-hook): New function.  (Bug#5669)
4191 2010-05-25  Juri Linkov  <juri@jurta.org>
4193         * image.el (image-animated-p): When delay between animated images
4194         is 0, set it to 10 (0.1 sec).  (Bug#6258)
4196 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4198         * net/tramp.el (tramp-handle-insert-directory): Don't use
4199         `forward-word', its default syntax could be changed.
4201 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4203         * net/tramp.el (tramp-progress-reporter-update): New defun.
4204         (with-progress-reporter): Use it.
4205         (tramp-process-actions):
4206         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4207         current message, in order to let progress reporter continue
4208         afterwards.  (Bug#6257)
4210 2010-05-25  Glenn Morris  <rgm@gnu.org>
4212         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4213         Add :version.
4215 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4217         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4218         (rcirc-default-full-name): Change to "unknown".
4219         (rcirc-user-name-history): Add variable.
4221 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4222             Jonathan Rockway  <jon@jrock.us>
4224         * net/rcirc.el (rcirc-server-alist): Add :pass.
4225         (rcirc): When prompting for connection parameters, also prompt for
4226         username and password.
4227         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4228         value to server when connecting.
4230 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4233         (smie-merge-prec2s): Pass the tables as separate args.
4234         (smie-bnf-precedence-table): Adjust call accordingly.
4235         (smie-prec2-levels): Set levels at the end.
4237         Replace Lisp calls to delete-backward-char by delete-char.
4238         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4239         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4240         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4241         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4242         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4243         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4244         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4245         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4246         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4247         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4248         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4249         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4250         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4251         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4252         delete-backward-char by calls to delete-char.
4254 2010-05-25  Kenichi Handa  <handa@m17n.org>
4256         * language/hebrew.el (hebrew-shape-gstring): New function.
4257         Register it in composition-function-table for all Hebrew combining
4258         characters.
4260 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4262         * epa.el (epa--select-keys): Don't explicitly delete the window since
4263         that can fail (e.g. sole window in frame).  Use dedication instead.
4265 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4267         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4269 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4271         * image.el (image-refresh): Define as an alias for image-flush.
4273         * image-mode.el (image-toggle-display-image): Caller changed.
4275 2010-05-21  Juri Linkov  <juri@jurta.org>
4277         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4278         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4279         whitespace, call wildcard-to-regexp on substrings and concat them
4280         with "\\|".  (Bug#6114)
4282 2010-05-21  Alan Mackenzie  <acm@muc.de>
4284         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4285         Replace parameter `here' with `here-' and `here-plus', which sandwich
4286         any pertinent CPP construct.
4287         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4288         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4289         CPP construct from taking part in the scanning.
4291 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4293         * net/tramp.el (tramp-do-copy-or-rename-file)
4294         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4295         Tune `with-progress-reporter' messages.
4296         (tramp-handle-vc-registered):
4297         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4298         (tramp-fish-handle-insert-file-contents)
4299         (tramp-fish-maybe-open-connection):
4300         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4301         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4302         (tramp-imap-handle-insert-file-contents)
4303         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4305 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4307         * add-log.el (change-log-font-lock-keywords):
4308         Highlight all authors in multi-author entries.
4310         * smerge-mode.el (smerge-refine-ignore-whitespace)
4311         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4312         Fix typos in docstrings.
4313         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4315 2010-05-21  Glenn Morris  <rgm@gnu.org>
4317         * progmodes/fortran.el (fortran-mode):
4318         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4320         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4321         having a relative path in src/Makefile.in.
4323 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4325         * help-mode.el (help-make-xrefs): For Info node links turn
4326         newlines into spaces.  Link node names with newlines are matched
4327         by help-xref-info-regexp and buttonized, this change ensures they
4328         can be followed successfully with RET.  (Bug#6206)
4330 2010-05-20  Juri Linkov  <juri@jurta.org>
4332         * locate.el (locate): Use pop-to-buffer instead of
4333         switch-to-buffer-other-window.  (Bug#6204)
4335 2010-05-20  Juri Linkov  <juri@jurta.org>
4337         * replace.el (replace-highlight): Fix lazy-highlighting
4338         for `M-s w str M-% str RET'.
4340 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4342         * isearch.el (isearch-yank-word-or-char): Pull next subword
4343         when `subword-mode' is activated.  (Bug#6220)
4345 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4347         * isearch.el (isearch-update-post-hook): New hook.
4348         (isearch-update): Use the new hook.  (Bug#6225)
4350 2010-05-20  Juri Linkov  <juri@jurta.org>
4352         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4353         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4354         (Bug#6222)
4356 2010-05-20  Juri Linkov  <juri@jurta.org>
4358         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4359         (Bug#6223)
4361 2010-05-20  Juri Linkov  <juri@jurta.org>
4363         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4364         FILE-NAME to read from the minibuffer when called interactively
4365         with prefix argument instead of using buffer-file-name.
4366         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4368         * dired.el: Update autoloads.
4370 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4372         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4373         nxml-finish-element, for consistency with SGML mode.
4375         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4376         octave-close-block.
4378 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4380         * composite.el: Require cl when compiling.
4381         (reference-point-alist, compose-gstring-for-graphic)
4382         (compose-gstring-for-terminal): Fix typos in docstrings.
4384 2010-05-19  Juri Linkov  <juri@jurta.org>
4386         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4387         set-window-parameter.
4389 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4391         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4392         where appropriate.
4393         (tramp-maybe-open-connection): Use it.
4395 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4397         * simple.el (move-end-of-line): Make sure we are at line beginning
4398         before backing up to end of previous line.
4400 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4402         * password-cache.el (password-cache-remove): Fix docstring.
4404         * net/secrets.el: Autoload the widget functions.
4405         (secrets-search-items, secrets-create-item)
4406         (secrets-get-attributes, secrets-expand-item): Attributes will be
4407         stored on the password database without leading ":", as all other
4408         clients do as well.
4409         (secrets-mode): Fix docstring.
4410         (secrets-show-secrets): Provide it as autoloaded command only when
4411         D-Bus support is available.  Check existence of Secret Service API.
4413 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4415         * indent.el (indent-region): Deactivate region (bug#6200).
4417 2010-05-19  Glenn Morris  <rgm@gnu.org>
4419         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4421 2010-05-19  Kenichi Handa  <handa@m17n.org>
4423         * composite.el: Register compose-gstring-for-graphic in
4424         composition-function-table only for combining characters (Mn, Mc, Me).
4426 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4428         * calc/calc-trail.el (calc-trail-isearch-forward)
4429         (calc-trail-isearch-backward): Ensure that the new window
4430         point is set correctly.
4432 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * subr.el (read-quoted-char): Resolve modifiers after key
4435         remapping (bug#6212).
4437 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4439         Add visualization code for secrets.
4440         * net/secrets.el (secrets-mode): New major mode.
4441         (secrets-show-secrets, secrets-show-collections)
4442         (secrets-expand-collection, secrets-expand-item)
4443         (secrets-tree-widget-after-toggle-function)
4444         (secrets-tree-widget-show-password): New defuns.
4446 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4448         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4449         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4450         handled in smie-next-sexp.
4451         (smie-indent-calculate): Provide a starting indentation (so the
4452         recursion is well-founded ;-).
4454         Fix handling of non-associative equal levels.
4455         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4456         when it's not needed.
4457         (smie-op-left, smie-op-right): New functions.
4458         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4459         Better handle equal levels to distinguish the associative case from
4460         the "multi-keyword construct" case.
4461         (smie-backward-sexp, smie-forward-sexp): Use it.
4463 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4465         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4467         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4468         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4470 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         Provide a simple generic indentation engine and use it for Prolog.
4473         * emacs-lisp/smie.el: New file.
4474         * progmodes/prolog.el (prolog-smie-op-levels)
4475         (prolog-smie-indent-rules): New var.
4476         (prolog-mode-variables): Use them to configure SMIE.
4477         (prolog-indent-line, prolog-indent-level): Remove.
4479 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4481         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4482         order before computing the averages.
4484 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4486         * calc/calc-vec.el (calc-histogram):
4487         (calcFunc-histogram): Allow vectors as inputs.
4488         (math-vector-avg): New function.
4490         * calc/calc-ext.el (math-group-float): Have the number of digits
4491         being grouped depend on the radix (Bug#6189).
4493 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4495         * version.el (emacs-copyright, emacs-version): Don't define here,
4496         now that emacs.c defines it.
4498 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4500         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4501         "Describe Language Environment" menu item.
4503         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4505         Bidi-sensitive movement with arrow keys.
4506         * subr.el (right-arrow-command, left-arrow-command): New functions.
4508         * bindings.el (global-map): Bind them to right and left arrow keys.
4510         Don't override standard definition of convert-standard-filename.
4511         * files.el (convert-standard-filename): Call
4512         w32-convert-standard-filename and dos-convert-standard-filename on
4513         the corresponding systems.
4515         * w32-fns.el (w32-convert-standard-filename): Rename from
4516         convert-standard-filename.  Doc fix.
4518         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4519         (convert-standard-filename): Don't defalias.
4520         (register-name-alist, make-register, register-value)
4521         (set-register-value, intdos): Obsolete aliases for the
4522         corresponding dos-* functions and variables.
4523         (dos-intdos): Add a doc string.
4525 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4527         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4528         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4529         (math-compose-tex-func):
4530         * calc/calccomp.el (math-compose-expr):
4531         * calc/calc-ext.el (math-format-flat-expr-fancy):
4532         * calc/calc-store.el (calc-read-var-name):
4533         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4535         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4536         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4537         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4538         (math-standard-units): Add units.
4540 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4542         * progmodes/asm-mode.el (asm-mode):
4543         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4545         * pcomplete.el (pcomplete-completions-at-point): New function,
4546         extracted from pcomplete-std-complete.
4547         (pcomplete-std-complete): Use it.
4549 2010-05-15  Glenn Morris  <rgm@gnu.org>
4551         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4552         Remove references to CVS, RCS and Old directories.
4554 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4556         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4557         appropriate.
4559 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4561         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4562         (sh-mode-syntax-table): Give it a default value instead.
4563         (sh-header-marker): Make buffer-local.
4564         (sh-mode): Move make-local-variable to the corresponding setq.
4565         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4566         Use complete-with-action.
4568         * simple.el (prog-mode): New (abstract) major mode.
4569         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4570         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4572 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4574         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4575         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4576         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4577         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4578         (sql-escape-newlines-filter, sql-input-sender)
4579         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4581 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4583         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4585         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4586         latex-open-block and C-c / to latex-close-block.
4588         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4589         and C-c C-e to sgml-close-tag.
4591 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4593         * net/tramp.el (with-progress-reporter): Create reporter object
4594         only when the message would be displayed.  Handle nested calls.
4595         (tramp-handle-load, tramp-handle-file-local-copy)
4596         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4597         (tramp-maybe-send-script, tramp-find-shell):
4598         Use `with-progress-reporter'.
4599         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4600         Fix message text.
4602         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4603         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4604         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4605         Use `with-progress-reporter'.
4607 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4609         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4610         process everytime when spellchecking from the minibuffer (bug#6143).
4612 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4614         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4616         * dos-fns.el: Add "dos-" prefix for namespace control.
4617         (convert-standard-filename): Define as alias for
4618         dos-convert-standard-filename but only if applicable.
4620 2010-05-12  Alan Mackenzie  <acm@muc.de>
4622         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4623         Push the mark at the start of these functions when appropriate.
4625 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4627         * minibuffer.el (completion-cycle-threshold): New custom var.
4628         (completion--do-completion): Use it.
4629         (minibuffer-complete): Use cycling if appropriate.
4631 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4633         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4634         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4636 2010-05-11  Juri Linkov  <juri@jurta.org>
4638         * scroll-all.el (scroll-all-check-to-scroll):
4639         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4641 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4643         * iimage.el (iimage-mode-map): Move initialization into declaration.
4644         (iimage-mode-buffer): Use with-silent-modifications.
4645         Simplify calling convention.  Adjust callers.
4646         (iimage-mode): Don't run hook redundantly.
4648         * minibuffer.el (completion-pcm--pattern->regex):
4649         Fix last change (bug#6160).
4651 2010-05-10  Juri Linkov  <juri@jurta.org>
4653         Remove nodes visited during Isearch from the Info history.
4654         * info.el (Info-isearch-initial-history)
4655         (Info-isearch-initial-history-list): New variables.
4656         (Info-isearch-start): Record initial values of
4657         Info-isearch-initial-history and Info-isearch-initial-history-list.
4658         Add Info-isearch-end to isearch-mode-end-hook.
4659         (Info-isearch-end): New function.
4661 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4663         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4664         format string, in order to work around a bug in pdksh.
4665         Reported by Gilles Pion <gpion@lfdj.com>.
4666         (tramp-handle-verify-visited-file-modtime): Do not send a command
4667         when the connection is not established.
4668         (tramp-handle-set-file-times): Simplify the check for utc.
4670 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4672         Fix use of `filter-buffer-substring' (rework previous change).
4673         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4674         (cua-repeat-replace-region):
4675         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4676         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4677         (cua-cut-region-to-global-mark): Use it.
4679 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4681         * progmodes/sql.el: Version 2.1.
4682         (sql-product-alist): Redesign structure of product info.
4683         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4684         (sql-port, sql-port-history): New variables.
4685         (sql-interactive-product): New variable.
4686         (sql-send-terminator): New variable.
4687         (sql-imenu-generic-expression): Add "Types" imenu entry.
4688         (sql-oracle-login-params, sql-sqlite-login-params)
4689         (sql-mysql-login-params, sql-solid-login-params)
4690         (sql-sybase-login-params, sql-informix-login-params)
4691         (sql-ingres-login-params, sql-ms-login-params)
4692         (sql-postgres-login-params, sql-interbase-login-params)
4693         (sql-db2-login-params, sql-linter-login-params)
4694         (sql-oracle-scan-on): New variables.
4695         (sql-mode-map): Add C-c C-i to start interactive mode.
4696         (sql-mode-menu): Update existing menu entries.
4697         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4698         (sql-mode-oracle-font-lock-keywords)
4699         (sql-mode-postgres-font-lock-keywords)
4700         (sql-mode-ms-font-lock-keywords)
4701         (sql-mode-sybase-font-lock-keywords)
4702         (sql-mode-informix-font-lock-keywords)
4703         (sql-mode-interbase-font-lock-keywords)
4704         (sql-mode-ingres-font-lock-keywords)
4705         (sql-mode-solid-font-lock-keywords)
4706         (sql-mode-mysql-font-lock-keywords)
4707         (sql-mode-sqlite-font-lock-keywords)
4708         (sql-mode-db2-font-lock-keywords)
4709         (sql-mode-linter-font-lock-keywords): Update initialization to
4710         reduce run-time complexity.
4711         (sql-add-product, sql-del-product): New functions.
4712         (sql-set-product-feature, sql-get-product-feature): New functions.
4713         (sql-product-font-lock): Update product API.
4714         (sql-add-product-keywords): New function.
4715         (sql-highlight-product): Update product API.
4716         (sql-help-list-products): New function.
4717         (sql-help): Dynamically lists free and non-free products.
4718         (sql-get-login): Correct bug in handling history and added
4719         prompt for port.
4720         (sql-copy-column): Copy without properties.
4721         (sqli-input-sender): Apply filters to SQLi input.
4722         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4723         Implement as a filter.
4724         (sql-escape-newlines-filter): Implement as a filter.
4725         (sql-remove-tabs-filter): New function.
4726         (sql-send-magic-terminator): New function.
4727         (sql-send-string): Implement magic terminator.
4728         (sql-send-region): Use `sql-send-string'.
4729         (sql-interactive-mode): Use product API.
4730         (sql-product-interactive): Use product API.
4731         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4732         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4733         (sql-db2, sql-linter): Use `sql-product-interactive'.
4734         (sql-connect): New function.
4735         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4736         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4737         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4738         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4739         Use `sql-connect'.
4741 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4744         New custom variable.
4745         (completion-pcm--string->pattern): Use it.
4746         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4747         Make it handle any symbol as `any'.
4748         (completion-pcm--merge-completions): Extract common suffix for the new
4749         `prefix' symbol as well.
4750         (completion-substring--all-completions): Use the new `prefix' symbol.
4752 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4754         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4755         not bound.
4756         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4757         (tramp-compat-funcall): New defmacro.
4758         (tramp-compat-line-beginning-position)
4759         (tramp-compat-line-end-position)
4760         (tramp-compat-temporary-file-directory)
4761         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4762         (tramp-compat-copy-file, tramp-compat-copy-directory)
4763         (tramp-compat-delete-file, tramp-compat-delete-directory)
4764         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4765         * net/tramp.el (top, with-progress-reporter)
4766         (tramp-rfn-eshadow-setup-minibuffer)
4767         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4768         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4769         (tramp-completion-mode-p, tramp-check-for-regexp)
4770         (tramp-open-connection-setup-interactive-shell)
4771         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4772         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4773         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4774         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4775         (tramp-reporter-dump-variable, tramp-load-report-modules)
4776         (tramp-append-tramp-buffers)
4777         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4779         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4781 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4783         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4784         buffer-modtime.  Adjust users.
4786 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4788         * international/mule.el (auto-coding-alist): Only purecopy
4789         car of each item, not the whole list (Bug#6083).
4791 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4793         * progmodes/js.el (js-mode): Make paragraph variables local before
4794         calling c-setup-paragraph-variables (Bug#6071).
4796 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4798         * composite.el (compose-region, reference-point-alist): Fix typos
4799         in the doc strings.
4801 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4803         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4804         gnuplot's "set" command.
4806 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4808         * abbrev.el (last-abbrev-text): Doc fix.
4809         (abbrev-prefix-mark): Don't escape parenthesis.
4811 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4813         * composite.el (find-composition): Doc fix.
4815 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4817         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4818         (sql-oracle-program, sql-sqlite-options)
4819         (sql-query-placeholders-and-send): Doc fixes.
4820         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4821         (sql-imenu-generic-expression, sql-buffer)
4822         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4823         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4824         (sql-mode-sybase-font-lock-keywords)
4825         (sql-mode-informix-font-lock-keywords)
4826         (sql-mode-interbase-font-lock-keywords)
4827         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4828         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4829         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4830         (sql-product-feature, sql-highlight-product)
4831         (comint-line-beginning-position, sql-rename-buffer)
4832         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4833         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4834         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4835         Fix typos in docstrings.
4837 2010-05-08  Juri Linkov  <juri@jurta.org>
4839         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4840         property instead of `invisible' and `after-string' (bug#5998).
4842 2010-05-08  Juri Linkov  <juri@jurta.org>
4844         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4846 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4848         * filecache.el (file-cache-add-directory-list)
4849         (file-cache-add-directory-recursively): Fix typos in docstrings.
4851 2010-05-08  Kenichi Handa  <handa@m17n.org>
4853         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4854         (gujarati-composable-pattern): Fix typo.
4856 2010-05-08  Kenichi Handa  <handa@m17n.org>
4858         * language/indian.el (oriya-composable-pattern)
4859         (tamil-composable-pattern, malayalam-composable-pattern):
4860         Add two-part vowels to "v" (vowel sign).
4862 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4864         * files.el (copy-directory): Handle symlinks (Bug#5982).
4866 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4868         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4869         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4870         (Bug#5846).
4872 2010-05-08  Glenn Morris  <rgm@gnu.org>
4874         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4876         * minibuffer.el (completion-at-point): Doc fix.
4878 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * electric.el (Electric-command-loop): Minor tweak.
4882         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4883         better with dedicated windows.
4885 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4887         * Version 23.2 released.
4889 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4890             Stefan Monnier  <monnier@iro.umontreal.ca>
4892         Highlight vendor specific properties.
4893         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4894         (css-proprietary-property): New face.
4895         (css-font-lock-keywords): Use them.
4897 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4899         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4901 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4904         * files.el (auto-mode-alist): Remove redundant entries.
4906         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4907         * simple.el (auto-save-mode): Move from files.el.
4908         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4910 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4912         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4914 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4916         * mail/binhex.el (binhex-decode-region-internal)
4917         * mail/uudecode.el (uudecode-decode-region-internal)
4918         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4919         (dns-read-type, dns-query)
4920         * pgg-parse.el (pgg-parse-armor)
4921         * pgg.el (pgg-verify-region)
4922         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4923         XEmacs.
4925         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4927 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4929         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4931         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4932         * emulation/cua-base.el (cua-repeat-replace-region):
4933         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4934         (cua-cut-region-to-global-mark):
4935         Remove text properties with `set-text-properties'.
4937 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4939         * net/tramp.el (top, with-progress-reporter):
4940         Use `symbol-function' inside `funcall'.
4942         * net/tramp-compat.el (tramp-compat-file-attributes)
4943         (tramp-compat-delete-file, tramp-compat-delete-directory):
4944         Handle only `wrong-number-of-arguments' error.
4946         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4947         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4948         inside `funcall'.
4950 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4952         * minibuffer.el (completion--sreverse, completion--common-suffix):
4953         New functions.
4954         (completion-pcm--merge-completions): Extract common suffix when safe.
4956         * emacs-lisp/easy-mmode.el (define-minor-mode):
4957         Make :variable more flexible.
4958         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4960 2010-05-05  Juri Linkov  <juri@jurta.org>
4962         Add `slow' and `history' tags to the desktop data.
4964         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4965         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4966         (Info-finder-find-node): Require `finder.el' to be able
4967         to restore node from the desktop.
4968         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4969         data `Info-history' and `slow' tag in the assoc list.
4970         (Info-restore-desktop-buffer): Don't restore nodes with the
4971         `slow' tag.  Restore `Info-history'.
4973 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4975         Add FORCE argument to `delete-file'.
4977         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4978         forcing to delete the temporary file.
4979         (ange-ftp-delete-file): Add FORCE arg.
4980         (ange-ftp-rename-remote-to-remote)
4981         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4982         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4983         Force file deletion.
4985         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4987         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4988         (tramp-handle-make-symbolic-link, tramp-handle-load)
4989         (tramp-do-copy-or-rename-file-via-buffer)
4990         (tramp-do-copy-or-rename-file-directly)
4991         (tramp-do-copy-or-rename-file-out-of-band)
4992         (tramp-handle-process-file, tramp-handle-call-process-region)
4993         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4994         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4995         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4997         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4998         (tramp-fish-handle-make-symbolic-link)
4999         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5001         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5002         Use `tramp-compat-delete-file'.
5004         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5005         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5007         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5008         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5010         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5011         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5012         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5013         `tramp-compat-delete-file'.
5015 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         Minor cleanups.
5018         * subr.el (add-minor-mode): Use push.
5019         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5020         * emulation/edt.el (edt-select-mode): Simplify.
5022         Use define-minor-mode in more cases.
5023         * term/tvi970.el (tvi970-set-keypad-mode):
5024         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5025         (normal-erase-is-backspace-mode):
5026         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5027         (set-scroll-bar-mode-1): (Re)move to its sole caller.
5028         (get-scroll-bar-mode): New function.
5029         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5031         Use define-minor-mode for less obvious cases.
5032         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5033         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5034         * international/iso-ascii.el (iso-ascii-mode):
5035         * frame.el (auto-raise-mode, auto-lower-mode):
5036         * composite.el (global-auto-composition-mode): Use define-minor-mode.
5038 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
5040         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5041         in order to see error messages for failed logins.
5043 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5045         * diff.el (diff-sentinel):
5047         * epg.el (epg--make-temp-file, epg-decrypt-string)
5048         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5050         * jka-compr.el (jka-compr-partial-uncompress)
5051         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5053         * server.el (server-sentinel): Use delete-file's new FORCE arg
5054         (Bug#6070).
5056 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         Use define-minor-mode where applicable.
5059         * view.el (view-mode):
5060         * type-break.el (type-break-query-mode)
5061         (type-break-mode-line-message-mode):
5062         * textmodes/reftex.el (reftex-mode):
5063         * term/vt100.el (vt100-wide-mode):
5064         * tar-mode.el (tar-subfile-mode):
5065         * savehist.el (savehist-mode):
5066         * ibuf-ext.el (ibuffer-auto-mode):
5067         * composite.el (auto-composition-mode):
5068         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5069         Use define-minor-mode.
5070         (vhdl-mode): Use static mode-line format.
5071         (vhdl-mode-line-update): Delete.
5072         (vhdl-create-mode-menu, vhdl-activate-customizations)
5073         (vhdl-hs-minor-mode): Don't bother calling it.
5075 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5077         * simple.el (with-wrapper-hook): Move.
5078         (buffer-substring-filters): Mark obsolete.
5079         (filter-buffer-substring-functions): New variable.
5080         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
5082 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5083             Michael Albinus  <michael.albinus@gmx.de>
5085         Implement compression for inline methods.
5087         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5088         (tramp-copy-size-limit): Allow also nil.
5089         (tramp-inline-compress-commands): New defconst.
5090         (tramp-find-inline-compress, tramp-get-inline-compress)
5091         (tramp-get-inline-coding): New defuns.
5092         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5093         replaced by `tramp-get-inline-coding'.
5094         (tramp-handle-file-local-copy, tramp-handle-write-region)
5095         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5097 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5100         Remove unused functions.
5102         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5103         Set find-tag-default-function as a variable rather than a property.
5105         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5106         * progmodes/etags.el (tags-completion-at-point-function):
5107         Remove left over interactive spec.  Add autoloading stub.
5108         (complete-tag): Use tags-completion-at-point-function.
5110 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
5112         * minibuffer.el (tags-completion-at-point-function): Fix return value.
5114 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5116         * ido.el (ido-init-completion-maps): Remove C-v binding.
5117         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5119 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5121         * minibuffer.el (tags-completion-at-point-function): New function.
5122         (completion-at-point-functions): Use it.
5124         * progmodes/etags.el (complete-tag): Revert last change.
5126 2010-04-29  Alan Mackenzie  <acm@muc.de>
5128         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5129         off-by-one error (in end of macro position).
5131 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5134         firefox is absent.  Don't autoload.
5135         (browse-url-galeon-program): Don't autoload.
5137 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5139         * bindings.el (complete-symbol): Move into minibuffer.el.
5141         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5142         completion cannot be performed, return nil instead of signalling
5143         an error.
5144         (completion-at-point): Make it an alias for complete-symbol.
5145         (complete-symbol): Move from bindings.el, and replace with the
5146         body of completion-at-point.
5148         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5150 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5152         * net/tramp.el (tramp-remote-selinux-p): New defun.
5153         (tramp-handle-file-selinux-context)
5154         (tramp-handle-set-file-selinux-context): Use it.
5156 2010-04-28  Sam Steingold  <sds@gnu.org>
5158         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5159         `safe-local-variable' if the value is a string or a symbol with
5160         the property `bug-reference-url-format'.
5162 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5164         * progmodes/bug-reference.el (bug-reference-url-format):
5165         Revert 2010-04-27 change due to security risk.
5167 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         Make it possible to locally disable a globally enabled mode.
5170         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5171         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5172         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5173         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5174         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5175         that subsequent hooks get a chance to disable it.
5177 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5179         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5180         Avoid re-enabling a minor mode after the user turned the minor mode
5181         off if MODE-enable-in-buffers is run twice (typically once from
5182         fundamental-mode's after-change-major-mode-hook and a second time from
5183         run-mode-hook's own after-change-major-mode-hook).
5185         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5187 2010-04-27  Sam Steingold  <sds@gnu.org>
5189         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5190         `safe-local-variable' if the value is a string or a function, as
5191         documented and implemented on 2010-04-02.
5193 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5195         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5196         when method is 'kill.
5198 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5200         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5201         condition in default directory check.
5202         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5203         Kill ispell process when killing its associated buffer.
5205 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5207         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5208         but we aren't using it.
5210 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5212         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5213         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5215 2010-04-24  Glenn Morris  <rgm@gnu.org>
5217         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5218         Ignore VCS-ignore files, and deleted nextstep preferences files.
5219         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5220         (authors-ambiguous-files): New list.
5221         (authors-valid-file-names): Add some deleted files.
5222         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5223         (authors-disambiguate-file-name): New function.  (Bug#5501)
5224         (authors-canonical-file-name): Doc fix.
5225         Don't warn about obsolete files.
5226         (authors-canonical-file-name, authors-scan-el):
5227         Use authors-disambiguate-file-name.
5229         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5230         Add autoload cookies.
5231         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5232         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5233         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5234         They have definitions / compiler macros in cl.el.
5235         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5236         Replace manual autoloads with generated ones.
5237         (htmlfontify-unload-rgb-file): Remove autoload.
5238         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5240 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5243         (byte-compile-setq-default): Optimize for the
5244         single-var case and don't call byte-compile-form in this case to avoid
5245         inf-loop with byte-compile-set-default.
5247         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5249 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5251         Implement SELINUX backends.
5253         * net/tramp.el (tramp-file-name-handler-alist):
5254         Add `file-selinux-context' and `set-file-selinux-context'.
5255         (tramp-handle-file-selinux-context)
5256         (tramp-handle-set-file-selinux-context): New defuns.
5257         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5258         Handle PRESERVE-SELINUX-CONTEXT.
5260         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5261         Add `file-selinux-context' and `set-file-selinux-context'.
5262         (tramp-gvfs-handle-file-selinux-context)
5263         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5264         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5266         * net/ange-ftp.el (ange-ftp-copy-file):
5267         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5268         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5269         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5270         Add PRESERVE-SELINUX-CONTEXT.
5272 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5274         Synchronize with Tramp repository.
5276         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5277         (tramp-action-process-alive, tramp-action-out-of-band)
5278         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5279         (tramp-exists-file-name-handler): Fix docstring.
5280         (with-progress-reporter): New defmacro.
5281         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5282         (tramp-maybe-open-connection): Use it.
5284 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5286         Detect ssh 'ControlMaster' argument automatically in some cases.
5288         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5289         (tramp-default-method): Use it.
5291 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5293         * net/tramp.el (tramp-handle-copy-file): Add new optional
5294         parameter `preserve-selinux-context'.
5295         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5297 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5299         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5300         Ensure, that non remote files are still checked.  Oops.
5302 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5304         Fix Bug#5840.
5306         * icomplete.el (icomplete-completions): Use `non-essential'.
5308         * net/tramp.el (tramp-connectable-p): New defun.
5309         (tramp-handle-expand-file-name)
5310         (tramp-completion-handle-file-name-all-completions)
5311         (tramp-completion-handle-file-name-completion): Use it.
5313 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5315         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5317 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5319         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5321         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5323         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5324         is present.
5326         * info.el (info-tool-bar-map): Add labels.
5328         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5330         * cus-edit.el (custom-commands): Add labels for tool bar.
5331         (custom-buffer-create-internal, Custom-mode): Adjust for
5332         labels in custom-commands.
5334         * dynamic-setting.el: Renamed from font-setting.el.
5336 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5338         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5339         toggles the use of virtual buffers.
5340         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5341         (ido-toggle-virtual-buffers): New function.
5343 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5345         Use `define-derived-mode'; fix window selection; doc fixes.
5346         * play/tetris.el (tetris, tetris-update-speed-function)
5347         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5348         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5349         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5350         (tetris-pause-game): Fix typos in docstrings.
5351         (tetris-mode-map, tetris-null-map):
5352         Move initialization into declaration.
5353         (tetris-mode): Define with `define-derived-mode';
5354         set show-trailing-whitespace to nil.
5355         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5357 2010-04-21  Karel Klíč  <kklic@redhat.com>
5359         * files.el (backup-buffer): Handle SELinux context, and return it
5360         if a backup was made by renaming.
5361         (backup-buffer-copy): Set SELinux context to the target file.
5362         (basic-save-buffer): Set SELinux context of the newly written file.
5363         (basic-save-buffer-1): Now it also returns any SELinux context.
5364         (basic-save-buffer-2): Set SELinux context of the newly created file,
5365         and return it.
5366         * net/tramp.el (tramp-file-name-for-operation):
5367         Add file-selinux-context.
5369 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5371         Make the log-edit comments use RFC822 format throughout.
5373         * vc.el (vc-checkin, vc-modify-change-comment):
5374         Adjust to new vc-start/finish-logentry.
5375         (vc-find-conflicted-file): New command.
5376         (vc-transfer-file): Adjust to new vc-checkin.
5377         (vc-next-action): Improve scoping.
5379         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5380         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5382         * vc-git.el (vc-git-log-edit-mode): Remove.
5383         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5384         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5386         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5387         (vc-start-logentry): Remove argument `extra'.
5388         (vc-finish-logentry): Remove extra args.
5390         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5391         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5392         (vc-bzr-conflicted-files): New function.
5394         * log-edit.el (log-edit-extra-flags)
5395         (log-edit-before-checkin-process): Remove.
5396         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5397         (log-edit-headers-alist): New var.
5398         (log-edit-header-contents-regexp): New const.
5399         (log-edit-match-to-eoh): New function.
5400         (log-edit-font-lock-keywords): Use them.
5401         (log-edit): Insert a "Summary:" header as default.
5402         (log-edit-mode): Mark font-lock rules as case-insensitive.
5403         (log-edit-done): Cleanup headers.
5404         (log-view-process-buffer): Remove.
5405         (log-edit-extract-headers): New function to replace it.
5407 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5409         * subr.el (default-direction-reversed): Remove obsolescence info.
5411 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5414         windows/frames.
5416         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5417         I.e. include text after point in the completion region.
5418         Also, return nil when we're not after/in a symbol.
5420         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5421         default enable-multibyte-characters.
5423 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * international/mule.el: Help the user choose a valid coding-system.
5426         (read-buffer-file-coding-system): New function.
5427         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5428         coding-system cannot encode all the chars.
5430         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5431         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5432         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5433         Don't use *vc-bzr-shelve*.
5435 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5437         Fix the version number for added files.
5438         * vc-hg.el (vc-hg-working-revision): Check if the file is
5439         registered after hg parent fails (Bug#5961).
5441 2010-04-19  Glenn Morris  <rgm@gnu.org>
5443         * htmlfontify.el (htmlfontify-buffer)
5444         (htmlfontify-copy-and-link-dir): Autoload entry points.
5446 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5448         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5449         name relative to the project root (Bug#5960).
5451 2010-04-19  Glenn Morris  <rgm@gnu.org>
5453         * vc-git.el (vc-git-print-log): Doc fix.
5455 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5457         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5459 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5461         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5462         default settings (Bug#5928).
5464 2010-04-19  Glenn Morris  <rgm@gnu.org>
5466         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5467         New function.
5468         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5470 2010-04-19  Kenichi Handa  <handa@m17n.org>
5472         * language/indian.el (malayalam-composable-pattern): Fix previous
5473         change (add U+0D4D "SIGN VIRAMA").
5474         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5475         (tamil-composable-pattern): Fix typo in the regexp.
5476         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5477         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5478         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5480 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5482         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5483         paragraph-separate (Bug#5821).
5485 2010-04-19  Juri Linkov  <juri@jurta.org>
5487         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5489         * info.el (Info-find-node-2): Comment out code that skips
5490         breadcrumbs line.
5491         (Info-mouse-follow-link): New command.
5492         (Info-link-keymap): New keymap.
5493         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5494         Return a string with links instead of inserting breadcrumbs
5495         to the Info buffer.
5496         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5497         Instead of putting the `invisible' text property over the Info
5498         header, make an overlay over the Info header with the `invisible'
5499         property and `after-string' set to the string returned by
5500         `Info-breadcrumbs'.
5502 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5504         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5505         Reported by monkey@sandpframing.com.
5507 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5509         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5510         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5511         available in the "keyseq cache" any more.
5513         * custom.el (defcustom): Add edebug spec.
5515 2010-04-18  Juri Linkov  <juri@jurta.org>
5517         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5519         * view.el (view-file, view-buffer): Move test for special mode-class
5520         from view-file to view-buffer.
5522         * tar-mode.el (tar-extract): Turn if's into one cond
5523         like in arc-mode.el.
5525 2010-04-18  Juri Linkov  <juri@jurta.org>
5527         Add 7z archive format support (bug#5475).
5529         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5530         (archive-7z-extract): New defcustom.
5531         (archive-find-type): Add magic string for 7z.
5532         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5533         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5534         `buffer' arg of `call-process'.
5535         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5536         call the function `archive-7z-extract' with the variable
5537         `archive-7z-extract' let-bound to `archive-zip-extract'.
5538         (archive-7z-summarize, archive-7z-extract): New functions.
5540         * international/mule.el (auto-coding-alist):
5541         * files.el (auto-mode-alist): Add 7z file extension.
5543 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * loadup.el: Setup hash-cons for pure data.
5547         Fix duplicate entries in cedet's loaddefs.el files.
5548         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5549         Should make most file-local generated-autoload-file unnecessary.
5550         (print-readably): Silence warnings.
5551         (autoload-find-destination): Take load-name as an arg to make sure
5552         it's the same as the one that will be in the file.
5553         (autoload-generate-file-autoloads): Adjust to above changes.
5554         Try to make the dataflow a bit simpler.
5556         * cvs-status.el (cvs-refontify): Remove unused.
5558 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5560         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5562         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5563         twos-complement mode.
5565 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5567         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5568         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
5569         (calc-inverse): Add "Option" to message, as appropriate.
5570         (calc-hyperbolic): Add "Option" to message, as appropriate.
5571         (calc-option, calc-is-option): New functions.
5573         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5574         (calc-option-prefix-help): New function.
5576         * calc/calc-misc.el (calc-help): Add "Option" entry.
5578         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5579         (calc-option-flag): New variable.
5580         (calc-do): Set `calc-option-flag to nil.
5581         (calc-set-mode-line): Add "Opt " as appropriate.
5583 2010-04-16  Juri Linkov  <juri@jurta.org>
5585         Move scrolling commands from simple.el to window.el
5586         because their primitives are implemented in window.c.
5588         * simple.el (scroll-error-top-bottom)
5589         (scroll-up-command, scroll-down-command, scroll-up-line)
5590         (scroll-down-line, scroll-other-window-down)
5591         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5592         * window.el (scroll-error-top-bottom)
5593         (scroll-up-command, scroll-down-command, scroll-up-line)
5594         (scroll-down-line, scroll-other-window-down)
5595         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5596         Move from simple.el to window.el because their primitives are
5597         implemented in window.c.
5599 2010-04-16  Juri Linkov  <juri@jurta.org>
5601         * isearch.el (isearch-lookup-scroll-key): Check both
5602         `isearch-scroll' and `scroll-command' properties.
5603         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5605         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5607         * simple.el (scroll-up-command, scroll-down-command)
5608         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5610 2010-04-15  Juri Linkov  <juri@jurta.org>
5612         * simple.el (scroll-up-command, scroll-down-command)
5613         (scroll-up-line, scroll-down-line): Put `scroll-command'
5614         property on the these symbols.  Remove them from
5615         `scroll-preserve-screen-position-commands'.
5617         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5618         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5619         Remove it from `scroll-preserve-screen-position-commands'.
5621         * isearch.el (isearch-allow-scroll): Doc fix.
5623 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5625         * net/tramp.el (tramp-error-with-buffer): Don't show the
5626         connection buffer when we are in completion mode.
5627         (tramp-file-name-handler): Catch the error for some operations
5628         when we are in completion mode.  This gives the user the chance to
5629         correct the file name in the minibuffer.
5631 2010-04-15  Glenn Morris  <rgm@gnu.org>
5633         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5635 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5637         Simplify by using `define-derived-mode'.
5638         * info.el (Info-mode):
5639         * calendar/todo-mode.el (todo-mode):
5640         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5641         (gomoku-mode-map): Move initialization into declaration.
5643 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5645         Fix Bug#5840.
5646         * ido.el (ido-file-name-all-completions-1):
5647         * minibuffer.el (minibuffer-completion-help):
5648         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5650 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5652         * simple.el (non-essential): New var.
5654         Add a new field `location' to bookmarks for non-file bookmarks.
5655         * bookmark.el (bookmark-location): Use the new field, if present.
5656         (bookmark-insert-location): Undo last change, not needed any more.
5657         * man.el (Man-bookmark-make-record):
5658         * woman.el (woman-bookmark-make-record): Add `location' field.
5660 2010-04-14  Juri Linkov  <juri@jurta.org>
5662         * simple.el (scroll-error-top-bottom): New defcustom.
5663         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5665         * emulation/pc-select.el (pc-select-override-scroll-error):
5666         Obsolete in favor of `scroll-error-top-bottom'.
5668 2010-04-14  Juri Linkov  <juri@jurta.org>
5670         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5671         `scroll-up-command' and `M-v' to `scroll-down-command'.
5673         * emulation/cua-rect.el (cua--init-rectangles):
5674         * forms.el (forms--change-commands):
5675         * image-mode.el (image-mode-map):
5676         Remap scroll-down-command and scroll-up-command
5677         in addition to scroll-down and scroll-up.
5679 2010-04-14  Juri Linkov  <juri@jurta.org>
5681         * mwheel.el (scroll-preserve-screen-position-commands):
5682         Add mwheel-scroll to this list of commands.
5684         * simple.el (scroll-preserve-screen-position-commands):
5685         Add scroll-up-command, scroll-down-command, scroll-up-line,
5686         scroll-down-line to this list of commands.
5688 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         * obsolete/complete.el: Move from lisp/complete.el.
5692         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5694         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5695         to the minor mode function now turns the mode ON unconditionally.
5697 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * vc-dir.el (vc-dir-kill-line): New command.
5700         (vc-dir-mode-map): Bind it to C-k.
5702         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5704         * woman.el: Add bookmark declarations to silence the compiler.
5705         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5706         step to compatibility between man and woman bookmarks.
5707         Adjust for Man-default-bookmark-title renaming.
5708         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5710         * man.el: Add bookmark declarations to silence the compiler.
5711         (Man-name-local-regexp): Make it match NAME as well.
5712         (Man-getpage-in-background): Return the buffer.
5713         (Man-notify-when-ready): Use `case'.
5714         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5715         Don't hardcode "NAME".  Simplify.
5716         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5717         Rename from Man-bookmark-make-record.
5718         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5719         we have the actual man-args.  Use Man-getpage-in-background rather
5720         than `man' since the arg is already processed.  Let bookmark.el do the
5721         window handling.  Only wait for the relevant process.
5722         Don't forget to autoload.
5724         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5726 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5728         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5729         New functions.
5730         (woman-mode): Setup bookmark support.
5732         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5733         (man-bookmark-jump): New functions.
5734         (Man-mode): Setup bookmark support.
5736 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5738         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5739         recognize ssh-keygen prompt (Bug#2817).
5741 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5743         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5745 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5747         Synchronize with Tramp repository.
5749         * net/tramp.el (tramp-completion-function-alist)
5750         (tramp-file-name-regexp, tramp-chunksize)
5751         (tramp-local-coding-commands, tramp-remote-coding-commands):
5752         Fix docstring.
5753         (tramp-remote-process-environment): Use `format' instead of `concat'.
5754         (tramp-handle-directory-files-and-attributes)
5755         (tramp-get-remote-path): Use `copy-tree'.
5756         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5757         compatibility: Use `completion-ignore-case' if
5758         `read-file-name-completion-ignore-case' does not exist.
5759         (tramp-do-copy-or-rename-file-directly): Do not use
5760         `tramp-handle-file-remote-p'.
5761         (tramp-do-copy-or-rename-file-out-of-band):
5762         Use `tramp-compat-delete-directory'.
5763         (tramp-do-copy-or-rename-file-out-of-band)
5764         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5765         Use `format-spec-make'.
5766         (tramp-find-foreign-file-name-handler)
5767         (tramp-advice-make-auto-save-file-name)
5768         (tramp-set-auto-save-file-modes): Remove superfluous check for
5769         `stringp'.  This is done inside `tramp-tramp-file-p'.
5770         (tramp-debug-outline-regexp): New defconst.
5771         (tramp-get-debug-buffer): Use it.
5772         (tramp-check-for-regexp): Use (forward-line 1).
5773         (tramp-set-auto-save-file-modes): Adapt version check.
5775         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5776         Wrap call of `featurep' for 2nd argument.
5777         (tramp-compat-make-temp-file): Simplify fallback implementation.
5778         (tramp-compat-copy-tree): Remove function.
5779         (tramp-compat-delete-directory): Provide implementation for older
5780         Emacsen.
5782         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5783         Do not use `tramp-fish-handle-file-attributes.
5785         * net/trampver.el: Update release number.
5787 2010-04-10  Glenn Morris  <rgm@gnu.org>
5789         * progmodes/compile.el (compilation-save-buffers-predicate):
5790         Add missing :version tag.
5792 2010-04-09  Sam Steingold  <sds@gnu.org>
5794         * progmodes/compile.el (compilation-save-buffers-predicate):
5795         Remove the "autoload" cookie.
5797         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5798         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5799         and `bug-reference-prog-mode' can be used in hooks directly.
5801 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5803         Add --author support to git commit.
5804         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5805         (vc-git-log-edit-mode): New minor mode.
5806         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5807         New declarations.
5809 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5811         * vc-hooks.el, vc-git.el: Improve documentation comments.
5813 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5815         Fix some of the problems in defsubst* (bug#5728).
5816         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5817         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5819 2010-04-07  Sam Steingold  <sds@gnu.org>
5821         * progmodes/compile.el (compilation-save-buffers-predicate):
5822         New custom variable.
5823         (compile, recompile): Pass it to `save-some-buffers'.
5825 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5827         * wid-edit.el (widget-choose): Move cursor to the second line of
5828         the buffer (Bug#5695).
5830 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5832         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5833         * vc.el (vc-print-log-setup-buttons): New function split out from
5834         vc-print-log-internal.
5835         (vc-log-internal-common): New function, a parametrized version of
5836         vc-print-log-internal.
5837         (vc-print-log-internal): Just call vc-log-internal-common with the
5838         right arguments.
5839         (vc-incoming-outgoing-internal):
5840         (vc-log-incoming, vc-log-outgoing): New functions.
5841         (vc-log-view-type): New permanent local variable.
5843         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5845         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5846         of the dynamic bound vc-short-log.
5847         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5849         * vc-git.el (vc-git-log-outgoing): New function.
5850         (vc-git-log-view-mode): Use vc-log-view-type instead
5851         of the dynamic bound vc-short-log.
5853         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5854         of the dynamic bound vc-short-log.  Highlight the tag.
5855         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5856         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5857         (vc-hg-incoming-mode): Remove.
5858         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5860 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5862         Fix default-directory for vc-root-diff.
5863         * vc.el (vc-root-diff): Bind default-directory to the root
5864         directory for the diff command.
5866 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5868         * progmodes/verilog-mode.el (verilog-forward-sexp):
5869         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5870         word keywords, suggested by Steve Pearlmutter.
5871         (verilog-pretty-declarations): Support lineup of declarations in
5872         port lists.
5873         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5874         fix bug for /* / comments.
5875         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5876         Speed up and simplfy as this is never called with a bound.
5877         (verilog-pretty-declarations): Enhance to line up declarations
5878         inside a parameter list, suggested by Alan Morgan.
5879         (verilog-pretty-expr): Tune assignment regular expression match
5880         string for corner cases; also use markers instead of character
5881         number as indent changes the later.
5883 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5885         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5886         as missing keyword.
5887         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5888         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5889         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5890         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5891         Tennant.
5892         (verilog-keywords):
5893         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5894         1800-2009 keywords, including "global.".
5896 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5898         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5899         appearing in buffer list (if a live buffer name matched a recentf
5900         file basename).  Should use uniquify to offer a real solution.
5902 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5904         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5905         comment to code, and add a :version tag.
5906         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5908 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5910         Enable recentf-mode if using virtual buffers.
5911         * ido.el (recentf-list): Declare for byte-compiler.
5912         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
5913         (ido-make-buffer-list): Simplify.
5914         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5916 2010-04-05  Juri Linkov  <juri@jurta.org>
5918         Scrolling commands which scroll a line instead of full screen.
5919         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5921         * simple.el (scroll-up-line, scroll-down-line): New commands.
5922         Put property isearch-scroll=t on them.
5924         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5925         Remove commands.
5927 2010-04-05  Juri Linkov  <juri@jurta.org>
5929         Scrolling commands which do not signal errors at top/bottom.
5930         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5932         * simple.el (scroll-up-command, scroll-down-command): New commands.
5933         Put property isearch-scroll=t on them.
5935         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5936         `scroll-down-command' and [next] from `scroll-up' to
5937         `scroll-up-command'.
5939         * emulation/cua-base.el: Put property CUA=move on
5940         `scroll-up-command' and `scroll-down-command'.
5941         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5942         and `scroll-down-command' to `cua-scroll-down'.
5944 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5946         * help.el (describe-mode): Return nil.
5948 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5950         * ido.el (ido-use-virtual-buffers): New variable to indicate
5951         whether "virtual buffer" support is enabled for IDO.
5952         (ido-virtual): Face used to indicate virtual buffers in the list.
5953         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5954         exists, but a virtual buffer of that name does (which would be why
5955         it was in the list), recreate the buffer by reopening the file.
5956         (ido-make-buffer-list): If virtual buffers are being used, call
5957         `ido-add-virtual-buffers-to-list' before the make list hook.
5958         (ido-virtual-buffers): New variable which contains a copy of the
5959         current contents of the `recentf-list', albeit pared down for the
5960         sake of speed, and with proper faces applied.
5961         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5962         create a list of "virtual buffers" to present to the user in
5963         addition to the currently open set.  Note that this logic could
5964         get rather slow if that list is too large.  With the default
5965         `recentf-max-saved-items' of 200, there is little speed penalty.
5967 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         * font-lock.el: Require CL when compiling.
5970         (font-lock-turn-on-thing-lock): Use `case'.
5972 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5974         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5975         Zaretskii.
5977 2010-04-02  Juri Linkov  <juri@jurta.org>
5979         * ehelp.el (electric-help-orig-major-mode):
5980         New buffer-local variable.
5981         (electric-help-mode): Set it to original major-mode.  Doc fix.
5982         (with-electric-help): Use `electric-help-orig-major-mode' instead
5983         of (default-value 'major-mode).  Doc fix.
5984         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5986 2010-04-02  Sam Steingold  <sds@gnu.org>
5988         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5989         `vc-hg-command' with a list of flags.
5991         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5992         Also accept "patch" and "RFE".
5993         (bug-reference-fontify): `bug-reference-url-format' can also be a
5994         function to be able to handle the bug kind.
5995         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5997 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5999         * tmm.el (tmm-get-keymap): Check with symbolp before passing
6000         value to fboundp, it may not be a symbol.
6002 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6004         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6006 2010-03-31  Juri Linkov  <juri@jurta.org>
6008         * simple.el (next-line, previous-line): Re-throw a signal
6009         with `signal' instead of using `ding'.
6010         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6012 2010-03-31  Juri Linkov  <juri@jurta.org>
6014         * simple.el (keyboard-escape-quit): Raise deselecting the active
6015         region higher than exiting the minibuffer.
6016         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6018 2010-03-31  Juri Linkov  <juri@jurta.org>
6020         * image.el (image-animated-p): Use `image-metadata' instead of
6021         `image-extension-data'.  Get GIF extenstion data from metadata
6022         property `extension-data'.
6024 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6026         * simple.el (append-to-buffer): Simplify.
6028 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
6030         * textmodes/artist.el (artist-mode): Fix typo in docstring.
6031         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
6033 2010-03-31  Kenichi Handa  <handa@m17n.org>
6035         * language/sinhala.el (composition-function-table): Fix regexp for
6036         the new Unicode specification.
6038         * language/indian.el (devanagari-composable-pattern)
6039         (tamil-composable-pattern, kannada-composable-pattern)
6040         (malayalam-composable-pattern): Adjust for the new Unicode
6041         specification.
6042         (bengali-composable-pattern, gurmukhi-composable-pattern)
6043         (gujarati-composable-pattern, oriya-composable-pattern)
6044         (telugu-composable-pattern): New variables to cope with the new
6045         Unicode specification.  Use them in composition-function-table.
6047 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         Make tmm-menubar work for the Buffers menu again (bug#5726).
6050         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6051         vectors rather than cons cells, as used in menu-bar-update-buffers.
6053 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6055         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6056         (js-insert-and-indent): Revert 2009-08-15 change, restoring
6057         electric punctuation for "{}();,:" (Bug#5586).
6059         * mail/sendmail.el (mail-default-directory): Doc fix.
6061 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6063         * mail/sendmail.el (mail-default-directory): Doc fix.
6065 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6067         * subr.el (version-regexp-alist, version-to-list)
6068         (version-list-<, version-list-=, version-list-<=)
6069         (version-list-not-zero, version<, version<=, version=): Doc fix.
6070         (Bug#5744).
6072 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
6074         * vc.el (vc-root-diff): Doc fix.
6076 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6078         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6080         * simple.el (append-to-buffer): Fix last change.
6082 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6084         * simple.el (append-to-buffer): Ensure that point is preserved if
6085         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
6086         (Bug#5749)
6088 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6090         * files.el (auto-mode-case-fold): Change default to t.
6092 2010-03-30  Juri Linkov  <juri@jurta.org>
6094         * dired-x.el (dired-omit-mode): Doc fix.
6096 2010-03-30  Juri Linkov  <juri@jurta.org>
6098         * replace.el (occur-accumulate-lines): Move occur-engine related
6099         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6100         to be located after `occur-engine'.
6102 2010-03-30  Juri Linkov  <juri@jurta.org>
6104         Make occur handle multi-line matches cleanly with context.
6105         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6107         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6108         (occur-engine): Add local variables `ret', `prev-after-lines',
6109         `prev-lines'.  Use more arguments for `occur-context-lines'.
6110         Set first elem of its returned list to `data', and the second elem
6111         to `prev-after-lines'.  Don't print the separator line.
6112         In the end, print remaining context after-lines.
6113         (occur-context-lines): Add new arguments `begpt', `endpt',
6114         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6115         after-lines of the previous match with before-lines of the
6116         current match and not overlap them.  Return a list with two
6117         values: the output line and the list of context after-lines.
6119 2010-03-30  Juri Linkov  <juri@jurta.org>
6121         * replace.el (occur-accumulate-lines): Fix a bug where the first
6122         context line at the beginning of the buffer was missing.
6124 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6126         * files.el: Make bidi-display-reordering safe variable for boolean
6127         values.
6129 2010-03-29  Phil Hagelberg  <phil@evri.com>
6130             Chong Yidong  <cyd@stupidchicken.com>
6132         * subr.el: Extend progress reporters to perform "spinning".
6133         (progress-reporter-update, progress-reporter-do-update):
6134         Handle non-numeric value arguments.
6135         (progress-reporter--pulse-characters): New var.
6137 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6139         * progmodes/compile.el (compilation-start): Fix regexp detection
6140         of initial cd command (Bug#5771).
6142 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6144         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6146 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6148         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6149         * progmodes/gdb-mi.el: Restore.
6150         * progmodes/gdb-ui.el: Remove.
6151         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6153 2010-03-25  Glenn Morris  <rgm@gnu.org>
6155         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6156         all dired buffers, even tramp ones.  (Bug#5755)
6158 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6160         Add "union tags" in mpc.el.
6161         * mpc.el: Remove backward compatibility code.
6162         (mpc-browser-tags): Change default.
6163         (mpc--find-memoize-union-tags): New var.
6164         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6165         (mpc-cmd-find): Handle the case where the playlist does not exist.
6166         Handle union-tags.
6167         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6168         (mpc-cmd-add): Use mpc-cmd-flush.
6169         (mpc-tagbrowser-tag-name): New fun.
6170         (mpc-tagbrowser-buf): Use it.
6171         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6173 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         Misc cleanup.
6176         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6177         Use replace-regexp-in-string.
6178         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6179         (makefile-imake-mode-syntax-table): Move init into defvar.
6180         (makefile-mode): Use define-derived-mode.
6182         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6183         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6184         not be present any more.
6186 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6188         * faces.el (set-face-attribute): Fix typo in docstring.
6189         (face-valid-attribute-values): Reflow docstring.
6191 2010-03-24  Glenn Morris  <rgm@gnu.org>
6193         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6195 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6197         * indent.el (indent-for-tab-command): Doc fix.
6199 2010-03-24  Alan Mackenzie  <acm@muc.de>
6201         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6202         Fix off-by-one error.  Fixes bug #5747.
6204 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6206         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6207         (image-dired-read-comment): Doc fix.
6209         * json.el (json-object-type, json-array-type, json-key-type)
6210         (json-false, json-null, json-read-number):
6211         * minibuffer.el (completion-in-region-functions):
6212         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6213         (cal-tex-cursor-week):
6214         * emacs-lisp/trace.el (trace-function):
6215         * eshell/em-basic.el (eshell/printnl):
6216         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6217         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6218         * obsolete/levents.el (allocate-event, event-key, event-object)
6219         (event-point, event-process, event-timestamp, event-to-character)
6220         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6221         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6222         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6223         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6224         (reftex-highlight-selection): Fix typos in docstrings.
6226 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6228         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6230 2010-03-24  Glenn Morris  <rgm@gnu.org>
6232         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6233         2008-02-13 without comment; mark it obsolete.
6234         (rmail-highlight-headers): Use rmail-highlight-face once more.
6236 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6238         * woman.el (woman2-process-escapes): Only consume the newline if
6239         the filler character is on a line by itself (Bug#5729).
6241 2010-03-24  Kenichi Handa  <handa@m17n.org>
6243         * language/indian.el (devanagari-composable-pattern): Add more
6244         consonants.
6246 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6248         * net/trampver.el: Update release number.
6250 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6252         * net/tramp.el (tramp-find-executable):
6253         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6254         output of "wc -l" more robust.
6255         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6256         (tramp-open-connection-setup-interactive-shell): Remove workaround
6257         for OpenSolaris bug, it is not needed anymore.
6259 2010-03-24  Glenn Morris  <rgm@gnu.org>
6261         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6263 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6265         * files.el (auto-mode-alist): Accept more verilog file patterns.
6267 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6269         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6271 2010-03-24  Glenn Morris  <rgm@gnu.org>
6273         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6274         log-edit-before-checkin-process.
6276         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6278         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6280         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6281         (log-view-process-buffer, log-edit-extra-flags): Declare.
6283         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6285 2010-03-23  Sam Steingold  <sds@gnu.org>
6287         Fix bug#5620: recalculate all markers on compilation buffer
6288         modifications, not on file modifications.
6289         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6290         the buffer modification time, for buffers not associated with files.
6291         (compilation-mode): Create it.
6292         (compilation-filter): Update it.
6293         (compilation-next-error-function): Use it instead of
6294         `visited-file-modtime' for timestamp.
6296 2010-03-23  Juri Linkov  <juri@jurta.org>
6298         Implement Occur multi-line matches.
6299         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6301         * replace.el (occur): Doc fix.
6302         (occur-engine): Set `begpt' to the beginning of the first line.
6303         Set `endpt' to the end of the last match line.  At first, count
6304         line numbers between `origpt' and `begpt'.  Split out code from
6305         `out-line' variable to new let-bindings `match-prefix' and
6306         `match-str'.  In `out-line' add non-numeric prefix to all
6307         non-first lines of multi-line matches.  Finally, count lines
6308         between `begpt' and `endpt' and add to `lines'.
6310 2010-03-23  Juri Linkov  <juri@jurta.org>
6312         * replace.el (occur-accumulate-lines, occur-engine):
6313         Use `occur-engine-line' instead of duplicate code.
6314         (occur-engine-line): New function created from duplicate code
6315         in `occur-accumulate-lines' and `occur-engine'.
6317         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6318         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6320 2010-03-23  Juri Linkov  <juri@jurta.org>
6322         * finder.el: Remove TODO tasks.
6324         * info.el (Info-finder-find-node): Add node "all"
6325         with all package info.  Handle a list of multiple keywords
6326         separated by comma.
6327         (info-finder): In interactive use with a prefix argument,
6328         use `completing-read-multiple' to read a list of keywords
6329         separated by comma.
6331 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         Add a new completion style `substring'.
6334         * minibuffer.el (completion-basic--pattern): New function.
6335         (completion-basic-try-completion, completion-basic-all-completions):
6336         Use it.
6337         (completion-substring--all-completions)
6338         (completion-substring-try-completion)
6339         (completion-substring-all-completions): New functions.
6340         (completion-styles-alist): New style `substring'.
6342 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6344         Get rid of .elc files after removal of the corresponding .el.
6345         * Makefile.in (compile-clean): New target.
6346         (compile-main): Use it.
6348 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6350         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6351         don't do make there.  When compiling with separate object dir, there
6352         is no Makefile there.
6354 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         Get rid of the ELCFILES abomination, again.
6357         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6358         (all, compile): Don't call compile-last.
6359         (compile-main): Build the "elcfiles" list dynamically.
6360         (compile-targets): New (internal) target.
6362 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6364         * Makefile.in (top_srcdir): Define.
6365         (abs_top_builddir): Define.
6366         (srcdir): Don't append `/..'.
6367         (EMACS): Use ${abs_top_builddir}.
6368         (all, compile, compile-always, compile-last): Don't set emacswd.
6369         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6370         $(srcdir).
6371         (lisp): Use $(srcdir) instead of @srcdir@.
6373 2010-03-21  Juri Linkov  <juri@jurta.org>
6375         Fix message of multi-line occur regexps and multi-buffer header lines.
6376         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6378         * replace.el (occur-1): Don't display regexp if it is longer
6379         than window-width.  Use `query-replace-descr' to display regexp.
6380         (occur-engine): Don't display regexp in the buffer header for
6381         multi-buffer occur.  Display a separate header line with total
6382         match count and regexp for multi-buffer occur.
6383         Use `query-replace-descr' to display regexp.
6385 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6387         * net/secrets.el: Fix parenthesis.
6388         (secrets-enabled): Fix parenthesis.
6390 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6392         Use more relative file and directory names.
6393         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6394         (setwins, setwins_almost, setwins_for_subdirs):
6395         Don't `cd'; output relative names.
6396         (all, compile, compile-always, compile-last): Set emacswd.
6397         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6398         Just cd to the lisp source dir so we can use relative file names.
6400         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6402 2010-03-20  Glenn Morris  <rgm@gnu.org>
6404         * textmodes/rst.el: Use faces for font-lock customization, and make the
6405         old -face variables obsolete.
6406         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6407         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6408         (rst-block-face, rst-external-face, rst-definition-face)
6409         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6410         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6411         Make obsolete.
6412         (rst-font-lock-keywords-function): Update for above changes.
6414 2010-03-20  Juri Linkov  <juri@jurta.org>
6416         * s-region.el:
6417         * obsolete/s-region.el: Move to obsolete.
6419 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6421         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6423 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6425         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6427 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6429         Add special markup processing for commit logs.
6430         * log-edit.el (log-edit-extra-flags): New variable.
6431         (log-edit): Add new argument MODE.  Use that mode when non-nil
6432         instead of the log-view-mode.
6433         (log-view-process-buffer): New function.
6435         * vc.el: Document that the checkin method takes optional
6436         arguments.  Document new backend specific method: log-view-mode.
6437         (vc-default-log-edit-mode): New function.
6438         (vc-checkin): Use a backend specific log-view-mode.
6439         Pass extra arguments to the checkin method.
6440         (vc-modify-change-comment): Pass a dummy extra argument.
6442         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6443         log-edit.
6444         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6445         (vc-finish-logentry): Process the log buffer before passing it
6446         down.  Pass log-edit-extra-flags.
6448         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6449         command.
6450         (log-edit-extra-flags, log-edit-before-checkin-process):
6451         New declarations.
6453         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6454         command.
6455         (log-edit-extra-flags, log-edit-before-checkin-process):
6456         New declarations.
6457         (vc-hg-log-edit-mode): New derived mode.
6459         * vc-arch.el (vc-arch-checkin):
6460         * vc-cvs.el (vc-cvs-checkin):
6461         * vc-git.el (vc-git-checkin):
6462         * vc-mtn.el (vc-mtn-checkin):
6463         * vc-rcs.el (vc-rcs-checkin):
6464         * vc-sccs.el (vc-sccs-checkin):
6465         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6467 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6470         parent typo).
6472 2010-03-19  Glenn Morris  <rgm@gnu.org>
6474         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6476 2010-03-18  Glenn Morris  <rgm@gnu.org>
6478         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6480         * replace.el (query-replace-history): Give it a doc string.
6481         (map-query-replace-regexp): Use query-replace-from-history-variable
6482         and query-replace-to-history-variable.
6484         * mail/hashcash.el (declare-function): Remove duplicate definition.
6486         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6487         Make it an obsolete alias for report-emacs-bug-address.
6488         (message-strip-special-text-properties): Declare.
6489         (report-emacs-bug): Remove test for a pretest bug address.
6490         Combine message-mode-specific code.
6492         * mail/supercite.el: Don't require sendmail.
6493         (mh-in-header-p): Declare rather than using with-no-warnings.
6494         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6495         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6497         * calendar/cal-french.el: Convert to utf-8.
6499         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6500         Emacs scripts.
6502 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6504         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6505         of a subfeature.
6507 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6509         * net/secrets.el (top): Register the D-Bus signals only when the
6510         service "org.freedesktop.secrets" can be pinged.
6511         Provide subfeature `enabled'.
6513 2010-03-14  Juri Linkov  <juri@jurta.org>
6515         Add finder unknown keywords.
6517         * finder.el (finder-unknown-keywords): New function.
6519         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6520         to create a Finder node with unknown keywords.
6522 2010-03-14  Juri Linkov  <juri@jurta.org>
6524         * finder.el (finder-compile-keywords): Replace `princ' with
6525         `prin1' on a list of symbols interned from keyword strings.
6527         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6528         a comma, then split keywords using a comma and optional whitespace.
6529         Otherwise, split by whitespace.
6531         * complete.el:
6532         * face-remap.el:
6533         * log-view.el:
6534         * net/hmac-def.el:
6535         * net/hmac-md5.el:
6536         * net/netrc.el:
6537         * progmodes/mixal-mode.el: Fix keywords.
6539 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6541         * Makefile.in (ELCFILES): Add net/secrets.elc.
6543         * net/secrets.el: New file.
6545 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6547         * facemenu.el (list-colors-display, list-colors-print): New arg
6548         callback.  Use it to allow selecting colors.
6550         * wid-edit.el (widget-image-insert): Insert image prop even if the
6551         current display is non-graphic.
6552         (widget-field-value-set): New fun.
6553         (editable-field): Use it.
6554         (widget-field-value-get): Clean up unused var.
6555         (widget-color-value-create, widget-color--choose-action):
6556         New funs.  Allow using list-colors-display to choose color.
6558 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6560         * cus-edit.el: Resort topmost custom groups.
6561         (custom-buffer-sort-alphabetically): Default to t.
6562         (customize-apropos): Use apropos-parse-pattern.
6563         (custom-search-field): New var.
6564         (custom-buffer-create-internal): Add custom-apropos search field.
6565         (custom-add-parent-links): Don't display parent doc.
6566         (custom-group-value-create): Don't sort top-level custom group.
6567         (custom-magic-value-create): Show visibility button before option name.
6569         (custom-variable-state): New fun, from custom-variable-state-set.
6570         (custom-variable-state-set): Use it.
6571         (custom-group-value-create): Hide options with standard values
6572         using the :hidden-states property.  Use progress reporter.
6574         (custom-show): Simplify.
6575         (custom-visibility): Disable images by default.
6576         (custom-variable): New property :hidden-states.
6577         (custom-variable-value-create): Enable images for
6578         custom-visibility widgets.  Use :hidden-states property to
6579         determine initial visibility.
6581         * wid-edit.el (widget-image-find): Give images center ascent.
6582         (visibility): Add :on-image and :off-image properties.
6583         (widget-visibility-value-create): Use them.
6585 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6587         * cus-edit.el (processes): Remove from development group.
6588         (oop, hypermedia): Delete group.
6589         (comm): Promote to top-level group.
6591         * net/browse-url.el (browse-url):
6592         * net/xesam.el (xesam):
6593         * net/tramp.el (tramp):
6594         * net/goto-addr.el (goto-address):
6595         * net/ange-ftp.el (ange-ftp): Put in comm group.
6597         * view.el (view): Remove from editing group.
6599         * uniquify.el (uniquify): Put in files group.
6601         * net/browse-url.el (browse-url):
6602         * ps-print.el (postscript): Put in external group.
6604         * cus-edit.el (outlines):
6605         * textmodes/text-mode.el (text-mode-hook):
6606         * textmodes/table.el (table):
6607         * textmodes/picture.el (picture):
6608         * outline.el (outlines): Put in wp group.
6610         * nxml/nxml-mode.el (nxml): Remove from wp group.
6612         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6614         * mail/metamail.el (metamail): Remove from hypermedia group.
6616         * cus-edit.el (abbrev):
6617         * whitespace.el (whitespace):
6618         * vcursor.el (vcursor):
6619         * reveal.el (reveal):
6620         * hl-line.el (hl-line): Put in convenience group.
6622         * epg-config.el (epg): Put in data group.
6624         * emulation/pc-select.el (pc-select): Put in emulations group.
6626         * calculator.el (calculator): Put in applications group.
6628 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6630         Add .dir-locals.el support for file-less buffers.
6631         * files.el (hack-local-variables): Split out code to apply local
6632         variable settings ...
6633         (hack-local-variables-apply): ... here.  New function.
6634         (hack-dir-local-variables): Use the default directory for when the
6635         buffer does not have an associated file.
6636         (hack-dir-local-variables-non-file-buffer): New function.
6637         * diff-mode.el (diff-mode):
6638         * vc-annotate.el (vc-annotate-mode):
6639         * vc-dir.el (vc-dir-mode):
6640         * log-edit.el (log-edit-mode):
6641         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6643 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6645         Add support for shelving snapshots and for showing shelves.
6646         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6647         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6648         New functions.
6649         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6650         (vc-bzr-extra-menu-map): Map them.
6652 2010-03-11  Glenn Morris  <rgm@gnu.org>
6654         * cus-edit.el (customize-changed-options-previous-release):
6655         Bump to 23.1.
6657         * image.el (image-animate-max-time): Fix :version tag.
6659 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6661         * Branch for 23.2.
6663 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6665         * vc-git.el (vc-git-revision-table): Include remote branches.
6667 2010-03-10  Kim F. Storm  <storm@cua.dk>
6669         Animated image API.
6670         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6672         * image.el (image-animate-max-time): New defcustom.
6673         (image-animated-types): New defconst.
6674         (create-animated-image, image-animate-timer)
6675         (image-animate-start, image-animate-stop, image-animate-timeout)
6676         (image-animated-p): New functions.
6678         * image-mode.el (image-toggle-display-image):
6679         Replace `create-image' with `create-animated-image'.
6681 2010-03-09  Miles Bader  <miles@gnu.org>
6683         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6684         instead of "format:"; this ensures that the output is
6685         newline-terminated.
6687 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6689         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6690         that all errors are caught, and that the return value is always a
6691         list (Bug#5692).
6693 2010-03-08  Kenichi Handa  <handa@m17n.org>
6695         * language/misc-lang.el (windows-1256): New coding system.
6696         (cp1256): New alias of windows-1256 (bug#5690).
6698 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6700         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6701         call to rfc822-bad-address.  (Bug#5692)
6703 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6705         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6706         Use vc-git-root as default directory for revision path (Bug#5657).
6708 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6710         * calculator.el (calculator): Don't bind split-window-keep-point
6711         (Bug#5674).
6713 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * vc-git.el: Re-flow to fit into 80 columns.
6716         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6717         Remove spurious `quote' element in each case alternative.
6718         (vc-git-show-log-entry): Use prog1.
6719         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6721 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6725 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6727         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6728         definition, not the name (Bug#5481).
6730 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6732         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6733         argument with a local variable.  (Bug#5670)
6735 2010-03-02  Juri Linkov  <juri@jurta.org>
6737         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6739 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6741         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6742         error when FILENAME and NEWNAME are existing remote directories.
6744         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6745         parameter DIR-FLAG.
6747 2010-03-02  Glenn Morris  <rgm@gnu.org>
6749         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6750         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6752 2010-03-01  Kenichi Handa  <handa@m17n.org>
6754         * language/burmese.el (burmese-composable-pattern): Rename from
6755         myanmar-composable-pattern.
6757         * international/characters.el (script-list):
6758         * international/fontset.el (script-representative-chars):
6759         Change myanmar to burmese.
6760         (otf-script-alist): Likewise.
6761         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6763 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6765         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6767 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6769         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6771 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6773         * net/tramp.el (tramp-handle-write-region): START can be a string.
6774         Take care in the checks.  Reported by Dan Davison
6775         <davison@stats.ox.ac.uk>.
6777 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6779         * net/dbus.el (dbus-introspect, dbus-get-property)
6780         (dbus-set-property, dbus-get-all-properties):
6781         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6783 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6785         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6786         * emacs-lisp/elint.el (elint-add-required-env):
6787         * calendar/icalendar.el (icalendar--add-diary-entry):
6788         * calc/calcalg2.el (math-tracing-integral):
6789         * files.el (recover-session-finish): Use with-current-buffer
6790         instead of save-excursion.
6792 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6794         Fix in-buffer completion when after-change-functions modify the buffer.
6795         * minibuffer.el (completion--replace): New function.
6796         (completion--do-completion): Use it and use relative movement.
6798 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6800         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6802 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6804         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6805         Allow the characters _<> in the stack entry (Bug#5653).
6807 2010-02-26  Kenichi Handa  <handa@m17n.org>
6809         * language/burmese.el: Fix entries in composition-function-table.
6810         (myanmar-composable-pattern): New variable.
6812         * international/fontset.el (setup-default-fontset): Add an entry
6813         for myanmar.
6815         * international/characters.el (script-list): Add Myanmar
6816         Extended-A.
6818 2010-02-26  Glenn Morris  <rgm@gnu.org>
6820         * custom.el (custom-initialize-delay): Doc fix.
6822         * mail/sendmail.el (send-mail-function): Autoload the call
6823         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6825 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6827         * files.el (hack-local-variables-filter): For eval forms, also
6828         check safe-local-variable-p (Bug#5636).
6830 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6832         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6833         setting the modes by `ignore-errors'.  It might fail, for example
6834         if the file is not owned by the user but the group.
6835         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6837 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6839         * files.el (directory-listing-before-filename-regexp): Use
6840         stricter matching for iso-style dates, to avoid false matches with
6841         date-like filenames (Bug#5597).
6843         * htmlfontify.el (htmlfontify): Doc fix.
6845         * eshell/eshell.el (eshell): Doc fix.
6847         * startup.el (fancy-about-screen): In mode-line, apply
6848         mode-line-buffer-id face only to the buffer name (Bug#5613).
6850 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6852         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6853         In `watcom' anchor regexp to start of line, to avoid slowness
6854         (Bug#5599).
6856 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6858         * subr.el (remove-yank-excluded-properties): Explain in a comment
6859         why `category' property is removed.
6861 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6863         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6864         2010-02-17 change.
6866 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6868         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6869         (icalendar--convert-weekly-to-ical)
6870         (icalendar--convert-yearly-to-ical)
6871         (icalendar--convert-block-to-ical)
6872         (icalendar--convert-cyclic-to-ical)
6873         (icalendar--convert-anniversary-to-ical): Take care of time
6874         specifications where hour has 1-digit only (Bug#5549).
6876 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6878         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6879         of disassemble output in GDB 7.1.
6881 2010-02-19  Glenn Morris  <rgm@gnu.org>
6883         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6884         property.  (Bug#5593)
6886 2010-02-18  Sam Steingold  <sds@gnu.org>
6888         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6890 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         Use abbreviated file names in bookmarks (bug#5591).
6893         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6894         calls to expand-file-name.
6895         (bookmark-relocate): Use abbreviated file names in bookmarks.
6896         (bookmark-load): Use abbreviated file names in messages.
6898 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6900         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6901         expand "." and "..".  Reported by Thierry Volpiatto
6902         <thierry.volpiatto@gmail.com>.
6904 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6906         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6907         permissions of the temporary file to "0600".  In case the remote
6908         file has no read permissions for the owner, there might be
6909         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6911 22010-02-18  Glenn Morris  <rgm@gnu.org>
6913         * emacs-lisp/authors.el (authors-renamed-files-alist):
6914         Add entries for INSTALL.CVS.
6916 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6918         * vc-bzr.el: Fix typo in Known Bugs section.
6920         * isearch.el (isearch-update-post-hook): New hook.
6921         (isearch-update): Use the new hook.
6923 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6925         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6926         Fix errors in copying directories.
6927         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6928         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6929         (tramp-handle-delete-file)
6930         (tramp-handle-dired-recursive-delete-directory)
6931         (tramp-handle-write-region): Flush also the cache for the upper
6932         directory.
6934 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6936         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6938         * cus-edit.el (hardware): Doc fix.
6940         * man.el (man): Add to external custom group.
6942         * delim-col.el (columns): Move to wp custom group.
6944         * doc-view.el (doc-view): Add to data custom group.
6946         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6948         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6949         by ispell-parse-output (Bug#5575).
6951 2010-02-16  Kenichi Handa  <handa@m17n.org>
6953         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6954         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6955         (skkdic-convert): Use `euc-japan' coding system for writing.
6957 2010-02-16  Glenn Morris  <rgm@gnu.org>
6959         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6960         tex-main-file before using it.  (Bug#5562)
6962 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6964         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6965         warnings, since it is annoying for the user to see them each time he
6966         runs the code.
6968 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6970         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6971         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6972         instead of PROC for caching "first-password-request".  Otherwise,
6973         new processes would not profit from passwords already entered.
6975         * net/tramp-cache.el (tramp-dump-connection-properties):
6976         Don't save "first-password-request" property.
6978 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6980         * outline.el (outline-head-from-level):
6981         * simple.el (with-wrapper-hook):
6982         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6983         (elint-defun, elint-buffer-env, elint-top-form-logged)
6984         (elint-unbound-variable):
6985         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6986         Fix typos in docstrings.
6988 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6990         * files.el (insert-directory): When WILDCARD-REGEXP and
6991         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6992         whole directory.  (Bug#5551)
6994         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6995         dired's alignment sanity.  (Bug#5516)
6997 2010-02-14  Juri Linkov  <juri@jurta.org>
6999         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7000         Remove remaining ^H with their preceding chars.  (Bug#5566)
7002 2010-02-13  Glenn Morris  <rgm@gnu.org>
7004         * simple.el (transpose-subr): Give it a doc-string.
7006         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7007         Doc fixes.
7009 2010-02-12  Juri Linkov  <juri@jurta.org>
7011         * arc-mode.el (archive-unique-fname): Make directories for nested
7012         archives.  (Bug#5540)
7014 2010-02-12  Juri Linkov  <juri@jurta.org>
7016         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
7018 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * subr.el (copy-overlay): Handle deleted overlays.
7022         * man.el (Man-completion-table): Don't signal an error if we can't run
7023         manual-program (bug#4056).
7025 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
7027         * textmodes/artist.el (artist-mt): Fix typos in docstring.
7029 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7031         * info.el (Info-bookmark-jump): Simplify.
7033         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7034         (bookmark-default-handler): Accept new bookmark field `buffer'.
7036 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
7038         * iswitchb.el (iswitchb-completions): Revert last change.
7040 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
7042         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7043         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7044         This prevents file names like "~/" being listed literally.
7046 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7048         * term/xterm.el (xterm-maybe-set-dark-background-mode):
7049         Remove dead code.  (Bug#5546)
7051 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7053         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7054         correctly (Bug#5548).
7056 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7058         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7059         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7061 2010-02-08  Kenichi Handa  <handa@m17n.org>
7063         * international/mule-util.el (with-coding-priority): Add autoload
7064         cookie for putting `lisp-indent-function'.
7066 2010-02-07  Glenn Morris  <rgm@gnu.org>
7068         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7069         Move F2003 named interfaces from keywords-2 to keywords-1, and
7070         use function-name-face rather than constant-face.
7071         Simplify "abstract interface" regexp.
7073 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7075         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7076         ID-FORMAT.  Pass it to `file-attributes'.
7078         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7080 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7082         * faces.el (set-face-attribute): Allow calling
7083         internal-set-lisp-face-attribute with 'unspecified family and
7084         foundry argument (Bug#5536).
7086 2010-02-07  Glenn Morris  <rgm@gnu.org>
7088         * progmodes/f90.el (f90-font-lock-keywords-2)
7089         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7090         Handle F2003 named interfaces.
7092 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7094         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7095         beg and end before calling c-get-state-before-change-functions.
7097 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7099         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7101 2010-02-05  Juri Linkov  <juri@jurta.org>
7103         * doc-view.el (doc-view-mode):
7104         * image-mode.el (image-mode): Put property mode-class=special.
7105         (Bug#4896)
7107 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7109         * vc-svn.el (vc-svn-revision-table): New function.
7111 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7113         * net/ange-ftp.el (ange-ftp-insert-directory):
7114         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7115         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7116         Handle also directories.  (Bug#5478)
7118 2010-02-05  Glenn Morris  <rgm@gnu.org>
7120         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7122 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7124         * startup.el (command-line-1): Convert options beginning with a
7125         single dash as well (Bug#5519).
7127 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7130         * minibuffer.el (completion-initials-expand): Only check the presence
7131         of delims *within* the boundaries, since otherwise the / delim is
7132         always found for files.
7134         Fix up various corner case problems.
7135         * doc-view.el (doc-view-last-page-number): New function.
7136         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7137         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7138         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7139         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7140         (doc-view-convert-current-doc): Don't create the resolution.el file
7141         here any more.
7142         (doc-view-pdf/ps->png): Do it here instead.
7143         (doc-view-already-converted-p): Check that resolution.el is present.
7144         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7145         windows that are not yet showing images.
7147 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7149         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7150         `dired-uncache' for every elemnt which is an absolute file name.
7152         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7153         directory, handle its directory component.
7154         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7155         function is called permanently and creates noise, otherwise.
7157         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7158         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7159         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7161 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7163         * macros.el (apply-macro-to-region-lines):
7164         Minor simplification.  (Bug#5485)
7166 2010-02-04  Glenn Morris  <rgm@gnu.org>
7168         * mail/rmail.el (rmail-show-message-1): Handle malformed
7169         quoted-printable text.  (Bug#5441)
7171         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7173         * simple.el (visual-line-mode): Capitalize lighter.
7175 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7177         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7178         list of files considered for "virtual buffer" completions.
7180 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7182         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7183         also in case of (and (not full) (not wildcard)).  This is needed
7184         when dired is called with a list of files, which are not in
7185         `default-directory'.  (Bug#5478)
7187 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7189         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7191 2010-02-02  Juri Linkov  <juri@jurta.org>
7193         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7194         from unidiff to allow function-line after @@.
7196 2010-02-02  Juri Linkov  <juri@jurta.org>
7198         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7199         '(RCS SCCS) with inverted condition.
7201 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7203         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7204         messages.
7206 2010-02-01  Juri Linkov  <juri@jurta.org>
7208         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7209         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7210         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7211         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7213 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7215         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7216         (doc-view-revert-buffer): New command.
7217         (doc-view-mode-map): Use it.
7219 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7221         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7222         pending merge is detected.
7224 2010-01-31  Juri Linkov  <juri@jurta.org>
7226         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7227         beginning of interactive spec like all other grep commands do.
7228         Put "all" in front of "gz".  (Bug#5260)
7230 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7232         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7234 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7236         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7237         regexp is incorrect (Bug#5476).
7239 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7241         * net/tramp.el (tramp-handle-insert-directory): Handle also
7242         symlinks, when FILENAME is not in `default-directory'.
7244 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7246         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7247         FILE is not in `default-directory'.  (Bug#5478)
7249         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7250         of SWITCHES.  Handle the case, FILENAME is not in
7251         `default-directory'.  (Bug#5478)
7252         (tramp-register-file-name-handlers): Add safe-magic property.
7254 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7256         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7257         unzip (Bug#5475).
7259 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7261         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7262         (flymake-master-make-header-init): Add other C++ filename masks.
7263         (flymake-find-possible-master-files)
7264         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7266 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7268         Fix some busybox annoyances.
7270         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7271         not responding." string.
7272         (tramp-open-connection-setup-interactive-shell): Dump stty
7273         settings.  Enable "neveropen" arg for all `tramp-send-command'
7274         calls.  Handle "=" in variable values properly.
7275         (tramp-find-inline-encoding): Raise an error, when no encoding is
7276         found.
7277         (tramp-wait-for-output): Check, whether PROC buffer is available.
7278         Remove spurious " ^H" sequences, sent by busybox.
7279         (tramp-get-ls-command): Suppress coloring, if possible.
7281 2010-01-28  Glenn Morris  <rgm@gnu.org>
7283         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7285         * log-edit.el (log-edit-strip-single-file-name): Add missing
7286         :safe, :group, and :version tags.
7288 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7290         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7291         buffers.  (Bug#5477)
7293 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7295         * files.el (delete-directory): Handle moving to trash without
7296         first doing recursion (Bug#5436).
7298 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7300         * vc-hooks.el (vc-path): Mark as obsolete.
7302 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7304         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7305         names too.
7307         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7308         for the short log.
7309         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7311 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7313         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7315         * vc-bzr.el (vc-bzr-revision-table): New function.
7317 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7319         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7320         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7322 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7324         Remove support for adding --signoff on commit.
7325         Future support will use an incompatible generic mechanism.
7326         * vc-git.el (vc-git-add-signoff): Remove variable.
7327         (vc-git-toggle-signoff): Remove function.
7328         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7330         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7331         from xterm-set-background-mode.  Return t if the background mode
7332         was set.
7333         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7334         earlier, call it again in case the background mode has changed.
7336 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7338         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7339         (Bug#3541).
7341 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7343         * emacs-lisp/assoc.el (aelement): Doc fix.
7344         (aput, adelete, amake): Use lexical-let (Bug#5450).
7346 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7348         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7349         is the same as subprogram call, not declaration.  (Bug#5435).
7351 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7353         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7354         (tramp-smb-maybe-open-connection): Use it.
7356 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7358         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7360 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7362         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7363         just because we see "encoding: 8bit".
7364         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7366 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7368         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7370 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7372         * jka-compr.el (jka-compr-load): If load-file is not in
7373         load-history, try its file-truename version.  (bug#5447)
7375 2010-01-21  Alan Mackenzie  <acm@muc.de>
7377         Fix a situation where deletion of a cpp construct throws an error.
7378         * progmodes/cc-engine.el (c-invalidate-state-cache):
7379         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7380         special cpp construct is still in the buffer.
7381         (c-parse-state): Record the special cpp with markers, not numbers.
7383 2010-01-21  Kenichi Handa  <handa@m17n.org>
7385         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7386         process last-command-event, as it is now decoded first (Bug#5380).
7388 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7390         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7392 2010-01-20  Glenn Morris  <rgm@gnu.org>
7394         * indent.el (tab-always-indent): Fix custom-type.
7396 2010-01-19  Alan Mackenzie  <acm@muc.de>
7398         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7399         buffer throws "args out of range".
7400         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7401         playing the role of delimiter.
7403 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7405         * progmodes/ada-mode.el: Fix bug#5400.
7406         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7407         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7408         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7409         Improve comments in "is" portion.  Handle null procedure declaration.
7410         (ada-move-to-end): Improve doc string.
7412 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7414         * ido.el (ido-cur-list): Initialize to nil.
7415         Remove obsolete information from commentary.
7416         (ido-choice-list): Initialize to nil.
7417         (ido-get-bufname): Reject minibuffers.
7418         (ido-make-buffer-list): If "default" is a nonexistent
7419         buffer, ignore it, as per the function's comment.
7420         (ido-kill-buffer-internal): New function.
7421         (ido-kill-buffer-at-head): Use it.
7422         (ido-visit-buffer): Likewise.
7424 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7426         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7428 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7430         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7431         Fix typos in chart titles.
7433         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7434         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7435         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7436         (describe-class, eieio-describe-generic, describe-generic):
7437         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7438         (eieio-speedbar-expand):
7439         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7440         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7441         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7442         (viper-del-backward-char-in-replace, viper-backward-indent)
7443         (viper-brac-function, viper-register-to-point, viper-submit-report):
7444         * net/tramp.el (tramp-remote-coding-commands):
7445         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7446         Fix typos in docstrings.
7448 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7450         * mail/sendmail.el (mail-yank-original): Set the mark if the
7451         specified function for yanking does not do it.
7453 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7455         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7457         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7458         resyncing a directory.
7460 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7462         * progmodes/ada-mode.el: Fix bug#1920.
7463         (ada-ident-re): Delete ., allow multibyte characters.
7464         (ada-goto-label-re): New; matches goto labels.
7465         (ada-block-label-re): New; matches block labels.
7466         (ada-label-re): New; matches both.
7467         (ada-named-block-re): Deleted; callers changed to use
7468         `ada-block-label-re' instead.
7469         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7470         Use `ada-block-label-re'.
7471         (ada-indent-on-previous-lines): Improve handling of goto labels.
7472         (ada-get-indent-block-start): Special-case block label.
7473         (ada-get-indent-label): Split into `ada-indent-block-label' and
7474         `ada-indent-goto-label'.
7475         (ada-goto-stmt-start, ada-goto-next-non-ws):
7476         Optionally ignore goto labels.
7477         (ada-goto-next-word): Simplify.
7478         (ada-indent-newline-indent-conditional): Insert newline before
7479         trying to fix indentation; doc fix.
7481 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7483         * calc/calc.el (calc-command-flags): Give it an initial value.
7485 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7487         * files.el (minibuffer-with-setup-hook):
7488         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7489         (artist-key-draw-continously, artist-key-do-continously-continously)
7490         (artist-key-set-point-continously, artist-mouse-draw-continously):
7491         Fix typos in docstrings.
7493 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7495         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7496         return t (Bug#3898).
7498 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7500         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7501         can parse the output of the external commands (Bug#5279).
7503 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7505         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7507 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7509         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7511         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7513         * startup.el (command-line): Remove unused --icon-type arg.
7514         Handle --display arg, passing it to command-line-1 (Bug#5392).
7516 2010-01-16  Mario Lang  <mlang@delysid.org>
7518         * emacs-lisp/chart.el (chart-translate-namezone):
7519         * textmodes/artist.el (artist-compute-popup-menu-table):
7520         Remove duplicated words in doc-strings.
7522 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7524         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7525         to mairix-search to suppress threading (Bug#5342).
7527 2010-01-15  Kenichi Handa  <handa@m17n.org>
7529         * international/mule-cmds.el (canonicalize-coding-system-name):
7530         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7532 2010-01-15  Glenn Morris  <rgm@gnu.org>
7534         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7536         * wid-edit.el (widget-keymap): Doc fix.
7538         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7539         former seems to be more widely accepted by various svn versions.
7541 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7543         * find-cmd.el (find-constituents):
7544         * vc-arch.el (vc-arch-root):
7545         * window.el (window-body-height, pop-up-frames):
7546         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7547         * progmodes/ada-stmt.el (ada-if):
7548         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7549         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7550         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7551         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7553         * progmodes/flymake.el (flymake-post-syntax-check):
7554         Fix typo in error message.
7556 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7558         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7559         which is always a string.  (Bug#5313)
7561 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7563         * progmodes/ada-xref.el (ada-default-prj-properties):
7564         Simplify previous change.
7566 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7568         * progmodes/ada-xref.el (ada-default-prj-properties):
7569         Default ada_project_path to $ADA_PROJECT_PATH.
7571 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7573         * progmodes/ada-mode.el (ada-create-keymap):
7574         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7576 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7578         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7579         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7580         (ada-get-current-indent, ada-imenu-generic-expression)
7581         (ada-which-function): Check for it.
7583 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7585         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7586         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7588 2010-01-14  Glenn Morris  <rgm@gnu.org>
7590         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7592 2010-01-14  Kenichi Handa  <handa@m17n.org>
7594         * composite.el (auto-composition-mode): Make it a buffer local
7595         variable (permanent-local).
7596         (auto-composition-function): Set the default value to
7597         auto-compose-chars.
7598         (auto-composition-mode): Make it a simple function, not a minor mode.
7599         (global-auto-composition-mode): Likewise.
7600         (turn-on-auto-composition-if-enabled): Delete it.
7602 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7604         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7606 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7608         * files.el (copy-directory): Compute target for recursive
7609         directories with identical names.  (Bug#5343)
7611 2010-01-12  Glenn Morris  <rgm@gnu.org>
7613         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7614         it to bug-gnu-emacs rather than emacs-pretest-bug.
7616 2010-01-11  Sam Steingold  <sds@gnu.org>
7618         * imenu.el (imenu-default-create-index-function): Detect infinite
7619         loops caused by imenu-prev-index-position-function.
7621 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7623         * htmlfontify.el (htmlfontify-load-rgb-file)
7624         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7625         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7626         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7627         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7628         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7629         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7630         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7631         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7632         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7633         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7634         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7635         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7636         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7637         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7638         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7639         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7640         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7641         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7642         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7643         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7644         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7645         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7646         backslash-quoting from parentheses, etc.
7648 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7650         * progmodes/js.el: Autoload javascript-mode alias.
7652 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7654         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7655         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7656         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7657         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7658         Fix typos in docstrings.
7659         (ffap-url-regexp): Doc fix.
7660         (ffap-at-mouse): Fix typo in message.
7662 2010-01-11  Glenn Morris  <rgm@gnu.org>
7664         * version.el (emacs-copyright): Set copyright year to 2010.
7666 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7668         * format.el (format-annotate-function): Only set
7669         write-region-post-annotation-function after running to-fn so as not to
7670         affect nested write-region calls (bug#5273).
7672 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7674         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7675         wisent/python.el.
7677 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7679         * man.el (Man-goto-section): Signal error if the section is not
7680         found (Bug#5317).
7682 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7684         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7685         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7687 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7689         * progmodes/compile.el: Don't treat compile-command as safe if
7690         compilation-read-command might be nil (Bug#4218).
7692 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7694         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7695         NS options.
7697 2010-01-08  Kenichi Handa  <handa@m17n.org>
7699         * international/fontset.el (build-default-fontset-data):
7700         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7702 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7704         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7705         to `create-file-buffer' as it expects, not just a buffer name.
7706         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7707         to help uniquify.  (Bug#3224)
7709 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7711         * font-setting.el (font-setting-change-default-font): Use user-spec
7712         instead of name.
7714 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7716         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7718 2010-01-05  Tom Tromey  <tromey@redhat.com>
7720         * progmodes/python.el (python-font-lock-keywords):
7721         Handle qualified decorators (Bug#881).
7723 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7725         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7726         in a lightweight checkout.
7728 2010-01-05  Kenichi Handa  <handa@m17n.org>
7730         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7732 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7734         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7736 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7738         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7739         checkouts.  (Bug#618)
7740         (vc-bzr-log-view-mode): Also highlight the author.
7741         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7742         (vc-bzr-shelve-menu-map):
7743         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7744         (vc-bzr-shelve-apply): Make prompt more explicit.
7746 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7748         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7749         They are valid characters in URL paths (rfc3986), and at least
7750         Firefox does not understand the encoded version (Bug#3166).
7752 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7754         * progmodes/octave-mod.el (octave-end-keywords)
7755         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7756         Add "end" keyword (Bug#3061).
7757         (octave-end-as-array-index-p): New function.
7758         (calculate-octave-indent): Use it.
7760 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7762         * bookmark.el: Consistently put the text property on the bookmark name.
7763         (bookmark-bmenu-marks-width): Bump back to 2, to include
7764         annotation marks.
7765         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7766         property on the bookmark name, instead of not putting it at all.
7767         (bookmark-bmenu-list): Fix where we put the text property.
7769 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7771         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7772         for showing buffer modified state (as added in the previous change).
7774 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7776         * bookmark.el: Show modified state of bookmark buffer more accurately.
7777         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7778         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7779         (with-buffer-modified-unmodified): New macro.
7780         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7781         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7782         Use new macro to preserve the buffer modified state.
7784 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7786         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7787         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7788         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7789         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7790         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7791         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7792         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7794 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7796         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7797         Make the lines in the generated doc string shorter.  (Bug#4668)
7799 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7801         * net/rcirc.el: Add follow-link binding (Bug#4738).
7803 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7805         * Makefile.in (bzr-update): Rename from cvs-update.
7806         (cvs-update): New target for backward compatibility.
7808         * makefile.w32-in (bzr-update): Rename from cvs-update.
7809         (cvs-update): New target for backward compatibility.
7811 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7813         * bookmark.el: Remove gratuitous gratitude.
7815 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7817         * bookmark.el (bookmark-bmenu-any-marks): New function.
7818         (bookmark-bmenu-save): Clear buffer modification if no marks.
7820 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7822         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7823         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7824         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7825         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7827         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7828         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7829         To: emacs-devel {_AT_} gnu.org
7830         Subject: bookmark.el bug report
7831         Date: Mon, 28 Dec 2009 14:19:16 +0800
7832         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7834 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7836         * bookmark.el: Improvements suggested by Drew Adams:
7837         (bookmark-bmenu-ensure-position): New name for
7838         `bookmark-bmenu-check-position'.  Just ensure the position,
7839         don't return any meaningful value.
7840         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7841         New constants.
7843 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7845         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7846         (bookmark-yank-point, bookmark-bmenu-check-position):
7847         Fix typos in docstrings.
7848         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7849         (bookmark-name-from-full-record, bookmark-get-position)
7850         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7851         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7852         Remove useless quoting of parenthesis, etc. in docstrings.
7854         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7855         (ediff-append-custom-diff): Fix typo in error message.
7856         (ediff-meta-mark-equal-files): Fix typos in messages.
7858         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7860         * net/imap-hash.el (imap-hash-make): Doc fix.
7861         (imap-hash-test): Fix typo in error message; reflow docstring.
7862         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7863         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7864         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7865         Fix typos in docstrings.
7866         (imap-hash-open-connection): Fix typo in error message.
7868         * play/gomoku.el (gomoku): Fix typos in docstring.
7870         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7871         (gdb-jsonify-buffer): Fix typos in docstring.
7872         (gdb-goto-breakpoint): Fix typo in error message.
7873         ("Display Other Windows"): Fix typo in help message.
7874         (gdb-speedbar-expand-node): Fix typo in question.
7876         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7877         (idlwave-html-system-help-location, idlwave-html-help-location)
7878         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7879         (idlwave-help-browser-generic-args, idlwave-help-directory)
7880         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7881         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7882         (idlwave-online-help, idlwave-help-html-link)
7883         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7884         Fix typos in docstrings.
7885         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7886         Reflow docstrings.
7887         (idlwave-help-assistant-start): Fix typo in error message.
7889         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7890         (octave-electric-space): Fix typos in docstrings.
7892 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7894         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7896 2010-01-01  Juri Linkov  <juri@jurta.org>
7898         * comint.el (comint-input-ring-size): Make it a defcustom and
7899         increase the default to 500 (Bug#5148).
7901 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7903         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7904         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7905         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7907 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7909         Show working revision correctly for mercurial.
7910         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7911         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7913 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7915         Declare some functions for the byte-compiler.
7916         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7917         (speedbar-timer-fn, speedbar-change-expand-button-char)
7918         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7920 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7922         This changeset reverts GDB Graphical Interface to use annotations.
7923         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7925 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7927         Make vc-dir work on subdirectories of the bzr root.
7928         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7929         file names relative to it.
7930         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7931         relative directory to vc-bzr-after-dir-status.
7933 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7935         * font-lock.el (font-lock-refresh-defaults): New function, which
7936         can be used to let font-lock react to external changes in
7937         variables like font-lock-defaults and keywords.
7938         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7940 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7942         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7944         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7946 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7948         Supersede color.diff settings in git log (bug#5211).
7950         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7951         escape chars in its output when the user has color.diff set to `always'.
7952         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7954 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7956         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7957         node.  Keep previous "Index" name to work with past coreutils too.
7959         * man.el (man): Revise docstring a bit to show -a and -l as
7960         examples.  Add -k description since support for it has otherwise
7961         been a secret.  (Further to bug#3717.)
7962         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7963         "no matches" rather than "Can't find manpage", as the latter reads
7964         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7966 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7968         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7969         switches.  Check also for //SUBDIRED// line.
7971 2009-12-25  Kenichi Handa  <handa@m17n.org>
7973         * language/indian.el (devanagari-composable-pattern): Fixed to
7974         handle ZWNJ and ZWJ.  Use it in composition-function-table for
7975         Devanagari.
7976         (malayalam-composable-pattern): Fix previous change.
7978 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7980         * ps-print.el (ps-face-attributes): It was not returning the
7981         attribute face for faces specified as string.  Reported by harven
7982         <harven@free.fr>.  (Bug#5254)
7983         (ps-print-version): New version 7.3.5.
7985 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
7987         * calendar/icalendar.el (icalendar--convert-tz-offset):
7988         Fix timezone names.
7989         (icalendar--convert-tz-offset): Fix the "last-day-problem".
7990         (icalendar--add-diary-entry): Remove the trailing blank that
7991         diary-make-entry inserts.
7993 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
7995         Make `file-expand-wildcards' work for remote files.
7997         * files.el (file-expand-wildcards): In case of remote files, check
7998         only local file name part for wildcards.  Provide feature 'files
7999         and subfeature 'remote-wildcards.  (Bug#5198)
8001         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8002         if there is already an established connection.
8003         (tramp-advice-file-expand-wildcards): Remove it.
8005         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8006         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8007         Activate advice for older GNU Emacs versions.  (Bug#5237)
8009 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8011         Some doc fixes (more needed).
8013         * find-cmd.el (find-constituents): Reflow docstring.
8014         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8015         (find-generic): Doc fix.
8017 2009-12-17  Juri Linkov  <juri@jurta.org>
8019         Fix regression from 23.1 to allow multiple modes in Local Variables.
8021         * files.el (hack-local-variables-filter): While ignoring duplicates,
8022         don't take `mode' into account.
8023         (hack-local-variables-filter, hack-dir-local-variables):
8024         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8026 2009-12-17  Juri Linkov  <juri@jurta.org>
8028         Make `dired-diff' safer.  (Bug#5225)
8030         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8031         `current' or when `file' is a directory of the `current' file.
8033 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8035         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8036         unconditionally preloaded files.
8038 2009-12-16  Juri Linkov  <juri@jurta.org>
8040         Revert to old 23.1 logic of using the file at the mark as default.
8041         * dired-aux.el (dired-diff): Use the file at the mark as default
8042         if it's not the same as the current file, and the target dir is
8043         the current dir or the mark is active.  Add the current file
8044         as the arg of `dired-dwim-target-defaults'.  Use the default file
8045         in the prompt.  (Bug#5225)
8047 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8049         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8050         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8051         (tramp-check-for-regexp): Check also, when an echoing shell stops
8052         to echo sent commands.
8054 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8056         * Makefile.in: Revert last change (Bug#5191).
8058 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8060         * vc-hg.el (vc-hg-print-log): Fix argument order.
8061         (vc-hg-working-revision): Make sure the command is executed in a
8062         known environment so that we can parse the output.  (Bug#4417)
8064 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8066         * progmodes/python.el (python-symbol-completions): Remove text
8067         properties from symbol string before calling python-send-receive.
8069 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8071         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8072         when there are values for both file and line.  (Bug#5060)
8074 2009-12-14  Juri Linkov  <juri@jurta.org>
8076         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8077         whitespace after the file name of the first line of unified format,
8078         because git-diff doesn't output whitespace and file modification time
8079         after the file name.
8081 2009-12-14  David Kastrup  <dak@gnu.org>
8083         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8084         check if it already has the `display' property added by
8085         `Info-display-images-node', and not put the `invisible' property
8086         in this case.
8088 2009-12-13  Glenn Morris  <rgm@gnu.org>
8090         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8091         (report-emacs-bug): In message-mode, sort manually before storing
8092         original report text.  (Bug#5178)
8093         Remove superfluous save-excursion.
8095 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8097         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8098         when responding to "GetAll" properties.
8100 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8102         * simple.el (compose-mail): Remove mail-setup-with-from from
8103         customization checks.
8105 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8107         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8108         RAR archives created on Unix systems.
8110 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8113         the varalias that was accidentally removed by the 2009-11-19 change
8114         (bug#5186).
8116 2009-12-12  Kenichi Handa  <handa@m17n.org>
8118         * language/indian.el (indian-compose-regexp): New function.
8119         (malayalam-composable-pattern): Fix the pattern.
8120         (composition-function-table): Set malayalam-composable-pattern for
8121         Malayalam characters.
8123 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8125         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8126         rather than down-mouse-1, based on follow-link conventions.
8128         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8129         are compiled.
8131 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8133         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8134         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8135         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8136         (verilog-leap-to-head, verilog-backward-token):
8137         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8139 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8141         * progmodes/verilog-mode.el (verilog-auto-lineup)
8142         (verilog-nameable-item-re): Cleanup user-visible spelling and
8143         documentation errors.  One reported by Gary Delp.
8144         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8145         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8146         package, bug195.  Reported by Pierre-David Pfister.
8148 2009-12-11  Glenn Morris  <rgm@gnu.org>
8150         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8152         * mail/emacsbug.el: No longer require sendmail.
8153         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8154         (report-emacs-bug-orig-text): Doc fix.
8155         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8156         New local variables, to adapt to different mail-user-agents.
8157         (report-emacs-bug): Fix test for a gnu.org address.
8158         Use overlays for emphasis, since font-lock defeats 'face property.
8159         Pretest bugs also end up at the newsgroup these days.
8160         Stop message-mode stripping text properties.
8161         Set and use the new buffer-local variables.
8162         (report-emacs-bug-hook): Add doc-string.
8163         Remove some unnecessary save-excursions and simplify.
8164         Use the appropriate hook and send-command.
8166         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8167         capitalization of some menu entries.
8169 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8171         * whitespace.el (whitespace-display-char-on):
8172         Ensure `buffer-display-table' is unique when two or more windows are
8173         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8174         New version 12.1.
8176 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8178         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8179         characters in the Attribute field.
8181 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8183         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8185 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8187         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8188         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8189         Disregard autoload-excludes.
8190         (update-directory-autoloads): Obey autoload-excludes here instead.
8191         But don't store its contents in no-autoloads and remove entries that
8192         refer to excludes files.
8194 2009-12-10  Glenn Morris  <rgm@gnu.org>
8196         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8197         (expand-mail-aliases): Define for compiler.
8199         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8200         Define for compiler.
8202         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8203         appropriate for the mail-user-agent in use.
8205 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8207         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8209 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8211         Fix short log parsing and fontification.
8212         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8213         Fix fontification for the [merge] label.
8215 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8217         Drop some properties to avoid surprises (bug#5002).
8218         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8219         (hfy-fontify-buffer): Use it.
8221 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         Minor cleanup.
8224         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8225         Adjust all callers.
8226         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8227         args compulsory.  Adjust callers.
8228         (ffap-gopher-at-point): Remove unused var `name'.
8230         Get rid of the ELCFILES abomination.
8231         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8232         (compile-elcfiles): New phony target.
8233         (compile-main): Compute ELCFILES dynamically.
8234         (compile-clean): New target to remove left-over elc files.
8235         (compile, all): Use it.
8237 2009-12-09  Kenichi Handa  <handa@etlken>
8239         * international/mule-diag.el: Require help-mode instead of help-fns.
8241 2009-12-09  Kenichi Handa  <handa@m17n.org>
8243         * international/mule-cmds.el (ucs-names): Supply sufficiently
8244         fine ranges instead of pre-calculating accurate ranges.
8245         Iterate with bigger gc-cons-threshold.
8247 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8249         Add support for stashing a snapshot of the current tree.
8250         * vc-git.el (vc-git-stash-snapshot): New function.
8251         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8253 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8255         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8256         instead of `(beginning|end)-of-line'.
8258 2009-12-08  Glenn Morris  <rgm@gnu.org>
8260         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8262         * Makefile.in (ELCFILES): Regenerate.
8264 2009-12-07  Juri Linkov  <juri@jurta.org>
8266         Don't lazy-highlight the comint output in history Isearch mode.
8268         * comint.el (comint-history-isearch-search): Instead of
8269         `comint-line-beginning-position', use `comint-after-pmark-p'
8270         to check if point if before the process mark, and go to
8271         `process-mark' in this case.
8273 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8275         * textmodes/tex-mode.el (latex-complete)
8276         (latex-indent-or-complete): Remove.
8277         (latex-mode): Set completion-at-point-functions instead.
8279         Provide a standard completion command and hook it into TAB.
8280         * minibuffer.el (completion-at-point-functions): New var.
8281         (completion-at-point): New command.
8282         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8283         * progmodes/python.el (python-mode-map): Use completion-at-point.
8284         (python-completion-at-point): Rename from python-partial-symbol and
8285         adjust for use in completion-at-point-functions.
8286         (python-mode): Setup completion-at-point for Python completion.
8287         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8288         extracted from lisp-complete-symbol.
8289         (lisp-complete-symbol): Use it.
8290         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8291         setup completion-at-point for Elisp completion.
8292         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8293         Use completion-at-point.
8294         * ielm.el (ielm-map): Use completion-at-point.
8295         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8296         * progmodes/sym-comp.el: Move to...
8297         * obsolete/sym-comp.el: Move from progmodes.
8299 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8301         Prevent save-buffer in Rmail buffers from using the coding-system
8302         of the current message, and from clobbering the encoding mnemonics
8303         in the mode line (Bug#4623).
8305         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8306         flag, too.
8307         (rmail-message-encoding): New variable.
8308         (rmail-write-region-annotate): Record the encoding of the current
8309         message in rmail-message-encoding.
8310         (rmail-after-save-hook): New function, restores the encoding of
8311         the current message after the message collection is saved.
8313 2009-12-07  Juri Linkov  <juri@jurta.org>
8315         * progmodes/grep.el (grep-read-files): Use `completing-read'
8316         instead of `read-string'.  Set its `collection' arg to
8317         `read-file-name-internal'.  (Bug#4301)
8319 2009-12-07  Juri Linkov  <juri@jurta.org>
8321         Correctly restore original Isearch point.  (Bug#4994)
8323         * isearch.el (isearch-mode): Move `isearch-push-state' after
8324         `(run-hooks 'isearch-mode-hook)'.
8325         (isearch-cancel): When `isearch-push-state-function' is defined,
8326         let-bind `isearch-cmds' to the first state (the last element of
8327         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8328         function and restores the original point).  Otherwise, move point
8329         to `isearch-opoint'.
8331 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8333         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8334         chars that don't have names, so the table can be built much faster at
8335         run-time.
8337 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8339         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8340         change.  Suggested by David Kastrup.
8342         * simple.el (compose-mail): Check for incompatibilities and warn.
8343         (compose-mail-user-agent-warnings): New option.
8345 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8347         Support showing a single log entry from vc-annotate.
8348         * vc.el (print-log): Add a new argument: START-REVISION.
8349         (vc-print-log-internal): Add a new optional argument and
8350         pass it to the backend.
8351         (vc-print-log, vc-print-root-log): Adjust callers.
8352         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8353         buffer already displays the requested log entry, use it.
8354         Otherwise display only the log entry in question.
8355         * vc-svn.el (vc-svn-print-log):
8356         * vc-mtn.el (vc-mtn-print-log):
8357         * vc-hg.el (vc-hg-state):
8358         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8359         (vc-git-show-log-entry): Return t on success.
8360         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8361         (vc-bzr-show-log-entry): Return t on success.
8362         * vc-rcs.el (vc-rcs-print-log):
8363         * vc-sccs.el (vc-sccs-print-log):
8364         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8366 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8368         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8369         Add menus to the meta mode.  (Bug#5043)
8371 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8373         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8374         event-key.
8376         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8378 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8380         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8381         Berbain <raphael.berbain@gmail.com>.
8383         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8384         characters.
8385         (tramp-initial-end-of-output): New defconst.
8386         (tramp-methods, tramp-find-shell)
8387         (tramp-open-connection-setup-interactive-shell)
8388         (tramp-maybe-open-connection): Use it.
8389         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8390         existence of `#' and `$'.
8392         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8393         `tramp-initial-end-of-output'.
8395 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8397         Get the background mode from the terminal for xterm, and set
8398         faces accordingly.
8399         * term/xterm.el (xterm-set-background-mode): New function.
8400         (terminal-init-xterm): Use it in case xterm supports background
8401         color queries.  Recompute faces after getting the background
8402         color.
8404 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8406         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8407         number comment back on its own line, for easier parsing.
8409 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         Make it work for non-file buffers (bug#5102).
8412         * doc-view.el (doc-view-current-cache-dir):
8413         Use doc-view-buffer-file-name rather than buffer-file-name.
8414         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8416 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8418         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8419         author field is too short.
8421 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8423         * vc-git.el (vc-git-print-log): Handle a limit argument.
8424         Display the short log in graph form and with labels.
8425         (vc-git-log-view-mode): Handle labels.
8427         Make vc-revert change VC state from 'added to 'unregistered.
8428         * vc-git.el (vc-git-revert): Call git reset first.
8430 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8432         * net/newst-backend.el, net/newst-plainview.el:
8433         * net/newst-reader.el, net/newst-ticker.el:
8434         * net/newst-treeview.el, net/newsticker.el:
8435         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8437 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8439         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8441         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8442         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8443         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8444         Update annotation regexp.
8446         * simple.el (beginning-of-visual-line): Constrain to field
8447         boundaries (Bug#5106).
8449 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8451         * xml.el (xml-substitute-numeric-entities): Move
8452         newsticker--decode-numeric-entities in newst-backend.el to
8453         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8454         * net/newst-backend.el (newsticker--parse-generic-feed)
8455         (newsticker--parse-generic-items)
8456         (newsticker--decode-numeric-entities): Move
8457         newsticker--decode-numeric-entities in newst-backend.el to
8458         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8460 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8462         * progmodes/js.el (js--js-not): Add null to the list of values.
8464 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8466         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8468 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8470         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8471         delimiter if it is at the end of the current line.
8472         (bibtex-generate-url-list): Fix docstring.
8474 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8477         minibuffer's content with itself.
8478         Fold the confirm-after-completion case into the `confirm' case.
8479         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8481 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8483         * ffap.el (ffap-rfc-path): Make this a defcustom since
8484         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8486         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8487         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8489 2009-12-05  Juri Linkov  <juri@jurta.org>
8491         Save and restore dired buffer's point positions too.  (Bug#4880)
8493         * dired.el (dired-save-positions): Return in the first element
8494         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8495         Doc fix.
8496         (dired-restore-positions): First restore buffer's position.
8497         While restoring window's positions, check if window still displays
8498         the original buffer.
8500 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8502         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8503         if possible.
8505         * shell.el (shell): Require ansi-color (Bug#5113).
8507         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8509         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8511 2009-12-05  Alan Mackenzie  <acm@muc.de>
8513         * progmodes/cc-mode.el (c-before-hack-hook)
8514         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8515         `c-file-style' to work again.  This reversion restores the current
8516         software to its state in Emacs 23.1.  (Bug#4146)
8518 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8520         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8521         comment-start-skip to comment-end-skip as comment (Bug#4781).
8523 2009-12-05  Juri Linkov  <juri@jurta.org>
8525         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8526         for virtual nodes.  (Bug#4147)
8527         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8528         when moving from a virtual node.
8529         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8530         (Info-mode): Add `Info-virtual-index' to the docstring.
8532 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8534         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8535         track of the buffer position of the end of a BibTeX entry as this
8536         position may change during reformatting.
8537         (bibtex-format-entry): Remove whitespace before processing
8538         numerical fields so that we recognize the latter properly.
8539         (bibtex-reformat): Do not use push which changes the global value
8540         of bibtex-entry-format.
8541         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8542         (bibtex-field-re-init): Replace only space characters by regexp
8543         for whitespace.
8544         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8545         (bibtex-initialize): Also update bibtex-strings.
8546         (bibtex-kill-field): Preserve white space at end of entry.
8547         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8548         Update bibtex-reference-keys.
8550 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8552         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8553         point after a star, if that's the only place where modifications can
8554         make progress.
8556 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8558         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8559         in docstrings.
8561 2009-12-04  Juri Linkov  <juri@jurta.org>
8563         * proced.el (proced): Call `(proced-update t)' to update process
8564         information instead of only running proced-post-display-hook.
8565         (proced-send-signal): Add a leading space to the buffer name
8566         " *Marked Processes*" to make this buffer ephemeral.
8568 2009-12-04  Juri Linkov  <juri@jurta.org>
8570         * dired.el (dired-auto-revert-buffer): New defcustom.
8571         (dired-internal-noselect): Use it.
8573 2009-12-04  Juri Linkov  <juri@jurta.org>
8575         Change roles of modes and functions in image-mode.el (Bug#5062).
8577         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8578         in `auto-mode-alist'.
8579         (image-mode-previous-major-mode): New variable.
8580         (image-minor-mode-map): Rename from `image-mode-text-map'.
8581         (image-mode): Move graceful error-handling code from
8582         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8583         (image-minor-mode): Remove all image-handling code.
8584         Replace `image-mode-text-map' with `image-minor-mode-map'.
8585         Check for `image-type' in mode-line format string.
8586         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8587         (image-mode-as-text): New function with most code from
8588         `image-mode-maybe'.
8589         (image-toggle-display-text): Move code that removes image
8590         properties from `image-toggle-display' to here.
8591         (image-toggle-display-image): New function with code that adds
8592         image properties copied from `image-toggle-display'.
8593         (image-toggle-display): Remove most code with leaving only code
8594         that toggles between `image-mode-as-text' and `image-mode'.
8596 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8598         * net/newst-treeview.el
8599         (newsticker--treeview-list-highlight-start): Restored call to
8600         save-excursion: Selected item was stuck.
8601         (newsticker--treeview-list-select): New.
8602         (newsticker--treeview-item-show-text)
8603         (newsticker--treeview-item-show)
8604         (newsticker--treeview-item-update): Use new
8605         newsticker-treeview-item-mode.
8606         (newsticker-treeview-update): Keep current item.
8607         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8608         (newsticker--treeview-first-feed): Doc change.
8609         (newsticker-treeview-list-menu)
8610         (newsticker-treeview-item-menu): Added menu entries.
8611         (newsticker-treeview-item-mode): New.
8613         * net/newst-backend.el (newsticker-customize): Delete other
8614         windows.
8616 2009-12-04  Sam Steingold  <sds@gnu.org>
8618         * log-view.el (log-view-mode-map): "q" calls quit-window,
8619         like in all the other non-self-insert buffers.
8621 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8623         Minor cleanup.
8624         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8625         key decoding rather than do it manually via last-input-event +
8626         ascii-character.
8627         (term-exec): Use delete-and-extract-region.
8628         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8629         (term-process-pager): Remove unused var `i'.
8630         (term-dynamic-simple-complete): Make obsolete.
8631         (serial-update-config-menu): Remove unused vars `y' and `str'.
8632         (term-update-mode-line): Remove unused var `temp'.
8634 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8636         Limit the number of log entries displayed by default.
8637         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8638         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8639         using a prefix argument.
8641 2009-12-03  Glenn Morris  <rgm@gnu.org>
8643         * progmodes/idlwave.el (class): Restore still useful declaration.
8645 2009-12-03  Alan Mackenzie  <acm@muc.de>
8647         Enhance `c-parse-state' to run efficiently in "brace deserts".
8649         * progmodes/cc-mode.el (c-basic-common-init):
8650         Call c-state-cache-init.
8651         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8652         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8653         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8655         * progmodes/cc-langs.el (c-before-font-lock-function):
8656         c-extend-and-neutralize-syntax-in-CPP has been renamed
8657         c-neutralize-syntax-in-and-mark-CPP.
8659         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8660         with `category' properties now, not `syntax-table' ones.
8662         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8663         enhanced (but slower) version of c-end-of-macro that won't land
8664         inside a literal or on another awkward character.
8665         (c-state-cache-too-far, c-state-cache-start)
8666         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8667         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8668         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8669         (c-state-min-scan-pos, c-state-brace-pair-desert)
8670         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8671         buffer local variables.
8672         (c-state-literal-at, c-state-lit-beg)
8673         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8674         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8675         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8676         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8677         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8678         (c-renarrow-state-cache)
8679         (c-append-lower-brace-pair-to-state-cache)
8680         (c-state-push-any-brace-pair, c-append-to-state-cache)
8681         (c-remove-stale-state-cache)
8682         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8683         (c-invalidate-state-cache-1, c-parse-state-1)
8684         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8685         (c-parse-state): Enhance and refactor.
8686         (c-debug-parse-state): Amend to deal with all the new variables.
8688         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8689         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8690         modify to use category text properties rather than syntax-table ones.
8691         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8692         to switch off/on the syntactic paren property of C++ template
8693         delimiters using the category property.
8694         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8695         template delims suppressed.
8696         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8697         New constant/macros which apply category properties to the start
8698         and end of preprocessor constructs.
8699         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8700         "comment out" the syntactic value of characters in preprocessor
8701         constructs.
8702         (c-with-cpps-commented-out)
8703         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8704         with characters in all or all but one preprocessor constructs
8705         "commented out".
8707 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8709         * proced.el (proced-filter-alist): Use regexp-quote.
8711 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8713         Cleanup.
8714         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8715         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8716         arguments.  Expand `default-directory'.
8718         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8719         the benefit of returning an expanded localname.
8720         (tramp-tramp-file-p): Handle the case NAME is not a string.
8722 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8724         Add support for bzr shelve/unshelve.
8725         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8726         (vc-bzr-extra-menu-map): New variables.
8727         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8728         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8729         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8730         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8731         (vc-bzr-dir-extra-headers): Display shelves.
8733         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8735 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8737         * textmodes/bibtex.el (bibtex-complete-internal):
8738         Use completion-in-region.
8739         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8741 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8743         Support applying stashes.  Improve UI.
8744         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8745         (vc-git-stash-apply, vc-git-stash-pop)
8746         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8747         (vc-git-stash-menu): New functions.
8748         (vc-git-stash-menu-map): New variable.
8749         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8751 2009-12-03  Glenn Morris  <rgm@gnu.org>
8753         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8754         (vc-print-log-internal): Fix previous change.
8755         (vc-revert): Correct pluralization.
8757 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8759         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8760         it to be an alist any more.
8761         (makefile-complete): Use completion-in-region.
8763         * progmodes/octave-mod.el (octave-complete-symbol):
8764         Use completion-in-region.
8766         Misc cleanup.
8767         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8768         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8769         (idlwave-complete-class): Don't quote lambda.
8770         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8771         (idlwave-mode-map): Move initialization into declaration.
8772         (idlwave-action-and-binding): Use backquotes.
8773         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8774         Simplify.
8775         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8776         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8777         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8778         `parts', and `all-parts'.
8779         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8780         (idlwave-convert-xml-system-routine-info): Remove unused string
8781         `version-string'.
8782         (idlwave-display-user-catalog-widget): Use dolist.
8783         (idlwave-scanning-lib): Declare dynamically-scoped var.
8784         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8785         (completion-highlight-first-word-only): Declare to silence bytecomp.
8786         (idlwave-popup-select): Tighten scope of `resp'.
8787         (idlwave-find-struct-tag): Remove unused var `beg'.
8788         (idlwave-after-load-rinfo-hook): Declare.
8789         (idlwave-sintern-class-info): Remove unused var `taglist'.
8790         (idlwave-find-class-definition): Remove unused var `list'.
8791         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8792         (idlwave-what-module-find-class): Remove unused var `classes'.
8794 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8796         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8798 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8800         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8801         buffers visited.  Remove redundant current-buffer-saving.
8803 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8805         Use completion-in-buffer and remove uses of dynamic scoping.
8806         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8807         (pascal-buffer-to-use, pascal-flag): Don't declare.
8808         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8809         (pascal-get-completion-decl, pascal-keyword-completion):
8810         Add `pascal-str' argument, save-excursion,
8811         return the found completions, and don't filter with pascal-pred.
8812         (pascal-completion-cache): New var.
8813         (pascal-completion): Don't switch buffer any more (it was never
8814         necessary).  Don't save-excursion any more (it's done by the called
8815         subroutines).  Use a cache to avoid redundant computations.
8816         Use complete-with-action rather than pascal-completion-response and
8817         let it apply the predicate as well.
8818         (pascal-complete-word): Use completion-in-buffer when
8819         pascal-toggle-completions is nil.
8820         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8821         not used any more.
8822         (pascal-comp-defun): Don't change buffer any more.
8823         Use complete-with-action rather than pascal-completion-response and
8824         let it apply the predicate as well.
8825         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8826         when neded.
8828 2009-12-02  Kenichi Handa  <handa@m17n.org>
8830         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8831         shape for all Indic scripts.
8833 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8835         Use completion-in-buffer.
8836         * wid-edit.el (widget-field-text-end): New function.
8837         (widget-field-value-get): Use it.
8838         (widget-string-complete, widget-file-complete)
8839         (widget-color-complete): Use it and completion-in-region.
8840         (widget-complete): Don't narrow the buffer.
8842 2009-12-02  Glenn Morris  <rgm@gnu.org>
8844         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8845         (rmail-select-summary): Use rmail-pop-to-buffer.
8846         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8847         rmail-pop-to-buffer, to prevent horizontal splits.
8849         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8850         save-excursion with save-current-buffer.
8851         Widen before searching.  (Bug#5093)
8852         (diary-list-sexp-entries): Remove superfluous save-excursion.
8854 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8856         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8857         name.  (Bug#5038)
8859 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8861         * ido.el (ido-file-internal): Handle filenames at point that do
8862         not have a directory part.  (Bug#5049)
8864 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8866         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8867         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8869 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8871         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8872         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8873         any more.
8875 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * comint.el (comint-insert-input): Ignore clicks to the right of
8878         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8880         * vc.el (vc-print-log-internal): Don't wait for the process to
8881         terminate before setting up the major mode.
8883         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8884         in case.
8886         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8887         the last element.
8889         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8891 2009-12-01  Glenn Morris  <rgm@gnu.org>
8893         * window.el (window--display-buffer-2): Fix previous changes.
8895 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8897         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8899 2009-12-01  Glenn Morris  <rgm@gnu.org>
8901         * Makefile.in (ELCFILES): Add mpc.elc.
8903 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * mpc.el: New file.
8907 2009-12-01  Glenn Morris  <rgm@gnu.org>
8909         * window.el (window-to-use): Define for compiler.
8911         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8912         consistent with others (no final period).
8914         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8915         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8917 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8919         Make vc-print-log buttons work.
8920         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8922 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8924         * savehist.el (savehist-autosave-interval): Allow setting to nil
8925         through customize.  (Bug#5056)
8927 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8929         Fix references to jit-lock properties.
8930         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8931         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8932         (perl-font-lock-special-syntactic-constructs):
8933         Quote jit-lock-defer-multiline property.
8935 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8937         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8939 2009-11-30  Juri Linkov  <juri@jurta.org>
8941         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8942         value `buffer' of `multi-isearch-next-buffer-current-function'.
8943         Use `(current-buffer)' when `buffer' is nil.
8944         (multi-isearch-next-buffer-from-list): Don't fallback to
8945         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
8947 2009-11-30  Juri Linkov  <juri@jurta.org>
8949         * misearch.el (multi-isearch-read-buffers): Move canonicalization
8950         of buffers with `get-buffer' to `multi-isearch-buffers'.
8951         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8952         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
8953         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8954         FILES with `expand-file-name' converting relative file names
8955         to absolute.  Doc fix.  (Bug#4727)
8957 2009-11-30  Juri Linkov  <juri@jurta.org>
8959         * misearch.el (multi-isearch-read-buffers)
8960         (multi-isearch-read-matching-buffers): New functions.
8961         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8962         Use them in the `interactive' spec.  Doc fix.
8963         (multi-isearch-read-files, multi-isearch-read-matching-files):
8964         New functions.
8965         (multi-isearch-files, multi-isearch-files-regexp):
8966         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
8968 2009-11-30  Juri Linkov  <juri@jurta.org>
8970         * doc-view.el (doc-view-continuous):
8971         Rename from `doc-view-continuous-mode'.
8972         (doc-view-menu): Move "Toggle display" to the top.
8973         Add submenu "Continuous" with radio buttons "Off"/"On"
8974         and "Save as Default".
8975         (doc-view-scroll-up-or-next-page)
8976         (doc-view-scroll-down-or-previous-page)
8977         (doc-view-next-line-or-next-page)
8978         (doc-view-previous-line-or-previous-page): Rename
8979         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
8981 2009-11-30  Juri Linkov  <juri@jurta.org>
8983         * comint.el (comint-mode-map): Rebind `M-r' from
8984         `comint-previous-matching-input' to
8985         `comint-history-isearch-backward-regexp'.
8986         Unbind `M-s' to allow global key binding `M-s'.
8987         Add menu items for `comint-history-isearch-backward' and
8988         `comint-history-isearch-backward-regexp'.  (Bug#3746)
8990 2009-11-30  Juri Linkov  <juri@jurta.org>
8992         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8993         For def=recenter, replace `recenter' with `recenter-top-bottom'
8994         that is called with `this-command' and `last-command' let-bound
8995         to `recenter-top-bottom'.  When the last `def' was not `recenter',
8996         set `recenter-last-op' to nil.  (Bug#4981)
8998 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9000         Minor cleanup and simplification.
9001         * filecache.el (file-cache-add-directory)
9002         (file-cache-add-directory-recursively)
9003         (file-cache-add-from-file-cache-buffer)
9004         (file-cache-delete-file-regexp, file-cache-delete-directory)
9005         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9006         (file-cache-temp-minibuffer-message): Delete function.
9007         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9009         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9010         Don't signal an error when bumping into EOB in tr, s, or y.
9012 2009-11-29  Juri Linkov  <juri@jurta.org>
9014         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9015         (Bug#4960)
9017         * descr-text.el (describe-char-unidata-list): Use lowercase name
9018         for "Unicode name" like in other tags.
9020 2009-11-29  Juri Linkov  <juri@jurta.org>
9022         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9023         New compatibility macro.
9024         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9026 2009-11-29  Juri Linkov  <juri@jurta.org>
9028         Add defcustom to define the cycling order of `recenter-top-bottom'.
9029         (Bug#4981)
9031         * window.el (recenter-last-op): Doc fix.
9032         (recenter-positions): New defcustom.
9033         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9034         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9036 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9038         Improve integration of Tramp and ange-ftp in eshell.
9040         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9041         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9042         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9044         * eshell/esh-util.el (top): Require also Tramp when compiling.
9045         (eshell-directory-files-and-attributes): Check for FTP remote
9046         connection.
9047         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9048         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9049         (eshell-file-attributes): Handle ".".  Return `entry'.
9051         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9052         (ange-ftp-directory-files-and-attributes)
9053         (ange-ftp-real-directory-files-and-attributes): New defuns.
9055         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9056         shell with "exec" when possible.  This prevents trailing prompts
9057         in `start-file-process'.
9059 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9061         Try and remove assumptions about point-min==1.
9062         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9063         (rng-compute-mode-line-string): Show the validation percentage in
9064         terms of the narrowed text, not the widened text.
9065         (rng-do-some-validation): Don't catch internal errors when debugging.
9066         (rng-first-error): Simplify.
9067         (rng-after-change-function): Remove work around.  AFAIK the bug has
9068         been fixed a while ago.
9070         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9071         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9073         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9075         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9076         `cd' doesn't always do it for us (bug#5067).
9078         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9079         on 2009-10-25 as part of some other change (bug#5067).
9081 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9084         `suspicious'.
9085         (byte-compile-warnings): Use byte-compile-warning-types.
9086         (byte-compile-save-excursion): Warn about use of set-buffer right
9087         after save-excursion.
9089         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9090         the excursion as well.
9092 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9094         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9095         providing a Tramp related implementation of "su" and "sudo".
9096         (eshell-unix-initialize): Add "su" and "sudo".
9098 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9100         * net/socks.el (socks-send-command): Convert binary request to
9101         unibyte before sending.  This fixes mishandling of some port
9102         numbers such as 129.
9104 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * help.el (describe-bindings-internal): Remove `interactive'.
9108         * man.el (Man-completion-table): Trim a terminating "(".
9109         Remove the space between name page a section.
9110         Add the command's description on the `help-echo' property.
9111         Remove `process-connection-type' binding since it's unused by
9112         call-process.
9113         Provide completion for the "<section> <name>" format as well.
9114         (Man-default-man-entry): Remove spurious var shadowing the argument.
9116 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9118         * log-view.el: Add "Keywords: tools", since its other keywords
9119         aren't in finder-known-keywords, and following vc.el.
9121         * sha1.el (sha1-string-external): default-directory "/" in case
9122         otherwise non-existent.  process-connection-type pipe for touch of
9123         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9125 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         Misc coding convention cleanups.
9128         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9129         hfy-init-kludge-hooks.
9130         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9131         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9132         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9133         and push.
9134         (hfy-slant, hfy-weight): Use tables rather than code.
9135         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9136         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9137         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9138         (hfy-face-to-css): Remove `nconc' with single arg.
9139         (hfy-p-to-face-lennart): Use `or'.
9140         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9141         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9142         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9143         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9144         (hfy-force-fontification): Use run-hooks.
9146 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9148         Various minor fixes.
9149         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9150         Javascript belongs in the header, not the body.
9151         (hfy-javascript): Remove.
9152         (hfy-fontify-buffer): Don't insert it any more.
9153         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9154         Fix bug in invis handling when there were no invis props in a chunk.
9156 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9158         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9160 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9162         * finder.el (finder-mode-map): Add a menu.
9164 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9166         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9167         "unsigned" structs.
9169         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9170         fork" statement better.
9172 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9174         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9175         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9176         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9177         Reported by Clay Douglass.
9179         (verilog-auto-inst, verilog-auto-star-safe)
9180         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9181         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9182         Pierre-David Pfister.
9184 2009-11-26  Glenn Morris  <rgm@gnu.org>
9186         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9187         the scope.
9189 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9191         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9192         Really use previous revision.
9194 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9196         * man.el (Man-completion-table): default-directory "/" in case
9197         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9198         not to truncate long names.  process-connection-type pipe to avoid
9199         any chance of hitting the pseudo-tty TIOCGWINSZ.
9200         (man): completion-ignore-case t for friendliness and since man
9201         itself is case-insensitive on the command line.
9202         Further to Bug#3717.
9204         * arc-mode.el: Add "Keywords: files", so the details in its
9205         commentary can be reached from finder-by-keyword.
9206         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9207         editing mode, but it's comms related and sgml-mode.el has "comm"
9208         on that basis too.
9209         * textmodes/bibtex-style.el: Add "Keywords: tex".
9210         * international/isearch-x.el, international/ja-dic-cnv.el:
9211         * international/ja-dic-utl.el, international/kkc.el:
9212         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9214 2009-11-25  Juri Linkov  <juri@jurta.org>
9216         * man.el (Man-completion-table): Modify regexp to include
9217         section names to completion strings.  (Bug#3717)
9219 2009-11-25  Juri Linkov  <juri@jurta.org>
9221         Search recursively in gzipped files.  (Bug#4982)
9223         * progmodes/grep.el (grep-highlight-matches): Add new options
9224         `always' and `auto'.  Doc fix.
9225         (grep-process-setup): Check `grep-highlight-matches' for
9226         `auto-detect' to determine the need to compute grep defaults.
9227         Move Windows/DOS specific --colors settings handling
9228         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9229         to get the value of "--color=".
9230         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9231         has the value `auto-detect'.  Move Windows/DOS specific settings
9232         from `grep-process-setup'.
9233         (zrgrep): New command with alias `rzgrep'.
9235 2009-11-25  Juri Linkov  <juri@jurta.org>
9237         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9238         to nil instead of switching off view-mode.  (Bug#4896)
9240 2009-11-25  Juri Linkov  <juri@jurta.org>
9242         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9244         * mwheel.el (mwheel-scroll-up-function)
9245         (mwheel-scroll-down-function): New defvars.
9246         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9247         `scroll-up', and `mwheel-scroll-down-function' instead of
9248         `scroll-down'.
9250         * doc-view.el (doc-view-scroll-up-or-next-page)
9251         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9252         Use this ARG in the call to image-scroll-up/image-scroll-down.
9253         Change `interactive' spec to "P".  Goto next/previous page only
9254         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9255         SPC/DEL case).  Doc fix.
9256         (doc-view-next-line-or-next-page)
9257         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9258         for consistency.
9259         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9260         `doc-view-scroll-up-or-next-page', and buffer-local
9261         `mwheel-scroll-down-function' to
9262         `doc-view-scroll-down-or-previous-page'.
9264 2009-11-25  Juri Linkov  <juri@jurta.org>
9266         Provide additional default values (directories at other Dired
9267         windows) via M-n in the minibuffer of some Dired commands.
9269         * dired-aux.el (dired-diff, dired-compare-directories)
9270         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9271         `minibuffer-default' in `minibuffer-with-setup-hook'.
9272         (dired-dwim-target-directory): Find a window that displays Dired
9273         buffer instead of failing when the next window is not Dired.
9274         Use `get-window-with-predicate' to find for the next Dired window.
9275         (dired-dwim-target-defaults): New function.
9277         * ediff-util.el (ediff-read-file-name):
9278         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9279         in `minibuffer-with-setup-hook'.
9281 2009-11-25  Juri Linkov  <juri@jurta.org>
9283         Provide additional default values (file name at point or at the
9284         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9286         * minibuffer.el (read-file-name-defaults): New function.
9287         (read-file-name): Reset `minibuffer-default' to nil when
9288         it duplicates initial input `insdef'.
9289         Bind `minibuffer-default-add-function' to lambda that
9290         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9291         (minibuffer-insert-file-name-at-point): New command.
9293         * files.el (file-name-at-point-functions): New defcustom.
9294         (find-file-default): Remove defvar.
9295         (find-file-read-args): Don't use `find-file-default'.
9296         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9297         to `read-file-name'.
9298         (find-file-literally): Use `read-file-name' with
9299         `confirm-nonexistent-file-or-buffer'.
9301         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9303         * dired.el (dired-read-dir-and-switches):
9304         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9305         to `read-file-name'.
9306         (dired-file-name-at-point): New function.
9307         (dired-mode): Add hook `dired-file-name-at-point' to
9308         `file-name-at-point-functions'.
9310 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9312         Really make the *Completions* window soft-dedicated (bug#5030).
9313         * window.el (window--display-buffer-2): Add `dedicated' argument.
9314         (display-buffer): Pass it when needed so the dedicated flag is set
9315         after calling set-window-buffer, which would otherwise reset it.
9317 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * progmodes/meta-mode.el (meta-complete-symbol):
9320         * progmodes/etags.el (complete-tag):
9321         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9322         Use completion-in-region.
9324         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9325         (dabbrev-completion): Use completion-in-region.
9326         (dabbrev--abbrev-at-point): Simplify regexp.
9328         * abbrev.el (abbrev--before-point): Use word-motion functions
9329         if :regexp is not specified (bug#5031).
9331         * subr.el (string-prefix-p): New function.
9333         * man.el (Man-completion-cache): New var.
9334         (Man-completion-table): Use it.
9336         * vc.el (vc-print-log-internal): Make `limit' optional for better
9337         compatibility (e.g. with vc-annotate.el).
9339 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9341         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9342         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9344         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9345         when .el source file not found or other error.
9347 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9349         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9351 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9353         Handle the [back] button properly (bug#4979).
9354         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9355         Use help-setup-xref, help-buffer, and with-help-window.
9356         (describe-char): Add `buffer' argument.
9357         Pass proper command to help-setup-xref.  Don't meddle with
9358         help-xref-stack-item directly.
9359         (describe-text-category): Use with-help-window and help-buffer.
9361         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9362         for the displayed buffer (bug#4887).
9364         * man.el (Man-completion-table): New function.
9365         (man): Use it.
9367 2009-11-24  David Reitter  <david.reitter@gmail.com>
9369         * vc-git.el (vc-git-registered): Use checkout directory (where
9370         .git is) rather than the file's directory and a relative path spec
9371         to work around a bug in git.
9373 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9375         Improve handling of processes on remote hosts.
9377         * eshell/esh-util.el (eshell-path-env): New defvar.
9378         (eshell-parse-colon-path): New defun.
9379         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9381         * eshell/esh-ext.el (eshell-search-path):
9382         Use `eshell-parse-colon-path'.
9383         (eshell-remote-command): Remove argument HANDLER.
9384         (eshell-external-command): Check for FTP remote connection.
9386         * eshell/esh-proc.el (eshell-gather-process-output):
9387         Use `file-truename', in order to start also symlinked files.
9388         Apply `start-file-process' instead of `start-process'.
9389         Shorten `command' to the local file name part.
9391         * eshell/em-cmpl.el (eshell-complete-commands-list):
9392         Use `eshell-parse-colon-path'.
9394         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9396         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9397         to `eshell-directory-change-hook'.
9399 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9401         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9402         because it could be enabled automatically if view-read-only is non-nil.
9404 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9406         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9407         made on 2009-11-22.
9409 2009-11-24  Glenn Morris  <rgm@gnu.org>
9411         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9412         deleted variable bookmark-bmenu-bookmark-column.
9414 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9418 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9420         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9421         two slashes to the "file:" prefix.
9422         (browse-url-file-url): De-munge Cygwin filenames before passing
9423         them to Windows browser.
9424         (browse-url-default-windows-browser): Use call-process.
9426 2009-11-23  Juri Linkov  <juri@jurta.org>
9428         Implement DocView Continuous mode.  (Bug#4896)
9429         * doc-view.el (doc-view-continuous-mode): New defcustom.
9430         (doc-view-mode-map): Bind C-n/<down> to
9431         `doc-view-next-line-or-next-page', C-p/<up> to
9432         `doc-view-previous-line-or-previous-page'.
9433         (doc-view-next-line-or-next-page)
9434         (doc-view-previous-line-or-previous-page): New commands.
9436 2009-11-23  Juri Linkov  <juri@jurta.org>
9438         Implement Isearch in comint input history.  (Bug#3746)
9439         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9440         `isearch-mode-hook'.
9441         (comint-history-isearch): New defcustom.
9442         (comint-history-isearch-backward)
9443         (comint-history-isearch-backward-regexp): New commands.
9444         (comint-history-isearch-message-overlay): New buffer-local variable.
9445         (comint-history-isearch-setup, comint-history-isearch-end)
9446         (comint-goto-input, comint-history-isearch-search)
9447         (comint-history-isearch-message, comint-history-isearch-wrap)
9448         (comint-history-isearch-push-state)
9449         (comint-history-isearch-pop-state): New functions.
9451 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9453         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9454         return.
9455         (tramp-handle-make-symbolic-link)
9456         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9457         Quote file names.
9458         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9459         (tramp-handle-process-file): Use it.
9461 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * window.el (move-to-window-line-last-op): Remove.
9464         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9466 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9468         Make M-r mirror the new cycling behavior of C-l.
9469         * window.el (move-to-window-line-last-op): New var.
9470         (move-to-window-line-top-bottom): New command.
9471         (global-map): Bind M-r move-to-window-line-top-bottom.
9473 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9475         * dired-x.el (dired-guess-shell-alist-default):
9476         Support xz format.  (Bug#4953)
9478 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9480         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9481         last-command-char/last-command-event.
9482         (viper-prefix-arg-value): Do correct conversion of event-char for
9483         XEmacs.
9485         * emulation/viper-util.el, emulation/viper.el:
9486         Use viper-last-command-char instead of
9487         last-command-char/last-command-event.
9489         * ediff-init.el, ediff-mult.el, ediff-util.el:
9490         Replace last-command-char and last-command-event
9491         with (ediff-last-command-char) everywhere.
9493         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9494         created in fundamental mode.
9496         * ediff.el (ediff-version): Revert the change of interactive-p to
9497         called-interactively-p.
9499 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9501         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9502         generation from word-movement command names.
9504 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9506         * cus-start.el (all): Add native condition for font-use-system-font.
9508 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9510         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9511         Correct the patch from 2009-11-18.  (Bug#3910)
9513 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9515         * progmodes/subword.el: Rename from lisp/subword.el.
9517         * subword.el: Rename to progmodes/subword.el.
9519         * Makefile.in (ELCFILES): Adapt to subword.el move.
9521 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9522             Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9525         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9526         (bookmark-bmenu-show-filenames): Use push.
9527         (bookmark-bmenu-hide-filenames): Use local var instead of
9528         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9529         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9530         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9531         filenames now that the bookmark names are always available.
9533 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9536         (bookmark-search-pattern): Move and leave unbound.
9537         (bookmark-bmenu-mode-map): Change binding.
9538         (bookmark-read-search-input): Simplify.
9539         Don't use text-char-description.  Don't error on non-char events.
9540         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9541         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9542         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9543         Use a local var for the timer.
9544         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9545         (i.e. bookmark-bmenu-search).
9547 2009-11-21  Glenn Morris  <rgm@gnu.org>
9549         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9551 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9553         * net/browse-url.el (browse-url-default-windows-browser):
9554         Use cygstart for cygwin.
9556 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9558         * bookmark.el: Formatting and doc fixes only:
9559         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9560         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9561         Minor grammar and punctuation fixes in doc string.
9562         (bookmark-read-search-input): Adjust to fit within 80 columns.
9564 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9566         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9567         (c-backward-into-nomenclature): Adapt to subword renaming.
9569         * subword.el (subword-forward, subword-backward, subword-mark)
9570         (subword-kill, subword-backward-kill, subword-transpose)
9571         (subword-downcase, subword-upcase, subword-capitalize)
9572         (subword-forward-internal, subword-backward-internal):
9573         Rename from forward-subword, backward-subword, mark-subword,
9574         kill-subword, backward-kill-subword, transpose-subwords,
9575         downcase-subword, upcase-subword, capitalize-subword,
9576         forward-subword-internal, backward-subword-internal.
9578 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9580         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9581         New options.
9582         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9583         New vars.
9584         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9585         (bookmark-bmenu-filter-alist-by-regexp)
9586         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9587         (bookmark-bmenu-search): New command.
9588         (bookmark-bmenu-mode-map): Bind it.
9590 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9592         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9593         backward-subword to quit the byte-compiler.
9595         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9597         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9599         * progmodes/cc-cmds.el (c-update-modeline)
9600         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9601         Refer to subword.el functions instead of cc-subword.el.
9603         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9604         subword.el functions instead of cc-subword.el.
9606         * progmodes/cc-subword.el: Rename to subword.el.
9607         * subword.el: Rename from progmodes/cc-subword.el.
9608         (subword-mode-map): Rename from c-subword-mode-map.
9609         (subword-mode): Rename from c-subword-mode.
9610         (global-subword-mode): New global minor mode.
9611         (forward-subword): Rename from c-forward-subword.
9612         (backward-subword): Rename from c-backward-subword.
9613         (mark-subword): Rename from c-mark-subword.
9614         (kill-subword): Rename from c-kill-subword.
9615         (backward-kill-subword): Rename from c-backward-kill-subword.
9616         (transpose-subwords): Rename from c-tranpose-subword.
9617         (downcase-subword): Rename from c-downcase-subword.
9618         (capitalize-subword): Rename from c-capitalize-subword.
9619         (forward-subword-internal): Rename from c-forward-subword-internal.
9620         (backward-subword-internal): Rename from c-backward-subword-internal.
9622 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9624         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9625         from a dired buffer.
9626         (vc-dired-deduce-fileset): New function.
9627         (vc-root-diff, vc-print-root-log): Use it.
9629         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9630         nil LIMIT argument to vc-print-log-internal.
9632 2009-11-20  Glenn Morris  <rgm@gnu.org>
9634         * Makefile.in (ELCFILES): Regenerate.
9636 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9638         * calc/calc.el (calc-set-mode-line):
9639         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9640         (math-format-number): Rename `math-format-complement-signed' to
9641         `math-format-twos-complement'.
9643         * calc/calc-bin.el (math-format-twos-complement): Rename from
9644         math-format-complement-signed.
9645         (calc-radix): Rename `calc-complement-signed-mode' to
9646         `calc-twos-complement-mode'.
9647         (calc-octal-radix, calc-hex-radix): Add an argument for
9648         two's complement.
9650         * calc/calc-embed.el (calc-embedded-mode-vars):
9651         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9653         * calc/calc-ext.el (calc-init-extensions):
9654         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9655         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9657         * calc/calc-units.el (math-build-units-table-buffer):
9658         Let `calc-twos-complement-mode' be nil.
9660         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9661         entries.
9663         * calc/calc-vec.el (calcFunc-vunpack):
9664         * calc/calc-aent.el (calc-do-calc-eval):
9665         * calc/calc-forms.el (math-format-date):
9666         * calc/calc-graph.el (calc-graph-plot):
9667         * calc/calc-math.el (math-use-emacs-fn):
9668         * calc/calccomp.el (math-compose-expr):
9669         Let `calc-twos-complement-mode' be nil.
9671 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9673         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9674         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9675         * minibuffer.el (completion-in-region-functions): New hook.
9676         (completion-in-region): New function.
9677         * emacs-lisp/lisp.el (lisp-complete-symbol):
9678         * pcomplete.el (pcomplete-std-complete): Use it.
9680 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9682         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9683         (latex-complete-alist): New vars.
9684         (latex-string-prefix-p, latex-complete-bibtex-keys)
9685         (latex-complete-envnames, latex-complete-refkeys)
9686         (latex-complete-data): New functions.
9687         (latex-complete, latex-indent-or-complete): New commands.
9689         * window.el (display-buffer-mark-dedicated): New var.
9690         (display-buffer): Obey it.
9691         * minibuffer.el (minibuffer-completion-help): Use it.
9693         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9695         * filecache.el (file-cache-add-file): Use push and cons.
9696         (file-cache-delete-file-regexp): Use push.
9697         (file-cache-complete): Use completion-in-region.
9699         * simple.el (with-wrapper-hook): Fix thinko.
9701         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9702         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9703         Use with-current-buffer and string-to-number.
9704         (hfy-fallback-colour-values): Use assoc-string.
9705         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9706         (hfy-face-at): Remove unused var `found-face'.
9707         (hfy-compile-stylesheet): Remove unused var `css'.
9708         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9709         and `orig-buffer'.
9710         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9711         Use with-current-buffer.
9712         (hfy-text-p): Use expand-file-name and fewer setq.
9714 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9716         * htmlfontify.el, hfy-cmap.el: New files.
9718 2009-11-19  Juri Linkov  <juri@jurta.org>
9720         * minibuffer.el (completions-format): New defcustom.
9721         (completion--insert-strings): Implement vertical format.
9723         * simple.el (switch-to-completions): Move point to the first
9724         completion when point was at the beginning of the buffer.
9726 2009-11-19  Juri Linkov  <juri@jurta.org>
9728         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9730         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9732 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9734         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9735         (mail-signature): Change default to t.
9736         (mail-from-style): Deprecate `system-default' value.
9737         (mail-insert-from-field): For default value of mail-from-style,
9738         default to `angles' unless `angles' needs quoting and `parens'
9739         does not.
9740         (mail-citation-prefix-regexp): Use citation regexp from
9741         message-mode.
9743 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9745         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9746         Set variables for computing the prompt for reading password.
9748 2009-11-19  Glenn Morris  <rgm@gnu.org>
9750         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9752         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9754         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9755         (newsticker-treeview-listwindow-height): Fix custom type.
9757 2009-11-19  Kenichi Handa  <handa@m17n.org>
9759         * descr-text.el (describe-char-padded-string): Compose with TAB
9760         only if there's a font for CH.
9761         (describe-char): Fix the condition for detecting a trivial composition.
9763 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9765         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9766         more accurate version of the regexp.  (Bug#3910)
9768 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9770         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9772 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9774         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9775         (font-setting-change-default-font): Fix typo in docstring.
9777 2009-11-18  Alan Mackenzie  <acm@muc.de>
9779         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9781 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9783         * font-setting.el (font-use-system-font): Move ...
9785         * cus-start.el (all): ... to here.
9787 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9789         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9790         Don't set `ad-return-value' if `ad-do-it' doesn't.
9792         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9793         modification time.
9795 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9797         * menu-bar.el: Put "Use system font" in Option-menu.
9798         (menu-bar-options-save): Add font-use-system-font.
9800         * loadup.el: If feature system-font-setting or font-render-setting is
9801         there, load font-setting.
9803         * Makefile.in (ELCFILES): Add font-settings.el.
9804         * font-setting.el: New file.
9806 2009-11-17  Glenn Morris  <rgm@gnu.org>
9808         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9810         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9811         Preserve point in the list buffer.  (Bug#4939)
9812         Use point-at-eol.
9813         (newsticker--treeview-list-update-highlight)
9814         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9816 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9818         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9819         Remove.
9821         * calc/calc-ext.el (calc-init-extensions): Remove references to
9822         symclip.
9824         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9826         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9827         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9828         `calc-symclip'.
9830 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9832         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9833         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9835         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9836         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9837         Ignore trailing spaces by omit-nulls to split-string (fixing
9838         regression from Emacs 21 due to the incompatible split-string
9839         change).  (Bug #4928.)
9841 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9843         * vc.el (vc-log-show-limit): Default to 2000.
9844         (vc-print-log-internal): Insert buttons to request more entries
9845         when limiting the output.
9847         * vc-sccs.el (vc-sccs-print-log):
9848         * vc-rcs.el (vc-rcs-print-log):
9849         * vc-cvs.el (vc-cvs-print-log):
9850         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9851         LIMIT is non-nil.
9853 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9855         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9856         error when `tramp-gvfs-dbus-event-vector' is set.
9857         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9859 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9863 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9865         * net/dbus.el (dbus-unregister-service): New defun.
9866         (dbus-register-property): Register the handlers of
9867         "org.freedesktop.DBus.Properties" for SERVICE.
9868         (dbus-property-handler): Fix docstring.
9870 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9872         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9873         Quote doc string reference in defvaralias as it is not in special form.
9874         (byte-compile-output-docform): Doc fix.
9876 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9878         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9879         (calc-complement-signed-mode): New variables.
9880         (calc-set-mode-line): Add indicator for twos-complements.
9881         (math-format-number): Format twos-complement notation.
9883         * calc/calc-bin.el (calc-word-size): Reset the variables
9884         `math-2-word-size' and `math-half-2-word-size'.
9885         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9886         (calc-symclip): New functions.
9888         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9890         * calc/calc-embed.el (calc-embedded-mode-vars):
9891         Add `calc-complement-signed-mode' to the list of modes.
9893         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9894         (calc-b-oper-keys): Add `calc-symclip' to list.
9896         * calc/calc-ext.el (math-read-number-fancy): Read complement
9897         signed numbers.
9898         (calc-init-extensions): Add binding for `calc-symclip'.
9899         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9901         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9902         `calc-symclip'.
9903         (calc-modes-menu): Add item for twos complement mode.
9905         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9907 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9909         * register.el (jump-to-register, insert-register): Handle Semantic
9910         tags.  From commented-out advice in semantic/senator.el.
9912 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9914         * vc.el (vc-log-show-limit): New variable.
9915         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9916         when using a prefix argument.
9917         (vc-print-log-internal): Add new argument LIMIT.
9919         * vc-svn.el (vc-svn-print-log):
9920         * vc-mtn.el (vc-mtn-print-log):
9921         * vc-hg.el (vc-hg-print-log):
9922         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9923         pass it to the log command when set.  Make the BUFFER argument
9924         non-optional.
9926         * vc-sccs.el (vc-sccs-print-log):
9927         * vc-rcs.el (vc-rcs-print-log):
9928         * vc-git.el (vc-git-print-log):
9929         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9930         ignore it.  Make the BUFFER argument non-optional
9932         * bindings.el (mode-line-buffer-identification): Do not purecopy.
9934 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9936         * dired.el (dired-mode-map): Move encryption items to "Operate"
9937         menu (Bug#4703).
9939         * strokes.el (strokes-update-window-configuration): Make strokes
9940         buffer current before erasing (Bug#4906).
9942 2009-11-15  Juri Linkov  <juri@jurta.org>
9944         * simple.el (set-mark-default-inactive): Add :type, :group
9945         and :version.  (Bug#4876)
9947 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
9949         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9950         (archive-unique-fname): ... here.  (Bug#4929)
9952 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9954         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9955         with a real fix.
9957         * novice.el (disabled-command-function): Add useful args.
9958         Setup the help buffer so that [back] works.
9959         Remove redundant call to help-mode.
9960         (disabled-command-function): Use `case'.
9961         (en/disable-command): New function extracted from enable-command.
9962         (enable-command, disable-command): Use it.
9964 2009-11-14  Glenn Morris  <rgm@gnu.org>
9966         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9967         constants.  (Bug#4913)
9969         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9971 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
9973         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9974         defined in C that have no doc-strings.  (Bug#1063)
9976 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
9978         * cus-edit.el (data, files):
9979         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
9981 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
9983         * simple.el (shell-command): Doc fix (Bug#4891).
9985         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9987 2009-11-14  Glenn Morris  <rgm@gnu.org>
9989         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9990         statements for vc-diff, emerge-quit, and rmail-cease-edit.
9991         If they are already loaded, eval-after-load will do the right thing.
9993         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9994         compiling.
9996         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9998         * simple.el (x-selection-owner-p): Declare.
9999         (read-mail-command): Use custom radio type rather than choice.
10000         (completion-no-auto-exit): Doc fix.
10002         * custom.el (defgroup):
10003         * epg-config.el (epg): Doc fixes.
10005 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10007         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10008         * international/ccl.el (define-ccl-program): Do not purecopy the
10009         docstring, defconst does it anyway.
10011 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10013         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10014         a second time.
10016         * x-dnd.el (x-dnd-maybe-call-test-function):
10017         * window.el (split-window-vertically):
10018         * whitespace.el (whitespace-help-on):
10019         * vc-rcs.el (vc-rcs-consult-headers):
10020         * userlock.el (ask-user-about-lock-help)
10021         (ask-user-about-supersession-help):
10022         * type-break.el (type-break-force-mode-line-update):
10023         * time-stamp.el (time-stamp-conv-warn):
10024         * terminal.el (te-set-output-log, te-more-break, te-filter)
10025         (te-sentinel, terminal-emulator):
10026         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10027         (term-write-input-ring, term-check-source, term-start-output-log):
10028         (term-display-buffer-line, term-dynamic-list-completions):
10029         (term-ansi-make-term, serial-term):
10030         * subr.el (selective-display):
10031         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10032         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10033         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10034         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10035         (speedbar-remove-localized-speedbar-support)
10036         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10037         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10038         (speedbar-buffers-line-directory):
10039         * simple.el (shell-command-on-region, append-to-buffer)
10040         (prepend-to-buffer):
10041         * shadowfile.el (shadow-save-todo-file):
10042         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10043         (scroll-bar-maybe-set-window-start):
10044         * sb-image.el (speedbar-image-dump):
10045         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10046         (load-save-place-alist-from-file):
10047         * ps-samp.el (ps-print-message-from-summary):
10048         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10049         (ps-background-image, ps-begin-job, ps-do-despool):
10050         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10051         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10052         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10053         (pr-call-process, pr-file-list, pr-interface-save):
10054         * novice.el (disabled-command-function)
10055         (enable-command, disable-command):
10056         * mouse.el (mouse-buffer-menu-alist):
10057         * mouse-copy.el (mouse-kill-preserving-secondary):
10058         * macros.el (kbd-macro-query):
10059         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10060         * informat.el (batch-info-validate):
10061         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10062         * hippie-exp.el (try-expand-dabbrev-visible):
10063         * help-mode.el (help-make-xrefs):
10064         * help-fns.el (describe-variable):
10065         * generic-x.el (bat-generic-mode-run-as-comint):
10066         * finder.el (finder-mouse-select):
10067         * find-dired.el (find-dired-sentinel):
10068         * filesets.el (filesets-file-close):
10069         * files.el (list-directory):
10070         * faces.el (list-faces-display, describe-face):
10071         * facemenu.el (list-colors-display):
10072         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10073         * epg.el (epg--process-filter, epg-cancel):
10074         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10075         (epa--read-signature-type):
10076         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10077         (emerge-file-names):
10078         * ehelp.el (electric-helpify):
10079         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10080         * ediff-vers.el (rcs-ediff-view-revision):
10081         * ediff-util.el (ediff-setup):
10082         * ediff-mult.el (ediff-append-custom-diff):
10083         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10084         (ediff-wordify):
10085         * echistory.el (Electric-command-history-redo-expression):
10086         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10087         * disp-table.el (describe-display-table):
10088         * dired.el (dired-find-buffer-nocreate):
10089         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10090         * dabbrev.el (dabbrev--same-major-mode-p):
10091         * chistory.el (list-command-history):
10092         * apropos.el (apropos-documentation):
10093         * allout.el (allout-obtain-passphrase):
10094         (allout-copy-exposed-to-buffer):
10095         (allout-verify-passphrase): Use with-current-buffer.
10097 2009-11-13  Glenn Morris  <rgm@gnu.org>
10099         * Makefile.in (ELCFILES): Regenerate.
10101 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10103         * net/dbus.el (dbus-registered-objects-table): Rename from
10104         `dbus-registered-functions-table', because it contains also properties.
10105         (dbus-unregister-object): Unregister also properties.
10106         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10107         Use a timeout of 500 msec, in order to not block.
10108         (dbus-register-property, dbus-property-handler): New defuns.
10110 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10112         * simple.el (minibuffer-default-add-completions): Drop deprecated
10113         4th arg.
10115 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10117         * textmodes/artist.el (artist-mouse-choose-operation):
10118         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10119         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10120         (artist-compute-up-event-key): New function.
10121         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10123 2009-11-13  Kenichi Handa  <handa@m17n.org>
10125         * language/japan-util.el: Make sure that the value of jisx0208
10126         property is jisx0208 character.
10128 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10130         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10131         car or each item, not the whole list.
10133 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * minibuffer.el (minibuffer-completion-help):
10136         Use minibuffer-hide-completions.
10138 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10140         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10141         (dired-revert): Use them (bug#4880).
10143 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10145         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10147 2009-11-12  Juri Linkov  <juri@jurta.org>
10149         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10150         New functions.
10151         (find-file-literally-at-point): Alias of `ffap-literally'.
10153 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10155         * textmodes/ispell.el (ispell-skip-region-alist):
10156         * textmodes/css-mode.el (auto-mode-alist):
10157         * progmodes/compile.el (auto-mode-alist):
10158         * international/mule.el (ctext-non-standard-encodings-alist)
10159         (ctext-non-standard-encodings-regexp):
10160         * simple.el (shell-command-switch, text-read-only):
10161         * replace.el (occur-mode-map):
10162         * paths.el (rmail-file-name):
10163         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10164         * find-file.el (ff-special-constructs):
10165         * files.el (file-name-handler-alist):
10166         * composite.el: Purecopy strings.
10168         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10170 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10172         * widget.el (define-widget): Purecopy the docstring.
10173         * international/mule-cmds.el (charset): Do not purecopy the
10174         docstring here, define-widget does it.
10176         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10177         * textmodes/bibtex-style.el (auto-mode-alist):
10178         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10179         * progmodes/compile.el (compile-command):
10180         * language/korea-util.el (default-korean-keyboard):
10181         * international/mule-conf.el (file-coding-system-alist):
10182         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10183         * tooltip.el (tooltip-frame-parameters):
10184         * newcomment.el (comment-end, comment-padding):
10185         * dired.el (dired-trivial-filenames):
10186         * comint.el (comint-file-name-prefix): Purecopy initial values.
10188 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10190         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10191         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10192         `tramp-unload'.
10193         (tramp-advice-make-auto-save-file-name)
10194         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10195         after removing the advice.
10197 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10199         * progmodes/grep.el (grep-regexp-alist):
10200         * international/mule-cmds.el (iso-2022-control-alist):
10201         * emacs-lisp/timer.el (timer-duration-words):
10202         * subr.el (version-separator, version-regexp-alist):
10203         * minibuffer.el (completion-styles-alist):
10204         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10205         Change defvars to defconsts.
10207         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10208         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10209         * international/mule-conf.el: Allow to be byte compiled.
10211         * international/mule.el (define-charset): Purecopy props.
10212         (load-with-code-conversion): Purecopy doc string and file name.
10213         (put-charset-property): Purecopy strings.
10214         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10216         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10217         (define-char-code-property): Correctly purecopy the table.
10219         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10221         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10223         * subr.el (add-hook): Purecopy strings.
10224         (eval-after-load): Purecopy load-history-regexp and the form.
10226         * custom.el (custom-declare-group): Purecopy load-file-name.
10228         * subr.el (menu-bar-separator): New defconst.
10229         * net/eudc.el (eudc-tools-menu):
10230         * international/mule-cmds.el (set-coding-system-map)
10231         (mule-menu-keymap):
10232         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10233         * vc-hooks.el (vc-menu-map):
10234         * replace.el (occur-mode-map):
10235         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10236         (menu-bar-edit-menu, menu-bar-goto-menu)
10237         (menu-bar-custom-menu, menu-bar-showhide-menu)
10238         (menu-bar-options-menu, menu-bar-tools-menu)
10239         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10240         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10241         (menu-bar-help-menu):
10242         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10243         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10245         * term/x-win.el (x-gtk-stock-map):
10246         * progmodes/vera-mode.el (auto-mode-alist):
10247         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10248         (inferior-lisp-program, inferior-lisp-load-command):
10249         * progmodes/hideshow.el (hs-special-modes-alist):
10250         * progmodes/gud.el (same-window-regexps):
10251         * progmodes/grep.el (grep-program, find-program, xargs-program):
10252         * net/telnet.el (same-window-regexps):
10253         * net/rlogin.el (same-window-regexps):
10254         * language/ethiopic.el (font-ccl-encoder-alist):
10255         * vc-sccs.el (vc-sccs-master-templates):
10256         * vc-rcs.el (vc-rcs-master-templates):
10257         * subr.el (cl-assertion-failed):
10258         * simple.el (next-error-overlay-arrow-position):
10259         * lpr.el (lpr-command):
10260         * locate.el (locate-ls-subdir-switches):
10261         * info.el (same-window-regexps, info)
10262         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10263         * image-mode.el (image-mode, auto-mode-alist):
10264         * hippie-exp.el (hippie-expand-ignore-buffers):
10265         * format.el (format-alist):
10266         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10267         (find-name-arg):
10268         * facemenu.el (facemenu-keybindings):
10269         * dired.el (dired-listing-switches, dired-chown-program):
10270         * diff.el (diff-switches, diff-command):
10271         * cus-edit.el (same-window-regexps):
10272         * bindings.el (mode-line-mule-info)
10273         (mode-line-buffer-identification): Purecopy strings.
10275 2009-11-11  Juri Linkov  <juri@jurta.org>
10277         * simple.el (dired-get-filename) <declare-function>:
10278         Tell the byte-compiler about dired-get-filename.
10279         (shell-command): In Dired mode, get filename from the current line
10280         as the default value.
10282 2009-11-10  Glenn Morris  <rgm@gnu.org>
10284         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10285         * calendar/holidays.el, progmodes/cperl-mode.el:
10286         Update x-popup-menu declarations.
10288         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10289         (list-load-path-shadows): Use dolist.
10290         (list-load-path-shadows): Use with-current-buffer.
10292 2009-11-10  Juri Linkov  <juri@jurta.org>
10294         * minibuffer.el (read-file-name): Support a list of default values
10295         in `default-filename'.  Use the first file name where only one
10296         element is required.  Doc fix.
10298 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10300         * net/dbus.el (dbus-unregister-object): Release service, if no
10301         other method is registered for it.
10303 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10305         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10306         bookmark-sort-flag is non-nil (Bug#4653).
10308 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10310         * emulation/cua-base.el: Add CUA property to some CC mode commands
10311         (Bug#4100).
10313 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10315         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10316         at end of sentence (Bug#4818).
10318 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10320         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10321         Handle "see declaration of" MSFT statements (Bug#4100).
10323 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10325         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10326         (tramp-advice-file-expand-wildcards): Unload via
10327         `ad-remove-advice'.
10329         * net/trampver.el: Update release number.
10331 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10333         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10334         `ad-do-it'.
10336 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10338         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10339         in order to keep context in SELinux.
10341 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10343         * dired-aux.el (dired-query): Place cursor in echo area and allow
10344         C-g.
10346         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10347         menu item if not on a directory (Bug#4701).
10349 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10351         Sync with Tramp 2.1.17.
10353         * net/tramp.el (tramp-handle-copy-directory): Don't use
10354         `file-remote-p' (due to compatibility).
10356         * net/tramp-compat.el (tramp-compat-copy-directory)
10357         (tramp-compat-delete-directory): New defuns.
10359         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10360         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10361         `tramp-compat-delete-directory'.
10363         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10364         (tramp-smb-handle-delete-directory): Use
10365         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10367         * net/trampver.el: Update release number.
10369 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10371         * tar-mode.el (tar-copy): Call write-region on the right buffer
10372         (Bug#4857).
10374         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10375         by hand, if necessary (Bug#4878).
10377 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10379         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10380         align size column (Bug#4839).
10382         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10383         statement.
10385 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10387         * progmodes/ld-script.el (auto-mode-alist):
10388         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10390         * cus-face.el (custom-declare-face): Purecopy face spec.
10392 2009-11-06  Kenichi Handa  <handa@m17n.org>
10394         * international/uni-bidi.el: Re-generated.
10395         * international/uni-category.el: Re-generated.
10396         * international/uni-combining.el: Re-generated.
10397         * international/uni-mirrored.el: Re-generated.
10399 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10401         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10402         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10403         (tex-start-options, slitex-run-command, latex-run-command)
10404         (tex-run-command, tex-directory):
10405         * textmodes/ispell.el (ispell-html-skip-alists)
10406         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10407         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10408         (adaptive-fill-regexp):
10409         * textmodes/dns-mode.el (auto-mode-alist):
10410         * progmodes/python.el (interpreter-mode-alist):
10411         * progmodes/etags.el (tags-compression-info-list):
10412         * progmodes/etags.el (tags-file-name):
10413         * net/browse-url.el (browse-url-galeon-program)
10414         (browse-url-firefox-program):
10415         * mail/sendmail.el (mail-signature-file)
10416         (mail-citation-prefix-regexp):
10417         * international/mule-conf.el (eight-bit):
10418         * international/latexenc.el (latex-inputenc-coding-alist):
10419         * international/fontset.el (x-pixel-size-width-font-regexp):
10420         * emacs-lisp/warnings.el (warning-type-format):
10421         * emacs-lisp/trace.el (trace-buffer):
10422         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10423         (emacs-lisp-mode-map):
10424         * calendar/holidays.el (holiday-solar-holidays)
10425         (holiday-bahai-holidays, holiday-islamic-holidays)
10426         (holiday-christian-holidays, holiday-hebrew-holidays)
10427         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10428         (hebrew-holidays-1, holiday-oriental-holidays)
10429         (holiday-general-holidays):
10430         * x-dnd.el (x-dnd-known-types):
10431         * tool-bar.el (tool-bar):
10432         * startup.el (site-run-file):
10433         * shell.el (shell-dumb-shell-regexp):
10434         * rfn-eshadow.el (file-name-shadow-tty-properties)
10435         (file-name-shadow-properties):
10436         * paths.el (remote-shell-program, news-directory):
10437         * mouse.el ([C-down-mouse-3]):
10438         * menu-bar.el (menu-bar-tools-menu):
10439         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10440         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10441         (jka-compr-compression-info-list):
10442         * isearch.el (search-whitespace-regexp):
10443         * image-file.el (image-file-name-extensions):
10444         * find-dired.el (find-ls-option):
10445         * files.el (directory-listing-before-filename-regexp)
10446         (directory-free-space-args, insert-directory-program)
10447         (list-directory-brief-switches, magic-fallback-mode-alist)
10448         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10449         (automount-dir-prefix):
10450         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10451         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10452         (face-font-registry-alternatives, face-font-registry-alternatives)
10453         (face-font-family-alternatives):
10454         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10455         (facemenu-foreground-menu, facemenu-face-menu):
10456         * epa-hook.el (epa-file-name-regexp):
10457         * dnd.el (dnd-protocol-alist):
10458         * textmodes/rst.el (auto-mode-alist):
10459         * button.el (default-button): Purecopy strings.
10461 2009-11-06  Glenn Morris  <rgm@gnu.org>
10463         * Makefile.in (ELCFILES): Update.
10465 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10467         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10468         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10470         * nxml/xsd-regexp.el (xsdre-gen-categories):
10471         * nxml/xmltok.el (xmltok-parse-entity):
10472         * nxml/rng-parse.el (rng-parse-validate-file):
10473         * nxml/rng-maint.el (rng-format-manual)
10474         (rng-manual-output-force-new-line):
10475         * nxml/rng-loc.el (rng-save-schema-location-1):
10476         * nxml/rng-cmpct.el (rng-c-parse-file):
10477         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10478         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10480 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10482         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10483         Remove extra save-excursions and make-variable-buffer-local's.
10484         Suggested by Stefan Monnier.
10486         (verilog-getopt-file, verilog-module-inside-filename-p)
10487         (verilog-set-define): Merge GNU 1.35 and repair changes from
10488         switching to using with-current-buffer.
10490         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10491         being treated as a number and confusing AUTORESET.
10492         Reported by Dan Dever.
10494         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10495         Add verilog-auto-ignore-concat to fix backward compatibility with
10496         older verilog-modes.  Reported by Dan Katz.
10498         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10499         containing closing anchors "...$".
10501         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10502         Reported by Wade Smith.
10504         (verilog-batch-execute-func): Comment on function usage.
10506 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10508         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10509         for labels.
10511         (verilog-label-re, verilog-calc-1): Support proper indent of named
10512         asserts.
10514         (verilog-backward-token, verilog-basic-complete-re)
10515         (verilog-beg-of-statement, verilog-indent-re): Support proper
10516         indent of the assert statement at the beginning of a block of text.
10518         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10519         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10520         tokens as begins.
10522 2009-11-05  Glenn Morris  <rgm@gnu.org>
10524         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10525         Emacs 19.  (Bug#1531)
10526         (byte-compile-fix-header): Update for the above change.
10527         Drop test for epoch::version.
10529         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10530         * cus-dep.el (custom-make-dependencies):
10531         * finder.el (finder-compile-keywords):
10532         Use autoload-rubric's feature argument.
10534         * calendar/diary-lib.el (top-level): Make load behave more like require.
10536         * vc-git.el (vc-git-stash-map): Move definition before use.
10538 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10540         * custom.el (custom-declare-group): Purecopy standard-value.
10541         (custom-declare-group): Purecopy custom-prefix.
10543         * international/mule.el (load-with-code-conversion):
10544         Call do-after-load-evaluation unconditionally.
10546         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10548 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10550         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10552 2009-11-04  Glenn Morris  <rgm@gnu.org>
10554         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10555         (byte-compile-compatibility): Remove option.
10556         (byte-compile-close-variables, byte-compile-fix-header)
10557         (byte-compile-insert-header, byte-compile-output-docform)
10558         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10559         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10560         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10561         (byte-compile-insert, byte-compile-defun):
10562         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10563         (byte-defop-compiler19): Remove.
10564         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10565         used by anything.  Replace all calls with byte-defop-compiler.
10567 2009-11-04  Juri Linkov  <juri@jurta.org>
10569         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10570         (menu-bar-options-menu): Don't quote the `prop' arg of
10571         `menu-bar-make-mm-toggle'.
10573 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10575         * calendar/calendar.el (cal-loaddefs):
10576         * calendar/diary-lib.el (diary-loaddefs):
10577         * calendar/holidays.el (hol-loaddefs):
10578         * eshell/esh-module.el (esh-groups): Load rather than require.
10580 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10583         point-min==1.
10584         (todo-top-priorities): Only display-buffer when called interactively.
10585         (todo-item-start): Don't save excursion point.
10586         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10587         (todo-insert-item-here, todo-file-item, todo-remove-item):
10588         Adjust uses of todo-item-start and todo-item-end.
10590         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10591         (autoload-rubric): Don't use any more.
10593         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10594         and only put a prop if it is non-nil.
10596 2009-11-03  Juri Linkov  <juri@jurta.org>
10598         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10599         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10601         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10602         and "Menu" to make top-level menu item visually one unit (like
10603         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10604         multi-word menu items).  Fix :help string for quit-window.
10606 2009-11-03  Glenn Morris  <rgm@gnu.org>
10608         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10609         (byte-compile-file-form-define-abbrev-table)
10610         (byte-compile-file-form-custom-declare-variable)
10611         (byte-compile-variable-ref, byte-compile-defvar):
10612         Whether or not a warning is enabled should only affect whether we issue
10613         the warning, not whether or not we collect the relevant data.
10614         Eg warnings can be turned on and off throughout the course of a file.
10616         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10617         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10619 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10621         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10622         * play/mpuz.el (mpuz-create-buffer):
10623         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10624         (lm-print-y,s,noise, lm-print-w0, lm-init):
10625         * play/gomoku.el (gomoku-prompt-for-move):
10626         * play/fortune.el (fortune-in-buffer):
10627         * play/dissociate.el (dissociated-press):
10628         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10629         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10630         * mail/supercite.el (sc-eref-show):
10631         * mail/smtpmail.el (smtpmail-send-it):
10632         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10633         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10634         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10635         (rmail-summary-goto-msg, rmail-summary-expunge)
10636         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10637         (rmail-summary-add-label, rmail-summary-output-menu)
10638         (rmail-summary-output-body):
10639         * mail/rfc822.el (rfc822-addresses):
10640         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10641         * mail/mailpost.el (post-mail-send-it):
10642         * mail/hashcash.el (hashcash-generate-payment):
10643         * mail/feedmail.el (feedmail-run-the-queue)
10644         (feedmail-queue-send-edit-prompt-help-first)
10645         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10646         (feedmail-deduce-address-list):
10647         * eshell/esh-ext.el (eshell-remote-command):
10648         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10649         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10650         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10651         (viper-save-string-in-file, viper-valid-marker):
10652         * emulation/viper-keym.el (viper-toggle-key):
10653         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10654         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10655         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10656         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10657         (viper-exec-form-in-emacs, viper-brac-function):
10658         * emulation/viper.el (viper-delocalize-var):
10659         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10660         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10661         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10662         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10663         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10664         * emulation/edt.el (edt-electric-helpify):
10665         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10666         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10667         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10668         (cua-indent-to-global-mark-column):
10669         * calendar/diary-lib.el (calendar-mark-1):
10670         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10671         Use with-current-buffer.
10672         * emulation/viper.el (viper-delocalize-var): Use dolist.
10674 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10676         * comint.el (comint-replace-by-expanded-history-before-point):
10677         Replace !! with the previous input string literally (Bug#1795).
10679 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10681         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10682         to be made up of whitespace.
10684 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10686         * minibuffer.el (read-file-name): Don't use file dialogs for
10687         remote directories (Bug#99).
10689 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10691         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10693 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10695         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10696         instead of deleting the window or frame.
10698 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10700         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10701         Support face colors.
10703         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10704         New function.  Support face colors (Bug#1168).
10705         (tex-common-initialization): Use it.
10707         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10708         mode allows it (Bug#1168).
10710 2009-10-31  Juri Linkov  <juri@jurta.org>
10712         * facemenu.el (list-colors-display): Don't mark buffer as
10713         modified (Bug#3948).
10715 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10717         * international/mule-diag.el (list-character-sets-1): Minor
10718         message fix (Bug#3526).
10720         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10721         face property (Bug#4834).
10722         (etags-list-tags, etags-tags-apropos-additional)
10723         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10724         property.
10726         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10727         items.
10729 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * textmodes/two-column.el (2C-split):
10732         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10733         * textmodes/tex-mode.el (tex-set-buffer-directory):
10734         * textmodes/spell.el (spell-region, spell-string):
10735         * textmodes/reftex.el (reftex-erase-buffer):
10736         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10737         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10738         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10739         (reftex-select-item):
10740         * textmodes/reftex-ref.el (reftex-label-info-update)
10741         (reftex-offer-label-menu):
10742         * textmodes/reftex-index.el (reftex-index-change-entry)
10743         (reftex-index-phrases-info):
10744         * textmodes/reftex-global.el (reftex-create-tags-file)
10745         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10746         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10747         (reftex-view-crossref-from-bibtex):
10748         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10749         (reftex-extract-bib-entries-from-thebibliography)
10750         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10751         * textmodes/refbib.el (r2b-capitalize-title):
10752         (r2b-convert-buffer, r2b-help):
10753         * textmodes/page-ext.el (pages-directory)
10754         (pages-directory-goto-with-mouse):
10755         * textmodes/bibtex.el (bibtex-validate-globally):
10756         * textmodes/bib-mode.el (bib-capitalize-title):
10757         * textmodes/artist.el (artist-clear-buffer, artist-system):
10758         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10759         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10760         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10761         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10762         (xscheme-send-control-g-interrupt, xscheme-start-process)
10763         (xscheme-process-sentinel, xscheme-cd):
10764         * progmodes/verilog-mode.el (verilog-read-always-signals)
10765         (verilog-set-define, verilog-getopt-file)
10766         (verilog-module-inside-filename-p):
10767         * progmodes/sh-script.el:
10768         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10769         (python-pdbtrack-grub-for-buffer, python-execute-file):
10770         * progmodes/octave-inf.el (inferior-octave):
10771         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10772         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10773         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10774         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10775         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10776         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10777         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10778         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10779         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10780         (idlwave-shell-examine-display, idlwave-shell-run-region)
10781         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10782         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10783         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10784         (idlwave-help-get-help-buffer):
10785         * progmodes/gud.el (gud-basic-call, gud-find-class)
10786         (gud-tooltip-activate-mouse-motions-if-enabled):
10787         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10788         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10789         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10790         (ebrowse-tags-next-file):
10791         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10792         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10793         (ebnf-eps-finish-and-write):
10794         * progmodes/cpp.el (cpp-edit-save):
10795         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10796         * progmodes/cc-defs.el (c-emacs-features):
10797         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10798         (antlr-directory-dependencies):
10799         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10800         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10801         (ada-find-any-references, ada-make-filename-from-adaname)
10802         (ada-make-body-gnatstub):
10803         * obsolete/rnews.el (news-list-news-groups):
10804         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10805         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10806         * net/rcirc.el (rcirc-debug):
10807         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10808         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10809         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10810         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10811         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10812         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10813         (newsticker--treeview-list-clear-highlight)
10814         (newsticker--treeview-list-update-highlight)
10815         (newsticker--treeview-list-highlight-start)
10816         (newsticker--treeview-tree-update-highlight)
10817         (newsticker--treeview-get-selected-item)
10818         (newsticker-treeview-mark-list-items-old)
10819         (newsticker--treeview-set-current-node):
10820         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10821         * net/newst-backend.el (newsticker--get-news-by-funcall)
10822         (newsticker--get-news-by-wget, newsticker--image-get)
10823         (newsticker--image-sentinel):
10824         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10825         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10826         (eudc-ph-close-session):
10827         * net/eudc.el (eudc-save-options):
10828         * language/thai-word.el (thai-update-word-table):
10829         * language/japan-util.el (japanese-string-conversion):
10830         * international/titdic-cnv.el (tsang-quick-converter)
10831         (ziranma-converter, ctlau-converter):
10832         * international/mule-cmds.el (describe-language-environment):
10833         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10834         (skkdic-convert-postfix, skkdic-convert-prefix):
10835         (skkdic-convert-okuri-nasi, skkdic-convert):
10836         * emacs-lisp/re-builder.el (reb-update-overlays):
10837         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10838         * emacs-lisp/gulp.el (gulp-send-requests):
10839         * emacs-lisp/find-gc.el (trace-call-tree):
10840         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10841         (eieio-describe-generic):
10842         * emacs-lisp/eieio-base.el (eieio-persistent-read):
10843         * emacs-lisp/edebug.el (edebug-outside-excursion):
10844         * emacs-lisp/debug.el (debugger-make-xrefs):
10845         * emacs-lisp/cust-print.el (custom-prin1-to-string):
10846         * emacs-lisp/chart.el (chart-new-buffer):
10847         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10848         Use with-current-buffer.
10849         * textmodes/artist.el (artist-system): Don't call
10850         copy-sequence on a fresh string.
10851         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10853 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
10855         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10856         is no item to edit.  (Bug#4820)
10857         (todo-top-priorities): Restore point and restore narrowing in Todo
10858         buffer.  (Bug#4820)
10860 2009-10-31  Glenn Morris  <rgm@gnu.org>
10862         * net/ange-ftp.el (top-level): Don't require dired when compiling.
10863         (comint-last-output-start, comint-last-input-start)
10864         (comint-last-input-end): Don't defvar when compiling.
10865         (ange-ftp-process-file): Use bound-and-true-p.
10867         * pcmpl-rpm.el (top-level): Move provide statement to end.
10868         (pcmpl-rpm): Remove unused custom group.
10870         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10872         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10874         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10875         (byte-compile-warnings): Add `constants' as an option.
10876         (byte-compile-callargs-warn, byte-compile-arglist-warn)
10877         (display-call-tree): Update for byte-compile-fdefinition possibly
10878         returning `(macro lambda ...)'.  (Bug#4778)
10879         (byte-compile-variable-ref, byte-compile-setq-default):
10880         Respect `constants' member of byte-compile-warnings.
10882 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * vc-bzr.el (vc-bzr-revision-keywords): New var.
10885         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10886         to "submit:".
10888 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10890         * textmodes/ispell.el (ispell-skip-region-alist):
10891         * international/mule-conf.el (eight-bit):
10892         * international/fontset.el (font-encoding-alist):
10893         * startup.el (pure-space-overflow-message):
10894         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10895         * paths.el (gnus-nntp-service, rmail-spool-directory)
10896         (term-file-prefix):
10897         * files.el (save-some-buffers-action-alist):
10898         * cmuscheme.el (same-window-buffer-names):
10899         * ielm.el (same-window-buffer-names):
10900         * shell.el (same-window-buffer-names):
10901         * mail/sendmail.el (same-window-buffer-names):
10902         * progmodes/inf-lisp.el (same-window-buffer-names):
10903         * bindings.el (mode-line-client)
10904         (mode-line-column-line-number-mode-map):
10905         * language/tibetan.el (tibetan-precomposition-rule-regexp)
10906         (tibetan-precomposed-regexp): Purecopy string arguments.
10908 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10910         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10911         (calcDigit-nondigit):
10912         * calc/calc-yank.el (calc-copy-to-buffer):
10913         * calc/calc-units.el (calc-invalidate-units-table):
10914         * calc/calc-trail.el (calc-trail-yank):
10915         * calc/calc-store.el (calc-insert-variables):
10916         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10917         * calc/calc-prog.el (calc-read-parse-table):
10918         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10919         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10920         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10921         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10922         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10923         (calc-graph-name, calc-graph-find-command, calc-graph-view)
10924         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10925         * calc/calc-ext.el (calc-realign):
10926         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10927         (calc-embedded-finish-edit, calc-embedded-make-info)
10928         (calc-embedded-finish-command, calc-embedded-stack-change):
10929         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10931         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10932         shell-dynamic-complete-filename in preference to
10933         comint-dynamic-complete-filename.
10935         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10936         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10937         Don't consider whether the display supports colors.
10938         (bookmark-import-new-list): Use dolist.
10939         (bookmark-bmenu-mode-map): Move initialization into declaration.
10940         (bookmark-bmenu-list): Use dolist, simplify.
10941         (bookmark-show-all-annotations): Use save-selected-window and dolist.
10942         (menu-bar-final-items): Use push.
10944 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
10946         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10947         it works on remote files.
10948         (vc-hg-diff): Don't pass any `--cwd' argument.
10950 2009-10-27  Kevin Ryde  <user42@zip.com.au>
10952         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10953         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10954         (Further to Bug#3921).
10956 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
10958         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10959         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10960         calling `tramp-imap-put-file'.  Add file size to the call.
10961         (tramp-imap-get-file-entries): Compute also user name, file size,
10962         and date.
10963         (tramp-imap-handle-insert-directory): Insert uid and gid.
10964         (tramp-imap-handle-file-attributes): Transform uid and gid
10965         according to `id-format'.
10966         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
10967         size in header X-Size.
10969 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
10971         * simple.el (transpose-subr): Give clearer error when the mark
10972         is not set.  (Bug#4807)
10974 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
10976         * net/tramp.el (tramp-perl-file-truename): New defconst.
10977         Perl code contributed by yary <not.com@gmail.com> (tiny change).
10978         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10979         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10980         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10982         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10983         Ignore `dired-call-process'.
10984         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10986 2009-10-26  Julian Scheid  <julians37@gmail.com>
10988         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10989         (tramp-get-remote-readlink): New defun.
10990         (tramp-handle-file-truename): Use it.
10991         (tramp-handle-file-exists-p): Check file-attributes cache, assume
10992         file exists if cache value present.
10993         (tramp-check-cached-permissions): New defun.
10994         (tramp-handle-file-readable-p): Use it.
10995         (tramp-handle-file-writable-p): Likewise.
10996         (tramp-handle-file-executable-p): Likewise.
10997         (tramp-handle-file-name-all-completions): Try using Perl to get
10998         partial completions.  When perl not available, combine `cd' and
10999         `ls' into single remote operation and use shell expansion to get
11000         partial remote directory contents.  Set `file-exists-p' cache for
11001         directory and any files returned by ls.  Change cache handling to
11002         support partial directory contents.  Use error message emitted by
11003         remote `cd' or Perl code for local tramp-error.
11004         (tramp-do-copy-or-rename-file-directly): Avoid separate
11005         tramp-send-command-and-check call.
11006         (tramp-handle-process-file): Merge three remote ops into one.
11007         Do not flush all caches when `process-file-side-effects' is set.
11008         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11009         file-attributes shows uid/gid to be set already.
11011 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11013         * textmodes/tex-mode.el (tex-dvi-view-command)
11014         (tex-show-queue-command, tex-open-quote):
11015         * progmodes/ruby-mode.el (auto-mode-alist)
11016         (interpreter-mode-alist): Purecopy strings.
11018         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11020         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11021         string for the hook, keymap and abbrev table.
11023         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11025         * x-dnd.el (x-dnd-xdnd-to-action):
11026         * startup.el (fancy-startup-text, fancy-about-text): Change to
11027         defconst from defvar.
11029         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11031         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11032         Purecopy initialization strings.
11034         * mail/sendmail.el (mail-header-separator)
11035         (mail-personal-alias-file):
11036         * mail/rmail.el (rmail-default-dont-reply-to-names)
11037         (rmail-ignored-headers, rmail-retry-ignored-headers)
11038         (rmail-highlighted-headers, rmail-secondary-file-directory)
11039         (rmail-secondary-file-regexp):
11040         * files.el (null-device, file-name-invalid-regexp)
11041         (locate-dominating-stop-dir-regexp)
11042         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11043         (interpreter-mode-alist): Use mapcar instead of mapc.
11045         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11047         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11048         (completion-ignored-extensions):
11049         (debug-ignored-errors): Purecopy strings.
11051 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11053         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11054         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11055         (pcomplete--here): Use push.
11057         * subr.el (all-completions): Declare the 4th arg obsolete.
11059 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11061         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11062         (pcomplete-unquote-argument): New function.
11063         (pcomplete--common-suffix): Always pay attention to case.
11064         (pcomplete--table-subvert): Quote and unquote the text.
11065         (pcomplete--common-quoted-suffix): New function.
11066         (pcomplete-std-complete): Use it and pcomplete-begin.
11068         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11069         we're inside a dedicated or minibuffer window.
11071 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11073         * bookmark.el: Update documentation, especially documentation
11074         of `bookmark-alist' and of the bookmark file format.
11075         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11077 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11079         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11080         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11081         window to buffer.
11083         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11084         (global-whitespace-mode, global-whitespace-newline-mode)
11085         (whitespace-toggle-options, global-whitespace-toggle-options):
11086         Doc fix (Bug#3660).
11088         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11089         of xmltok-start before the end tag was inserted (Bug#2840).
11091         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11092         patterns that are preceded by an open-paren (Bug#1320).
11094 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11096         * files.el (delete-directory): Delete symlinks to directories with
11097         delete-file (Bug#4739).
11099 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11101         * vc.el (vc-backend-for-registration): Rename from
11102         vc-get-backend-for-registration.  Update callers.
11104         * international/mule-cmds.el (set-language-info-alist):
11105         Purecopy lang-env.
11106         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11107         (charset): Purecopy the name.
11108         (define-char-code-property): Purecopy string arguments.
11110         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11111         Purecopy string arguments.
11113         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11114         * ediff-hook.el (menu-bar-ediff-menu):
11115         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11116         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11118 2009-10-24  Glenn Morris  <rgm@gnu.org>
11120         * comint.el (comint-dynamic-list-completions):
11121         * term.el (term-dynamic-list-completions): Use choose-completion rather
11122         than obsolete alias mouse-choose-completion.
11124         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11125         file-cache-choose-completion.
11126         (file-cache-choose-completion): Handle an optional event argument.
11127         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11129         * progmodes/octave-mod.el (octave-complete-symbol):
11130         Use choose-completion if mouse-choose-completion is ever removed.
11132         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11133         use.
11135         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11136         compiler.
11138         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11140 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11142         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11143         Ignore `pred' now that we receive one.
11144         Handle test-completion specially.
11146 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11148         * vc.el (vc-responsible-backend): Throw an error if not backend is
11149         found.  Remove the REGISTER argument.  Move the code dealing with
11150         REGISTER ...
11151         (vc-get-backend-for-registration): ... here.  New function.
11152         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11153         of vc-responsible-backend, pass the file name instead of the
11154         directory name.
11156 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11159         New funs.
11160         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11161         (pcomplete-comint-setup): Don't modify a global var via
11162         accidental side-effects.
11163         (pcomplete-shell-setup): Adjust call accordingly.
11164         (pcomplete-parse-comint-arguments): Use push.
11166 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11168         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11169         Allow uncapitalized info node names (Bug#3921).
11171         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11172         to the DEBUG file (Bug#3781).
11174 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11176         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11177         dictionary entry (Bug#4579).
11179 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11181         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11182         from `rfn-eshadow-update-overlay-hook' when unloading.
11183         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11184         "rsyncc".  Adjust doc string.
11185         (tramp-temp-buffer-file-name): New buffer-local defvar.
11186         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11187         Keep temporary file when indicated by method ("rsync" and
11188         "rsyncc").
11189         (tramp-handle-write-region): Handle APPEND.
11190         (tramp-delete-temp-file-function): New defun.  Added to
11191         `kill-buffer-hook'.
11193 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11195         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11197 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11199         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11200         (color-name-rgb-alist, tty-standard-colors)
11201         (tty-color-mode-alist): Change to defconst.
11203         * simple.el (mark-inactive): Purecopy message.
11205         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11206         (global-map, yank-menu):
11207         * textmodes/ispell.el (ispell-menu-map):
11208         * net/eudc.el (eudc-tools-menu):
11209         * international/mule-cmds.el (describe-language-environment-map)
11210         (setup-language-environment-map, set-coding-system-map)
11211         (mule-menu-keymap):
11212         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11213         * replace.el (occur-mode-map):
11214         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11216 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11218         * calc/calc.el (math-read-number, math-read-number-simple): Use
11219         `save-match-data'.
11221 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11223         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11224         rather than fiddling with global-map bindings, since it should only
11225         affect per-terminal settings.
11226         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11228         * minibuffer.el (completion-table-with-terminator): Allow to specify
11229         the terminator-regexp.
11231         * simple.el (switch-to-completions): Look for *Completions* in other
11232         frames as well.
11234         * pcomplete.el: Allow the use of completion-tables.
11235         (pcomplete-std-complete): New command.
11236         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11237         (pcomplete--here): Use a function for `form' rather than an expression,
11238         so it can be byte-compiled.
11239         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11240         Add edebug declaration.
11241         (pcomplete-show-completions): Remove unused var `curbuf'.
11242         (pcomplete-do-complete, pcomplete-stub):
11243         Don't assume `completions' is a list of strings any more.
11245 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11247         * find-dired.el (find-name-arg): Fix typo in docstring.
11249 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11252         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11254         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11255         pcomplete-entries.
11257         * comint.el (comint-read-input-ring, comint-write-input-ring)
11258         (comint-substitute-in-file-name)
11259         (comint-dynamic-complete-as-filename)
11260         (comint-dynamic-simple-complete)
11261         (comint-dynamic-list-filename-completions)
11262         (comint-dynamic-list-completions)
11263         (comint-redirect-results-list-from-process): Minor simplifications.
11265 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11267         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11268         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11269         the first form.  And insert a blank line after ";;; Code" since
11270         that's usual style.  (Bug#4612)
11272         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11274 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11276         * minibuffer.el (completion-table-with-terminator): Properly implement
11277         boundaries, in case `terminator' appears in the suffix.
11278         (completion--embedded-envvar-table): Don't return boundaries if
11279         there's no valid completion.  Simplify.
11280         (completion-file-name-table): New completion table extracted from
11281         completion--file-name-table.
11282         (completion--file-name-table): Use it.
11283         (read-file-name-predicate): Declare obsolete.
11284         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11285         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11286         completion-file-name-table, and use the `pred' argument.
11287         * files.el (locate-file-completion-table): Use the `pred' arg rather
11288         than read-file-name-predicate.
11289         (abbreviate-file-name): Use \` rather than ^ for BOS.
11291 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11293         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11294         vc-responsible-backend to register, it causes problems.
11296 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11298         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11300 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11302         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11303         (tramp-smb-handle-file-attributes): Use it.
11304         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11305         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11306         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11307         Add `dired-filename' text properties.
11308         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11309         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11310         version.
11312 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11314         * subr.el (read-key-delay): Reduce to 0.01.
11315         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11316         (bug#4751).
11318 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11320         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11322         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11323         (Info-menu): Remove unused vars `last' and `completions'.
11324         (Info-index-nodes): Remove unused var `node'.
11326         * info.el (Info-complete-menu-item): Use complete-with-action.
11328 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11330         Make vc-annotate work through copies and renames.
11331         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11332         Return the file name too.
11333         (vc-annotate-revision-at-line)
11334         (vc-annotate-find-revision-at-line)
11335         (vc-annotate-revision-previous-to-line)
11336         (vc-annotate-show-log-revision-at-line): Update to get the file
11337         name from vc-annotate-extract-revision-at-line.
11338         (vc-annotate-show-diff-revision-at-line-internal): Change the
11339         argument to mean whether to show a file diff or not.  Get the file
11340         name from vc-annotate-extract-revision-at-line.
11341         (vc-annotate-show-diff-revision-at-line):
11342         Update vc-annotate-show-diff-revision-at-line call.
11343         (vc-annotate-warp-revision): Add an optional file argument.
11345         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11346         (vc-git-annotate-extract-revision-at-line): Also return the file
11347         name if found.
11349         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11350         command.  Remove unused code.
11351         (vc-hg-annotate-re): Update to match --follow output.
11352         (vc-hg-annotate-extract-revision-at-line): Also return the file
11353         name if found.
11355         * vc.el: Update annotate-extract-revision-at-line documentation.
11357 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11359         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11360         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11362         * net/browse-url.el (browse-url): Identify alist with "consp and
11363         not functionp" and let all other things go down the `apply' leg,
11364         as suggested by Stefan.  (Further to bug#4531.)
11366 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11368         * minibuffer.el (read-file-name): Check for repeat before putting
11369         a default argument in file-name-history (Bug#4657).
11371         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11372         read syntax (Bug#4737).
11374         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11376 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11378         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11379         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11380         entries and make note of obsolete tags.
11382 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11384         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11386 2009-10-18  Glenn Morris  <rgm@gnu.org>
11388         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11389         grep, so that binary files (eg international/uni-bidi.el) can match.
11390         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11391         now, and in any case the file header format has changed.
11393 2009-10-17  Glenn Morris  <rgm@gnu.org>
11395         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11396         (flyspell-get-word, flyspell-large-region)
11397         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11399 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11401         * Makefile.in (ELCFILES): Add ede/shell.
11403 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11405         * term/common-win.el (x-colors): Purecopy it.
11407 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11410         permissive for when the buffer is empty.
11411         (tar-header-block-tokenize): Decode the username and groupname.
11412         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11414 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * international/mule-cmds.el (select-safe-coding-system): If the file
11417         has a coding cookie, use it regardless of any other setting (bug#4712).
11419 2009-10-17  Glenn Morris  <rgm@gnu.org>
11421         * foldout.el (foldout-mouse-swallow-events):
11422         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11424         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11425         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11426         (dired-keep-marker-symlink, dired-dwim-target)
11427         (dired-copy-preserve-time): Do not autoload these defcustoms.
11429         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11430         messages from messing up the file coding.  (Bug#4623)
11432 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11434         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11435         if no match is found for the current dictionary.  (Bug#4578)
11437         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11438         optional, since that is how it is documented, and this is often called
11439         with a nil argument.  (Bug#4577)
11440         (flyspell-external-point-words, flyspell-auto-correct-word)
11441         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11442         (flyspell-word-search-backward): Remove nil argument in calls to
11443         flyspell-get-word, since it is not needed now.
11445 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11447         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11449 2009-10-16  Glenn Morris  <rgm@gnu.org>
11451         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11453 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11455         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11456         (ange-ftp-file-size): New function.
11457         (ange-ftp-file-attributes): Use it.
11459 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11461         * net/tramp-smb.el (tramp-smb-version): New defvar.
11462         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11463         repeated checks.
11465 2009-10-16  Glenn Morris  <rgm@gnu.org>
11467         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11468         Maybe copy some custom properties from old to new name.  (Bug#4706)
11470 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11472         * subr.el (error, sit-for, start-process-shell-command)
11473         (start-file-process-shell-command): Set the calling convention
11474         after the function definition.
11476 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * subr.el (error, sit-for, start-process-shell-command)
11479         (start-file-process-shell-command): Use the new
11480         set-advertised-calling-convention feature.
11482 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11484         * international/ucs-normalize.el (ucs-normalize-version):
11485         Change to 1.2.
11486         (check-range): Adjust for Unicode 5.2.
11488 2009-10-15  Juri Linkov  <juri@jurta.org>
11490         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11491         to the `menu-item' format.
11493 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11495         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11496         if the environment variable does not exist.
11498         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11499         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11500         parameter.
11501         (tramp-smb-handle-add-name-to-file)
11502         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11503         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11504         (tramp-smb-handle-file-attributes)
11505         (tramp-smb-do-file-attributes-with-stat)
11506         (tramp-smb-handle-file-local-copy)
11507         (tramp-smb-handle-insert-directory)
11508         (tramp-smb-handle-make-directory)
11509         (tramp-smb-handle-make-directory-internal)
11510         (tramp-smb-handle-make-symbolic-link)
11511         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11512         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11513         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11514         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11515         Handle long file names.
11516         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11517         process is running.
11518         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11519         Read share names with "-g" option.
11521 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11523         * net/rcirc.el (rcirc-view-log-file): New command.
11524         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11525         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11526         specified.
11528 2009-10-15  Glenn Morris  <rgm@gnu.org>
11530         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11531         from the second command-line argument.
11532         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11533         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11534         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11535         w32-batch-update-autoloads.
11536         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11537         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11539         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11540         the headers cannot be located.  Simplify, subtracting superflous
11541         save-excursions.
11543 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11545         Replace completion-base-size by completion-base-position to fix bugs
11546         such as (bug#4699).
11547         * simple.el (completion-base-position): New var.
11548         (completion-base-size): Mark as obsolete.
11549         (choose-completion): Make it work for mouse events as well.
11550         Pass the new base-position to choose-completion-string.
11551         (choose-completion-guess-base-position): New function, extracted from
11552         choose-completion-delete-max-match.
11553         (choose-completion-delete-max-match): Use it.  Make obsolete.
11554         (choose-completion-string): Use the new base-position info.
11555         (completion-root-regexp): Delete.
11556         (completion-setup-function): Preserve completion-base-position.
11557         Eliminate obsolete base-size manipulation.
11558         * minibuffer.el (display-completion-list): Don't mess with base-size.
11559         (minibuffer-completion-help): Set completion-base-position instead.
11560         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11561         choose-completion.
11562         * textmodes/bibtex.el (bibtex-complete):
11563         * emacs-lisp/crm.el (crm--choose-completion-string):
11564         Adjust to new calling convention.
11565         * complete.el (partial-completion-mode): Use minibufferp to avoid
11566         bumping into incompatible change to choose-completion-string-functions.
11567         * ido.el (ido-choose-completion-string): Make its calling convention
11568         more permissive.
11569         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11570         base-size manipulation.
11571         (comint-dynamic-list-input-ring): Use dotimes and push.
11572         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11573         fundamental-mode.  Use `or'.
11575 2009-10-14  Juri Linkov  <juri@jurta.org>
11577         * misearch.el (multi-isearch-next-buffer-from-list)
11578         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11580 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11582         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11583         `bytecomp.el'.
11585         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11586         string we return is all made up of text from the completions rather
11587         than part from the completions and part from the input (bug#4219).
11589         * ido.el (ido-everywhere): Use define-minor-mode.
11591         * buff-menu.el (list-buffers, ctl-x-map):
11592         Mark the entry points with ;;;###autoload cookies.
11594 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11596         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11597         correctly in the detached head case.
11598         (vc-git-print-log): Remove unused binding.
11600         * vc.el (vc-responsible-backend): When a directory is passed for
11601         for registration create a VC repository if no backend is
11602         responsible for the directory argument.
11603         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11605         * vc.el: Move comments about RCS and SCCS ...
11606         * vc-rcs.el:
11607         * vc-sccs.el: ... here, respectively.
11609 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * minibuffer.el (completion--file-name-table): Return nil if there's
11612         no file completion, even if substitute-in-file-name changed
11613         the string (bug#4708).
11615 2009-10-13  Juri Linkov  <juri@jurta.org>
11617         * files-x.el (read-file-local-variable-value): Don't filter out
11618         minor modes from mode name completion (bug#4664).
11620 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11622         * international/mule-cmds.el (ucs-names): Remove exclusion of
11623         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11625 2009-10-13  Kenichi Handa  <handa@m17n.org>
11627         * international/uni-name.el: Regenerated.
11629 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11631         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11632         should be automatically buffer-local, but isn't.)
11634 2009-10-12  Sam Steingold  <sds@gnu.org>
11636         * progmodes/compile.el (compilation-next-error-function): Fix the
11637         timestamps if the buffer has been visited before.
11638         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11639         non-anchored patterns, like the perl one (bug#3928).
11641 2009-10-12  Glenn Morris  <rgm@gnu.org>
11643         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11644         Let-bind `size'.
11646 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11648         * proced.el (proced-unload-function): New function.
11650         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11651         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11652         Doc fix.
11654         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11656 2009-10-11  Juri Linkov  <juri@jurta.org>
11658         * files-x.el (read-file-local-variable-value):
11659         Provide default value only for bound variables (bug#4664).
11661 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11663         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11664         connection methods like smb.
11666         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11667         can be empty.
11669         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11670         (tramp-smb-file-name-handler-alist): Add handlers for
11671         `add-name-to-file', `make-symbolic-link'.
11672         (tramp-smb-handle-add-name-to-file)
11673         (tramp-smb-do-file-attributes-with-stat)
11674         (tramp-smb-handle-make-symbolic-link)
11675         (tramp-smb-get-cifs-capabilities): New defuns.
11676         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11677         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11678         (tramp-smb-handle-file-local-copy)
11679         (tramp-smb-handle-make-directory-internal)
11680         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11681         The file name syntax depends on cifs capabilities.
11682         (tramp-smb-handle-file-attributes):
11683         Call `tramp-smb-do-file-attributes-with-stat' if possible.
11684         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11685         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11687 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
11689         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11690         (eieio-defclass): Apply deftype handler and setf-method properties
11691         directly.
11692         (eieio-add-new-slot): Avoid union function from cl library.
11693         (eieio--typep): New function.
11694         (eieio-perform-slot-validation): Use it.
11696 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11698         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11699         Update documentation to refer to the variables documented in r1.135.
11700         (Bug#4188)
11702 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11704         * bookmark.el (Info-suffix-list): Remove this unused variable.
11705         (bookmark-current-point): Remove this obsolete variable.
11706         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11707         Adjust for removal of bookmark-current-point.
11709         (bookmarks-already-loaded, bookmark-current-buffer)
11710         (bookmark-yank-point): Document.  (Bug#4188)
11712 2009-10-10  Glenn Morris  <rgm@gnu.org>
11714         * frame.el (frame-height): Doc fix.
11716         * calendar/calendar.el (calendar-split-width-threshold): New option.
11717         (calendar-basic-setup): Use calendar-split-width-threshold.
11719 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
11721         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11722         Ideographic Supplement" range (U+1F200..U+1F2FF).
11724 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11726         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11727         since the list will have been rebuilt anyway.  (Bug#4349)
11729 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11731         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11732         (bookmark-bmenu-execute-deletions): Don't save here, as
11733         bookmark-delete will now do so if necessary.
11734         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11735         (Bug#4348)
11737 2009-10-09  Glenn Morris  <rgm@gnu.org>
11739         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11741 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11743         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11744         (bookmark-jump-other-window): Just invoke bookmark-jump with new
11745         argument now, so the two function's behaviors will match.  (Bug#3645)
11747 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
11749         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11750         (tramp-file-name-real-host, tramp-file-name-port):
11751         Apply `save-match-data'.
11753         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11754         case both directories are remote.
11755         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11756         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11758 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11760         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11762 2009-10-07  Glenn Morris  <rgm@gnu.org>
11764         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11765         of concat.
11767 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11769         * files-x.el (read-file-local-variable): Include some
11770         non-user-variables in the completion table (bug#4664).
11772 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
11774         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11775         message.
11777         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11778         (tramp-smb-file-name-handler-alist): Add handler for
11779         `copy-directory', `expand-file-name', `set-file-modes'.
11780         (tramp-smb-handle-copy-directory)
11781         (tramp-smb-handle-expand-file-name)
11782         (tramp-smb-handle-set-file-modes): New defuns.
11783         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11784         (tramp-smb-handle-file-attributes): Simplify check for retrieving
11785         entry.
11786         (tramp-smb-handle-insert-directory): Don't flush the cache.
11787         (tramp-smb-maybe-open-connection): Check for samba client and
11788         server versions.
11790 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
11792         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11793         to not error out of search for "^lisp=" fails.
11795 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11797         * makefile.w32-in (WINS_UPDATES): New macro.
11798         (custom-deps, finder-data, autoloads): Use it.
11800 2009-10-07  Glenn Morris  <rgm@gnu.org>
11802         * Makefile.in (autoloads): Revert previous change.
11803         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11804         the list of preloaded files passed on the command-line, get
11805         it from src/Makefile.
11807         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11808         show the original buffer rather than a random one.
11810 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
11812         * help.el (describe-no-warranty): Place point in a slightly better
11813         position in the GPLv3 text.
11815 2009-10-06  Sam Steingold  <sds@gnu.org>
11817         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11818         the comm attribute is present before calling regexp-quote.
11820 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
11822         * play/animate.el (animate-string): For good effect, make sure
11823         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11825         * play/animate.el (animate-sequence, animate-birthday-present):
11826         * misc.el (butterfly): Don't set `indent-tabs-mode'.
11828 2009-10-06  Glenn Morris  <rgm@gnu.org>
11830         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11832         * emacs-lisp/autoload.el (autoload-excludes): New variable.
11833         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11834         (batch-update-autoloads): Process a string value of autoload-excludes,
11835         set during the build process.
11836         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
11838         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11839         inside with-parsed...  macro so that `v' is defined.
11841         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11842         * progmodes/fortran.el (fortran-end-of-block)
11843         (fortran-beginning-of-block):
11844         Also push mark in the macro case.
11846         * emerge.el (emerge-show-file-name):
11847         * calc/calc.el (calc-quit):
11848         * calc/calc-misc.el (calc-big-or-small):
11849         * calc/calc-graph.el (calc-graph-view):
11850         * calc/calc-ext.el (calc-reset):
11851         * calendar/calendar.el (calendar-basic-setup):
11852         Use window-full-height-p.
11854         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11855         header we don't understand, don't insert another.  (Bug#4624)
11856         If changing mime charset, insert the new one in the right place.
11858 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
11860         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11861         (cal-tex-cursor-month): Correctly increment the end date for diary and
11862         holiday listing.  (Bug#4626)
11864 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11866         * help-fns.el (describe-function-1): Don't burp if the function is not
11867         a symbol.
11869 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
11871         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11872         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11873         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11874         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11876         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11877         (eieio-default-superclass): Reflow docstrings.
11878         (this, class-option-assoc, defclass, eieio-class-un-autoload)
11879         (eieio-unbind-method-implementations, defmethod)
11880         (eieio-validate-slot-value, eieio-validate-class-slot-value)
11881         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11882         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11883         (eieio-slot-originating-class-p, eieio-slot-name-index)
11884         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11885         (constructor, initialize-instance, no-next-method, object-print)
11886         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11887         Fix typos in docstrings.
11888         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11889         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11890         (next-method-p): Doc fixes.
11891         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11892         Fix typos in error messages.
11893         (eieio-defmethod): Fix typo in description of generic method.
11895         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11896         (eieio-persistent-save-interactive, slot-missing):
11897         Fix typos in docstrings.
11898         (eieio-instance-inheritor-slot-boundp): Doc fix.
11900         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11901         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11903         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11904         (eieio-custom-object-apply-reset):
11905         Fix typos in docstrings and error messages.
11907         * emacs-lisp/eieio-datadebug.el (data-debug-show):
11908         Fix typo in docstring.
11910         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11911         (eieio-browse-tree): Doc fix.
11912         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11913         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11914         Fix typos in docstrings.
11916         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11917         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11918         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11919         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11920         Reflow docstrings.
11922 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
11924         * vc-hg.el (log-view-vc-backend): Declare for compiler.
11925         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11926         Set log-view-vc-backend so that diff can work.
11928         * log-view.el (log-view-diff): Use vc-diff-internal instead of
11929         vc-version-diff.
11930         (vc-diff-internal): Autoload this instead of vc-version-diff.
11932 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
11934         * simple.el (eval-expression): Doc fix.
11936         * progmodes/cwarn.el (cwarn-mode): Doc fix.
11938 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
11940         * files.el (directory-files-no-dot-files-regexp): New defconst.
11941         (delete-directory): Use it.
11942         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
11944         * net/tramp.el (tramp-verbose): Fix docstring.
11945         (tramp-methods): Add recursive option to `tramp-copy-args'.
11946         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
11947         "scp1_old", "scp2_old", "rsync", "rsyncc".
11948         (tramp-default-method): Check also for `auth-source-user-or-password'.
11949         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11950         Add handler for `copy-directory'.
11951         (tramp-handle-copy-directory): New defun.
11952         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11953         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11954         Optimize sent command.
11956 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11958         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11959         window if necessary.
11961         * calendar/calendar.el (calendar-basic-setup): Don't call
11962         switch-to-buffer in a dedicated window.
11964 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
11966         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11967         don't do anything related to relocating, just return nil.
11968         (bookmark-error-no-filename): New error.
11969         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11970         bookmark has no file.  Don't even attempt to handle things that
11971         are not files; the whole point of custom handlers is to keep that
11972         knowledge elsewhere anyway.  Tighten some comments.
11973         (bookmark-file-or-variation-thereof): Remove now-unused function.
11974         (bookmark-location): Doc string fix.
11975         (Bug#4250)
11977 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11979         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11980         don't use a file dialog, because they usually don't know how to read
11981         a directory target from the user.  (Bug#4230)
11982         Also, make sure the prompt can display directories as well as files.
11984 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11986         * bookmark.el (bookmark-set, bookmark-buffer-name):
11987         Improve doc strings.  (Bug#1193)
11989 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11991         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11992         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11993         (bookmark-get-annotation, bookmark-set-annotation)
11994         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11995         (bookmark-set-position, bookmark-get-front-context-string)
11996         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11997         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11998         (bookmark-jump-other-window, bookmark-handle-bookmark)
11999         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12000         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12001         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12002         Improve doc strings to say whether bookmark can be a string or
12003         a record or both, and make other consistency and clarity fixes.
12004         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12005         (bookmark-default-annotation-text, bookmark-yank-word)
12006         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12007         (bookmark-import-new-list, bookmark-maybe-rename)
12008         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12009         (bookmark-bmenu-bookmark): Give these doc strings.
12010         (bookmark-bmenu-check-position): Give this a doc string, but also
12011         add a FIXME comment about how the function may be pointless.
12012         (bookmark-default-handler): Rework doc string and change a
12013         parameter name, to clarify that this takes a bookmark record
12014         not a bookmark name.
12015         (bookmark-set): Change a parameter name to indicate its meaning,
12016         and improve the doc string a bit.
12017         (Bug#4188)
12019 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12021         * bookmark.el (bookmark-alist): Document the new `handler' element
12022         in the param alist.
12023         (bookmark-make-record-function): Adjust documentation for above.
12024         (Bug#4193)
12026 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12028         * info.el (Info-bookmark-make-record): Document this function.
12029         (Info-bookmark-jump): Document with a doc string, not just a comment.
12030         (Bug#4203)
12032 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12034         * files.el (copy-directory): New defun.
12036         * dired-aux.el (dired-copy-file-recursive): Use it.
12038 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12040         * files-x.el (modify-dir-local-variable)
12041         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12042         docstrings.
12044         * recentf.el (recentf-unload-function): New function.
12046 2009-10-04  Glenn Morris  <rgm@gnu.org>
12048         * window.el (window-full-height-p): Add doc string.
12050 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12052         * window.el (window-full-height-p): New function.  (Bug#4543)
12054 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12056         * vc.el: Remove commented out code.
12057         (vc-derived-from-dir-mode): Remove, unused.
12058         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12060 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12062         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12063         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12064         there could be recursive loading when `default-directory' is a
12065         remote file name.  (Bug#4614)
12067 2009-10-03  Glenn Morris  <rgm@gnu.org>
12069         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12070         the frame is wide.
12071         (calendar-generate-window): Test for shrinkability rather than width.
12073         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12074         reusing existing buffers, in case we happen to visit two files with the
12075         same basename.  (Bug#4593)
12077 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12079         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12080         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12081         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12082         subdirs of cedet as well.
12083         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12085 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12087         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12088         Obey advertised-signature-table.
12090         * help-fns.el (help-function-arglist): Don't check
12091         advertised-signature-table.
12092         (describe-function-1): Do it here instead so it also applies to subrs.
12094 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12096         * simple.el (start-file-process): Say in the doc-string, that file
12097         handlers might not support pty association, if PROGRAM is nil.
12099         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12100         HOST and USER are strings.  They are nil, when there are
12101         incomplete entries in ~/.netrc, for example.
12102         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12103         root directory ("device busy" error otherwise).
12105         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12106         Flush file properties of created directory.
12108 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12110         * makefile.w32-in (WINS_BASIC): Remove cedet.
12111         (WINS_CEDET): Add cedet.
12112         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12114 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12116         * net/browse-url.el (browse-url): Pass any symbol in
12117         browse-url-browser-function to `apply', since if you've mistakenly put
12118         an unbound symbol then the error is clearer.  (Bug#4531)
12120 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12122         * allout.el (allout-init, allout-back-to-current-heading)
12123         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12124         (allout-ascend, allout-up-current-level, allout-end-of-level)
12125         (allout-previous-visible-heading, allout-forward-current-level)
12126         (allout-backward-current-level, allout-show-children):
12127         * apropos.el (apropos-describe-plist):
12128         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12129         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12130         * completion.el (add-completion, add-permanent-completion):
12131         * descr-text.el (describe-text-category, describe-char):
12132         * desktop.el (desktop-lazy-abort):
12133         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12134         * dired.el (dired-build-subdir-alist):
12135         * ediff.el (ediff-version):
12136         * elide-head.el (elide-head, elide-head-show):
12137         * emerge.el (emerge-version):
12138         * env.el (getenv):
12139         * face-remap.el (variable-pitch-mode):
12140         * faces.el (describe-face):
12141         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12142         (dired-at-point):
12143         * files.el (find-file-existing, auto-save-mode):
12144         * font-lock.el (font-lock-fontify-buffer):
12145         * help-fns.el (describe-function, describe-variable)
12146         (describe-syntax, describe-categories):
12147         * help.el (view-lossage, describe-bindings, describe-key)
12148         (describe-mode):
12149         * hexl.el (hexl-current-address):
12150         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12151         * info.el (Info-goto-emacs-key-command-node):
12152         * log-edit.el (log-edit-insert-cvs-template)
12153         (log-edit-insert-cvs-rcstemplate):
12154         * menu-bar.el (menu-bar-mode):
12155         * mouse.el (mouse-appearance-menu):
12156         * newcomment.el (comment-indent-new-line):
12157         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12158         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12159         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12160         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12161         * recentf.el (recentf-mode):
12162         * savehist.el (savehist-mode, savehist-save):
12163         * shadowfile.el (shadow-copy-files):
12164         * simple.el (kill-ring-save, next-line, previous-line)
12165         (normal-erase-is-backspace-mode):
12166         * strokes.el (strokes-update-window-configuration)
12167         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12168         (strokes-xpm-for-stroke):
12169         * time.el (emacs-uptime, emacs-init-time):
12170         * tutorial.el (tutorial--describe-nonstandard-key)
12171         (tutorial--detailed-help):
12172         * type-break.el (type-break-mode)
12173         (type-break-mode-line-message-mode, type-break-query-mode)
12174         (type-break-guesstimate-keystroke-threshold):
12175         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12176         * version.el (emacs-version):
12177         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12178         * winner.el (winner-mode):
12179         * calendar/timeclock.el (timeclock-in, timeclock-out)
12180         (timeclock-status-string, timeclock-change)
12181         (timeclock-workday-remaining-string)
12182         (timeclock-workday-elapsed-string)
12183         (timeclock-when-to-leave-string):
12184         * calendar/todo-mode.el (todo-add-category):
12185         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12186         * emacs-lisp/autoload.el (update-file-autoloads):
12187         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12188         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12189         (checkdoc-message-text, checkdoc-defun):
12190         * emacs-lisp/debug.el (debugger-list-functions):
12191         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12192         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12193         (eieio-describe-generic):
12194         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12195         * emacs-lisp/shadow.el (list-load-path-shadows):
12196         * emulation/cua-base.el (cua-mode):
12197         * emulation/edt.el (edt-set-scroll-margins):
12198         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12199         (tpu-toggle-regexp, tpu-toggle-search-direction)
12200         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12201         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12202         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12203         (viper-set-parsing-style-toggling-macro)
12204         (viper-set-emacs-state-searchstyle-macros):
12205         * emulation/viper.el (viper-set-hooks):
12206         * eshell/esh-mode.el (eshell-truncate-buffer):
12207         * international/mule-cmds.el (prefer-coding-system)
12208         (describe-input-method, describe-language-environment):
12209         * international/mule-diag.el (list-character-sets)
12210         (describe-character-set, describe-coding-system)
12211         (describe-fontset, list-fontsets, list-input-methods):
12212         * mail/sendmail.el (mail-signature):
12213         * net/ange-ftp.el (ange-ftp-copy-file):
12214         * net/browse-url.el (browse-url):
12215         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12216         * net/quickurl.el (quickurl-add-url):
12217         * net/rcirc.el (names, topic):
12218         * net/xesam.el (xesam-mode):
12219         * play/5x5.el (5x5-new-game):
12220         * play/yow.el (apropos-zippy):
12221         * progmodes/ada-mode.el (ada-mode-version):
12222         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12223         (f90-end-of-block)
12224         (f90-beginning-of-block):
12225         * progmodes/fortran.el (fortran-end-of-block)
12226         (fortran-beginning-of-block):
12227         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12228         * progmodes/python.el (python-describe-symbol, python-shell):
12229         * term/ns-win.el (ns-print-buffer):
12230         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12231         * textmodes/flyspell.el (flyspell-mode-on):
12232         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12233         (pages-directory-for-addresses):
12234         * textmodes/table.el (table-recognize-cell)
12235         (table-query-dimension, table-generate-source)
12236         (table-insert-sequence, table--warn-incompatibility):
12237         * textmodes/tex-mode.el (tex-validate-buffer):
12238         * textmodes/texinfmt.el (texinfmt-version)
12239         (texinfo-format-buffer):
12240         Use `called-interactively-p' instead of `interactive-p'.
12242 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12244         * image-mode.el (image-toggle-display):
12245         * emacs-lisp/elp.el (elp-instrument-function):
12246         * emacs-lisp/advice.el (ad-make-advised-definition):
12247         * emacs-lisp/easy-mmode.el (define-minor-mode):
12248         * net/browse-url.el (browse-url-maybe-new-window):
12249         * progmodes/sh-script.el (sh-learn-buffer-indent):
12250         Pass new argument 'any to `called-interactively-p'.
12252 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12254         * international/uni-bidi.el:
12255         * international/uni-category.el:
12256         * international/uni-combining.el:
12257         * international/uni-comment.el:
12258         * international/uni-decimal.el:
12259         * international/uni-decomposition.el:
12260         * international/uni-digit.el:
12261         * international/uni-lowercase.el:
12262         * international/uni-mirrored.el:
12263         * international/uni-name.el:
12264         * international/uni-numeric.el:
12265         * international/uni-old-name.el:
12266         * international/uni-titlecase.el:
12267         * international/uni-uppercase.el:
12268         Regenerate from Unicode 5.2.0 data.
12270 2009-10-01  Glenn Morris  <rgm@gnu.org>
12272         * Makefile.in (ELCFILES): Regenerate.
12274 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12276         * subr.el (interactive-p): Mark obsolete.
12277         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12278         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12279         advertised-signature-table for subroutines as well.
12281         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12282         (set-advertised-calling-convention): New function.
12283         (make-obsolete, define-obsolete-function-alias)
12284         (make-obsolete-variable, define-obsolete-variable-alias):
12285         Make the optional-ness of `when' obsolete.
12286         (define-obsolete-face-alias): Make `when' non-optional.
12287         * help-fns.el (help-function-arglist):
12288         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12289         Use advertised-signature-table.
12291 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12293         * files.el (delete-directory): New defun.  The original function
12294         in fileio.c has been renamed to `delete-directory-internal'.
12296         * dired.el (dired-delete-file): Call `delete-directory' with
12297         RECURSIVE parameter.
12299         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12300         parameter RECURSIVE.  Implementation is missing.
12302         * net/tramp.el (tramp-handle-make-directory): Flush upper
12303         directory's file properties.
12304         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12305         (tramp-handle-dired-recursive-delete-directory): Flush directory
12306         properties after the remove command only.
12308         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12309         Handle optional parameter RECURSIVE.
12311         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12312         Handle optional parameter RECURSIVE.
12314         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12315         connection timeout.
12316         (tramp-smb-handle-delete-directory): Handle optional parameter
12317         RECURSIVE.
12319 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12322         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12323         (byte-compile-defmacro): Use backquotes.
12325         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12327         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12328         has no associated file.
12329         (vc-resynch-buffer): Use vc-dir-buffers.
12331 2009-10-01  Glenn Morris  <rgm@gnu.org>
12333         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12334         (chart-file-count):
12335         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12336         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12337         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12338         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12339         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12340         (eieio-copy-parents-into-subclass, make-instance, class-children)
12341         (eieio-generic-form):
12343         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12344         match-data.  (Bug#4555).
12346         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12347         rather than parsing it as a regexp.  This relaxes the layout
12348         requirements and makes errors easier to detect.
12349         (check-declare-verify): Check file is regular.
12350         (check-declare-directory): Doc fix.
12351         * subr.el (declare-function): Doc fix.
12353         * ibuffer.el (ibuffer-format-qualifier):
12354         * isearch.el (hi-lock-regexp-okay):
12355         * calc/calc.el (math-zerop):
12356         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12357         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12358         Remove unused declarations.
12360 2009-09-30  Glenn Morris  <rgm@gnu.org>
12362         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12364         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12365         filename is not a string.
12367 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12369         * files.el (safe-local-eval-forms): Fix typo.
12371 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12373         * vc-hooks.el (vc-dir-buffers): New var.
12374         (vc-state-refresh): New function.
12375         (vc-state): Use it.
12376         (vc-after-save): Always ask the backend to recompute the new state.
12377         Always call vc-dir if necessary, using vc-dir-buffers.
12378         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12379         Use vc-dir-buffers.
12380         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12381         (vc-dir-prepare-status-buffer, vc-dir-update)
12382         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12383         Don't call expand-file-name on default-directory.
12385 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12387         * speedbar.el (speedbar-item-delete):
12388         * calc/calc-prog.el (calc-kbd-if):
12389         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12391         * epa.el (epa-key-list-mode-map):
12392         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12394         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12395         (hs-show-hook): Fix typo in docstring.
12397 2009-09-29  Glenn Morris  <rgm@gnu.org>
12399         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12400         file-name-nondirectory call preventing location of cedet files.
12401         (check-declare-verify): Use literal search rather than re-search.
12402         Add basic defmethod and defclass, and define-overloadable-function.
12404         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12405         Use tramp-compat-file-attributes rather than nonexistent
12406         tramp-compat-handle-file-attributes.
12408         * Makefile.in (lisptagsfiles4): New.
12409         (AUTOGENEL): Add cedet loaddefs files.
12410         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12411         (update-elclist, compile-always, backup-compiled-files)
12412         (bootstrap-clean): Add yet another directory level.
12413         (update-elclist): Use LC_COLLATE rather than COLLATE.
12414         (ELCFILES): Update, via `make update-elclist'.
12416 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12418         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12419         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12420         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12422 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12424         * Makefile.in (lisptagsfiles3): Define.
12425         (TAGS, TAGS-LISP): Use it.
12426         (update-elclist): Add third directory level to look for elc files.
12427         (compile-always): Likewise.
12428         (backup-compiled-files): Likewise.
12429         (bootstrap-clean): Likewise.
12430         (ELCFILES): Update.
12432 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
12434         * Makefile.in (ELCFILES): Add CEDET files.
12436 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
12438         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12440         * net/tramp.el (top): Require tramp-imap.
12442         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12443         Use `tramp-compat-handle-file-attributes'.
12445 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12447         * net/tramp-imap.el: New package.
12449 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12451         * whitespace.el (whitespace-trailing-regexp)
12452         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12453         Fix doc string.
12455 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
12457         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12458         menu.
12460         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12461         menu-bar-ediff-menu.
12463         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12464         define-overloadable-function.
12466         * progmodes/autoconf.el: Provide autoconf as well, so that this
12467         file can be `require'd.
12469         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12471         * emacs-lisp/autoload.el (generated-autoload-feature)
12472         (generated-autoload-load-name): New vars.
12473         (autoload-rubric, autoload-generate-file-autoloads): Use them.
12474         (make-autoload): Recognize define-overloadable-function and
12475         defclass forms (for EIEIO).
12477         * Makefile.in (update-subdirs): Exclude cedet directory.
12479 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12481         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
12483         * faces.el: Default light-background background for region face to
12484         ns_selection_color under NS.
12486 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12488         * net/imap-hash.el: New library, see NEWS.
12490         * Makefile.in (ELCFILES): Add imap-hash.el.
12492 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12495         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12496         * help-macro.el (make-help-screen): Avoid using an ambiguous function
12497         definition where the docstring could be taken for the return value.
12499 2009-09-26  Glenn Morris  <rgm@gnu.org>
12501         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12502         Add option to only show images below a certain size.
12503         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12504         save-excursion calls.
12506 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
12508         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12509         subdirectories) and eieio.
12511 2009-09-26  Alan Mackenzie  <acm@muc.de>
12513         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12514         buggy bracketing.  (Bug#4289)
12516         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12517         character constants (as case labels).  (Bug#4289)
12519 2009-09-25  Juri Linkov  <juri@jurta.org>
12521         * files.el (safe-local-eval-forms): Allow time-stamp in
12522         before-save-hook (Bug#4554).
12524 2009-09-25  Drew Adams  <drew.adams@oracle.com>
12526         * menu-bar.el (list-buffers-directory): Doc fix.
12528 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12530         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12531         Try and avoid copying twice the same paragraph.
12532         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12533         Remove save-excursion.
12534         (log-edit-changelog-entry): Do it here instead.
12536 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
12538         * bs.el (bs--get-file-name): Use `list-buffers-directory'
12539         when available, instead of hardcoding mode names.  Doc fix.
12541         * menu-bar.el (list-buffers-directory): Add docstring.
12542         Make automatically buffer-local.
12544         * dired.el (dired-mode):
12545         * files.el (cd-absolute):
12546         * pcvs.el (cvs-temp-buffer):
12547         * pcvs-util.el (cvs-get-buffer-create):
12548         * shell.el (shell-mode):
12549         * vc-dir.el (vc-dir-mode):
12550         Don't make `list-buffers-directory' buffer local.
12552 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
12554         * comint.el (comint-exec, comint-run, make-comint):
12555         Doc fixes (Bug#4542).
12557 2009-09-25  Glenn Morris  <rgm@gnu.org>
12559         * mail/rmailmm.el (rmail-mime): New custom group.
12560         Move all defcustoms in this file into this group.
12561         (rmail-mime-media-type-handlers-alist): Revert previous change.
12562         (rmail-mime-show-images): New option.
12563         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12564         references to it, since it wasn't actually used for anything.
12565         (rmail-mime-insert-image): New function.
12566         (rmail-mime-image): Use rmail-mime-insert-image.
12567         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12568         obey the value of `rmail-mime-show-images' option.  Print the size of
12569         attachments.
12571 2009-09-25  David Engster  <deng@randomsample.de>
12573         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
12575 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12577         * whitespace.el: Does not highlight trailing spaces While point is
12578         at end of line.  Does not highligt spaces at beginning of buffer
12579         while point is at beginning of buffer.  Does not highlight spaces
12580         at end of buffer while point is at end of buffer.  (Bug#4177)
12581         New version 12.0.
12582         (whitespace-display-mappings): Adjust initialization.
12583         (whitespace-point, whitespace-font-lock-refontify): New vars.
12584         (whitespace-color-on, whitespace-color-off): Adjust code.
12585         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12586         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12587         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12589 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
12591         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12593         * textmodes/sgml-mode.el: Remove xml-mode alias.
12595         * files.el (auto-mode-alist, conf-mode-maybe)
12596         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12598 2009-09-24  Alan Mackenzie  <acm@muc.de>
12600         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12601         c-forward-conditionals, but it doesn't move point and doesn't set
12602         the mark.
12603         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12604         (c-down-conditional-with-else, c-backward-conditional)
12605         (c-forward-conditional): Refactor to use c-scan-conditionals.
12607 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12609         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12610         (help-default-arg-highlight): Remove.
12611         (help-highlight-arg): New function.
12612         (help-do-arg-highlight): Use it.
12613         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
12615 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * term.el (term-set-scroll-region, term-handle-ansi-escape):
12618         Undo last change, which didn't fix the problem and introduced others.
12620 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
12622         * progmodes/gdb-mi.el: Don't require speedbar.
12623         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12625 2009-09-24  Glenn Morris  <rgm@gnu.org>
12627         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12629         * term/ns-win.el (ns-reg-to-script): Define for compiler.
12631         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12632         there is no newline after the final mime boundary.  (Bug#4539)
12633         Move markers on insertion so that any buttons inserted don't end up in
12634         the next part of a multipart message.
12635         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
12636         (rmail-mime-bulk-handler): Optionally handle images.
12637         (rmail-mime-image): New button action.
12638         (rmail-mime-image-handler): New function.
12639         (rmail-mime-mode): New mode.
12640         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
12642 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12644         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12645         than just dropping elements from it (bug#4504).
12647         * term.el (term-set-scroll-region): Don't move cursor any more.
12648         (term-handle-ansi-escape): Call term-goto here instead.
12649         Suggested by Ivan Kanis <apple@kanis.eu>.
12651         * term.el: Require CL.
12652         (term-ansi-reset): New function.
12653         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12654         (term-handle-colors-array): Simplify.
12656 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12658         * allout.el (allout-overlay-interior-modification-handler)
12659         (allout-obtain-passphrase):
12660         * epa-file.el (epa-file-write-region):
12661         * ps-print.el (ps-begin-job):
12662         * vc-hooks.el (vc-toggle-read-only):
12663         * vc-rcs.el (vc-rcs-rollback):
12664         * vc-sccs.el (vc-sccs-rollback):
12665         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12666         (vc-version-diff, vc-revert, vc-rollback):
12667         * wdired.el (wdired-check-kill-buffer):
12668         * emacs-lisp/authors.el (authors):
12669         * net/socks.el (socks-open-connection):
12670         * net/zeroconf.el (zeroconf-service-add-hook):
12671         * obsolete/vc-mcvs.el (vc-mcvs-register):
12672         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12673         (gdb-select-frame):
12674         * progmodes/grep.el (lgrep, rgrep):
12675         * progmodes/idlw-help.el (idlwave-help-check-locations)
12676         (idlwave-help-html-link, idlwave-help-assistant-open-link):
12677         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12678         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12679         (reftex-toc-rename-label): Fix typos in error messages.
12681         * dired-aux.el (dired-do-shell-command): Reflow docstring.
12682         (dired-copy-how-to-fn): Doc fix.
12683         (dired-files-attributes, dired-read-shell-command):
12684         Fix typos in docstrings.
12686         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12687         (dired-x-find-file-other-window): Reflow docstrings.
12688         (dired-omit-marker-char, dired-read-shell-command)
12689         (dired-x-submit-report): Fix typos in docstrings.
12691         * shell.el (shell-mode-hook):
12692         * view.el (View-scroll-line-forward):
12693         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12694         Fix typos in docstrings.
12696         * net/dig.el (dig-invoke): Fix typo in docstring.
12697         (query-dig): Reflow docstring.
12699         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12700         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12701         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12702         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12703         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12704         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12705         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12706         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12707         (idlwave-completion-map, idlwave-current-indent)
12708         (idlwave-custom-ampersand-surround, idlwave-customize)
12709         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12710         (idlwave-define-abbrev, idlwave-determine-class-special)
12711         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12712         (idlwave-end-block-reg, idlwave-end-of-statement)
12713         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12714         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12715         (idlwave-explicit-class-listed, idlwave-file-header)
12716         (idlwave-fill-paragraph, idlwave-find-class-definition)
12717         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12718         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12719         (idlwave-in-quote, idlwave-indent-action-table)
12720         (idlwave-indent-expand-table, idlwave-indent-line)
12721         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12722         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12723         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12724         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12725         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12726         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12727         (idlwave-outlawed-buffers, idlwave-popup-select)
12728         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12729         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12730         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12731         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12732         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12733         (idlwave-statement-type, idlwave-struct-skip)
12734         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12735         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12736         (idlwave-what-module-find-class): Fix typos in docstrings.
12737         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12738         (idlwave-calculate-cont-indent, idlwave-expand-equal)
12739         (idlwave-find-module, idlwave-find-structure-definition)
12740         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12741         (idlwave-list-load-path-shadows, idlwave-next-statement)
12742         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12743         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12744         (idlwave-template): Reflow docstrings.
12746         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12747         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12748         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12749         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12750         (idlwave-shell-display-line, idlwave-shell-display-wframe)
12751         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12752         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12753         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12754         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12755         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12756         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12757         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12758         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12759         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12760         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12761         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12762         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12763         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12764         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12765         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12766         Fix typos in docstrings.
12767         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12768         (idlwave-shell-hide-output, idlwave-shell-mode)
12769         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12770         Reflow docstrings.
12772         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12774 2009-09-24  Ivan Kanis  <apple@kanis.eu>
12776         * term.el (term-bold-attribute): New var.
12777         (term-handle-colors-array): Use it.
12779 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
12781         * progmodes/gdb-mi.el (gdb-version): New variable.
12782         (gdb-non-stop-handler): Set gdb-version.
12783         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12784         Condition "--thread" option on gdb-version.
12785         (gdb-invalidate-threads): Remove unused argument.
12787 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12789         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12790         to looking-back to avoid ridiculous slow down in large files (bug#4511).
12792 2009-09-23  Glenn Morris  <rgm@gnu.org>
12794         * mail/rmail.el (rmail-reply): Don't try to add a References header when
12795         replying to mail without References or Message-Id.  (Bug#4525)
12797 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
12799         * term/ns-win.el (ns-reg-to-script): New variable.
12801 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
12803         * epg.el (epg-wait-for-status): Preserve existing 'error results.
12805 2009-09-22  Sam Steingold  <sds@gnu.org>
12807         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12808         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12809         to 1 because hg returns status 1 when nothing is found.
12810         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12812 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12814         * textmodes/fill.el: Convert to utf-8 encoding.
12815         (fill-french-nobreak-p): Remove redundant » and « inherited from our
12816         pre-Unicode days.
12818         * add-log.el (change-log-fill-forward-paragraph): New function.
12819         (change-log-mode): Use it so fill-region DTRT.
12820         Set fill-indent-according-to-mode here rather than in
12821         change-log-fill-paragraph.
12822         (change-log-fill-paragraph): Remove.
12824 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
12826         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12827         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
12829 2009-09-22  Glenn Morris  <rgm@gnu.org>
12831         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12832         the scroll-bar scroll the calendar window rather than the buffer.
12834         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12835         commands that move point (as opposed to scrolling).
12837         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12839         * emacs-lisp/elint.el (elint): New custom group.
12840         (elint-log-buffer): Make it a defcustom.
12841         (elint-scan-preloaded, elint-ignored-warnings)
12842         (elint-directory-skip-re): New options.
12843         (elint-builtin-variables): Doc fix.
12844         (elint-preloaded-env): New variable.
12845         (elint-unknown-builtin-args): Add an entry for encode-time.
12846         (elint-extra-errors): Make it a variable rather than a constant.
12847         (elint-preloaded-skip-re): New constant.
12848         (elint-directory): Skip files matching elint-directory-skip-re.
12849         (elint-features): New variable, local to linted buffers.
12850         (elint-update-env): Initialize elint-features.  Possibly add
12851         elint-preloaded-env to the buffer's environment.
12852         (elint-get-top-forms): Bind elint-current-pos, for log messages.
12853         Skip quoted forms.
12854         (elint-init-form): New function, extracted from elint-init-env.
12855         Make non-list forms a warning rather than an error.
12856         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
12857         easy-menu-define, put that adds an error-condition, and provide.
12858         When requiring cl, also require cl-macs.  Really require cl, to handle
12859         some cl macros.  Store required libraries in the list elint-features,
12860         so as not to re-load them.  Treat cc-require like require.
12861         (elint-init-env): Call elint-init-form to do the work.
12862         Handle eval-and-compile and such like.
12863         (elint-add-required-env): Do not clear messages.
12864         (elint-special-forms): Add handlers for function, defalias, if, when,
12865         unless, and, or.
12866         (elint-form): Add optional argument to ignore elint-special-forms,
12867         useful to prevent recursive calls from handlers.  Doc fix.
12868         Respect elint-ignored-warnings.
12869         (elint-form): Respect elint-ignored-warnings.
12870         (elint-bound-variable, elint-bound-function): New variables.
12871         (elint-unbound-variable): Respect elint-bound-variable.
12872         (elint-get-args): Respect elint-bound-function.
12873         (elint-check-cond-form): Add some simple handling for (f)boundp and
12874         featurep tests.
12875         (elint-check-defalias-form): New handler.
12876         (elint-check-let-form): Make an empty let a warning rather than an
12877         error.
12878         (elint-check-setq-form): Make an empty setq a warning rather than an
12879         error.  Respect elint-ignored-warnings.
12880         (elint-check-defvar-form): Accept null doc-strings.
12881         (elint-check-conditional-form): New handler.  Does some simple-minded
12882         checking of featurep and (f)boundp tests.
12883         (elint-put-function-args): New function.
12884         (elint-initialize): Use elint-scan-doc-file rather than
12885         elint-find-builtin-variables.  Use elint-put-function-args.
12886         Possibly scan preloaded-file-list.
12887         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12888         extend to handle functions as well.
12890 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
12892         * linum.el (linum-delete-overlays, linum-update-window):
12893         Do not modify the right margin.  (Bug#3971)
12895 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
12897         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12898         nxml-mode instead of xml-mode.
12900 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12902         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
12904 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12906         * net/dig.el (dig-mode): Use define-derived-mode.
12908 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
12910         * vc-dispatcher.el (vc-do-command): Return the process object in
12911         the asynchronous case.  Use when instead of if.  Do not run
12912         vc-exec-after to display a message if not enabled.  (Bug#4463)
12914         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12915         properties to the stash strings.
12916         (vc-git-stash-list): Return a list of strings.
12917         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12918         (vc-git-stash-show-at-point): New functions.
12919         (vc-git-stash-map): New keymap.
12921         * register.el (ctl-x-r-map): Define the keys here instead of
12922         using autoload.
12924 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
12926         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12927         list, to workaround performance problem (bug#4485).
12929 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
12931         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12933 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
12935         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12936         Document that this option is not recommended to use.
12938 2009-09-19  Glenn Morris  <rgm@gnu.org>
12940         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12941         variable `var'.
12943         * calc/calc-alg.el (var):
12944         * calc/calcalg2.el (var): Define for compiler.
12946 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
12948         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12949         Doc fix (Bug#3932).
12951         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12953         * time-stamp.el (time-stamp-month-dd-yyyy)
12954         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12955         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12956         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12957         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12958         Remove functions that have been obsolete since 1995 (Bug#4436).
12960         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12961         indent buffer only if called interactively (Bug#4452).
12963 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
12964             Eli Zaretskii  <eliz@gnu.org>
12966         This fixes bug#4197 (merged to bug#865, though not identical).
12967         * server.el (server-auth-dir): Add docstring note about FAT32.
12968         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12969         but warn against using them.
12971 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
12973         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12974         older GDB where there is no has_more field.
12976 2009-09-19  Glenn Morris  <rgm@gnu.org>
12978         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12980 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
12982         * files.el (auto-mode-alist): Change default for XML files to nXML
12983         mode (Bug#4169).
12985 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
12987         * server.el (server-ensure-safe-dir): Pass 'integer
12988         to `file-attributes', as suggested.
12990 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * dired-aux.el (dired-query-alist): Remove spurious backslash.
12993         (dired-query): Use read-key.
12995 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
12997         * cus-start.el (ns-use-qd-smoothing): Remove.
12999 2009-09-18  Glenn Morris  <rgm@gnu.org>
13001         * allout.el (top-level): Remove unnecessary progn.
13003         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13005         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13006         definition of abbrev table.
13008         * speedbar.el (speedbar-track-mouse):
13009         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13010         * net/eudc.el (eudc-expand-inline):
13011         * net/newst-backend.el (newsticker--cache-read-feed):
13012         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13013         condition-case handlers.
13015 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13017         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13018         (gdb-var-list): Add an element for has_more field.
13019         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13020         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13021         (gdb-var-update-handler-1): Parse output of dynamic variable
13022         objects (STL containers).
13023         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13024         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13026         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13027         gdb-var-list.
13028         (gud-speedbar-buttons): Make node expandable if expression "has more"
13029         children.
13031 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13033         * startup.el (emacs-quick-startup): Remove variable and all uses.
13034         (command-line): Set `inhibit-x-resources' instead.
13035         (command-line-1): Use `inhibit-x-resources' instead.
13037 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13039         * subr.el: Fix last change to avoid using the `unless' macro,
13040         which breaks bootstrapping.
13042 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13044         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13045         extended definitions, in case we reload subr.el after having
13046         loaded CL.
13047         (eval-next-after-load): Mark as obsolete.
13049 2009-09-17  Juri Linkov  <juri@jurta.org>
13051         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13052         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13053         (menu-bar-showhide-menu, menu-bar-tools-menu)
13054         (menu-bar-describe-menu, menu-bar-help-menu)
13055         (minibuffer-local-completion-map, minibuffer-local-map):
13056         Fix list quoting.
13058 2009-09-17  Glenn Morris  <rgm@gnu.org>
13060         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13061         arguments, whether or not it has a handler.
13063         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13065         * simple.el (hard-newline): Give it a doc-string.
13067         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13068         (lisp-mode-syntax-table): Give them doc-strings.
13070 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13072         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13073         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13074         (menu-bar-options-menu, menu-bar-showhide-menu)
13075         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13076         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13077         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13078         (menu-bar-options-menu, menu-bar-tools-menu)
13079         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13080         (menu-bar-help-menu):
13081         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13082         string arguments.
13084         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13085         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13086         calls for the menu names and :help.
13088 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13090         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13091         to :minor-mode-function (bug#4455).
13093 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * startup.el (command-line): Initialize the window-system after
13096         processing the command-line.
13098         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13099         page-delimiter matches the empty string.
13101 2009-09-16  Glenn Morris  <rgm@gnu.org>
13103         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13104         byte-compile-not-obsolete-var.  It's a list now.
13105         (byte-compile-not-obsolete-funcs): New variable.
13106         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13107         byte-compile-not-obsolete-funcs.
13108         (byte-compile-variable-ref, byte-compile-defvar): Update for
13109         byte-compile-not-obsolete-vars name-change and list nature.
13110         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13111         and variables behind (f)boundp tests.
13112         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13114 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13116         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13118 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13120         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13121         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13122         Don't autoload.
13124 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13126         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13127         the virtual-buffers, use the name of the buffer specified by
13128         find-file-noselect, as the match may be a symlink.  (This was a
13129         problem if the target and the symlink had different names.)
13131 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13135         * desktop.el (desktop-path): Check user-emacs-directory.
13137         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13139         * loadup.el: Use after-load-functions to GC after loading each file.
13140         Remove the explicit GC calls that used to be sprinkled around.
13142         * subr.el (after-load-functions): New hook.
13143         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13144         `obsolete' packages, rather than painfully extracting the relevant
13145         directory name.
13147 2009-09-15  Glenn Morris  <rgm@gnu.org>
13149         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13150         free variable `doc'.
13152         * dired.el (dired-mode-map): Add menu entry for async shell command.
13154         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13155         variables, also consider the .elc files, since the .el files are
13156         normally gzipped (subsequent code locates the .el.gz from the .elc).
13158         * calc/calc-prog.el (arglist): Define for compiler.
13160         * calendar/diary-lib.el (diary-display-function): Change the default to
13161         fancy display.
13162         (body): Define for compiler.
13164         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13165         (byte-compile-file-form, byte-compile-lambda)
13166         (byte-compile-top-level-body, byte-compile-form)
13167         (byte-compile-variable-ref, byte-compile-setq)
13168         (byte-compile-setq-default, byte-compile-body)
13169         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13170         (batch-byte-compile): Give some more local variables with common names
13171         a "bytecomp-" prefix to avoid masking warnings about free variables.
13173         * startup.el (command-line-1): Give local variables with common names a
13174         distinguishing prefix, so as not to hide free variable warnings during
13175         bootstrap.
13177         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13178         clever and add a suffix to make a unique name, just let the user decide
13179         whether or not to overwrite it.  If the input is a directory, write the
13180         default filename to that directory.  (Bug#4388)
13181         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13182         is a filename-as-a-directory.
13184 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         * textmodes/page.el (what-page): Don't move to beginning of line.
13187         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13189 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13191         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13193 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13195         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13196         * help.el (help-for-help-internal): Add purecopy calls for text.
13198         * vc.el (top): print-log method now takes an optional SHORTLOG
13199         argument.  Add a new method: root.
13200         (vc-root-diff, vc-print-root-log): New functions.
13201         (vc-log-short-style): New variable.
13202         (vc-print-log-internal): Add support for showing short logs.
13204         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13205         vc-print-root-log and vc-print-root-diff.
13207         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13208         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13209         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13210         short logs.
13212         * vc-cvs.el (vc-cvs-print-log):
13213         * vc-mtn.el (vc-mtn-print-log):
13214         * vc-rcs.el (vc-rcs-print-log):
13215         * vc-sccs.el (vc-sccs-print-log):
13216         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13217         that is ignored for now.
13219         * vc-mtn.el (vc-mtn-annotate-command):
13220         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13222 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13224         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13225         to function-key-map, and give them ascii-character property.
13226         * term/x-win.el (x-alternatives-map):
13227         * term/ns-win.el (ns-alternatives-map):
13228         * term/internal.el (msdos-key-remapping-map):
13229         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13231 2009-09-14  Glenn Morris  <rgm@gnu.org>
13233         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13234         temp-buffers (2009-09-12).
13236 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13238         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13239         the new read-key function.
13241 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13243         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13244         is defined (Bug#4405).
13246 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13248         * recentf.el (recentf-cleanup): Use a hash table to find
13249         duplicates (Bug#4407).
13251 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13253         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13254         kp-0 to ascii equivalents (Bug#4325).
13256 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13258         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13260         * eshell/em-hist.el:
13261         * eshell/em-dirs.el (eshell-complete-user-reference):
13262         Declare pcomplete functions and variables to avoid compiler warnings.
13264 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13266         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13267         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13268         * eshell/em-alias.el (eshell-aliases-file):
13269         * eshell/em-hist.el (eshell-history-file-name):
13270         Use expand-file-name instead of concat to make file names (Bug#4308).
13272 2009-09-13  Glenn Morris  <rgm@gnu.org>
13274         * ediff-merg.el (ediff-do-merge):
13275         * filesets.el (filesets-run-cmd):
13276         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13277         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13278         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13279         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13280         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13281         Replace empty `let's with `progn'.
13283 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * mail/sendmail.el (send-mail-function):
13286         * tooltip.el (tooltip-mode):
13287         * simple.el (transient-mark-mode):
13288         * rfn-eshadow.el (file-name-shadow-mode):
13289         * frame.el (blink-cursor-mode):
13290         * font-core.el (global-font-lock-mode):
13291         * files.el (temporary-file-directory)
13292         (small-temporary-file-directory, auto-save-file-name-transforms):
13293         * epa-hook.el (auto-encryption-mode):
13294         * composite.el (global-auto-composition-mode):
13295         Use custom-initialize-delay.
13296         * startup.el (command-line): Don't explicitly call
13297         custom-reevaluate-setting for all the above vars.
13298         * custom.el (custom-initialize-safe-set)
13299         (custom-initialize-safe-default): Delete.
13301 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13303         * term/x-win.el (x-initialize-window-system):
13304         * term/w32-win.el (w32-initialize-window-system):
13305         * term/ns-win.el (ns-initialize-window-system): Don't call
13306         mouse-wheel-mode since it's enabled globally by default already.
13308         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13309         actually define the variable, but only silences the byte-compiler.
13310         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13311         before looking it up.
13312         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13313         is changed.
13315 2009-09-12  Glenn Morris  <rgm@gnu.org>
13317         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13318         1000.
13319         (elint-add-required-env): Don't beep on error.
13320         (elint-forms): In case of error, return ENV unchanged.
13321         (elint-init-env): Skip non-list forms.
13322         (elint-log): Handle unknown file positions.
13324 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13326         * epg.el (epg-make-context): Add autoload cookie.
13327         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13328         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13329         (epg-verify-string, epg-start-sign, epg-sign-file)
13330         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13331         (epg-encrypt-string, epg-start-export-keys)
13332         (epg-export-keys-to-file, epg-export-keys-to-string)
13333         (epg-start-import-keys, epg-import-keys-from-file)
13334         (epg-import-keys-from-string, epg-start-receive-keys)
13335         (epg-receive-keys, epg-import-keys-from-server)
13336         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13337         (epg-sign-keys, epg-start-generate-key)
13338         (epg-generate-key-from-file, epg-generate-key-from-string):
13339         Remove autoload cookie.
13341 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13343         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13344         reevaluation of trash-directory.
13346         * mwheel.el: Fix last change.
13347         (mouse-wheel-mode): New defvar.
13348         (mouse-wheel-mode): Remove autoload cookie.
13350 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13352         * mwheel.el (mwheel-installed-bindings): New var.
13353         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13354         the bindings we set last time.  Use custom-initialize-delay.
13355         * loadup.el: Load mwheel after term/*-win.el.
13356         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13357         and mouse-wheel-up-event now that their first evaluation is done
13358         sufficiently late to be correct.
13360         * startup.el (tutorial-directory): Make it a defcustom.
13361         Use custom-initialize-delay rather than eval-at-startup to set it.
13362         * image.el (image-load-path): Make it a defcustom.
13363         Use custom-initialize-delay rather than eval-at-startup to set it.
13364         * subr.el (eval-at-startup): Remove.
13365         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13367         * subr.el (do-after-load-evaluation): Warn the user after loading an
13368         obsolete package.
13370 2009-09-12  Glenn Morris  <rgm@gnu.org>
13372         * proced.el (proced-mark-alt): Remove alias.
13373         (proced-mode-map): Remove proced-mark-alt.
13375         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13376         Elint file and directory.  Remove initialization entry.
13378         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13379         commands.
13380         (elint-current-buffer): Set mode-line-process.
13381         (elint-init-env): Handle define-derived-mode.
13382         Fix declare-function with unspecified arglist.  Guard against odd
13383         defalias statements (eg iso-insert's 8859-1-map).
13384         (elint-add-required-env): Use a temp buffer.
13385         (elint-form): Just print the function/macro name, not the whole form.
13386         Return env unchanged if we fail to parse a macro.
13387         (elint-forms): Guard against parse errors.
13388         (elint-output): New function, to handle batch mode.
13389         (elint-log-message): Add optional argument.  Use elint-output.
13390         (elint-set-mode-line): New function.
13392 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13394         * emacs-lisp/elp.el (elp-not-profilable): Add more
13395         functions (Bug#4233).
13397 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13399         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13400         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13402 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13404         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13405         (gdb-var-list-children): Use json parsing.
13407 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13409         * progmodes/js.el (js--proper-indentation): Handle the case where
13410         char-before is null.  Reported by Deniz Dogan.
13412 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13414         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13416 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13418         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13419         (epg-digest-algorithm-alist): Add SHA224.
13420         (epg-context-set-passphrase-callback)
13421         (epg-context-set-progress-callback): Add description about
13422         callback function.
13424 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13426         * custom.el (custom-delayed-init-variables): New var.
13427         (custom-initialize-delay): New function.
13428         * startup.el (command-line): "Re"evaluate all vars in
13429         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13430         explicitly any more.
13431         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13432         to avoid creating a ~/.emacs.d at build-time (bug#4347).
13434         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13436 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13438         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13439         (gdb-var-update-handler): Use json parsing.
13441 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13443         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13444         decode annotated text, regardless of language environment.  (Bug#2741)
13446 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13448         * Makefile.in (autoloads): Make rmail.el writable as well.
13450 2009-09-11  Glenn Morris  <rgm@gnu.org>
13452         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13453         loaddefs.el.
13454         * dired.el: Regenerate with extracted autoloads.
13455         * Makefile.in (autoloads): Make dired.el writable.
13457         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13458         * ibuffer.el: Regenerate with extracted autoloads.
13459         * Makefile.in (autoloads): Make ibuffer.el writable.
13461         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13462         * version.el (emacs-copyright, emacs-major-version)
13463         (emacs-minor-version): Reformat doc-strings for make-docfile.
13465         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13466         functions and variables, since they must be stuff specific to some other
13467         platform.
13468         (apropos-print): Make mouse-click message less specific about button.
13470         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13471         that records where a macro was defined.
13472         * help-fns.el (describe-function-1): Mention if a function has a
13473         compiler-macro.
13474         * help-mode.el (help-function-cmacro): New button.
13476         * locate.el (top-level): Always require dired.
13477         (locate-mode-map): Initialize inside the defvar.
13479         * net/ange-ftp.el (dired-compress-file): Declare.
13480         (ange-ftp-dired-compress-file): Add doc string.
13482         * term/ns-win.el (x-display-name, x-setup-function-keys):
13483         Unify doc-strings with X versions.
13485 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13487         * emulation/crisp.el (crisp-mode-map): Move initialization
13488         into declaration.
13489         (crisp-mode): Use define-minor-mode.
13491         * progmodes/xscheme.el (xscheme-evaluation-commands):
13492         Put a :advertised-binding property rather than using
13493         advertised-xscheme-send-previous-expression.
13494         (advertised-xscheme-send-previous-expression): Declare obsolete.
13495         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13496         `advertised-undo'.
13497         (crisp-mode): Add corresponding bindings to
13498         undo's :advertised-binding instead.
13499         * dired.el (dired-mode-map): Put a :advertised-binding property rather
13500         than using dired-advertised-find-file.
13501         (dired-advertised-find-file):
13502         * simple.el (advertised-undo):
13503         * wid-edit.el (advertised-widget-backward): Declare obsolete.
13504         (widget-keymap): Put a :advertised-binding property rather
13505         than using advertised-widget-backward.
13506         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13507         than using advertised-undo.
13508         * tutorial.el (tutorial--default-keys): Adjust accordingly.
13510 2009-09-10  Simon South  <ssouth@slowcomputing.org>
13512         * progmodes/delphi.el (delphi-tab): Indent region when Transient
13513         Mark mode is enabled and region is active; otherwise indent or
13514         insert TAB as usual.
13515         (delphi-mode): Update description of TAB-key binding.
13517 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13519         * subr.el (define-key-rebound-commands): Mark obsolete.
13520         * startup.el (precompute-menubar-bindings): Remove.
13521         (normal-top-level): Remove obsolete code that tried to precompute
13522         menubar bindings.
13523         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13524         define-key-rebound-commands and precompute-menubar-bindings.
13526 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13528         * net/imap.el (imap-interactive-login): Better messages.
13529         (imap-open): Fix bug with renamed buffer on reconnect.
13530         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13531         for easier debugging and cleaner code.  On successful (guessed based on
13532         server capabilities) secondary authentication, set imap-state
13533         correctly.
13534         (imap-last-authenticator): Define imap-last-authenticator as a variable
13535         to avoid warnings.
13537 2009-09-10  Glenn Morris  <rgm@gnu.org>
13539         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13541         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13542         (byte-compile-file-form-autoload): Don't warn about unknown functions
13543         where the autoload statement comes after the use.
13544         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13545         that any handlers inside the body (eg require) are in turn respected.
13547         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13548         effects.
13550         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13551         and syntax and abbrev tables basic docs, if they don't have any.
13553         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13555         * international/mule-cmds.el (top-level): Require cl when compiling.
13556         (view-hello-file): Use default-value rather than
13557         default-enable-multibyte-characters.
13559         * progmodes/fortran.el: Move all safe and risky properties into the
13560         defcustoms.
13562         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13563         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13564         * mail/undigest.el:
13565         Put autoloads in rmail.el rather than loaddefs.el.
13566         * mail/rmail.el: Regenerate with extracted autoloads.
13568         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13569         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13571 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
13573         Reported in thread for Bug#4375.
13574         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13575         "-data-evaluate-expression" instead of print.
13576         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13577         (gdb-tooltip-print): Parse output from above MI command.
13578         (gdb): Revert 2009-08-11 change.  User should detach inferior
13579         manually.
13581         Remove the word "separate" from IO functions as inferior
13582         output is now never displayed in the GUD buffer.
13584 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
13586         * startup.el (command-line-normalize-file-name): On Windows and
13587         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13589 2009-09-10  Juri Linkov  <juri@jurta.org>
13591         * isearch.el (isearch-text-char-description): Propertize escape
13592         character sequences with the `escape-glyph' face.  (Bug#4344)
13594         * simple.el (shell-command): Set asynchronous process filter to
13595         `comint-output-filter'.  (Bug#4343)
13597         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13598         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
13599         the list.  Move "asm" to the bottom.
13600         (grep-find-ignored-directories): Add `choice' with nil value
13601         to empty the list easily.
13602         (grep-find-ignored-files): New option.
13603         (grep-files-history): Set to nil by default instead of '("ch" "el").
13604         (grep-compute-defaults): Add "<X>" to `grep-template'.
13605         (grep-read-files): Bind new local variables `default-alias' and
13606         `default-extension'.  Use a list of default values for the file prompt.
13607         (lgrep): Add `--exclude=' command line options composed from
13608         `grep-find-ignored-files'.
13609         (rgrep): Add `-name' command line options composed from
13610         `grep-find-ignored-files'.  (Bug#4301)
13612 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13615         (bug#4368).
13617 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * calendar/time-date.el (autoload):
13620         Expand define-obsolete-function-alias into defalias and make-obsolete
13621         for old Emacsen that Gnus supports.
13622         (with-no-warnings): Define it for old Emacsen.
13623         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13624         is available.
13625         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13626         float-time is available; suppress compile warning for time-to-seconds.
13628 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13630         * net/imap.el (imap-message-map): Docstring fix.
13632 2009-09-09  Glenn Morris  <rgm@gnu.org>
13634         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13635         line numbers too.  (Bug#4374)
13637 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13639         * smerge-mode.el (smerge-remove-props, smerge-refine):
13640         Use with-silent-modifications (bug#4342).
13642         * subr.el (with-silent-modifications): New macro.
13644 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
13646         * files.el (top-level): Require `cl' when compiling.
13648 2009-09-07  Glenn Morris  <rgm@gnu.org>
13650         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13652         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13653         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
13655 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
13657         * vc-git.el (vc-git-annotate-command): Use separator to parse
13658         arguments correctly.
13660 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
13662         * proced.el (proced-mode): Doc fix.
13664 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
13666         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13667         lstat fails.
13668         (tramp-do-file-attributes-with-ls): Check for file existence at
13669         remote end.
13670         (tramp-do-file-attributes-with-stat): Likewise.
13671         (tramp-convert-file-attributes): Return nil when attr is nil.
13673 2009-09-05  Glenn Morris  <rgm@gnu.org>
13675         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13676         properties to this button.
13677         (diary-fancy-display): Don't extend the button to the final newline.
13678         (diary-fancy-display-mode): Continue to define "q" as a local key.
13680         * calendar/cal-china.el (holiday-chinese): Make it slightly more
13681         efficient.
13683         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13685         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13686         (byte-compile-dest-file-function): New option.
13687         (byte-compile-dest-file): Doc fix.
13688         Obey byte-compile-dest-file-function.
13689         (byte-compile-cl-file-p): New function.
13690         (byte-compile-eval): Only suppress noruntime warnings about cl functions
13691         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
13692         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13693         than for file being previously loaded.
13694         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13695         (byte-compile-file-form-require): Handle the case where requiring a file
13696         indirectly causes CL to be loaded.
13698 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13700         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13701         before killing the old buffer, since by the time `kill-buffer' is
13702         run so many buffer variables have been set to nil that it may not
13703         behave as expected.  (Bug#4061)
13705 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13707         * files.el (find-alternate-file): If the old buffer is modified
13708         and visiting a file, behave similarly to `kill-buffer' when
13709         killing it, thus reverting to the pre-1.878 behavior; see
13710         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13711         for discussion.  Also, consult `buffer-file-name' as a variable
13712         not as a function, for consistency with the rest of the code.
13714 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
13716         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13717         also when adding a new directory.
13719         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13720         defun.
13722 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13724         * files.el (locate-file-completion-table): Make it provide boundary
13725         information, so partial-completion works better.
13727 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
13729         * mail/footnote.el (Footnote-text-under-cursor):
13730         Check footnote-text-marker-alist before using it (bug#4324).
13732 2009-09-04  Glenn Morris  <rgm@gnu.org>
13734         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13735         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13736         * play/solitaire.el, play/tetris.el:
13737         Remove leading * from defcustom and defface docs.
13739         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13740         necessary.
13741         (diary-fancy-overriding-map): New variable.
13742         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13743         Use view-mode.
13745         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13746         goto-line.
13748 2009-09-03  Glenn Morris  <rgm@gnu.org>
13750         * arc-mode.el (archive-mode):
13751         * dos-fns.el (set-default-process-coding-system):
13752         * man.el (Man-getpage-in-background):
13753         * menu-bar.el (menu-bar-describe-menu):
13754         * server.el (server-process-filter):
13755         * startup.el (command-line):
13756         * tar-mode.el (tar-header-block-tokenize, tar-extract):
13757         * w32-fns.el (set-default-process-coding-system):
13758         * x-dnd.el (x-dnd-handle-file-name):
13759         * international/mule-cmds.el (mule-menu-keymap)
13760         (set-default-coding-systems, language-info-alist, set-language-info)
13761         (set-language-environment, standard-display-european-internal)
13762         (set-locale-environment):
13763         * international/mule-diag.el (mule-diag):
13764         * mail/emacsbug.el (report-emacs-bug):
13765         * mail/rmail.el (rmail-mode):
13766         * mail/sendmail.el (mail-setup):
13767         Use default-value rather than default-enable-multibyte-characters.
13769         * progmodes/f90.el: Move all safe properties into the defcustoms.
13770         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13772         * calendar/appt.el (appt-check):
13773         * calendar/diary-lib.el (diary-set-header, diary-live-p)
13774         (diary-check-diary-file, diary-list-entries)
13775         (diary-include-other-diary-files, diary-simple-display)
13776         (diary-fancy-display, diary-print-entries)
13777         (diary-mark-included-diary-files, diary-make-entry):
13778         Don't call substitute-in-file-name on diary-file.
13780 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
13781             Stefan Monnier  <monnier@iro.umontreal.ca>
13783         * mail/footnote.el (footnote-prefix): Make it a defcustom.
13784         (footnote-mode-map): Move initialization into the declaration.
13785         (footnote-minor-mode-map): Define it rather than changing global-map.
13786         (footnote-mode): Use define-minor-mode.
13788 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
13790         * net/tramp.el (tramp-handle-file-attributes-with-ls)
13791         (tramp-do-file-attributes-with-perl)
13792         (tramp-do-file-attributes-with-stat): Rename from
13793         `tramp-handle-file-attributes-with-*'.
13794         (tramp-handle-file-attributes): Use them.
13795         (tramp-do-directory-files-and-attributes-with-perl)
13796         (tramp-do-directory-files-and-attributes-with-stat): Rename from
13797         `tramp-handle-directory-files-and-attributes-with-*'.
13798         (tramp-handle-directory-files-and-attributes): Use them.
13799         (tramp-method-out-of-band-p): Additional parameter SIZE.
13800         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13801         (tramp-handle-write-region): Use it.
13802         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13803         (tramp-handle-vc-registered): Check, whether the first run did
13804         return files to be tested.
13805         (tramp-advice-make-auto-save-file-name): Do not call directly
13806         `tramp-handle-make-auto-save-file-name', because this would bypass
13807         the locking mechanism.
13809         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13810         (file-remote-p, process-file, start-file-process, set-file-times)
13811         (tramp-compat-file-attributes): Compatibility functions shall not
13812         call directly `tramp-handle-*', because this would bypass the
13813         locking mechanism.
13814         (tramp-compat-number-sequence): New defun.
13816 2009-09-02  Glenn Morris  <rgm@gnu.org>
13818         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13819         alias for float-time.
13820         (time-to-number-of-days): In Emacs, use float-time.
13821         * net/newst-backend.el (time-add): Suppress warnings from compat
13822         function.
13823         * time.el (emacs-uptime, emacs-init-time):
13824         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13825         Use float-time rather than time-to-seconds.
13827         * minibuffer.el (completion-initials-expand): Fix typo.
13829         * faces.el (modeline, modeline-inactive, modeline-highlight)
13830         (modeline-buffer-id):
13831         * info.el (info-menu-5): Mark these face aliases as obsolete.
13833 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13835         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13836         space ...
13837         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13838         no "--thread" option.
13839         (gdb-stopped): Don't print "Switched to thread" message when it is
13840         unchanged.
13842 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13844         * minibuffer.el (completion-try-completion)
13845         (completion-all-completions): Remove ill-defined (and
13846         mistakenly installed and luckily never used nor documented)
13847         `completion-styles' property.
13848         (completion-initials-expand, completion-initials-all-completions)
13849         (completion-initials-try-completion): New functions.
13850         (completion-styles-alist): Add doc to each entry.
13851         Add new `initials' entry.
13853 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13855         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13856         MI command -var-evaluate-expression.
13857         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13858         and tweak for case of string child.
13859         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13861 2009-09-01  Glenn Morris  <rgm@gnu.org>
13863         * add-log.el (change-log-date-face, change-log-name-face)
13864         (change-log-email-face, change-log-file-face, change-log-list-face)
13865         (change-log-conditionals-face, change-log-function-face)
13866         (change-log-acknowledgement-face):
13867         * cus-edit.el (custom-invalid-face, custom-rogue-face)
13868         (custom-modified-face, custom-set-face, custom-changed-face)
13869         (custom-saved-face, custom-button-face, custom-button-pressed-face)
13870         (custom-documentation-face, custom-state-face, custom-comment-face)
13871         (custom-comment-tag-face, custom-variable-tag-face)
13872         (custom-variable-button-face, custom-face-tag-face)
13873         (custom-group-tag-face-1, custom-group-tag-face):
13874         * diff-mode.el (diff-header-face, diff-file-header-face)
13875         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13876         (diff-added-face, diff-changed-face, diff-function-face)
13877         (diff-context-face, diff-nonexistent-face):
13878         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13879         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13880         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13881         (Info-title-4-face):
13882         * isearch.el (isearch-lazy-highlight-face):
13883         * log-view.el (log-view-file-face, log-view-message-face):
13884         * paren.el (show-paren-match-face, show-paren-mismatch-face):
13885         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13886         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13887         (cvs-msg-face):
13888         * smerge-mode.el (smerge-mine-face, smerge-other-face)
13889         (smerge-base-face, smerge-markers-face):
13890         * wid-edit.el (widget-documentation-face, widget-button-face)
13891         (widget-field-face, widget-single-line-field-face)
13892         (widget-inactive-face, widget-button-pressed-face):
13893         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13894         (woman-addition-face):
13895         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13896         (eshell-ls-executable-face, eshell-ls-readonly-face)
13897         (eshell-ls-unreadable-face, eshell-ls-special-face)
13898         (eshell-ls-missing-face, eshell-ls-archive-face)
13899         (eshell-ls-backup-face, eshell-ls-product-face)
13900         (eshell-ls-clutter-face):
13901         * eshell/em-prompt.el (eshell-prompt-face):
13902         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13903         * obsolete/old-whitespace.el (whitespace-highlight-face):
13904         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13905         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13906         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13907         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13908         (antlr-font-lock-literal-face):
13909         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13910         (ebrowse-root-class-face, ebrowse-file-name-face)
13911         (ebrowse-default-face, ebrowse-member-attribute-face)
13912         (ebrowse-member-class-face, ebrowse-progress-face):
13913         * progmodes/make-mode.el (makefile-space-face):
13914         * progmodes/sh-script.el (sh-heredoc-face):
13915         * textmodes/flyspell.el (flyspell-incorrect-face)
13916         (flyspell-duplicate-face):
13917         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13918         * textmodes/texinfo.el (texinfo-heading-face):
13919         Mark face aliases with "-face" suffix as obsolete.
13921         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13922         compiler.
13924         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13925         (eudc-bob-sound-menu): Use defvar rather than defconst, since
13926         easy-menu-define wants to modify these.
13928         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13930         * net/browse-url.el (browse-url-file-url):
13931         * term/internal.el (dos-codepage-setup):
13932         Use default-value rather than default-enable-multibyte-characters.
13934         * progmodes/etags.el (etags-goto-tag-location):
13935         * progmodes/flymake.el (flymake-highlight-line)
13936         (flymake-goto-file-and-line, flymake-goto-line):
13937         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13938         (gdb-goto-breakpoint):
13939         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13940         * progmodes/python.el (python-find-function)
13941         (python-pdbtrack-track-stack-file):
13942         * progmodes/verilog-mode.el (verilog-surelint-off):
13943         * term/ns-win.el (ns-open-file-select-line):
13944         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13945         Use forward-line rather than goto-line.
13947         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13948         * textmodes/reftex-index.el (reftex-display-index):
13949         * textmodes/reftex-ref.el (reftex-offer-label-menu):
13950         * textmodes/reftex-toc.el (reftex-toc):
13951         Remove unnecessary bindings of default-major-mode (all are followed by
13952         major-mode check and possible mode switch).
13954 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
13956         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13957         Handle watchpoints (bug#4282).
13958         (def-gdb-thread-buffer-command): Enable thread to be selected by
13959         clicking without selecting threads buffer first.
13960         (gdb-current-context-command): Use selected frame so that "up",
13961         "down" etc work in the GUD buffer.
13962         (gdb-update): Find selected frame before rendering stack buffer.
13963         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13965 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * progmodes/sym-comp.el (displayed-completions): Remove.
13968         (symbol-complete): Use minibuffer-complete.
13970 2009-08-31  Glenn Morris  <rgm@gnu.org>
13972         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13974         * apropos.el (apropos-symbols-internal):
13975         Handle (obsolete) face aliases.
13977         * faces.el (describe-face): Adjust the output format to be more like
13978         describe-variable, and to mention (obsolete) face aliases.
13979         Adjust the whitespace so that help-setup-xref works.
13981         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13982         * calendar/diary-lib.el (diary-button-face):
13983         Mark these face aliases as obsolete.
13985         * calendar/calendar.el (calendar-today): Doc fix.
13987 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
13989         * progmodes/gdb-mi.el (gdb-control-all-threads)
13990         (gdb-control-current-thread): Force tool bar update.
13991         (gdb-non-stop-handler): New function.
13992         (gdb-init-1): Use it to test if non-stop mode is supported.
13993         Remove unused gdbmi buffer type.
13995 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
13997         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13998         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14000 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14002         * comint.el (comint-exec-1): Check command is non-null first.
14003         Part of gdb-mi.el change (2009-08-28).
14005 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14009 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14011         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14012         instead of `dolist' to avoid a recursive require when bootstrapping.
14014 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14016         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14018         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14020         * net/imap.el (imap-send-command): Simplify.
14021         (imap-wait-for-tag): point-max -> buffer-size.
14023         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14025         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14026         with constant argument.
14028         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14030         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14032         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14033         Change default, since most of our files don't have a history.
14034         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14035         the user.
14037         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14038         Add comint-run.
14040         * calc/calc.el: Improve commenting convention.
14041         (calc-digit-map, toplevel): Simplify.
14043         * comint.el (comint-insert-input): Be careful to only set point if we
14044         don't delegate to some other command.
14046         * proced.el (proced-signal-list): Make it an alist.
14047         (proced-grammar-alist): Capitalize names.
14048         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14049         Disable undo manually and make it read-only.
14050         Use completion-annotate-function.
14052         * minibuffer.el (minibuffer-message): If the current buffer is not
14053         a minibuffer, insert the message in the echo area rather than at the
14054         end of the buffer.
14055         (completion-annotate-function): New variable.
14056         (minibuffer-completion-help): Use it.
14057         (completion--embedded-envvar-table): Environment vars are
14058         always case-sensitive.
14060 2009-08-30  Glenn Morris  <rgm@gnu.org>
14062         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14063         from fortran-current-defun.
14064         (fortran-beginning-of-subprogram): Be more precise about finding the
14065         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14066         (fortran-end-of-subprogram): Simplify.
14067         (fortran-current-defun): Use fortran-start-prog-re.
14069 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14071         * subr.el (do-after-load-evaluation): Simplify.
14073 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14075         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14077         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14078         (vc-rcs-print-log): Use it.
14080         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14082 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14084         * paths.el (abbrev-file-name): Move to abbrev.el.
14085         * abbrev.el (abbrev-file-name): Move from paths.el.
14086         Obey user-emacs-directory.
14087         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14088         user-emacs-directory.
14089         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14090         abbrev-file-name and calc-settings-file any more.
14091         * startup.el (command-line): Recompute abbrev-file-name and
14092         abbreviated-home-dir.
14093         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14094         of the special code for when C-h bindings haven't been changed.
14095         (display-startup-echo-area-message): Use with-current-buffer.
14096         (command-line-1): Use a list of strings, rather than a list of lists
14097         of strings for longopts.
14099         * files.el (get-free-disk-space): Use / for default-directory.
14101         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14102         Use with-current-buffer.
14104         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14105         Recognize immutable variables like most-positive-fixnum.
14106         (byte-compile-setq-default): Check and warn if trying to assign
14107         to an immutable variable, or a non-variable.
14109         * progmodes/cc-vars.el (c-comment-continuation-stars):
14110         * progmodes/cc-engine.el (c-looking-at-bos):
14111         * progmodes/cc-cmds.el (c-toggle-auto-state)
14112         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14113         (c-comment-line-break-function): Add version of obsolescence.
14115 2009-08-28  Juri Linkov  <juri@jurta.org>
14117         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14118         associated with `archive-mode'.
14120         * image.el (image-type-header-regexps): Use only JPEG magic number
14121         to determine JPEG images, and don't use `image-jpeg-p' because
14122         Emacs can display non-JFIF non-Exif JPEG images.
14124 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14126         * arc-mode.el (archive-mode):
14127         * emacs-lisp/re-builder.el (re-builder-unload-function):
14128         Protect against the default value of `major-mode' being nil.
14130 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14132         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14133         Fix typos in docstrings.
14135         * progmodes/js.el (js--macro-decl-re): Doc fix.
14136         (js--plain-method-re, js--split-name): Refloc docstring.
14137         (js--class-styles, js--make-merged-item, js--splice-into-items):
14138         Fix typos in docstrings; reflow docstrings.
14139         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14140         (js--variable-decl-matcher, js--inside-pitem-p)
14141         (js--parse-state-at-point, js--get-all-known-symbols)
14142         (js--symbol-history, js-find-symbol, js--js-references)
14143         (js--moz-interactor, js--js-encode-value, js--read-tab):
14144         Fix typos in docstrings.
14146 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * textmodes/reftex.el (reftex-get-file-buffer-force):
14149         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14150         * emulation/viper.el (viper-go-away, viper-set-hooks):
14151         * emacs-lisp/re-builder.el (re-builder-unload-function):
14152         * emacs-lisp/bytecomp.el (byte-compile-file):
14153         * ses.el (ses-unload-function):
14154         * hexl.el (hexl-find-file):
14155         * files.el (normal-mode):
14156         * ehelp.el (with-electric-help):
14157         * autoinsert.el (auto-insert-alist):
14158         * arc-mode.el (archive-mode):
14159         Use (default-value 'major-mode) instead of default-major-mode.
14161         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14162         * international/mule.el (load-with-code-conversion):
14163         * emacs-lisp/debug.el (debug):
14164         * ediff-vers.el (ediff-rcs-get-output-buffer):
14165         * dired.el (dired-internal-noselect): Don't let-bind
14166         default-major-mode around code that doesn't use it.
14167         E.g. buffer creation via get-buffer-create doesn't use it.
14169 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14171         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14172         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14173         when writing the temp file.  Otherwise, epa-file gets confused.
14174         (tramp-register-file-name-handlers): Make it a defun.  Move also
14175         `epa-file-handler' to the front of `file-name-handler-alist'.
14177 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14179         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14180         start right after a ^M.
14181         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14182         (tramp-completion-file-name-regexp-separate)
14183         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14184         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14185         Don't modify last-coding-system-used by accident.
14186         (tramp-completion-file-name-handler): Apply the checks here,
14187         instead during registration.
14188         (tramp-register-file-name-handlers): Renamed from
14189         `tramp-register-file-name-handler'.  Register both
14190         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14191         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14193 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14195         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14196         Remove variable ...
14197         (gdb-init-1, gdb-display-separate-io-buffer)
14198         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14199         references to it.
14200         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14201         (gdb-inferior-filter): Use comint-output-filter to stop
14202         echoing and remove ^M characters.
14204 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14206         * emulation/viper-init.el (viper-restore-cursor-type):
14207         * emulation/cua-base.el (cua--update-indications):
14208         Replace default-cursor-type with (default-value 'cursor-type).
14210         * mail/sendmail.el (mail-recover-1):
14211         * international/mule-diag.el (describe-current-coding-system-briefly)
14212         (describe-current-coding-system):
14213         * international/mule-cmds.el (select-safe-coding-system)
14214         (select-message-coding-system)
14215         (set-language-environment-coding-systems, set-locale-environment):
14216         * hexl.el (hexl-insert-multibyte-char):
14217         * dos-w32.el (find-buffer-file-type-coding-system):
14218         * simple.el (what-cursor-position):
14219         Replace uses of default-buffer-file-coding-system
14220         with (default-value 'buffer-file-coding-system).
14222         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14223         Replace uses of default-cursor-in-non-selected-windows
14224         with (default-value 'cursor-in-non-selected-windows).
14225         Use with-current-buffer.
14227         * mail/feedmail.el: Use CL macros.
14228         (feedmail-run-the-queue, feedmail-send-it-immediately):
14229         * dos-w32.el (find-buffer-file-type): Replace uses of
14230         default-buffer-file-type with (default-value 'buffer-file-type).
14232 2009-08-28  Glenn Morris  <rgm@gnu.org>
14234         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14235         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14236         Use default-value of major-mode rather than default-major-mode.
14238 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14240         * Makefile.in (update-elcfiles): Report left over elc files.
14242         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14243         expand-file-name and with-current-buffer.
14244         (mail-get-names, mail-directory): Use with-current-buffer.
14246         * vc.el (vc-read-revision): New function.
14247         (vc-version-diff, vc-merge): Use it.
14249 2009-08-27  Sam Steingold  <sds@gnu.org>
14251         * simple.el (kill-do-not-save-duplicates): New user option.
14252         (kill-new): When it is non-nil, and the new string is the same as
14253         the latest kill, set replace to t to avoid duplicates in kill-ring.
14255 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14257         * net/tramp.el (tramp-handle-process-file): Do not flush all
14258         caches when `process-file-side-effects' is set.
14259         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14260         instead of `tramp-find-file-exists-command'.
14261         Unset `process-file-side-effects'.
14263 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14265         * net/tramp.el (tramp-methods): New method "rsyncc".
14266         (top): Add completion function for "rsyncc".
14267         (tramp-message-show-message): New defvar.
14268         (tramp-message, tramp-error): Use it.
14269         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14270         remote copying.
14271         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14272         `tramp-methods' entry `copy-env' of "rsyncc".
14273         (tramp-vc-registered-read-file-names): New defconst.
14274         (tramp-vc-registered-file-names): New defvar.
14275         (tramp-handle-vc-registered): Implement optimization strategy.
14276         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14277         (tramp-vc-file-name-handler): New defun.
14278         (tramp-get-ls-command, tramp-get-test-command)
14279         (tramp-get-file-exists-command, tramp-get-remote-ln)
14280         (tramp-get-remote-perl, tramp-get-remote-stat)
14281         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14283         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14284         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14285         timestamps.
14286         (tramp-get-file-property): Check for timestamps in
14287         `tramp-cache-inhibit-cache'.
14288         (tramp-set-file-property): Write timestamp.
14290 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14292         * language/japan-util.el (japanese-symbol-table): Add entries for
14293         cp932-2-byte.
14295         * international/characters.el: Add category `j' to cp932-2-byte.
14297 2009-08-27  Kenichi Handa  <handa@m17n.org>
14299         * international/fontset.el (build-default-fontset-data): New macro.
14300         (setup-default-fontset): Use build-default-fontset-data for CJK,
14301         tibetan, ethiopic, and ipa.
14303 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14306         (enable-multibyte-characters): Not customizable any more.
14308         * subr.el (default-mode-line-format, default-header-line-format)
14309         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14310         (default-direction-reversed, default-truncate-lines)
14311         (default-left-margin, default-tab-width, default-case-fold-search)
14312         (default-left-margin-width, default-right-margin-width)
14313         (default-left-fringe-width, default-right-fringe-width)
14314         (default-fringes-outside-margins, default-scroll-bar-width)
14315         (default-vertical-scroll-bar, default-indicate-empty-lines)
14316         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14317         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14318         (default-scroll-down-aggressively, default-fill-column)
14319         (default-cursor-type, default-buffer-file-type)
14320         (default-cursor-in-non-selected-windows)
14321         (default-buffer-file-coding-system, default-major-mode)
14322         (default-enable-multibyte-characters): Mark as obsolete.
14324 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14326         * vc-dir.el (vc-dir-update): Remove debug helper.
14328         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14330 2009-08-26  Sam Steingold  <sds@gnu.org>
14332         * simple.el (save-interprogram-paste-before-kill): New user option.
14333         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14334         save the interprogram-paste into kill-ring before overriding it
14335         with the Emacs kill.
14337 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14339         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14340         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14341         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14342         and move to vc-rcs.el.
14343         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14344         move to vc-rcs.el.
14345         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14346         (vc-rcs-update-changelog): Remove.
14347         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14348         and move to vc-rcs.el.
14350         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14351         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14352         renaming.
14353         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14354         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14355         vc.el, renamed to be RCS specific.
14357         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14358         New functions.
14359         (vc-cvs-update-changelog): Move here from vc.el.
14361         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14362         New functions.
14364 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14366         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14368 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14370         * vc-git.el (vc-git-register): Use "git add" for directories.
14371         (vc-git-stash, vc-git-stash-show): New functions.
14372         (vc-git-extra-menu-map): Bind them.
14374         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14375         directory correctly in case the item is a directory itself.
14377         * vc.el: Document the desired behavior for reverted files in the
14378         `added' state.
14379         (vc-default-prettify-state-info): Remove function, unused.
14381         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14383 2009-08-26  Glenn Morris  <rgm@gnu.org>
14385         * bindings.el (standard-mode-line-format): Reposition dashes in
14386         which-func entry.  (Bug#4217)
14388         * files.el (enable-local-variables, enable-local-eval)
14389         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14390         the defcustoms.
14391         (auto-mode-alist, ignored-local-variables)
14392         (save-some-buffers-action-alist): Move risky declarations to the
14393         definitions.
14394         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14395         (font-lock-defaults, format-alist, imenu--index-alist)
14396         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14397         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14398         (mode-line-modified, mode-line-mule-info, mode-line-position)
14399         (mode-line-process, mode-line-remote, outline-level)
14400         (parse-time-rules, rmail-output-file-alist)
14401         (special-display-buffer-names, vc-mode):
14402         Move risky declarations to the relevant files.
14403         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14404         (mode-line-modified, mode-line-process, mode-line-position)
14405         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14406         * font-core.el (font-lock-defaults):
14407         * format.el (format-alist):
14408         * vc-hooks.el (vc-mode):
14409         * window.el (special-display-buffer-names):
14410         * international/mule-cmds.el (input-method-alist):
14411         Define riskiness here (dumped file) rather than in files.el.
14412         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14413         * imenu.el (imenu-generic-expression, imenu--index-alist):
14414         * outline.el (outline-level):
14415         * time.el (display-time-string):
14416         * calendar/parse-time.el (parse-time-rules):
14417         * mail/rmailout.el (rmail-output-file-alist):
14418         Autoload riskiness here, rather than placing in files.el.
14420 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14422         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14424 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14426         * simple.el (process-file-side-effects): New defvar.
14428         * dired-aux.el (dired-show-file-type):
14429         * vc.el (vc-diff-internal):
14430         * vc-arch.el (vc-arch-diff):
14431         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14432         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14433         * vc-git.el (vc-git-registered, vc-git-working-revision)
14434         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14435         (vc-git--empty-db-p):
14436         * vc-hooks.el (vc-user-login-name):
14437         * vc-svn.el (vc-svn-registered, vc-svn-state)
14438         (vc-svn-dir-extra-headers, vc-svn-find-revision):
14439         * progmodes/grep.el (grep-probe): Let-bind
14440         `process-file-side-effects' with nil.
14442         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14444         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14445         daemon.  Replace ping by checking for running service for bluez
14446         and zeroconf.  (Bug#4239)
14448 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14450         * net/dig.el (dig): Add autoload cookie.
14452 2009-08-25  Glenn Morris  <rgm@gnu.org>
14454         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14455         load-history for absolute file-names.
14456         (byte-compile-file-form-require): Warn about use of the cl package.
14458         * format.el (format-alist): Doc fix.
14460         * play/bubbles.el (top-level): Don't require cl at run-time.
14462         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14463         run-time cl).
14465 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
14467         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14468         from cl package.
14469         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14471 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
14473         * calc/calc-alg.el (math-trig-rewrite)
14474         (math-hyperbolic-trig-rewrite): New functions.
14475         (calc-simplify): Simplify trig functions when asked.
14477 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14479         * diff-mode.el (diff-find-source-location): Avoid goto-line.
14481 2009-08-24  Kenichi Handa  <handa@m17n.org>
14483         * language/ind-util.el (mapthread): Delete it.
14484         (combinatorial): New function.
14485         (indian--puthash-cv): Use combinatorial instead of mapthread.
14487 2009-08-22  Kevin Ryde  <user42@zip.com.au>
14489         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14490         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14491         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14492         Clarify docstring that the value is strings not symbols.
14493         (checkdoc-list-of-strings-p): New function.
14495 2009-08-22  Glenn Morris  <rgm@gnu.org>
14497         * files.el (auto-mode-alist):
14498         * hippie-exp.el (he-concat-directory-file-name):
14499         * lpr.el (lpr-windows-system, printer-name):
14500         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14501         * ps-print.el (ps-windows-system):
14502         * startup.el (command-line):
14503         * emulation/viper-ex.el (viper-glob-function):
14504         * international/mule-cmds.el (set-language-environment-coding-systems):
14505         * net/ange-ftp.el (ange-ftp-write-region):
14506         * obsolete/fast-lock.el (fast-lock-cache-name):
14507         Remove code for defunct system-types emx, macos, mswindows, next-mach,
14508         unisoft-unix, vax-vms, win32, w32.
14510         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14511         given name if the pattern is not more specific.
14513         * calendar/lunar.el (lunar-phase-names): New option.
14514         (lunar-phase): Doc fix.
14515         (lunar-cycles-per-year): New constant.
14516         (lunar-index): New function.
14517         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14518         (lunar-phase-name): Use lunar-phase-names.
14519         (calendar-lunar-phases): Use format.
14520         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14522         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14523         Copy imenu-example--name-and-position function here for own use.
14524         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14526         * bs.el (bs--redisplay):
14527         * cus-edit.el (custom-redraw):
14528         * ibuffer.el (ibuffer-bury-buffer):
14529         * server.el (server-goto-line-column):
14530         * startup.el (command-line-1):
14531         * strokes.el (strokes-xpm-for-stroke):
14532         * term.el (term-display-buffer-line):
14533         * view.el (View-goto-line):
14534         * calc/calc.el (calc-do, calc-trail-buffer):
14535         * play/gamegrid.el (gamegrid-add-score-insecure):
14536         * progmodes/ada-mode.el (ada-compile-goto-error):
14537         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14538         (ebrowse-select-1st-to-9nth):
14539         * progmodes/cperl-mode.el (cperl-time-fontification):
14540         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14541         * progmodes/gud.el (gud-display-line):
14542         (idlwave-shell-display-line):
14543         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14544         * progmodes/make-mode.el (makefile-browser-toggle):
14545         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14546         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14547         * textmodes/picture.el (picture-draw-rectangle):
14548         * textmodes/reftex-index.el (reftex-index-goto-letter):
14549         (reftex-select-jump-to-previous):
14550         * textmodes/reftex-sel.el (reftex-find-start-point)
14551         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14552         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14553         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14554         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14555         * textmodes/two-column.el (2C-associated-buffer):
14556         Use forward-line rather than goto-line.
14558         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14559         goto-line.
14561         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14562         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14563         (quick-check-list-to-regexp): Declare.
14565         * progmodes/make-mode.el (makefile-browser-insert-selection):
14566         Use goto-char rather than goto-line.
14568         * progmodes/prolog.el (compilation-error-regexp-alist)
14569         (compilation-forget-errors): Declare.
14571 2009-08-22  Juri Linkov  <juri@jurta.org>
14573         * progmodes/grep.el (lgrep, rgrep): At the beginning
14574         set `dir' to `default-directory' unless `dir' is a non-nil
14575         readable directory.  (Bug#4052)
14576         (lgrep, rgrep): Change a weird way to report an error
14577         from using `read-string' to using `error'.
14578         Instead of using interactive arguments in the function body,
14579         add new argument `confirm'.
14581 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14583         * textmodes/remember.el (remember-buffer):
14584         * progmodes/cperl-mode.el (cperl-vc-header-alist):
14585         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14586         (icalendar-extract-ical-from-buffer):
14587         * net/newst-treeview.el (newsticker-groups-filename):
14588         * net/newst-backend.el (newsticker-cache-filename):
14589         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14590         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14591         (speedbar-add-ignored-path-regexp, speedbar-line-path)
14592         (speedbar-buffers-line-path, speedbar-path-line)
14593         (speedbar-buffers-line-path):
14594         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14595         (epg-sign-keys):
14596         * epa.el (epa-display-verify-result):
14597         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14599 2009-08-21  Glenn Morris  <rgm@gnu.org>
14601         * progmodes/js.el (inferior-moz-process): Fix declaration.
14603         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14605         * obsolete/rnewspost.el (news-mail-reply):
14606         Use goto-char rather than goto-line.
14608         * term/ns-win.el (ns-open-file-select-line):
14609         Use line-beginning-position rather than goto-line.
14611         * apropos.el (apropos-command):
14612         * ehelp.el (electric-helpify):
14613         * printing.el (pr-show-setup):
14614         * strokes.el (strokes-help):
14615         * tutorial.el (tutorial--describe-nonstandard-key)
14616         (tutorial--detailed-help):
14617         * woman.el (woman-mini-help, woman-display-extended-fonts):
14618         * calc/calc-help.el (calc-describe-key):
14619         * emulation/edt.el (edt-electric-helpify):
14620         * international/mule-diag.el (mule-diag):
14621         * play/yow.el (apropos-zippy):
14622         * progmodes/python.el (python-describe-symbol):
14623         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14624         * textmodes/table.el (*table--cell-describe-mode)
14625         (*table--cell-describe-bindings):
14626         Use help-print-return-message rather than the now obsolete alias.
14628         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14629         (calendar-cursor-to-visible-date):
14630         * play/5x5.el (5x5-position-cursor):
14631         * play/decipher.el (decipher):
14632         * play/gomoku.el (gomoku-goto-xy):
14633         * play/landmark.el (lm-goto-xy):
14634         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14635         (mpuz-paint-digit):
14636         Use forward-line, not goto-line.
14638         * mail/rmail.el (rmail-obsolete): Delete custom group.
14639         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14640         (rmail-remote-password, rmail-remote-password-required):
14641         Remove unneeded :set-after and :set properties.
14643 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
14645         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14647 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
14649         * loadup.el: Remove leftover macos code.
14651         * vc-git.el (vc-git-annotate-command): Run asynchronously.
14652         Explicitly pass the date format to git blame so that user local
14653         so that the output format can be parsed.
14655 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
14657         * net/dbus.el (top): Don't check for (getenv
14658         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
14660 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
14662         * log-edit.el (log-edit-strip-single-file-name): New var.
14663         (log-edit-insert-changelog): Use it.  Bug#3571
14665 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14667         * subr.el (read-passwd): Use read-key so keypad keys work as well.
14668         Bug#3287
14670         * help.el (help-print-return-message): Rename from
14671         print-help-return-message.
14673         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14674         cvs-mode-map parent hack.
14675         (log-view-mode): Derive from special-mode.
14677         * linum.el (linum-mode): window-size-change-functions is redundant.
14678         Adapt to new window-configuration-change-hook behavior.
14679         (linum-after-size, linum-after-config): Remove.
14681         * imenu.el (imenu-example--name-and-position)
14682         (imenu-example--lisp-extract-index-name)
14683         (imenu-example--create-lisp-index, imenu-example--create-c-index):
14684         Mark as obsolete.
14686         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14687         (inferior-prolog-mode): Use it.
14688         (inferior-prolog-load-file): Reset list of errors.
14690 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14692         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14694         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14696 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
14698         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14699         is running already.
14701 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14703         * subr.el (listify-key-sequence-1): Use normal syntax since those
14704         integers are nowadays always represented by the same (positive) number
14705         on all platforms.
14706         (read-key-empty-map): New const.
14707         (read-key-delay): New var.
14708         (read-key): New function.
14709         (force-mode-line-update): Use with-current-buffer.
14710         (locate-user-emacs-file): Don't forget to abbreviate the file name.
14711         (start-process-shell-command, start-file-process-shell-command):
14712         Discourage the use of command-args.
14714 2009-08-19  Glenn Morris  <rgm@gnu.org>
14716         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14718 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14720         * simple.el (choose-completion-string): Don't rely on
14721         minibuffer-completing-file-name and ad-hoc checks to decide whether
14722         to continue completion or not.
14724         * minibuffer.el (minibuffer-hide-completions): New function.
14725         (completion--do-completion): Use it.
14726         (completions-annotations): New face.
14727         (completion--insert-strings): Use it.
14728         (completion-pcm--delim-wild-regex): Add docstring.
14729         (completion-pcm--string->pattern): Add support for 0-width delimiters
14730         in completion-pcm--delim-wild-regex.
14732 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14734         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14735         Remove unused var `buffer-modified-p'.
14737         * minibuffer.el (completion--do-completion): Move point for the #b001
14738         case as well (bug#4176).
14739         (minibuffer-complete, minibuffer-complete-word): Don't move point.
14741 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
14743         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
14744         and :session buses.
14746 2009-08-18  Kenichi Handa  <handa@m17n.org>
14748         * international/ucs-normalize.el (ucs-normalize-version):
14749         Change to 1.1.
14750         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14751         (utf-8-hfs): Make it perform normalization on encoding too.
14753         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
14754         (sentence-end-without-space): Delete duplicated chars.
14755         (sentence-end-base): Likewise.
14757         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
14758         (html-mode): Delete duplicated chars from sentence-end-base.
14760         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
14761         (texinfo-mode): Delete duplicated chars from sentence-end-base.
14763 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
14765         * files.el (hack-one-local-variable): If the mode function is for
14766         a minor mode, pass it an argument (Bug#4148).
14768 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
14770         * net/tramp.el (tramp-register-completion-file-name-handler):
14771         Check also for (member 'partial-completion completion-styles).
14773 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14775         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14776         abbrev (Bug#3943).
14778 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
14780         * progmodes/cperl-mode.el: Merge upstream 6.2.
14781         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14782         (cperl-forward-re): Check cperl-brace-recursing.
14783         (cperl-highlight-charclass): New function.
14784         (cperl-find-pods-heres): Use it.
14785         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14786         (cperl-beautify-regexp-piece): Fix column calculation.
14787         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14788         (cperl-beautify-level): Don't process entire regexp.
14789         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14790         calling man.
14791         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14792         (cperl-init-faces): Build a list in the normal way.
14794 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14796         * calendar/parse-time.el (parse-time-string-chars): Save match
14797         data.
14799 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14802         (sql-product): Use it.
14803         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14804         (sql-set-product): Add completion.
14805         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14806         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14807         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14808         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14809         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14810         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14811         (sql-highlight-db2-keywords): Remove.
14812         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14813         (sql-highlight-product): Use derived-mode-p.
14814         (sql-set-sqli-buffer): Use with-current-buffer.
14815         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14816         Simplify.
14818         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14820         * term.el: Fix commenting convention, turn comments into docstrings.
14822 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14824         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14826 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14828         * calendar/parse-time.el (parse-time-string-chars): Compute using
14829         character classes, to handle non-ascii characters (Bug#3190).
14831 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14833         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14834         another heredoc if the user adds another < (Bug#3226).
14836         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14837         Don't initialize based on window-system (Bug#4124).
14839         * facemenu.el (facemenu-read-color): Use a completion function
14840         that accepts any defined color, such as RGB triplets (Bug#3677).
14842         * files.el (get-free-disk-space): Change fallback default
14843         directory to /.  Expand DIR argument before switching to fallback.
14844         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14846 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14848         * files.el (load-library): Doc fix.
14850 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
14852         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14853         (viper-if-string): Redefine C-s in the minibuffer to insert the last
14854         incremental search string.
14856         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14857         XEmacs.
14859         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14860         (ediff-merge-region-is-non-clash)
14861         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14862         Also check if the job is really a merge job.
14864         * ediff.el (ediff-current-file): New function.
14866 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14868         * progmodes/js.el: Edit docstrings throughout to follow Emacs
14869         conventions.
14870         (js-insert-and-indent): Delete function.
14871         (js-mode-map): Don't bind keys to js-insert-and-indent.
14872         (js-beginning-of-defun): Rename from js--beginning-of-defun.
14873         (js-end-of-defun): Rename from js--end-of-defun.
14874         (js-auto-indent-flag): Delete variable.
14876 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
14878         * progmodes/js.el: Remove proclaim statement.
14879         Defvar which-func-imenu-joiner-function to silence compiler.
14881         * files.el (auto-mode-alist): Use js-mode for .js files.
14883         * progmodes/js2-mode.el: Remove file.
14885         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14887         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14889         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14891 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
14892             Karl Landstrom  <karl.landstrom@brgeight.se>
14894         * progmodes/js.el: New file.
14896 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
14898         * timezone.el (timezone-parse-date): Add ability to understand ISO
14899         basic format (minimal separators) dates in addition to the
14900         already-supported extended format dates.
14902 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
14904         * international/ucs-normalize.el: Add a `coding' file variable.
14906         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14908 2009-08-14  Sam Steingold  <sds@gnu.org>
14910         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14912 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
14914         * faces.el (help-argument-name): Define it here instead of
14915         help-fns.el, because in daemon mode help-fns.el may be loaded when
14916         faces are still uninitialized (Bug#1078).
14918         * help-fns.el (help-argument-name): Move defface to faces.el.
14920 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
14922         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14923         create buffer with a pty but no process so that GDB can make the
14924         inferior the controlling process.
14926 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
14928         * international/ucs-normalize.el: New file.
14930 2009-08-13  Richard Stallman  <rms@gnu.org>
14932         * mail/rmail.el (rmail-get-attr-names):
14933         Accept an attribute header that is too short.
14935         * mail/rmail.el (rmail-forget-messages):
14936         Ignore nil elt in rmail-message-vector.  Use dotimes.
14938         * progmodes/compile.el (compilation-goto-locus):
14939         Use next-error-move-function.
14941         * simple.el (next-error-move-function): New variable.
14943 2009-08-12  Juri Linkov  <juri@jurta.org>
14945         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14946         always non-nil.  (Bug#4052)
14948         * replace.el (read-regexp): Return empty string when
14949         `default-value' is nil.
14950         (keep-lines-read-args): Don't use empty string as the
14951         default value for `read-regexp'.  (Bug#2495)
14953 2009-08-12  Juri Linkov  <juri@jurta.org>
14955         * international/mule-cmds.el (ucs-insert): Change arguments
14956         from `arg' to `character', `count', `inherit' to be the same
14957         as in `insert-char'.  Doc fix.  (Bug#4039)
14959         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14961 2009-08-12  Juri Linkov  <juri@jurta.org>
14963         * files-x.el: New file.
14965         * files.el: Move code that deals with adding/deleting
14966         file/directory-local variables to files-x.el.
14968         * Makefile.in (ELCFILES): Add files-x.elc.
14970 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
14972         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14973         to use `goto-line'.
14974         (gdb-place-breakpoints, gdb-get-location): Rewritten without
14975         `goto-line'.
14976         (gdb-invalidate-disassembly): Do not refresh upon receiving
14977         'update signal.  Instead, update all disassembly buffers only after
14978         threads list.
14979         (gdb): Send -target-detach when buffer is killed (Bug#3794).
14980         (gdb-starting): Moved -data-list-register-names...
14981         (gdb-stopped): ...here so it's sent when first thread stops.
14982         (gdb-registers-handler-custom): Do nothing if register names are
14983         unknown yet.
14985         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14986         from `gdb-mi.el' to avoid extra tangling.
14988         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14989         change which breaks `gud-def' definitions used in `gdb'.
14990         (gdb-update-gud-running): No extra fuss for updating frame number.
14992 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14994         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14995         (describe-language-environment-map, setup-language-environment-map)
14996         (set-coding-system-map): Move initialization into declaration.
14997         (set-language-info-alist): Last arg to define-key-after can be skipped.
14999         * international/quail.el (quail-completion-1): Simplify.
15000         (quail-define-rules): Use slightly more compact code.
15001         (quail-insert-decode-map): Propertize keys, compact columns.
15003         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15004         Add goto-line.
15006 2009-08-10  Miles Bader  <miles@gnu.org>
15008         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15009         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15010         (js2-instance-member, js2-private-member, js2-private-function-call)
15011         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15012         (js2-magic-paren, js2-external-variable):
15013         Remove "-face" suffix from face names.
15014         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15015         (js2-highlight-undeclared-vars, js2-peek-token)
15016         (js2-parse-function-params, js2-mode-show-errors)
15017         (js2-mode-show-warnings, js2-make-magic-delimiter)
15018         (js2-mode-highlight-magic-parens): Update to use new face names.
15020 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15022         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15023         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15025 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15027         * subr.el: Provide hashtable-print-readable.
15029         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15030         hs-c-like-adjust-block-beginning.
15031         (hs-hide-block-at-point): Stop hiding at the beginning of
15032         hs-block-end-regexp (Bug#700).
15034 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15036         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15037         a macro.
15038         (gdb-registers-handler-custom): Do not fail when register names
15039         are unavailable.
15041 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15043         * progmodes/gdb-mi.el (gdb-control-all-threads)
15044         (gdb-control-current-thread): Interactive setters for
15045         `gdb-gud-control-all-threads' to use in menu.
15046         (gdb-show-run-p): Show «Go» when process is not active.
15047         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15048         gud/thread.xpm and gud/all.xpm.
15050 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15052         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15053         (nslookup-font-lock-keywords): Make it a variable.
15054         (net-utils-mode): New mode for viewing diagnostic network output.
15055         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15056         (net-utils-run-simple): New function.
15057         (ifconfig, iwconfig, netstat, arp, route): Use it.
15059 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15061         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15062         (gdb-memory-set-address, def-gdb-set-positive-number)
15063         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15064         after changing settings.
15065         (gdb-invalidate-disassembly): Update when first shown.
15066         (gdb-edit-locals-value): Fixed.
15067         (gdb-registers-handler-custom): Print registers in right order and
15068         allow changing register values (only for current thread yet).
15069         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15070         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15071         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15072         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15073         info in mode name.
15074         (gdb-registers-mode-map): TAB to switch to locals.
15076 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15078         * mail/rmail.el (rmail-add-mbox-headers)
15079         (rmail-set-message-counters-counter): Search for
15080         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15082 2009-08-08  Glenn Morris  <rgm@gnu.org>
15084         * Makefile.in (ELCFILES): Update.
15086 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15088         * mail/sendmail.el (mail-yank-original): Set
15089         buffer-file-coding-system from the one used by the message whose
15090         text is yanked.
15092         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15093         to "windows" when "pgnuplot" is used.
15094         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15095         call accept-process-output if "pgnuplot" is used.
15096         (calc-graph-init): Don't send -display and -geometry to
15097         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15098         running "pgnuplot -V" with shell-command-to-string.
15100         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15101         the default.
15103 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15105         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15106         org/org-latex.elc.
15108 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15110         * vc-dispatcher.el (vc-resynch-window): Update comment.
15112         * term.el (term-handle-ansi-escape): Add comments with the
15113         terminfo capabilities implemented.
15115 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15117         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15118         (gdb-var-create-handler): Rewritten using JSON parser.
15119         (gdb-propertize-header): Moved earlier.
15120         (gdb-set-header): Removed to avoid duplication.
15121         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15122         Refresh disassembly buffers only after threads list have been
15123         update.
15124         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15125         variables.
15127 2009-08-04  Juri Linkov  <juri@jurta.org>
15129         * files.el: Commands to add/delete file/directory-local variables.
15130         (read-file-local-variable, read-file-local-variable-value)
15131         (read-file-local-variable-mode, modify-file-local-variable)
15132         (modify-file-local-variable-prop-line)
15133         (modify-dir-local-variable): New functions.
15134         (add-file-local-variable, delete-file-local-variable)
15135         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15136         (add-dir-local-variable, delete-dir-local-variable)
15137         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15138         (copy-dir-locals-to-file-locals-prop-line): New commands.
15140 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15142         * abbrev.el (insert-abbrev-table-description): Prettify output.
15143         Suggested by Karl Chen.
15145 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15147         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15148         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15149         (gdb-overlay-arrow-position, gdb-thread-position)
15150         (gdb-disassembly-position): Declare variables.
15151         (gdb-wait-for-pending): Function now.
15152         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15153         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15154         compilation goes smoothly.
15155         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15156         (gdb-non-stop-setting): New customization setting which replaces
15157         `gdb-non-stop' so changing it doesn't break active GDB session.
15158         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15159         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15160         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15161         (gdb-show-threads-by-default): New customization options.
15162         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15163         routines.
15164         (gdb-get-buffer-create): Send buffers update signal when they are
15165         created.
15166         (gdb-invalidate-locals, gdb-invalidate-registers)
15167         (gdb-invalidate-breakpoints)
15168         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15169         (gdb-invalidate-memory): Accept update signal.
15170         (gdb-current-context-command): Use --frame option.
15171         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15172         Implement `gdb-frame-number' selection logic.
15173         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15174         whether to show GUD toolbar buttons.
15175         (gdb-thread-exited): Unselect current thread when it exits.
15176         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15177         (gdb-mark-line): Routine which sets overlay arrow or inverses
15178         video on fringeless displays.
15179         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15180         to build aligned columns of data in GDB buffers and set text
15181         properties line-by-line.
15182         (gdb-invalidate-breakpoints)
15183         (gdb-breakpoints-list-handler-custom)
15184         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15185         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15186         (gdb-registers-handler-custom): Align data columns.
15187         (gdb-locals-handler-custom): Now prints data like in variable
15188         declarations.
15189         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15190         Removed confusing buttons.
15191         (gdb-invalidate-threads): Append --frame.
15192         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15193         between breakpoints/threads buffers.
15194         (gdb-set-window-buffer): Now can ignore dedicated windows.
15195         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15196         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15197         (def-gdb-thread-buffer-gud-command): Replaces
15198         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15199         for fine thread control.
15200         (gdb-preempt-existing-or-display-buffer): New function used to
15201         display bound buffers without breaking window layout.
15202         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15203         (gdb-select-frame): New version of `gdb-frames-select' which now
15204         sets `gdb-frame-number' so commands may use --frame option instead
15205         of inner debugger state.
15206         (gdb-frame-handler): Do not set `gdb-frame-number'.
15207         (gdb-threads-mode-map): Select threads with mouse.
15209         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15210         avoid compilation warning.
15211         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15212         `gdb-show-stop-p`.
15214         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15215         Argument `key' renamed to `buffer-type'.
15216         (gdb-current-context-buffer-name): Do not add thread info to
15217         buffer name when no thread is selected.
15218         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15219         command (bug 3794).
15220         (gdb-thread-selected): Handle `=thread-selected' notification.
15221         (gdb-wait-for-pending): New macro to deal with congestion problems.
15222         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15223         breakpoints.
15224         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15225         This fixes problem similar to one described in bug 3947.
15226         (gud-menu-map): More menu items.
15227         (gdb-init-1): Reset `gdb-thread-number' to nil.
15229         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15230         non-stop settings.
15232         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15233         (gdb-current-context-command): Do not append --thread if
15234         `gdb-thread-number' is nil.
15235         (gdb-running-threads-count, gdb-stopped-threads-count): New
15236         variables.
15237         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15238         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15239         customization options.
15240         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15241         GUD commands.
15242         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15243         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15244         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15245         set `gdb-thread-number' and update `gud-running' properly.
15246         (gdb-running): Update threads list when new threads appear.
15247         (gdb-stopped): Support non-stop operation and new thread switching
15248         logic.
15249         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15250         (gdb-json-partial-output): New set of JSON routines.
15251         (def-gdb-auto-update-trigger): New `signal-list' optional
15252         argument.
15253         (gdb-thread-list-handler-custom): Update `gud-running',
15254         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15255         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15256         (gdb-continue-thread, gdb-step-thread): New commands for fine
15257         thread execution control.
15258         (gud-menu-map): New menu items to switch non-stop options.
15259         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15260         (gdb-send): Mimic RET properly (bug 3794).
15262         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15263         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15264         gdb-buffer-rules.
15265         (def-gdb-auto-update-handler): New nopreserve optional argument.
15266         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15268         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15269         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15270         (gdb-parent-mode): New mode to derive other GDB modes from.
15271         (gdb-display-disassembly-for-thread)
15272         (gdb-frame-disassembly-for-thread): New commands for threads
15273         buffer.
15275         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15276         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15277         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15278         (gdb-update): We now store all GDB buffers in a list so that they
15279         can be updated by traversing a list instead of calling invalidate
15280         triggers explicitly.
15281         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15282         pair for GDB buffer.
15283         (gdb-stack-buffer-name): Add thread information.
15284         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15285         handle pending triggers.
15286         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15287         (def-gdb-thread-buffer-simple-command)
15288         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15289         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15290         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15291         New commands which show buffers bound to thread.
15292         (gdb-stack-list-locals-regexp): Removed unused regexp.
15294         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15295         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15296         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15297         to (gud-comint-buffer) in *-buffer-name functions
15298         because (gdb-get-target-string) already does that.
15299         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15300         (gdb-changed-registers-handler): Rewritten without regexps.
15302         * progmodes/gdb-mi.el: Basic thread selection support.
15303         (gdb-thread-number): New variable.
15304         (gdb-current-context-command): New macro which adds --thread
15305         option to command.
15306         (gdb-threads-mode-map): Select thread with SPC.
15307         (gdb-thread-list-handler-custom): Mark current thread with overlay
15308         arrow.  Synchronize GDB thread and Emacs thread.
15309         (gdb-select-thread): New command which selects current thread.
15310         (gdb-invalidate-frames, gdb-invalidate-locals)
15311         (gdb-invalidate-registers): Use --thread option.
15313 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15315         * net/tramp.el (top): Make check for tramp-gvfs loading more
15316         robust.  (Bug#3977)
15317         (tramp-handle-insert-file-contents): `unwind-protect' must be
15318         inside `with-parsed-tramp-file-name'.
15320         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15321         fails.
15323 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15325         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15326         directory if CLASSPATH is not set.
15328 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15330         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15331         New defconst.
15332         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15334 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15336         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15337         Update freshmeat link.  Delete newsforge.com as it seems gone.
15339 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15341         * select.el (x-set-selection): Doc fix (Bug#4021).
15343         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15345         * help-fns.el (describe-variable): Treat list return values from
15346         dir-locals-find-file properly (Bug#4005).
15348 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15350         * net/tramp.el (tramp-debug-message): Print also microseconds.
15352 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15354         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15355         or END is non-nil.
15356         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15357         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15358         format.
15360         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15361         (tramp-get-file-property): Use it.
15363         * autorevert.el (auto-revert-handler): Allow
15364         `auto-revert-tail-mode' for remote files.
15366 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15368         * minibuffer.el (read-file-name): Treat confirm options to
15369         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15371 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15373         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15374         (font-lock-variable-name-face, font-lock-constant-face): Darken
15375         the colors for light backgrounds.
15377 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15379         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15380         month names.  (Bug#3987)
15382 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15384         * simple.el (line-move-finish): Pass whole number to
15385         line-move-to-column.
15386         (line-move-visual): Perform hscroll to the recorded position.
15388 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15390         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15392 2009-07-29  Alan Mackenzie  <acm@muc.de>
15394         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15396 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15398         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15399         (gdb-place-breakpoints): Use full path when setting breakpoints.
15401 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15403         * calc/calc.el (calc-mode-map): Add keybinding for
15404         `calc-transpose-lines'.
15406 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15408         * calc/calc-misc.el (calc-transpose-lines): New function.
15410 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15412         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15413         Simplify check for out-of-band methods.
15414         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15415         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15417 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15419         * vc-git.el (vc-git-checkin): Fix typo.
15421 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15423         * progmodes/js2-mode.el: New file.
15425 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15427         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15428         (gud-menu-map): Adjust tooltip accordingly.
15430 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15432         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15433         (vc-bzr-log-view-mode): Adjust log-view-file-re.
15435         * add-log.el (change-log-mode-map): Add a menu.
15437 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
15439         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15440         function returns nil.
15441         (dbus-handle-event): Handle special return value :ignore.
15442         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15444 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
15446         * view.el (view-mode-enable): Don't define Helper-return-blurb if
15447         it's not needed.
15449 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
15451         Fix Bug#3888:
15453         * w32-vars.el (x-select-enable-clipboard): Doc fix.
15455         * term/pc-win.el (x-display-name, x-colors)
15456         (x-select-enable-clipboard, x-select-text): Doc fix.
15458         * term/common-win.el (x-display-name, x-colors): Doc fix.
15460         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15461         (xw-defined-colors): Doc fix.
15463         * w32-fns.el (x-select-text, x-setup-function-keys)
15464         (x-get-selection, x-set-selection): Doc fix.
15466         * term/x-win.el (x-select-text, x-setup-function-keys)
15467         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15469         * select.el (x-set-selection): Doc fix.
15471 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
15473         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15474         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
15475         "IsNSSSupportAvailable" method is not available.  Reported by
15476         Steve Youngs <steve@sxemacs.org>.
15478 2009-07-24  Kenichi Handa  <handa@m17n.org>
15480         * international/characters.el: Fix setting of category ?C, ?|, ?K,
15481         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
15482         (build-unicode-category-table): Fix range checks.
15484 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15486         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15487         the buffer we try to sync is current when calling
15488         vc-resynch-buffer.
15490         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15491         not show up to date files.
15493 2009-07-24  Glenn Morris  <rgm@gnu.org>
15495         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15496         Add autoload cookies.  If necessary, initialize.
15497         (elint-log): Handle non-file buffers.
15498         (elint-initialize): Add optional argument to reinitialize.
15499         (elint-find-builtin-variables): Save excursion.
15501 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15503         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15504         for Lint.
15506 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15508         * vc.el (vc-print-log-internal): New function, split out from ...
15509         (vc-print-log): ... here.
15510         (vc-dir-move-to-goal-column): Declare.
15512         * vc-git.el (vc-git-add-signoff): New variable.
15513         (vc-git-checkin): Use it.
15514         (vc-git-toggle-signoff): New function.
15515         (vc-git-extra-menu-map): Bind it to menu.
15516         (vc-git--run-command-string): Accept a nil FILE argument.
15517         (vc-git-stash-list): New function.
15518         (vc-git-dir-extra-headers): Use it.
15520 2009-07-23  Glenn Morris  <rgm@gnu.org>
15522         * help-fns.el (describe-variable): Describe ignored and risky local
15523         variables in a similar way to that in which we describe safe ones.
15525         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15526         (byte-compile-output-file-form, byte-compile-output-docform)
15527         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15528         Give some more local variables with common names a "bytecomp-" prefix,
15529         so as not to shadow things during compilation.
15530         * emacs-lisp/cl-macs.el (load-time-value)
15531         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15532         `outbuffer' to `bytecomp-outbuffer'.
15534         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15535         since the next two variables cover them automatically now.
15536         (elint-builtin-variables, elint-autoloaded-variables): New.
15537         (elint-unknown-builtin-args): Remove all members, since they can be
15538         parsed automatically now.
15539         (elint-extra-errors): New.
15540         (elint-env-add-env, elint-env-add-macro): Use cadr.
15541         (elint-current-buffer): Use or.  Change final message.
15542         (elint-get-top-forms): Use line-end-position.
15543         (elint-init-env): Use cadr.  Handle autoload, declare-function,
15544         and defalias.
15545         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
15546         (regexp-assoc): Remove unused function.
15547         (elint-top-form): Set elint-current-pos, to record the start of the
15548         top-level form, for compilation-mode.
15549         (elint-form): Trap errors in macro expansion.  Use dolist.
15550         (elint-unbound-variable): Use elint-builtin-variables and
15551         elint-autoloaded-variables.
15552         (elint-get-args): Use cadr, or.
15553         (elint-check-cond-form): Use dolist, cadr.
15554         (elint-check-condition-case-form): Doc fix.  Use cadr.
15555         Use elint-extra-errors.
15556         (elint-log): New function.
15557         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15558         Distinguish errors and warnings.
15559         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
15560         Use a bytecomp-style format.
15561         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
15562         (elint-get-log-buffer): Use compilation mode.  Disable undo.
15563         Don't truncate lines.
15564         (elint-initialize): Set builtin and autoloaded variable lists.
15565         Only process elint-unknown-builtin-args if non-nil.
15566         (elint-find-builtin-variables, elint-find-autoloaded-variables):
15567         New functions.
15568         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
15570 2009-07-22  Kevin Ryde  <user42@zip.com.au>
15572         * net/newst-backend.el (newsticker--parse-atom-1.0)
15573         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15574         (newsticker--parse-rss-1.0):
15575         * progmodes/idlwave.el (idlwave-mode):
15576         * progmodes/idlw-shell.el (idlwave-shell-mode):
15577         * progmodes/vera-mode.el (vera-mode):
15578         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15579         * progmodes/vhdl-mode.el (vhdl-mode):
15580         * textmodes/table.el (table-generate-source)
15581         (table--warn-incompatibility):
15582         Hyperlink urls in docstrings with URL `...'.
15584 2009-07-22  Glenn Morris  <rgm@gnu.org>
15586         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15587         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15588         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15589         Remove leading * from defcustom docs.
15591         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
15593         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15594         defcustom doc.
15595         (list-load-path-shadows): Optionally, just return shadows as a string.
15597         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15599 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
15601         * mail/rmailedit.el (rmail-edit-mode): Use
15602         auto-save-include-big-deletions.
15604         * mail/rmail.el (rmail-variables): Use
15605         auto-save-include-big-deletions.
15607         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15608         changes.
15610 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15612         * calc/calc.el (calc-undo-length): New variable.
15613         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15615 2009-07-21  Richard Stallman  <rms@gnu.org>
15617         * files.el (auto-save-mode): Handle buffer-save-size = -2
15618         for toggling mode.
15620 2009-07-21  Glenn Morris  <rgm@gnu.org>
15622         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15624         * calendar/todo-mode.el (calendar-current-date): Update declaration.
15626         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15627         silence compiler.  Instead...
15628         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15629         (ps-print-ensure-fontified): Update for above function name changes.
15631         * printing.el (pr-mh-get-msg-num, pr-mh-show)
15632         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15633         silence compiler.  Instead...
15634         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15635         (mh-show-buffer): Only define for compiler.
15636         (pr-mh-current-message): Update for above function name changes.
15638         * files.el (abort-if-file-too-large): Explicitly pass `filename'
15639         as an argument.
15640         (find-file-noselect, insert-file-1): Update for above change.
15642         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15644         * mail/mailclient.el (mailclient-send-it): Fix message.
15646         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15647         (edebug-eval): Check cl-debug-env is bound.
15648         (print-level, print-circle): Don't redefine built-in variables.
15650         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15651         (custom-print-vectors): Remove old comments from doc.
15653         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15654         (emerge-version): Make the variable an obsolete alias for the
15655         emacs-version variable.  Make the function obsolete.
15656         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15657         Emerge options, rather than merging in into the main Options menu.
15658         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
15659         and auto advance modes.  Disable edit/fast items when not relevant.
15661 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15663         * term/vt420.el (terminal-init-vt420): Fix typo.
15665 2009-07-20  Sam Steingold  <sds@gnu.org>
15667         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15668         variable (removed from compile.el on 2004-03-11).
15670 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
15672         * files.el (hack-local-variables-filter): Fix last change.
15674 2009-07-19  Juri Linkov  <juri@jurta.org>
15676         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15677         (dir-local-variables-alist): New buffer-local variable.
15678         (hack-local-variables-filter): If variable is not dir-local,
15679         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15680         because file-local overrides dir-local.
15681         (c-postprocess-file-styles) <declare-function>:
15682         Remove obsolete declaration.
15683         (hack-dir-local-variables): Add dir-local variable/value pair to
15684         `dir-local-variables-alist' and remove duplicates.  Doc fix.
15686         * help-fns.el (describe-variable): Add information about
15687         file-local and dir-local variables.
15689 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
15691         * files.el (hack-local-variables-filter): Rewrite.
15693 2009-07-19  Glenn Morris  <rgm@gnu.org>
15695         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15696         Silence compiler by only defining on XEmacs.
15698         * international/mule.el (auto-coding-regexp-alist): Only match
15699         BABYL... at the start of buffer, not of lines.  (Bug#3790)
15701         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15702         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
15703         (cal-menu-context-mouse-menu): Doc fix.
15705         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15707         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
15709 2009-07-18  Juri Linkov  <juri@jurta.org>
15711         * info.el: Virtual Info keyword finder.
15712         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15713         (Info-finder-file): New variable.
15714         (Info-finder-find-file): New function.
15715         (finder-known-keywords, finder-package-info)
15716         (find-library-name, lm-commentary): Use defvar and
15717         declare-function to silence compiler warnings.
15718         (Info-finder-find-node): New function.
15719         (info-finder): New command.
15721         * subr.el (process-kill-buffer-query-function): New function.
15722         (add-hook)<kill-buffer-query-functions>: Add hook
15723         `process-kill-buffer-query-function'.
15725 2009-07-18  Alan Mackenzie  <acm@muc.de>
15727         * progmodes/cc-mode.el (c-before-hack-hook)
15728         (c-postprocess-file-styles): Give invocation of `c-set-style'
15729         DONT-OVERRIDE parameter of t.  Already set style variables will
15730         thus not be overridden by style settings given by `c-file-syle'.
15732         * files.el (hack-local-variables-filter): Remove entries with
15733         duplicate keys from `file-local-variables-alist'.
15735 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15737         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15738         x-set-selection if display-selections-p returns nil for the
15739         current frame.
15741 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
15743         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15745 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15747         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15748         Accept nil in addition to a regexp.
15749         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15750         Accept nil in addition to a regexp.
15751         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15752         buffers that have an associated file.  Handle nil values of
15753         desktop-buffers-not-to-save and desktop-files-not-to-save.
15754         (Bug#3833)
15756         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15757         (x-disown-selection-internal): New functions.
15759 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
15761         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15762         warning.
15763         (gdb-breakpoints-header): Move forward to avoid compiler warning.
15764         (gdb-make-header-line-mouse-map): Remove duplicate definition.
15766 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
15768         * simple.el (set-mark): Revert last change.
15770 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
15772         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15773         rendering of pngs is not possible instead of messaging a long
15774         description.
15776 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
15778         * w32-fns.el (x-selection-owner-p): New function.
15780         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15781         (mouse-yank-at-click, mouse-yank-primary): If
15782         select-active-regions is non-nil, deactivate the mark before
15783         insertion.
15785         * simple.el (deactivate-mark, set-mark): Only save selection if we
15786         own it.
15788 2009-07-17  Kenichi Handa  <handa@m17n.org>
15790         * case-table.el (describe-buffer-case-table): Fix for the case
15791         that KEY is a cons.
15793 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
15795         * vc-rcs.el (vc-rcs-find-file-hook):
15796         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15798 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
15800         * net/tramp.el (tramp-wait-for-output): Handle the case when
15801         commands do not return a newline but a null byte before the shell
15802         prompt.  (Bug#3858)
15804 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15806         * term/ns-win.el (ns-set-alpha): Don't declare.
15807         (ns-set-background-alpha): Remove function.
15809 2009-07-16  Kevin Ryde  <user42@zip.com.au>
15811         * emacs-lisp/copyright.el (copyright-update): Save match-data across
15812         y-or-n-p, for safety.
15814 2009-07-16  Richard Stallman  <rms@gnu.org>
15816         * files.el (auto-save-mode): If buffer-saved-size is -2,
15817         don't clobber it.
15819         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15820         (rmail-retry-ignored-headers): Add more uninteresting fields.
15822 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
15824         * net/rcirc.el (rcirc): Use history variables.
15825         (rcirc-server-name-history, rcirc-nick-name-history)
15826         (rcirc-server-port-history): New variables.
15828 2009-07-15  Kenichi Handa  <handa@m17n.org>
15830         * international/mule-cmds.el (set-language-environment-charset):
15831         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15832         ignore them.
15834         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15835         Delete unibyte-display.
15837 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15839         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15841 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15843         * simple.el (deactivate-mark): Optional argument FORCE.
15844         (set-mark): Use deactivate-mark.
15846         * info.el (Info-search): No need to check transient-mark-mode
15847         before calling deactivate-mark.
15849         * select.el (x-set-selection): Doc fix.
15850         (x-valid-simple-selection-p): Allow buffer values.
15851         (xselect--selection-bounds): Handle buffer values.  Suggested by
15852         David De La Harpe Golden.
15854         * mouse.el (mouse-set-region, mouse-drag-track): Call
15855         copy-region-as-kill before setting the mark, to let
15856         select-active-regions work.
15858 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
15860         * simple.el (deactivate-mark): If select-active-regions is
15861         non-nil, copy the selection data into a string.
15862         (activate-mark): If select-active-regions is non-nil, set the
15863         selection to the current buffer.
15864         (set-mark): Update selection if select-active-regions is non-nil.
15866         * select.el (x-valid-simple-selection-p): Allow buffer values.
15868 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15870         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15871         and more featureful message-mode.
15873 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
15875         * select.el (x-set-selection): Doc fix.
15876         (x-valid-simple-selection-p): Disallow selection data consisting
15877         of a list or cons of integers, since that is not used.
15878         (xselect--selection-bounds, xselect--int-to-cons): New functions.
15879         (xselect-convert-to-string, xselect-convert-to-length)
15880         (xselect-convert-to-filename, xselect-convert-to-charpos)
15881         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15883 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
15885         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15886         output in -break-info command (Emacs bug #3794).
15888 2009-07-14  Glenn Morris  <rgm@gnu.org>
15890         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15891         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15892         (edebug-print-length, edebug-print-level, edebug-print-circle)
15893         (edebug-sit-for-seconds, edebug-view-outside)
15894         (edebug-bounce-point, edebug-set-global-break-condition)
15895         (edebug-Go-nonstop-mode, edebug-trace-mode)
15896         (edebug-Trace-fast-mode, edebug-continue-mode)
15897         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15898         (edebug-visit-eval-list): Doc fixes.
15900         * subr.el (def-edebug-spec): Doc fix.
15902 2009-07-14  Kenichi Handa  <handa@m17n.org>
15904         * international/characters.el: Fix setting of category ?C.
15906 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
15908         * term/ns-win.el (x-select-font): defalias x-select-font to
15909         ns-popup-font-panel instead of generate-fontset-menu.
15911 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
15913         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
15915 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
15917         * arc-mode.el (archive-find-type): Allow for a PK00 string before
15918         the PK\003\004 header (Bug#3770).
15920 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
15922         * pcomplete.el (pcomplete-comint-setup): Check for
15923         shell-dynamic-complete-filename too.
15925 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
15927         * simple.el (temporary-goal-column): Change the value for
15928         line-move-visual to a cons cell.
15929         (line-move-visual): Record or set the window hscroll, if
15930         necessary (Bug#3494).
15931         (line-move-1): Handle cons value of temporary-goal-column.
15933 2009-07-11  Kenichi Handa  <handa@m17n.org>
15935         * international/mule-diag.el (describe-character-set): Don't show
15936         width.
15938 2009-07-10  Sam Steingold  <sds@gnu.org>
15940         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15941         Omake sometimes indents the errors it prints, so allow all
15942         regexps to start with spaces.
15944 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
15946         * cus-edit.el (customize-changed-options-previous-release):
15947         Bump value to 22.1.  (Bug#3804)
15949 2009-07-08  Sam Steingold  <sds@gnu.org>
15951         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15952         to be a cons cell (test . ignored-directory) to selectively ignore
15953         some directories depending on the location of the search.
15955 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
15957         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15958         remote user is root, on the local host.
15959         (tramp-local-host-p): Either the local user or the remote user
15960         must be root.  (Bug#3771)
15962 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
15964         * progmodes/gdb-mi.el (gdb): Remove description of
15965         gdb-use-separate-io-buffer.
15966         (menu): Don't allow toggling of or enable
15967         gdb-use-separate-io-buffer from menubar.
15969 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15971         * mail/unrmail.el (unrmail): Make sure the message ends with two
15972         newlines (Bug#3769).
15974 2009-07-08  Glenn Morris  <rgm@gnu.org>
15976         * calendar/calendar.el (calendar-current-date): Rework previous change.
15978 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
15980         * calendar/calendar.el (calendar-current-date):
15981         Add an optional argument giving an offset from today.
15983 2009-07-08  Glenn Morris  <rgm@gnu.org>
15985         * tutorial.el (tutorial--describe-nonstandard-key):
15986         Adjust the message for when a key has been unbound.
15987         (help-with-tutorial): Hide the arch-tag.
15989 2009-07-08  Kenichi Handa  <handa@m17n.org>
15991         * international/fontset.el (setup-default-fontset): For each
15992         script, append (not set) font-specs.
15994         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15995         docstring.
15997 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
15999         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16000         -data-list-register-names to ...
16001         (gdb-starting): ... here because GDB 7.0 requires execution to
16002         have started when using this MI command.
16003         (gdb-set-header): New function to distinguish select and
16004         unselected tabs in gdb buffers.
16005         (gdb-propertize-header): New macro that uses gdb-set-header.
16006         (gdb-breakpoints-header, gdb-locals-header): Use it.
16007         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16009 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16011         * Makefile.in (ELCFILES): Remove fadr.elc.
16013 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16015         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16016         may contain frame information, so `string-match' should be used.
16017         (gdb-update): Disassembly is invalidated through
16018         `gdb-get-selected-frame'.
16019         (gdb-pad-string): New function to pad string with spaces.
16020         (gdb-invalidate-disassembly): Invalidate only if the buffer
16021         exists.
16022         (gdb-disassembly-handler-custom): Column alignment.
16023         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16024         placing new ones.
16025         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16026         end of line, too.
16027         (gdb-frame-handler): Match convention to for disassembly buffer
16028         mode name.
16029         (gdb-stack-list-frames-handler): Rewritten without regexps.
16030         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16031         not highlight breakpoints without line information.
16032         (gdb-input): Add trailing newline to command.
16034         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16035         buffer properly.
16036         (gdb-breakpoints-list-handler-custom): Replacement for
16037         `gdb-break-list-handler'.  Using real parser instead of regexps
16038         now.
16039         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16040         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16041         to place breakpoints.
16042         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16043         functions.
16044         (gdb-disassembly-handler-custom): Show overlay arrow.
16045         (gdb-disassembly-place-breakpoints): Show breakpoints in
16046         disassembly buffer.
16047         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16048         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16049         instead of parsing breakpoints buffer.  Fixed old menu references
16050         in `gud-menu-map'.
16052         * fadr.el: Remove.
16054         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16055         (gdb-memory-address): New variable which holds top address of
16056         memory page shown in memory buffer.
16057         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16058         customization variables.
16059         New functions:
16060         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16061         display the memory buffer.
16062         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16063         buffer display parameters.
16064         (def-gdb-memory-format, gdb-memory-format-binary)
16065         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16066         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16067         Functions for setting memory buffer format.
16068         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16069         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16070         unit size used in memory buffer.
16071         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16072         to next/previous page of memory buffer.
16073         Now using (bindat-get-field) instead of fadr functions.
16075 2009-07-07  Sam Steingold  <sds@gnu.org>
16077         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16078         non-top-level files.
16080 2009-07-07  Kenichi Handa  <handa@m17n.org>
16082         * international/mule-cmds.el (reset-language-environment): Put
16083         the highset priority to the charset iso-8859-1.
16085 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16087         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16088         to the end of the line when locating the block (Bug#700).
16090 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16092         * net/tramp.el (tramp-handle-write-region): Flush file properties
16093         in case of short track.
16095 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16097         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16098         Coded custom representation of verilog error regular expressions
16099         to work with Emacs-22's new format.
16100         (verilog-error-regexp-xemacs-alist): Coded custom representation
16101         of verilog error regular expressions to work with XEmacs format.
16102         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16103         error recognition into XEmacs.
16104         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16105         error recognition into Emacs-22.
16107 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16109         * woman.el: Remove stand-alone closing parentheses.
16110         (woman-file-name, woman2-format-paragraphs)
16111         (woman-leave-blank-lines): Code cleanup.
16112         (woman-use-own-frame): Change default to nil.
16113         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16114         defaults to inherit from default faces.
16115         (woman2-process-escapes): Consume the newline after a stand-alone
16116         filler character (Bug#3651).
16118 2009-07-06  Glenn Morris  <rgm@gnu.org>
16120         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16121         (top-level): Move provide to the end.
16122         (ffap): Remove defunct URL from custom group.
16124         * subr.el (eval-after-load): Doc fix.
16126 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16128         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16129         `calc-embedded-word' is called twice.
16131 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16133         * files.el (find-alternate-file-other-window, find-alternate-file):
16134         Obey confirm-nonexistent-file-or-buffer.
16136 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16138         * dired-aux.el (dired-show-file-type): Handle remote files.
16140 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16142         * desktop.el (desktop-globals-to-save):
16143         Add file-name-history (Bug#2750).
16145 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16147         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16149 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16151         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16152         property on entire argument since this is what eshell-lisp-command
16153         expects.
16155 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16157         * net/tramp-gvfs.el (tramp-gvfs-methods)
16158         (tramp-gvfs-zeroconf-domain)
16159         (tramp-bluez-discover-devices-timeout): Add version flag.
16160         (tramp-gvfs-handler-mounted-unmounted)
16161         (tramp-gvfs-connection-mounted-p): Polish handling of
16162         incompatibilities between GVFS 0.2 and 1.0.
16164 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16166         * cus-start.el (all): Add make-pointer-invisible.
16168 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16170         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16171         formatted correctly.
16173 2009-07-02  Juri Linkov  <juri@jurta.org>
16175         * info.el: Virtual Info files and nodes.
16176         (Info-virtual-files, Info-virtual-nodes): New variables.
16177         (Info-current-node-virtual): New variable.
16178         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16179         New functions.
16180         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16181         to check for a virtual file instead of checking a fixed list
16182         of node names.
16183         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16184         instead of ad-hoc processing of "dir" and (apropos history toc).
16185         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16186         instead of ad-hoc processing of "dir" and (apropos history toc).
16187         Reread a file when moving from a virtual node.
16188         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16189         (Info-directory-toc-nodes, Info-directory-find-file)
16190         (Info-directory-find-node): New functions.
16191         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16192         (Info-history): Move part of code to
16193         `Info-history-find-node'.
16194         (Info-history-toc-nodes, Info-history-find-file)
16195         (Info-history-find-node): New functions.
16196         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16197         (Info-toc): Move part of code to `Info-toc-find-node'.
16198         (Info-toc-find-node): New function.
16199         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16200         the current Info file name to references because now the node
16201         "*TOC*" belongs to the same Info manual.
16202         (Info-toc-build): Rename from `Info-build-toc'.
16203         (Info-toc-nodes): Rename input argument `file' to `filename'.
16204         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16205         instead of ad-hoc processing of ("dir" apropos history toc).
16206         (Info-index-nodes): Use Info-virtual-file-p
16207         to check for a virtual file instead of checking a fixed list
16208         of node names.
16209         (Info-index-node): Add check for `Info-current-node-virtual'.
16210         Raise `save-match-data' higher up the tree to contain
16211         `search-forward' too (bug fix).
16212         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16213         (Info-virtual-index-nodes): New variable.
16214         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16215         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16216         (Info-apropos-file, Info-apropos-nodes): New variables.
16217         (Info-apropos-toc-nodes, Info-apropos-find-file)
16218         (Info-apropos-find-node, Info-apropos-matches): New functions.
16219         (info-apropos): Move part of code to `Info-apropos-find-node' and
16220         `Info-apropos-matches'.
16221         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16222         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16223         for a virtual file instead of checking a fixed list of node names.
16225         * simple.el (async-shell-command): New command.
16227         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16229         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16230         instead of `mount-info'.
16232 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16234         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16235         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16237 2009-07-02  Kenichi Handa  <handa@m17n.org>
16239         * international/mule.el (set-keyboard-coding-system): Force *-unix
16240         coding-system to avoid eol conversion.
16242 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16244         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16245         Add handler for `process-file', `shell-command' and
16246         `start-file-process'.
16247         (tramp-gvfs-handle-shell-command)
16248         (tramp-gvfs-handle-start-file-process)
16249         (tramp-gvfs-handle-process-file): New defuns.
16250         (tramp-synce-list-devices): Simplify check for existence of property.
16252 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16254         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16256 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16258         * language/korean.el (set-language-info-alist): Add korean-cp949,
16259         cp949 to spec.
16261 2009-07-01  Kenichi Handa  <handa@m17n.org>
16263         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16265         * international/encoded-kb.el: Deleted.
16267         * international/mule.el (set-keyboard-coding-system): Perform the
16268         necessary setup here instead of calling encoded-kbd-setup-display.
16270 2009-07-01  Glenn Morris  <rgm@gnu.org>
16272         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16274 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16276         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16278 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16280         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16281         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16282         (tramp-default-file-modes): Remove execute permissions.
16284         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16285         (top): Add a default for "synce" in `tramp-default-user-alist'.
16286         Add completion function for "synce" method.
16287         (tramp-hal-service, tramp-hal-path-manager)
16288         (tramp-hal-interface-manager, tramp-hal-interface-device):
16289         New defconst.
16290         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16291         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16292         New defuns.
16294         * net/trampver.el: Update release number.
16296 2009-06-30  Kenichi Handa  <handa@m17n.org>
16298         * international/fontset.el (setup-default-fontset): Add CJK fonts
16299         for symbols and the other miscellaneous characters.
16301         * language/korea-util.el (setup-korean-environment-internal):
16302         Make char-width-table suitable for Korean environments.
16303         (exit-korean-environment): Cancel above.
16305         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16306         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16307         setup-function to make char-width-table suitable for respective
16308         environments, and an exit-function to cancel that.
16310         * language/japan-util.el (setup-japanese-environment-internal):
16311         Call use-cjk-char-width-table with arg `ja_JP'.
16313         * international/characters.el (cjk-char-width-table): Delete it.
16314         (cjk-char-width-table-list): New variable.
16315         (use-cjk-char-width-table): New arg local-name.
16316         (use-default-char-width-table): Fix for the case that Emacs is
16317         already using the default char-width-table.
16319 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16321         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16322         modes mandatory.  (Bug#3712)
16324 2009-06-29  Alan Mackenzie  <acm@muc.de>
16326         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16327         correction between the visible width of TABs and their number of bytes.
16329 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16331         * server.el (server-buffer-done): Prevent kill-buffer from
16332         prompting by clearing the buffer modification flag (Bug#3696).
16334 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16336         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16337         (verilog-endcomment-reason-re): Support unique case and priority case.
16338         (verilog-basic-complete-re): Support localparam lineup.
16339         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16340         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16341         commenting.
16342         (verilog-leap-to-case-head): Now support *nested* unique &
16343         priority case statements.
16344         (verilog-auto-lineup): Make just declarations the default (as it
16345         had been).
16346         (verilog-leap-to-case-head): Support priority/unique case statements.
16347         (verilog-auto-lineup): Rework to give users radio buttons to
16348         select the various styles of automatic lineup.
16349         (verilog-error-regexp-alist): Rework to support the XEmacs style
16350         of error regular expressions from compilers, lint tools &
16351         simulators.  Note that GNU Emacs has made it impossible for a mode
16352         to load such things.
16353         (electric-verilog-terminate-line, verilog-indent-declaration)
16354         (verilog-auto-wiure): Rework for radio button selection of
16355         auto-lineup selection of specification of auto lineup.
16356         (verilog-beg-of-statement-1): Redesign to support proper operation
16357         in additional code, based on testing with auto-lineup.
16358         (verilog-calculate-indent, assignments & declarations)
16359         (verilog-backward-token): Enhance to support auto-lineup of
16360         assignments & declarations.
16361         (verilog-in-directive-p, verilog-at-struct-p): New function for
16362         easy test of whether we are.
16363         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16364         to support safe execution at almost anyline.
16365         (verilog-calc-1): Properly support indenting deep inside generate
16366         blocks.
16367         (verilog-init-font): Remove definition & use of verilog-init-font,
16368         as it is redundant with font-lock-defaults.
16369         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16370         to avoid circular calls if syntax-ppss is a function (as is the
16371         case now in 22.x GNU Emacs) as that function would sometimes call
16372         itself, leading to (nearly) infinite recursion.
16373         (verilog-ovm-begin-re, verilog-ovm-end-re)
16374         (verilog-ovm-statement-re, verilog-leap-to-head)
16375         (verilog-backward-token): Add support for OVM macros.  Some are
16376         complete statements, and others open and close scopes like begin
16377         and end.
16378         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16379         (verilog-defun-level-generate-only-re): Really fix the defun-list
16380         compilation issue.
16381         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16382         coverpoint, constraint and cross statements.
16383         (verilog-defun-level-list, verilog-generate-defun-level-list)
16384         (verilog-all-defun-level-list): Redo these specifications - it is
16385         too hard to support eval-when compile aggregation of lists also
16386         built at when-compile time.
16387         (verilog-defun-level-list): Place defconsts of variables used in
16388         building regular expressions which are built in eval-when-compile
16389         bodies in the same eval-when-compile body to facilitate compile
16390         without load.
16391         (verilog-beg-block-re-ordered): Support indenting
16392         virtual/protected tasks and functions.
16393         (verilog-defun-level-list, verilog-in-generate-region-p)
16394         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16395         indentation of some module items (generate items).
16396         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16397         across virtual/protected tasks and functions.
16399 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16401         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16402         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16403         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16404         in concatenations.  Reported by Yishay Belkind.
16405         (verilog-auto-ascii-enum): Support one-hot state machines in
16406         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16407         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16408         modport in AUTOINST and add vl-modport for users.  Reported by
16409         David Rogoff.
16410         (verilog-auto-inout-module, verilog-auto-inst)
16411         (verilog-decls-get-interfaces, verilog-insert-definition)
16412         (verilog-insert-one-definition, verilog-read-decls)
16413         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16414         (verilog-sig-modport, verilog-signals-combine-bus)
16415         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16416         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16417         Suggested by David Rogoff.
16418         (verilog-repair-open-comma): Fix non-insertion of comma when
16419         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16420         (verilog-make-width-expression): Simplify [A-1:0] expression
16421         widths to just {A{1'b0}}.
16422         (verilog-mode): Cleanup checkdoc warnings.
16423         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16424         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16425         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16426         (next-error-last-buffer): Fix byte-compiler warning.
16427         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16428         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16429         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16430         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16431         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16432         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16433         in AUTOINOUT.  Reported by Matthew Lovell.
16434         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16435         causing use of <= assignments.  Reported by Alex Reed.
16436         (verilog-read-decls): Fix triand, trior, wand, wor to be
16437         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
16438         (verilog-extended-complete-re): Support import "DPI-C" functions.
16439         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16440         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
16441         (verilog-insert-date, verilog-insert-year)
16442         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16443         Windows systems.  Reported by Michael Potts.
16444         (verilog-read-module-name): Fix AUTOINST when the child module
16445         declaration's name is a tick define.  Reported by Elliot Mednick.
16446         (verilog-read-decls): Fix V2K parameter bit subscripts getting
16447         passed to next parameter's definition.  Reported by Bruce T.
16448         (verilog-read-decls): Fix detecting "parameter int" when using
16449         AUTOINSTPARAM.  Reported by Bruce T.
16450         (verilog-goto-defun): Fix goto not finding modules unless first
16451         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
16452         (verilog-mode): Expand -f flag arguments on entry to mode so
16453         verilog-goto-defun will work.  Reported by Lawrence Butcher.
16454         (verilog-getopt): Expand environment variables in -f file
16455         arguments.  Suggested by Lawrence Butcher.
16456         (verilog-set-define): Fix "Symbol's value as variable is void"
16457         when reading enumerations.
16458         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16459         Suggested by Stephen Peltan.
16460         (verilog-read-defines): Fix reading of enumerations in include
16461         files.  Reported by Steve Peltan.
16463 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16465         * files.el (trash-directory): Fix defcustom type.
16467 2009-06-28  Juri Linkov  <juri@jurta.org>
16469         * help-fns.el (describe-function-1): Correctly locate adviced
16470         functions in hyperlink (Bug#2438).
16472 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
16474         * files.el (trash-directory): Change default to nil.
16475         (move-file-to-trash): If trash-directory is nil and
16476         system-move-file-to-trash is unbound, perform freedesktop-style
16477         trashing.
16479 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16481         * files.el (move-file-to-trash): Add freedesktop trash
16482         support (Bug#973).
16484 2009-06-28  Glenn Morris  <rgm@gnu.org>
16486         * autorevert.el (global-auto-revert-non-file-buffers)
16487         (global-auto-revert-mode): Doc fixes.
16489 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
16491         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16493 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
16495         * faces.el (x-handle-named-frame-geometry): Ensure that we have
16496         opened an X connection before calling x-get-resource (Bug#3194).
16498         * play/doctor.el: Remove reference to obsolete website.
16499         (make-doctor-variables): Correct grammar mistake (Bug#2633).
16501 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
16503         Remove find-file-not-found-hook VC method.  (Bug#2757)
16504         * vc-hooks.el (vc-file-not-found-hook)
16505         (vc-default-find-file-not-found-hook): Remove functions.
16506         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16507         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16508         * vc.el:
16509         * vc-hg.el:
16510         * vc-git.el: Do not mention find-file-not-found-hook VC method.
16512 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
16514         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16515         compatibility function for `looking-back'.
16517         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16518         Use `ispell-looking-back'.
16520 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
16522         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16523         rather than `filename'.
16525 2009-06-23  Miles Bader  <miles@gnu.org>
16527         * face-remap.el (text-scale-set): New function.
16529 2009-06-23  Glenn Morris  <rgm@gnu.org>
16531         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16533         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16535         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16537         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16539         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16540         Simplify Persian conditionals.
16542         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16543         variable `filename'.
16545         * comint.el (comint-insert-input): Doc fix.
16547         * Makefile.in (ELCFILES): Fix typo in previous change.
16549 2009-06-23  Miles Bader  <miles@gnu.org>
16551         * cus-start.el: Add entry for `recenter-redisplay'.
16553 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16555         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16556         Add an optional argument for the backend, use it instead of
16557         calling vc-backend.
16558         (vc-mode-line): Add an optional argument for the backend.
16559         Pass the backend to vc-state and vc-working-revision.  Move code for
16560         special handling for vc-state being a buffer to ...
16562         * vc-rcs.el (vc-rcs-find-file-hook):
16563         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
16565         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16566         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16567         vc-stay-local-p and vc-mode-line calls.
16569         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16570         (vc-cvs-diff, vc-cvs-annotate-command)
16571         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16572         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16573         vc-mode-line calls.
16575         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16576         direct comparison.
16577         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16578         backend when calling vc-mode-line.
16579         (vc-register): Do not create a closure for calling the vc register
16580         function, call it directly.
16582 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16584         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16585         to make it obvious item can be clicked.
16587         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16589 2009-06-23  Kenichi Handa  <handa@m17n.org>
16591         * language/korea-util.el (korean-key-bindings): Change the binding
16592         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
16593         same command.
16595 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
16597         Sync with Tramp 2.1.16.
16599         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16601         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
16602         when a loading of a package fails.  Completion function for rsync
16603         is `tramp-completion-function-alist-ssh'.
16604         (all): Replace all calls of `split-string' and
16605         `tramp-split-string' by `tramp-compat-split-string'.
16606         (tramp-default-method): Use `tramp-compat-process-running-p'.
16607         (tramp-default-proxies-alist): Allow also Lisp forms.
16608         (tramp-remote-path): Add choice "Private Directories".
16609         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16610         (tramp-domain-regexp): Allow also "-", "_" and ".".
16611         (tramp-end-of-output): Remove newlines, and add "$" at the end.
16612         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16613         (tramp-debug-message): Insert header line in debug buffer.
16614         (tramp-handle-directory-files-and-attributes-with-stat):
16615         Care about filenames with spaces, or starting with "-".
16616         (tramp-handle-dired-uncache): New defun.
16617         (tramp-handle-insert-directory): Don't flush the directory from
16618         cache, this is handled by `dired-uncache' now.
16619         (tramp-handle-insert-file-contents): Improve error handling.
16620         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16621         Quote `tramp-end-of-output'.
16622         (tramp-action-password): Improve trace message.
16623         (tramp-check-for-regexp): Both echoes must be present, before removing.
16624         (tramp-open-connection-setup-interactive-shell): Trace coding system.
16625         (tramp-compute-multi-hops): Eval cons cells of
16626         `tramp-default-proxies-alist'.
16627         (tramp-maybe-open-connection): Use the same command pattern for
16628         first hop and further hops.
16629         (tramp-wait-for-output): Remove handling of newlines.
16630         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16631         (tramp-split-string): Remove function.  It is handled in
16632         tramp-compat now.
16634         * net/tramp-cmds.el (tramp-bug):
16635         Recommend `tramp-cleanup-all-connections' in the bug mail.
16637         * net/tramp-compat.el (tramp-compat-split-string)
16638         (tramp-compat-process-running-p): New defuns.
16640         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16641         for `dired-uncache'.
16643         * net/tramp-gvfs.el: New package.
16645         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16646         Add handler for `dired-uncache'.
16647         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16649         * net/trampver.el: Update release number.  Make version check fit
16650         for SXEmacs 22.
16652 2009-06-22  Jim Meyering  <meyering@redhat.com>
16654         Automatically handle .xz suffix (XZ-compressed files), too.
16655         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16656         XZ is the successor to LZMA: <http://tukaani.org/xz/>
16658 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
16659             Nick Roberts  <nickrob@snap.net.nz>
16661         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16662         repository (http://sphinx.net.ru/hg/gdb-mi/).
16664 2009-06-22  Glenn Morris  <rgm@gnu.org>
16666         * files.el (dir-locals-collect-mode-variables): Allow for any number of
16667         `mode' and `eval' entries.  (Bug#3430)
16669         * Makefile.in (ELCFILES): Add fadr.elc.
16671         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16672         differing behavior of \n and ^ in strings.  (Bug#3385)
16674         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16676         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16677         property.
16678         (lisp-indent-function): Make it a defcustom.
16680 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
16682         * progmodes/gdb-ui.el: Replace with ...
16683         * progmodes/gdb-mi.el: ... this file.
16684         * progmodes/gud.el: Modify for gdb-mi.el.
16686 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
16688         * fadr.el: New file.
16690 See ChangeLog.14 for earlier changes.
16692 ;; Local Variables:
16693 ;; coding: utf-8
16694 ;; End:
16696     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
16698   This file is part of GNU Emacs.
16700   GNU Emacs is free software: you can redistribute it and/or modify
16701   it under the terms of the GNU General Public License as published by
16702   the Free Software Foundation, either version 3 of the License, or
16703   (at your option) any later version.
16705   GNU Emacs is distributed in the hope that it will be useful,
16706   but WITHOUT ANY WARRANTY; without even the implied warranty of
16707   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16708   GNU General Public License for more details.
16710   You should have received a copy of the GNU General Public License
16711   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16713 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1