* src/termhooks.h: Remove #ifdef CONSP.
[emacs.git] / lisp / ChangeLog
blob076c3ef3fac2b1283481215f512471d58059fad7
1 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
4         obsolete use of binary-overwrite-mode (Bug#7001).
6 2010-10-03  Glenn Morris  <rgm@gnu.org>
8         * obsolete/x-menu.el: Remove file, obsolete since 21.1
10         * textmodes/rst.el (rst-font-lock-keywords-function):
11         Drop Emacs 20 code.
13         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
15         * printing.el: Drop Emacs 20 code.
17         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
18         without having used appt.el already).
20         * subr.el (make-local-hook): Remove function obsolete since 21.1.
21         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
22         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
23         XEmacs.
24         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
25         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
27         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
28         (charset-width, find-charset-region, chars-in-region, forward-point)
29         (encode-coding-string, coding-system-p, ccl-execute-on-string)
30         (define-ccl-program, multibyte-string-p, string-make-multibyte):
31         Remove compatibility cruft (none of these are used by ps*.el).
33 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
35         * subr.el (booleanp): Return t instead of a list (Bug#7086).
37 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
39         * server.el (server-process-filter, server-return-error): Give
40         emacsclient time to shut down after receiving an error string.
42 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
44         * files.el (remote-file-name-inhibit-cache): New defcustom.
46         * time.el (display-time-file-nonempty-p): Use
47         `remote-file-name-inhibit-cache'.
49         * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
50         docstring.
52         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
53         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
54         `remote-file-name-inhibit-cache'.  Check also for an integer
55         value.  Add/increase counter when `tramp-verbose' >= 10.
56         (tramp-set-file-property): Add/increase counter when
57         `tramp-verbose' >= 10.
59         * net/tramp-cmds.el (tramp-cleanup-all-connections)
60         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
61         (tramp-bug): Set tramp-autoload cookie.  Report all interned
62         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
63         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
64         characters only in strings.
66         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
67         to backward compatibility.
69         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
70         (tramp-handle-file-name-all-completions)
71         (tramp-handle-vc-registered): Use
72         `remote-file-name-inhibit-cache'.
73         (tramp-open-connection-setup-interactive-shell): Call
74         `tramp-cleanup-connection' directly.
76 2010-10-02  Glenn Morris  <rgm@gnu.org>
78         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
80         * subr.el (char-bytes): Remove obsolete function.
82         * isearch.el (isearch-return-char): Remove obsolete function.
84         * mouse.el: No longer provide mldrag.
85         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
86         Remove obsolete aliases.
88         * comint.el (comint-kill-output): Remove obsolete alias.
90         * composite.el (decompose-composite-char): Remove obsolete function.
91         * ps-def.el (decompose-composite-char): Remove unused function.
93         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
95         * outline.el (outline-visible): Remove obsolete function.
97         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
98         * faces.el (internal-find-face, internal-get-face)
99         (frame-update-faces, frame-update-face-colors)
100         (x-frob-font-weight, x-frob-font-slant)
101         (internal-frob-font-weight, internal-frob-font-slant)
102         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
103         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
104         (x-make-font-bold-italic): Remove functions and aliases, obsolete
105         since Emacs 21.1.
106         * emulation/viper-util.el (viper-get-face):
107         * obsolete/lucid.el (find-face, get-face): Use facep.
108         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
109         Remove unused functions.
110         * vc/ediff-util.el (ediff-submit-report): Doc fix.
112         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
113         delete tempfile if interrupted during compilation.
115 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117         * net/tls.el (tls-starttls-switches): Give up on using starttls with
118         gnutls-cli.
119         (tls-program): Add --insecure to be consistent with the defaults from
120         openssl s_client.  Now all three commands are insecure.
122 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
124         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
125         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
126         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
128 2010-10-01  Glenn Morris  <rgm@gnu.org>
130         * obsolete/sc.el: Remove file.
132         * files.el (temporary-file-directory): On darwin, also try
133         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
135 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
137         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
138         Let's not break compatibility gratuitously, shall we?
140 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142         * net/tls.el (tls-starttls-switches): New variable.
143         (tls-find-starttls-argument): Use it.
144         (open-tls-stream): Ditto.
146         * net/netrc.el (netrc-credentials): Return the value of the "default"
147         entry.
148         (netrc-machine): Ditto.
150 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
152         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
154 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
156         * server.el (server-start): Don't write pid to the authentication file.
157         (server-create-tty-frame): Don't send pid.
158         (server-process-filter): Send pid at the start of every connection.
160 2010-09-30  Glenn Morris  <rgm@gnu.org>
162         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
163         (show-all-diary-entries): Remove obsolete function aliases.
165         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
166         Remove options, obsolete since 22.1.
167         (appt-display-format, appt-display-message): Remove
168         backwards-compatibility code.
169         (appt-check): No longer check appt-issue-message.
170         (appt-make-list): No longer autoload it.  Doc fix.  No longer
171         activate the package.
173 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
176         (starttls-negotiate): Just call boot, and let the handshake be
177         triggered from the read loop.
179 2010-09-29  Glenn Morris  <rgm@gnu.org>
181         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
182         not displaying the diary.
183         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
184         * calendar/appt.el (appt-check): No longer need to kill diary.
186         * calendar/diary-lib.el (diary-list-entries): Move the
187         "Preparing..." message entirely here.
188         (diary-simple-display, diary-fancy-display): Move "Preparing..."
189         messages to diary-list-entries.
190         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
191         diary-display-function.
193         * calendar/diary-lib.el (diary-include-other-diary-files):
194         Trap some recursive includes.
196         * calendar/appt.el (appt-activate): Check diary file.
198 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
200         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
201         construction.
203         * calendar/time-date.el: No need to require cl for Emacs 21.
205 2010-09-28  Glenn Morris  <rgm@gnu.org>
207         * calendar/appt.el (appt-check): Minor simplification.
209 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
211         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
212         citation prefix.
214 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
216         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
217         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
219 2010-09-27  Kenichi Handa  <handa@m17n.org>
221         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
222         "ustar" format.
224 2010-09-27  Kenichi Handa  <handa@m17n.org>
226         * international/mule.el (define-coding-system): Docstring fixed.
228         * international/mule-diag.el (describe-character-set): Use princ
229         with proper print-length and print-level instead of insert.
231 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
233         * window.el (walk-windows): Doc fix (bug#7105).
235 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * emacs-lisp/float-sup.el (e): Remove.
239 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
241         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
242         variable.
243         (starttls-negotiate): Use it.
245 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
248         back.
250 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
254 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
258         * net/netrc.el (netrc-store-data): New function.
260 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
262         * net/gnutls.el: GnuTLS glue code to set up a connection.
264 2010-09-25  Julien Danjou  <julien@danjou.info>
266         * notifications.el: Call dbus-register-signal only if it is bound.
268 2010-09-25  Glenn Morris  <rgm@gnu.org>
270         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
271         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
272         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
273         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
274         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
275         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
276         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
277         * eshell/esh-util.el, eshell/esh-var.el:
278         Remove leading `*' from docs of faces and defcustoms.
280 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
282         * eshell/em-ls.el (eshell-ls-archive-regexp):
283         * eshell/esh-util.el (eshell-tar-regexp):
284         * ibuffer.el (ibuffer-compressed-file-name-regexp):
285         * info.el (Info-suffix-list):
286         * international/mule.el (auto-coding-alist):
287         * woman.el (woman-file-regexp, woman-file-compression-regexp):
288         * progmodes/etags.el (tags-compression-info-list):
289         Support xz compression.
291 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
293         * files.el (get-free-disk-space): Don't assume the "df" output
294         columns line up (Bug#6995).
296 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
298         * finder.el (finder-unknown-keywords):
299         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
300         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
302 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
304         * server.el (server-start): Revert part of 2010-08-08 change.  Using
305         address 127.0.0.1 for local host is now done in Fmake_network_process.
307 2010-09-24  Glenn Morris  <rgm@gnu.org>
309         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
310         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
311         * textmodes/css-mode.el, textmodes/dns-mode.el:
312         Move autoloaded auto-mode-alist entries to files.el.
313         * files.el (auto-mode-alist): Move entries here.
315 2010-09-23  Glenn Morris  <rgm@gnu.org>
317         * isearch.el (isearch-lazy-highlight-cleanup)
318         (isearch-lazy-highlight-initial-delay)
319         (isearch-lazy-highlight-interval)
320         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
321         * net/net-utils.el (ipconfig-program-options):
322         Move aliases to options before the associated definitions.
324 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * newcomment.el (comment-normalize-vars): Better test validity of
327         comment-end-skip.
329 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
332         (float-e): New name for `e'.
333         (degrees-to-radians, radians-to-degrees):
334         * calendar/solar.el (solar-longitude):
335         * calculator.el (calculator-registers, calculator-funcall):
336         * textmodes/artist.el (artist-spray-random-points):
337         * play/bubbles.el (bubbles--initialize-images): Use new names.
339 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
341         Update to CEDET 1.0's version of EIEIO.
343         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
344         New function.
345         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
346         (eieio-default-eval-maybe): Eval val instead of unquoting only.
347         (class-precedence-list): If class is nil, return nil.
348         (eieio-generic-call): If class of first input arg is nil, don't
349         look up static methods, and do check for primary methods.
350         (initialize-instance): See if the default needs to be evaluated
351         during the constructor.
352         (eieio-perform-slot-validation-for-default): Don't do the check
353         for values that will eventually be evaluated.
354         (eieio-eval-default-p): New function.
355         (eieio-default-eval-maybe): Use it.
357 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
359         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
360         method-invocation-order.
361         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
362         (eieio-class-precedence-dfs): Compute class precedence list using
363         dfs algorithm.
364         (eieio-class-precedence-bfs): Compute class precedence list using
365         bfs algorithm.
366         (eieio-class-precedence-c3): Compute class precedence list using
367         c3 algorithm.
368         (class-precedence-list): New function.
369         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
370         (inconsistent-class-hierarchy): New error symbol.
371         (call-next-method): Stow the replacement argument list for future
372         call-next-method invocations.
374 2010-09-23  Glenn Morris  <rgm@gnu.org>
376         * calendar/appt.el (appt-check): If not displaying the diary,
377         use (diary 1) to only get the entries we need.
378         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
379         that it is in day order.  (Bug#7019)
381         * calendar/appt.el (appt-check): Rather than showing the diary,
382         just turn off invisible display, and only if needed.
384         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
386 2010-09-23  Glenn Morris  <rgm@gnu.org>
388         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
389         (byte-compile-defvar, byte-compile-cl-warn):
390         Start warnings with lower-case, like the majority.
392         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
394         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
396         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
397         * files.el (auto-mode-alist): Move ld-script entries here, further down
398         the list.
400         * vc/add-log.el: Don't require timezone when compiling.
401         (timezone-make-date-sortable): Autoload it.
402         (change-log-sortable-date-at): Don't require timezone.
403         Use `ignore-errors'.
405         * comint.el (comint-use-prompt-regexp-instead-of-fields):
406         Move alias before definition, so it does not need autoloading.
408         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
409         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
410         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
411         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
412         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
413         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
414         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
415         * textmodes/tex-mode.el, textmodes/two-column.el:
416         Remove leading `*' from docs of defcustoms etc.
418 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
420         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
422 2010-09-22  Dan Christensen  <jdc@uwo.ca>
424         * calendar/time-date.el (date-to-time): Try using parse-time-string
425         first before using the slower timezone-make-date-arpa-standard.
427 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
429         * calendar/time-date.el (format-seconds): Comment fix.
431 2010-09-22  Glenn Morris  <rgm@gnu.org>
433         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
434         is not automatically buffer-local.
436 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
439         (smie-indent-comment): Be more careful with comment-start-skip.
440         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
441         (smie-indent-functions): Use them.
443 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
445         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
447 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
449         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
450         tool-bar-position.  Don't modify frame parameters here.
451         (menu-bar-options-save): Add tool-bar-position.
453         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
455 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * textmodes/reftex-parse.el (reftex-what-macro)
458         (reftex-context-substring): Let-bind forward-sexp-function to nil
459         since we don't need/want to treat \begin...\end as a block (bug#7053).
461         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
463         * simple.el (blink-matching-open): Use syntax-class.
465         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
466         Set invisibility spec for pascal's outline mode.
467         (pascal-outline-change): Clean up calling convention.
468         (pascal-show-all, pascal-hide-other-defuns): Update callers.
470         * progmodes/prolog.el (prolog-smie-forward-token)
471         (prolog-smie-backward-token): New functions.
472         (prolog-mode-variables): Use them to parse "!," correctly.
473         Set up smie-blink-matching for ".".
475         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
476         and `end'.
477         (ispell-region, ispell-process-line): Update users.
479         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
480         point-min==1.
482         * textmodes/ispell.el: Fix commenting convention.
483         (ispell-parse-output): Simplify, use push.
484         (ispell-region): Use match-string-no-properties.
485         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
486         (ispell-minor-mode): Use define-minor-mode.
487         (ispell-message): Remove unused var `skip-regexp'.
488         (ispell-add-per-file-word-list): Use dynamic let-binding.
489         Try and use the proper comment marker.
491         * mail/sendmail.el: Fix commenting convention.
492         (sendmail-send-it): Use line-beginning-position.
494         * help-fns.el (describe-variable): Add original value, if applicable.
496 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
498         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
500         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
502 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
505         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
506         (smie-prec2-levels): Use them to better diagnose precedence cycles.
507         (smie-blink-matching-check): Don't signal a mismatch if car is t.
508         (smie-blink-matching-open): Rewrite to remove assumptions, so that
509         something like "." can also be a closer.
510         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
511         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
512         Rename internal functions to use "--".  Update callers.
514         * frame.el (make-frame-names-alist): Don't list frames on other displays.
516         * fringe.el (fringe-styles): New var.
517         (fringe-mode, fringe-query-style): Use it.
519 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
521         * progmodes/sql.el: Version 2.8
522         (sql-login-params): Update widget structure; changes still needed.
523         (sql-product-alist): Add :list-all and :list-table features for
524         SQLite, Postgres and MySQL products.
525         (sql-redirect): Handle default value.
526         (sql-execute, sql-execute-feature): New functions.
527         (sql-read-table-name): New function.
528         (sql-list-all, sql-list-table): New functions.  User API.
529         (sql-mode-map, sql-interactive-mode-map): Add key definitions
530         for above functions.
531         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
532         for above functions.
533         (sql-postgres-login-params): Add user and database defaults.
534         (sql-buffer-live-p): Bug fix.
535         (sql-product-history): New variable.
536         (sql-read-product): New function. Use it.
537         (sql-set-product, sql-product-interactive): Use it.
538         (sql-connection-history): New variable.
539         (sql-read-connection): New function.  Use it.
540         (sql-connect): New function.
541         (sql-for-each-login): Redesign function interface.
542         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
543         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
544         (sql-comint): Check for program.  Existing live buffer.
545         (sql-comint-postgres): Add port parameter.
547 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
549         * emacs-lisp/warnings.el: Fix commenting convention.
550         (display-warning): Use special mode and make the buffer read-only.
552 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
554         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
555         empty string when it follows a repeated or optional pattern.
557 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
559         * indent.el (indent-according-to-mode): Apply syntax-propertize.
560         (indent-region): Use indent-according-to-mode.
562 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
564         * fringe.el (fringe-mode): Doc fix.
566 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
568         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
569         refreshing the preview buffer.
571 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
574         (latex-syntax-propertize-rules): New consts; replace
575         tex-font-lock-syntactic-keywords.
576         (tex-env-mark, latex-env-before-change): New functions.
577         (latex-electric-env-pair-mode): New minor mode.
578         (tex-font-lock-verb): Change arguments; do move point.
579         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
580         representation as a form of comment.
581         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
582         (doctex-syntax-propertize-rules): New const; replaces
583         doctex-font-lock-syntactic-keywords.
584         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
586         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
587         (fortran-make-syntax-propertize-function): New function; replaces
588         fortran-font-lock-syntactic-keywords.
589         (fortran-mode): Use it.
590         (fortran-line-length): Use it.  Improve interactive spec.
592         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
593         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
594         when adding surrounding \(..\).
596         * progmodes/js.el (js-mode): Fix last change (bug#7054).
598 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
601         Use with-current-buffer.
603         * isearch.el (isearch-face): Rename from `isearch'.
604         (isearch-highlight): Use new name.
606 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
608         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
609         5, for `half' width fringes.  (Bug#6933)
611 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
613         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
614         (byte-compile-defvar): "foo/bar" does not lack a prefix.
616         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
618 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
620         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
621         in calculating new frame position.  Add more space between new and
622         parent on the left (Bug#7048).
624 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
626         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
627         defmacro.
629 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
631         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
633         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
634         obsolete alias for x-selection-value.
636         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
638 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
640         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
641         cookie.
643 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
645         * net/tramp-compat.el (tramp-compat-with-temp-message)
646         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
647         (tramp-compat-process-put): New defuns.
649         * net/tramp.el (top):
650         * net/tramp-gvfs.el (top):
651         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
653         * net/tramp.el (tramp-progress-reporter-update):
654         Use `tramp-compat-funcall'.
656         * net/tramp.el (tramp-process-actions):
657         * net/tramp-gvfs.el (tramp-handle-vc-registered):
658         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
659         (tramp-get-remote-stat, tramp-get-remote-readlink):
660         Use `tramp-compat-with-temp-message'.
662         * net/tramp-sh.el (top): Require 'cl.
663         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
664         (tramp-open-connection-setup-interactive-shell):
665         Use `tramp-compat-process-put'.
667 2010-09-15  Alan Mackenzie  <acm@muc.de>
669         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
670         indentation.
671         (c-forward-<>-arglist-recur): Fix an infinite recursion.
673 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
676         `lexical' for warnings related to lexical scoping.
677         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
678         global vars which don't have a prefix and could hence affect lexical
679         scoping in unrelated files.
681 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683         * net/imap.el: Revert back to version
684         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
685         seem problematic.
687 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
689         * obsolete/old-whitespace.el (whitespace-unload-function):
690         Explicitly pass `obarray' to `unintern' to avoid a warning.
692 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
695         Add `when' argument.  Update callers.
697         * subr.el (unintern): Declare the obarray arg mandatory.
699 2010-09-14  Glenn Morris  <rgm@gnu.org>
701         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
702         Doc fixes.
704         * calendar/diary-lib.el (diary-included-files): New variable.
705         (diary-list-entries): Maybe initialize diary-included-files.
706         (diary-include-other-diary-files): Append to diary-included-files.
707         * calendar/appt.el (appt-update-list): Also check the members of
708         diary-included-files.  (Bug#6999)
709         (appt-check): Doc fix.
711 2010-09-14  David Reitter  <david.reitter@gmail.com>
713         * simple.el (line-move-visual): Do not truncate goal column to
714         integer size.  (Bug#7020)
716 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * repeat.el (repeat): Allow repeating when the last event is a click.
719         Suggested by Drew Adams (bug#6256).
721 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
723         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
724         Replace setting HGRCPATH to "" by some less invasive --config options.
726 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * font-lock.el (font-lock-beginning-of-syntax-function):
729         Mark as obsolete.
731 2010-09-14  Glenn Morris  <rgm@gnu.org>
733         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
734         and tool-bar modes.  (Bug#6211)
735         (menu-bar-mode): Move setting of standard-value after the
736         minor-mode definition, otherwise it seems to have no effect.
738 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
740         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
741         Fix typo.  (Bug#6976)
743 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
745         * whitespace.el: Allow cleaning up blanks without blank
746         visualization (Bug#6651).  Adjust help window for
747         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
748         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
749         (whitespace-style): Add new value 'face.  Adjust docstring.
750         (whitespace-space, whitespace-hspace, whitespace-tab):
751         Adjust foreground property face.
752         (whitespace-line-column): Adjust docstring and type declaration.
753         (whitespace-style-value-list, whitespace-toggle-option-alist)
754         (whitespace-help-text): Adjust const initialization.
755         (whitespace-toggle-options, global-whitespace-toggle-options):
756         Adjust docstring.
757         (whitespace-display-window, whitespace-interactive-char)
758         (whitespace-style-face-p, whitespace-color-on): Adjust code.
759         (whitespace-help-scroll): New fun.
761 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
763         * calendar/time-date.el (format-seconds): Comment fix.
765 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
767         * progmodes/sql.el: Version 2.7.
768         (sql-buffer-live-p): Improve detection.
769         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
770         (sql-set-sqli-buffer): Use it.
771         (sql-product-interactive): Run `sql-set-sqli-hook'.
772         (sql-rename-buffer): Code cleanup.
773         (sql-redirect, sql-redirect-value): New functions.  More to come.
775 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
777         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.
778         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
779         (TRAMP_SRC): New macro.
780         ($(lisp)/net/tramp-loaddefs.el): New target.
782 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
784         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
786         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
788         * net/tramp.el (top): Don't show loading message.  Require just
789         'tramp-compat, everything else is required there.
790         Use `ignore-errors' where appropriate.
791         (tramp-inline-compress-start-size, tramp-copy-size-limit)
792         (tramp-terminal-type, tramp-end-of-output)
793         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
794         (tramp-completion-function-alist-ssh)
795         (tramp-completion-function-alist-telnet)
796         (tramp-completion-function-alist-su)
797         (tramp-completion-function-alist-putty, tramp-remote-path)
798         (tramp-remote-process-environment, tramp-sh-extra-args)
799         (tramp-actions-before-shell, tramp-uudecode)
800         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
801         (tramp-perl-file-attributes)
802         (tramp-perl-directory-files-and-attributes)
803         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
804         (tramp-perl-encode, tramp-perl-decode)
805         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
806         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
807         (tramp-handle-make-symbolic-link, tramp-handle-load)
808         (tramp-handle-file-name-as-directory)
809         (tramp-handle-file-name-directory)
810         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
811         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
812         (tramp-do-file-attributes-with-ls)
813         (tramp-do-file-attributes-with-perl)
814         (tramp-do-file-attributes-with-stat)
815         (tramp-handle-set-visited-file-modtime)
816         (tramp-handle-verify-visited-file-modtime)
817         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
818         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
819         (tramp-handle-file-selinux-context)
820         (tramp-handle-set-file-selinux-context)
821         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
822         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
823         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
824         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
825         (tramp-handle-file-ownership-preserved-p)
826         (tramp-handle-directory-file-name, tramp-handle-directory-files)
827         (tramp-handle-directory-files-and-attributes)
828         (tramp-do-directory-files-and-attributes-with-perl)
829         (tramp-do-directory-files-and-attributes-with-stat)
830         (tramp-handle-file-name-all-completions)
831         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
832         (tramp-handle-copy-file, tramp-handle-copy-directory)
833         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
834         (tramp-do-copy-or-rename-file-via-buffer)
835         (tramp-do-copy-or-rename-file-directly)
836         (tramp-do-copy-or-rename-file-out-of-band)
837         (tramp-handle-make-directory, tramp-handle-delete-directory)
838         (tramp-handle-delete-file)
839         (tramp-handle-dired-recursive-delete-directory)
840         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
841         (tramp-handle-insert-directory)
842         (tramp-handle-unhandled-file-name-directory)
843         (tramp-handle-expand-file-name)
844         (tramp-handle-substitute-in-file-name)
845         (tramp-handle-executable-find, tramp-process-sentinel)
846         (tramp-handle-start-file-process, tramp-handle-process-file)
847         (tramp-handle-call-process-region, tramp-handle-shell-command)
848         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
849         (tramp-handle-insert-file-contents)
850         (tramp-handle-insert-file-contents-literally)
851         (tramp-handle-find-backup-file-name)
852         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
853         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
854         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
855         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
856         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
857         (tramp-find-file-exists-command, tramp-open-shell)
858         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
859         (tramp-open-connection-setup-interactive-shell)
860         (tramp-local-coding-commands, tramp-remote-coding-commands)
861         (tramp-find-inline-encoding, tramp-call-local-coding-command)
862         (tramp-inline-compress-commands, tramp-find-inline-compress)
863         (tramp-compute-multi-hops, tramp-maybe-open-connection)
864         (tramp-send-command, tramp-wait-for-output)
865         (tramp-send-command-and-check, tramp-barf-unless-okay)
866         (tramp-send-command-and-read, tramp-mode-string-to-int)
867         (tramp-convert-file-attributes, tramp-check-cached-permissions)
868         (tramp-file-mode-from-int, tramp-file-mode-permissions)
869         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
870         (tramp-method-out-of-band-p, tramp-local-host-p)
871         (tramp-get-remote-path, tramp-get-remote-tmpdir)
872         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
873         (tramp-get-test-command, tramp-get-test-nt-command)
874         (tramp-get-file-exists-command, tramp-get-remote-ln)
875         (tramp-get-remote-perl, tramp-get-remote-stat)
876         (tramp-get-remote-readlink, tramp-get-remote-trash)
877         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
878         (tramp-get-local-uid, tramp-get-local-gid)
879         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
880         tramp-sh.el.
881         (tramp-methods, tramp-default-method-alist)
882         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
883         Move initialization to tramp-sh.el.
884         (tramp-temp-name-prefix): Make it a defconst.
885         (tramp-dissect-file-name): Don't check anymore for multi-hop
886         methods.
887         (tramp-debug-outline-regexp): Add a docstring.
888         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
889         (tramp-get-debug-buffer): Use it.
891         * net/tramp-cache.el (top): Set tramp-autoload cookie for
892         initialization forms.
893         (tramp-set-connection-property): Don't protect `tramp-message'
894         call, it isn't necessary any longer.
895         (tramp-dump-connection-properties): Use `ignore-errors'.
897         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
898         'password-cache and 'auth-source.
900         * net/tramp-gvfs.el (top):
901         * net/tramp-smb.el (top): Require 'tramp-sh.
903         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
905         * net/tramp-sh.el: New file, derived from tramp.el.
906         (top): Initialize `tramp-methods', `tramp-default-method-alist',
907         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
908         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
909         Use `ignore-errors' where appropriate.
910         (tramp-sh-file-name-handler-alist): Rename from
911         `tramp-file-name-handler-alist'.
912         (tramp-send-command-and-check): Return t or nil.  Remove all
913         `zerop' checks, where called.
914         (tramp-handle-set-file-modes)
915         (tramp-do-copy-or-rename-file-directly)
916         (tramp-handle-delete-directory, tramp-handle-delete-file)
917         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
918         (tramp-sh-file-name-handler, tramp-send-command-and-check)
919         (tramp-get-remote-ln): Set tramp-autoload cookie.
921         * net/tramp-fish.el: Remove file.
923 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
925         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
926         buffer-file-name to avoid file-locking.  (Bug#7026)
928 2010-09-13  Julien Danjou  <julien@danjou.info>
930         * notifications.el (notifications-notify): Add support for
931         image-path and sound-name.
932         (notifications-specification-version): Add this variable.
934 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
936         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
938 2010-09-12  Leo  <sdl.web@gmail.com>
940         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
941         (rcirc-completion-start): New variables.
942         (rcirc-nick-completions): Rename to rcirc-completions.
943         (rcirc-nick-completion-start-offset): Delete.
944         (rcirc-completion-at-point): New function for constructing
945         completion data for both nicks and irc commands.  Add to
946         completion-at-point-functions in rcirc mode.
947         (rcirc-complete): Rename from rcirc-nick-complete; use
948         rcirc-completion-at-point.
949         (defun-rcirc-command): Update rcirc-client-commands.
951 2010-09-11  Glenn Morris  <rgm@gnu.org>
953         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
954         atomically, to avoid parallel build errors.  (Bug#4196)
956 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
958         * progmodes/sql.el: Version 2.6
959         (sql-dialect): Synonym for "sql-product".
960         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
961         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
962         Set "sql-buffer" to buffer name not buffer object so multiple sql
963         interactive buffers work properly.  Reverts misguided changes in
964         earlier work.
965         (sql-comint): Make sure different buffer name is used if "*SQL*"
966         buffer is for a different product.
967         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
968         login param.
969         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
970         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
971         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
972         Accept new buffer name or prompt for one.
973         (sql-port): Default to zero.
974         (sql-comint-mysql): Handle "sql-port" as a numeric.
975         (sql-port-history): Delete unused variable.
976         (sql-get-login): Default "sql-port" to a number.
977         (sql-product-alist): Correct Postgres prompt and terminator regexp.
978         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
979         "sqlite3" executables.
980         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
981         (sql-buffer-live-p): New function.
982         (sql-mode-menu, sql-send-string): Use it.
983         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
984         syntax pattern.
985         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
986         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
988 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990         * net/netrc.el (netrc-credentials): New convenience function.
992 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
994         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
995         to replace texinfo-font-lock-syntactic-keywords.
996         (texinfo-mode): Use it.
998         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
999         Use syntax-propertize-function.
1001         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1002         replace sgml-font-lock-syntactic-keywords.
1003         (sgml-mode): Use it.
1005         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1006         since we don't use it.
1008         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1010         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1011         if available.
1012         (vhdl-fontify-buffer): Adjust.
1014         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1015         replace tcl-font-lock-syntactic-keywords.
1016         (tcl-mode): Use it.
1018         * progmodes/simula.el (simula-syntax-propertize-function): New var to
1019         replace simula-font-lock-syntactic-keywords.
1020         (simula-mode): Use it.
1022         * progmodes/sh-script.el (sh-st-symbol): Remove.
1023         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1024         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1025         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1026         (sh-font-lock-paren): Set syntax-multiline.
1027         (sh-font-lock-syntactic-keywords): Remove.
1028         (sh-syntax-propertize-function): New function to replace it.
1029         (sh-mode): Use it.
1031         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1032         Define while compiling.
1033         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1034         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1035         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1036         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1037         (ruby-here-doc-end-syntax): Only define when
1038         syntax-propertize is not available.
1039         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1040         New functions.
1041         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1042         (electric-indent-chars): Silence bytecompiler.
1043         (ruby-mode): Use prog-mode, syntax-propertize-function, and
1044         electric-indent-chars.
1046         * progmodes/python.el (python-syntax-propertize-function): New var to
1047         replace python-font-lock-syntactic-keywords.
1048         (python-mode): Use it.
1049         (python-quote-syntax): Simplify and adjust to new use.
1051         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1052         replace perl-font-lock-syntactic-keywords.
1053         (perl-syntax-propertize-special-constructs): New fun to replace
1054         perl-font-lock-special-syntactic-constructs.
1055         (perl-font-lock-syntactic-face-function): New fun.
1056         (perl-mode): Use it.
1058         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1059         to replace octave-font-lock-close-quotes.
1060         (octave-syntax-propertize-function): New function to replace
1061         octave-font-lock-syntactic-keywords.
1062         (octave-mode): Use it.
1064         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1065         replaces mixal-font-lock-syntactic-keywords.
1066         (mixal-mode): Use it.
1068         * progmodes/make-mode.el (makefile-syntax-propertize-function):
1069         New var; replaces makefile-font-lock-syntactic-keywords.
1070         (makefile-mode): Use it.
1071         (makefile-imake-mode): Adjust.
1073         * progmodes/js.el (js--regexp-literal): Define while compiling.
1074         (js-syntax-propertize-function): New var; replaces
1075         js-font-lock-syntactic-keywords.
1076         (js-mode): Use it.
1078         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1079         replaces gdb-script-font-lock-syntactic-keywords.
1080         (gdb-script-mode): Use it.
1082         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1083         (fortran--font-lock-syntactic-keywords): New var.
1084         (fortran-line-length): Update syntax-propertize-function and
1085         fortran--font-lock-syntactic-keywords.
1087         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1089         * progmodes/cfengine.el (cfengine-mode):
1090         Use syntax-propertize-function.
1091         (cfengine-font-lock-syntactic-keywords): Remove.
1093         * progmodes/autoconf.el (autoconf-mode):
1094         Use syntax-propertize-function.
1095         (autoconf-font-lock-syntactic-keywords): Remove.
1097         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1098         (ada-after-change-function, ada-initialize-syntax-table-properties)
1099         (ada-handle-syntax-table-properties): Only define when
1100         syntax-propertize is not available.
1101         (ada-mode): Use syntax-propertize-function.
1103         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1104         (font-lock-fontify-syntactic-keywords-region): Move handling of
1105         font-lock-syntactically-fontified to...
1106         (font-lock-default-fontify-region): ...here.
1107         Let syntax-propertize-function take precedence.
1108         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1110         * emacs-lisp/syntax.el (syntax-propertize-function)
1111         (syntax-propertize-chunk-size, syntax-propertize--done)
1112         (syntax-propertize-extend-region-functions): New vars.
1113         (syntax-propertize-wholelines, syntax-propertize-multiline)
1114         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1115         (syntax-propertize): New functions.
1116         (syntax-propertize-rules): New macro.
1117         (syntax-ppss-flush-cache): Set syntax-propertize--done.
1118         (syntax-ppss): Call syntax-propertize.
1120         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1122 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
1124         * textmodes/ispell.el (ispell-init-process): Improve comments.
1125         XEmacs compatibility changes regarding (add-hook) 'local option
1126         and (set-process-query-on-exit-flag).
1128 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
1130         * net/tramp-cache.el (tramp-parse-connection-properties):
1131         Set tramp-autoload cookie.
1133 2010-09-09  Glenn Morris  <rgm@gnu.org>
1135         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1136         (imagemagick-register-types): Doc fix.
1138 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1142         * progmodes/js.el (require): Require is already "eval-and-compile".
1143         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
1144         (js--re-search-backward): Use js--re-search-forward.
1146         * progmodes/fortran.el (fortran-line-length): Don't recompute
1147         syntactic keywords redundantly a second time.
1149         * progmodes/ada-mode.el: Replace "(set '" with setq.
1150         (ada-mode): Simplify.
1151         (ada-create-case-exception, ada-adjust-case-interactive)
1152         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1153         (ada-search-ignore-string-comment, ada-move-to-start)
1154         (ada-move-to-end): Use with-syntax-table.
1156         * font-lock.el (save-buffer-state): Remove `varlist' arg.
1157         (font-lock-unfontify-region, font-lock-default-fontify-region):
1158         Update usage correspondingly.
1159         (font-lock-fontify-syntactic-keywords-region):
1160         Set parse-sexp-lookup-properties buffer-locally here.
1161         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1163         * simple.el (blink-matching-open): Don't burp if we can't find a match.
1165 2010-09-08  Glenn Morris  <rgm@gnu.org>
1167         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1168         Error if not compiled with -DBYTE_CODE_METER.
1170         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1171         Ignore dir-locals-file.
1173 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1176         Not a const.
1177         (compilation-error-regexp-alist-alist): Rule out ": " in file names
1178         for the `gnu' messages.
1179         (compilation-set-skip-threshold): New command.
1180         (compilation-start): Use \' rather than $.
1181         (compilation-forget-errors): Use clrhash.
1183 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
1185         * textmodes/ispell.el (ispell-valid-dictionary-list):
1186         Simplify logic.
1188 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
1190         Migrate to Tramp 2.2.  Rearrange load dependencies.
1191         (Bug#1529, Bug#5448, Bug#5705)
1193         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1194         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1195         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1197         * net/tramp.el (top): Remove all other tramp-* loads except
1198         tramp-compat.el.  Remove all changes to tramp-unload-hook for
1199         other tramp-* packages.  Rearrange defun order.  Change calls of
1200         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1201         `tramp-compat-octal-to-decimal' to new function names.
1202         (tramp-terminal-type, tramp-initial-end-of-output)
1203         (tramp-methods, tramp-foreign-file-name-handler-alist)
1204         (tramp-tramp-file-p, tramp-completion-mode-p)
1205         (tramp-send-command-and-check, tramp-get-remote-path)
1206         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1207         (tramp-shell-quote-argument): Set tramp-autoload cookie.
1208         (with-file-property, with-connection-property): Move to
1209         tramp-cache.el.
1210         (tramp-local-call-process, tramp-decimal-to-octal)
1211         (tramp-octal-to-decimal): Move to tramp-compat.el.
1212         (tramp-handle-shell-command): Do not require 'shell.
1213         (tramp-compute-multi-hops): No special handling for tramp-gw-*
1214         symbols.
1215         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1217         * net/tramp-cache.el (top): Require 'tramp.  Add to
1218         `tramp-unload-hook'.
1219         (tramp-cache-data, tramp-get-file-property)
1220         (tramp-set-file-property, tramp-flush-file-property)
1221         (tramp-flush-directory-property, tramp-get-connection-property)
1222         (tramp-set-connection-property, tramp-flush-connection-property)
1223         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1224         cookie.
1225         (with-file-property, with-connection-property): New defuns, moved
1226         from tramp.el.
1227         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1228         macro.
1230         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1231         (tramp-version): Set tramp-autoload cookie.
1233         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
1234         changes to tramp-unload-hook for other tramp-* packages.  Add to
1235         `tramp-unload-hook'.
1236         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1237         (tramp-compat-call-process): New defuns, moved from tramp.el.
1239         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
1240         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1241         to `tramp-unload-hook'.  Change call of
1242         `tramp-compat-decimal-to-octal' to new function name.
1243         (tramp-fish-method): Make it a defconst.
1244         (tramp-fish-file-name-p): Make it a defsubst.
1245         (tramp-fish-method, tramp-fish-file-name-handler)
1246         (tramp-fish-file-name-p): Set tramp-autoload cookie.
1248         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1249         `tramp-foreign-file-name-handler-alist'.  Add to
1250         `tramp-unload-hook'.
1251         (tramp-ftp-method): Make it a defconst.
1252         (tramp-ftp-file-name-p): Make it a defsubst.
1253         (tramp-ftp-method, tramp-ftp-file-name-handler)
1254         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1256         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1257         `tramp-foreign-file-name-handler-alist'.  Add to
1258         `tramp-unload-hook'.  Change checks, whether package can be
1259         loaded.
1260         (tramp-gvfs-file-name-p): Make it a defsubst.
1261         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1262         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1263         (tramp-gvfs-handle-file-directory-p): New defun.
1264         (tramp-gvfs-file-name-handler-alist): Use it.
1266         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1267         `tramp-foreign-file-name-handler-alist'.  Add to
1268         `tramp-unload-hook'.
1269         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1270         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1271         defconst.
1272         (tramp-gw-tunnel-method, tramp-gw-socks-method)
1273         (tramp-gw-open-connection): Set tramp-autoload cookie.
1275         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
1276         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1277         to `tramp-unload-hook'.  Change checks, whether package can be
1278         loaded.
1279         (tramp-imap-file-name-p): Make it a defsubst.
1280         (tramp-imap-method, tramp-imaps-method)
1281         (tramp-imap-file-name-handler)
1282         (tramp-imap-file-name-p): Set tramp-autoload cookie.
1284         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
1285         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1286         to `tramp-unload-hook'.  Change checks, whether package can be
1287         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
1288         function name.
1289         (tramp-smb-tunnel-method): Make it a defconst.
1290         (tramp-smb-file-name-p): Make it a defsubst.
1291         (tramp-smb-method, tramp-smb-file-name-handler)
1292         (tramp-smb-file-name-p): Set tramp-autoload cookie.
1294         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1295         (tramp-uuencode-region): Set tramp-autoload cookie.
1297         * net/trampver.el (top) Add to `tramp-unload-hook'.
1298         (tramp-version, tramp-bug-report-address): Set tramp-autoload
1299         cookie.  Update release number.
1301 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
1303         * textmodes/ispell.el (ispell-start-process): Make sure original
1304         arg list is properly initialized (Bug#6993, Bug#6994).
1306 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1308         * files.el (directory-abbrev-alist): Use \` as default regexp.
1310         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1311         chars like - or ] (bug#6984).
1312         (rx-any-condense-range): Explode 2-char ranges.
1314 2010-09-06  Glenn Morris  <rgm@gnu.org>
1316         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1318 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * textmodes/bibtex.el:
1321         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1323 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325         * net/imap.el (imap-message-map): Remove optional buffer parameter,
1326         since no callers use it.
1327         (imap-message-get): Ditto.
1328         (imap-message-put): Ditto.
1329         (imap-mailbox-map): Ditto.
1330         (imap-mailbox-put): Ditto.
1331         (imap-mailbox-get): Ditto.
1332         (imap-mailbox-get): Revert last change for this function.
1334 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336         * net/imap.el (imap-fetch-safe): Remove function, and alter all
1337         callers to use `imap-fetch' instead.  According to the comments, this
1338         should be safe, since all other IMAP clients use the 1:* syntax.
1339         (imap-enable-exchange-bug-workaround): Remove.
1340         (imap-debug): Remove -- doesn't seem very useful.
1342 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344         * net/imap.el (imap-log): New convenience function used throughout
1345         instead of repeating the same code all over the place.
1347 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
1349         * mouse.el (mouse-save-then-kill): Save region to kill-ring
1350         when mouse-drag-copy-region is non-nil (Bug#6956).
1352 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
1354         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1355         Improve regexps (Bug#6987).
1356         (dired-sort-toggle): Search more robustly for -t flag.
1358         * files.el (get-free-disk-space): Search more robustly for
1359         "available" column.  Suggested by Ehud Karni
1360         <ehud@unix.mvs.co.il>.
1362 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1364         * international/uni-bidi.el:
1365         * international/uni-category.el:
1366         * international/uni-combining.el:
1367         * international/uni-decimal.el:
1368         * international/uni-mirrored.el:
1369         * international/uni-name.el: Regenerate.
1371 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1373         * electric.el (electric-indent-post-self-insert-function):
1374         Don't reindent with a sloppy indentation function.
1376         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1377         border case in change-log-mode.
1379 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
1381         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1382         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1383         Recognize leading tab in gcc-include regexp.  Ignore names with
1384         leading "from" or "in" in gnu regexp (Bug#6937).
1386 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1389         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1390         (ispell-start-process): Avoid setq and simplify logic.
1391         (ispell-init-process): Setup kill-buffer-hook locally when needed.
1392         (kill-buffer-hook): Don't use it globally with code that uses
1393         expand-file-name since that may call kill-buffer via
1394         code_conversion_restore.
1396 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
1398         * emacs-lisp/package.el (package-directory-list): Only call
1399         file-name-nondirectory on a string.
1401 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1403         * emacs-lisp/package.el (package--download-one-archive):
1404         Ensure that archive-contents is valid before saving it.
1405         (package-activate-1, package-mark-obsolete, define-package)
1406         (package-compute-transaction, package-list-maybe-add): Use push.
1408 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         Use SMIE's blink-paren for octave-mode.
1411         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1412         Backslashes do not escape single-quotes, single-quotes do.
1413         (octave-block-else-regexp, octave-block-end-regexp)
1414         (octave-block-match-alist): Remove.
1415         (octave-smie-bnf-table): New var, with old content.
1416         (octave-smie-op-levels): Use it.
1417         (octave-smie-closer-alist): New var.
1418         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
1419         (octave-blink-matching-block-open): Remove.
1420         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1421         (octave-electric-space): Let self-insert-command run expand-abbrev and
1422         blink parens.
1424         * electric.el (electricity): New group.
1425         (electric-indent-chars): New var.
1426         (electric-indent-post-self-insert-function): New fun.
1427         (electric-indent-mode): New minor mode.
1428         (electric-pair-skip-self): New custom.
1429         (electric-pair-post-self-insert-function): New function.
1430         (electric-pair-mode): New minor mode.
1432         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1433         calcAlg-blink-matching-open.
1434         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1435         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1436         Use the new blink-matching-check-function.
1438         Provide blink-matching support to SMIE.
1439         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1440         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1441         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1443         * simple.el (newline): Fix last change to properly remove itself from
1444         the hook.
1446 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * simple.el (newline): Eliminate optimization.
1449         Use post-self-insert-hook to set hard-newline and things before
1450         running post-self-insert-hook.
1451         (blink-matching-check-mismatch): New function.
1452         (blink-matching-check-function): New variable.
1453         (blink-matching-open): Use them.
1454         Skip back forward over prefix chars skipped by forward-sexp.
1455         Don't check if the parens are backslash escaped.
1456         (blink-paren-post-self-insert-function): Check backslash escaping here.
1458 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1460         * emacs-lisp/package.el (package-menu-mode-map):
1461         Change package-menu-revert bindings to revert-buffer.
1462         (package-menu-mode): Set revert-buffer-function.
1463         (package-menu-revert): Doc fix.
1465 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1467         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1468         `default-directory' unless using Ispell per-directory personal
1469         dictionaries and not in a mini-buffer under XEmacs.
1470         (kill-buffer-hook): Do not kill ispell process on exit when
1471         `ispell-process-directory' is "~/".  (Bug#6143)
1473 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1475         * simple.el (kill-new): Call interprogram-cut-function with only
1476         one argument.
1478         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1479         Remove cut buffer from error message.
1481         * term/x-win.el (x-select-text):
1482         * term/pc-win.el (x-selection-value):
1483         * term/ns-win.el (x-selection-value):
1484         * eshell/em-term.el:
1485         * w32-fns.el (x-get-selection-value):
1486         * mouse-sel.el (mouse-sel-set-selection-function):
1487         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1489         * term/x-win.el: Update documentation for x-last-selected-text-*.
1490         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1491         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1492         (x-select-text): Remove argument PUSH, update documentation.  Remove
1493         cut-buffer code.
1494         (x-selection-value-internal): Was previously x-selection-value.
1495         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1496         Update documentation, remove cut-buffer code.  Call
1497         x-selection-value-internal.
1498         (x-clipboard-yank): Call x-selection-value-internal.
1499         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1501         * term/pc-win.el (x-last-selected-text):
1502         x-cut-buffer-or-selection-value renamed to x-selection-value
1503         (x-select-text): Remove argument PUSH, update documentation.
1505         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1506         x-cut-buffer-or-selection-value renamed to x-selection-value
1507         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1508         (x-select-text): Remove argument PUSH, update documentation.
1510         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1512         * w32-fns.el (x-last-selected-text):
1513         x-cut-buffer-or-selection-value renamed to x-selection-value.
1514         (x-cut-buffer-max): Remove.
1515         (x-select-text): Remove argument PUSH, update documentation.
1517         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1519         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1521         * mouse-sel.el (mouse-sel-get-selection-function):
1522         x-cut-buffer-or-selection-value renamed to x-selection-value.
1523         (x-select-text): Remove optional push.
1525 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * simple.el (blink-paren-function): Move from C to here.
1528         (blink-paren-post-self-insert-function): New function.
1529         (post-self-insert-hook): Use it.
1531         * emacs-lisp/pcase.el (pcase-split-memq):
1532         Fix overenthusiastic optimisation.
1533         (pcase-u1): Handle the case of a lambda pred.
1535 2010-08-31  Kenichi Handa  <handa@m17n.org>
1537         * international/mule-cmds.el (standard-display-european-internal):
1538         Setup standard-display-table for 8-bit characters by storing 8-bit
1539         characters in the element vector.
1541         * disp-table.el (standard-display-8bit):
1542         Setup standard-display-table for 8-bit characters by storing 8-bit
1543         characters in the element vector.
1544         (standard-display-european): Likewise.
1546 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1548         * textmodes/nroff-mode.el (nroff-view): New command.
1549         (nroff-mode-map): Bind it to C-c C-c.
1551 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1553         * emacs-lisp/smie.el (smie-down-list): New command.
1555         Remove old indentation and navigation code on octave-mode.
1556         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1557         smie-down-list rather than add a binding for octave-down-block.
1558         (octave-mark-block, octave-blink-matching-block-open):
1559         Rely on forward-sexp-function.
1560         (octave-fill-paragraph): Don't narrow, so you can use
1561         indent-according-to-mode.
1562         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1563         (octave-in-block-p, octave-re-search-forward-kw)
1564         (octave-re-search-backward-kw, octave-indent-calculate)
1565         (octave-end-as-array-index-p, octave-block-end-offset)
1566         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1567         (octave-down-block, octave-backward-up-block, octave-up-block)
1568         (octave-before-magic-comment-p, octave-indent-line): Remove.
1570 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1572         * emacs-lisp/package.el (package--read-archive-file): Just use
1573         `read', to avoid copying an additional string.
1574         (package-menu-mode): Set header-line-format here.
1575         (package-menu-refresh, package-menu-revert): Signal an error if
1576         not in the Package Menu.
1577         (package-menu-package-list): New var.
1578         (package--generate-package-list): Operate on the current buffer;
1579         don't assume that it is *Packages*, since the user may rename it.
1580         Allow persistent package listings and sort keys using
1581         package-menu-package-list and package-menu-package-sort-key.
1582         (package-menu--version-predicate): Fix version calculation.
1583         (package-menu-sort-by-column): Don't select the window.
1584         (package--list-packages): Create the *Packages* buffer.
1585         Set package-menu-package-list-key.
1586         (list-packages): Sorting by status is now the default.
1587         (package-buffer-info): Use match-string-no-properties.
1588         (define-package): Add a &rest argument for future proofing, but
1589         don't use it yet.
1590         (package-install-from-buffer, package-install-buffer-internal):
1591         Merge into a single function, package-install-from-buffer.
1592         (package-install-file): Change caller.
1594         * finder.el: Load finder-inf using `require'.
1595         (finder-list-matches): Sorting by status is now the default.
1596         (finder-compile-keywords): Simpify printing.
1598 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1601         (octave-mode-map): Remove special bindings for forward/backward-block
1602         and octave-backward-up-block.  Use smie-close-block.
1603         (octave-continuation-marker-regexp): New var.
1604         (octave-continuation-regexp): Use it.
1605         (octave-operator-table, octave-smie-op-levels)
1606         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1607         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1608         (octave-mode): Use SMIE.
1609         (octave-close-block): Delete.
1611 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1613         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1614         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1616 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1618         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1619         a list of parents.
1620         (smie-indent-column): Allow indirection through variables.
1622         * composite.el (save-buffer-state): Delete, unused.
1623         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1624         (font-lock-default-fontify-region): Use with-syntax-table.
1625         * jit-lock.el (with-buffer-unmodified): Remove.
1626         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1628         Use `declare' in defmacros.
1629         * window.el (save-selected-window):
1630         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1631         * progmodes/python.el (def-python-skeleton):
1632         * net/dbus.el (dbus-ignore-errors):
1633         * jka-cmpr-hook.el (with-auto-compression-mode):
1634         * international/mule.el (with-category-table):
1635         * emacs-lisp/timer.el (with-timeout):
1636         * emacs-lisp/lisp-mnt.el (lm-with-file):
1637         * emacs-lisp/eieio.el (with-slots):
1638         * emacs-lisp/easymenu.el (easy-menu-define):
1639         * emacs-lisp/debug.el (debugger-env-macro):
1640         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1641         (Multiple-value-call, Multiple-value-prog1):
1642         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1643         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1644         edebug rule to definition.
1645         * emacs-lisp/lisp-mode.el (save-selected-window)
1646         (with-current-buffer, combine-after-change-calls)
1647         (with-output-to-string, with-temp-file, with-temp-buffer)
1648         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1649         (dolist, dotimes, when, unless):
1650         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1652 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1654         * finder.el: Require `package'.
1655         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1656         (finder-package-info): Var deleted.
1657         (finder-keywords-hash, finder--builtins-alist): New vars.
1658         (finder-compile-keywords): Compute package--builtins and
1659         finder-keywords-hash instead of finder-keywords-hash, respecting
1660         the "Package" header.
1661         (finder-unknown-keywords, finder-list-matches):
1662         Use finder-keywords-hash and package--list-packages.
1663         (finder-mode): Don't set font-lock-defaults.
1664         (finder-exit): We don't use "*Finder-package*" and "*Finder
1665         Category*" buffers anymore.
1667         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1668         (package--builtins): Set default value to nil.
1669         (package-initialize): Load precomputed value of package--builtins
1670         from finder-inf.el.
1671         (package-alist, package-compute-transaction)
1672         (package-download-transaction): Improve docstring.
1673         (package-read-all-archive-contents): Do not change
1674         package--builtins here.
1675         (list-packages): Make package-list-packages an alias for this.
1676         Sort by status by default.
1677         (package--list-packages): Add optional PACKAGES arg.
1678         (describe-package-1): Use font-lock-face property.  For built-in
1679         packages, insert file commentary.
1680         (package--generate-package-list): Rename from
1681         package-list-packages-internal; all callers changed.  Add optional
1682         PACKAGES arg.  Add alphabetical sort fallbacks.
1683         (package-menu--version-predicate, package-menu--status-predicate)
1684         (package-menu--description-predicate)
1685         (package-menu--name-predicate): New functions.
1687         * info.el (Info-finder-find-node): Search package-alist instead of
1688         finder-package-info.
1690 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1692         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1693         "alpha" and "beta".
1694         (version-to-list): Handle versions like "10.3d".
1696 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1699         (macroexp-accumulate): Use `declare'.
1701 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1703         * whitespace.el (whitespace-style): Adjust type declaration.
1705 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1707         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1708         empty argument to gvfs-copy.
1710 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1712         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1713         handle new TRASH arg of `delete-file'.
1715 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1717         * net/tramp.el (tramp-handle-insert-directory): Don't use
1718         `forward-word', its default syntax could be changed.
1720 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1721             Michael Albinus  <michael.albinus@gmx.de>
1723         Implement compression for inline methods.
1725         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1726         (tramp-copy-size-limit): Allow also nil.
1727         (tramp-inline-compress-commands): New defconst.
1728         (tramp-find-inline-compress, tramp-get-inline-compress)
1729         (tramp-get-inline-coding): New defuns.
1730         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1731         replaced by `tramp-get-inline-coding'.
1732         (tramp-handle-file-local-copy, tramp-handle-write-region)
1733         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1735 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1737         Detect ssh 'ControlMaster' argument automatically in some cases.
1739         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1740         (tramp-default-method): Use it.
1742 2010-08-26  Karel Klíč  <kklic@redhat.com>
1744         * net/tramp.el (tramp-file-name-for-operation):
1745         Add file-selinux-context.
1747 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1749         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1751 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1753         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1754         (Bug#6907).
1756 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1758         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1759         (js-paren-indent-offset, js-square-indent-offset)
1760         (js-curly-indent-offset): New options.
1761         (js--proper-indentation): Use them.
1763 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1765         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1766         instead of inspecting font-lock properties (Bug#6916).
1768 2010-08-26  David Reitter  <david.reitter@gmail.com>
1770         * server.el (server-visit-files): Run pre-command-hook and
1771         post-command-hook for each buffer while it is current (Bug#6910).
1772         (server-execute): Do not run hooks here.
1774 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1776         Sync with Tramp 2.1.19.
1778         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1779         (tramp-reporter-dump-variable, tramp-load-report-modules)
1780         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1781         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1783         * net/tramp-compat.el (top): Do not autoload
1784         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1785         only when `start-file-process' is not bound.
1786         (byte-compile-not-obsolete-vars): Define if not bound.
1787         (tramp-compat-funcall): New defmacro.
1788         (tramp-compat-line-beginning-position)
1789         (tramp-compat-line-end-position)
1790         (tramp-compat-temporary-file-directory)
1791         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1792         (tramp-compat-copy-file, tramp-compat-copy-directory)
1793         (tramp-compat-delete-file, tramp-compat-delete-directory)
1794         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1795         Use it.
1796         (tramp-advice-file-expand-wildcards): Do not use
1797         `tramp-handle-file-remote-p'.
1798         (tramp-compat-make-temp-file): Simplify fallback implementation.
1799         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1800         (tramp-compat-copy-tree): Remove function.
1801         (tramp-compat-delete-file): New defun.
1802         (tramp-compat-delete-directory): Provide implementation for older
1803         Emacsen.
1804         (tramp-compat-file-attributes): Handle only
1805         `wrong-number-of-arguments' error.
1807         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1808         Add PRESERVE_SELINUX_CONTEXT.
1809         (tramp-fish-handle-delete-file): Add TRASH arg.
1810         (tramp-fish-handle-directory-files-and-attributes):
1811         Do not use `tramp-fish-handle-file-attributes.
1812         (tramp-fish-handle-file-local-copy)
1813         (tramp-fish-handle-insert-file-contents)
1814         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1816         * net/tramp-gvfs.el (top): Require url-util.
1817         (tramp-gvfs-mount-point): Remove.
1818         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1819         and `set-file-selinux-context'.
1820         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1821         (tramp-gvfs-handle-file-selinux-context)
1822         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1823         (with-tramp-dbus-call-method): Format trace message.
1824         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1825         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1826         Implement backup call, when operation on local files fails.
1827         Use progress reporter.  Flush properties of changed files.
1828         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1829         `tramp-compat-delete-file'.
1830         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1831         (tramp-gvfs-handle-make-directory): Make more traces.
1832         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1833         (tramp-gvfs-url-file-name): Hexify file name in url.
1834         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1835         into account for the resulting file name.
1836         (tramp-gvfs-handler-askquestion): Preserve current message, in
1837         order to let progress reporter continue afterwards.  (Bug#6257)
1838         Return dummy mountpoint, when the answer is "no".
1839         See `tramp-gvfs-maybe-open-connection'.
1840         (tramp-gvfs-handler-mounted-unmounted)
1841         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1842         attribute "default_location".  Set "prefix" property.
1843         Handle default-location.
1844         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1845         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1846         exists.  Raise an error, if not (due to a corresponding answer
1847         "no" in interactive questions, for example).
1848         Use `tramp-compat-funcall'.
1850         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1851         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1852         (tramp-imap-do-copy-or-rename-file)
1853         (tramp-imap-handle-insert-file-contents)
1854         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1855         (tramp-imap-handle-delete-file): Add TRASH arg.
1857         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1858         Add PRESERVE-SELINUX-CONTEXT.
1859         (tramp-smb-handle-copy-file)
1860         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1861         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1862         Use `with-progress-reporter'.
1863         (tramp-smb-handle-delete-file): Add TRASH arg.
1865         * net/tramp.el (tramp-methods): Move hostname to the end in all
1866         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1867         appropriate.
1868         (tramp-verbose): Describe verbose level 9.
1869         (tramp-completion-function-alist)
1870         (tramp-file-name-regexp, tramp-chunksize)
1871         (tramp-local-coding-commands, tramp-remote-coding-commands)
1872         (with-connection-property, tramp-completion-mode-p)
1873         (tramp-action-process-alive, tramp-action-out-of-band)
1874         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1875         (tramp-exists-file-name-handler): Fix docstring.
1876         (tramp-remote-process-environment): Use `format' instead of
1877         `concat'.  Protect version string by apostroph.
1878         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1879         XEmacs.
1880         (tramp-file-name-regexp-unified)
1881         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1882         not regard the volume letter as remote filename.  (Bug#5447)
1883         (tramp-perl-file-attributes)
1884         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1885         (tramp-vc-registered-read-file-names): Read input as
1886         here-document, otherwise the command could exceed maximum length
1887         of command line.
1888         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1889         `set-file-selinux-context'.
1890         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1891         backtrace functions.
1892         (tramp-error-with-buffer): Don't show the connection buffer when
1893         we are in completion mode.
1894         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1895         (tramp-handle-file-selinux-context)
1896         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1897         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1898         New defuns.
1899         (with-progress-reporter): New defmacro.
1900         (tramp-debug-outline-regexp): New defconst.
1901         (top, tramp-rfn-eshadow-setup-minibuffer)
1902         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1903         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1904         (tramp-completion-mode-p, tramp-check-for-regexp)
1905         (tramp-open-connection-setup-interactive-shell)
1906         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1907         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1908         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1909         Use `tramp-compat-funcall'.
1910         (tramp-handle-make-symbolic-link): Flush file properties.
1911         (tramp-handle-load, tramp-handle-file-local-copy)
1912         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1913         (tramp-handle-vc-registered, tramp-maybe-send-script)
1914         (tramp-find-shell): Use `with-progress-reporter'.
1915         (tramp-do-file-attributes-with-stat): Add space in format string,
1916         in order to work around a bug in pdksh.  Reported by Gilles Pion
1917         <gpion@lfdj.com>.
1918         (tramp-handle-verify-visited-file-modtime): Do not send a command
1919         when the connection is not established.
1920         (tramp-handle-set-file-times): Simplify the check for utc.
1921         (tramp-handle-directory-files-and-attributes)
1922         (tramp-get-remote-path): Use `copy-tree'.
1923         (tramp-completion-handle-file-name-all-completions): Ensure, that
1924         non remote files are still checked.  Oops.
1925         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1926         Handle PRESERVE-SELINUX-CONTEXT.
1927         (tramp-do-copy-or-rename-file): Add progress reporter.
1928         (tramp-do-copy-or-rename-file-directly): Do not use
1929         `tramp-handle-file-remote-p'.
1930         (tramp-do-copy-or-rename-file-out-of-band):
1931         Use `tramp-compat-delete-directory'.
1932         (tramp-do-copy-or-rename-file-out-of-band)
1933         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1934         Use `format-spec-make'.
1935         (tramp-handle-delete-file): Add TRASH arg.
1936         (tramp-handle-dired-uncache): Flush directory cache, not only file
1937         cache.
1938         (tramp-handle-expand-file-name)
1939         (tramp-completion-handle-file-name-all-completions)
1940         (tramp-completion-handle-file-name-completion):
1941         Use `tramp-connectable-p'.
1942         (tramp-handle-start-file-process): Set connection property "vec".
1943         Use it, in order to invalidate file caches.  Check only for
1944         `remote-tty' process property.
1945         Implement tty setting.  (Bug#4604, Bug#6360)
1946         (tramp-file-name-for-operation): Add `call-process-region' and
1947         `set-file-selinux-context'.
1948         (tramp-find-foreign-file-name-handler)
1949         (tramp-advice-make-auto-save-file-name)
1950         (tramp-set-auto-save-file-modes): Remove superfluous check for
1951         `stringp'.  This is done inside `tramp-tramp-file-p'.
1952         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1953         operations when we are in completion mode.  This gives the user
1954         the chance to correct the file name in the minibuffer.
1955         (tramp-completion-mode-p): Use `non-essential'.
1956         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1957         compatibility: Use `completion-ignore-case' if
1958         `read-file-name-completion-ignore-case' does not exist.
1959         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1960         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1961         `tramp-open-shell'.
1962         (tramp-action-password): Hide password prompt before next run.
1963         (tramp-process-actions): Widen connection buffer for the trace.
1964         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1965         process property.  Trace stty settings if `tramp-verbose' >= 9.
1966         Apply workaround for IRIX64 bug.  Move argument of last
1967         `tramp-send-command' where it belongs to.
1968         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1969         front of `login-args'.
1970         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1971         on "/dev/null" instead of "/".
1972         (tramp-get-ls-command-with-dired): Make test for "--dired"
1973         stronger.
1974         (tramp-set-auto-save-file-modes): Adapt version check.
1975         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1976         (tramp-handle-process-file): Call the program in a subshell, in
1977         order to preserve working directory.
1978         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1979         `tramp-remote-sh' from `tramp-methods'.
1980         (tramp-get-ls-command): Make test for "--color=never" stronger.
1981         (tramp-check-for-regexp): Use (forward-line 1).
1983         * net/trampver.el: Update release number.
1985 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1987         * help.el (help-map): Bind `C-h P' to describe-package.
1989         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1991         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1992         when downloading archives.
1993         (describe-package-1): Add package commentary.
1994         (package-install-button-action): New function.
1995         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1996         (package-menu-view-commentary): Function removed.
1997         (package-list-packages-internal): Hide the `package' package too.
1999 2010-08-25  Kenichi Handa  <handa@m17n.org>
2001         * language/misc-lang.el ("Arabic"): New language environment.
2002         Setup composition-function-table for Arabic characters.
2004         * international/fontset.el (setup-default-fontset): Fix typo for
2005         arabic OTF spec (fini->fina).
2007 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
2009         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2010         on all frames.
2012 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2014         * whitespace.el: Allow cleaning up blanks without blank
2015         visualization (Bug#6651).  Adjust help window for
2016         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2017         instead of whitespace-line-column (from EmacsWiki).  New version
2018         13.1.
2019         (whitespace-style): Added new value 'face.  Adjust docstring.
2020         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2021         foreground property face.
2022         (whitespace-line-column): Adjust docstring and type declaration.
2023         (whitespace-style-value-list, whitespace-toggle-option-alist)
2024         (whitespace-help-text): Adjust const initialization.
2025         (whitespace-toggle-options, global-whitespace-toggle-options):
2026         Adjust docstring.
2027         (whitespace-display-window, whitespace-interactive-char)
2028         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2029         (whitespace-help-scroll): New fun.
2031 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2033         * emacs-lisp/package.el (list-packages): Alias for
2034         package-list-packages.
2036 2010-08-24  Kevin Ryde  <user42@zip.com.au>
2038         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2039         (Bug#5651).
2041         * progmodes/ruby-mode.el (ruby): Add defgroup.
2043 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2045         * progmodes/python.el: Add Ipython support (Bug#5390).
2046         (python-shell-prompt-alist)
2047         (python-shell-continuation-prompt-alist): New options.
2048         (python--set-prompt-regexp): New function.
2049         (inferior-python-mode, run-python, python-shell): Require
2050         ansi-color.  Use python--set-prompt-regexp to set the comint
2051         prompt based on the Python interpreter.
2052         (python--prompt-regexp): New var.
2053         (python-check-comint-prompt)
2054         (python-comint-output-filter-function): Use it.
2055         (run-python): Use a pipe (Bug#5694).
2057 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
2059         * progmodes/python.el (python-send-region): Send a different
2060         Python command if Ipython is in use.
2061         (python-check-version): Use a Python command to find the version.
2063 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2065         * mouse.el (mouse-yank-primary): Avoid setting primary when
2066         deactivating the mark (Bug#6872).
2068 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
2070         * progmodes/python.el (python-block-pairs): Allow use of "finally"
2071         with "else" (Bug#3991).
2073 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2075         * net/dbus.el: Accept UNIX domain sockets as bus address.
2076         (top): Don't initialize `dbus-registered-objects-table' anymore,
2077         this is done in dbusbind,c.
2078         (dbus-check-event): Adapt test for bus.
2079         (dbus-return-values-table, dbus-unregister-service)
2080         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2081         Adapt doc string.
2083 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
2085         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2087 2010-08-22  Juri Linkov  <juri@jurta.org>
2089         * simple.el (read-extended-command): New function with the logic
2090         for `completing-read' moved to Elisp from `execute-extended-command'.
2091         Use `function-called-at-point' in `minibuffer-default-add-function'
2092         to get a command name for M-n (bug#5364, bug#5214).
2094 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2096         * startup.el (command-line-1): Issue warning for ignored arguments
2097         --unibyte, etc (Bug#6886).
2099 2010-08-22  Leo  <sdl.web@gmail.com>
2101         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2102         (ignore, bright, dim, keyword): Split list of nicknames before
2103         passing to rcirc-add-or-remove (Bug#6894).
2105 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2107         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2109 2010-08-22  Leo  <sdl.web@gmail.com>
2111         Fix buffer-list rename&refresh after killing a buffer in ido.
2112         * ido.el: Revert Óscar's.
2113         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2114         Remember the buffers at head, rather than their name.
2115         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2117 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
2118             Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2121         extra backslash added to each line (bug#6890).
2123 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * subr.el (read-key): Don't echo keystrokes (bug#6883).
2127 2010-08-22  Glenn Morris  <rgm@gnu.org>
2129         * menu-bar.el (menu-bar-games-menu): Add landmark.
2131 2010-08-22  Glenn Morris  <rgm@gnu.org>
2133         * align.el (align-regexp): Make group and spacing arguments
2134         use the interactive defaults when non-interactive.  (Bug#6698)
2136         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2137         expansion, so as not to need sendmail.
2138         (mail-text-start): Remove declaration.
2139         (rmail-retry-failure): Require sendmail.
2141 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2143         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2145 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
2147         * progmodes/flymake.el (flymake-start-syntax-check-process):
2148         Use `start-file-process' in order to let it run also on remote hosts.
2150 2010-08-22  Kenichi Handa  <handa@m17n.org>
2152         * files.el: Add `word-wrap' as safe local variable.
2154 2010-08-22  Glenn Morris  <rgm@gnu.org>
2156         * woman.el (woman-translate): Case matters.  (Bug#6849)
2158 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2160         * simple.el (kill-region): Doc fix (Bug#6787).
2162 2010-08-22  Glenn Morris  <rgm@gnu.org>
2164         * calendar/diary-lib.el (diary-header-line-format):
2165         Fit it to the window, not the frame.
2167 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
2169         * subr.el (ignore-errors): Add debug declaration.
2171 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2173         * whitespace.el (whitespace-color-off): Remove post-command-hook
2174         locally.
2176 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2180 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2182         * cus-edit.el (custom-group-value-create): Add extra newline
2183         before end line (Bug#6876).
2185 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2187         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2188         when extending it.  Before killing on the second click, check if
2189         the buffer is the correct one.  Doc fix.
2190         (mouse-secondary-save-then-kill): Allow usage without first
2191         calling mouse-start-secondary, by defaulting to point.  Don't save
2192         an empty secondary selection.  Doc fix.
2194 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2196         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2197         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2198         New version 13.0.
2199         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2200         Adjust initialization.
2201         (whitespace-bob-marker, whitespace-eob-marker)
2202         (whitespace-buffer-changed): New vars.
2203         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2204         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2205         (whitespace-post-command-hook, whitespace-display-char-on):
2206         Adjust code.
2207         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2208         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2210 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2212         * files.el (locate-file-completion-table): Only list the .el and .elc
2213         extensions if there's no other choice (bug#5955).
2215         * facemenu.el (facemenu-self-insert-data): New var.
2216         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2217         New functions.
2218         (facemenu-add-face): Use them.
2220         * simple.el (blink-matching-open): Obey forward-sexp-function.
2222 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * simple.el (prog-mode-map): New var.
2225         (prog-indent-sexp): New command.
2227         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2229         * progmodes/prolog.el (smie): Require.
2231         * emacs-lisp/smie.el (smie-default-backward-token)
2232         (smie-default-forward-token): Strip properties.
2233         (smie-next-sexp): Be more careful with associative operators.
2234         (smie-forward-sexp-command): Generalize.
2235         (smie-backward-sexp-command): Simplify.
2236         (smie-closer-alist): New var.
2237         (smie-close-block): New command.
2238         (smie-indent-debug-log): New var.
2239         (smie-indent-offset-rule): Add a few more cases.
2240         (smie-indent-column): New function.
2241         (smie-indent-after-keyword): Use it.
2242         (smie-indent-keyword): Use it.
2243         Fix up the opener code's point position.
2244         (smie-indent-comment): Only applies at BOL.
2245         (smie-indent-debug): New command.
2247         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2248         declarations that are useful before running the macro.
2250 2010-08-18  Joakim Verona  <joakim@verona.se>
2252         * image.el (imagemagick-types-inhibit): New variable.
2253         (imagemagick-register-types): New function.
2254         * image-mode.el (image-transform-properties): New function.
2255         (image-transform-set-scale, image-transform-fit-to-height)
2256         (image-transform-set-rotation, image-transform-set-resize)
2257         (image-transform-fit-to-width, image-transform-fit-to-height):
2258         New functions.
2259         (image-toggle-display-image): Support image transforms.
2261 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2263         * image.el (create-animated-image): Don't add heuristic mask to image
2264         (Bug#6839).
2266 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
2268         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2269         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2271 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2273         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2275         Font-lock '...' strings, plus various simplifications and fixes.
2276         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2277         (octave-font-lock-close-quotes): New function.
2278         (octave-font-lock-syntactic-keywords): New var.
2279         (octave-mode): Use it.  Set beginning-of-defun-function.
2280         (octave-mode-map): Don't override the <foo>-defun commands.
2281         (octave-mode-menu): Pass it directly to easy-menu-define;
2282         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2283         (octave-block-match-alist): Fix up last change so that
2284         octave-close-block uses the more specific keyword.
2285         (info-lookup-mode): Silence byte-compiler.
2286         (octave-beginning-of-defun): Not interactive any more.
2287         Optimize slightly.
2288         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2289         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2290         (octave-completion-at-point-function): Make sure point is within
2291         beg..end.
2292         (octave-reindent-then-newline-and-indent):
2293         Use reindent-then-newline-and-indent.
2294         (octave-add-octave-menu): Remove.
2296 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
2298         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2299         (report-emacs-bug-can-use-xdg-email): New functions.
2300         (report-emacs-bug): Set can-xdg-email to result of
2301         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
2302         \C-cm to report-emacs-bug-insert-to-mailer and add help text
2303         about it.
2305         * net/browse-url.el (browse-url-default-browser): Add cond
2306         for browse-url-xdg-open.
2307         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2309 2010-08-17  Glenn Morris  <rgm@gnu.org>
2311         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2312         (c-fontify-recorded-types-and-refs): Define for compiler.
2313         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2314         before use.
2316         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2317         Fix format call.
2319 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
2321         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2322         properties.
2323         (tramp-handle-process-file): Call the program in a subshell, in
2324         order to preserve working directory.
2325         (tramp-action-password): Hide password prompt before next run.
2326         (tramp-process-actions): Widen connection buffer for the trace.
2328 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2330         * net/rcirc.el (rcirc-log-process-buffers): New option.
2331         (rcirc-print): Use it.
2332         (rcirc-generate-log-filename): New function.
2333         (rcirc-log-filename-function): Change default to
2334         rcirc-generate-log-filename (Bug#6828).
2336 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
2338         * simple.el (deactivate-mark): If select-active-regions is `only',
2339         only set selection for temporarily active regions.
2341         * cus-start.el: Change defcustom for select-active-regions.
2343 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2345         * mouse.el (mouse--drag-set-mark-and-point): New function.
2346         (mouse-drag-track): Use LOCATION arg to push-mark.
2347         Use mouse--drag-set-mark-and-point to take click-count into
2348         consideration when updating point and mark (Bug#6840).
2350 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2352         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2353         Give the Ruby rule a lower priority than Gnu (Bug#6778).
2355 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2357         * font-lock.el (lisp-font-lock-keywords-2):
2358         Add combine-after-change-calls, condition-case-no-debug,
2359         with-demoted-errors, and with-silent-modifications (Bug#6025).
2361 2010-08-14  Kevin Ryde  <user42@zip.com.au>
2363         * emacs-lisp/copyright.el (copyright-update-year)
2364         (copyright-update): Temporary switch-to-buffer to ensure the
2365         buffer change being queried is visible (Bug#5394).
2367 2010-08-14  Tom Tromey  <tromey@redhat.com>
2369         * progmodes/etags.el (tags-file-name): Mark safe if stringp
2370         (Bug#6733).
2372 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
2374         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2375         MS-DOS.  (Bug#6689)
2377 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
2379         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2380         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2381         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2382         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2383         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2384         Call menu-bar-set-tool-bar-position.
2386 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2389         comment style (bug#6834).
2390         * progmodes/scheme.el (scheme-mode-syntax-table):
2391         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2392         "b" flag in "' 14b" syntax.
2394         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2395         for (un)commenting the region and performing completion.
2396         (octave-mode-menu): Use standard commands for help and completion.
2397         (octave-mode-syntax-table): Support %{..%} comments (sort of).
2398         (octave-mode): Use define-derived-mode.
2399         Set completion-at-point-functions and don't set columns.
2400         Don't disable adaptive-fill-regexp.
2401         (octave-describe-major-mode, octave-comment-region)
2402         (octave-uncomment-region, octave-comment-indent)
2403         (octave-indent-for-comment): Remove.
2404         (octave-indent-calculate): Rename from calculate-octave-indent.
2405         (octave-indent-line, octave-fill-paragraph): Update caller.
2406         (octave-initialize-completions): No need to make an alist.
2407         (octave-completion-at-point-function): New function.
2408         (octave-complete-symbol): Use it.
2409         (octave-insert-defun): Use define-skeleton.
2411         * progmodes/octave-mod.el (octave-mode): Set comment-add.
2412         (octave-mode-map): Use comment-dwim (bug#6829).
2414 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2416         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2417         indentation of inserted comment.
2419 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
2421         * faces.el (region): Add type gtk that uses gtk colors.
2423         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2424         Handle theme-name change.
2426 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2428         * progmodes/sql.el: Version 2.5
2429         (sql-product-alist): Add :prompt-cont-regexp property for several
2430         database products.
2431         (sql-prompt-cont-regexp): New variable.
2432         (sql-output-newline-count, sql-output-by-send):
2433         New variables.  Record number of newlines in input text.
2434         (sql-send-string): Handle multiple filters and count newlines.
2435         (sql-send-magic-terminator): Count terminator newline.
2436         (sql-interactive-remove-continuation-prompt): Filters output to
2437         remove continuation prompts; one for each newline.
2438         (sql-interactive-mode): Set up new variables, prompt regexp and
2439         output filter.
2440         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2441         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2443 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * emacs-lisp/pcase.el: New file.
2447 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2449         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2450         as here-document, otherwise the command could exceed maximum
2451         length of command line.
2452         (tramp-handle-vc-registered): Call script accordingly.
2453         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2455 2010-08-10  Kenichi Handa  <handa@m17n.org>
2457         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2458         composable pattern.
2460 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2462         * emacs-lisp/package.el (package-version-split)
2463         (package--version-first-nonzero, package-version-compare):
2464         Functions removed.
2465         (package-directory-list, package-load-all-descriptors)
2466         (package--built-in, package-activate, define-package)
2467         (package-installed-p, package-compute-transaction)
2468         (package-read-all-archive-contents)
2469         (package--add-to-archive-contents, package-buffer-info)
2470         (package-tar-file-info, package-list-packages-internal):
2471         Use version-to-list and version-list-*.
2473         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2474         Use version-to-list.
2475         (package-upload-buffer-internal): Use version-list-<=.
2477 2010-08-09  Kenichi Handa  <handa@m17n.org>
2479         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2480         composable pattern.
2482 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2484         * tutorial.el (tutorial--default-keys): C-d is now bound to
2485         delete-forward-char (Bug#6826).
2487         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2488         for `double' value of mouse-1-click-follows-link (Bug#6807).
2490 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2492         * replace.el (replace-highlight): Bind isearch-forward and
2493         isearch-error, ensuring that highlighting is updated if the user
2494         switches the search direction (Bug#6808).
2496         * isearch.el (isearch-lazy-highlight-forward): New var.
2497         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2498         (isearch-lazy-highlight-update): Use it.
2500 2010-08-08  Kenichi Handa  <handa@m17n.org>
2502         * international/mule.el (define-charset): Store NAME as :base property.
2503         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2504         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2505         current priority.  Force using the designation of the specific
2506         charset by adding `charset' text property.  Improve the whole algorithm.
2508 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2510         * emulation/pc-select.el (pc-selection-mode-hook)
2511         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2512         (pc-selection-mode): Fix typos in docstrings.
2514 2010-08-08  Kenichi Handa  <handa@m17n.org>
2516         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2517         ctext-non-standard-encodings-alist here.
2519         * international/mule.el (ctext-non-standard-encodings-alist):
2520         Add "koi8-r" and "microsoft-cp1251".
2521         (ctext-standard-encodings): New variable.
2522         (ctext-non-standard-encodings-table): List only elements for
2523         non-standard encodings.
2524         (ctext-pre-write-conversion): Adjust for the above change.
2525         Check ctext-standard-encodings.
2527         * international/mule-conf.el (compound-text): Doc fix.
2528         (ctext-no-compositions): Doc fix.
2529         (compound-text-with-extensions): Doc fix.
2531 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2535 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2537         * progmodes/which-func.el (which-func-format): Split help-echo text
2538         into lines, like other mode-line tooltips.
2540         * server.el (server-start): When using TCP sockets, force IPv4
2541         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2543 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2547 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2549         * term.el (term-delimiter-argument-list): Reflow docstring.
2550         (term-read-input-ring, term-write-input-ring, term-send-input)
2551         (term-bol, term-erase-in-display, serial-supported-or-barf):
2552         Fix typos in docstrings.
2554 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2558 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2560         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2562 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2564         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2565         Fix typo in docstring (bug#6747).
2567 2010-08-08  Leo  <sdl.web@gmail.com>
2569         * eshell/esh-io.el (eshell-get-target): Better detection of
2570         read-only file (Bug#6762).
2572 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2574         * align.el (align-default-spacing): Doc fix.
2575         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2577 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2579         * calendar/icalendar.el
2580         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2581         (icalendar--get-weekday-numbers): New.
2582         (icalendar--convert-recurring-to-diary): Handle multiple byday
2583         values in weekly rules.  (Bug#6766)
2585 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2587         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2588         (icalendar--create-uid, icalendar-export-region)
2589         (icalendar--parse-summary-and-rest): Code formatting.
2591 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2593         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2594         to italicize headers.
2595         (calc-highlight-selections-with-faces): New variable.
2596         (calc-selected-face, calc-nonselected-face): New faces.
2598         * calc/calccomp.el (math-comp-highlight-string): Use
2599         `calc-highlight-selections-with-faces' to determine how to highlight
2600         sub-formulas.
2602         * calc/calc-sel.el (calc-show-selections): Change message to when
2603         using faces to highlight selections.
2605 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2607         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2608         Add SQLite 3 keywords, functions and datatypes.
2609         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2610         (Bug#6686).
2612 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2614         * simple.el (select-active-regions): Move to keyboard.c.
2615         (deactivate-mark): Used saved-region-selection.
2616         (select-active-region): Function removed.
2617         (activate-mark, set-mark, push-mark-command)
2618         (handle-shift-selection): Don't call it.
2619         (keyboard-quit): Avoid adding the region to the window selection.
2621         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2622         select-active-regions implementation.
2623         (mouse-yank-at-click): Doc fix.
2625         * cus-start.el: Add custom declaration for select-active-regions.
2627 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2629         * simple.el (delete-forward-char): Doc fix.
2631         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2632         after reading the tutorial.
2634 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2636         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2637         for the case that a C style comment has its delimiters alone on
2638         their respective lines.
2640 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2642         * net/tramp.el (tramp-handle-start-file-process): Set connection
2643         property "vec".
2644         (tramp-process-sentinel): Use it for flushing the cache.  We
2645         cannot do it via the process buffer, the buffer could be deleted
2646         already when running the sentinel.
2648 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2650         * comint.el (comint-mode): Make directory tracking functions
2651         functional on remote files.  (Bug#6764)
2653 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2655         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2657 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2659         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2660         unexec.c => unexcoff.c.
2662         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2663         unexec.c => unexcoff.c.
2665 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2667         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2668         cache, not only file cache.
2669         (tramp-process-sentinel): New defun.
2670         (tramp-handle-start-file-process): Use it, in order to invalidate
2671         file caches.
2673 2010-08-03  Leo  <sdl.web@gmail.com>
2675         * server.el (server-start): Simplify loop.
2677 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * frame.el (screen-height, screen-width, set-screen-width)
2680         (set-screen-height): Remove ancient compatibility aliases.
2682         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2683         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2685         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2686         that change current buffer.
2688 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2690         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2691         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2693 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2695         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2697 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2699         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2700         (package--builtins): Tweak descriptions.
2701         (package-print-package): Upcase descriptions if necessary.
2702         Show all built-in packages in font-lock-builtin-face.
2703         (package-list-packages-internal): Omit "emacs" package.
2704         Show status of built-in packages as "built-in".
2706 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2708         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2709         before killing to preserve the primary selection (Bug#6701).
2711         * term/x-win.el (x-select-text): Doc fix.
2713 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2715         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2716         The following functions were modified or created:
2718         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2719         (objc-font-lock-extra-types):
2720         * progmodes/cc-mode.el (c-basic-common-init):
2721         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2722         (c++-make-template-syntax-table)
2723         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2724         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2725         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2726         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2727         * progmodes/cc-fonts.el (c-make-inverse-face)
2728         (c-basic-matchers-after):
2729         * progmodes/cc-engine.el (c-forward-keyword-clause)
2730         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2731         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2732         (c-guess-continued-construct, c-guess-basic-syntax):
2734 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2736         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2738 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2740         * files.el (bidi-paragraph-direction): Define safe local values.
2742         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2743         language-info-alist.  Remove outdated FIXME in a comment.
2745 2010-07-31  Alan Mackenzie  <acm@muc.de>
2747         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2748         Auto-fill broken in C/C++ modes.
2750 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2752         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2753         (menu-bar-showhide-tool-bar-menu-customize-disable)
2754         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2755         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2756         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2757         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2758         make a menu for Options => toolbar that can move it.
2760 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2762         * emacs-lisp/package-x.el (package--make-rss-entry):
2763         (package-maint-add-news-item, package--update-news)
2764         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2766         * emacs-lisp/package.el (package-archive-url): Rename from
2767         package-archive-id.
2768         (package-install): Doc fix.
2769         (package-download-single, package-download-tar, package-install)
2770         (package-menu-view-commentary): Callers changed.
2772 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2774         * net/tramp.el (tramp-handle-start-file-process): Check only for
2775         `remote-tty' process property.
2776         (tramp-open-shell): Don't check for tty.
2777         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2778         process property.
2780         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2781         host.
2783 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2785         * emacs-lisp/package.el (package-load-list, package-archives)
2786         (package-archive-contents, package-user-dir)
2787         (package-directory-list, package--builtins, package-alist)
2788         (package-activated-list, package-obsolete-alist): Mark as risky.
2790 2010-07-28  Phil Hagelberg  <phil@evri.com>
2792         Add support for non-default package repositories.
2793         * emacs-lisp/package.el (package-archive-base): Var deleted.
2794         (package-archives): New variable.
2795         (package-archive-contents): Doc fix.
2796         (package-load-descriptor): Do nothing if descriptor file is missing.
2797         (package--write-file-no-coding): New function.
2798         (package-unpack-single): Use it.
2799         (package-archive-id): New function.
2800         (package-download-single, package-download-tar)
2801         (package-menu-view-commentary): Use it.
2802         (package-installed-p): Make second argument optional.
2803         (package-read-all-archive-contents): New function.
2804         (package-initialize): Use it.
2805         (package-read-archive-contents): Add ARCHIVE argument.
2806         (package--add-to-archive-contents): New function.
2807         (package-install): Don't call package-read-archive-contents.
2808         (package--download-one-archive): Store archive file in a
2809         subdirectory of package-user-dir.
2810         (package-menu-execute): Remove spurious line movement.
2812 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2814         * cus-start.el (tool-bar-style): Add text-image-horiz.
2816 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2818         * progmodes/gud.el (gud-common-init): Check for remoteness of
2819         `file', and not of `default-directory'.
2821 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2823         * net/tramp.el (tramp-methods): Move hostname to the end in all
2824         ssh `tramp-login-args'.
2825         (tramp-verbose): Describe verbose level 9.
2826         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2827         (tramp-open-connection-setup-interactive-shell): Trace stty
2828         settings if `tramp-verbose' >= 9.
2829         (tramp-handle-start-file-process): Implement tty setting.
2830         (Bug#4604, Bug#6360)
2832         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2833         `tramp-verbose' to 9.
2835 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2837         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2838         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2839         Remove references to package `lisp-re' (bug#4369).
2841 2010-07-27  Tom Tromey  <tromey@redhat.com>
2843         * progmodes/js.el (js-mode):
2844         * progmodes/make-mode.el (makefile-mode):
2845         * progmodes/simula.el (simula-mode):
2846         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2848 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2850         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2852         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2853         (display-time-world-buffer-name, display-time-world-mode-map):
2854         Fix typos in docstrings.
2856 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2858         * image-mode.el (image-display-size): New function.
2859         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2860         (image-mode-fit-frame): Use it (Bug#6639).
2862 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2864         * dired.el (dired-buffers-for-dir): Handle list values of
2865         dired-directory (Bug#6636).
2867 2010-07-26  Sam Steingold  <sds@gnu.org>
2869         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2870         Do not call `x-get-selection' the second time, reuse the value.
2872 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2874         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2875         which consist of control chars only.  Suggested by Richard Stallman.
2877 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2879         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2880         exists before passing an error to find-file-not-found-functions
2881         (bug#6723).
2883 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2885         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2886         Remove leading nil element, adjust values.
2887         (tetris-shapes, tetris-shape-scores):
2888         Change representation of shapes and remove some redundancy.
2889         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2890         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2891         Adjust for working with new representation of shapes.
2892         (tetris-shape-rotations): New function.
2893         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2894         (tetris-rotate-prev, tetris-rotate-next):
2895         Adjust for working with the new version of tetris-test-shape.
2897 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2899         * progmodes/ps-mode.el: Use comint (bug#5954).
2900         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2901         (ps-mode-other-newline): Simplify.
2902         (ps-run-mode): Derive from comint-mode instead of
2903         fundamental-mode, yielding input history etc.
2904         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2905         (ps-run-send-string): Adapt for comint-mode.
2906         (ps-run-newline): Remove now unneeded function.
2908 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2910         * net/tramp.el (tramp-methods): Move hostname to the end in all
2911         plink `tramp-login-args'.
2913 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2915         * net/tramp.el (tramp-open-shell): New defun.
2916         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2917         Use it.
2919 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2921         * net/tramp.el (tramp-file-name-regexp-unified)
2922         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2923         not regard the volume letter as remote filename.  (Bug#5447)
2925 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2927         * custom.el (custom-declare-variable): Give a clearer error message
2928         when the docstring is missing (bug#6476).
2930 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2932         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2933         (sql-login-params): New widget definition.
2934         (sql-oracle-login-params, sql-mysql-login-params)
2935         (sql-solid-login-params, sql-sybase-login-params)
2936         (sql-informix-login-params, sql-ingres-login-params)
2937         (sql-ms-login-params, sql-postgres-login-params)
2938         (sql-interbase-login-params, sql-db2-login-params)
2939         (sql-linter-login-params): Use it.
2940         (sql-sqlite-login-params): Use it; Define "database" parameter as
2941         a file name.
2942         (sql-sqlite-program): Change to "sqlite3".
2943         (sql-comint-sqlite): Make sure database name is complete.
2944         (sql-for-each-login): New function.
2945         (sql-connect, sql-save-connection): Use it.
2946         (sql-get-login-ext): New function.
2947         (sql-get-login): Use it.
2948         (sql-make-alternate-buffer-name): Handle :file parameters.
2950 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2952         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2953         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2955 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2957         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2959 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2961         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2963 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2965         * net/tramp.el (tramp-get-ls-command)
2966         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2967         instead of "/".
2969 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2971         * progmodes/sql.el: Version 2.3.
2972         (sql-connection-alist): Changed keys from symbols to strings;
2973         enhanced the widget definition.
2974         (sql-mode-menu): Added submenu to select connections.
2975         (sql-interactive-mode-menu): Added "Save Connection" item.
2976         (sql-add-product): Fixed menu item.
2977         (sql-get-product-feature): Improved error handling.
2978         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2979         (sql-make-alternate-buffer-name): Simplified.
2980         (sql-product-interactive): Handle missing product.
2981         (sql-connect): Support string keys, minor improvements.
2982         (sql-save-connection): New function.
2983         (sql-connection-menu-filter): New function.
2985 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2987         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2988         (tramp-open-connection-setup-interactive-shell): Apply
2989         workaround for IRIX64 bug.  Move argument of last
2990         `tramp-send-command' where it belongs to.
2992 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2994         * net/tramp.el (tramp-perl-file-attributes)
2995         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2996         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2997         front of `login-args'.
2999 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
3001         * time.el (display-time-world-mode): Define with `define-derived-mode'.
3002         Set `show-trailing-whitespace' to nil.
3003         (display-time-world-display): Simplify.
3005 2010-07-18  Alan Mackenzie  <acm@muc.de>
3007         Enhance `c-file-style' in file/directory local variables.
3008         * progmodes/cc-mode.el (c-count-cfss): New function.
3009         (c-before-hack-hook): Call `c-set-style' differently according to
3010         whether c-file-style was set in file or directory local
3011         variables.
3013 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
3015         * progmodes/sql.el: Version 2.2.
3016         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3017         defcustom :safe keyword rather than putting safe-local-variable
3018         property.
3019         (sql-password): Use defcustom :risky keyword rather than putting
3020         risky-local-variable property.
3021         (sql-oracle-login-params, sql-sqlite-login-params)
3022         (sql-solid-login-params, sql-sybase-login-params)
3023         (sql-informix-login-params, sql-ingres-login-params)
3024         (sql-ms-login-params, sql-postgres-login-params)
3025         (sql-interbase-login-params, sql-db2-login-params)
3026         (sql-linter-login-params): Add `port' option.
3027         (sql-get-product-feature): Added NO-INDIRECT parameter.
3028         (sql-comint-oracle, sql-comint-sybase)
3029         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3030         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3031         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3032         (sql-comint-linter): Renamed sql-connect-* functions to
3033         sql-comint-*.
3034         (sql-product-alist, sql-mode-menu): Renamed as above and
3035         :sqli-connect-func to :sqli-comint-func.
3036         (sql-connection): New variable.
3037         (sql-interactive-mode): Set it.
3038         (sql-connection-alist): New variable.
3039         (sql-connect): New function.
3040         (sql--alt-buffer-part, sql--alt-if-not-empty)
3041         (sql-make-alternate-buffer-name): Improved alternative buffer name.
3043 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3045         * image-mode.el (image-bookmark-make-record): Do not set context
3046         in an image (Bug#6650).
3048 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
3050         * simple.el (select-active-region): New function.
3051         (push-mark-command, set-mark, activate-mark)
3052         (handle-shift-selection): Use it.
3053         (deactivate-mark): Don't check for size of region.
3055         * mouse.el (mouse-drag-track): Use select-active-region.
3057 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
3059         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3060         "--dired" stronger.
3062 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
3064         * term/x-win.el (x-select-enable-primary): Change default to nil.
3065         (x-select-enable-clipboard): Add :version keyword.
3067         * mouse.el (mouse-drag-copy-region):
3068         * simple.el (select-active-regions): Likewise.
3070 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
3072         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3073         (vc-coding-system-for-diff): Use it to decide whether to inherit
3074         from the file the EOL format for reading the diffs of that file.
3075         (Bug#4451)
3077 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
3079         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3080         unibyte, so compressed attachments are not compressed again.
3082 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
3084         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3085         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3086         (tramp-find-shell): Simplify setting connection property.
3087         (tramp-get-ls-command): Make test for "--color=never" stronger.
3089 2010-07-15  Simon South  <ssouth@member.fsf.org>
3091         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3092         blocks within record declarations (i.e. variant parts) correctly.
3094 2010-07-15  Simon South  <ssouth@member.fsf.org>
3096         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3097         over literal tokens when parsing so newlines aren't "absorbed" by
3098         single-line comments.  Corrects the indentation of case blocks
3099         that have a comment on the first line.
3101 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
3103         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3104         by Drew Adams (Bug#5504).
3106 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
3108         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3109         now that Unicode is used (Bug#6594).
3111 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
3113         * term/x-win.el (x-select-enable-clipboard): Default to t.
3114         (x-initialize-window-system): Don't overwrite Paste menu item.
3116         * simple.el (select-active-regions): Default to t.
3117         (push-mark-command): Don't overwrite primary with empty string.
3119         * mouse.el: Bind mouse-2 to mouse-yank-primary.
3120         (mouse-drag-copy-region): Default to nil.
3122         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3123         Cut/Copy/Paste menu bar items.
3125 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3127         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3128         Patch applied by Karl Fogel.
3130         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3131         and `bookmark-current-buffer' if they have been already set in
3132         another buffer (e.g gnus-art).
3134 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3135             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3137         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3139         * bookmark.el (bookmark-make-record-default): Allow unneeded
3140         information to be omitted from the record.
3142         Adjust declarations and calls:
3144         * info.el (bookmark-make-record-default): Adjust declaration.
3145         (Info-bookmark-make-record): Adjust call.
3147         * woman.el (bookmark-make-record-default): Adjust declaration.
3148         (woman-bookmark-make-record): Adjust call.
3150         * man.el (bookmark-make-record-default): Adjust declaration.
3151         (Man-bookmark-make-record): Adjust call.
3153         * image-mode.el (bookmark-make-record-default): Adjust declaration.
3155         * doc-view.el (bookmark-make-record-default): Adjust declaration.
3157 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3159         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3160         This is also from Thierry Volpiatto's patch in bug #6444.  However,
3161         because it was extraneous to the functional change in that patch,
3162         and causes a re-indendation, I am committing it separately.
3164 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3166         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3167         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3168         Patch applied by Karl Fogel (Bug#6444).
3170 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
3172         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3174 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
3176         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3177         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
3178         (ns-alternatives-map): Change S-tab binding to backtab
3179         (bug#6616).
3181         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3182         under ns.
3184 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
3186         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3187         (Bug#5806)
3189         * language/tv-util.el (tai-viet-re): Remove format.
3191 2010-07-12  Kenichi Handa  <handa@m17n.org>
3193         * language/hebrew.el: Remove no-byte-compile declaration.
3194         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
3195         composition-function-table for 3-character looking back.
3196         (hebrew-font-get-precomposed): New function.
3197         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3199 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
3201         * mouse.el (mouse-drag-track): Handle select-active-regions
3202         (Bug#6612).
3204 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
3206         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3207         empty argument to gvfs-copy.
3209 2010-07-10  Glenn Morris  <rgm@gnu.org>
3211         * calendar/calendar.el (calendar-week-end-day): New function.
3212         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3213         Respect calendar-week-start-day.  (Bug#6606)
3214         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3215         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3216         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3217         respect calendar-week-start-day.
3219 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3221         * simple.el (use-region-p): Doc fix (Bug#6607).
3223 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
3225         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3226         regexps for cucumber and ruby.
3228 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
3230         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3231         (epa-file-insert-file-contents): Hack to prevent
3232         find-file from opening empty buffer when decryption failed
3233         (bug#6568).
3235 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
3237         * textmodes/ispell.el (ispell-alternate-dictionary):
3238         Use file-readable-p.
3239         Return nil if no word-list is found at default locations.
3240         (ispell-complete-word-dict): Default to nil.
3241         (ispell-command-loop): Use 'word-list' when using lookup-words.
3242         (lookup-words): Use ispell-complete-word-dict or
3243         ispell-alternate-dictionary.  Check for word-list availability
3244         and handle errors if needed with better messages (Bug#6539).
3245         (ispell-complete-word): Use ispell-complete-word-dict or
3246         ispell-alternate-dictionary.
3248 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
3250         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3251         builtins (BufferError, BytesWarning, WindowsError; callables
3252         bin, bytearray, bytes, format, memoryview, next, print; __package__).
3254 2010-07-07  Glenn Morris  <rgm@gnu.org>
3256         * play/zone.el (top-level): Do not require timer, tabify, or cl.
3257         (zone-shift-left): Ignore intangibility, and any errors from
3258         forward-char.
3259         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
3260         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3261         deleting, and copying text properties.
3262         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3263         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3264         to point-max is hard.
3265         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3266         (zone-fill-out-screen): Ignore intangibility.
3268 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
3270         * menu-bar.el (menu-bar-mode):
3271         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3272         if it has been set.
3274         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3275         word/line selection (Bug#6565).
3277 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3279         * net/dbus.el (dbus-send-signal): Declare function.
3281 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3283         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3284         (dbus-register-property): New optional argument EMITS-SIGNAL.
3285         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3287 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
3289         * mouse.el (mouse-drag-overlay): Variable deleted.
3290         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3291         (mouse--remap-link-click-p): New function.
3292         (mouse-drag-track): Handle dragging by using temporary Transient
3293         Mark mode, instead of a special overlay.
3294         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3295         mouse-show-mark.
3297         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3298         deleted.
3300 2010-07-02  Juri Linkov  <juri@jurta.org>
3302         * autoinsert.el (auto-insert-alist): Fix readability
3303         by using dotted pair notation for lambda.
3305 2010-07-02  Juri Linkov  <juri@jurta.org>
3307         * faces.el (read-face-name): Rename arg `string-describing-default'
3308         to `default'.  Doc fix.  Display the default value in quotes
3309         in the prompt.  With empty input, return the `default' arg,
3310         unless the default value is a string (in which case return nil).
3311         (describe-face): Replace the string `default' arg of `read-face-name'
3312         with the symbol `default'.
3314 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3316         * emulation/viper-cmd.el (viper-delete-backward-char)
3317         (viper-del-backward-char-in-insert)
3318         (viper-del-backward-char-in-replace, viper-change)
3319         (viper-backward-indent): Replace delete-backward-char with
3320         delete-char (Bug#6552).
3322 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
3324         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3326 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3328         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3329         argument passed to frame-creation-function (Bug#5378).
3331         * faces.el (x-handle-named-frame-geometry)
3332         (x-handle-reverse-video, x-create-frame-with-faces)
3333         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3334         separately consult default-frame-alist.  It is now passed as the
3335         PARAMETER argument.
3337 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3339         * startup.el (command-line): Don't call tool-bar-setup in a
3340         tty-only build.
3342 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3344         * ruler-mode.el (ruler--save-header-line-format): New fun.
3345         (ruler-mode): Use it as a setter function, so as not to overwrite
3346         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3348 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
3350         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
3351         (vc-root-diff, vc-print-root-log, vc-log-incoming)
3352         (vc-log-outgoing): Use it.
3353         (vc-diff-internal): Set diff-vc-backend.
3355         * vc/diff-mode.el (diff-vc-backend): New var.
3357 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3359         * dynamic-setting.el (font-setting-change-default-font): Remove
3360         call to message.
3362 2010-06-28  Kenichi Handa  <handa@m17n.org>
3364         * international/quail.el (quail-insert-kbd-layout): Fix the
3365         showing of untranslated characters.
3367 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3369         * simple.el (delete-active-region): New option.
3370         (delete-backward-char): Implement in Lisp.
3371         (delete-forward-char): New command.
3373         * mouse.el (mouse-region-delete-keys): Deleted.
3374         (mouse-show-mark): Simplify.
3376         * bindings.el (global-map): Bind delete and DEL, the former to
3377         delete-forward-char.
3379 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
3381         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3382         (ruby-mode): Bind indent-line-function (Bug#5119).
3384 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3386         * startup.el (command-line): Recognize "0" X resource value.
3388 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3390         * startup.el (command-line): Use X resources to set the value of
3391         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3393         * menu-bar.el (menu-bar-mode):
3394         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3395         Set init-value to t.
3397         * frame.el (frame-notice-user-settings): Don't change
3398         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3399         vice versa (Bug#2249).
3401 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
3403         * w32-fns.el (w32-convert-standard-filename): Doc fix.
3405 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3407         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3408         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3410         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3411         default directories are expanded (Bug#6143).
3413 2010-06-24  Juri Linkov  <juri@jurta.org>
3415         * minibuffer.el (completions-format): Change default from nil to
3416         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
3418 2010-06-24  Juri Linkov  <juri@jurta.org>
3420         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3421         buffer-locally to lambda that re-runs the vc diff command.
3422         (Bug#6447)
3424 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3426         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3427         echo area is in use (Bug#3412).
3429 2010-06-22  Glenn Morris  <rgm@gnu.org>
3431         * textmodes/texinfmt.el (texinfo-format-region)
3432         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3433         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3434         (texinfo-format-option, texinfo-noindent):
3435         Use line-beginning-position and line-end-position.
3437         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3438         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3439         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3440         utf-8 characters.
3442 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3444         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3445         forward-line fallout.
3447 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3449         * mouse.el (mouse-appearance-menu): Add docstring.
3451         * help.el (describe-key): Print up-event using key-description.
3453 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3455         * net/zeroconf.el (zeroconf-resolve-service)
3456         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3457         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3459 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3461         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3463 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3465         Avoid displaying files with a nil state in vc-dir.
3466         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3467         cases that cause insertion.
3468         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3469         with a nil state.
3471 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3473         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3475 2010-06-29  Leo  <sdl.web@gmail.com>
3477         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3479 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3481         * generic-x.el (bat-generic-mode): Fix regexp for command line
3482         switches (Bug#5719).
3484 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3486         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3487         of nconc to avoid pure storage error (Bug#6239).
3489 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3491         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3492         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3493         bindings of bookmark-automatically-show-annotations (Bug#6515).
3495 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3497         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3498         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3500 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3502         * comint.el (make-comint, make-comint-in-buffer): Mention return
3503         value in the docstrings.  (Bug#6498)
3505 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3507         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3508         since it is not present when using some non-default switches.
3510 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3512         * simple.el (compose-mail): Fix doc string to refer to
3513         `compose-mail-user-agent-warnings', instead of to the
3514         nonexistent `compose-mail-check-user-agent'.
3516 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3518         Fix an indentation bug:
3520         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3521         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3522         of existing values.
3524         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3525         (c-clear->-pair-props-if-match-before): now return t when they've
3526         cleared properties, nil otherwise.
3527         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3528         by taking account of the existing value.
3530         * progmodes/cc-defs.el
3531         (c-clear-char-property-with-value-function): Fix this to clear the
3532         property rather than overwriting it with nil.
3534 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3536         * emacs-lisp/package.el (package-print-package): Add link to
3537         package description via describe-package.
3538         (describe-package-1): List package requirements.  Add button to
3539         perform installation.
3540         (package-menu-describe-package): New command.
3542         * help-mode.el (help-package): New button type.
3544 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3546         * emacs-lisp/package.el: Move package-list-packages binding to
3547         menu-bar.el.
3548         (describe-package, describe-package-1, package--dir): New funs.
3549         (package-activate-1): Use package--dir.
3551         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3553         * help-mode.el (help-package-def): New button type.
3555         * menu-bar.el: Move package-list-packages binding here from
3556         package.el.
3558 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3560         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3562 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3564         * emacs-lisp/edebug.el (edebug-read-list):
3565         Phase out old-style backquotes.
3567 2010-06-17  Juri Linkov  <juri@jurta.org>
3569         * help-mode.el (help-mode): Set buffer-local variable
3570         revert-buffer-function to help-mode-revert-buffer.
3571         (help-mode-revert-buffer): New function.
3573         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3574         before popping to "*info*" (like in other Info functions).
3575         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3576         old-history-forward.  Pop to old-buffer-name or "*info*" to
3577         recreate the killed buffer.  Set Info-history-forward from
3578         old-history-forward.
3579         (Info-breadcrumbs-depth): Add :group and :version.
3581 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3583         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3585 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3587         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3588         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3590 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3592         * emacs-lisp/package.el (package-menu-mode-map):
3593         Move initialization into declaration.
3595         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3597 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3599         * emacs-lisp/package.el (package-archive-base): Point to
3600         elpa.gnu.org.
3601         (package-enable, package-load-list): New defcustoms.
3602         (package-user-dir, package-directory-list): Turn into defcustoms.
3603         Don't include package-user-dir in package-directory-list.
3604         (package--builtins-base): Don't include Emacs as a "package".
3605         (package-subdirectory-regexp): New var.
3606         (package-load-all-descriptors, package-compute-transaction)
3607         (package-download-transaction): Obey package-load-list.
3608         (package-activate-1): Rename from package-do-activate.
3609         (package-list-packages-internal): Check package-load-list.
3610         (package-load-descriptor, package-generate-autoloads)
3611         (package-unpack, package-unpack-single)
3612         (package--read-archive-file, package-delete): Use
3613         expand-file-name.
3615         * emacs-lisp/package-x.el: New file.  Package uploading
3616         functionality split out from package.el.
3618         * startup.el (command-line): Load packages after reading init file.
3620 2010-06-17  Tom Tromey  <tromey@redhat.com>
3622         * emacs-lisp/package.el: New file.
3624 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3626         Fix vc-annotate for renamed files when using Git.
3627         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3628         ls-files.  Doe not pass the object as a file name to cat-file, it
3629         is not a file name.
3630         (vc-git-annotate-command): Pass the file name using -- to avoid
3631         ambiguity with the revision.
3632         (vc-git-previous-revision): Pass a relative file name.
3634 2010-06-22  Glenn Morris  <rgm@gnu.org>
3636         * progmodes/js.el (js-mode-map): Use standard capitalization and
3637         ellipses for menu entries.
3639         * wid-edit.el (widget-complete): Doc fix.
3641 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3643         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3645 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3647         Fix annotating other revisions for renamed files in vc-annotate.
3648         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3649         VC backend.  Use it when non-nil.
3650         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3651         (Bug#6487)
3653         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3654         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3655         Do not pass the file name to the 'previous-revision call when we
3656         don't want a file diff.  (Bug#6489)
3658 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3660         Fix finding revisions for renamed files in vc-annotate.
3661         * vc/vc.el (vc-find-revision): Add an optional argument for
3662         the VC backend.  Use it when non-nil.
3663         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3664         backend to vc-find-revision.  (Bug#6487)
3666 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3668         Fix reading file names in Git annotate buffers.
3669         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3670         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3672 2010-06-20  Alan Mackenzie  <acm@muc.de>
3674         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3675         in file local variables, set it first.
3677 2010-06-19  Glenn Morris  <rgm@gnu.org>
3679         * descr-text.el (describe-char-unicode-data): Insert separating
3680         space when needed.  (Bug#6422)
3682         * progmodes/idlwave.el (idlwave-action-and-binding):
3683         Fix typo in 2009-12-03 change.  (Bug#6450)
3685 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3688         handling for `lambda' (misunderstanding).
3690 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3692         * calc/calc-poly.el (math-accum-factors): Make sure that
3693         constants aren't distributed after they are factored out.
3695 2010-06-16  Juri Linkov  <juri@jurta.org>
3697         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3698         `list-colors-print'.  (Bug#6332)
3700         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3702 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3704         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3705         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3707         * font-lock.el (font-lock-major-mode): Rename from
3708         font-lock-mode-major-mode to distinguish it from
3709         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3710         (font-lock-set-defaults):
3711         * font-core.el (font-lock-default-function): Adjust users.
3712         (font-lock-mode): Don't set it at all.
3714 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3716         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3718 2010-06-16  Glenn Morris  <rgm@gnu.org>
3720         * calendar/appt.el (appt-time-msg-list): Doc fix.
3721         (appt-check): Let-bind appt-warn-time.
3722         (appt-add): Make the 3rd argument optional.
3723         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3724         Only add WARNTIME to the output list if non-nil.
3726 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3728         * calendar/appt.el (appt-check): Let the 3rd element of
3729         appt-time-msg-list specify the warning time.
3730         (appt-add): Add new argument with the warning time.  (Bug#5176)
3732 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3734         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3735         older than version 1.6.  (Bug#6361)
3737 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3739         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3740         used by cl-do-arglist.  (Bug#6408)
3742 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3744         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3745         portuguese casechars/not-casechars for missing 'çÇ'.
3746         Suggested by Rolando Pereira (bug#6434).
3748 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3750         * facemenu.el (list-colors-sort): Doc fix.
3752 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3754         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3756 2010-06-14  Juri Linkov  <juri@jurta.org>
3758         Add sort option `list-colors-sort'.  (Bug#6332)
3759         * facemenu.el (color-rgb-to-hsv): New function.
3760         (list-colors-sort): New defcustom.
3761         (list-colors-sort-key): New function.
3762         (list-colors-display): Doc fix.  Sort list according to the option
3763         `list-colors-sort'.
3764         (list-colors-print): Add HSV values to `help-echo' property of
3765         RGB strings.
3767 2010-06-14  Juri Linkov  <juri@jurta.org>
3769         * compare-w.el: Move to the "vc" subdirectory.
3771 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * image-mode.el (image-mode-map): Remap left-char and right-char.
3775         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3777 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3779         * term/common-win.el (x-colors): Add all the color names defined
3780         in rgb.txt (Bug#6332).
3782         * facemenu.el (list-colors-print): Don't print extra names if it
3783         will overflow the window width.
3785         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3786         change (Bug#6343).
3788 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3790         * files.el (make-directory): Doc fix (bug#6396).
3792 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3794         * net/tramp.el (tramp-remote-process-environment): Protect version
3795         string by apostroph.
3796         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3797         XEmacs.
3798         (tramp-file-name-for-operation): Add `call-process-region'.
3799         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3801         * net/tramp-compat.el (top): Do not autoload
3802         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3803         only when `start-file-process' is not bound.
3804         (tramp-advice-file-expand-wildcards): Do not use
3805         `tramp-handle-file-remote-p'.
3806         (tramp-compat-make-temp-file): Handle the case, that
3807         `make-temp-file' has no third argument EXTENSION.
3809 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3811         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3813         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3815 2010-06-11  Juri Linkov  <juri@jurta.org>
3817         * finder.el (finder-known-keywords): Add keyword "vc"
3818         for version control.
3820         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3821         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3822         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3823         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3825 2010-06-11  Juri Linkov  <juri@jurta.org>
3827         Move version control related files to the "vc" subdirectory.
3828         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3829         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3830         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3831         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3832         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3833         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3834         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3835         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3836         Move files to the "vc" subdirectory.
3838 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3840         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3841         (Bug#6367).
3843 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3845         * shell.el: Bind `shell-resync-dirs' to M-RET.
3847 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3849         * notifications.el: Move file from lisp/net, because it is
3850         supposed to talk locally to the user.
3852 2010-06-10  Julien Danjou  <julien@danjou.info>
3854         * net/notifications.el (notifications-on-action-signal)
3855         (notifications-on-closed-signal): Pass notification id as first
3856         argument to the callback functions.  Add docstrings.
3857         (notifications-notify): Fix docstring.
3859 2010-06-10  Glenn Morris  <rgm@gnu.org>
3861         * emacs-lisp/authors.el (authors-ignored-files)
3862         (authors-valid-file-names): Add some files.
3864 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3866         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3867         merge conflict, giving preference to the emacs-23 version of the code.
3869 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3871         * emacs-lisp/advice.el (ad-compile-function):
3872         Define warning-suppress-types before we let-bind it (bug#6275).
3874         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3875         declare it, make it buffer-local and permanent-local (bug#6324).
3876         (vc-resynch-window): Adjust name.
3877         * vc-hooks.el (vc-find-file-hook): Adjust name.
3879 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3881         * net/notifications.el (notifications-notify): Fix docstring.
3883 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3885         Update to Unicode 6.0.0 beta.
3886         * international/charprop.el: Update copyright.
3887         * international/mule-cmds.el (ucs-names): Update character ranges.
3888         * international/uni-bidi.el:
3889         * international/uni-category.el:
3890         * international/uni-combining.el:
3891         * international/uni-comment.el:
3892         * international/uni-decimal.el:
3893         * international/uni-decomposition.el:
3894         * international/uni-digit.el:
3895         * international/uni-lowercase.el:
3896         * international/uni-mirrored.el:
3897         * international/uni-name.el:
3898         * international/uni-numeric.el:
3899         * international/uni-old-name.el:
3900         * international/uni-titlecase.el:
3901         * international/uni-uppercase.el: Regenerate.
3903 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3905         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3906         (smie-precs-precedence-table): Fix typo in docstring.
3908         * vc-mtn.el (log-edit-extract-headers): Declare function.
3910         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3912         * net/notifications.el (dbus-register-signal): Declare function.
3913         (notifications-notify): Fix typos and reflow docstring.
3915 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3917         Improve VC create/retrieve tag/branch.
3918         * vc.el (vc-create-tag): Do not read the directory name for VCs
3919         with repository revision granularity.  Adjust the tag/branch
3920         prompt.  Reset VC properties.
3921         (vc-retrieve-tag): Do not read the directory name for VCs
3922         with repository revision granularity.  Reset VC properties.
3924 2010-06-09  Julien Danjou  <julien@danjou.info>
3926         * net/notifications.el: New file.
3928 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3930         Add optional support for resetting VC properties.
3931         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3932         call vc-file-clearprops when true.
3933         (vc-resynch-buffer): Add new optional argument, pass it down.
3934         (vc-resynch-buffers-in-directory): Likewise.
3936         Improve support for special markup in the VC commit message.
3937         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3938         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3939         * vc-git.el (vc-git-checkin):
3940         * vc-bzr.el (vc-bzr-checkin): Likewise.
3942 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3945         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3947 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3949         * iimage.el: Remove images as soon as the underlying text is modified.
3950         (iimage-modification-hook): New function.
3951         (iimage-mode-buffer): Use it.
3953 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3956         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3957         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3958         (smie-indent-keyword): Add handling of open-paren keywords.
3959         (smie-indent-comment-continue): Don't assume comment-continue.
3961 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3963         * window.el (pop-to-buffer): Remove the conditional that
3964         compares new-window and old-window, so it will reselect
3965         the selected window unconditionally.
3966         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3968 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3970         * emacs-lisp/smie.el (smie-indent-offset-after)
3971         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3972         (smie-indent-after-keyword): Use them.
3973         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3974         (smie-indent-keyword): Tweak the black magic.
3975         (smie-indent-comment-continue): Strip comment-continue before use.
3976         (smie-indent-functions): Indent comments before keywords.
3978 2010-06-06  Juri Linkov  <juri@jurta.org>
3980         * isearch.el (isearch-lazy-highlight-search): Fix looping
3981         by checking for empty match.  This syncs this loop with the
3982         similar loop in `isearch-search'.  (Bug#6362)
3984 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3986         * net/dbus.el (dbus-register-method): Declare function.
3987         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3988         (dbus-introspect): Doc fix.
3989         (dbus-event-bus-name, dbus-introspect-get-interface)
3990         (dbus-introspect-get-argument): Reflow docstrings.
3992 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3994         vc-log-incoming/vc-log-outgoing fixes for Git.
3995         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3996         incoming/outgoing logs.
3997         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3998         instead of vc-git-compute-remote.
3999         (vc-git-compute-remote): Remove.
4001 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
4003         * term/common-win.el (x-colors): Add "dark green" and "dark
4004         turquoise" (Bug#6332).
4006 2010-06-04  Juri Linkov  <juri@jurta.org>
4008         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4009         Instead of setting `replace' to t and replacing the same string
4010         with itself, don't do certain actions when
4011         kill-do-not-save-duplicates is non-nil and string is equal to car
4012         of kill-ring: don't call menu-bar-update-yank-menu, don't push
4013         interprogram-paste strings to kill-ring, and don't push the input
4014         argument `string' to kill-ring.
4015         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4017 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4019         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4021 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
4023         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4024         (tramp-gvfs-handler-mounted-unmounted)
4025         (tramp-gvfs-connection-mounted-p): Handle default-location.
4027         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4028         move files to trash.
4030 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4032         * international/mule-cmds.el (nonascii-insert-offset)
4033         (nonascii-translation-table): Add obsolescence information.
4035         * international/mule.el (make-translation-table-from-vector): Doc fix.
4037 2010-06-03  Glenn Morris  <rgm@gnu.org>
4039         * desktop.el (desktop-clear-preserve-buffers):
4040         Add "*Warnings*" buffer.  (Bug#6336)
4042 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
4044         vc-log-incoming/vc-log-outgoing improvements for Git.
4045         * vc-git.el (vc-git-log-outgoing): Use the same format as the
4046         short log.
4047         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
4049         Add bindings for vc-log-incoming and vc-log-outgoing.
4050         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4051         and vc-log-outgoing.
4052         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4053         and vc-log-outgoing.
4055 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
4057         * net/rcirc.el (rcirc-sort-nicknames): Remove.
4058         (rcirc-handler-366): Always sort nicknames.
4060 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
4062         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4064 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
4066         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4068 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * net/rcirc.el (rcirc-sort-nicknames): Change default.
4071         (rcirc-sort-nicknames-join): Avoid setq.
4073 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4075         * net/rcirc.el (rcirc-sort-nicknames): New custom.
4076         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4077         (rcirc-handler-366): Use them.
4079 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         Split smie-indent-calculate into more manageable chunks.
4082         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4083         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4084         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4085         (smie-indent-exps): Extract from smie-indent-calculate.
4086         (smie-indent-functions): New var.
4087         (smie-indent-functions): Use them.
4089 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4092         (smie-indent-calculate): Simplify and cleanup.
4094 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
4096         * net/tramp-gvfs.el (top): Require url-util.
4097         (tramp-gvfs-mount-point): Remove.
4098         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4099         New defuns.
4100         (with-tramp-dbus-call-method): Format trace message.
4101         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4102         Implement backup call, when operation on local files fails.
4103         Use progress reporter.  Flush properties of changed files.
4104         (tramp-gvfs-handle-make-directory): Make more traces.
4105         (tramp-gvfs-url-file-name): Hexify file name in url.
4106         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4107         into account for the resulting file name.
4108         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4109         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
4110         (tramp-gvfs-handler-mounted-unmounted)
4111         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4112         attribute "default_location".  Set "prefix" property.
4113         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4114         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4115         exists.  Raise an error, if not (due to a corresponding answer
4116         "no" in interactive questions, for example).
4118 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
4120         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4122 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
4124         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4125         right-*.  (Bug#6265)
4127 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
4129         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4130         * vc-git.el (vc-git-compute-remote): New function.
4131         (vc-git-log-outgoing): Use it instead of hard coding a value.
4132         (vc-git-log-incoming): New function.
4134         Improve state updating for VC tag commands.
4135         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4136         to update the state of all buffers in the directory.
4138         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4140 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4142         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4143         `file-directory-p' to the filename part rather than to the whole text.
4145 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4147         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4149 2010-05-31  Drew Adams  <drew.adams@oracle.com>
4151         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4153 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
4155         * subr.el (momentary-string-display): Just use read-event to read
4156         the exit event (Bug#6238).
4158 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
4160         * international/mule.el (define-coding-system): Doc fix (bug#6313).
4162 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4164         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4165         Suggested by Eli Zaretskii <eliz@gnu.org>.
4167 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * minibuffer.el (completion-file-name-table): Don't return a boundary
4170         past the end of `string' (bug#6299).
4171         (completion--file-name-table): Delegate to completion-file-name-table
4172         for the `boundaries' case.
4174 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4176         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4177         movement commands.
4179         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4180         `path-separator', but maintain compatibility with Emacs 20.2.
4182 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4184         * server.el (server-process-filter): Receive parent-id argument
4185         from emacsclient.
4186         (server-create-window-system-frame): New arg.  Pass parent-id as
4187         frame parameter.
4189 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
4191         Bidi-sensitive word movement with arrow keys.
4192         * subr.el (right-arrow-command, left-arrow-command): Move to
4193         bindings.el.
4195         * bindings.el (right-char, left-char): Move from subr.el and
4196         rename from right-arrow-command and left-arrow-command.
4197         (right-word, left-word): New functions.
4198         (global-map) <right>: Bind to right-char.
4199         (global-map) <left>: Bind to left-char.
4200         (global-map) <C-right>: Bind to right-word.
4201         (global-map) <C-left>: Bind to left-word.
4203         * ls-lisp.el (ls-lisp-classify-file): New function.
4204         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4205         (ls-lisp-classify): Call ls-lisp-classify-file.
4206         (insert-directory): Remove blanks from switches.
4208 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4210         * ansi-color.el: Delete unused escape sequences (Bug#6085).
4211         (ansi-color-drop-regexp): New constant.
4212         (ansi-color-apply, ansi-color-filter-region)
4213         (ansi-color-apply-on-region): Delete unrecognized control sequences.
4214         (ansi-color-apply): Build string list before calling concat.
4216 2010-05-28  Juri Linkov  <juri@jurta.org>
4218         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4219         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4220         (Bug#5270)
4222 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4224         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4225         to ignored backtrace functions.
4226         (with-progress-reporter): Expand docstring.
4227         (tramp-handle-delete-file): Implement TRASH argument.
4228         (tramp-get-remote-trash): New defun.
4230 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4232         * net/tramp-compat.el (tramp-compat-delete-file): Use
4233         `symbol-value' for backward compatibility.
4235         * net/tramp.el (tramp-handle-make-symbolic-link)
4236         (tramp-handle-load)
4237         (tramp-do-copy-or-rename-file-via-buffer)
4238         (tramp-do-copy-or-rename-file-directly)
4239         (tramp-do-copy-or-rename-file-out-of-band)
4240         (tramp-handle-process-file, tramp-handle-call-process-region)
4241         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4242         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4243         (tramp-delete-temp-file-function): Use `delete-file' instead
4244         of `tramp-compat-delete-file'.
4246         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4247         (tramp-fish-handle-make-symbolic-link)
4248         (tramp-fish-handle-process-file): Use `delete-file' instead
4249         of `tramp-compat-delete-file'.
4251         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4252         `delete-file' instead of `tramp-compat-delete-file'.
4254         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4255         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4256         `tramp-compat-delete-file'.
4258         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4259         `delete-file' instead of `tramp-compat-delete-file'.
4261         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4262         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4263         (tramp-smb-handle-write-region): Use `delete-file' instead of
4264         `tramp-compat-delete-file'.
4265         (tramp-smb-handle-delete-directory): Use 'trash as arg.
4267 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4269         * dired.el (dired-delete-file): New arg TRASH.
4270         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
4271         (dired-do-flagged-delete, dired-do-delete): Use trash.
4273         * speedbar.el (speedbar-item-delete): Allow trashing.
4275         * files.el (delete-directory): New arg TRASH.
4277         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4278         (ange-ftp-rename-remote-to-remote)
4279         (ange-ftp-rename-local-to-remote)
4280         (ange-ftp-rename-remote-to-local, ange-ftp-load)
4281         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4282         `delete-file'.
4283         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4284         allow trashing.
4286         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4287         handle new TRASH arg of `delete-file'.
4289         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4290         (tramp-handle-make-symbolic-link, tramp-handle-load)
4291         (tramp-do-copy-or-rename-file-via-buffer)
4292         (tramp-do-copy-or-rename-file-directly)
4293         (tramp-do-copy-or-rename-file-out-of-band)
4294         (tramp-handle-process-file, tramp-handle-call-process-region)
4295         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4296         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4297         (tramp-delete-temp-file-function): Use null TRASH arg in
4298         tramp-compat-delete-file call.
4300         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4301         (tramp-fish-handle-delete-file)
4302         (tramp-fish-handle-make-symbolic-link)
4303         (tramp-fish-handle-process-file): Use null TRASH arg in
4304         `tramp-compat-delete-file' call.
4306         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4307         arg in `tramp-compat-delete-file' call.
4309         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4310         (tramp-gvfs-handle-write-region): Use null TRASH arg in
4311         `tramp-compat-delete-file' call.
4313         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4314         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4315         `tramp-compat-delete-file' call.
4317         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4318         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4319         (tramp-smb-handle-write-region): Use null TRASH arg in
4320         tramp-compat-delete-file call.
4321         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4322         (tramp-smb-handle-delete-file): Rename arg.
4324         * diff.el (diff-sentinel):
4325         * epg.el (epg--make-temp-file, epg-decrypt-string)
4326         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4327         * jka-compr.el (jka-compr-partial-uncompress)
4328         (jka-compr-call-process, jka-compr-write-region):
4329         * server.el (server-sentinel): Remove optional arg from
4330         delete-file, reverting 2010-05-03 change.
4332 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4334         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4335         font-lock-constant-face, not obsolete font-lock-reference-face.
4337 2010-05-27  Kenichi Handa  <handa@m17n.org>
4339         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4340         element of GSTRING is nil.
4342 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * emacs-lisp/smie.el (smie-forward-token-function)
4345         (smie-backward-token-function): New vars.
4346         (smie-backward-sexp, smie-forward-sexp)
4347         (smie-indent-hanging-p, smie-indent-calculate): Use them.
4348         (smie-default-backward-token): Rename from smie-backward-token and
4349         skip comments.
4350         (smie-default-forward-token): Rename from smie-forward-token and
4351         skip comments.
4352         (smie-next-sexp): Handle nil results from next-token.
4353         (smie-indent-calculate): Add a new case for special `fixindent' comments.
4355 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4357         * progmodes/verilog-mode.el (verilog-type-font-keywords):
4358         Use font-lock-constant-face, not obsolete font-lock-reference-face.
4360 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
4362         * htmlfontify.el (hfy-face-resolve-face): New function.
4363         (hfy-face-to-style): Use it (Bug#6279).
4365 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4367         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4368         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4370 2010-05-26  Glenn Morris  <rgm@gnu.org>
4372         * emulation/edt.el (edt-load-keys): Use locate-library.
4374 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
4376         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4377         (log-edit-changelog-entries): Doc fix.
4378         (log-edit-changelog-insert-entries): Args changed.
4379         Rename relative filenames in ChangeLog entries.  Delete tabs.
4380         (log-edit-insert-changelog-entries): Reorganize return value of
4381         `log-edit-changelog-entries' to pass filenames to
4382         log-edit-changelog-insert-entries.
4384 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4386         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4387         `image-dired-dired-insert-marked-thumbs' to
4388         `image-dired-dired-toggle-marked-thumbs'.
4390         * image-dired.el: Require cl when compiling.
4391         (image-dired-dired-toggle-marked-thumbs): Rename from
4392         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
4393         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
4394         to 'no-dir.  Skip files whose names don't match
4395         `image-file-name-regexp'.  When file has a thumbnail overlay,
4396         delete it.  (Bug#5270)
4398 2010-05-25  Juri Linkov  <juri@jurta.org>
4400         * image-mode.el (image-mode): Add image-after-revert-hook to
4401         after-revert-hook.
4402         (image-after-revert-hook): New function.  (Bug#5669)
4404 2010-05-25  Juri Linkov  <juri@jurta.org>
4406         * image.el (image-animated-p): When delay between animated images
4407         is 0, set it to 10 (0.1 sec).  (Bug#6258)
4409 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4411         * net/tramp.el (tramp-handle-insert-directory): Don't use
4412         `forward-word', its default syntax could be changed.
4414 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4416         * net/tramp.el (tramp-progress-reporter-update): New defun.
4417         (with-progress-reporter): Use it.
4418         (tramp-process-actions):
4419         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4420         current message, in order to let progress reporter continue
4421         afterwards.  (Bug#6257)
4423 2010-05-25  Glenn Morris  <rgm@gnu.org>
4425         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4426         Add :version.
4428 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4430         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4431         (rcirc-default-full-name): Change to "unknown".
4432         (rcirc-user-name-history): Add variable.
4434 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4435             Jonathan Rockway  <jon@jrock.us>
4437         * net/rcirc.el (rcirc-server-alist): Add :pass.
4438         (rcirc): When prompting for connection parameters, also prompt for
4439         username and password.
4440         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4441         value to server when connecting.
4443 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4446         (smie-merge-prec2s): Pass the tables as separate args.
4447         (smie-bnf-precedence-table): Adjust call accordingly.
4448         (smie-prec2-levels): Set levels at the end.
4450         Replace Lisp calls to delete-backward-char by delete-char.
4451         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4452         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4453         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4454         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4455         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4456         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4457         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4458         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4459         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4460         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4461         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4462         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4463         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4464         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4465         delete-backward-char by calls to delete-char.
4467 2010-05-25  Kenichi Handa  <handa@m17n.org>
4469         * language/hebrew.el (hebrew-shape-gstring): New function.
4470         Register it in composition-function-table for all Hebrew combining
4471         characters.
4473 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * epa.el (epa--select-keys): Don't explicitly delete the window since
4476         that can fail (e.g. sole window in frame).  Use dedication instead.
4478 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4480         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4482 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4484         * image.el (image-refresh): Define as an alias for image-flush.
4486         * image-mode.el (image-toggle-display-image): Caller changed.
4488 2010-05-21  Juri Linkov  <juri@jurta.org>
4490         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4491         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4492         whitespace, call wildcard-to-regexp on substrings and concat them
4493         with "\\|".  (Bug#6114)
4495 2010-05-21  Alan Mackenzie  <acm@muc.de>
4497         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4498         Replace parameter `here' with `here-' and `here-plus', which sandwich
4499         any pertinent CPP construct.
4500         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4501         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4502         CPP construct from taking part in the scanning.
4504 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4506         * net/tramp.el (tramp-do-copy-or-rename-file)
4507         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4508         Tune `with-progress-reporter' messages.
4509         (tramp-handle-vc-registered):
4510         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4511         (tramp-fish-handle-insert-file-contents)
4512         (tramp-fish-maybe-open-connection):
4513         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4514         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4515         (tramp-imap-handle-insert-file-contents)
4516         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4518 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4520         * add-log.el (change-log-font-lock-keywords):
4521         Highlight all authors in multi-author entries.
4523         * smerge-mode.el (smerge-refine-ignore-whitespace)
4524         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4525         Fix typos in docstrings.
4526         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4528 2010-05-21  Glenn Morris  <rgm@gnu.org>
4530         * progmodes/fortran.el (fortran-mode):
4531         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4533         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4534         having a relative path in src/Makefile.in.
4536 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4538         * help-mode.el (help-make-xrefs): For Info node links turn
4539         newlines into spaces.  Link node names with newlines are matched
4540         by help-xref-info-regexp and buttonized, this change ensures they
4541         can be followed successfully with RET.  (Bug#6206)
4543 2010-05-20  Juri Linkov  <juri@jurta.org>
4545         * locate.el (locate): Use pop-to-buffer instead of
4546         switch-to-buffer-other-window.  (Bug#6204)
4548 2010-05-20  Juri Linkov  <juri@jurta.org>
4550         * replace.el (replace-highlight): Fix lazy-highlighting
4551         for `M-s w str M-% str RET'.
4553 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4555         * isearch.el (isearch-yank-word-or-char): Pull next subword
4556         when `subword-mode' is activated.  (Bug#6220)
4558 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4560         * isearch.el (isearch-update-post-hook): New hook.
4561         (isearch-update): Use the new hook.  (Bug#6225)
4563 2010-05-20  Juri Linkov  <juri@jurta.org>
4565         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4566         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4567         (Bug#6222)
4569 2010-05-20  Juri Linkov  <juri@jurta.org>
4571         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4572         (Bug#6223)
4574 2010-05-20  Juri Linkov  <juri@jurta.org>
4576         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4577         FILE-NAME to read from the minibuffer when called interactively
4578         with prefix argument instead of using buffer-file-name.
4579         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4581         * dired.el: Update autoloads.
4583 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4585         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4586         nxml-finish-element, for consistency with SGML mode.
4588         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4589         octave-close-block.
4591 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4593         * composite.el: Require cl when compiling.
4594         (reference-point-alist, compose-gstring-for-graphic)
4595         (compose-gstring-for-terminal): Fix typos in docstrings.
4597 2010-05-19  Juri Linkov  <juri@jurta.org>
4599         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4600         set-window-parameter.
4602 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4604         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4605         where appropriate.
4606         (tramp-maybe-open-connection): Use it.
4608 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4610         * simple.el (move-end-of-line): Make sure we are at line beginning
4611         before backing up to end of previous line.
4613 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4615         * password-cache.el (password-cache-remove): Fix docstring.
4617         * net/secrets.el: Autoload the widget functions.
4618         (secrets-search-items, secrets-create-item)
4619         (secrets-get-attributes, secrets-expand-item): Attributes will be
4620         stored on the password database without leading ":", as all other
4621         clients do as well.
4622         (secrets-mode): Fix docstring.
4623         (secrets-show-secrets): Provide it as autoloaded command only when
4624         D-Bus support is available.  Check existence of Secret Service API.
4626 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * indent.el (indent-region): Deactivate region (bug#6200).
4630 2010-05-19  Glenn Morris  <rgm@gnu.org>
4632         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4634 2010-05-19  Kenichi Handa  <handa@m17n.org>
4636         * composite.el: Register compose-gstring-for-graphic in
4637         composition-function-table only for combining characters (Mn, Mc, Me).
4639 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4641         * calc/calc-trail.el (calc-trail-isearch-forward)
4642         (calc-trail-isearch-backward): Ensure that the new window
4643         point is set correctly.
4645 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4647         * subr.el (read-quoted-char): Resolve modifiers after key
4648         remapping (bug#6212).
4650 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4652         Add visualization code for secrets.
4653         * net/secrets.el (secrets-mode): New major mode.
4654         (secrets-show-secrets, secrets-show-collections)
4655         (secrets-expand-collection, secrets-expand-item)
4656         (secrets-tree-widget-after-toggle-function)
4657         (secrets-tree-widget-show-password): New defuns.
4659 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4662         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4663         handled in smie-next-sexp.
4664         (smie-indent-calculate): Provide a starting indentation (so the
4665         recursion is well-founded ;-).
4667         Fix handling of non-associative equal levels.
4668         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4669         when it's not needed.
4670         (smie-op-left, smie-op-right): New functions.
4671         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4672         Better handle equal levels to distinguish the associative case from
4673         the "multi-keyword construct" case.
4674         (smie-backward-sexp, smie-forward-sexp): Use it.
4676 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4678         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4680         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4681         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4683 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         Provide a simple generic indentation engine and use it for Prolog.
4686         * emacs-lisp/smie.el: New file.
4687         * progmodes/prolog.el (prolog-smie-op-levels)
4688         (prolog-smie-indent-rules): New var.
4689         (prolog-mode-variables): Use them to configure SMIE.
4690         (prolog-indent-line, prolog-indent-level): Remove.
4692 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4694         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4695         order before computing the averages.
4697 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4699         * calc/calc-vec.el (calc-histogram):
4700         (calcFunc-histogram): Allow vectors as inputs.
4701         (math-vector-avg): New function.
4703         * calc/calc-ext.el (math-group-float): Have the number of digits
4704         being grouped depend on the radix (Bug#6189).
4706 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4708         * version.el (emacs-copyright, emacs-version): Don't define here,
4709         now that emacs.c defines it.
4711 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4713         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4714         "Describe Language Environment" menu item.
4716         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4718         Bidi-sensitive movement with arrow keys.
4719         * subr.el (right-arrow-command, left-arrow-command): New functions.
4721         * bindings.el (global-map): Bind them to right and left arrow keys.
4723         Don't override standard definition of convert-standard-filename.
4724         * files.el (convert-standard-filename): Call
4725         w32-convert-standard-filename and dos-convert-standard-filename on
4726         the corresponding systems.
4728         * w32-fns.el (w32-convert-standard-filename): Rename from
4729         convert-standard-filename.  Doc fix.
4731         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4732         (convert-standard-filename): Don't defalias.
4733         (register-name-alist, make-register, register-value)
4734         (set-register-value, intdos): Obsolete aliases for the
4735         corresponding dos-* functions and variables.
4736         (dos-intdos): Add a doc string.
4738 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4740         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4741         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4742         (math-compose-tex-func):
4743         * calc/calccomp.el (math-compose-expr):
4744         * calc/calc-ext.el (math-format-flat-expr-fancy):
4745         * calc/calc-store.el (calc-read-var-name):
4746         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4748         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4749         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4750         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4751         (math-standard-units): Add units.
4753 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * progmodes/asm-mode.el (asm-mode):
4756         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4758         * pcomplete.el (pcomplete-completions-at-point): New function,
4759         extracted from pcomplete-std-complete.
4760         (pcomplete-std-complete): Use it.
4762 2010-05-15  Glenn Morris  <rgm@gnu.org>
4764         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4765         Remove references to CVS, RCS and Old directories.
4767 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4769         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4770         appropriate.
4772 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4775         (sh-mode-syntax-table): Give it a default value instead.
4776         (sh-header-marker): Make buffer-local.
4777         (sh-mode): Move make-local-variable to the corresponding setq.
4778         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4779         Use complete-with-action.
4781         * simple.el (prog-mode): New (abstract) major mode.
4782         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4783         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4785 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4787         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4788         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4789         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4790         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4791         (sql-escape-newlines-filter, sql-input-sender)
4792         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4794 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4796         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4798         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4799         latex-open-block and C-c / to latex-close-block.
4801         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4802         and C-c C-e to sgml-close-tag.
4804 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4806         * net/tramp.el (with-progress-reporter): Create reporter object
4807         only when the message would be displayed.  Handle nested calls.
4808         (tramp-handle-load, tramp-handle-file-local-copy)
4809         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4810         (tramp-maybe-send-script, tramp-find-shell):
4811         Use `with-progress-reporter'.
4812         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4813         Fix message text.
4815         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4816         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4817         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4818         Use `with-progress-reporter'.
4820 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4822         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4823         process everytime when spellchecking from the minibuffer (bug#6143).
4825 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4829         * dos-fns.el: Add "dos-" prefix for namespace control.
4830         (convert-standard-filename): Define as alias for
4831         dos-convert-standard-filename but only if applicable.
4833 2010-05-12  Alan Mackenzie  <acm@muc.de>
4835         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4836         Push the mark at the start of these functions when appropriate.
4838 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * minibuffer.el (completion-cycle-threshold): New custom var.
4841         (completion--do-completion): Use it.
4842         (minibuffer-complete): Use cycling if appropriate.
4844 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4846         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4847         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4849 2010-05-11  Juri Linkov  <juri@jurta.org>
4851         * scroll-all.el (scroll-all-check-to-scroll):
4852         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4854 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4856         * iimage.el (iimage-mode-map): Move initialization into declaration.
4857         (iimage-mode-buffer): Use with-silent-modifications.
4858         Simplify calling convention.  Adjust callers.
4859         (iimage-mode): Don't run hook redundantly.
4861         * minibuffer.el (completion-pcm--pattern->regex):
4862         Fix last change (bug#6160).
4864 2010-05-10  Juri Linkov  <juri@jurta.org>
4866         Remove nodes visited during Isearch from the Info history.
4867         * info.el (Info-isearch-initial-history)
4868         (Info-isearch-initial-history-list): New variables.
4869         (Info-isearch-start): Record initial values of
4870         Info-isearch-initial-history and Info-isearch-initial-history-list.
4871         Add Info-isearch-end to isearch-mode-end-hook.
4872         (Info-isearch-end): New function.
4874 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4876         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4877         format string, in order to work around a bug in pdksh.
4878         Reported by Gilles Pion <gpion@lfdj.com>.
4879         (tramp-handle-verify-visited-file-modtime): Do not send a command
4880         when the connection is not established.
4881         (tramp-handle-set-file-times): Simplify the check for utc.
4883 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4885         Fix use of `filter-buffer-substring' (rework previous change).
4886         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4887         (cua-repeat-replace-region):
4888         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4889         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4890         (cua-cut-region-to-global-mark): Use it.
4892 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4894         * progmodes/sql.el: Version 2.1.
4895         (sql-product-alist): Redesign structure of product info.
4896         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4897         (sql-port, sql-port-history): New variables.
4898         (sql-interactive-product): New variable.
4899         (sql-send-terminator): New variable.
4900         (sql-imenu-generic-expression): Add "Types" imenu entry.
4901         (sql-oracle-login-params, sql-sqlite-login-params)
4902         (sql-mysql-login-params, sql-solid-login-params)
4903         (sql-sybase-login-params, sql-informix-login-params)
4904         (sql-ingres-login-params, sql-ms-login-params)
4905         (sql-postgres-login-params, sql-interbase-login-params)
4906         (sql-db2-login-params, sql-linter-login-params)
4907         (sql-oracle-scan-on): New variables.
4908         (sql-mode-map): Add C-c C-i to start interactive mode.
4909         (sql-mode-menu): Update existing menu entries.
4910         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4911         (sql-mode-oracle-font-lock-keywords)
4912         (sql-mode-postgres-font-lock-keywords)
4913         (sql-mode-ms-font-lock-keywords)
4914         (sql-mode-sybase-font-lock-keywords)
4915         (sql-mode-informix-font-lock-keywords)
4916         (sql-mode-interbase-font-lock-keywords)
4917         (sql-mode-ingres-font-lock-keywords)
4918         (sql-mode-solid-font-lock-keywords)
4919         (sql-mode-mysql-font-lock-keywords)
4920         (sql-mode-sqlite-font-lock-keywords)
4921         (sql-mode-db2-font-lock-keywords)
4922         (sql-mode-linter-font-lock-keywords): Update initialization to
4923         reduce run-time complexity.
4924         (sql-add-product, sql-del-product): New functions.
4925         (sql-set-product-feature, sql-get-product-feature): New functions.
4926         (sql-product-font-lock): Update product API.
4927         (sql-add-product-keywords): New function.
4928         (sql-highlight-product): Update product API.
4929         (sql-help-list-products): New function.
4930         (sql-help): Dynamically lists free and non-free products.
4931         (sql-get-login): Correct bug in handling history and added
4932         prompt for port.
4933         (sql-copy-column): Copy without properties.
4934         (sqli-input-sender): Apply filters to SQLi input.
4935         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4936         Implement as a filter.
4937         (sql-escape-newlines-filter): Implement as a filter.
4938         (sql-remove-tabs-filter): New function.
4939         (sql-send-magic-terminator): New function.
4940         (sql-send-string): Implement magic terminator.
4941         (sql-send-region): Use `sql-send-string'.
4942         (sql-interactive-mode): Use product API.
4943         (sql-product-interactive): Use product API.
4944         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4945         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4946         (sql-db2, sql-linter): Use `sql-product-interactive'.
4947         (sql-connect): New function.
4948         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4949         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4950         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4951         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4952         Use `sql-connect'.
4954 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4957         New custom variable.
4958         (completion-pcm--string->pattern): Use it.
4959         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4960         Make it handle any symbol as `any'.
4961         (completion-pcm--merge-completions): Extract common suffix for the new
4962         `prefix' symbol as well.
4963         (completion-substring--all-completions): Use the new `prefix' symbol.
4965 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4967         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4968         not bound.
4969         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4970         (tramp-compat-funcall): New defmacro.
4971         (tramp-compat-line-beginning-position)
4972         (tramp-compat-line-end-position)
4973         (tramp-compat-temporary-file-directory)
4974         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4975         (tramp-compat-copy-file, tramp-compat-copy-directory)
4976         (tramp-compat-delete-file, tramp-compat-delete-directory)
4977         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4978         * net/tramp.el (top, with-progress-reporter)
4979         (tramp-rfn-eshadow-setup-minibuffer)
4980         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4981         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4982         (tramp-completion-mode-p, tramp-check-for-regexp)
4983         (tramp-open-connection-setup-interactive-shell)
4984         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4985         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4986         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4987         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4988         (tramp-reporter-dump-variable, tramp-load-report-modules)
4989         (tramp-append-tramp-buffers)
4990         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4992         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4994 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4996         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4997         buffer-modtime.  Adjust users.
4999 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5001         * international/mule.el (auto-coding-alist): Only purecopy
5002         car of each item, not the whole list (Bug#6083).
5004 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5006         * progmodes/js.el (js-mode): Make paragraph variables local before
5007         calling c-setup-paragraph-variables (Bug#6071).
5009 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
5011         * composite.el (compose-region, reference-point-alist): Fix typos
5012         in the doc strings.
5014 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5016         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5017         gnuplot's "set" command.
5019 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5021         * abbrev.el (last-abbrev-text): Doc fix.
5022         (abbrev-prefix-mark): Don't escape parenthesis.
5024 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
5026         * composite.el (find-composition): Doc fix.
5028 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5030         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5031         (sql-oracle-program, sql-sqlite-options)
5032         (sql-query-placeholders-and-send): Doc fixes.
5033         (sql-set-product, sql-interactive-mode): Reflow docstrings.
5034         (sql-imenu-generic-expression, sql-buffer)
5035         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5036         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5037         (sql-mode-sybase-font-lock-keywords)
5038         (sql-mode-informix-font-lock-keywords)
5039         (sql-mode-interbase-font-lock-keywords)
5040         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5041         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5042         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5043         (sql-product-feature, sql-highlight-product)
5044         (comint-line-beginning-position, sql-rename-buffer)
5045         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5046         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5047         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5048         Fix typos in docstrings.
5050 2010-05-08  Juri Linkov  <juri@jurta.org>
5052         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5053         property instead of `invisible' and `after-string' (bug#5998).
5055 2010-05-08  Juri Linkov  <juri@jurta.org>
5057         * image-mode.el (image-mode-as-text): Fix typo in docstring.
5059 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5061         * filecache.el (file-cache-add-directory-list)
5062         (file-cache-add-directory-recursively): Fix typos in docstrings.
5064 2010-05-08  Kenichi Handa  <handa@m17n.org>
5066         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5067         (gujarati-composable-pattern): Fix typo.
5069 2010-05-08  Kenichi Handa  <handa@m17n.org>
5071         * language/indian.el (oriya-composable-pattern)
5072         (tamil-composable-pattern, malayalam-composable-pattern):
5073         Add two-part vowels to "v" (vowel sign).
5075 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5077         * files.el (copy-directory): Handle symlinks (Bug#5982).
5079 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
5081         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5082         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
5083         (Bug#5846).
5085 2010-05-08  Glenn Morris  <rgm@gnu.org>
5087         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5089         * minibuffer.el (completion-at-point): Doc fix.
5091 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * electric.el (Electric-command-loop): Minor tweak.
5095         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5096         better with dedicated windows.
5098 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5100         * Version 23.2 released.
5102 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5103             Stefan Monnier  <monnier@iro.umontreal.ca>
5105         Highlight vendor specific properties.
5106         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5107         (css-proprietary-property): New face.
5108         (css-font-lock-keywords): Use them.
5110 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
5112         * cus-start.el (all): Add native condition for tool-bar-* symbols.
5114 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5117         * files.el (auto-mode-alist): Remove redundant entries.
5119         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5120         * simple.el (auto-save-mode): Move from files.el.
5121         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5123 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5125         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5127 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5129         * mail/binhex.el (binhex-decode-region-internal)
5130         * mail/uudecode.el (uudecode-decode-region-internal)
5131         * net/dns.el (dns-read-string-name, dns-write, dns-read)
5132         (dns-read-type, dns-query)
5133         * pgg-parse.el (pgg-parse-armor)
5134         * pgg.el (pgg-verify-region)
5135         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5136         XEmacs.
5138         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5140 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
5142         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5144         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5145         * emulation/cua-base.el (cua-repeat-replace-region):
5146         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5147         (cua-cut-region-to-global-mark):
5148         Remove text properties with `set-text-properties'.
5150 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
5152         * net/tramp.el (top, with-progress-reporter):
5153         Use `symbol-function' inside `funcall'.
5155         * net/tramp-compat.el (tramp-compat-file-attributes)
5156         (tramp-compat-delete-file, tramp-compat-delete-directory):
5157         Handle only `wrong-number-of-arguments' error.
5159         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5160         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5161         inside `funcall'.
5163 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * minibuffer.el (completion--sreverse, completion--common-suffix):
5166         New functions.
5167         (completion-pcm--merge-completions): Extract common suffix when safe.
5169         * emacs-lisp/easy-mmode.el (define-minor-mode):
5170         Make :variable more flexible.
5171         * files.el (auto-save-mode): Use it to define using define-minor-mode.
5173 2010-05-05  Juri Linkov  <juri@jurta.org>
5175         Add `slow' and `history' tags to the desktop data.
5177         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5178         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5179         (Info-finder-find-node): Require `finder.el' to be able
5180         to restore node from the desktop.
5181         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
5182         data `Info-history' and `slow' tag in the assoc list.
5183         (Info-restore-desktop-buffer): Don't restore nodes with the
5184         `slow' tag.  Restore `Info-history'.
5186 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
5188         Add FORCE argument to `delete-file'.
5190         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5191         forcing to delete the temporary file.
5192         (ange-ftp-delete-file): Add FORCE arg.
5193         (ange-ftp-rename-remote-to-remote)
5194         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5195         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5196         Force file deletion.
5198         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5200         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5201         (tramp-handle-make-symbolic-link, tramp-handle-load)
5202         (tramp-do-copy-or-rename-file-via-buffer)
5203         (tramp-do-copy-or-rename-file-directly)
5204         (tramp-do-copy-or-rename-file-out-of-band)
5205         (tramp-handle-process-file, tramp-handle-call-process-region)
5206         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5207         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5208         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5210         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5211         (tramp-fish-handle-make-symbolic-link)
5212         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5214         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5215         Use `tramp-compat-delete-file'.
5217         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5218         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5220         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5221         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5223         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5224         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5225         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5226         `tramp-compat-delete-file'.
5228 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         Minor cleanups.
5231         * subr.el (add-minor-mode): Use push.
5232         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5233         * emulation/edt.el (edt-select-mode): Simplify.
5235         Use define-minor-mode in more cases.
5236         * term/tvi970.el (tvi970-set-keypad-mode):
5237         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5238         (normal-erase-is-backspace-mode):
5239         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5240         (set-scroll-bar-mode-1): (Re)move to its sole caller.
5241         (get-scroll-bar-mode): New function.
5242         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5244         Use define-minor-mode for less obvious cases.
5245         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5246         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5247         * international/iso-ascii.el (iso-ascii-mode):
5248         * frame.el (auto-raise-mode, auto-lower-mode):
5249         * composite.el (global-auto-composition-mode): Use define-minor-mode.
5251 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
5253         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5254         in order to see error messages for failed logins.
5256 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5258         * diff.el (diff-sentinel):
5260         * epg.el (epg--make-temp-file, epg-decrypt-string)
5261         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5263         * jka-compr.el (jka-compr-partial-uncompress)
5264         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5266         * server.el (server-sentinel): Use delete-file's new FORCE arg
5267         (Bug#6070).
5269 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         Use define-minor-mode where applicable.
5272         * view.el (view-mode):
5273         * type-break.el (type-break-query-mode)
5274         (type-break-mode-line-message-mode):
5275         * textmodes/reftex.el (reftex-mode):
5276         * term/vt100.el (vt100-wide-mode):
5277         * tar-mode.el (tar-subfile-mode):
5278         * savehist.el (savehist-mode):
5279         * ibuf-ext.el (ibuffer-auto-mode):
5280         * composite.el (auto-composition-mode):
5281         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5282         Use define-minor-mode.
5283         (vhdl-mode): Use static mode-line format.
5284         (vhdl-mode-line-update): Delete.
5285         (vhdl-create-mode-menu, vhdl-activate-customizations)
5286         (vhdl-hs-minor-mode): Don't bother calling it.
5288 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5290         * simple.el (with-wrapper-hook): Move.
5291         (buffer-substring-filters): Mark obsolete.
5292         (filter-buffer-substring-functions): New variable.
5293         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
5295 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5296             Michael Albinus  <michael.albinus@gmx.de>
5298         Implement compression for inline methods.
5300         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5301         (tramp-copy-size-limit): Allow also nil.
5302         (tramp-inline-compress-commands): New defconst.
5303         (tramp-find-inline-compress, tramp-get-inline-compress)
5304         (tramp-get-inline-coding): New defuns.
5305         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5306         replaced by `tramp-get-inline-coding'.
5307         (tramp-handle-file-local-copy, tramp-handle-write-region)
5308         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5310 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5312         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5313         Remove unused functions.
5315         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5316         Set find-tag-default-function as a variable rather than a property.
5318         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5319         * progmodes/etags.el (tags-completion-at-point-function):
5320         Remove left over interactive spec.  Add autoloading stub.
5321         (complete-tag): Use tags-completion-at-point-function.
5323 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
5325         * minibuffer.el (tags-completion-at-point-function): Fix return value.
5327 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5329         * ido.el (ido-init-completion-maps): Remove C-v binding.
5330         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5332 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5334         * minibuffer.el (tags-completion-at-point-function): New function.
5335         (completion-at-point-functions): Use it.
5337         * progmodes/etags.el (complete-tag): Revert last change.
5339 2010-04-29  Alan Mackenzie  <acm@muc.de>
5341         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5342         off-by-one error (in end of macro position).
5344 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5347         firefox is absent.  Don't autoload.
5348         (browse-url-galeon-program): Don't autoload.
5350 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5352         * bindings.el (complete-symbol): Move into minibuffer.el.
5354         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5355         completion cannot be performed, return nil instead of signalling
5356         an error.
5357         (completion-at-point): Make it an alias for complete-symbol.
5358         (complete-symbol): Move from bindings.el, and replace with the
5359         body of completion-at-point.
5361         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5363 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5365         * net/tramp.el (tramp-remote-selinux-p): New defun.
5366         (tramp-handle-file-selinux-context)
5367         (tramp-handle-set-file-selinux-context): Use it.
5369 2010-04-28  Sam Steingold  <sds@gnu.org>
5371         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5372         `safe-local-variable' if the value is a string or a symbol with
5373         the property `bug-reference-url-format'.
5375 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5377         * progmodes/bug-reference.el (bug-reference-url-format):
5378         Revert 2010-04-27 change due to security risk.
5380 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5382         Make it possible to locally disable a globally enabled mode.
5383         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5384         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5385         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5386         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5387         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5388         that subsequent hooks get a chance to disable it.
5390 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5393         Avoid re-enabling a minor mode after the user turned the minor mode
5394         off if MODE-enable-in-buffers is run twice (typically once from
5395         fundamental-mode's after-change-major-mode-hook and a second time from
5396         run-mode-hook's own after-change-major-mode-hook).
5398         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5400 2010-04-27  Sam Steingold  <sds@gnu.org>
5402         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5403         `safe-local-variable' if the value is a string or a function, as
5404         documented and implemented on 2010-04-02.
5406 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5408         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5409         when method is 'kill.
5411 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5413         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5414         condition in default directory check.
5415         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5416         Kill ispell process when killing its associated buffer.
5418 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5420         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5421         but we aren't using it.
5423 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5425         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5426         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5428 2010-04-24  Glenn Morris  <rgm@gnu.org>
5430         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5431         Ignore VCS-ignore files, and deleted nextstep preferences files.
5432         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5433         (authors-ambiguous-files): New list.
5434         (authors-valid-file-names): Add some deleted files.
5435         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5436         (authors-disambiguate-file-name): New function.  (Bug#5501)
5437         (authors-canonical-file-name): Doc fix.
5438         Don't warn about obsolete files.
5439         (authors-canonical-file-name, authors-scan-el):
5440         Use authors-disambiguate-file-name.
5442         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5443         Add autoload cookies.
5444         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5445         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5446         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5447         They have definitions / compiler macros in cl.el.
5448         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5449         Replace manual autoloads with generated ones.
5450         (htmlfontify-unload-rgb-file): Remove autoload.
5451         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5453 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5456         (byte-compile-setq-default): Optimize for the
5457         single-var case and don't call byte-compile-form in this case to avoid
5458         inf-loop with byte-compile-set-default.
5460         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5462 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5464         Implement SELINUX backends.
5466         * net/tramp.el (tramp-file-name-handler-alist):
5467         Add `file-selinux-context' and `set-file-selinux-context'.
5468         (tramp-handle-file-selinux-context)
5469         (tramp-handle-set-file-selinux-context): New defuns.
5470         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5471         Handle PRESERVE-SELINUX-CONTEXT.
5473         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5474         Add `file-selinux-context' and `set-file-selinux-context'.
5475         (tramp-gvfs-handle-file-selinux-context)
5476         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5477         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5479         * net/ange-ftp.el (ange-ftp-copy-file):
5480         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5481         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5482         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5483         Add PRESERVE-SELINUX-CONTEXT.
5485 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5487         Synchronize with Tramp repository.
5489         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5490         (tramp-action-process-alive, tramp-action-out-of-band)
5491         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5492         (tramp-exists-file-name-handler): Fix docstring.
5493         (with-progress-reporter): New defmacro.
5494         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5495         (tramp-maybe-open-connection): Use it.
5497 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5499         Detect ssh 'ControlMaster' argument automatically in some cases.
5501         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5502         (tramp-default-method): Use it.
5504 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5506         * net/tramp.el (tramp-handle-copy-file): Add new optional
5507         parameter `preserve-selinux-context'.
5508         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5510 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5512         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5513         Ensure, that non remote files are still checked.  Oops.
5515 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5517         Fix Bug#5840.
5519         * icomplete.el (icomplete-completions): Use `non-essential'.
5521         * net/tramp.el (tramp-connectable-p): New defun.
5522         (tramp-handle-expand-file-name)
5523         (tramp-completion-handle-file-name-all-completions)
5524         (tramp-completion-handle-file-name-completion): Use it.
5526 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5528         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5530 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5532         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5534         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5536         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5537         is present.
5539         * info.el (info-tool-bar-map): Add labels.
5541         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5543         * cus-edit.el (custom-commands): Add labels for tool bar.
5544         (custom-buffer-create-internal, Custom-mode): Adjust for
5545         labels in custom-commands.
5547         * dynamic-setting.el: Renamed from font-setting.el.
5549 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5551         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5552         toggles the use of virtual buffers.
5553         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5554         (ido-toggle-virtual-buffers): New function.
5556 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5558         Use `define-derived-mode'; fix window selection; doc fixes.
5559         * play/tetris.el (tetris, tetris-update-speed-function)
5560         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5561         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5562         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5563         (tetris-pause-game): Fix typos in docstrings.
5564         (tetris-mode-map, tetris-null-map):
5565         Move initialization into declaration.
5566         (tetris-mode): Define with `define-derived-mode';
5567         set show-trailing-whitespace to nil.
5568         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5570 2010-04-21  Karel Klíč  <kklic@redhat.com>
5572         * files.el (backup-buffer): Handle SELinux context, and return it
5573         if a backup was made by renaming.
5574         (backup-buffer-copy): Set SELinux context to the target file.
5575         (basic-save-buffer): Set SELinux context of the newly written file.
5576         (basic-save-buffer-1): Now it also returns any SELinux context.
5577         (basic-save-buffer-2): Set SELinux context of the newly created file,
5578         and return it.
5579         * net/tramp.el (tramp-file-name-for-operation):
5580         Add file-selinux-context.
5582 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         Make the log-edit comments use RFC822 format throughout.
5586         * vc.el (vc-checkin, vc-modify-change-comment):
5587         Adjust to new vc-start/finish-logentry.
5588         (vc-find-conflicted-file): New command.
5589         (vc-transfer-file): Adjust to new vc-checkin.
5590         (vc-next-action): Improve scoping.
5592         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5593         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5595         * vc-git.el (vc-git-log-edit-mode): Remove.
5596         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5597         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5599         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5600         (vc-start-logentry): Remove argument `extra'.
5601         (vc-finish-logentry): Remove extra args.
5603         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5604         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5605         (vc-bzr-conflicted-files): New function.
5607         * log-edit.el (log-edit-extra-flags)
5608         (log-edit-before-checkin-process): Remove.
5609         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5610         (log-edit-headers-alist): New var.
5611         (log-edit-header-contents-regexp): New const.
5612         (log-edit-match-to-eoh): New function.
5613         (log-edit-font-lock-keywords): Use them.
5614         (log-edit): Insert a "Summary:" header as default.
5615         (log-edit-mode): Mark font-lock rules as case-insensitive.
5616         (log-edit-done): Cleanup headers.
5617         (log-view-process-buffer): Remove.
5618         (log-edit-extract-headers): New function to replace it.
5620 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5622         * subr.el (default-direction-reversed): Remove obsolescence info.
5624 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5627         windows/frames.
5629         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5630         I.e. include text after point in the completion region.
5631         Also, return nil when we're not after/in a symbol.
5633         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5634         default enable-multibyte-characters.
5636 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * international/mule.el: Help the user choose a valid coding-system.
5639         (read-buffer-file-coding-system): New function.
5640         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5641         coding-system cannot encode all the chars.
5643         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5644         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5645         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5646         Don't use *vc-bzr-shelve*.
5648 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5650         Fix the version number for added files.
5651         * vc-hg.el (vc-hg-working-revision): Check if the file is
5652         registered after hg parent fails (Bug#5961).
5654 2010-04-19  Glenn Morris  <rgm@gnu.org>
5656         * htmlfontify.el (htmlfontify-buffer)
5657         (htmlfontify-copy-and-link-dir): Autoload entry points.
5659 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5661         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5662         name relative to the project root (Bug#5960).
5664 2010-04-19  Glenn Morris  <rgm@gnu.org>
5666         * vc-git.el (vc-git-print-log): Doc fix.
5668 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5670         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5672 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5674         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5675         default settings (Bug#5928).
5677 2010-04-19  Glenn Morris  <rgm@gnu.org>
5679         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5680         New function.
5681         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5683 2010-04-19  Kenichi Handa  <handa@m17n.org>
5685         * language/indian.el (malayalam-composable-pattern): Fix previous
5686         change (add U+0D4D "SIGN VIRAMA").
5687         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5688         (tamil-composable-pattern): Fix typo in the regexp.
5689         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5690         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5691         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5693 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5695         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5696         paragraph-separate (Bug#5821).
5698 2010-04-19  Juri Linkov  <juri@jurta.org>
5700         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5702         * info.el (Info-find-node-2): Comment out code that skips
5703         breadcrumbs line.
5704         (Info-mouse-follow-link): New command.
5705         (Info-link-keymap): New keymap.
5706         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5707         Return a string with links instead of inserting breadcrumbs
5708         to the Info buffer.
5709         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5710         Instead of putting the `invisible' text property over the Info
5711         header, make an overlay over the Info header with the `invisible'
5712         property and `after-string' set to the string returned by
5713         `Info-breadcrumbs'.
5715 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5717         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5718         Reported by monkey@sandpframing.com.
5720 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5723         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5724         available in the "keyseq cache" any more.
5726         * custom.el (defcustom): Add edebug spec.
5728 2010-04-18  Juri Linkov  <juri@jurta.org>
5730         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5732         * view.el (view-file, view-buffer): Move test for special mode-class
5733         from view-file to view-buffer.
5735         * tar-mode.el (tar-extract): Turn if's into one cond
5736         like in arc-mode.el.
5738 2010-04-18  Juri Linkov  <juri@jurta.org>
5740         Add 7z archive format support (bug#5475).
5742         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5743         (archive-7z-extract): New defcustom.
5744         (archive-find-type): Add magic string for 7z.
5745         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5746         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5747         `buffer' arg of `call-process'.
5748         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5749         call the function `archive-7z-extract' with the variable
5750         `archive-7z-extract' let-bound to `archive-zip-extract'.
5751         (archive-7z-summarize, archive-7z-extract): New functions.
5753         * international/mule.el (auto-coding-alist):
5754         * files.el (auto-mode-alist): Add 7z file extension.
5756 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5758         * loadup.el: Setup hash-cons for pure data.
5760         Fix duplicate entries in cedet's loaddefs.el files.
5761         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5762         Should make most file-local generated-autoload-file unnecessary.
5763         (print-readably): Silence warnings.
5764         (autoload-find-destination): Take load-name as an arg to make sure
5765         it's the same as the one that will be in the file.
5766         (autoload-generate-file-autoloads): Adjust to above changes.
5767         Try to make the dataflow a bit simpler.
5769         * cvs-status.el (cvs-refontify): Remove unused.
5771 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5773         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5775         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5776         twos-complement mode.
5778 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5780         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5781         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
5782         (calc-inverse): Add "Option" to message, as appropriate.
5783         (calc-hyperbolic): Add "Option" to message, as appropriate.
5784         (calc-option, calc-is-option): New functions.
5786         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5787         (calc-option-prefix-help): New function.
5789         * calc/calc-misc.el (calc-help): Add "Option" entry.
5791         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5792         (calc-option-flag): New variable.
5793         (calc-do): Set `calc-option-flag to nil.
5794         (calc-set-mode-line): Add "Opt " as appropriate.
5796 2010-04-16  Juri Linkov  <juri@jurta.org>
5798         Move scrolling commands from simple.el to window.el
5799         because their primitives are implemented in window.c.
5801         * simple.el (scroll-error-top-bottom)
5802         (scroll-up-command, scroll-down-command, scroll-up-line)
5803         (scroll-down-line, scroll-other-window-down)
5804         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5805         * window.el (scroll-error-top-bottom)
5806         (scroll-up-command, scroll-down-command, scroll-up-line)
5807         (scroll-down-line, scroll-other-window-down)
5808         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5809         Move from simple.el to window.el because their primitives are
5810         implemented in window.c.
5812 2010-04-16  Juri Linkov  <juri@jurta.org>
5814         * isearch.el (isearch-lookup-scroll-key): Check both
5815         `isearch-scroll' and `scroll-command' properties.
5816         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5818         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5820         * simple.el (scroll-up-command, scroll-down-command)
5821         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5823 2010-04-15  Juri Linkov  <juri@jurta.org>
5825         * simple.el (scroll-up-command, scroll-down-command)
5826         (scroll-up-line, scroll-down-line): Put `scroll-command'
5827         property on the these symbols.  Remove them from
5828         `scroll-preserve-screen-position-commands'.
5830         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5831         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5832         Remove it from `scroll-preserve-screen-position-commands'.
5834         * isearch.el (isearch-allow-scroll): Doc fix.
5836 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5838         * net/tramp.el (tramp-error-with-buffer): Don't show the
5839         connection buffer when we are in completion mode.
5840         (tramp-file-name-handler): Catch the error for some operations
5841         when we are in completion mode.  This gives the user the chance to
5842         correct the file name in the minibuffer.
5844 2010-04-15  Glenn Morris  <rgm@gnu.org>
5846         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5848 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5850         Simplify by using `define-derived-mode'.
5851         * info.el (Info-mode):
5852         * calendar/todo-mode.el (todo-mode):
5853         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5854         (gomoku-mode-map): Move initialization into declaration.
5856 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5858         Fix Bug#5840.
5859         * ido.el (ido-file-name-all-completions-1):
5860         * minibuffer.el (minibuffer-completion-help):
5861         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5863 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5865         * simple.el (non-essential): New var.
5867         Add a new field `location' to bookmarks for non-file bookmarks.
5868         * bookmark.el (bookmark-location): Use the new field, if present.
5869         (bookmark-insert-location): Undo last change, not needed any more.
5870         * man.el (Man-bookmark-make-record):
5871         * woman.el (woman-bookmark-make-record): Add `location' field.
5873 2010-04-14  Juri Linkov  <juri@jurta.org>
5875         * simple.el (scroll-error-top-bottom): New defcustom.
5876         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5878         * emulation/pc-select.el (pc-select-override-scroll-error):
5879         Obsolete in favor of `scroll-error-top-bottom'.
5881 2010-04-14  Juri Linkov  <juri@jurta.org>
5883         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5884         `scroll-up-command' and `M-v' to `scroll-down-command'.
5886         * emulation/cua-rect.el (cua--init-rectangles):
5887         * forms.el (forms--change-commands):
5888         * image-mode.el (image-mode-map):
5889         Remap scroll-down-command and scroll-up-command
5890         in addition to scroll-down and scroll-up.
5892 2010-04-14  Juri Linkov  <juri@jurta.org>
5894         * mwheel.el (scroll-preserve-screen-position-commands):
5895         Add mwheel-scroll to this list of commands.
5897         * simple.el (scroll-preserve-screen-position-commands):
5898         Add scroll-up-command, scroll-down-command, scroll-up-line,
5899         scroll-down-line to this list of commands.
5901 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5903         * obsolete/complete.el: Move from lisp/complete.el.
5905         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5907         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5908         to the minor mode function now turns the mode ON unconditionally.
5910 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * vc-dir.el (vc-dir-kill-line): New command.
5913         (vc-dir-mode-map): Bind it to C-k.
5915         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5917         * woman.el: Add bookmark declarations to silence the compiler.
5918         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5919         step to compatibility between man and woman bookmarks.
5920         Adjust for Man-default-bookmark-title renaming.
5921         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5923         * man.el: Add bookmark declarations to silence the compiler.
5924         (Man-name-local-regexp): Make it match NAME as well.
5925         (Man-getpage-in-background): Return the buffer.
5926         (Man-notify-when-ready): Use `case'.
5927         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5928         Don't hardcode "NAME".  Simplify.
5929         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5930         Rename from Man-bookmark-make-record.
5931         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5932         we have the actual man-args.  Use Man-getpage-in-background rather
5933         than `man' since the arg is already processed.  Let bookmark.el do the
5934         window handling.  Only wait for the relevant process.
5935         Don't forget to autoload.
5937         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5939 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5941         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5942         New functions.
5943         (woman-mode): Setup bookmark support.
5945         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5946         (man-bookmark-jump): New functions.
5947         (Man-mode): Setup bookmark support.
5949 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5951         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5952         recognize ssh-keygen prompt (Bug#2817).
5954 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5956         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5958 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5960         Synchronize with Tramp repository.
5962         * net/tramp.el (tramp-completion-function-alist)
5963         (tramp-file-name-regexp, tramp-chunksize)
5964         (tramp-local-coding-commands, tramp-remote-coding-commands):
5965         Fix docstring.
5966         (tramp-remote-process-environment): Use `format' instead of `concat'.
5967         (tramp-handle-directory-files-and-attributes)
5968         (tramp-get-remote-path): Use `copy-tree'.
5969         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5970         compatibility: Use `completion-ignore-case' if
5971         `read-file-name-completion-ignore-case' does not exist.
5972         (tramp-do-copy-or-rename-file-directly): Do not use
5973         `tramp-handle-file-remote-p'.
5974         (tramp-do-copy-or-rename-file-out-of-band):
5975         Use `tramp-compat-delete-directory'.
5976         (tramp-do-copy-or-rename-file-out-of-band)
5977         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5978         Use `format-spec-make'.
5979         (tramp-find-foreign-file-name-handler)
5980         (tramp-advice-make-auto-save-file-name)
5981         (tramp-set-auto-save-file-modes): Remove superfluous check for
5982         `stringp'.  This is done inside `tramp-tramp-file-p'.
5983         (tramp-debug-outline-regexp): New defconst.
5984         (tramp-get-debug-buffer): Use it.
5985         (tramp-check-for-regexp): Use (forward-line 1).
5986         (tramp-set-auto-save-file-modes): Adapt version check.
5988         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5989         Wrap call of `featurep' for 2nd argument.
5990         (tramp-compat-make-temp-file): Simplify fallback implementation.
5991         (tramp-compat-copy-tree): Remove function.
5992         (tramp-compat-delete-directory): Provide implementation for older
5993         Emacsen.
5995         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5996         Do not use `tramp-fish-handle-file-attributes.
5998         * net/trampver.el: Update release number.
6000 2010-04-10  Glenn Morris  <rgm@gnu.org>
6002         * progmodes/compile.el (compilation-save-buffers-predicate):
6003         Add missing :version tag.
6005 2010-04-09  Sam Steingold  <sds@gnu.org>
6007         * progmodes/compile.el (compilation-save-buffers-predicate):
6008         Remove the "autoload" cookie.
6010         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6011         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6012         and `bug-reference-prog-mode' can be used in hooks directly.
6014 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6016         Add --author support to git commit.
6017         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6018         (vc-git-log-edit-mode): New minor mode.
6019         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6020         New declarations.
6022 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
6024         * vc-hooks.el, vc-git.el: Improve documentation comments.
6026 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         Fix some of the problems in defsubst* (bug#5728).
6029         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6030         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6032 2010-04-07  Sam Steingold  <sds@gnu.org>
6034         * progmodes/compile.el (compilation-save-buffers-predicate):
6035         New custom variable.
6036         (compile, recompile): Pass it to `save-some-buffers'.
6038 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
6040         * wid-edit.el (widget-choose): Move cursor to the second line of
6041         the buffer (Bug#5695).
6043 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
6045         Add new VC methods: vc-log-incoming and vc-log-outgoing.
6046         * vc.el (vc-print-log-setup-buttons): New function split out from
6047         vc-print-log-internal.
6048         (vc-log-internal-common): New function, a parametrized version of
6049         vc-print-log-internal.
6050         (vc-print-log-internal): Just call vc-log-internal-common with the
6051         right arguments.
6052         (vc-incoming-outgoing-internal):
6053         (vc-log-incoming, vc-log-outgoing): New functions.
6054         (vc-log-view-type): New permanent local variable.
6056         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6058         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6059         of the dynamic bound vc-short-log.
6060         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6062         * vc-git.el (vc-git-log-outgoing): New function.
6063         (vc-git-log-view-mode): Use vc-log-view-type instead
6064         of the dynamic bound vc-short-log.
6066         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6067         of the dynamic bound vc-short-log.  Highlight the tag.
6068         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6069         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6070         (vc-hg-incoming-mode): Remove.
6071         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6073 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
6075         Fix default-directory for vc-root-diff.
6076         * vc.el (vc-root-diff): Bind default-directory to the root
6077         directory for the diff command.
6079 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
6081         * progmodes/verilog-mode.el (verilog-forward-sexp):
6082         (verilog-calc-1): Support "disable fork" and "fork wait" multi
6083         word keywords, suggested by Steve Pearlmutter.
6084         (verilog-pretty-declarations): Support lineup of declarations in
6085         port lists.
6086         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6087         fix bug for /* / comments.
6088         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6089         Speed up and simplfy as this is never called with a bound.
6090         (verilog-pretty-declarations): Enhance to line up declarations
6091         inside a parameter list, suggested by Alan Morgan.
6092         (verilog-pretty-expr): Tune assignment regular expression match
6093         string for corner cases; also use markers instead of character
6094         number as indent changes the later.
6096 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
6098         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6099         as missing keyword.
6100         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6101         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
6102         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6103         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
6104         Tennant.
6105         (verilog-keywords):
6106         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6107         1800-2009 keywords, including "global.".
6109 2010-04-06  John Wiegley  <jwiegley@gmail.com>
6111         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6112         appearing in buffer list (if a live buffer name matched a recentf
6113         file basename).  Should use uniquify to offer a real solution.
6115 2010-04-06  John Wiegley  <jwiegley@gmail.com>
6117         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6118         comment to code, and add a :version tag.
6119         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6121 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
6123         Enable recentf-mode if using virtual buffers.
6124         * ido.el (recentf-list): Declare for byte-compiler.
6125         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
6126         (ido-make-buffer-list): Simplify.
6127         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
6129 2010-04-05  Juri Linkov  <juri@jurta.org>
6131         Scrolling commands which scroll a line instead of full screen.
6132         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6134         * simple.el (scroll-up-line, scroll-down-line): New commands.
6135         Put property isearch-scroll=t on them.
6137         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6138         Remove commands.
6140 2010-04-05  Juri Linkov  <juri@jurta.org>
6142         Scrolling commands which do not signal errors at top/bottom.
6143         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6145         * simple.el (scroll-up-command, scroll-down-command): New commands.
6146         Put property isearch-scroll=t on them.
6148         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6149         `scroll-down-command' and [next] from `scroll-up' to
6150         `scroll-up-command'.
6152         * emulation/cua-base.el: Put property CUA=move on
6153         `scroll-up-command' and `scroll-down-command'.
6154         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6155         and `scroll-down-command' to `cua-scroll-down'.
6157 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
6159         * help.el (describe-mode): Return nil.
6161 2010-04-04  John Wiegley  <jwiegley@gmail.com>
6163         * ido.el (ido-use-virtual-buffers): New variable to indicate
6164         whether "virtual buffer" support is enabled for IDO.
6165         (ido-virtual): Face used to indicate virtual buffers in the list.
6166         (ido-buffer-internal): If a buffer is chosen, and no such buffer
6167         exists, but a virtual buffer of that name does (which would be why
6168         it was in the list), recreate the buffer by reopening the file.
6169         (ido-make-buffer-list): If virtual buffers are being used, call
6170         `ido-add-virtual-buffers-to-list' before the make list hook.
6171         (ido-virtual-buffers): New variable which contains a copy of the
6172         current contents of the `recentf-list', albeit pared down for the
6173         sake of speed, and with proper faces applied.
6174         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6175         create a list of "virtual buffers" to present to the user in
6176         addition to the currently open set.  Note that this logic could
6177         get rather slow if that list is too large.  With the default
6178         `recentf-max-saved-items' of 200, there is little speed penalty.
6180 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6182         * font-lock.el: Require CL when compiling.
6183         (font-lock-turn-on-thing-lock): Use `case'.
6185 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
6187         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6188         Zaretskii.
6190 2010-04-02  Juri Linkov  <juri@jurta.org>
6192         * ehelp.el (electric-help-orig-major-mode):
6193         New buffer-local variable.
6194         (electric-help-mode): Set it to original major-mode.  Doc fix.
6195         (with-electric-help): Use `electric-help-orig-major-mode' instead
6196         of (default-value 'major-mode).  Doc fix.
6197         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6199 2010-04-02  Sam Steingold  <sds@gnu.org>
6201         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6202         `vc-hg-command' with a list of flags.
6204         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6205         Also accept "patch" and "RFE".
6206         (bug-reference-fontify): `bug-reference-url-format' can also be a
6207         function to be able to handle the bug kind.
6208         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6210 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
6212         * tmm.el (tmm-get-keymap): Check with symbolp before passing
6213         value to fboundp, it may not be a symbol.
6215 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6217         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6219 2010-03-31  Juri Linkov  <juri@jurta.org>
6221         * simple.el (next-line, previous-line): Re-throw a signal
6222         with `signal' instead of using `ding'.
6223         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6225 2010-03-31  Juri Linkov  <juri@jurta.org>
6227         * simple.el (keyboard-escape-quit): Raise deselecting the active
6228         region higher than exiting the minibuffer.
6229         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6231 2010-03-31  Juri Linkov  <juri@jurta.org>
6233         * image.el (image-animated-p): Use `image-metadata' instead of
6234         `image-extension-data'.  Get GIF extenstion data from metadata
6235         property `extension-data'.
6237 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6239         * simple.el (append-to-buffer): Simplify.
6241 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
6243         * textmodes/artist.el (artist-mode): Fix typo in docstring.
6244         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
6246 2010-03-31  Kenichi Handa  <handa@m17n.org>
6248         * language/sinhala.el (composition-function-table): Fix regexp for
6249         the new Unicode specification.
6251         * language/indian.el (devanagari-composable-pattern)
6252         (tamil-composable-pattern, kannada-composable-pattern)
6253         (malayalam-composable-pattern): Adjust for the new Unicode
6254         specification.
6255         (bengali-composable-pattern, gurmukhi-composable-pattern)
6256         (gujarati-composable-pattern, oriya-composable-pattern)
6257         (telugu-composable-pattern): New variables to cope with the new
6258         Unicode specification.  Use them in composition-function-table.
6260 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6262         Make tmm-menubar work for the Buffers menu again (bug#5726).
6263         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6264         vectors rather than cons cells, as used in menu-bar-update-buffers.
6266 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6268         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6269         (js-insert-and-indent): Revert 2009-08-15 change, restoring
6270         electric punctuation for "{}();,:" (Bug#5586).
6272         * mail/sendmail.el (mail-default-directory): Doc fix.
6274 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6276         * mail/sendmail.el (mail-default-directory): Doc fix.
6278 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6280         * subr.el (version-regexp-alist, version-to-list)
6281         (version-list-<, version-list-=, version-list-<=)
6282         (version-list-not-zero, version<, version<=, version=): Doc fix.
6283         (Bug#5744).
6285 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
6287         * vc.el (vc-root-diff): Doc fix.
6289 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6291         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6293         * simple.el (append-to-buffer): Fix last change.
6295 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6297         * simple.el (append-to-buffer): Ensure that point is preserved if
6298         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
6299         (Bug#5749)
6301 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * files.el (auto-mode-case-fold): Change default to t.
6305 2010-03-30  Juri Linkov  <juri@jurta.org>
6307         * dired-x.el (dired-omit-mode): Doc fix.
6309 2010-03-30  Juri Linkov  <juri@jurta.org>
6311         * replace.el (occur-accumulate-lines): Move occur-engine related
6312         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6313         to be located after `occur-engine'.
6315 2010-03-30  Juri Linkov  <juri@jurta.org>
6317         Make occur handle multi-line matches cleanly with context.
6318         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6320         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6321         (occur-engine): Add local variables `ret', `prev-after-lines',
6322         `prev-lines'.  Use more arguments for `occur-context-lines'.
6323         Set first elem of its returned list to `data', and the second elem
6324         to `prev-after-lines'.  Don't print the separator line.
6325         In the end, print remaining context after-lines.
6326         (occur-context-lines): Add new arguments `begpt', `endpt',
6327         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6328         after-lines of the previous match with before-lines of the
6329         current match and not overlap them.  Return a list with two
6330         values: the output line and the list of context after-lines.
6332 2010-03-30  Juri Linkov  <juri@jurta.org>
6334         * replace.el (occur-accumulate-lines): Fix a bug where the first
6335         context line at the beginning of the buffer was missing.
6337 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6339         * files.el: Make bidi-display-reordering safe variable for boolean
6340         values.
6342 2010-03-29  Phil Hagelberg  <phil@evri.com>
6343             Chong Yidong  <cyd@stupidchicken.com>
6345         * subr.el: Extend progress reporters to perform "spinning".
6346         (progress-reporter-update, progress-reporter-do-update):
6347         Handle non-numeric value arguments.
6348         (progress-reporter--pulse-characters): New var.
6350 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6352         * progmodes/compile.el (compilation-start): Fix regexp detection
6353         of initial cd command (Bug#5771).
6355 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6357         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6359 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6361         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6362         * progmodes/gdb-mi.el: Restore.
6363         * progmodes/gdb-ui.el: Remove.
6364         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6366 2010-03-25  Glenn Morris  <rgm@gnu.org>
6368         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6369         all dired buffers, even tramp ones.  (Bug#5755)
6371 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         Add "union tags" in mpc.el.
6374         * mpc.el: Remove backward compatibility code.
6375         (mpc-browser-tags): Change default.
6376         (mpc--find-memoize-union-tags): New var.
6377         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6378         (mpc-cmd-find): Handle the case where the playlist does not exist.
6379         Handle union-tags.
6380         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6381         (mpc-cmd-add): Use mpc-cmd-flush.
6382         (mpc-tagbrowser-tag-name): New fun.
6383         (mpc-tagbrowser-buf): Use it.
6384         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6386 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         Misc cleanup.
6389         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6390         Use replace-regexp-in-string.
6391         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6392         (makefile-imake-mode-syntax-table): Move init into defvar.
6393         (makefile-mode): Use define-derived-mode.
6395         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6396         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6397         not be present any more.
6399 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6401         * faces.el (set-face-attribute): Fix typo in docstring.
6402         (face-valid-attribute-values): Reflow docstring.
6404 2010-03-24  Glenn Morris  <rgm@gnu.org>
6406         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6408 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6410         * indent.el (indent-for-tab-command): Doc fix.
6412 2010-03-24  Alan Mackenzie  <acm@muc.de>
6414         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6415         Fix off-by-one error.  Fixes bug #5747.
6417 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6419         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6420         (image-dired-read-comment): Doc fix.
6422         * json.el (json-object-type, json-array-type, json-key-type)
6423         (json-false, json-null, json-read-number):
6424         * minibuffer.el (completion-in-region-functions):
6425         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6426         (cal-tex-cursor-week):
6427         * emacs-lisp/trace.el (trace-function):
6428         * eshell/em-basic.el (eshell/printnl):
6429         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6430         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6431         * obsolete/levents.el (allocate-event, event-key, event-object)
6432         (event-point, event-process, event-timestamp, event-to-character)
6433         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6434         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6435         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6436         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6437         (reftex-highlight-selection): Fix typos in docstrings.
6439 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6441         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6443 2010-03-24  Glenn Morris  <rgm@gnu.org>
6445         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6446         2008-02-13 without comment; mark it obsolete.
6447         (rmail-highlight-headers): Use rmail-highlight-face once more.
6449 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6451         * woman.el (woman2-process-escapes): Only consume the newline if
6452         the filler character is on a line by itself (Bug#5729).
6454 2010-03-24  Kenichi Handa  <handa@m17n.org>
6456         * language/indian.el (devanagari-composable-pattern): Add more
6457         consonants.
6459 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6461         * net/trampver.el: Update release number.
6463 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6465         * net/tramp.el (tramp-find-executable):
6466         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6467         output of "wc -l" more robust.
6468         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6469         (tramp-open-connection-setup-interactive-shell): Remove workaround
6470         for OpenSolaris bug, it is not needed anymore.
6472 2010-03-24  Glenn Morris  <rgm@gnu.org>
6474         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6476 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6478         * files.el (auto-mode-alist): Accept more verilog file patterns.
6480 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6482         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6484 2010-03-24  Glenn Morris  <rgm@gnu.org>
6486         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6487         log-edit-before-checkin-process.
6489         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6491         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6493         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6494         (log-view-process-buffer, log-edit-extra-flags): Declare.
6496         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6498 2010-03-23  Sam Steingold  <sds@gnu.org>
6500         Fix bug#5620: recalculate all markers on compilation buffer
6501         modifications, not on file modifications.
6502         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6503         the buffer modification time, for buffers not associated with files.
6504         (compilation-mode): Create it.
6505         (compilation-filter): Update it.
6506         (compilation-next-error-function): Use it instead of
6507         `visited-file-modtime' for timestamp.
6509 2010-03-23  Juri Linkov  <juri@jurta.org>
6511         Implement Occur multi-line matches.
6512         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6514         * replace.el (occur): Doc fix.
6515         (occur-engine): Set `begpt' to the beginning of the first line.
6516         Set `endpt' to the end of the last match line.  At first, count
6517         line numbers between `origpt' and `begpt'.  Split out code from
6518         `out-line' variable to new let-bindings `match-prefix' and
6519         `match-str'.  In `out-line' add non-numeric prefix to all
6520         non-first lines of multi-line matches.  Finally, count lines
6521         between `begpt' and `endpt' and add to `lines'.
6523 2010-03-23  Juri Linkov  <juri@jurta.org>
6525         * replace.el (occur-accumulate-lines, occur-engine):
6526         Use `occur-engine-line' instead of duplicate code.
6527         (occur-engine-line): New function created from duplicate code
6528         in `occur-accumulate-lines' and `occur-engine'.
6530         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6531         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6533 2010-03-23  Juri Linkov  <juri@jurta.org>
6535         * finder.el: Remove TODO tasks.
6537         * info.el (Info-finder-find-node): Add node "all"
6538         with all package info.  Handle a list of multiple keywords
6539         separated by comma.
6540         (info-finder): In interactive use with a prefix argument,
6541         use `completing-read-multiple' to read a list of keywords
6542         separated by comma.
6544 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6546         Add a new completion style `substring'.
6547         * minibuffer.el (completion-basic--pattern): New function.
6548         (completion-basic-try-completion, completion-basic-all-completions):
6549         Use it.
6550         (completion-substring--all-completions)
6551         (completion-substring-try-completion)
6552         (completion-substring-all-completions): New functions.
6553         (completion-styles-alist): New style `substring'.
6555 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6557         Get rid of .elc files after removal of the corresponding .el.
6558         * Makefile.in (compile-clean): New target.
6559         (compile-main): Use it.
6561 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6563         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6564         don't do make there.  When compiling with separate object dir, there
6565         is no Makefile there.
6567 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         Get rid of the ELCFILES abomination, again.
6570         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6571         (all, compile): Don't call compile-last.
6572         (compile-main): Build the "elcfiles" list dynamically.
6573         (compile-targets): New (internal) target.
6575 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6577         * Makefile.in (top_srcdir): Define.
6578         (abs_top_builddir): Define.
6579         (srcdir): Don't append `/..'.
6580         (EMACS): Use ${abs_top_builddir}.
6581         (all, compile, compile-always, compile-last): Don't set emacswd.
6582         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6583         $(srcdir).
6584         (lisp): Use $(srcdir) instead of @srcdir@.
6586 2010-03-21  Juri Linkov  <juri@jurta.org>
6588         Fix message of multi-line occur regexps and multi-buffer header lines.
6589         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6591         * replace.el (occur-1): Don't display regexp if it is longer
6592         than window-width.  Use `query-replace-descr' to display regexp.
6593         (occur-engine): Don't display regexp in the buffer header for
6594         multi-buffer occur.  Display a separate header line with total
6595         match count and regexp for multi-buffer occur.
6596         Use `query-replace-descr' to display regexp.
6598 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6600         * net/secrets.el: Fix parenthesis.
6601         (secrets-enabled): Fix parenthesis.
6603 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         Use more relative file and directory names.
6606         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6607         (setwins, setwins_almost, setwins_for_subdirs):
6608         Don't `cd'; output relative names.
6609         (all, compile, compile-always, compile-last): Set emacswd.
6610         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6611         Just cd to the lisp source dir so we can use relative file names.
6613         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6615 2010-03-20  Glenn Morris  <rgm@gnu.org>
6617         * textmodes/rst.el: Use faces for font-lock customization, and make the
6618         old -face variables obsolete.
6619         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6620         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6621         (rst-block-face, rst-external-face, rst-definition-face)
6622         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6623         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6624         Make obsolete.
6625         (rst-font-lock-keywords-function): Update for above changes.
6627 2010-03-20  Juri Linkov  <juri@jurta.org>
6629         * s-region.el:
6630         * obsolete/s-region.el: Move to obsolete.
6632 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6634         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6636 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6638         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6640 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6642         Add special markup processing for commit logs.
6643         * log-edit.el (log-edit-extra-flags): New variable.
6644         (log-edit): Add new argument MODE.  Use that mode when non-nil
6645         instead of the log-view-mode.
6646         (log-view-process-buffer): New function.
6648         * vc.el: Document that the checkin method takes optional
6649         arguments.  Document new backend specific method: log-view-mode.
6650         (vc-default-log-edit-mode): New function.
6651         (vc-checkin): Use a backend specific log-view-mode.
6652         Pass extra arguments to the checkin method.
6653         (vc-modify-change-comment): Pass a dummy extra argument.
6655         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6656         log-edit.
6657         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6658         (vc-finish-logentry): Process the log buffer before passing it
6659         down.  Pass log-edit-extra-flags.
6661         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6662         command.
6663         (log-edit-extra-flags, log-edit-before-checkin-process):
6664         New declarations.
6666         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6667         command.
6668         (log-edit-extra-flags, log-edit-before-checkin-process):
6669         New declarations.
6670         (vc-hg-log-edit-mode): New derived mode.
6672         * vc-arch.el (vc-arch-checkin):
6673         * vc-cvs.el (vc-cvs-checkin):
6674         * vc-git.el (vc-git-checkin):
6675         * vc-mtn.el (vc-mtn-checkin):
6676         * vc-rcs.el (vc-rcs-checkin):
6677         * vc-sccs.el (vc-sccs-checkin):
6678         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6680 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6683         parent typo).
6685 2010-03-19  Glenn Morris  <rgm@gnu.org>
6687         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6689 2010-03-18  Glenn Morris  <rgm@gnu.org>
6691         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6693         * replace.el (query-replace-history): Give it a doc string.
6694         (map-query-replace-regexp): Use query-replace-from-history-variable
6695         and query-replace-to-history-variable.
6697         * mail/hashcash.el (declare-function): Remove duplicate definition.
6699         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6700         Make it an obsolete alias for report-emacs-bug-address.
6701         (message-strip-special-text-properties): Declare.
6702         (report-emacs-bug): Remove test for a pretest bug address.
6703         Combine message-mode-specific code.
6705         * mail/supercite.el: Don't require sendmail.
6706         (mh-in-header-p): Declare rather than using with-no-warnings.
6707         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6708         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6710         * calendar/cal-french.el: Convert to utf-8.
6712         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6713         Emacs scripts.
6715 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6717         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6718         of a subfeature.
6720 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6722         * net/secrets.el (top): Register the D-Bus signals only when the
6723         service "org.freedesktop.secrets" can be pinged.
6724         Provide subfeature `enabled'.
6726 2010-03-14  Juri Linkov  <juri@jurta.org>
6728         Add finder unknown keywords.
6730         * finder.el (finder-unknown-keywords): New function.
6732         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6733         to create a Finder node with unknown keywords.
6735 2010-03-14  Juri Linkov  <juri@jurta.org>
6737         * finder.el (finder-compile-keywords): Replace `princ' with
6738         `prin1' on a list of symbols interned from keyword strings.
6740         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6741         a comma, then split keywords using a comma and optional whitespace.
6742         Otherwise, split by whitespace.
6744         * complete.el:
6745         * face-remap.el:
6746         * log-view.el:
6747         * net/hmac-def.el:
6748         * net/hmac-md5.el:
6749         * net/netrc.el:
6750         * progmodes/mixal-mode.el: Fix keywords.
6752 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6754         * Makefile.in (ELCFILES): Add net/secrets.elc.
6756         * net/secrets.el: New file.
6758 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6760         * facemenu.el (list-colors-display, list-colors-print): New arg
6761         callback.  Use it to allow selecting colors.
6763         * wid-edit.el (widget-image-insert): Insert image prop even if the
6764         current display is non-graphic.
6765         (widget-field-value-set): New fun.
6766         (editable-field): Use it.
6767         (widget-field-value-get): Clean up unused var.
6768         (widget-color-value-create, widget-color--choose-action):
6769         New funs.  Allow using list-colors-display to choose color.
6771 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6773         * cus-edit.el: Resort topmost custom groups.
6774         (custom-buffer-sort-alphabetically): Default to t.
6775         (customize-apropos): Use apropos-parse-pattern.
6776         (custom-search-field): New var.
6777         (custom-buffer-create-internal): Add custom-apropos search field.
6778         (custom-add-parent-links): Don't display parent doc.
6779         (custom-group-value-create): Don't sort top-level custom group.
6780         (custom-magic-value-create): Show visibility button before option name.
6782         (custom-variable-state): New fun, from custom-variable-state-set.
6783         (custom-variable-state-set): Use it.
6784         (custom-group-value-create): Hide options with standard values
6785         using the :hidden-states property.  Use progress reporter.
6787         (custom-show): Simplify.
6788         (custom-visibility): Disable images by default.
6789         (custom-variable): New property :hidden-states.
6790         (custom-variable-value-create): Enable images for
6791         custom-visibility widgets.  Use :hidden-states property to
6792         determine initial visibility.
6794         * wid-edit.el (widget-image-find): Give images center ascent.
6795         (visibility): Add :on-image and :off-image properties.
6796         (widget-visibility-value-create): Use them.
6798 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6800         * cus-edit.el (processes): Remove from development group.
6801         (oop, hypermedia): Delete group.
6802         (comm): Promote to top-level group.
6804         * net/browse-url.el (browse-url):
6805         * net/xesam.el (xesam):
6806         * net/tramp.el (tramp):
6807         * net/goto-addr.el (goto-address):
6808         * net/ange-ftp.el (ange-ftp): Put in comm group.
6810         * view.el (view): Remove from editing group.
6812         * uniquify.el (uniquify): Put in files group.
6814         * net/browse-url.el (browse-url):
6815         * ps-print.el (postscript): Put in external group.
6817         * cus-edit.el (outlines):
6818         * textmodes/text-mode.el (text-mode-hook):
6819         * textmodes/table.el (table):
6820         * textmodes/picture.el (picture):
6821         * outline.el (outlines): Put in wp group.
6823         * nxml/nxml-mode.el (nxml): Remove from wp group.
6825         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6827         * mail/metamail.el (metamail): Remove from hypermedia group.
6829         * cus-edit.el (abbrev):
6830         * whitespace.el (whitespace):
6831         * vcursor.el (vcursor):
6832         * reveal.el (reveal):
6833         * hl-line.el (hl-line): Put in convenience group.
6835         * epg-config.el (epg): Put in data group.
6837         * emulation/pc-select.el (pc-select): Put in emulations group.
6839         * calculator.el (calculator): Put in applications group.
6841 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6843         Add .dir-locals.el support for file-less buffers.
6844         * files.el (hack-local-variables): Split out code to apply local
6845         variable settings ...
6846         (hack-local-variables-apply): ... here.  New function.
6847         (hack-dir-local-variables): Use the default directory for when the
6848         buffer does not have an associated file.
6849         (hack-dir-local-variables-non-file-buffer): New function.
6850         * diff-mode.el (diff-mode):
6851         * vc-annotate.el (vc-annotate-mode):
6852         * vc-dir.el (vc-dir-mode):
6853         * log-edit.el (log-edit-mode):
6854         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6856 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6858         Add support for shelving snapshots and for showing shelves.
6859         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6860         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6861         New functions.
6862         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6863         (vc-bzr-extra-menu-map): Map them.
6865 2010-03-11  Glenn Morris  <rgm@gnu.org>
6867         * cus-edit.el (customize-changed-options-previous-release):
6868         Bump to 23.1.
6870         * image.el (image-animate-max-time): Fix :version tag.
6872 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6874         * Branch for 23.2.
6876 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * vc-git.el (vc-git-revision-table): Include remote branches.
6880 2010-03-10  Kim F. Storm  <storm@cua.dk>
6882         Animated image API.
6883         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6885         * image.el (image-animate-max-time): New defcustom.
6886         (image-animated-types): New defconst.
6887         (create-animated-image, image-animate-timer)
6888         (image-animate-start, image-animate-stop, image-animate-timeout)
6889         (image-animated-p): New functions.
6891         * image-mode.el (image-toggle-display-image):
6892         Replace `create-image' with `create-animated-image'.
6894 2010-03-09  Miles Bader  <miles@gnu.org>
6896         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6897         instead of "format:"; this ensures that the output is
6898         newline-terminated.
6900 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6902         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6903         that all errors are caught, and that the return value is always a
6904         list (Bug#5692).
6906 2010-03-08  Kenichi Handa  <handa@m17n.org>
6908         * language/misc-lang.el (windows-1256): New coding system.
6909         (cp1256): New alias of windows-1256 (bug#5690).
6911 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6913         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6914         call to rfc822-bad-address.  (Bug#5692)
6916 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6918         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6919         Use vc-git-root as default directory for revision path (Bug#5657).
6921 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6923         * calculator.el (calculator): Don't bind split-window-keep-point
6924         (Bug#5674).
6926 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * vc-git.el: Re-flow to fit into 80 columns.
6929         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6930         Remove spurious `quote' element in each case alternative.
6931         (vc-git-show-log-entry): Use prog1.
6932         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6934 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6936         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6938 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6940         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6941         definition, not the name (Bug#5481).
6943 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6945         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6946         argument with a local variable.  (Bug#5670)
6948 2010-03-02  Juri Linkov  <juri@jurta.org>
6950         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6952 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6954         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6955         error when FILENAME and NEWNAME are existing remote directories.
6957         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6958         parameter DIR-FLAG.
6960 2010-03-02  Glenn Morris  <rgm@gnu.org>
6962         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6963         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6965 2010-03-01  Kenichi Handa  <handa@m17n.org>
6967         * language/burmese.el (burmese-composable-pattern): Rename from
6968         myanmar-composable-pattern.
6970         * international/characters.el (script-list):
6971         * international/fontset.el (script-representative-chars):
6972         Change myanmar to burmese.
6973         (otf-script-alist): Likewise.
6974         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6976 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6978         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6980 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6982         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6984 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6986         * net/tramp.el (tramp-handle-write-region): START can be a string.
6987         Take care in the checks.  Reported by Dan Davison
6988         <davison@stats.ox.ac.uk>.
6990 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6992         * net/dbus.el (dbus-introspect, dbus-get-property)
6993         (dbus-set-property, dbus-get-all-properties):
6994         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6996 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6998         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6999         * emacs-lisp/elint.el (elint-add-required-env):
7000         * calendar/icalendar.el (icalendar--add-diary-entry):
7001         * calc/calcalg2.el (math-tracing-integral):
7002         * files.el (recover-session-finish): Use with-current-buffer
7003         instead of save-excursion.
7005 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         Fix in-buffer completion when after-change-functions modify the buffer.
7008         * minibuffer.el (completion--replace): New function.
7009         (completion--do-completion): Use it and use relative movement.
7011 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
7013         * international/fontset.el (setup-default-fontset): Fix :otf spec.
7015 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
7017         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7018         Allow the characters _<> in the stack entry (Bug#5653).
7020 2010-02-26  Kenichi Handa  <handa@m17n.org>
7022         * language/burmese.el: Fix entries in composition-function-table.
7023         (myanmar-composable-pattern): New variable.
7025         * international/fontset.el (setup-default-fontset): Add an entry
7026         for myanmar.
7028         * international/characters.el (script-list): Add Myanmar
7029         Extended-A.
7031 2010-02-26  Glenn Morris  <rgm@gnu.org>
7033         * custom.el (custom-initialize-delay): Doc fix.
7035         * mail/sendmail.el (send-mail-function): Autoload the call
7036         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7038 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
7040         * files.el (hack-local-variables-filter): For eval forms, also
7041         check safe-local-variable-p (Bug#5636).
7043 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
7045         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7046         setting the modes by `ignore-errors'.  It might fail, for example
7047         if the file is not owned by the user but the group.
7048         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7050 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
7052         * files.el (directory-listing-before-filename-regexp): Use
7053         stricter matching for iso-style dates, to avoid false matches with
7054         date-like filenames (Bug#5597).
7056         * htmlfontify.el (htmlfontify): Doc fix.
7058         * eshell/eshell.el (eshell): Doc fix.
7060         * startup.el (fancy-about-screen): In mode-line, apply
7061         mode-line-buffer-id face only to the buffer name (Bug#5613).
7063 2010-02-20  Kevin Ryde  <user42@zip.com.au>
7065         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7066         In `watcom' anchor regexp to start of line, to avoid slowness
7067         (Bug#5599).
7069 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
7071         * subr.el (remove-yank-excluded-properties): Explain in a comment
7072         why `category' property is removed.
7074 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
7076         * isearch.el (isearch-update-post-hook, isearch-update): Revert
7077         2010-02-17 change.
7079 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
7081         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7082         (icalendar--convert-weekly-to-ical)
7083         (icalendar--convert-yearly-to-ical)
7084         (icalendar--convert-block-to-ical)
7085         (icalendar--convert-cyclic-to-ical)
7086         (icalendar--convert-anniversary-to-ical): Take care of time
7087         specifications where hour has 1-digit only (Bug#5549).
7089 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
7091         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7092         of disassemble output in GDB 7.1.
7094 2010-02-19  Glenn Morris  <rgm@gnu.org>
7096         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7097         property.  (Bug#5593)
7099 2010-02-18  Sam Steingold  <sds@gnu.org>
7101         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7103 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         Use abbreviated file names in bookmarks (bug#5591).
7106         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7107         calls to expand-file-name.
7108         (bookmark-relocate): Use abbreviated file names in bookmarks.
7109         (bookmark-load): Use abbreviated file names in messages.
7111 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
7113         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7114         expand "." and "..".  Reported by Thierry Volpiatto
7115         <thierry.volpiatto@gmail.com>.
7117 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
7119         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7120         permissions of the temporary file to "0600".  In case the remote
7121         file has no read permissions for the owner, there might be
7122         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
7124 22010-02-18  Glenn Morris  <rgm@gnu.org>
7126         * emacs-lisp/authors.el (authors-renamed-files-alist):
7127         Add entries for INSTALL.CVS.
7129 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
7131         * vc-bzr.el: Fix typo in Known Bugs section.
7133         * isearch.el (isearch-update-post-hook): New hook.
7134         (isearch-update): Use the new hook.
7136 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
7138         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7139         Fix errors in copying directories.
7140         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7141         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7142         (tramp-handle-delete-file)
7143         (tramp-handle-dired-recursive-delete-directory)
7144         (tramp-handle-write-region): Flush also the cache for the upper
7145         directory.
7147 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
7149         * simple.el (save-interprogram-paste-before-kill): Doc fix.
7151         * cus-edit.el (hardware): Doc fix.
7153         * man.el (man): Add to external custom group.
7155         * delim-col.el (columns): Move to wp custom group.
7157         * doc-view.el (doc-view): Add to data custom group.
7159         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7161         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7162         by ispell-parse-output (Bug#5575).
7164 2010-02-16  Kenichi Handa  <handa@m17n.org>
7166         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7167         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7168         (skkdic-convert): Use `euc-japan' coding system for writing.
7170 2010-02-16  Glenn Morris  <rgm@gnu.org>
7172         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7173         tex-main-file before using it.  (Bug#5562)
7175 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7177         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7178         warnings, since it is annoying for the user to see them each time he
7179         runs the code.
7181 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
7183         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7184         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7185         instead of PROC for caching "first-password-request".  Otherwise,
7186         new processes would not profit from passwords already entered.
7188         * net/tramp-cache.el (tramp-dump-connection-properties):
7189         Don't save "first-password-request" property.
7191 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
7193         * outline.el (outline-head-from-level):
7194         * simple.el (with-wrapper-hook):
7195         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7196         (elint-defun, elint-buffer-env, elint-top-form-logged)
7197         (elint-unbound-variable):
7198         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7199         Fix typos in docstrings.
7201 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
7203         * files.el (insert-directory): When WILDCARD-REGEXP and
7204         FULL-DIRECTORY-P are nil, insert the file entry instead of the
7205         whole directory.  (Bug#5551)
7207         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
7208         dired's alignment sanity.  (Bug#5516)
7210 2010-02-14  Juri Linkov  <juri@jurta.org>
7212         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7213         Remove remaining ^H with their preceding chars.  (Bug#5566)
7215 2010-02-13  Glenn Morris  <rgm@gnu.org>
7217         * simple.el (transpose-subr): Give it a doc-string.
7219         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7220         Doc fixes.
7222 2010-02-12  Juri Linkov  <juri@jurta.org>
7224         * arc-mode.el (archive-unique-fname): Make directories for nested
7225         archives.  (Bug#5540)
7227 2010-02-12  Juri Linkov  <juri@jurta.org>
7229         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
7231 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * subr.el (copy-overlay): Handle deleted overlays.
7235         * man.el (Man-completion-table): Don't signal an error if we can't run
7236         manual-program (bug#4056).
7238 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
7240         * textmodes/artist.el (artist-mt): Fix typos in docstring.
7242 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7244         * info.el (Info-bookmark-jump): Simplify.
7246         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7247         (bookmark-default-handler): Accept new bookmark field `buffer'.
7249 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
7251         * iswitchb.el (iswitchb-completions): Revert last change.
7253 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
7255         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7256         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7257         This prevents file names like "~/" being listed literally.
7259 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7261         * term/xterm.el (xterm-maybe-set-dark-background-mode):
7262         Remove dead code.  (Bug#5546)
7264 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7266         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7267         correctly (Bug#5548).
7269 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7271         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7272         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7274 2010-02-08  Kenichi Handa  <handa@m17n.org>
7276         * international/mule-util.el (with-coding-priority): Add autoload
7277         cookie for putting `lisp-indent-function'.
7279 2010-02-07  Glenn Morris  <rgm@gnu.org>
7281         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7282         Move F2003 named interfaces from keywords-2 to keywords-1, and
7283         use function-name-face rather than constant-face.
7284         Simplify "abstract interface" regexp.
7286 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7288         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7289         ID-FORMAT.  Pass it to `file-attributes'.
7291         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7293 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7295         * faces.el (set-face-attribute): Allow calling
7296         internal-set-lisp-face-attribute with 'unspecified family and
7297         foundry argument (Bug#5536).
7299 2010-02-07  Glenn Morris  <rgm@gnu.org>
7301         * progmodes/f90.el (f90-font-lock-keywords-2)
7302         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7303         Handle F2003 named interfaces.
7305 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7307         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7308         beg and end before calling c-get-state-before-change-functions.
7310 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7312         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7314 2010-02-05  Juri Linkov  <juri@jurta.org>
7316         * doc-view.el (doc-view-mode):
7317         * image-mode.el (image-mode): Put property mode-class=special.
7318         (Bug#4896)
7320 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7322         * vc-svn.el (vc-svn-revision-table): New function.
7324 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7326         * net/ange-ftp.el (ange-ftp-insert-directory):
7327         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7328         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7329         Handle also directories.  (Bug#5478)
7331 2010-02-05  Glenn Morris  <rgm@gnu.org>
7333         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7335 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7337         * startup.el (command-line-1): Convert options beginning with a
7338         single dash as well (Bug#5519).
7340 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7343         * minibuffer.el (completion-initials-expand): Only check the presence
7344         of delims *within* the boundaries, since otherwise the / delim is
7345         always found for files.
7347         Fix up various corner case problems.
7348         * doc-view.el (doc-view-last-page-number): New function.
7349         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7350         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7351         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7352         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7353         (doc-view-convert-current-doc): Don't create the resolution.el file
7354         here any more.
7355         (doc-view-pdf/ps->png): Do it here instead.
7356         (doc-view-already-converted-p): Check that resolution.el is present.
7357         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7358         windows that are not yet showing images.
7360 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7362         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7363         `dired-uncache' for every elemnt which is an absolute file name.
7365         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7366         directory, handle its directory component.
7367         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7368         function is called permanently and creates noise, otherwise.
7370         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7371         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7372         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7374 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7376         * macros.el (apply-macro-to-region-lines):
7377         Minor simplification.  (Bug#5485)
7379 2010-02-04  Glenn Morris  <rgm@gnu.org>
7381         * mail/rmail.el (rmail-show-message-1): Handle malformed
7382         quoted-printable text.  (Bug#5441)
7384         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7386         * simple.el (visual-line-mode): Capitalize lighter.
7388 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7390         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7391         list of files considered for "virtual buffer" completions.
7393 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7395         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7396         also in case of (and (not full) (not wildcard)).  This is needed
7397         when dired is called with a list of files, which are not in
7398         `default-directory'.  (Bug#5478)
7400 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7402         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7404 2010-02-02  Juri Linkov  <juri@jurta.org>
7406         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7407         from unidiff to allow function-line after @@.
7409 2010-02-02  Juri Linkov  <juri@jurta.org>
7411         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7412         '(RCS SCCS) with inverted condition.
7414 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7416         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7417         messages.
7419 2010-02-01  Juri Linkov  <juri@jurta.org>
7421         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7422         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7423         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7424         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7426 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7429         (doc-view-revert-buffer): New command.
7430         (doc-view-mode-map): Use it.
7432 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7434         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7435         pending merge is detected.
7437 2010-01-31  Juri Linkov  <juri@jurta.org>
7439         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7440         beginning of interactive spec like all other grep commands do.
7441         Put "all" in front of "gz".  (Bug#5260)
7443 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7445         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7447 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7449         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7450         regexp is incorrect (Bug#5476).
7452 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7454         * net/tramp.el (tramp-handle-insert-directory): Handle also
7455         symlinks, when FILENAME is not in `default-directory'.
7457 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7459         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7460         FILE is not in `default-directory'.  (Bug#5478)
7462         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7463         of SWITCHES.  Handle the case, FILENAME is not in
7464         `default-directory'.  (Bug#5478)
7465         (tramp-register-file-name-handlers): Add safe-magic property.
7467 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7469         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7470         unzip (Bug#5475).
7472 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7474         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7475         (flymake-master-make-header-init): Add other C++ filename masks.
7476         (flymake-find-possible-master-files)
7477         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7479 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7481         Fix some busybox annoyances.
7483         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7484         not responding." string.
7485         (tramp-open-connection-setup-interactive-shell): Dump stty
7486         settings.  Enable "neveropen" arg for all `tramp-send-command'
7487         calls.  Handle "=" in variable values properly.
7488         (tramp-find-inline-encoding): Raise an error, when no encoding is
7489         found.
7490         (tramp-wait-for-output): Check, whether PROC buffer is available.
7491         Remove spurious " ^H" sequences, sent by busybox.
7492         (tramp-get-ls-command): Suppress coloring, if possible.
7494 2010-01-28  Glenn Morris  <rgm@gnu.org>
7496         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7498         * log-edit.el (log-edit-strip-single-file-name): Add missing
7499         :safe, :group, and :version tags.
7501 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7503         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7504         buffers.  (Bug#5477)
7506 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7508         * files.el (delete-directory): Handle moving to trash without
7509         first doing recursion (Bug#5436).
7511 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7513         * vc-hooks.el (vc-path): Mark as obsolete.
7515 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7517         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7518         names too.
7520         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7521         for the short log.
7522         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7524 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7526         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7528         * vc-bzr.el (vc-bzr-revision-table): New function.
7530 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7532         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7533         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7535 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7537         Remove support for adding --signoff on commit.
7538         Future support will use an incompatible generic mechanism.
7539         * vc-git.el (vc-git-add-signoff): Remove variable.
7540         (vc-git-toggle-signoff): Remove function.
7541         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7543         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7544         from xterm-set-background-mode.  Return t if the background mode
7545         was set.
7546         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7547         earlier, call it again in case the background mode has changed.
7549 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7551         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7552         (Bug#3541).
7554 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7556         * emacs-lisp/assoc.el (aelement): Doc fix.
7557         (aput, adelete, amake): Use lexical-let (Bug#5450).
7559 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7561         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7562         is the same as subprogram call, not declaration.  (Bug#5435).
7564 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7566         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7567         (tramp-smb-maybe-open-connection): Use it.
7569 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7571         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7573 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7575         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7576         just because we see "encoding: 8bit".
7577         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7579 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7581         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7583 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7585         * jka-compr.el (jka-compr-load): If load-file is not in
7586         load-history, try its file-truename version.  (bug#5447)
7588 2010-01-21  Alan Mackenzie  <acm@muc.de>
7590         Fix a situation where deletion of a cpp construct throws an error.
7591         * progmodes/cc-engine.el (c-invalidate-state-cache):
7592         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7593         special cpp construct is still in the buffer.
7594         (c-parse-state): Record the special cpp with markers, not numbers.
7596 2010-01-21  Kenichi Handa  <handa@m17n.org>
7598         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7599         process last-command-event, as it is now decoded first (Bug#5380).
7601 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7603         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7605 2010-01-20  Glenn Morris  <rgm@gnu.org>
7607         * indent.el (tab-always-indent): Fix custom-type.
7609 2010-01-19  Alan Mackenzie  <acm@muc.de>
7611         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7612         buffer throws "args out of range".
7613         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7614         playing the role of delimiter.
7616 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7618         * progmodes/ada-mode.el: Fix bug#5400.
7619         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7620         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7621         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7622         Improve comments in "is" portion.  Handle null procedure declaration.
7623         (ada-move-to-end): Improve doc string.
7625 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7627         * ido.el (ido-cur-list): Initialize to nil.
7628         Remove obsolete information from commentary.
7629         (ido-choice-list): Initialize to nil.
7630         (ido-get-bufname): Reject minibuffers.
7631         (ido-make-buffer-list): If "default" is a nonexistent
7632         buffer, ignore it, as per the function's comment.
7633         (ido-kill-buffer-internal): New function.
7634         (ido-kill-buffer-at-head): Use it.
7635         (ido-visit-buffer): Likewise.
7637 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7639         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7641 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7643         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7644         Fix typos in chart titles.
7646         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7647         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7648         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7649         (describe-class, eieio-describe-generic, describe-generic):
7650         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7651         (eieio-speedbar-expand):
7652         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7653         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7654         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7655         (viper-del-backward-char-in-replace, viper-backward-indent)
7656         (viper-brac-function, viper-register-to-point, viper-submit-report):
7657         * net/tramp.el (tramp-remote-coding-commands):
7658         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7659         Fix typos in docstrings.
7661 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7663         * mail/sendmail.el (mail-yank-original): Set the mark if the
7664         specified function for yanking does not do it.
7666 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7668         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7670         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7671         resyncing a directory.
7673 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7675         * progmodes/ada-mode.el: Fix bug#1920.
7676         (ada-ident-re): Delete ., allow multibyte characters.
7677         (ada-goto-label-re): New; matches goto labels.
7678         (ada-block-label-re): New; matches block labels.
7679         (ada-label-re): New; matches both.
7680         (ada-named-block-re): Deleted; callers changed to use
7681         `ada-block-label-re' instead.
7682         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7683         Use `ada-block-label-re'.
7684         (ada-indent-on-previous-lines): Improve handling of goto labels.
7685         (ada-get-indent-block-start): Special-case block label.
7686         (ada-get-indent-label): Split into `ada-indent-block-label' and
7687         `ada-indent-goto-label'.
7688         (ada-goto-stmt-start, ada-goto-next-non-ws):
7689         Optionally ignore goto labels.
7690         (ada-goto-next-word): Simplify.
7691         (ada-indent-newline-indent-conditional): Insert newline before
7692         trying to fix indentation; doc fix.
7694 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7696         * calc/calc.el (calc-command-flags): Give it an initial value.
7698 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7700         * files.el (minibuffer-with-setup-hook):
7701         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7702         (artist-key-draw-continously, artist-key-do-continously-continously)
7703         (artist-key-set-point-continously, artist-mouse-draw-continously):
7704         Fix typos in docstrings.
7706 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7708         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7709         return t (Bug#3898).
7711 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7713         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7714         can parse the output of the external commands (Bug#5279).
7716 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7718         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7720 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7722         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7724         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7726         * startup.el (command-line): Remove unused --icon-type arg.
7727         Handle --display arg, passing it to command-line-1 (Bug#5392).
7729 2010-01-16  Mario Lang  <mlang@delysid.org>
7731         * emacs-lisp/chart.el (chart-translate-namezone):
7732         * textmodes/artist.el (artist-compute-popup-menu-table):
7733         Remove duplicated words in doc-strings.
7735 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7737         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7738         to mairix-search to suppress threading (Bug#5342).
7740 2010-01-15  Kenichi Handa  <handa@m17n.org>
7742         * international/mule-cmds.el (canonicalize-coding-system-name):
7743         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7745 2010-01-15  Glenn Morris  <rgm@gnu.org>
7747         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7749         * wid-edit.el (widget-keymap): Doc fix.
7751         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7752         former seems to be more widely accepted by various svn versions.
7754 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7756         * find-cmd.el (find-constituents):
7757         * vc-arch.el (vc-arch-root):
7758         * window.el (window-body-height, pop-up-frames):
7759         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7760         * progmodes/ada-stmt.el (ada-if):
7761         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7762         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7763         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7764         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7766         * progmodes/flymake.el (flymake-post-syntax-check):
7767         Fix typo in error message.
7769 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7771         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7772         which is always a string.  (Bug#5313)
7774 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7776         * progmodes/ada-xref.el (ada-default-prj-properties):
7777         Simplify previous change.
7779 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7781         * progmodes/ada-xref.el (ada-default-prj-properties):
7782         Default ada_project_path to $ADA_PROJECT_PATH.
7784 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7786         * progmodes/ada-mode.el (ada-create-keymap):
7787         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7789 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7791         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7792         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7793         (ada-get-current-indent, ada-imenu-generic-expression)
7794         (ada-which-function): Check for it.
7796 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7798         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7799         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7801 2010-01-14  Glenn Morris  <rgm@gnu.org>
7803         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7805 2010-01-14  Kenichi Handa  <handa@m17n.org>
7807         * composite.el (auto-composition-mode): Make it a buffer local
7808         variable (permanent-local).
7809         (auto-composition-function): Set the default value to
7810         auto-compose-chars.
7811         (auto-composition-mode): Make it a simple function, not a minor mode.
7812         (global-auto-composition-mode): Likewise.
7813         (turn-on-auto-composition-if-enabled): Delete it.
7815 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7817         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7819 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7821         * files.el (copy-directory): Compute target for recursive
7822         directories with identical names.  (Bug#5343)
7824 2010-01-12  Glenn Morris  <rgm@gnu.org>
7826         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7827         it to bug-gnu-emacs rather than emacs-pretest-bug.
7829 2010-01-11  Sam Steingold  <sds@gnu.org>
7831         * imenu.el (imenu-default-create-index-function): Detect infinite
7832         loops caused by imenu-prev-index-position-function.
7834 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7836         * htmlfontify.el (htmlfontify-load-rgb-file)
7837         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7838         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7839         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7840         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7841         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7842         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7843         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7844         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7845         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7846         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7847         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7848         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7849         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7850         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7851         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7852         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7853         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7854         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7855         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7856         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7857         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7858         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7859         backslash-quoting from parentheses, etc.
7861 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7863         * progmodes/js.el: Autoload javascript-mode alias.
7865 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7867         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7868         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7869         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7870         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7871         Fix typos in docstrings.
7872         (ffap-url-regexp): Doc fix.
7873         (ffap-at-mouse): Fix typo in message.
7875 2010-01-11  Glenn Morris  <rgm@gnu.org>
7877         * version.el (emacs-copyright): Set copyright year to 2010.
7879 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * format.el (format-annotate-function): Only set
7882         write-region-post-annotation-function after running to-fn so as not to
7883         affect nested write-region calls (bug#5273).
7885 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7887         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7888         wisent/python.el.
7890 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7892         * man.el (Man-goto-section): Signal error if the section is not
7893         found (Bug#5317).
7895 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7897         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7898         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7900 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7902         * progmodes/compile.el: Don't treat compile-command as safe if
7903         compilation-read-command might be nil (Bug#4218).
7905 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7907         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7908         NS options.
7910 2010-01-08  Kenichi Handa  <handa@m17n.org>
7912         * international/fontset.el (build-default-fontset-data):
7913         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7915 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7917         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7918         to `create-file-buffer' as it expects, not just a buffer name.
7919         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7920         to help uniquify.  (Bug#3224)
7922 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7924         * font-setting.el (font-setting-change-default-font): Use user-spec
7925         instead of name.
7927 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7929         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7931 2010-01-05  Tom Tromey  <tromey@redhat.com>
7933         * progmodes/python.el (python-font-lock-keywords):
7934         Handle qualified decorators (Bug#881).
7936 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7938         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7939         in a lightweight checkout.
7941 2010-01-05  Kenichi Handa  <handa@m17n.org>
7943         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7945 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7947         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7949 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7951         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7952         checkouts.  (Bug#618)
7953         (vc-bzr-log-view-mode): Also highlight the author.
7954         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7955         (vc-bzr-shelve-menu-map):
7956         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7957         (vc-bzr-shelve-apply): Make prompt more explicit.
7959 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7961         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7962         They are valid characters in URL paths (rfc3986), and at least
7963         Firefox does not understand the encoded version (Bug#3166).
7965 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7967         * progmodes/octave-mod.el (octave-end-keywords)
7968         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7969         Add "end" keyword (Bug#3061).
7970         (octave-end-as-array-index-p): New function.
7971         (calculate-octave-indent): Use it.
7973 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7975         * bookmark.el: Consistently put the text property on the bookmark name.
7976         (bookmark-bmenu-marks-width): Bump back to 2, to include
7977         annotation marks.
7978         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7979         property on the bookmark name, instead of not putting it at all.
7980         (bookmark-bmenu-list): Fix where we put the text property.
7982 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7984         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7985         for showing buffer modified state (as added in the previous change).
7987 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7989         * bookmark.el: Show modified state of bookmark buffer more accurately.
7990         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7991         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7992         (with-buffer-modified-unmodified): New macro.
7993         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7994         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7995         Use new macro to preserve the buffer modified state.
7997 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7999         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8000         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8001         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8002         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8003         (bookmark-bmenu-rename, bookmark-bmenu-locate)
8004         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8005         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8007 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
8009         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8010         Make the lines in the generated doc string shorter.  (Bug#4668)
8012 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
8014         * net/rcirc.el: Add follow-link binding (Bug#4738).
8016 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
8018         * Makefile.in (bzr-update): Rename from cvs-update.
8019         (cvs-update): New target for backward compatibility.
8021         * makefile.w32-in (bzr-update): Rename from cvs-update.
8022         (cvs-update): New target for backward compatibility.
8024 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8026         * bookmark.el: Remove gratuitous gratitude.
8028 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8030         * bookmark.el (bookmark-bmenu-any-marks): New function.
8031         (bookmark-bmenu-save): Clear buffer modification if no marks.
8033 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8035         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8036         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8037         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8038         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8040         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8041         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8042         To: emacs-devel {_AT_} gnu.org
8043         Subject: bookmark.el bug report
8044         Date: Mon, 28 Dec 2009 14:19:16 +0800
8045         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8047 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8049         * bookmark.el: Improvements suggested by Drew Adams:
8050         (bookmark-bmenu-ensure-position): New name for
8051         `bookmark-bmenu-check-position'.  Just ensure the position,
8052         don't return any meaningful value.
8053         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8054         New constants.
8056 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
8058         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8059         (bookmark-yank-point, bookmark-bmenu-check-position):
8060         Fix typos in docstrings.
8061         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8062         (bookmark-name-from-full-record, bookmark-get-position)
8063         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8064         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8065         Remove useless quoting of parenthesis, etc. in docstrings.
8067         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8068         (ediff-append-custom-diff): Fix typo in error message.
8069         (ediff-meta-mark-equal-files): Fix typos in messages.
8071         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8073         * net/imap-hash.el (imap-hash-make): Doc fix.
8074         (imap-hash-test): Fix typo in error message; reflow docstring.
8075         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8076         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8077         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8078         Fix typos in docstrings.
8079         (imap-hash-open-connection): Fix typo in error message.
8081         * play/gomoku.el (gomoku): Fix typos in docstring.
8083         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8084         (gdb-jsonify-buffer): Fix typos in docstring.
8085         (gdb-goto-breakpoint): Fix typo in error message.
8086         ("Display Other Windows"): Fix typo in help message.
8087         (gdb-speedbar-expand-node): Fix typo in question.
8089         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8090         (idlwave-html-system-help-location, idlwave-html-help-location)
8091         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8092         (idlwave-help-browser-generic-args, idlwave-help-directory)
8093         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8094         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8095         (idlwave-online-help, idlwave-help-html-link)
8096         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8097         Fix typos in docstrings.
8098         (idlwave-help-with-source, idlwave-help-find-routine-definition):
8099         Reflow docstrings.
8100         (idlwave-help-assistant-start): Fix typo in error message.
8102         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8103         (octave-electric-space): Fix typos in docstrings.
8105 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8107         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8109 2010-01-01  Juri Linkov  <juri@jurta.org>
8111         * comint.el (comint-input-ring-size): Make it a defcustom and
8112         increase the default to 500 (Bug#5148).
8114 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
8116         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8117         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8118         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8120 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
8122         Show working revision correctly for mercurial.
8123         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8124         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8126 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
8128         Declare some functions for the byte-compiler.
8129         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8130         (speedbar-timer-fn, speedbar-change-expand-button-char)
8131         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8133 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
8135         This changeset reverts GDB Graphical Interface to use annotations.
8136         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8138 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
8140         Make vc-dir work on subdirectories of the bzr root.
8141         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
8142         file names relative to it.
8143         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8144         relative directory to vc-bzr-after-dir-status.
8146 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
8148         * font-lock.el (font-lock-refresh-defaults): New function, which
8149         can be used to let font-lock react to external changes in
8150         variables like font-lock-defaults and keywords.
8151         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8153 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8155         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8157         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8159 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
8161         Supersede color.diff settings in git log (bug#5211).
8163         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8164         escape chars in its output when the user has color.diff set to `always'.
8165         This fix works on git 1.4.2 and newer (released on 2006-08-13).
8167 2009-12-26  Kevin Ryde  <user42@zip.com.au>
8169         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8170         node.  Keep previous "Index" name to work with past coreutils too.
8172         * man.el (man): Revise docstring a bit to show -a and -l as
8173         examples.  Add -k description since support for it has otherwise
8174         been a secret.  (Further to bug#3717.)
8175         (Man-bgproc-sentinel): When "-k foo" produces no output show error
8176         "no matches" rather than "Can't find manpage", as the latter reads
8177         like -k was interpreted as a page name, which is not so.  (Bug#5431)
8179 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
8181         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8182         switches.  Check also for //SUBDIRED// line.
8184 2009-12-25  Kenichi Handa  <handa@m17n.org>
8186         * language/indian.el (devanagari-composable-pattern): Fixed to
8187         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8188         Devanagari.
8189         (malayalam-composable-pattern): Fix previous change.
8191 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8193         * ps-print.el (ps-face-attributes): It was not returning the
8194         attribute face for faces specified as string.  Reported by harven
8195         <harven@free.fr>.  (Bug#5254)
8196         (ps-print-version): New version 7.3.5.
8198 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8200         * calendar/icalendar.el (icalendar--convert-tz-offset):
8201         Fix timezone names.
8202         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8203         (icalendar--add-diary-entry): Remove the trailing blank that
8204         diary-make-entry inserts.
8206 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8208         Make `file-expand-wildcards' work for remote files.
8210         * files.el (file-expand-wildcards): In case of remote files, check
8211         only local file name part for wildcards.  Provide feature 'files
8212         and subfeature 'remote-wildcards.  (Bug#5198)
8214         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8215         if there is already an established connection.
8216         (tramp-advice-file-expand-wildcards): Remove it.
8218         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8219         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8220         Activate advice for older GNU Emacs versions.  (Bug#5237)
8222 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8224         Some doc fixes (more needed).
8226         * find-cmd.el (find-constituents): Reflow docstring.
8227         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8228         (find-generic): Doc fix.
8230 2009-12-17  Juri Linkov  <juri@jurta.org>
8232         Fix regression from 23.1 to allow multiple modes in Local Variables.
8234         * files.el (hack-local-variables-filter): While ignoring duplicates,
8235         don't take `mode' into account.
8236         (hack-local-variables-filter, hack-dir-local-variables):
8237         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8239 2009-12-17  Juri Linkov  <juri@jurta.org>
8241         Make `dired-diff' safer.  (Bug#5225)
8243         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8244         `current' or when `file' is a directory of the `current' file.
8246 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8248         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8249         unconditionally preloaded files.
8251 2009-12-16  Juri Linkov  <juri@jurta.org>
8253         Revert to old 23.1 logic of using the file at the mark as default.
8254         * dired-aux.el (dired-diff): Use the file at the mark as default
8255         if it's not the same as the current file, and the target dir is
8256         the current dir or the mark is active.  Add the current file
8257         as the arg of `dired-dwim-target-defaults'.  Use the default file
8258         in the prompt.  (Bug#5225)
8260 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8262         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8263         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8264         (tramp-check-for-regexp): Check also, when an echoing shell stops
8265         to echo sent commands.
8267 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8269         * Makefile.in: Revert last change (Bug#5191).
8271 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8273         * vc-hg.el (vc-hg-print-log): Fix argument order.
8274         (vc-hg-working-revision): Make sure the command is executed in a
8275         known environment so that we can parse the output.  (Bug#4417)
8277 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8279         * progmodes/python.el (python-symbol-completions): Remove text
8280         properties from symbol string before calling python-send-receive.
8282 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8284         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8285         when there are values for both file and line.  (Bug#5060)
8287 2009-12-14  Juri Linkov  <juri@jurta.org>
8289         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8290         whitespace after the file name of the first line of unified format,
8291         because git-diff doesn't output whitespace and file modification time
8292         after the file name.
8294 2009-12-14  David Kastrup  <dak@gnu.org>
8296         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8297         check if it already has the `display' property added by
8298         `Info-display-images-node', and not put the `invisible' property
8299         in this case.
8301 2009-12-13  Glenn Morris  <rgm@gnu.org>
8303         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8304         (report-emacs-bug): In message-mode, sort manually before storing
8305         original report text.  (Bug#5178)
8306         Remove superfluous save-excursion.
8308 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8310         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8311         when responding to "GetAll" properties.
8313 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8315         * simple.el (compose-mail): Remove mail-setup-with-from from
8316         customization checks.
8318 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8320         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8321         RAR archives created on Unix systems.
8323 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8326         the varalias that was accidentally removed by the 2009-11-19 change
8327         (bug#5186).
8329 2009-12-12  Kenichi Handa  <handa@m17n.org>
8331         * language/indian.el (indian-compose-regexp): New function.
8332         (malayalam-composable-pattern): Fix the pattern.
8333         (composition-function-table): Set malayalam-composable-pattern for
8334         Malayalam characters.
8336 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8338         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8339         rather than down-mouse-1, based on follow-link conventions.
8341         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8342         are compiled.
8344 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8346         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8347         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8348         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8349         (verilog-leap-to-head, verilog-backward-token):
8350         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8352 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8354         * progmodes/verilog-mode.el (verilog-auto-lineup)
8355         (verilog-nameable-item-re): Cleanup user-visible spelling and
8356         documentation errors.  One reported by Gary Delp.
8357         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8358         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8359         package, bug195.  Reported by Pierre-David Pfister.
8361 2009-12-11  Glenn Morris  <rgm@gnu.org>
8363         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8365         * mail/emacsbug.el: No longer require sendmail.
8366         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8367         (report-emacs-bug-orig-text): Doc fix.
8368         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8369         New local variables, to adapt to different mail-user-agents.
8370         (report-emacs-bug): Fix test for a gnu.org address.
8371         Use overlays for emphasis, since font-lock defeats 'face property.
8372         Pretest bugs also end up at the newsgroup these days.
8373         Stop message-mode stripping text properties.
8374         Set and use the new buffer-local variables.
8375         (report-emacs-bug-hook): Add doc-string.
8376         Remove some unnecessary save-excursions and simplify.
8377         Use the appropriate hook and send-command.
8379         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8380         capitalization of some menu entries.
8382 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8384         * whitespace.el (whitespace-display-char-on):
8385         Ensure `buffer-display-table' is unique when two or more windows are
8386         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8387         New version 12.1.
8389 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8391         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8392         characters in the Attribute field.
8394 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8396         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8398 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8400         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8401         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8402         Disregard autoload-excludes.
8403         (update-directory-autoloads): Obey autoload-excludes here instead.
8404         But don't store its contents in no-autoloads and remove entries that
8405         refer to excludes files.
8407 2009-12-10  Glenn Morris  <rgm@gnu.org>
8409         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8410         (expand-mail-aliases): Define for compiler.
8412         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8413         Define for compiler.
8415         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8416         appropriate for the mail-user-agent in use.
8418 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8420         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8422 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8424         Fix short log parsing and fontification.
8425         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8426         Fix fontification for the [merge] label.
8428 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8430         Drop some properties to avoid surprises (bug#5002).
8431         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8432         (hfy-fontify-buffer): Use it.
8434 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8436         Minor cleanup.
8437         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8438         Adjust all callers.
8439         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8440         args compulsory.  Adjust callers.
8441         (ffap-gopher-at-point): Remove unused var `name'.
8443         Get rid of the ELCFILES abomination.
8444         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8445         (compile-elcfiles): New phony target.
8446         (compile-main): Compute ELCFILES dynamically.
8447         (compile-clean): New target to remove left-over elc files.
8448         (compile, all): Use it.
8450 2009-12-09  Kenichi Handa  <handa@etlken>
8452         * international/mule-diag.el: Require help-mode instead of help-fns.
8454 2009-12-09  Kenichi Handa  <handa@m17n.org>
8456         * international/mule-cmds.el (ucs-names): Supply sufficiently
8457         fine ranges instead of pre-calculating accurate ranges.
8458         Iterate with bigger gc-cons-threshold.
8460 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8462         Add support for stashing a snapshot of the current tree.
8463         * vc-git.el (vc-git-stash-snapshot): New function.
8464         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8466 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8468         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8469         instead of `(beginning|end)-of-line'.
8471 2009-12-08  Glenn Morris  <rgm@gnu.org>
8473         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8475         * Makefile.in (ELCFILES): Regenerate.
8477 2009-12-07  Juri Linkov  <juri@jurta.org>
8479         Don't lazy-highlight the comint output in history Isearch mode.
8481         * comint.el (comint-history-isearch-search): Instead of
8482         `comint-line-beginning-position', use `comint-after-pmark-p'
8483         to check if point if before the process mark, and go to
8484         `process-mark' in this case.
8486 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8488         * textmodes/tex-mode.el (latex-complete)
8489         (latex-indent-or-complete): Remove.
8490         (latex-mode): Set completion-at-point-functions instead.
8492         Provide a standard completion command and hook it into TAB.
8493         * minibuffer.el (completion-at-point-functions): New var.
8494         (completion-at-point): New command.
8495         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8496         * progmodes/python.el (python-mode-map): Use completion-at-point.
8497         (python-completion-at-point): Rename from python-partial-symbol and
8498         adjust for use in completion-at-point-functions.
8499         (python-mode): Setup completion-at-point for Python completion.
8500         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8501         extracted from lisp-complete-symbol.
8502         (lisp-complete-symbol): Use it.
8503         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8504         setup completion-at-point for Elisp completion.
8505         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8506         Use completion-at-point.
8507         * ielm.el (ielm-map): Use completion-at-point.
8508         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8509         * progmodes/sym-comp.el: Move to...
8510         * obsolete/sym-comp.el: Move from progmodes.
8512 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8514         Prevent save-buffer in Rmail buffers from using the coding-system
8515         of the current message, and from clobbering the encoding mnemonics
8516         in the mode line (Bug#4623).
8518         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8519         flag, too.
8520         (rmail-message-encoding): New variable.
8521         (rmail-write-region-annotate): Record the encoding of the current
8522         message in rmail-message-encoding.
8523         (rmail-after-save-hook): New function, restores the encoding of
8524         the current message after the message collection is saved.
8526 2009-12-07  Juri Linkov  <juri@jurta.org>
8528         * progmodes/grep.el (grep-read-files): Use `completing-read'
8529         instead of `read-string'.  Set its `collection' arg to
8530         `read-file-name-internal'.  (Bug#4301)
8532 2009-12-07  Juri Linkov  <juri@jurta.org>
8534         Correctly restore original Isearch point.  (Bug#4994)
8536         * isearch.el (isearch-mode): Move `isearch-push-state' after
8537         `(run-hooks 'isearch-mode-hook)'.
8538         (isearch-cancel): When `isearch-push-state-function' is defined,
8539         let-bind `isearch-cmds' to the first state (the last element of
8540         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8541         function and restores the original point).  Otherwise, move point
8542         to `isearch-opoint'.
8544 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8547         chars that don't have names, so the table can be built much faster at
8548         run-time.
8550 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8552         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8553         change.  Suggested by David Kastrup.
8555         * simple.el (compose-mail): Check for incompatibilities and warn.
8556         (compose-mail-user-agent-warnings): New option.
8558 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8560         Support showing a single log entry from vc-annotate.
8561         * vc.el (print-log): Add a new argument: START-REVISION.
8562         (vc-print-log-internal): Add a new optional argument and
8563         pass it to the backend.
8564         (vc-print-log, vc-print-root-log): Adjust callers.
8565         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8566         buffer already displays the requested log entry, use it.
8567         Otherwise display only the log entry in question.
8568         * vc-svn.el (vc-svn-print-log):
8569         * vc-mtn.el (vc-mtn-print-log):
8570         * vc-hg.el (vc-hg-state):
8571         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8572         (vc-git-show-log-entry): Return t on success.
8573         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8574         (vc-bzr-show-log-entry): Return t on success.
8575         * vc-rcs.el (vc-rcs-print-log):
8576         * vc-sccs.el (vc-sccs-print-log):
8577         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8579 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8581         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8582         Add menus to the meta mode.  (Bug#5043)
8584 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8586         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8587         event-key.
8589         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8591 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8593         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8594         Berbain <raphael.berbain@gmail.com>.
8596         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8597         characters.
8598         (tramp-initial-end-of-output): New defconst.
8599         (tramp-methods, tramp-find-shell)
8600         (tramp-open-connection-setup-interactive-shell)
8601         (tramp-maybe-open-connection): Use it.
8602         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8603         existence of `#' and `$'.
8605         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8606         `tramp-initial-end-of-output'.
8608 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8610         Get the background mode from the terminal for xterm, and set
8611         faces accordingly.
8612         * term/xterm.el (xterm-set-background-mode): New function.
8613         (terminal-init-xterm): Use it in case xterm supports background
8614         color queries.  Recompute faces after getting the background
8615         color.
8617 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8619         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8620         number comment back on its own line, for easier parsing.
8622 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8624         Make it work for non-file buffers (bug#5102).
8625         * doc-view.el (doc-view-current-cache-dir):
8626         Use doc-view-buffer-file-name rather than buffer-file-name.
8627         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8629 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8631         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8632         author field is too short.
8634 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8636         * vc-git.el (vc-git-print-log): Handle a limit argument.
8637         Display the short log in graph form and with labels.
8638         (vc-git-log-view-mode): Handle labels.
8640         Make vc-revert change VC state from 'added to 'unregistered.
8641         * vc-git.el (vc-git-revert): Call git reset first.
8643 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8645         * net/newst-backend.el, net/newst-plainview.el:
8646         * net/newst-reader.el, net/newst-ticker.el:
8647         * net/newst-treeview.el, net/newsticker.el:
8648         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8650 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8652         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8654         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8655         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8656         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8657         Update annotation regexp.
8659         * simple.el (beginning-of-visual-line): Constrain to field
8660         boundaries (Bug#5106).
8662 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8664         * xml.el (xml-substitute-numeric-entities): Move
8665         newsticker--decode-numeric-entities in newst-backend.el to
8666         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8667         * net/newst-backend.el (newsticker--parse-generic-feed)
8668         (newsticker--parse-generic-items)
8669         (newsticker--decode-numeric-entities): Move
8670         newsticker--decode-numeric-entities in newst-backend.el to
8671         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8673 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8675         * progmodes/js.el (js--js-not): Add null to the list of values.
8677 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8679         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8681 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8683         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8684         delimiter if it is at the end of the current line.
8685         (bibtex-generate-url-list): Fix docstring.
8687 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8690         minibuffer's content with itself.
8691         Fold the confirm-after-completion case into the `confirm' case.
8692         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8694 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8696         * ffap.el (ffap-rfc-path): Make this a defcustom since
8697         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8699         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8700         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8702 2009-12-05  Juri Linkov  <juri@jurta.org>
8704         Save and restore dired buffer's point positions too.  (Bug#4880)
8706         * dired.el (dired-save-positions): Return in the first element
8707         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8708         Doc fix.
8709         (dired-restore-positions): First restore buffer's position.
8710         While restoring window's positions, check if window still displays
8711         the original buffer.
8713 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8715         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8716         if possible.
8718         * shell.el (shell): Require ansi-color (Bug#5113).
8720         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8722         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8724 2009-12-05  Alan Mackenzie  <acm@muc.de>
8726         * progmodes/cc-mode.el (c-before-hack-hook)
8727         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8728         `c-file-style' to work again.  This reversion restores the current
8729         software to its state in Emacs 23.1.  (Bug#4146)
8731 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8733         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8734         comment-start-skip to comment-end-skip as comment (Bug#4781).
8736 2009-12-05  Juri Linkov  <juri@jurta.org>
8738         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8739         for virtual nodes.  (Bug#4147)
8740         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8741         when moving from a virtual node.
8742         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8743         (Info-mode): Add `Info-virtual-index' to the docstring.
8745 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8747         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8748         track of the buffer position of the end of a BibTeX entry as this
8749         position may change during reformatting.
8750         (bibtex-format-entry): Remove whitespace before processing
8751         numerical fields so that we recognize the latter properly.
8752         (bibtex-reformat): Do not use push which changes the global value
8753         of bibtex-entry-format.
8754         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8755         (bibtex-field-re-init): Replace only space characters by regexp
8756         for whitespace.
8757         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8758         (bibtex-initialize): Also update bibtex-strings.
8759         (bibtex-kill-field): Preserve white space at end of entry.
8760         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8761         Update bibtex-reference-keys.
8763 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8765         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8766         point after a star, if that's the only place where modifications can
8767         make progress.
8769 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8771         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8772         in docstrings.
8774 2009-12-04  Juri Linkov  <juri@jurta.org>
8776         * proced.el (proced): Call `(proced-update t)' to update process
8777         information instead of only running proced-post-display-hook.
8778         (proced-send-signal): Add a leading space to the buffer name
8779         " *Marked Processes*" to make this buffer ephemeral.
8781 2009-12-04  Juri Linkov  <juri@jurta.org>
8783         * dired.el (dired-auto-revert-buffer): New defcustom.
8784         (dired-internal-noselect): Use it.
8786 2009-12-04  Juri Linkov  <juri@jurta.org>
8788         Change roles of modes and functions in image-mode.el (Bug#5062).
8790         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8791         in `auto-mode-alist'.
8792         (image-mode-previous-major-mode): New variable.
8793         (image-minor-mode-map): Rename from `image-mode-text-map'.
8794         (image-mode): Move graceful error-handling code from
8795         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8796         (image-minor-mode): Remove all image-handling code.
8797         Replace `image-mode-text-map' with `image-minor-mode-map'.
8798         Check for `image-type' in mode-line format string.
8799         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8800         (image-mode-as-text): New function with most code from
8801         `image-mode-maybe'.
8802         (image-toggle-display-text): Move code that removes image
8803         properties from `image-toggle-display' to here.
8804         (image-toggle-display-image): New function with code that adds
8805         image properties copied from `image-toggle-display'.
8806         (image-toggle-display): Remove most code with leaving only code
8807         that toggles between `image-mode-as-text' and `image-mode'.
8809 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8811         * net/newst-treeview.el
8812         (newsticker--treeview-list-highlight-start): Restored call to
8813         save-excursion: Selected item was stuck.
8814         (newsticker--treeview-list-select): New.
8815         (newsticker--treeview-item-show-text)
8816         (newsticker--treeview-item-show)
8817         (newsticker--treeview-item-update): Use new
8818         newsticker-treeview-item-mode.
8819         (newsticker-treeview-update): Keep current item.
8820         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8821         (newsticker--treeview-first-feed): Doc change.
8822         (newsticker-treeview-list-menu)
8823         (newsticker-treeview-item-menu): Added menu entries.
8824         (newsticker-treeview-item-mode): New.
8826         * net/newst-backend.el (newsticker-customize): Delete other
8827         windows.
8829 2009-12-04  Sam Steingold  <sds@gnu.org>
8831         * log-view.el (log-view-mode-map): "q" calls quit-window,
8832         like in all the other non-self-insert buffers.
8834 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8836         Minor cleanup.
8837         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8838         key decoding rather than do it manually via last-input-event +
8839         ascii-character.
8840         (term-exec): Use delete-and-extract-region.
8841         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8842         (term-process-pager): Remove unused var `i'.
8843         (term-dynamic-simple-complete): Make obsolete.
8844         (serial-update-config-menu): Remove unused vars `y' and `str'.
8845         (term-update-mode-line): Remove unused var `temp'.
8847 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8849         Limit the number of log entries displayed by default.
8850         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8851         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8852         using a prefix argument.
8854 2009-12-03  Glenn Morris  <rgm@gnu.org>
8856         * progmodes/idlwave.el (class): Restore still useful declaration.
8858 2009-12-03  Alan Mackenzie  <acm@muc.de>
8860         Enhance `c-parse-state' to run efficiently in "brace deserts".
8862         * progmodes/cc-mode.el (c-basic-common-init):
8863         Call c-state-cache-init.
8864         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8865         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8866         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8868         * progmodes/cc-langs.el (c-before-font-lock-function):
8869         c-extend-and-neutralize-syntax-in-CPP has been renamed
8870         c-neutralize-syntax-in-and-mark-CPP.
8872         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8873         with `category' properties now, not `syntax-table' ones.
8875         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8876         enhanced (but slower) version of c-end-of-macro that won't land
8877         inside a literal or on another awkward character.
8878         (c-state-cache-too-far, c-state-cache-start)
8879         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8880         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8881         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8882         (c-state-min-scan-pos, c-state-brace-pair-desert)
8883         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8884         buffer local variables.
8885         (c-state-literal-at, c-state-lit-beg)
8886         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8887         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8888         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8889         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8890         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8891         (c-renarrow-state-cache)
8892         (c-append-lower-brace-pair-to-state-cache)
8893         (c-state-push-any-brace-pair, c-append-to-state-cache)
8894         (c-remove-stale-state-cache)
8895         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8896         (c-invalidate-state-cache-1, c-parse-state-1)
8897         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8898         (c-parse-state): Enhance and refactor.
8899         (c-debug-parse-state): Amend to deal with all the new variables.
8901         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8902         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8903         modify to use category text properties rather than syntax-table ones.
8904         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8905         to switch off/on the syntactic paren property of C++ template
8906         delimiters using the category property.
8907         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8908         template delims suppressed.
8909         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8910         New constant/macros which apply category properties to the start
8911         and end of preprocessor constructs.
8912         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8913         "comment out" the syntactic value of characters in preprocessor
8914         constructs.
8915         (c-with-cpps-commented-out)
8916         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8917         with characters in all or all but one preprocessor constructs
8918         "commented out".
8920 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8922         * proced.el (proced-filter-alist): Use regexp-quote.
8924 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8926         Cleanup.
8927         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8928         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8929         arguments.  Expand `default-directory'.
8931         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8932         the benefit of returning an expanded localname.
8933         (tramp-tramp-file-p): Handle the case NAME is not a string.
8935 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8937         Add support for bzr shelve/unshelve.
8938         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8939         (vc-bzr-extra-menu-map): New variables.
8940         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8941         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8942         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8943         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8944         (vc-bzr-dir-extra-headers): Display shelves.
8946         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8948 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8950         * textmodes/bibtex.el (bibtex-complete-internal):
8951         Use completion-in-region.
8952         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8954 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8956         Support applying stashes.  Improve UI.
8957         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8958         (vc-git-stash-apply, vc-git-stash-pop)
8959         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8960         (vc-git-stash-menu): New functions.
8961         (vc-git-stash-menu-map): New variable.
8962         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8964 2009-12-03  Glenn Morris  <rgm@gnu.org>
8966         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8967         (vc-print-log-internal): Fix previous change.
8968         (vc-revert): Correct pluralization.
8970 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8972         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8973         it to be an alist any more.
8974         (makefile-complete): Use completion-in-region.
8976         * progmodes/octave-mod.el (octave-complete-symbol):
8977         Use completion-in-region.
8979         Misc cleanup.
8980         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8981         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8982         (idlwave-complete-class): Don't quote lambda.
8983         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8984         (idlwave-mode-map): Move initialization into declaration.
8985         (idlwave-action-and-binding): Use backquotes.
8986         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8987         Simplify.
8988         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8989         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8990         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8991         `parts', and `all-parts'.
8992         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8993         (idlwave-convert-xml-system-routine-info): Remove unused string
8994         `version-string'.
8995         (idlwave-display-user-catalog-widget): Use dolist.
8996         (idlwave-scanning-lib): Declare dynamically-scoped var.
8997         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8998         (completion-highlight-first-word-only): Declare to silence bytecomp.
8999         (idlwave-popup-select): Tighten scope of `resp'.
9000         (idlwave-find-struct-tag): Remove unused var `beg'.
9001         (idlwave-after-load-rinfo-hook): Declare.
9002         (idlwave-sintern-class-info): Remove unused var `taglist'.
9003         (idlwave-find-class-definition): Remove unused var `list'.
9004         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9005         (idlwave-what-module-find-class): Remove unused var `classes'.
9007 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
9009         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9011 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9014         buffers visited.  Remove redundant current-buffer-saving.
9016 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9018         Use completion-in-buffer and remove uses of dynamic scoping.
9019         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9020         (pascal-buffer-to-use, pascal-flag): Don't declare.
9021         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9022         (pascal-get-completion-decl, pascal-keyword-completion):
9023         Add `pascal-str' argument, save-excursion,
9024         return the found completions, and don't filter with pascal-pred.
9025         (pascal-completion-cache): New var.
9026         (pascal-completion): Don't switch buffer any more (it was never
9027         necessary).  Don't save-excursion any more (it's done by the called
9028         subroutines).  Use a cache to avoid redundant computations.
9029         Use complete-with-action rather than pascal-completion-response and
9030         let it apply the predicate as well.
9031         (pascal-complete-word): Use completion-in-buffer when
9032         pascal-toggle-completions is nil.
9033         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9034         not used any more.
9035         (pascal-comp-defun): Don't change buffer any more.
9036         Use complete-with-action rather than pascal-completion-response and
9037         let it apply the predicate as well.
9038         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9039         when neded.
9041 2009-12-02  Kenichi Handa  <handa@m17n.org>
9043         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9044         shape for all Indic scripts.
9046 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9048         Use completion-in-buffer.
9049         * wid-edit.el (widget-field-text-end): New function.
9050         (widget-field-value-get): Use it.
9051         (widget-string-complete, widget-file-complete)
9052         (widget-color-complete): Use it and completion-in-region.
9053         (widget-complete): Don't narrow the buffer.
9055 2009-12-02  Glenn Morris  <rgm@gnu.org>
9057         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
9058         (rmail-select-summary): Use rmail-pop-to-buffer.
9059         * mail/rmailsum.el: Replace all pop-to-buffer calls with
9060         rmail-pop-to-buffer, to prevent horizontal splits.
9062         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9063         save-excursion with save-current-buffer.
9064         Widen before searching.  (Bug#5093)
9065         (diary-list-sexp-entries): Remove superfluous save-excursion.
9067 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
9069         * woman.el (woman-make-bufname): Handle man-pages with "." in the
9070         name.  (Bug#5038)
9072 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9074         * ido.el (ido-file-internal): Handle filenames at point that do
9075         not have a directory part.  (Bug#5049)
9077 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
9079         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9080         (mpc-songs-jump-to, mpc-resume): Doc fixes.
9082 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
9084         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9085         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9086         any more.
9088 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * comint.el (comint-insert-input): Ignore clicks to the right of
9091         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9093         * vc.el (vc-print-log-internal): Don't wait for the process to
9094         terminate before setting up the major mode.
9096         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9097         in case.
9099         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9100         the last element.
9102         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9104 2009-12-01  Glenn Morris  <rgm@gnu.org>
9106         * window.el (window--display-buffer-2): Fix previous changes.
9108 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
9110         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9112 2009-12-01  Glenn Morris  <rgm@gnu.org>
9114         * Makefile.in (ELCFILES): Add mpc.elc.
9116 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9118         * mpc.el: New file.
9120 2009-12-01  Glenn Morris  <rgm@gnu.org>
9122         * window.el (window-to-use): Define for compiler.
9124         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9125         consistent with others (no final period).
9127         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9128         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
9130 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
9132         Make vc-print-log buttons work.
9133         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9135 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
9137         * savehist.el (savehist-autosave-interval): Allow setting to nil
9138         through customize.  (Bug#5056)
9140 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
9142         Fix references to jit-lock properties.
9143         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9144         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9145         (perl-font-lock-special-syntactic-constructs):
9146         Quote jit-lock-defer-multiline property.
9148 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9150         * vc-git.el (vc-git-registered): Call vc-git-root only once.
9152 2009-11-30  Juri Linkov  <juri@jurta.org>
9154         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9155         value `buffer' of `multi-isearch-next-buffer-current-function'.
9156         Use `(current-buffer)' when `buffer' is nil.
9157         (multi-isearch-next-buffer-from-list): Don't fallback to
9158         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9160 2009-11-30  Juri Linkov  <juri@jurta.org>
9162         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9163         of buffers with `get-buffer' to `multi-isearch-buffers'.
9164         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9165         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9166         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9167         FILES with `expand-file-name' converting relative file names
9168         to absolute.  Doc fix.  (Bug#4727)
9170 2009-11-30  Juri Linkov  <juri@jurta.org>
9172         * misearch.el (multi-isearch-read-buffers)
9173         (multi-isearch-read-matching-buffers): New functions.
9174         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9175         Use them in the `interactive' spec.  Doc fix.
9176         (multi-isearch-read-files, multi-isearch-read-matching-files):
9177         New functions.
9178         (multi-isearch-files, multi-isearch-files-regexp):
9179         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9181 2009-11-30  Juri Linkov  <juri@jurta.org>
9183         * doc-view.el (doc-view-continuous):
9184         Rename from `doc-view-continuous-mode'.
9185         (doc-view-menu): Move "Toggle display" to the top.
9186         Add submenu "Continuous" with radio buttons "Off"/"On"
9187         and "Save as Default".
9188         (doc-view-scroll-up-or-next-page)
9189         (doc-view-scroll-down-or-previous-page)
9190         (doc-view-next-line-or-next-page)
9191         (doc-view-previous-line-or-previous-page): Rename
9192         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9194 2009-11-30  Juri Linkov  <juri@jurta.org>
9196         * comint.el (comint-mode-map): Rebind `M-r' from
9197         `comint-previous-matching-input' to
9198         `comint-history-isearch-backward-regexp'.
9199         Unbind `M-s' to allow global key binding `M-s'.
9200         Add menu items for `comint-history-isearch-backward' and
9201         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9203 2009-11-30  Juri Linkov  <juri@jurta.org>
9205         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9206         For def=recenter, replace `recenter' with `recenter-top-bottom'
9207         that is called with `this-command' and `last-command' let-bound
9208         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9209         set `recenter-last-op' to nil.  (Bug#4981)
9211 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9213         Minor cleanup and simplification.
9214         * filecache.el (file-cache-add-directory)
9215         (file-cache-add-directory-recursively)
9216         (file-cache-add-from-file-cache-buffer)
9217         (file-cache-delete-file-regexp, file-cache-delete-directory)
9218         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9219         (file-cache-temp-minibuffer-message): Delete function.
9220         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9222         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9223         Don't signal an error when bumping into EOB in tr, s, or y.
9225 2009-11-29  Juri Linkov  <juri@jurta.org>
9227         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9228         (Bug#4960)
9230         * descr-text.el (describe-char-unidata-list): Use lowercase name
9231         for "Unicode name" like in other tags.
9233 2009-11-29  Juri Linkov  <juri@jurta.org>
9235         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9236         New compatibility macro.
9237         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9239 2009-11-29  Juri Linkov  <juri@jurta.org>
9241         Add defcustom to define the cycling order of `recenter-top-bottom'.
9242         (Bug#4981)
9244         * window.el (recenter-last-op): Doc fix.
9245         (recenter-positions): New defcustom.
9246         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9247         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9249 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9251         Improve integration of Tramp and ange-ftp in eshell.
9253         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9254         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9255         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9257         * eshell/esh-util.el (top): Require also Tramp when compiling.
9258         (eshell-directory-files-and-attributes): Check for FTP remote
9259         connection.
9260         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9261         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9262         (eshell-file-attributes): Handle ".".  Return `entry'.
9264         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9265         (ange-ftp-directory-files-and-attributes)
9266         (ange-ftp-real-directory-files-and-attributes): New defuns.
9268         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9269         shell with "exec" when possible.  This prevents trailing prompts
9270         in `start-file-process'.
9272 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         Try and remove assumptions about point-min==1.
9275         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9276         (rng-compute-mode-line-string): Show the validation percentage in
9277         terms of the narrowed text, not the widened text.
9278         (rng-do-some-validation): Don't catch internal errors when debugging.
9279         (rng-first-error): Simplify.
9280         (rng-after-change-function): Remove work around.  AFAIK the bug has
9281         been fixed a while ago.
9283         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9284         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9286         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9288         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9289         `cd' doesn't always do it for us (bug#5067).
9291         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9292         on 2009-10-25 as part of some other change (bug#5067).
9294 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9296         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9297         `suspicious'.
9298         (byte-compile-warnings): Use byte-compile-warning-types.
9299         (byte-compile-save-excursion): Warn about use of set-buffer right
9300         after save-excursion.
9302         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9303         the excursion as well.
9305 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9307         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9308         providing a Tramp related implementation of "su" and "sudo".
9309         (eshell-unix-initialize): Add "su" and "sudo".
9311 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9313         * net/socks.el (socks-send-command): Convert binary request to
9314         unibyte before sending.  This fixes mishandling of some port
9315         numbers such as 129.
9317 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * help.el (describe-bindings-internal): Remove `interactive'.
9321         * man.el (Man-completion-table): Trim a terminating "(".
9322         Remove the space between name page a section.
9323         Add the command's description on the `help-echo' property.
9324         Remove `process-connection-type' binding since it's unused by
9325         call-process.
9326         Provide completion for the "<section> <name>" format as well.
9327         (Man-default-man-entry): Remove spurious var shadowing the argument.
9329 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9331         * log-view.el: Add "Keywords: tools", since its other keywords
9332         aren't in finder-known-keywords, and following vc.el.
9334         * sha1.el (sha1-string-external): default-directory "/" in case
9335         otherwise non-existent.  process-connection-type pipe for touch of
9336         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9338 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9340         Misc coding convention cleanups.
9341         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9342         hfy-init-kludge-hooks.
9343         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9344         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9345         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9346         and push.
9347         (hfy-slant, hfy-weight): Use tables rather than code.
9348         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9349         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9350         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9351         (hfy-face-to-css): Remove `nconc' with single arg.
9352         (hfy-p-to-face-lennart): Use `or'.
9353         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9354         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9355         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9356         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9357         (hfy-force-fontification): Use run-hooks.
9359 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9361         Various minor fixes.
9362         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9363         Javascript belongs in the header, not the body.
9364         (hfy-javascript): Remove.
9365         (hfy-fontify-buffer): Don't insert it any more.
9366         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9367         Fix bug in invis handling when there were no invis props in a chunk.
9369 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9371         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9373 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9375         * finder.el (finder-mode-map): Add a menu.
9377 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9379         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9380         "unsigned" structs.
9382         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9383         fork" statement better.
9385 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9387         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9388         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9389         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9390         Reported by Clay Douglass.
9392         (verilog-auto-inst, verilog-auto-star-safe)
9393         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9394         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9395         Pierre-David Pfister.
9397 2009-11-26  Glenn Morris  <rgm@gnu.org>
9399         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9400         the scope.
9402 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9404         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9405         Really use previous revision.
9407 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9409         * man.el (Man-completion-table): default-directory "/" in case
9410         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9411         not to truncate long names.  process-connection-type pipe to avoid
9412         any chance of hitting the pseudo-tty TIOCGWINSZ.
9413         (man): completion-ignore-case t for friendliness and since man
9414         itself is case-insensitive on the command line.
9415         Further to Bug#3717.
9417         * arc-mode.el: Add "Keywords: files", so the details in its
9418         commentary can be reached from finder-by-keyword.
9419         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9420         editing mode, but it's comms related and sgml-mode.el has "comm"
9421         on that basis too.
9422         * textmodes/bibtex-style.el: Add "Keywords: tex".
9423         * international/isearch-x.el, international/ja-dic-cnv.el:
9424         * international/ja-dic-utl.el, international/kkc.el:
9425         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9427 2009-11-25  Juri Linkov  <juri@jurta.org>
9429         * man.el (Man-completion-table): Modify regexp to include
9430         section names to completion strings.  (Bug#3717)
9432 2009-11-25  Juri Linkov  <juri@jurta.org>
9434         Search recursively in gzipped files.  (Bug#4982)
9436         * progmodes/grep.el (grep-highlight-matches): Add new options
9437         `always' and `auto'.  Doc fix.
9438         (grep-process-setup): Check `grep-highlight-matches' for
9439         `auto-detect' to determine the need to compute grep defaults.
9440         Move Windows/DOS specific --colors settings handling
9441         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9442         to get the value of "--color=".
9443         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9444         has the value `auto-detect'.  Move Windows/DOS specific settings
9445         from `grep-process-setup'.
9446         (zrgrep): New command with alias `rzgrep'.
9448 2009-11-25  Juri Linkov  <juri@jurta.org>
9450         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9451         to nil instead of switching off view-mode.  (Bug#4896)
9453 2009-11-25  Juri Linkov  <juri@jurta.org>
9455         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9457         * mwheel.el (mwheel-scroll-up-function)
9458         (mwheel-scroll-down-function): New defvars.
9459         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9460         `scroll-up', and `mwheel-scroll-down-function' instead of
9461         `scroll-down'.
9463         * doc-view.el (doc-view-scroll-up-or-next-page)
9464         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9465         Use this ARG in the call to image-scroll-up/image-scroll-down.
9466         Change `interactive' spec to "P".  Goto next/previous page only
9467         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9468         SPC/DEL case).  Doc fix.
9469         (doc-view-next-line-or-next-page)
9470         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9471         for consistency.
9472         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9473         `doc-view-scroll-up-or-next-page', and buffer-local
9474         `mwheel-scroll-down-function' to
9475         `doc-view-scroll-down-or-previous-page'.
9477 2009-11-25  Juri Linkov  <juri@jurta.org>
9479         Provide additional default values (directories at other Dired
9480         windows) via M-n in the minibuffer of some Dired commands.
9482         * dired-aux.el (dired-diff, dired-compare-directories)
9483         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9484         `minibuffer-default' in `minibuffer-with-setup-hook'.
9485         (dired-dwim-target-directory): Find a window that displays Dired
9486         buffer instead of failing when the next window is not Dired.
9487         Use `get-window-with-predicate' to find for the next Dired window.
9488         (dired-dwim-target-defaults): New function.
9490         * ediff-util.el (ediff-read-file-name):
9491         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9492         in `minibuffer-with-setup-hook'.
9494 2009-11-25  Juri Linkov  <juri@jurta.org>
9496         Provide additional default values (file name at point or at the
9497         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9499         * minibuffer.el (read-file-name-defaults): New function.
9500         (read-file-name): Reset `minibuffer-default' to nil when
9501         it duplicates initial input `insdef'.
9502         Bind `minibuffer-default-add-function' to lambda that
9503         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9504         (minibuffer-insert-file-name-at-point): New command.
9506         * files.el (file-name-at-point-functions): New defcustom.
9507         (find-file-default): Remove defvar.
9508         (find-file-read-args): Don't use `find-file-default'.
9509         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9510         to `read-file-name'.
9511         (find-file-literally): Use `read-file-name' with
9512         `confirm-nonexistent-file-or-buffer'.
9514         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9516         * dired.el (dired-read-dir-and-switches):
9517         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9518         to `read-file-name'.
9519         (dired-file-name-at-point): New function.
9520         (dired-mode): Add hook `dired-file-name-at-point' to
9521         `file-name-at-point-functions'.
9523 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9525         Really make the *Completions* window soft-dedicated (bug#5030).
9526         * window.el (window--display-buffer-2): Add `dedicated' argument.
9527         (display-buffer): Pass it when needed so the dedicated flag is set
9528         after calling set-window-buffer, which would otherwise reset it.
9530 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * progmodes/meta-mode.el (meta-complete-symbol):
9533         * progmodes/etags.el (complete-tag):
9534         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9535         Use completion-in-region.
9537         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9538         (dabbrev-completion): Use completion-in-region.
9539         (dabbrev--abbrev-at-point): Simplify regexp.
9541         * abbrev.el (abbrev--before-point): Use word-motion functions
9542         if :regexp is not specified (bug#5031).
9544         * subr.el (string-prefix-p): New function.
9546         * man.el (Man-completion-cache): New var.
9547         (Man-completion-table): Use it.
9549         * vc.el (vc-print-log-internal): Make `limit' optional for better
9550         compatibility (e.g. with vc-annotate.el).
9552 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9554         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9555         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9557         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9558         when .el source file not found or other error.
9560 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9562         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9564 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         Handle the [back] button properly (bug#4979).
9567         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9568         Use help-setup-xref, help-buffer, and with-help-window.
9569         (describe-char): Add `buffer' argument.
9570         Pass proper command to help-setup-xref.  Don't meddle with
9571         help-xref-stack-item directly.
9572         (describe-text-category): Use with-help-window and help-buffer.
9574         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9575         for the displayed buffer (bug#4887).
9577         * man.el (Man-completion-table): New function.
9578         (man): Use it.
9580 2009-11-24  David Reitter  <david.reitter@gmail.com>
9582         * vc-git.el (vc-git-registered): Use checkout directory (where
9583         .git is) rather than the file's directory and a relative path spec
9584         to work around a bug in git.
9586 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9588         Improve handling of processes on remote hosts.
9590         * eshell/esh-util.el (eshell-path-env): New defvar.
9591         (eshell-parse-colon-path): New defun.
9592         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9594         * eshell/esh-ext.el (eshell-search-path):
9595         Use `eshell-parse-colon-path'.
9596         (eshell-remote-command): Remove argument HANDLER.
9597         (eshell-external-command): Check for FTP remote connection.
9599         * eshell/esh-proc.el (eshell-gather-process-output):
9600         Use `file-truename', in order to start also symlinked files.
9601         Apply `start-file-process' instead of `start-process'.
9602         Shorten `command' to the local file name part.
9604         * eshell/em-cmpl.el (eshell-complete-commands-list):
9605         Use `eshell-parse-colon-path'.
9607         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9609         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9610         to `eshell-directory-change-hook'.
9612 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9614         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9615         because it could be enabled automatically if view-read-only is non-nil.
9617 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9619         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9620         made on 2009-11-22.
9622 2009-11-24  Glenn Morris  <rgm@gnu.org>
9624         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9625         deleted variable bookmark-bmenu-bookmark-column.
9627 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9629         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9631 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9633         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9634         two slashes to the "file:" prefix.
9635         (browse-url-file-url): De-munge Cygwin filenames before passing
9636         them to Windows browser.
9637         (browse-url-default-windows-browser): Use call-process.
9639 2009-11-23  Juri Linkov  <juri@jurta.org>
9641         Implement DocView Continuous mode.  (Bug#4896)
9642         * doc-view.el (doc-view-continuous-mode): New defcustom.
9643         (doc-view-mode-map): Bind C-n/<down> to
9644         `doc-view-next-line-or-next-page', C-p/<up> to
9645         `doc-view-previous-line-or-previous-page'.
9646         (doc-view-next-line-or-next-page)
9647         (doc-view-previous-line-or-previous-page): New commands.
9649 2009-11-23  Juri Linkov  <juri@jurta.org>
9651         Implement Isearch in comint input history.  (Bug#3746)
9652         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9653         `isearch-mode-hook'.
9654         (comint-history-isearch): New defcustom.
9655         (comint-history-isearch-backward)
9656         (comint-history-isearch-backward-regexp): New commands.
9657         (comint-history-isearch-message-overlay): New buffer-local variable.
9658         (comint-history-isearch-setup, comint-history-isearch-end)
9659         (comint-goto-input, comint-history-isearch-search)
9660         (comint-history-isearch-message, comint-history-isearch-wrap)
9661         (comint-history-isearch-push-state)
9662         (comint-history-isearch-pop-state): New functions.
9664 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9666         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9667         return.
9668         (tramp-handle-make-symbolic-link)
9669         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9670         Quote file names.
9671         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9672         (tramp-handle-process-file): Use it.
9674 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9676         * window.el (move-to-window-line-last-op): Remove.
9677         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9679 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9681         Make M-r mirror the new cycling behavior of C-l.
9682         * window.el (move-to-window-line-last-op): New var.
9683         (move-to-window-line-top-bottom): New command.
9684         (global-map): Bind M-r move-to-window-line-top-bottom.
9686 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9688         * dired-x.el (dired-guess-shell-alist-default):
9689         Support xz format.  (Bug#4953)
9691 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9693         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9694         last-command-char/last-command-event.
9695         (viper-prefix-arg-value): Do correct conversion of event-char for
9696         XEmacs.
9698         * emulation/viper-util.el, emulation/viper.el:
9699         Use viper-last-command-char instead of
9700         last-command-char/last-command-event.
9702         * ediff-init.el, ediff-mult.el, ediff-util.el:
9703         Replace last-command-char and last-command-event
9704         with (ediff-last-command-char) everywhere.
9706         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9707         created in fundamental mode.
9709         * ediff.el (ediff-version): Revert the change of interactive-p to
9710         called-interactively-p.
9712 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9714         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9715         generation from word-movement command names.
9717 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9719         * cus-start.el (all): Add native condition for font-use-system-font.
9721 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9723         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9724         Correct the patch from 2009-11-18.  (Bug#3910)
9726 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9728         * progmodes/subword.el: Rename from lisp/subword.el.
9730         * subword.el: Rename to progmodes/subword.el.
9732         * Makefile.in (ELCFILES): Adapt to subword.el move.
9734 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9735             Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9738         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9739         (bookmark-bmenu-show-filenames): Use push.
9740         (bookmark-bmenu-hide-filenames): Use local var instead of
9741         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9742         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9743         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9744         filenames now that the bookmark names are always available.
9746 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9749         (bookmark-search-pattern): Move and leave unbound.
9750         (bookmark-bmenu-mode-map): Change binding.
9751         (bookmark-read-search-input): Simplify.
9752         Don't use text-char-description.  Don't error on non-char events.
9753         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9754         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9755         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9756         Use a local var for the timer.
9757         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9758         (i.e. bookmark-bmenu-search).
9760 2009-11-21  Glenn Morris  <rgm@gnu.org>
9762         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9764 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9766         * net/browse-url.el (browse-url-default-windows-browser):
9767         Use cygstart for cygwin.
9769 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9771         * bookmark.el: Formatting and doc fixes only:
9772         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9773         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9774         Minor grammar and punctuation fixes in doc string.
9775         (bookmark-read-search-input): Adjust to fit within 80 columns.
9777 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9779         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9780         (c-backward-into-nomenclature): Adapt to subword renaming.
9782         * subword.el (subword-forward, subword-backward, subword-mark)
9783         (subword-kill, subword-backward-kill, subword-transpose)
9784         (subword-downcase, subword-upcase, subword-capitalize)
9785         (subword-forward-internal, subword-backward-internal):
9786         Rename from forward-subword, backward-subword, mark-subword,
9787         kill-subword, backward-kill-subword, transpose-subwords,
9788         downcase-subword, upcase-subword, capitalize-subword,
9789         forward-subword-internal, backward-subword-internal.
9791 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9793         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9794         New options.
9795         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9796         New vars.
9797         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9798         (bookmark-bmenu-filter-alist-by-regexp)
9799         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9800         (bookmark-bmenu-search): New command.
9801         (bookmark-bmenu-mode-map): Bind it.
9803 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9805         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9806         backward-subword to quit the byte-compiler.
9808         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9810         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9812         * progmodes/cc-cmds.el (c-update-modeline)
9813         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9814         Refer to subword.el functions instead of cc-subword.el.
9816         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9817         subword.el functions instead of cc-subword.el.
9819         * progmodes/cc-subword.el: Rename to subword.el.
9820         * subword.el: Rename from progmodes/cc-subword.el.
9821         (subword-mode-map): Rename from c-subword-mode-map.
9822         (subword-mode): Rename from c-subword-mode.
9823         (global-subword-mode): New global minor mode.
9824         (forward-subword): Rename from c-forward-subword.
9825         (backward-subword): Rename from c-backward-subword.
9826         (mark-subword): Rename from c-mark-subword.
9827         (kill-subword): Rename from c-kill-subword.
9828         (backward-kill-subword): Rename from c-backward-kill-subword.
9829         (transpose-subwords): Rename from c-tranpose-subword.
9830         (downcase-subword): Rename from c-downcase-subword.
9831         (capitalize-subword): Rename from c-capitalize-subword.
9832         (forward-subword-internal): Rename from c-forward-subword-internal.
9833         (backward-subword-internal): Rename from c-backward-subword-internal.
9835 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9837         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9838         from a dired buffer.
9839         (vc-dired-deduce-fileset): New function.
9840         (vc-root-diff, vc-print-root-log): Use it.
9842         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9843         nil LIMIT argument to vc-print-log-internal.
9845 2009-11-20  Glenn Morris  <rgm@gnu.org>
9847         * Makefile.in (ELCFILES): Regenerate.
9849 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9851         * calc/calc.el (calc-set-mode-line):
9852         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9853         (math-format-number): Rename `math-format-complement-signed' to
9854         `math-format-twos-complement'.
9856         * calc/calc-bin.el (math-format-twos-complement): Rename from
9857         math-format-complement-signed.
9858         (calc-radix): Rename `calc-complement-signed-mode' to
9859         `calc-twos-complement-mode'.
9860         (calc-octal-radix, calc-hex-radix): Add an argument for
9861         two's complement.
9863         * calc/calc-embed.el (calc-embedded-mode-vars):
9864         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9866         * calc/calc-ext.el (calc-init-extensions):
9867         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9868         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9870         * calc/calc-units.el (math-build-units-table-buffer):
9871         Let `calc-twos-complement-mode' be nil.
9873         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9874         entries.
9876         * calc/calc-vec.el (calcFunc-vunpack):
9877         * calc/calc-aent.el (calc-do-calc-eval):
9878         * calc/calc-forms.el (math-format-date):
9879         * calc/calc-graph.el (calc-graph-plot):
9880         * calc/calc-math.el (math-use-emacs-fn):
9881         * calc/calccomp.el (math-compose-expr):
9882         Let `calc-twos-complement-mode' be nil.
9884 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9887         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9888         * minibuffer.el (completion-in-region-functions): New hook.
9889         (completion-in-region): New function.
9890         * emacs-lisp/lisp.el (lisp-complete-symbol):
9891         * pcomplete.el (pcomplete-std-complete): Use it.
9893 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9896         (latex-complete-alist): New vars.
9897         (latex-string-prefix-p, latex-complete-bibtex-keys)
9898         (latex-complete-envnames, latex-complete-refkeys)
9899         (latex-complete-data): New functions.
9900         (latex-complete, latex-indent-or-complete): New commands.
9902         * window.el (display-buffer-mark-dedicated): New var.
9903         (display-buffer): Obey it.
9904         * minibuffer.el (minibuffer-completion-help): Use it.
9906         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9908         * filecache.el (file-cache-add-file): Use push and cons.
9909         (file-cache-delete-file-regexp): Use push.
9910         (file-cache-complete): Use completion-in-region.
9912         * simple.el (with-wrapper-hook): Fix thinko.
9914         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9915         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9916         Use with-current-buffer and string-to-number.
9917         (hfy-fallback-colour-values): Use assoc-string.
9918         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9919         (hfy-face-at): Remove unused var `found-face'.
9920         (hfy-compile-stylesheet): Remove unused var `css'.
9921         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9922         and `orig-buffer'.
9923         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9924         Use with-current-buffer.
9925         (hfy-text-p): Use expand-file-name and fewer setq.
9927 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9929         * htmlfontify.el, hfy-cmap.el: New files.
9931 2009-11-19  Juri Linkov  <juri@jurta.org>
9933         * minibuffer.el (completions-format): New defcustom.
9934         (completion--insert-strings): Implement vertical format.
9936         * simple.el (switch-to-completions): Move point to the first
9937         completion when point was at the beginning of the buffer.
9939 2009-11-19  Juri Linkov  <juri@jurta.org>
9941         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9943         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9945 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9947         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9948         (mail-signature): Change default to t.
9949         (mail-from-style): Deprecate `system-default' value.
9950         (mail-insert-from-field): For default value of mail-from-style,
9951         default to `angles' unless `angles' needs quoting and `parens'
9952         does not.
9953         (mail-citation-prefix-regexp): Use citation regexp from
9954         message-mode.
9956 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9958         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9959         Set variables for computing the prompt for reading password.
9961 2009-11-19  Glenn Morris  <rgm@gnu.org>
9963         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9965         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9967         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9968         (newsticker-treeview-listwindow-height): Fix custom type.
9970 2009-11-19  Kenichi Handa  <handa@m17n.org>
9972         * descr-text.el (describe-char-padded-string): Compose with TAB
9973         only if there's a font for CH.
9974         (describe-char): Fix the condition for detecting a trivial composition.
9976 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9978         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9979         more accurate version of the regexp.  (Bug#3910)
9981 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9983         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9985 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9987         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9988         (font-setting-change-default-font): Fix typo in docstring.
9990 2009-11-18  Alan Mackenzie  <acm@muc.de>
9992         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9994 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9996         * font-setting.el (font-use-system-font): Move ...
9998         * cus-start.el (all): ... to here.
10000 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
10002         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10003         Don't set `ad-return-value' if `ad-do-it' doesn't.
10005         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10006         modification time.
10008 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
10010         * menu-bar.el: Put "Use system font" in Option-menu.
10011         (menu-bar-options-save): Add font-use-system-font.
10013         * loadup.el: If feature system-font-setting or font-render-setting is
10014         there, load font-setting.
10016         * Makefile.in (ELCFILES): Add font-settings.el.
10017         * font-setting.el: New file.
10019 2009-11-17  Glenn Morris  <rgm@gnu.org>
10021         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10023         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10024         Preserve point in the list buffer.  (Bug#4939)
10025         Use point-at-eol.
10026         (newsticker--treeview-list-update-highlight)
10027         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10029 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10031         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10032         Remove.
10034         * calc/calc-ext.el (calc-init-extensions): Remove references to
10035         symclip.
10037         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10039         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10040         * calc/calc-help.el (calc-b-prefix-help): Remove references to
10041         `calc-symclip'.
10043 2009-11-16  Kevin Ryde  <user42@zip.com.au>
10045         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10046         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10048         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10049         (lm-keywords-list): Allow comma-only separator like "foo,bar".
10050         Ignore trailing spaces by omit-nulls to split-string (fixing
10051         regression from Emacs 21 due to the incompatible split-string
10052         change).  (Bug #4928.)
10054 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10056         * vc.el (vc-log-show-limit): Default to 2000.
10057         (vc-print-log-internal): Insert buttons to request more entries
10058         when limiting the output.
10060         * vc-sccs.el (vc-sccs-print-log):
10061         * vc-rcs.el (vc-rcs-print-log):
10062         * vc-cvs.el (vc-cvs-print-log):
10063         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10064         LIMIT is non-nil.
10066 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10068         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10069         error when `tramp-gvfs-dbus-event-vector' is set.
10070         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10072 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10074         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10076 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10078         * net/dbus.el (dbus-unregister-service): New defun.
10079         (dbus-register-property): Register the handlers of
10080         "org.freedesktop.DBus.Properties" for SERVICE.
10081         (dbus-property-handler): Fix docstring.
10083 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10085         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10086         Quote doc string reference in defvaralias as it is not in special form.
10087         (byte-compile-output-docform): Doc fix.
10089 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10091         * calc/calc.el (math-2-word-size, math-half-2-word-size)
10092         (calc-complement-signed-mode): New variables.
10093         (calc-set-mode-line): Add indicator for twos-complements.
10094         (math-format-number): Format twos-complement notation.
10096         * calc/calc-bin.el (calc-word-size): Reset the variables
10097         `math-2-word-size' and `math-half-2-word-size'.
10098         (math-format-complement-signed, math-symclip, calcFunc-symclip)
10099         (calc-symclip): New functions.
10101         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10103         * calc/calc-embed.el (calc-embedded-mode-vars):
10104         Add `calc-complement-signed-mode' to the list of modes.
10106         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10107         (calc-b-oper-keys): Add `calc-symclip' to list.
10109         * calc/calc-ext.el (math-read-number-fancy): Read complement
10110         signed numbers.
10111         (calc-init-extensions): Add binding for `calc-symclip'.
10112         Add autoload for `calcFunc-symclip' and `calc-symclip'.
10114         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10115         `calc-symclip'.
10116         (calc-modes-menu): Add item for twos complement mode.
10118         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10120 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10122         * register.el (jump-to-register, insert-register): Handle Semantic
10123         tags.  From commented-out advice in semantic/senator.el.
10125 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10127         * vc.el (vc-log-show-limit): New variable.
10128         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
10129         when using a prefix argument.
10130         (vc-print-log-internal): Add new argument LIMIT.
10132         * vc-svn.el (vc-svn-print-log):
10133         * vc-mtn.el (vc-mtn-print-log):
10134         * vc-hg.el (vc-hg-print-log):
10135         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10136         pass it to the log command when set.  Make the BUFFER argument
10137         non-optional.
10139         * vc-sccs.el (vc-sccs-print-log):
10140         * vc-rcs.el (vc-rcs-print-log):
10141         * vc-git.el (vc-git-print-log):
10142         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10143         ignore it.  Make the BUFFER argument non-optional
10145         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10147 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10149         * dired.el (dired-mode-map): Move encryption items to "Operate"
10150         menu (Bug#4703).
10152         * strokes.el (strokes-update-window-configuration): Make strokes
10153         buffer current before erasing (Bug#4906).
10155 2009-11-15  Juri Linkov  <juri@jurta.org>
10157         * simple.el (set-mark-default-inactive): Add :type, :group
10158         and :version.  (Bug#4876)
10160 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10162         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10163         (archive-unique-fname): ... here.  (Bug#4929)
10165 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10168         with a real fix.
10170         * novice.el (disabled-command-function): Add useful args.
10171         Setup the help buffer so that [back] works.
10172         Remove redundant call to help-mode.
10173         (disabled-command-function): Use `case'.
10174         (en/disable-command): New function extracted from enable-command.
10175         (enable-command, disable-command): Use it.
10177 2009-11-14  Glenn Morris  <rgm@gnu.org>
10179         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10180         constants.  (Bug#4913)
10182         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10184 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10186         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10187         defined in C that have no doc-strings.  (Bug#1063)
10189 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10191         * cus-edit.el (data, files):
10192         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10194 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10196         * simple.el (shell-command): Doc fix (Bug#4891).
10198         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10200 2009-11-14  Glenn Morris  <rgm@gnu.org>
10202         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10203         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10204         If they are already loaded, eval-after-load will do the right thing.
10206         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10207         compiling.
10209         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10211         * simple.el (x-selection-owner-p): Declare.
10212         (read-mail-command): Use custom radio type rather than choice.
10213         (completion-no-auto-exit): Doc fix.
10215         * custom.el (defgroup):
10216         * epg-config.el (epg): Doc fixes.
10218 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10220         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10221         * international/ccl.el (define-ccl-program): Do not purecopy the
10222         docstring, defconst does it anyway.
10224 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10226         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10227         a second time.
10229         * x-dnd.el (x-dnd-maybe-call-test-function):
10230         * window.el (split-window-vertically):
10231         * whitespace.el (whitespace-help-on):
10232         * vc-rcs.el (vc-rcs-consult-headers):
10233         * userlock.el (ask-user-about-lock-help)
10234         (ask-user-about-supersession-help):
10235         * type-break.el (type-break-force-mode-line-update):
10236         * time-stamp.el (time-stamp-conv-warn):
10237         * terminal.el (te-set-output-log, te-more-break, te-filter)
10238         (te-sentinel, terminal-emulator):
10239         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10240         (term-write-input-ring, term-check-source, term-start-output-log):
10241         (term-display-buffer-line, term-dynamic-list-completions):
10242         (term-ansi-make-term, serial-term):
10243         * subr.el (selective-display):
10244         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10245         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10246         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10247         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10248         (speedbar-remove-localized-speedbar-support)
10249         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10250         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10251         (speedbar-buffers-line-directory):
10252         * simple.el (shell-command-on-region, append-to-buffer)
10253         (prepend-to-buffer):
10254         * shadowfile.el (shadow-save-todo-file):
10255         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10256         (scroll-bar-maybe-set-window-start):
10257         * sb-image.el (speedbar-image-dump):
10258         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10259         (load-save-place-alist-from-file):
10260         * ps-samp.el (ps-print-message-from-summary):
10261         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10262         (ps-background-image, ps-begin-job, ps-do-despool):
10263         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10264         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10265         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10266         (pr-call-process, pr-file-list, pr-interface-save):
10267         * novice.el (disabled-command-function)
10268         (enable-command, disable-command):
10269         * mouse.el (mouse-buffer-menu-alist):
10270         * mouse-copy.el (mouse-kill-preserving-secondary):
10271         * macros.el (kbd-macro-query):
10272         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10273         * informat.el (batch-info-validate):
10274         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10275         * hippie-exp.el (try-expand-dabbrev-visible):
10276         * help-mode.el (help-make-xrefs):
10277         * help-fns.el (describe-variable):
10278         * generic-x.el (bat-generic-mode-run-as-comint):
10279         * finder.el (finder-mouse-select):
10280         * find-dired.el (find-dired-sentinel):
10281         * filesets.el (filesets-file-close):
10282         * files.el (list-directory):
10283         * faces.el (list-faces-display, describe-face):
10284         * facemenu.el (list-colors-display):
10285         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10286         * epg.el (epg--process-filter, epg-cancel):
10287         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10288         (epa--read-signature-type):
10289         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10290         (emerge-file-names):
10291         * ehelp.el (electric-helpify):
10292         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10293         * ediff-vers.el (rcs-ediff-view-revision):
10294         * ediff-util.el (ediff-setup):
10295         * ediff-mult.el (ediff-append-custom-diff):
10296         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10297         (ediff-wordify):
10298         * echistory.el (Electric-command-history-redo-expression):
10299         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10300         * disp-table.el (describe-display-table):
10301         * dired.el (dired-find-buffer-nocreate):
10302         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10303         * dabbrev.el (dabbrev--same-major-mode-p):
10304         * chistory.el (list-command-history):
10305         * apropos.el (apropos-documentation):
10306         * allout.el (allout-obtain-passphrase):
10307         (allout-copy-exposed-to-buffer):
10308         (allout-verify-passphrase): Use with-current-buffer.
10310 2009-11-13  Glenn Morris  <rgm@gnu.org>
10312         * Makefile.in (ELCFILES): Regenerate.
10314 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10316         * net/dbus.el (dbus-registered-objects-table): Rename from
10317         `dbus-registered-functions-table', because it contains also properties.
10318         (dbus-unregister-object): Unregister also properties.
10319         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10320         Use a timeout of 500 msec, in order to not block.
10321         (dbus-register-property, dbus-property-handler): New defuns.
10323 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10325         * simple.el (minibuffer-default-add-completions): Drop deprecated
10326         4th arg.
10328 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10330         * textmodes/artist.el (artist-mouse-choose-operation):
10331         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10332         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10333         (artist-compute-up-event-key): New function.
10334         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10336 2009-11-13  Kenichi Handa  <handa@m17n.org>
10338         * language/japan-util.el: Make sure that the value of jisx0208
10339         property is jisx0208 character.
10341 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10343         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10344         car or each item, not the whole list.
10346 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10348         * minibuffer.el (minibuffer-completion-help):
10349         Use minibuffer-hide-completions.
10351 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10353         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10354         (dired-revert): Use them (bug#4880).
10356 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10358         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10360 2009-11-12  Juri Linkov  <juri@jurta.org>
10362         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10363         New functions.
10364         (find-file-literally-at-point): Alias of `ffap-literally'.
10366 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10368         * textmodes/ispell.el (ispell-skip-region-alist):
10369         * textmodes/css-mode.el (auto-mode-alist):
10370         * progmodes/compile.el (auto-mode-alist):
10371         * international/mule.el (ctext-non-standard-encodings-alist)
10372         (ctext-non-standard-encodings-regexp):
10373         * simple.el (shell-command-switch, text-read-only):
10374         * replace.el (occur-mode-map):
10375         * paths.el (rmail-file-name):
10376         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10377         * find-file.el (ff-special-constructs):
10378         * files.el (file-name-handler-alist):
10379         * composite.el: Purecopy strings.
10381         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10383 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10385         * widget.el (define-widget): Purecopy the docstring.
10386         * international/mule-cmds.el (charset): Do not purecopy the
10387         docstring here, define-widget does it.
10389         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10390         * textmodes/bibtex-style.el (auto-mode-alist):
10391         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10392         * progmodes/compile.el (compile-command):
10393         * language/korea-util.el (default-korean-keyboard):
10394         * international/mule-conf.el (file-coding-system-alist):
10395         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10396         * tooltip.el (tooltip-frame-parameters):
10397         * newcomment.el (comment-end, comment-padding):
10398         * dired.el (dired-trivial-filenames):
10399         * comint.el (comint-file-name-prefix): Purecopy initial values.
10401 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10403         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10404         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10405         `tramp-unload'.
10406         (tramp-advice-make-auto-save-file-name)
10407         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10408         after removing the advice.
10410 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10412         * progmodes/grep.el (grep-regexp-alist):
10413         * international/mule-cmds.el (iso-2022-control-alist):
10414         * emacs-lisp/timer.el (timer-duration-words):
10415         * subr.el (version-separator, version-regexp-alist):
10416         * minibuffer.el (completion-styles-alist):
10417         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10418         Change defvars to defconsts.
10420         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10421         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10422         * international/mule-conf.el: Allow to be byte compiled.
10424         * international/mule.el (define-charset): Purecopy props.
10425         (load-with-code-conversion): Purecopy doc string and file name.
10426         (put-charset-property): Purecopy strings.
10427         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10429         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10430         (define-char-code-property): Correctly purecopy the table.
10432         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10434         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10436         * subr.el (add-hook): Purecopy strings.
10437         (eval-after-load): Purecopy load-history-regexp and the form.
10439         * custom.el (custom-declare-group): Purecopy load-file-name.
10441         * subr.el (menu-bar-separator): New defconst.
10442         * net/eudc.el (eudc-tools-menu):
10443         * international/mule-cmds.el (set-coding-system-map)
10444         (mule-menu-keymap):
10445         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10446         * vc-hooks.el (vc-menu-map):
10447         * replace.el (occur-mode-map):
10448         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10449         (menu-bar-edit-menu, menu-bar-goto-menu)
10450         (menu-bar-custom-menu, menu-bar-showhide-menu)
10451         (menu-bar-options-menu, menu-bar-tools-menu)
10452         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10453         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10454         (menu-bar-help-menu):
10455         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10456         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10458         * term/x-win.el (x-gtk-stock-map):
10459         * progmodes/vera-mode.el (auto-mode-alist):
10460         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10461         (inferior-lisp-program, inferior-lisp-load-command):
10462         * progmodes/hideshow.el (hs-special-modes-alist):
10463         * progmodes/gud.el (same-window-regexps):
10464         * progmodes/grep.el (grep-program, find-program, xargs-program):
10465         * net/telnet.el (same-window-regexps):
10466         * net/rlogin.el (same-window-regexps):
10467         * language/ethiopic.el (font-ccl-encoder-alist):
10468         * vc-sccs.el (vc-sccs-master-templates):
10469         * vc-rcs.el (vc-rcs-master-templates):
10470         * subr.el (cl-assertion-failed):
10471         * simple.el (next-error-overlay-arrow-position):
10472         * lpr.el (lpr-command):
10473         * locate.el (locate-ls-subdir-switches):
10474         * info.el (same-window-regexps, info)
10475         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10476         * image-mode.el (image-mode, auto-mode-alist):
10477         * hippie-exp.el (hippie-expand-ignore-buffers):
10478         * format.el (format-alist):
10479         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10480         (find-name-arg):
10481         * facemenu.el (facemenu-keybindings):
10482         * dired.el (dired-listing-switches, dired-chown-program):
10483         * diff.el (diff-switches, diff-command):
10484         * cus-edit.el (same-window-regexps):
10485         * bindings.el (mode-line-mule-info)
10486         (mode-line-buffer-identification): Purecopy strings.
10488 2009-11-11  Juri Linkov  <juri@jurta.org>
10490         * simple.el (dired-get-filename) <declare-function>:
10491         Tell the byte-compiler about dired-get-filename.
10492         (shell-command): In Dired mode, get filename from the current line
10493         as the default value.
10495 2009-11-10  Glenn Morris  <rgm@gnu.org>
10497         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10498         * calendar/holidays.el, progmodes/cperl-mode.el:
10499         Update x-popup-menu declarations.
10501         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10502         (list-load-path-shadows): Use dolist.
10503         (list-load-path-shadows): Use with-current-buffer.
10505 2009-11-10  Juri Linkov  <juri@jurta.org>
10507         * minibuffer.el (read-file-name): Support a list of default values
10508         in `default-filename'.  Use the first file name where only one
10509         element is required.  Doc fix.
10511 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10513         * net/dbus.el (dbus-unregister-object): Release service, if no
10514         other method is registered for it.
10516 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10518         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10519         bookmark-sort-flag is non-nil (Bug#4653).
10521 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10523         * emulation/cua-base.el: Add CUA property to some CC mode commands
10524         (Bug#4100).
10526 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10528         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10529         at end of sentence (Bug#4818).
10531 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10533         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10534         Handle "see declaration of" MSFT statements (Bug#4100).
10536 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10538         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10539         (tramp-advice-file-expand-wildcards): Unload via
10540         `ad-remove-advice'.
10542         * net/trampver.el: Update release number.
10544 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10546         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10547         `ad-do-it'.
10549 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10551         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10552         in order to keep context in SELinux.
10554 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10556         * dired-aux.el (dired-query): Place cursor in echo area and allow
10557         C-g.
10559         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10560         menu item if not on a directory (Bug#4701).
10562 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10564         Sync with Tramp 2.1.17.
10566         * net/tramp.el (tramp-handle-copy-directory): Don't use
10567         `file-remote-p' (due to compatibility).
10569         * net/tramp-compat.el (tramp-compat-copy-directory)
10570         (tramp-compat-delete-directory): New defuns.
10572         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10573         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10574         `tramp-compat-delete-directory'.
10576         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10577         (tramp-smb-handle-delete-directory): Use
10578         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10580         * net/trampver.el: Update release number.
10582 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10584         * tar-mode.el (tar-copy): Call write-region on the right buffer
10585         (Bug#4857).
10587         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10588         by hand, if necessary (Bug#4878).
10590 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10592         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10593         align size column (Bug#4839).
10595         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10596         statement.
10598 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10600         * progmodes/ld-script.el (auto-mode-alist):
10601         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10603         * cus-face.el (custom-declare-face): Purecopy face spec.
10605 2009-11-06  Kenichi Handa  <handa@m17n.org>
10607         * international/uni-bidi.el: Re-generated.
10608         * international/uni-category.el: Re-generated.
10609         * international/uni-combining.el: Re-generated.
10610         * international/uni-mirrored.el: Re-generated.
10612 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10614         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10615         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10616         (tex-start-options, slitex-run-command, latex-run-command)
10617         (tex-run-command, tex-directory):
10618         * textmodes/ispell.el (ispell-html-skip-alists)
10619         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10620         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10621         (adaptive-fill-regexp):
10622         * textmodes/dns-mode.el (auto-mode-alist):
10623         * progmodes/python.el (interpreter-mode-alist):
10624         * progmodes/etags.el (tags-compression-info-list):
10625         * progmodes/etags.el (tags-file-name):
10626         * net/browse-url.el (browse-url-galeon-program)
10627         (browse-url-firefox-program):
10628         * mail/sendmail.el (mail-signature-file)
10629         (mail-citation-prefix-regexp):
10630         * international/mule-conf.el (eight-bit):
10631         * international/latexenc.el (latex-inputenc-coding-alist):
10632         * international/fontset.el (x-pixel-size-width-font-regexp):
10633         * emacs-lisp/warnings.el (warning-type-format):
10634         * emacs-lisp/trace.el (trace-buffer):
10635         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10636         (emacs-lisp-mode-map):
10637         * calendar/holidays.el (holiday-solar-holidays)
10638         (holiday-bahai-holidays, holiday-islamic-holidays)
10639         (holiday-christian-holidays, holiday-hebrew-holidays)
10640         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10641         (hebrew-holidays-1, holiday-oriental-holidays)
10642         (holiday-general-holidays):
10643         * x-dnd.el (x-dnd-known-types):
10644         * tool-bar.el (tool-bar):
10645         * startup.el (site-run-file):
10646         * shell.el (shell-dumb-shell-regexp):
10647         * rfn-eshadow.el (file-name-shadow-tty-properties)
10648         (file-name-shadow-properties):
10649         * paths.el (remote-shell-program, news-directory):
10650         * mouse.el ([C-down-mouse-3]):
10651         * menu-bar.el (menu-bar-tools-menu):
10652         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10653         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10654         (jka-compr-compression-info-list):
10655         * isearch.el (search-whitespace-regexp):
10656         * image-file.el (image-file-name-extensions):
10657         * find-dired.el (find-ls-option):
10658         * files.el (directory-listing-before-filename-regexp)
10659         (directory-free-space-args, insert-directory-program)
10660         (list-directory-brief-switches, magic-fallback-mode-alist)
10661         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10662         (automount-dir-prefix):
10663         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10664         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10665         (face-font-registry-alternatives, face-font-registry-alternatives)
10666         (face-font-family-alternatives):
10667         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10668         (facemenu-foreground-menu, facemenu-face-menu):
10669         * epa-hook.el (epa-file-name-regexp):
10670         * dnd.el (dnd-protocol-alist):
10671         * textmodes/rst.el (auto-mode-alist):
10672         * button.el (default-button): Purecopy strings.
10674 2009-11-06  Glenn Morris  <rgm@gnu.org>
10676         * Makefile.in (ELCFILES): Update.
10678 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10681         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10683         * nxml/xsd-regexp.el (xsdre-gen-categories):
10684         * nxml/xmltok.el (xmltok-parse-entity):
10685         * nxml/rng-parse.el (rng-parse-validate-file):
10686         * nxml/rng-maint.el (rng-format-manual)
10687         (rng-manual-output-force-new-line):
10688         * nxml/rng-loc.el (rng-save-schema-location-1):
10689         * nxml/rng-cmpct.el (rng-c-parse-file):
10690         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10691         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10693 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10695         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10696         Remove extra save-excursions and make-variable-buffer-local's.
10697         Suggested by Stefan Monnier.
10699         (verilog-getopt-file, verilog-module-inside-filename-p)
10700         (verilog-set-define): Merge GNU 1.35 and repair changes from
10701         switching to using with-current-buffer.
10703         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10704         being treated as a number and confusing AUTORESET.
10705         Reported by Dan Dever.
10707         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10708         Add verilog-auto-ignore-concat to fix backward compatibility with
10709         older verilog-modes.  Reported by Dan Katz.
10711         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10712         containing closing anchors "...$".
10714         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10715         Reported by Wade Smith.
10717         (verilog-batch-execute-func): Comment on function usage.
10719 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10721         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10722         for labels.
10724         (verilog-label-re, verilog-calc-1): Support proper indent of named
10725         asserts.
10727         (verilog-backward-token, verilog-basic-complete-re)
10728         (verilog-beg-of-statement, verilog-indent-re): Support proper
10729         indent of the assert statement at the beginning of a block of text.
10731         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10732         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10733         tokens as begins.
10735 2009-11-05  Glenn Morris  <rgm@gnu.org>
10737         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10738         Emacs 19.  (Bug#1531)
10739         (byte-compile-fix-header): Update for the above change.
10740         Drop test for epoch::version.
10742         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10743         * cus-dep.el (custom-make-dependencies):
10744         * finder.el (finder-compile-keywords):
10745         Use autoload-rubric's feature argument.
10747         * calendar/diary-lib.el (top-level): Make load behave more like require.
10749         * vc-git.el (vc-git-stash-map): Move definition before use.
10751 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10753         * custom.el (custom-declare-group): Purecopy standard-value.
10754         (custom-declare-group): Purecopy custom-prefix.
10756         * international/mule.el (load-with-code-conversion):
10757         Call do-after-load-evaluation unconditionally.
10759         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10761 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10765 2009-11-04  Glenn Morris  <rgm@gnu.org>
10767         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10768         (byte-compile-compatibility): Remove option.
10769         (byte-compile-close-variables, byte-compile-fix-header)
10770         (byte-compile-insert-header, byte-compile-output-docform)
10771         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10772         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10773         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10774         (byte-compile-insert, byte-compile-defun):
10775         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10776         (byte-defop-compiler19): Remove.
10777         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10778         used by anything.  Replace all calls with byte-defop-compiler.
10780 2009-11-04  Juri Linkov  <juri@jurta.org>
10782         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10783         (menu-bar-options-menu): Don't quote the `prop' arg of
10784         `menu-bar-make-mm-toggle'.
10786 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10788         * calendar/calendar.el (cal-loaddefs):
10789         * calendar/diary-lib.el (diary-loaddefs):
10790         * calendar/holidays.el (hol-loaddefs):
10791         * eshell/esh-module.el (esh-groups): Load rather than require.
10793 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10795         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10796         point-min==1.
10797         (todo-top-priorities): Only display-buffer when called interactively.
10798         (todo-item-start): Don't save excursion point.
10799         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10800         (todo-insert-item-here, todo-file-item, todo-remove-item):
10801         Adjust uses of todo-item-start and todo-item-end.
10803         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10804         (autoload-rubric): Don't use any more.
10806         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10807         and only put a prop if it is non-nil.
10809 2009-11-03  Juri Linkov  <juri@jurta.org>
10811         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10812         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10814         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10815         and "Menu" to make top-level menu item visually one unit (like
10816         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10817         multi-word menu items).  Fix :help string for quit-window.
10819 2009-11-03  Glenn Morris  <rgm@gnu.org>
10821         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10822         (byte-compile-file-form-define-abbrev-table)
10823         (byte-compile-file-form-custom-declare-variable)
10824         (byte-compile-variable-ref, byte-compile-defvar):
10825         Whether or not a warning is enabled should only affect whether we issue
10826         the warning, not whether or not we collect the relevant data.
10827         Eg warnings can be turned on and off throughout the course of a file.
10829         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10830         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10832 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10835         * play/mpuz.el (mpuz-create-buffer):
10836         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10837         (lm-print-y,s,noise, lm-print-w0, lm-init):
10838         * play/gomoku.el (gomoku-prompt-for-move):
10839         * play/fortune.el (fortune-in-buffer):
10840         * play/dissociate.el (dissociated-press):
10841         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10842         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10843         * mail/supercite.el (sc-eref-show):
10844         * mail/smtpmail.el (smtpmail-send-it):
10845         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10846         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10847         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10848         (rmail-summary-goto-msg, rmail-summary-expunge)
10849         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10850         (rmail-summary-add-label, rmail-summary-output-menu)
10851         (rmail-summary-output-body):
10852         * mail/rfc822.el (rfc822-addresses):
10853         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10854         * mail/mailpost.el (post-mail-send-it):
10855         * mail/hashcash.el (hashcash-generate-payment):
10856         * mail/feedmail.el (feedmail-run-the-queue)
10857         (feedmail-queue-send-edit-prompt-help-first)
10858         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10859         (feedmail-deduce-address-list):
10860         * eshell/esh-ext.el (eshell-remote-command):
10861         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10862         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10863         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10864         (viper-save-string-in-file, viper-valid-marker):
10865         * emulation/viper-keym.el (viper-toggle-key):
10866         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10867         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10868         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10869         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10870         (viper-exec-form-in-emacs, viper-brac-function):
10871         * emulation/viper.el (viper-delocalize-var):
10872         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10873         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10874         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10875         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10876         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10877         * emulation/edt.el (edt-electric-helpify):
10878         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10879         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10880         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10881         (cua-indent-to-global-mark-column):
10882         * calendar/diary-lib.el (calendar-mark-1):
10883         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10884         Use with-current-buffer.
10885         * emulation/viper.el (viper-delocalize-var): Use dolist.
10887 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10889         * comint.el (comint-replace-by-expanded-history-before-point):
10890         Replace !! with the previous input string literally (Bug#1795).
10892 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10894         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10895         to be made up of whitespace.
10897 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10899         * minibuffer.el (read-file-name): Don't use file dialogs for
10900         remote directories (Bug#99).
10902 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10904         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10906 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10908         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10909         instead of deleting the window or frame.
10911 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10913         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10914         Support face colors.
10916         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10917         New function.  Support face colors (Bug#1168).
10918         (tex-common-initialization): Use it.
10920         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10921         mode allows it (Bug#1168).
10923 2009-10-31  Juri Linkov  <juri@jurta.org>
10925         * facemenu.el (list-colors-display): Don't mark buffer as
10926         modified (Bug#3948).
10928 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10930         * international/mule-diag.el (list-character-sets-1): Minor
10931         message fix (Bug#3526).
10933         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10934         face property (Bug#4834).
10935         (etags-list-tags, etags-tags-apropos-additional)
10936         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10937         property.
10939         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10940         items.
10942 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * textmodes/two-column.el (2C-split):
10945         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10946         * textmodes/tex-mode.el (tex-set-buffer-directory):
10947         * textmodes/spell.el (spell-region, spell-string):
10948         * textmodes/reftex.el (reftex-erase-buffer):
10949         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10950         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10951         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10952         (reftex-select-item):
10953         * textmodes/reftex-ref.el (reftex-label-info-update)
10954         (reftex-offer-label-menu):
10955         * textmodes/reftex-index.el (reftex-index-change-entry)
10956         (reftex-index-phrases-info):
10957         * textmodes/reftex-global.el (reftex-create-tags-file)
10958         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10959         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10960         (reftex-view-crossref-from-bibtex):
10961         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10962         (reftex-extract-bib-entries-from-thebibliography)
10963         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10964         * textmodes/refbib.el (r2b-capitalize-title):
10965         (r2b-convert-buffer, r2b-help):
10966         * textmodes/page-ext.el (pages-directory)
10967         (pages-directory-goto-with-mouse):
10968         * textmodes/bibtex.el (bibtex-validate-globally):
10969         * textmodes/bib-mode.el (bib-capitalize-title):
10970         * textmodes/artist.el (artist-clear-buffer, artist-system):
10971         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10972         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10973         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10974         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10975         (xscheme-send-control-g-interrupt, xscheme-start-process)
10976         (xscheme-process-sentinel, xscheme-cd):
10977         * progmodes/verilog-mode.el (verilog-read-always-signals)
10978         (verilog-set-define, verilog-getopt-file)
10979         (verilog-module-inside-filename-p):
10980         * progmodes/sh-script.el:
10981         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10982         (python-pdbtrack-grub-for-buffer, python-execute-file):
10983         * progmodes/octave-inf.el (inferior-octave):
10984         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10985         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10986         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10987         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10988         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10989         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10990         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10991         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10992         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10993         (idlwave-shell-examine-display, idlwave-shell-run-region)
10994         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10995         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10996         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10997         (idlwave-help-get-help-buffer):
10998         * progmodes/gud.el (gud-basic-call, gud-find-class)
10999         (gud-tooltip-activate-mouse-motions-if-enabled):
11000         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11001         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11002         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11003         (ebrowse-tags-next-file):
11004         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11005         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11006         (ebnf-eps-finish-and-write):
11007         * progmodes/cpp.el (cpp-edit-save):
11008         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11009         * progmodes/cc-defs.el (c-emacs-features):
11010         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11011         (antlr-directory-dependencies):
11012         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11013         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11014         (ada-find-any-references, ada-make-filename-from-adaname)
11015         (ada-make-body-gnatstub):
11016         * obsolete/rnews.el (news-list-news-groups):
11017         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11018         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11019         * net/rcirc.el (rcirc-debug):
11020         * net/newst-treeview.el (newsticker--treeview-list-add-item)
11021         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11022         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11023         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11024         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11025         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11026         (newsticker--treeview-list-clear-highlight)
11027         (newsticker--treeview-list-update-highlight)
11028         (newsticker--treeview-list-highlight-start)
11029         (newsticker--treeview-tree-update-highlight)
11030         (newsticker--treeview-get-selected-item)
11031         (newsticker-treeview-mark-list-items-old)
11032         (newsticker--treeview-set-current-node):
11033         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11034         * net/newst-backend.el (newsticker--get-news-by-funcall)
11035         (newsticker--get-news-by-wget, newsticker--image-get)
11036         (newsticker--image-sentinel):
11037         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11038         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11039         (eudc-ph-close-session):
11040         * net/eudc.el (eudc-save-options):
11041         * language/thai-word.el (thai-update-word-table):
11042         * language/japan-util.el (japanese-string-conversion):
11043         * international/titdic-cnv.el (tsang-quick-converter)
11044         (ziranma-converter, ctlau-converter):
11045         * international/mule-cmds.el (describe-language-environment):
11046         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11047         (skkdic-convert-postfix, skkdic-convert-prefix):
11048         (skkdic-convert-okuri-nasi, skkdic-convert):
11049         * emacs-lisp/re-builder.el (reb-update-overlays):
11050         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11051         * emacs-lisp/gulp.el (gulp-send-requests):
11052         * emacs-lisp/find-gc.el (trace-call-tree):
11053         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11054         (eieio-describe-generic):
11055         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11056         * emacs-lisp/edebug.el (edebug-outside-excursion):
11057         * emacs-lisp/debug.el (debugger-make-xrefs):
11058         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11059         * emacs-lisp/chart.el (chart-new-buffer):
11060         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11061         Use with-current-buffer.
11062         * textmodes/artist.el (artist-system): Don't call
11063         copy-sequence on a fresh string.
11064         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11066 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11068         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11069         is no item to edit.  (Bug#4820)
11070         (todo-top-priorities): Restore point and restore narrowing in Todo
11071         buffer.  (Bug#4820)
11073 2009-10-31  Glenn Morris  <rgm@gnu.org>
11075         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11076         (comint-last-output-start, comint-last-input-start)
11077         (comint-last-input-end): Don't defvar when compiling.
11078         (ange-ftp-process-file): Use bound-and-true-p.
11080         * pcmpl-rpm.el (top-level): Move provide statement to end.
11081         (pcmpl-rpm): Remove unused custom group.
11083         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11085         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11087         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11088         (byte-compile-warnings): Add `constants' as an option.
11089         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11090         (display-call-tree): Update for byte-compile-fdefinition possibly
11091         returning `(macro lambda ...)'.  (Bug#4778)
11092         (byte-compile-variable-ref, byte-compile-setq-default):
11093         Respect `constants' member of byte-compile-warnings.
11095 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11098         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11099         to "submit:".
11101 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11103         * textmodes/ispell.el (ispell-skip-region-alist):
11104         * international/mule-conf.el (eight-bit):
11105         * international/fontset.el (font-encoding-alist):
11106         * startup.el (pure-space-overflow-message):
11107         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11108         * paths.el (gnus-nntp-service, rmail-spool-directory)
11109         (term-file-prefix):
11110         * files.el (save-some-buffers-action-alist):
11111         * cmuscheme.el (same-window-buffer-names):
11112         * ielm.el (same-window-buffer-names):
11113         * shell.el (same-window-buffer-names):
11114         * mail/sendmail.el (same-window-buffer-names):
11115         * progmodes/inf-lisp.el (same-window-buffer-names):
11116         * bindings.el (mode-line-client)
11117         (mode-line-column-line-number-mode-map):
11118         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11119         (tibetan-precomposed-regexp): Purecopy string arguments.
11121 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11123         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11124         (calcDigit-nondigit):
11125         * calc/calc-yank.el (calc-copy-to-buffer):
11126         * calc/calc-units.el (calc-invalidate-units-table):
11127         * calc/calc-trail.el (calc-trail-yank):
11128         * calc/calc-store.el (calc-insert-variables):
11129         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11130         * calc/calc-prog.el (calc-read-parse-table):
11131         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11132         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11133         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11134         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11135         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11136         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11137         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11138         * calc/calc-ext.el (calc-realign):
11139         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11140         (calc-embedded-finish-edit, calc-embedded-make-info)
11141         (calc-embedded-finish-command, calc-embedded-stack-change):
11142         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11144         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11145         shell-dynamic-complete-filename in preference to
11146         comint-dynamic-complete-filename.
11148         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11149         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11150         Don't consider whether the display supports colors.
11151         (bookmark-import-new-list): Use dolist.
11152         (bookmark-bmenu-mode-map): Move initialization into declaration.
11153         (bookmark-bmenu-list): Use dolist, simplify.
11154         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11155         (menu-bar-final-items): Use push.
11157 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11159         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11160         it works on remote files.
11161         (vc-hg-diff): Don't pass any `--cwd' argument.
11163 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11165         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11166         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11167         (Further to Bug#3921).
11169 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11171         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11172         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11173         calling `tramp-imap-put-file'.  Add file size to the call.
11174         (tramp-imap-get-file-entries): Compute also user name, file size,
11175         and date.
11176         (tramp-imap-handle-insert-directory): Insert uid and gid.
11177         (tramp-imap-handle-file-attributes): Transform uid and gid
11178         according to `id-format'.
11179         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11180         size in header X-Size.
11182 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11184         * simple.el (transpose-subr): Give clearer error when the mark
11185         is not set.  (Bug#4807)
11187 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11189         * net/tramp.el (tramp-perl-file-truename): New defconst.
11190         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11191         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11192         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11193         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11195         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11196         Ignore `dired-call-process'.
11197         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11199 2009-10-26  Julian Scheid  <julians37@gmail.com>
11201         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11202         (tramp-get-remote-readlink): New defun.
11203         (tramp-handle-file-truename): Use it.
11204         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11205         file exists if cache value present.
11206         (tramp-check-cached-permissions): New defun.
11207         (tramp-handle-file-readable-p): Use it.
11208         (tramp-handle-file-writable-p): Likewise.
11209         (tramp-handle-file-executable-p): Likewise.
11210         (tramp-handle-file-name-all-completions): Try using Perl to get
11211         partial completions.  When perl not available, combine `cd' and
11212         `ls' into single remote operation and use shell expansion to get
11213         partial remote directory contents.  Set `file-exists-p' cache for
11214         directory and any files returned by ls.  Change cache handling to
11215         support partial directory contents.  Use error message emitted by
11216         remote `cd' or Perl code for local tramp-error.
11217         (tramp-do-copy-or-rename-file-directly): Avoid separate
11218         tramp-send-command-and-check call.
11219         (tramp-handle-process-file): Merge three remote ops into one.
11220         Do not flush all caches when `process-file-side-effects' is set.
11221         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11222         file-attributes shows uid/gid to be set already.
11224 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11226         * textmodes/tex-mode.el (tex-dvi-view-command)
11227         (tex-show-queue-command, tex-open-quote):
11228         * progmodes/ruby-mode.el (auto-mode-alist)
11229         (interpreter-mode-alist): Purecopy strings.
11231         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11233         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11234         string for the hook, keymap and abbrev table.
11236         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11238         * x-dnd.el (x-dnd-xdnd-to-action):
11239         * startup.el (fancy-startup-text, fancy-about-text): Change to
11240         defconst from defvar.
11242         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11244         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11245         Purecopy initialization strings.
11247         * mail/sendmail.el (mail-header-separator)
11248         (mail-personal-alias-file):
11249         * mail/rmail.el (rmail-default-dont-reply-to-names)
11250         (rmail-ignored-headers, rmail-retry-ignored-headers)
11251         (rmail-highlighted-headers, rmail-secondary-file-directory)
11252         (rmail-secondary-file-regexp):
11253         * files.el (null-device, file-name-invalid-regexp)
11254         (locate-dominating-stop-dir-regexp)
11255         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11256         (interpreter-mode-alist): Use mapcar instead of mapc.
11258         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11260         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11261         (completion-ignored-extensions):
11262         (debug-ignored-errors): Purecopy strings.
11264 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11266         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11267         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11268         (pcomplete--here): Use push.
11270         * subr.el (all-completions): Declare the 4th arg obsolete.
11272 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11274         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11275         (pcomplete-unquote-argument): New function.
11276         (pcomplete--common-suffix): Always pay attention to case.
11277         (pcomplete--table-subvert): Quote and unquote the text.
11278         (pcomplete--common-quoted-suffix): New function.
11279         (pcomplete-std-complete): Use it and pcomplete-begin.
11281         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11282         we're inside a dedicated or minibuffer window.
11284 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11286         * bookmark.el: Update documentation, especially documentation
11287         of `bookmark-alist' and of the bookmark file format.
11288         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11290 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11292         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11293         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11294         window to buffer.
11296         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11297         (global-whitespace-mode, global-whitespace-newline-mode)
11298         (whitespace-toggle-options, global-whitespace-toggle-options):
11299         Doc fix (Bug#3660).
11301         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11302         of xmltok-start before the end tag was inserted (Bug#2840).
11304         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11305         patterns that are preceded by an open-paren (Bug#1320).
11307 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11309         * files.el (delete-directory): Delete symlinks to directories with
11310         delete-file (Bug#4739).
11312 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11314         * vc.el (vc-backend-for-registration): Rename from
11315         vc-get-backend-for-registration.  Update callers.
11317         * international/mule-cmds.el (set-language-info-alist):
11318         Purecopy lang-env.
11319         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11320         (charset): Purecopy the name.
11321         (define-char-code-property): Purecopy string arguments.
11323         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11324         Purecopy string arguments.
11326         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11327         * ediff-hook.el (menu-bar-ediff-menu):
11328         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11329         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11331 2009-10-24  Glenn Morris  <rgm@gnu.org>
11333         * comint.el (comint-dynamic-list-completions):
11334         * term.el (term-dynamic-list-completions): Use choose-completion rather
11335         than obsolete alias mouse-choose-completion.
11337         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11338         file-cache-choose-completion.
11339         (file-cache-choose-completion): Handle an optional event argument.
11340         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11342         * progmodes/octave-mod.el (octave-complete-symbol):
11343         Use choose-completion if mouse-choose-completion is ever removed.
11345         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11346         use.
11348         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11349         compiler.
11351         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11353 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11355         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11356         Ignore `pred' now that we receive one.
11357         Handle test-completion specially.
11359 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11361         * vc.el (vc-responsible-backend): Throw an error if not backend is
11362         found.  Remove the REGISTER argument.  Move the code dealing with
11363         REGISTER ...
11364         (vc-get-backend-for-registration): ... here.  New function.
11365         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11366         of vc-responsible-backend, pass the file name instead of the
11367         directory name.
11369 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11371         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11372         New funs.
11373         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11374         (pcomplete-comint-setup): Don't modify a global var via
11375         accidental side-effects.
11376         (pcomplete-shell-setup): Adjust call accordingly.
11377         (pcomplete-parse-comint-arguments): Use push.
11379 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11381         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11382         Allow uncapitalized info node names (Bug#3921).
11384         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11385         to the DEBUG file (Bug#3781).
11387 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11389         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11390         dictionary entry (Bug#4579).
11392 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11394         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11395         from `rfn-eshadow-update-overlay-hook' when unloading.
11396         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11397         "rsyncc".  Adjust doc string.
11398         (tramp-temp-buffer-file-name): New buffer-local defvar.
11399         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11400         Keep temporary file when indicated by method ("rsync" and
11401         "rsyncc").
11402         (tramp-handle-write-region): Handle APPEND.
11403         (tramp-delete-temp-file-function): New defun.  Added to
11404         `kill-buffer-hook'.
11406 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11408         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11410 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11412         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11413         (color-name-rgb-alist, tty-standard-colors)
11414         (tty-color-mode-alist): Change to defconst.
11416         * simple.el (mark-inactive): Purecopy message.
11418         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11419         (global-map, yank-menu):
11420         * textmodes/ispell.el (ispell-menu-map):
11421         * net/eudc.el (eudc-tools-menu):
11422         * international/mule-cmds.el (describe-language-environment-map)
11423         (setup-language-environment-map, set-coding-system-map)
11424         (mule-menu-keymap):
11425         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11426         * replace.el (occur-mode-map):
11427         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11429 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11431         * calc/calc.el (math-read-number, math-read-number-simple): Use
11432         `save-match-data'.
11434 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11436         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11437         rather than fiddling with global-map bindings, since it should only
11438         affect per-terminal settings.
11439         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11441         * minibuffer.el (completion-table-with-terminator): Allow to specify
11442         the terminator-regexp.
11444         * simple.el (switch-to-completions): Look for *Completions* in other
11445         frames as well.
11447         * pcomplete.el: Allow the use of completion-tables.
11448         (pcomplete-std-complete): New command.
11449         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11450         (pcomplete--here): Use a function for `form' rather than an expression,
11451         so it can be byte-compiled.
11452         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11453         Add edebug declaration.
11454         (pcomplete-show-completions): Remove unused var `curbuf'.
11455         (pcomplete-do-complete, pcomplete-stub):
11456         Don't assume `completions' is a list of strings any more.
11458 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11460         * find-dired.el (find-name-arg): Fix typo in docstring.
11462 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11464         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11465         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11467         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11468         pcomplete-entries.
11470         * comint.el (comint-read-input-ring, comint-write-input-ring)
11471         (comint-substitute-in-file-name)
11472         (comint-dynamic-complete-as-filename)
11473         (comint-dynamic-simple-complete)
11474         (comint-dynamic-list-filename-completions)
11475         (comint-dynamic-list-completions)
11476         (comint-redirect-results-list-from-process): Minor simplifications.
11478 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11480         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11481         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11482         the first form.  And insert a blank line after ";;; Code" since
11483         that's usual style.  (Bug#4612)
11485         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11487 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * minibuffer.el (completion-table-with-terminator): Properly implement
11490         boundaries, in case `terminator' appears in the suffix.
11491         (completion--embedded-envvar-table): Don't return boundaries if
11492         there's no valid completion.  Simplify.
11493         (completion-file-name-table): New completion table extracted from
11494         completion--file-name-table.
11495         (completion--file-name-table): Use it.
11496         (read-file-name-predicate): Declare obsolete.
11497         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11498         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11499         completion-file-name-table, and use the `pred' argument.
11500         * files.el (locate-file-completion-table): Use the `pred' arg rather
11501         than read-file-name-predicate.
11502         (abbreviate-file-name): Use \` rather than ^ for BOS.
11504 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11506         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11507         vc-responsible-backend to register, it causes problems.
11509 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11511         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11513 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11515         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11516         (tramp-smb-handle-file-attributes): Use it.
11517         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11518         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11519         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11520         Add `dired-filename' text properties.
11521         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11522         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11523         version.
11525 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11527         * subr.el (read-key-delay): Reduce to 0.01.
11528         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11529         (bug#4751).
11531 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11533         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11535         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11536         (Info-menu): Remove unused vars `last' and `completions'.
11537         (Info-index-nodes): Remove unused var `node'.
11539         * info.el (Info-complete-menu-item): Use complete-with-action.
11541 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11543         Make vc-annotate work through copies and renames.
11544         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11545         Return the file name too.
11546         (vc-annotate-revision-at-line)
11547         (vc-annotate-find-revision-at-line)
11548         (vc-annotate-revision-previous-to-line)
11549         (vc-annotate-show-log-revision-at-line): Update to get the file
11550         name from vc-annotate-extract-revision-at-line.
11551         (vc-annotate-show-diff-revision-at-line-internal): Change the
11552         argument to mean whether to show a file diff or not.  Get the file
11553         name from vc-annotate-extract-revision-at-line.
11554         (vc-annotate-show-diff-revision-at-line):
11555         Update vc-annotate-show-diff-revision-at-line call.
11556         (vc-annotate-warp-revision): Add an optional file argument.
11558         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11559         (vc-git-annotate-extract-revision-at-line): Also return the file
11560         name if found.
11562         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11563         command.  Remove unused code.
11564         (vc-hg-annotate-re): Update to match --follow output.
11565         (vc-hg-annotate-extract-revision-at-line): Also return the file
11566         name if found.
11568         * vc.el: Update annotate-extract-revision-at-line documentation.
11570 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11572         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11573         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11575         * net/browse-url.el (browse-url): Identify alist with "consp and
11576         not functionp" and let all other things go down the `apply' leg,
11577         as suggested by Stefan.  (Further to bug#4531.)
11579 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11581         * minibuffer.el (read-file-name): Check for repeat before putting
11582         a default argument in file-name-history (Bug#4657).
11584         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11585         read syntax (Bug#4737).
11587         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11589 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11591         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11592         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11593         entries and make note of obsolete tags.
11595 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11599 2009-10-18  Glenn Morris  <rgm@gnu.org>
11601         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11602         grep, so that binary files (eg international/uni-bidi.el) can match.
11603         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11604         now, and in any case the file header format has changed.
11606 2009-10-17  Glenn Morris  <rgm@gnu.org>
11608         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11609         (flyspell-get-word, flyspell-large-region)
11610         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11612 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11614         * Makefile.in (ELCFILES): Add ede/shell.
11616 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11618         * term/common-win.el (x-colors): Purecopy it.
11620 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11623         permissive for when the buffer is empty.
11624         (tar-header-block-tokenize): Decode the username and groupname.
11625         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11627 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11629         * international/mule-cmds.el (select-safe-coding-system): If the file
11630         has a coding cookie, use it regardless of any other setting (bug#4712).
11632 2009-10-17  Glenn Morris  <rgm@gnu.org>
11634         * foldout.el (foldout-mouse-swallow-events):
11635         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11637         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11638         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11639         (dired-keep-marker-symlink, dired-dwim-target)
11640         (dired-copy-preserve-time): Do not autoload these defcustoms.
11642         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11643         messages from messing up the file coding.  (Bug#4623)
11645 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11647         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11648         if no match is found for the current dictionary.  (Bug#4578)
11650         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11651         optional, since that is how it is documented, and this is often called
11652         with a nil argument.  (Bug#4577)
11653         (flyspell-external-point-words, flyspell-auto-correct-word)
11654         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11655         (flyspell-word-search-backward): Remove nil argument in calls to
11656         flyspell-get-word, since it is not needed now.
11658 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11660         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11662 2009-10-16  Glenn Morris  <rgm@gnu.org>
11664         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11666 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11668         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11669         (ange-ftp-file-size): New function.
11670         (ange-ftp-file-attributes): Use it.
11672 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11674         * net/tramp-smb.el (tramp-smb-version): New defvar.
11675         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11676         repeated checks.
11678 2009-10-16  Glenn Morris  <rgm@gnu.org>
11680         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11681         Maybe copy some custom properties from old to new name.  (Bug#4706)
11683 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11685         * subr.el (error, sit-for, start-process-shell-command)
11686         (start-file-process-shell-command): Set the calling convention
11687         after the function definition.
11689 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * subr.el (error, sit-for, start-process-shell-command)
11692         (start-file-process-shell-command): Use the new
11693         set-advertised-calling-convention feature.
11695 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11697         * international/ucs-normalize.el (ucs-normalize-version):
11698         Change to 1.2.
11699         (check-range): Adjust for Unicode 5.2.
11701 2009-10-15  Juri Linkov  <juri@jurta.org>
11703         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11704         to the `menu-item' format.
11706 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11708         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11709         if the environment variable does not exist.
11711         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11712         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11713         parameter.
11714         (tramp-smb-handle-add-name-to-file)
11715         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11716         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11717         (tramp-smb-handle-file-attributes)
11718         (tramp-smb-do-file-attributes-with-stat)
11719         (tramp-smb-handle-file-local-copy)
11720         (tramp-smb-handle-insert-directory)
11721         (tramp-smb-handle-make-directory)
11722         (tramp-smb-handle-make-directory-internal)
11723         (tramp-smb-handle-make-symbolic-link)
11724         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11725         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11726         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11727         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11728         Handle long file names.
11729         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11730         process is running.
11731         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11732         Read share names with "-g" option.
11734 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11736         * net/rcirc.el (rcirc-view-log-file): New command.
11737         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11738         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11739         specified.
11741 2009-10-15  Glenn Morris  <rgm@gnu.org>
11743         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11744         from the second command-line argument.
11745         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11746         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11747         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11748         w32-batch-update-autoloads.
11749         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11750         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11752         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11753         the headers cannot be located.  Simplify, subtracting superflous
11754         save-excursions.
11756 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11758         Replace completion-base-size by completion-base-position to fix bugs
11759         such as (bug#4699).
11760         * simple.el (completion-base-position): New var.
11761         (completion-base-size): Mark as obsolete.
11762         (choose-completion): Make it work for mouse events as well.
11763         Pass the new base-position to choose-completion-string.
11764         (choose-completion-guess-base-position): New function, extracted from
11765         choose-completion-delete-max-match.
11766         (choose-completion-delete-max-match): Use it.  Make obsolete.
11767         (choose-completion-string): Use the new base-position info.
11768         (completion-root-regexp): Delete.
11769         (completion-setup-function): Preserve completion-base-position.
11770         Eliminate obsolete base-size manipulation.
11771         * minibuffer.el (display-completion-list): Don't mess with base-size.
11772         (minibuffer-completion-help): Set completion-base-position instead.
11773         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11774         choose-completion.
11775         * textmodes/bibtex.el (bibtex-complete):
11776         * emacs-lisp/crm.el (crm--choose-completion-string):
11777         Adjust to new calling convention.
11778         * complete.el (partial-completion-mode): Use minibufferp to avoid
11779         bumping into incompatible change to choose-completion-string-functions.
11780         * ido.el (ido-choose-completion-string): Make its calling convention
11781         more permissive.
11782         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11783         base-size manipulation.
11784         (comint-dynamic-list-input-ring): Use dotimes and push.
11785         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11786         fundamental-mode.  Use `or'.
11788 2009-10-14  Juri Linkov  <juri@jurta.org>
11790         * misearch.el (multi-isearch-next-buffer-from-list)
11791         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11793 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11795         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11796         `bytecomp.el'.
11798         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11799         string we return is all made up of text from the completions rather
11800         than part from the completions and part from the input (bug#4219).
11802         * ido.el (ido-everywhere): Use define-minor-mode.
11804         * buff-menu.el (list-buffers, ctl-x-map):
11805         Mark the entry points with ;;;###autoload cookies.
11807 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11809         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11810         correctly in the detached head case.
11811         (vc-git-print-log): Remove unused binding.
11813         * vc.el (vc-responsible-backend): When a directory is passed for
11814         for registration create a VC repository if no backend is
11815         responsible for the directory argument.
11816         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11818         * vc.el: Move comments about RCS and SCCS ...
11819         * vc-rcs.el:
11820         * vc-sccs.el: ... here, respectively.
11822 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11824         * minibuffer.el (completion--file-name-table): Return nil if there's
11825         no file completion, even if substitute-in-file-name changed
11826         the string (bug#4708).
11828 2009-10-13  Juri Linkov  <juri@jurta.org>
11830         * files-x.el (read-file-local-variable-value): Don't filter out
11831         minor modes from mode name completion (bug#4664).
11833 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11835         * international/mule-cmds.el (ucs-names): Remove exclusion of
11836         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11838 2009-10-13  Kenichi Handa  <handa@m17n.org>
11840         * international/uni-name.el: Regenerated.
11842 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11844         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11845         should be automatically buffer-local, but isn't.)
11847 2009-10-12  Sam Steingold  <sds@gnu.org>
11849         * progmodes/compile.el (compilation-next-error-function): Fix the
11850         timestamps if the buffer has been visited before.
11851         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11852         non-anchored patterns, like the perl one (bug#3928).
11854 2009-10-12  Glenn Morris  <rgm@gnu.org>
11856         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11857         Let-bind `size'.
11859 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11861         * proced.el (proced-unload-function): New function.
11863         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11864         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11865         Doc fix.
11867         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11869 2009-10-11  Juri Linkov  <juri@jurta.org>
11871         * files-x.el (read-file-local-variable-value):
11872         Provide default value only for bound variables (bug#4664).
11874 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11876         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11877         connection methods like smb.
11879         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11880         can be empty.
11882         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11883         (tramp-smb-file-name-handler-alist): Add handlers for
11884         `add-name-to-file', `make-symbolic-link'.
11885         (tramp-smb-handle-add-name-to-file)
11886         (tramp-smb-do-file-attributes-with-stat)
11887         (tramp-smb-handle-make-symbolic-link)
11888         (tramp-smb-get-cifs-capabilities): New defuns.
11889         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11890         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11891         (tramp-smb-handle-file-local-copy)
11892         (tramp-smb-handle-make-directory-internal)
11893         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11894         The file name syntax depends on cifs capabilities.
11895         (tramp-smb-handle-file-attributes):
11896         Call `tramp-smb-do-file-attributes-with-stat' if possible.
11897         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11898         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11900 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
11902         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11903         (eieio-defclass): Apply deftype handler and setf-method properties
11904         directly.
11905         (eieio-add-new-slot): Avoid union function from cl library.
11906         (eieio--typep): New function.
11907         (eieio-perform-slot-validation): Use it.
11909 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11911         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11912         Update documentation to refer to the variables documented in r1.135.
11913         (Bug#4188)
11915 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11917         * bookmark.el (Info-suffix-list): Remove this unused variable.
11918         (bookmark-current-point): Remove this obsolete variable.
11919         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11920         Adjust for removal of bookmark-current-point.
11922         (bookmarks-already-loaded, bookmark-current-buffer)
11923         (bookmark-yank-point): Document.  (Bug#4188)
11925 2009-10-10  Glenn Morris  <rgm@gnu.org>
11927         * frame.el (frame-height): Doc fix.
11929         * calendar/calendar.el (calendar-split-width-threshold): New option.
11930         (calendar-basic-setup): Use calendar-split-width-threshold.
11932 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
11934         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11935         Ideographic Supplement" range (U+1F200..U+1F2FF).
11937 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11939         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11940         since the list will have been rebuilt anyway.  (Bug#4349)
11942 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11944         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11945         (bookmark-bmenu-execute-deletions): Don't save here, as
11946         bookmark-delete will now do so if necessary.
11947         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11948         (Bug#4348)
11950 2009-10-09  Glenn Morris  <rgm@gnu.org>
11952         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11954 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11956         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11957         (bookmark-jump-other-window): Just invoke bookmark-jump with new
11958         argument now, so the two function's behaviors will match.  (Bug#3645)
11960 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
11962         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11963         (tramp-file-name-real-host, tramp-file-name-port):
11964         Apply `save-match-data'.
11966         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11967         case both directories are remote.
11968         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11969         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11971 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11973         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11975 2009-10-07  Glenn Morris  <rgm@gnu.org>
11977         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11978         of concat.
11980 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * files-x.el (read-file-local-variable): Include some
11983         non-user-variables in the completion table (bug#4664).
11985 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
11987         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11988         message.
11990         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11991         (tramp-smb-file-name-handler-alist): Add handler for
11992         `copy-directory', `expand-file-name', `set-file-modes'.
11993         (tramp-smb-handle-copy-directory)
11994         (tramp-smb-handle-expand-file-name)
11995         (tramp-smb-handle-set-file-modes): New defuns.
11996         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11997         (tramp-smb-handle-file-attributes): Simplify check for retrieving
11998         entry.
11999         (tramp-smb-handle-insert-directory): Don't flush the cache.
12000         (tramp-smb-maybe-open-connection): Check for samba client and
12001         server versions.
12003 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12005         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12006         to not error out of search for "^lisp=" fails.
12008 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12010         * makefile.w32-in (WINS_UPDATES): New macro.
12011         (custom-deps, finder-data, autoloads): Use it.
12013 2009-10-07  Glenn Morris  <rgm@gnu.org>
12015         * Makefile.in (autoloads): Revert previous change.
12016         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12017         the list of preloaded files passed on the command-line, get
12018         it from src/Makefile.
12020         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12021         show the original buffer rather than a random one.
12023 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12025         * help.el (describe-no-warranty): Place point in a slightly better
12026         position in the GPLv3 text.
12028 2009-10-06  Sam Steingold  <sds@gnu.org>
12030         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12031         the comm attribute is present before calling regexp-quote.
12033 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12035         * play/animate.el (animate-string): For good effect, make sure
12036         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12038         * play/animate.el (animate-sequence, animate-birthday-present):
12039         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12041 2009-10-06  Glenn Morris  <rgm@gnu.org>
12043         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12045         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12046         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12047         (batch-update-autoloads): Process a string value of autoload-excludes,
12048         set during the build process.
12049         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12051         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12052         inside with-parsed...  macro so that `v' is defined.
12054         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12055         * progmodes/fortran.el (fortran-end-of-block)
12056         (fortran-beginning-of-block):
12057         Also push mark in the macro case.
12059         * emerge.el (emerge-show-file-name):
12060         * calc/calc.el (calc-quit):
12061         * calc/calc-misc.el (calc-big-or-small):
12062         * calc/calc-graph.el (calc-graph-view):
12063         * calc/calc-ext.el (calc-reset):
12064         * calendar/calendar.el (calendar-basic-setup):
12065         Use window-full-height-p.
12067         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12068         header we don't understand, don't insert another.  (Bug#4624)
12069         If changing mime charset, insert the new one in the right place.
12071 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12073         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12074         (cal-tex-cursor-month): Correctly increment the end date for diary and
12075         holiday listing.  (Bug#4626)
12077 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * help-fns.el (describe-function-1): Don't burp if the function is not
12080         a symbol.
12082 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12084         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12085         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12086         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12087         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12089         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12090         (eieio-default-superclass): Reflow docstrings.
12091         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12092         (eieio-unbind-method-implementations, defmethod)
12093         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12094         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12095         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12096         (eieio-slot-originating-class-p, eieio-slot-name-index)
12097         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12098         (constructor, initialize-instance, no-next-method, object-print)
12099         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12100         Fix typos in docstrings.
12101         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12102         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12103         (next-method-p): Doc fixes.
12104         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12105         Fix typos in error messages.
12106         (eieio-defmethod): Fix typo in description of generic method.
12108         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12109         (eieio-persistent-save-interactive, slot-missing):
12110         Fix typos in docstrings.
12111         (eieio-instance-inheritor-slot-boundp): Doc fix.
12113         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12114         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12116         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12117         (eieio-custom-object-apply-reset):
12118         Fix typos in docstrings and error messages.
12120         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12121         Fix typo in docstring.
12123         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12124         (eieio-browse-tree): Doc fix.
12125         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12126         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12127         Fix typos in docstrings.
12129         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12130         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12131         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12132         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12133         Reflow docstrings.
12135 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12137         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12138         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12139         Set log-view-vc-backend so that diff can work.
12141         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12142         vc-version-diff.
12143         (vc-diff-internal): Autoload this instead of vc-version-diff.
12145 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12147         * simple.el (eval-expression): Doc fix.
12149         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12151 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12153         * files.el (directory-files-no-dot-files-regexp): New defconst.
12154         (delete-directory): Use it.
12155         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12157         * net/tramp.el (tramp-verbose): Fix docstring.
12158         (tramp-methods): Add recursive option to `tramp-copy-args'.
12159         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12160         "scp1_old", "scp2_old", "rsync", "rsyncc".
12161         (tramp-default-method): Check also for `auth-source-user-or-password'.
12162         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12163         Add handler for `copy-directory'.
12164         (tramp-handle-copy-directory): New defun.
12165         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12166         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12167         Optimize sent command.
12169 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12171         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12172         window if necessary.
12174         * calendar/calendar.el (calendar-basic-setup): Don't call
12175         switch-to-buffer in a dedicated window.
12177 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12179         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12180         don't do anything related to relocating, just return nil.
12181         (bookmark-error-no-filename): New error.
12182         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12183         bookmark has no file.  Don't even attempt to handle things that
12184         are not files; the whole point of custom handlers is to keep that
12185         knowledge elsewhere anyway.  Tighten some comments.
12186         (bookmark-file-or-variation-thereof): Remove now-unused function.
12187         (bookmark-location): Doc string fix.
12188         (Bug#4250)
12190 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12192         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12193         don't use a file dialog, because they usually don't know how to read
12194         a directory target from the user.  (Bug#4230)
12195         Also, make sure the prompt can display directories as well as files.
12197 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12199         * bookmark.el (bookmark-set, bookmark-buffer-name):
12200         Improve doc strings.  (Bug#1193)
12202 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12204         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12205         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12206         (bookmark-get-annotation, bookmark-set-annotation)
12207         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12208         (bookmark-set-position, bookmark-get-front-context-string)
12209         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12210         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12211         (bookmark-jump-other-window, bookmark-handle-bookmark)
12212         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12213         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12214         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12215         Improve doc strings to say whether bookmark can be a string or
12216         a record or both, and make other consistency and clarity fixes.
12217         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12218         (bookmark-default-annotation-text, bookmark-yank-word)
12219         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12220         (bookmark-import-new-list, bookmark-maybe-rename)
12221         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12222         (bookmark-bmenu-bookmark): Give these doc strings.
12223         (bookmark-bmenu-check-position): Give this a doc string, but also
12224         add a FIXME comment about how the function may be pointless.
12225         (bookmark-default-handler): Rework doc string and change a
12226         parameter name, to clarify that this takes a bookmark record
12227         not a bookmark name.
12228         (bookmark-set): Change a parameter name to indicate its meaning,
12229         and improve the doc string a bit.
12230         (Bug#4188)
12232 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12234         * bookmark.el (bookmark-alist): Document the new `handler' element
12235         in the param alist.
12236         (bookmark-make-record-function): Adjust documentation for above.
12237         (Bug#4193)
12239 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12241         * info.el (Info-bookmark-make-record): Document this function.
12242         (Info-bookmark-jump): Document with a doc string, not just a comment.
12243         (Bug#4203)
12245 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12247         * files.el (copy-directory): New defun.
12249         * dired-aux.el (dired-copy-file-recursive): Use it.
12251 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12253         * files-x.el (modify-dir-local-variable)
12254         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12255         docstrings.
12257         * recentf.el (recentf-unload-function): New function.
12259 2009-10-04  Glenn Morris  <rgm@gnu.org>
12261         * window.el (window-full-height-p): Add doc string.
12263 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12265         * window.el (window-full-height-p): New function.  (Bug#4543)
12267 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12269         * vc.el: Remove commented out code.
12270         (vc-derived-from-dir-mode): Remove, unused.
12271         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12273 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12275         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12276         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12277         there could be recursive loading when `default-directory' is a
12278         remote file name.  (Bug#4614)
12280 2009-10-03  Glenn Morris  <rgm@gnu.org>
12282         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12283         the frame is wide.
12284         (calendar-generate-window): Test for shrinkability rather than width.
12286         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12287         reusing existing buffers, in case we happen to visit two files with the
12288         same basename.  (Bug#4593)
12290 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12292         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12293         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12294         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12295         subdirs of cedet as well.
12296         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12298 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12300         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12301         Obey advertised-signature-table.
12303         * help-fns.el (help-function-arglist): Don't check
12304         advertised-signature-table.
12305         (describe-function-1): Do it here instead so it also applies to subrs.
12307 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12309         * simple.el (start-file-process): Say in the doc-string, that file
12310         handlers might not support pty association, if PROGRAM is nil.
12312         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12313         HOST and USER are strings.  They are nil, when there are
12314         incomplete entries in ~/.netrc, for example.
12315         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12316         root directory ("device busy" error otherwise).
12318         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12319         Flush file properties of created directory.
12321 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12323         * makefile.w32-in (WINS_BASIC): Remove cedet.
12324         (WINS_CEDET): Add cedet.
12325         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12327 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12329         * net/browse-url.el (browse-url): Pass any symbol in
12330         browse-url-browser-function to `apply', since if you've mistakenly put
12331         an unbound symbol then the error is clearer.  (Bug#4531)
12333 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12335         * allout.el (allout-init, allout-back-to-current-heading)
12336         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12337         (allout-ascend, allout-up-current-level, allout-end-of-level)
12338         (allout-previous-visible-heading, allout-forward-current-level)
12339         (allout-backward-current-level, allout-show-children):
12340         * apropos.el (apropos-describe-plist):
12341         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12342         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12343         * completion.el (add-completion, add-permanent-completion):
12344         * descr-text.el (describe-text-category, describe-char):
12345         * desktop.el (desktop-lazy-abort):
12346         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12347         * dired.el (dired-build-subdir-alist):
12348         * ediff.el (ediff-version):
12349         * elide-head.el (elide-head, elide-head-show):
12350         * emerge.el (emerge-version):
12351         * env.el (getenv):
12352         * face-remap.el (variable-pitch-mode):
12353         * faces.el (describe-face):
12354         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12355         (dired-at-point):
12356         * files.el (find-file-existing, auto-save-mode):
12357         * font-lock.el (font-lock-fontify-buffer):
12358         * help-fns.el (describe-function, describe-variable)
12359         (describe-syntax, describe-categories):
12360         * help.el (view-lossage, describe-bindings, describe-key)
12361         (describe-mode):
12362         * hexl.el (hexl-current-address):
12363         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12364         * info.el (Info-goto-emacs-key-command-node):
12365         * log-edit.el (log-edit-insert-cvs-template)
12366         (log-edit-insert-cvs-rcstemplate):
12367         * menu-bar.el (menu-bar-mode):
12368         * mouse.el (mouse-appearance-menu):
12369         * newcomment.el (comment-indent-new-line):
12370         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12371         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12372         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12373         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12374         * recentf.el (recentf-mode):
12375         * savehist.el (savehist-mode, savehist-save):
12376         * shadowfile.el (shadow-copy-files):
12377         * simple.el (kill-ring-save, next-line, previous-line)
12378         (normal-erase-is-backspace-mode):
12379         * strokes.el (strokes-update-window-configuration)
12380         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12381         (strokes-xpm-for-stroke):
12382         * time.el (emacs-uptime, emacs-init-time):
12383         * tutorial.el (tutorial--describe-nonstandard-key)
12384         (tutorial--detailed-help):
12385         * type-break.el (type-break-mode)
12386         (type-break-mode-line-message-mode, type-break-query-mode)
12387         (type-break-guesstimate-keystroke-threshold):
12388         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12389         * version.el (emacs-version):
12390         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12391         * winner.el (winner-mode):
12392         * calendar/timeclock.el (timeclock-in, timeclock-out)
12393         (timeclock-status-string, timeclock-change)
12394         (timeclock-workday-remaining-string)
12395         (timeclock-workday-elapsed-string)
12396         (timeclock-when-to-leave-string):
12397         * calendar/todo-mode.el (todo-add-category):
12398         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12399         * emacs-lisp/autoload.el (update-file-autoloads):
12400         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12401         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12402         (checkdoc-message-text, checkdoc-defun):
12403         * emacs-lisp/debug.el (debugger-list-functions):
12404         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12405         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12406         (eieio-describe-generic):
12407         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12408         * emacs-lisp/shadow.el (list-load-path-shadows):
12409         * emulation/cua-base.el (cua-mode):
12410         * emulation/edt.el (edt-set-scroll-margins):
12411         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12412         (tpu-toggle-regexp, tpu-toggle-search-direction)
12413         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12414         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12415         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12416         (viper-set-parsing-style-toggling-macro)
12417         (viper-set-emacs-state-searchstyle-macros):
12418         * emulation/viper.el (viper-set-hooks):
12419         * eshell/esh-mode.el (eshell-truncate-buffer):
12420         * international/mule-cmds.el (prefer-coding-system)
12421         (describe-input-method, describe-language-environment):
12422         * international/mule-diag.el (list-character-sets)
12423         (describe-character-set, describe-coding-system)
12424         (describe-fontset, list-fontsets, list-input-methods):
12425         * mail/sendmail.el (mail-signature):
12426         * net/ange-ftp.el (ange-ftp-copy-file):
12427         * net/browse-url.el (browse-url):
12428         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12429         * net/quickurl.el (quickurl-add-url):
12430         * net/rcirc.el (names, topic):
12431         * net/xesam.el (xesam-mode):
12432         * play/5x5.el (5x5-new-game):
12433         * play/yow.el (apropos-zippy):
12434         * progmodes/ada-mode.el (ada-mode-version):
12435         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12436         (f90-end-of-block)
12437         (f90-beginning-of-block):
12438         * progmodes/fortran.el (fortran-end-of-block)
12439         (fortran-beginning-of-block):
12440         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12441         * progmodes/python.el (python-describe-symbol, python-shell):
12442         * term/ns-win.el (ns-print-buffer):
12443         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12444         * textmodes/flyspell.el (flyspell-mode-on):
12445         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12446         (pages-directory-for-addresses):
12447         * textmodes/table.el (table-recognize-cell)
12448         (table-query-dimension, table-generate-source)
12449         (table-insert-sequence, table--warn-incompatibility):
12450         * textmodes/tex-mode.el (tex-validate-buffer):
12451         * textmodes/texinfmt.el (texinfmt-version)
12452         (texinfo-format-buffer):
12453         Use `called-interactively-p' instead of `interactive-p'.
12455 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12457         * image-mode.el (image-toggle-display):
12458         * emacs-lisp/elp.el (elp-instrument-function):
12459         * emacs-lisp/advice.el (ad-make-advised-definition):
12460         * emacs-lisp/easy-mmode.el (define-minor-mode):
12461         * net/browse-url.el (browse-url-maybe-new-window):
12462         * progmodes/sh-script.el (sh-learn-buffer-indent):
12463         Pass new argument 'any to `called-interactively-p'.
12465 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12467         * international/uni-bidi.el:
12468         * international/uni-category.el:
12469         * international/uni-combining.el:
12470         * international/uni-comment.el:
12471         * international/uni-decimal.el:
12472         * international/uni-decomposition.el:
12473         * international/uni-digit.el:
12474         * international/uni-lowercase.el:
12475         * international/uni-mirrored.el:
12476         * international/uni-name.el:
12477         * international/uni-numeric.el:
12478         * international/uni-old-name.el:
12479         * international/uni-titlecase.el:
12480         * international/uni-uppercase.el:
12481         Regenerate from Unicode 5.2.0 data.
12483 2009-10-01  Glenn Morris  <rgm@gnu.org>
12485         * Makefile.in (ELCFILES): Regenerate.
12487 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         * subr.el (interactive-p): Mark obsolete.
12490         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12491         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12492         advertised-signature-table for subroutines as well.
12494         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12495         (set-advertised-calling-convention): New function.
12496         (make-obsolete, define-obsolete-function-alias)
12497         (make-obsolete-variable, define-obsolete-variable-alias):
12498         Make the optional-ness of `when' obsolete.
12499         (define-obsolete-face-alias): Make `when' non-optional.
12500         * help-fns.el (help-function-arglist):
12501         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12502         Use advertised-signature-table.
12504 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12506         * files.el (delete-directory): New defun.  The original function
12507         in fileio.c has been renamed to `delete-directory-internal'.
12509         * dired.el (dired-delete-file): Call `delete-directory' with
12510         RECURSIVE parameter.
12512         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12513         parameter RECURSIVE.  Implementation is missing.
12515         * net/tramp.el (tramp-handle-make-directory): Flush upper
12516         directory's file properties.
12517         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12518         (tramp-handle-dired-recursive-delete-directory): Flush directory
12519         properties after the remove command only.
12521         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12522         Handle optional parameter RECURSIVE.
12524         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12525         Handle optional parameter RECURSIVE.
12527         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12528         connection timeout.
12529         (tramp-smb-handle-delete-directory): Handle optional parameter
12530         RECURSIVE.
12532 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12534         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12535         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12536         (byte-compile-defmacro): Use backquotes.
12538         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12540         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12541         has no associated file.
12542         (vc-resynch-buffer): Use vc-dir-buffers.
12544 2009-10-01  Glenn Morris  <rgm@gnu.org>
12546         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12547         (chart-file-count):
12548         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12549         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12550         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12551         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12552         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12553         (eieio-copy-parents-into-subclass, make-instance, class-children)
12554         (eieio-generic-form):
12556         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12557         match-data.  (Bug#4555).
12559         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12560         rather than parsing it as a regexp.  This relaxes the layout
12561         requirements and makes errors easier to detect.
12562         (check-declare-verify): Check file is regular.
12563         (check-declare-directory): Doc fix.
12564         * subr.el (declare-function): Doc fix.
12566         * ibuffer.el (ibuffer-format-qualifier):
12567         * isearch.el (hi-lock-regexp-okay):
12568         * calc/calc.el (math-zerop):
12569         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12570         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12571         Remove unused declarations.
12573 2009-09-30  Glenn Morris  <rgm@gnu.org>
12575         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12577         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12578         filename is not a string.
12580 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12582         * files.el (safe-local-eval-forms): Fix typo.
12584 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12586         * vc-hooks.el (vc-dir-buffers): New var.
12587         (vc-state-refresh): New function.
12588         (vc-state): Use it.
12589         (vc-after-save): Always ask the backend to recompute the new state.
12590         Always call vc-dir if necessary, using vc-dir-buffers.
12591         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12592         Use vc-dir-buffers.
12593         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12594         (vc-dir-prepare-status-buffer, vc-dir-update)
12595         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12596         Don't call expand-file-name on default-directory.
12598 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12600         * speedbar.el (speedbar-item-delete):
12601         * calc/calc-prog.el (calc-kbd-if):
12602         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12604         * epa.el (epa-key-list-mode-map):
12605         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12607         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12608         (hs-show-hook): Fix typo in docstring.
12610 2009-09-29  Glenn Morris  <rgm@gnu.org>
12612         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12613         file-name-nondirectory call preventing location of cedet files.
12614         (check-declare-verify): Use literal search rather than re-search.
12615         Add basic defmethod and defclass, and define-overloadable-function.
12617         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12618         Use tramp-compat-file-attributes rather than nonexistent
12619         tramp-compat-handle-file-attributes.
12621         * Makefile.in (lisptagsfiles4): New.
12622         (AUTOGENEL): Add cedet loaddefs files.
12623         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12624         (update-elclist, compile-always, backup-compiled-files)
12625         (bootstrap-clean): Add yet another directory level.
12626         (update-elclist): Use LC_COLLATE rather than COLLATE.
12627         (ELCFILES): Update, via `make update-elclist'.
12629 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12631         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12632         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12633         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12635 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12637         * Makefile.in (lisptagsfiles3): Define.
12638         (TAGS, TAGS-LISP): Use it.
12639         (update-elclist): Add third directory level to look for elc files.
12640         (compile-always): Likewise.
12641         (backup-compiled-files): Likewise.
12642         (bootstrap-clean): Likewise.
12643         (ELCFILES): Update.
12645 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
12647         * Makefile.in (ELCFILES): Add CEDET files.
12649 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
12651         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12653         * net/tramp.el (top): Require tramp-imap.
12655         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12656         Use `tramp-compat-handle-file-attributes'.
12658 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12660         * net/tramp-imap.el: New package.
12662 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12664         * whitespace.el (whitespace-trailing-regexp)
12665         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12666         Fix doc string.
12668 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
12670         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12671         menu.
12673         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12674         menu-bar-ediff-menu.
12676         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12677         define-overloadable-function.
12679         * progmodes/autoconf.el: Provide autoconf as well, so that this
12680         file can be `require'd.
12682         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12684         * emacs-lisp/autoload.el (generated-autoload-feature)
12685         (generated-autoload-load-name): New vars.
12686         (autoload-rubric, autoload-generate-file-autoloads): Use them.
12687         (make-autoload): Recognize define-overloadable-function and
12688         defclass forms (for EIEIO).
12690         * Makefile.in (update-subdirs): Exclude cedet directory.
12692 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12694         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
12696         * faces.el: Default light-background background for region face to
12697         ns_selection_color under NS.
12699 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12701         * net/imap-hash.el: New library, see NEWS.
12703         * Makefile.in (ELCFILES): Add imap-hash.el.
12705 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12708         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12709         * help-macro.el (make-help-screen): Avoid using an ambiguous function
12710         definition where the docstring could be taken for the return value.
12712 2009-09-26  Glenn Morris  <rgm@gnu.org>
12714         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12715         Add option to only show images below a certain size.
12716         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12717         save-excursion calls.
12719 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
12721         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12722         subdirectories) and eieio.
12724 2009-09-26  Alan Mackenzie  <acm@muc.de>
12726         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12727         buggy bracketing.  (Bug#4289)
12729         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12730         character constants (as case labels).  (Bug#4289)
12732 2009-09-25  Juri Linkov  <juri@jurta.org>
12734         * files.el (safe-local-eval-forms): Allow time-stamp in
12735         before-save-hook (Bug#4554).
12737 2009-09-25  Drew Adams  <drew.adams@oracle.com>
12739         * menu-bar.el (list-buffers-directory): Doc fix.
12741 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12743         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12744         Try and avoid copying twice the same paragraph.
12745         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12746         Remove save-excursion.
12747         (log-edit-changelog-entry): Do it here instead.
12749 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
12751         * bs.el (bs--get-file-name): Use `list-buffers-directory'
12752         when available, instead of hardcoding mode names.  Doc fix.
12754         * menu-bar.el (list-buffers-directory): Add docstring.
12755         Make automatically buffer-local.
12757         * dired.el (dired-mode):
12758         * files.el (cd-absolute):
12759         * pcvs.el (cvs-temp-buffer):
12760         * pcvs-util.el (cvs-get-buffer-create):
12761         * shell.el (shell-mode):
12762         * vc-dir.el (vc-dir-mode):
12763         Don't make `list-buffers-directory' buffer local.
12765 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
12767         * comint.el (comint-exec, comint-run, make-comint):
12768         Doc fixes (Bug#4542).
12770 2009-09-25  Glenn Morris  <rgm@gnu.org>
12772         * mail/rmailmm.el (rmail-mime): New custom group.
12773         Move all defcustoms in this file into this group.
12774         (rmail-mime-media-type-handlers-alist): Revert previous change.
12775         (rmail-mime-show-images): New option.
12776         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12777         references to it, since it wasn't actually used for anything.
12778         (rmail-mime-insert-image): New function.
12779         (rmail-mime-image): Use rmail-mime-insert-image.
12780         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12781         obey the value of `rmail-mime-show-images' option.  Print the size of
12782         attachments.
12784 2009-09-25  David Engster  <deng@randomsample.de>
12786         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
12788 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12790         * whitespace.el: Does not highlight trailing spaces While point is
12791         at end of line.  Does not highligt spaces at beginning of buffer
12792         while point is at beginning of buffer.  Does not highlight spaces
12793         at end of buffer while point is at end of buffer.  (Bug#4177)
12794         New version 12.0.
12795         (whitespace-display-mappings): Adjust initialization.
12796         (whitespace-point, whitespace-font-lock-refontify): New vars.
12797         (whitespace-color-on, whitespace-color-off): Adjust code.
12798         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12799         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12800         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12802 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
12804         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12806         * textmodes/sgml-mode.el: Remove xml-mode alias.
12808         * files.el (auto-mode-alist, conf-mode-maybe)
12809         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12811 2009-09-24  Alan Mackenzie  <acm@muc.de>
12813         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12814         c-forward-conditionals, but it doesn't move point and doesn't set
12815         the mark.
12816         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12817         (c-down-conditional-with-else, c-backward-conditional)
12818         (c-forward-conditional): Refactor to use c-scan-conditionals.
12820 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12822         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12823         (help-default-arg-highlight): Remove.
12824         (help-highlight-arg): New function.
12825         (help-do-arg-highlight): Use it.
12826         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
12828 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12830         * term.el (term-set-scroll-region, term-handle-ansi-escape):
12831         Undo last change, which didn't fix the problem and introduced others.
12833 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
12835         * progmodes/gdb-mi.el: Don't require speedbar.
12836         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12838 2009-09-24  Glenn Morris  <rgm@gnu.org>
12840         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12842         * term/ns-win.el (ns-reg-to-script): Define for compiler.
12844         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12845         there is no newline after the final mime boundary.  (Bug#4539)
12846         Move markers on insertion so that any buttons inserted don't end up in
12847         the next part of a multipart message.
12848         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
12849         (rmail-mime-bulk-handler): Optionally handle images.
12850         (rmail-mime-image): New button action.
12851         (rmail-mime-image-handler): New function.
12852         (rmail-mime-mode): New mode.
12853         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
12855 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12857         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12858         than just dropping elements from it (bug#4504).
12860         * term.el (term-set-scroll-region): Don't move cursor any more.
12861         (term-handle-ansi-escape): Call term-goto here instead.
12862         Suggested by Ivan Kanis <apple@kanis.eu>.
12864         * term.el: Require CL.
12865         (term-ansi-reset): New function.
12866         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12867         (term-handle-colors-array): Simplify.
12869 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12871         * allout.el (allout-overlay-interior-modification-handler)
12872         (allout-obtain-passphrase):
12873         * epa-file.el (epa-file-write-region):
12874         * ps-print.el (ps-begin-job):
12875         * vc-hooks.el (vc-toggle-read-only):
12876         * vc-rcs.el (vc-rcs-rollback):
12877         * vc-sccs.el (vc-sccs-rollback):
12878         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12879         (vc-version-diff, vc-revert, vc-rollback):
12880         * wdired.el (wdired-check-kill-buffer):
12881         * emacs-lisp/authors.el (authors):
12882         * net/socks.el (socks-open-connection):
12883         * net/zeroconf.el (zeroconf-service-add-hook):
12884         * obsolete/vc-mcvs.el (vc-mcvs-register):
12885         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12886         (gdb-select-frame):
12887         * progmodes/grep.el (lgrep, rgrep):
12888         * progmodes/idlw-help.el (idlwave-help-check-locations)
12889         (idlwave-help-html-link, idlwave-help-assistant-open-link):
12890         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12891         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12892         (reftex-toc-rename-label): Fix typos in error messages.
12894         * dired-aux.el (dired-do-shell-command): Reflow docstring.
12895         (dired-copy-how-to-fn): Doc fix.
12896         (dired-files-attributes, dired-read-shell-command):
12897         Fix typos in docstrings.
12899         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12900         (dired-x-find-file-other-window): Reflow docstrings.
12901         (dired-omit-marker-char, dired-read-shell-command)
12902         (dired-x-submit-report): Fix typos in docstrings.
12904         * shell.el (shell-mode-hook):
12905         * view.el (View-scroll-line-forward):
12906         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12907         Fix typos in docstrings.
12909         * net/dig.el (dig-invoke): Fix typo in docstring.
12910         (query-dig): Reflow docstring.
12912         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12913         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12914         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12915         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12916         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12917         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12918         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12919         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12920         (idlwave-completion-map, idlwave-current-indent)
12921         (idlwave-custom-ampersand-surround, idlwave-customize)
12922         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12923         (idlwave-define-abbrev, idlwave-determine-class-special)
12924         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12925         (idlwave-end-block-reg, idlwave-end-of-statement)
12926         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12927         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12928         (idlwave-explicit-class-listed, idlwave-file-header)
12929         (idlwave-fill-paragraph, idlwave-find-class-definition)
12930         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12931         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12932         (idlwave-in-quote, idlwave-indent-action-table)
12933         (idlwave-indent-expand-table, idlwave-indent-line)
12934         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12935         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12936         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12937         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12938         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12939         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12940         (idlwave-outlawed-buffers, idlwave-popup-select)
12941         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12942         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12943         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12944         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12945         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12946         (idlwave-statement-type, idlwave-struct-skip)
12947         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12948         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12949         (idlwave-what-module-find-class): Fix typos in docstrings.
12950         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12951         (idlwave-calculate-cont-indent, idlwave-expand-equal)
12952         (idlwave-find-module, idlwave-find-structure-definition)
12953         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12954         (idlwave-list-load-path-shadows, idlwave-next-statement)
12955         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12956         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12957         (idlwave-template): Reflow docstrings.
12959         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12960         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12961         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12962         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12963         (idlwave-shell-display-line, idlwave-shell-display-wframe)
12964         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12965         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12966         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12967         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12968         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12969         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12970         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12971         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12972         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12973         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12974         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12975         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12976         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12977         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12978         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12979         Fix typos in docstrings.
12980         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12981         (idlwave-shell-hide-output, idlwave-shell-mode)
12982         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12983         Reflow docstrings.
12985         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12987 2009-09-24  Ivan Kanis  <apple@kanis.eu>
12989         * term.el (term-bold-attribute): New var.
12990         (term-handle-colors-array): Use it.
12992 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
12994         * progmodes/gdb-mi.el (gdb-version): New variable.
12995         (gdb-non-stop-handler): Set gdb-version.
12996         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12997         Condition "--thread" option on gdb-version.
12998         (gdb-invalidate-threads): Remove unused argument.
13000 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13002         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13003         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13005 2009-09-23  Glenn Morris  <rgm@gnu.org>
13007         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13008         replying to mail without References or Message-Id.  (Bug#4525)
13010 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13012         * term/ns-win.el (ns-reg-to-script): New variable.
13014 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13016         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13018 2009-09-22  Sam Steingold  <sds@gnu.org>
13020         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13021         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13022         to 1 because hg returns status 1 when nothing is found.
13023         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13025 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * textmodes/fill.el: Convert to utf-8 encoding.
13028         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13029         pre-Unicode days.
13031         * add-log.el (change-log-fill-forward-paragraph): New function.
13032         (change-log-mode): Use it so fill-region DTRT.
13033         Set fill-indent-according-to-mode here rather than in
13034         change-log-fill-paragraph.
13035         (change-log-fill-paragraph): Remove.
13037 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13039         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13040         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13042 2009-09-22  Glenn Morris  <rgm@gnu.org>
13044         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13045         the scroll-bar scroll the calendar window rather than the buffer.
13047         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13048         commands that move point (as opposed to scrolling).
13050         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13052         * emacs-lisp/elint.el (elint): New custom group.
13053         (elint-log-buffer): Make it a defcustom.
13054         (elint-scan-preloaded, elint-ignored-warnings)
13055         (elint-directory-skip-re): New options.
13056         (elint-builtin-variables): Doc fix.
13057         (elint-preloaded-env): New variable.
13058         (elint-unknown-builtin-args): Add an entry for encode-time.
13059         (elint-extra-errors): Make it a variable rather than a constant.
13060         (elint-preloaded-skip-re): New constant.
13061         (elint-directory): Skip files matching elint-directory-skip-re.
13062         (elint-features): New variable, local to linted buffers.
13063         (elint-update-env): Initialize elint-features.  Possibly add
13064         elint-preloaded-env to the buffer's environment.
13065         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13066         Skip quoted forms.
13067         (elint-init-form): New function, extracted from elint-init-env.
13068         Make non-list forms a warning rather than an error.
13069         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13070         easy-menu-define, put that adds an error-condition, and provide.
13071         When requiring cl, also require cl-macs.  Really require cl, to handle
13072         some cl macros.  Store required libraries in the list elint-features,
13073         so as not to re-load them.  Treat cc-require like require.
13074         (elint-init-env): Call elint-init-form to do the work.
13075         Handle eval-and-compile and such like.
13076         (elint-add-required-env): Do not clear messages.
13077         (elint-special-forms): Add handlers for function, defalias, if, when,
13078         unless, and, or.
13079         (elint-form): Add optional argument to ignore elint-special-forms,
13080         useful to prevent recursive calls from handlers.  Doc fix.
13081         Respect elint-ignored-warnings.
13082         (elint-form): Respect elint-ignored-warnings.
13083         (elint-bound-variable, elint-bound-function): New variables.
13084         (elint-unbound-variable): Respect elint-bound-variable.
13085         (elint-get-args): Respect elint-bound-function.
13086         (elint-check-cond-form): Add some simple handling for (f)boundp and
13087         featurep tests.
13088         (elint-check-defalias-form): New handler.
13089         (elint-check-let-form): Make an empty let a warning rather than an
13090         error.
13091         (elint-check-setq-form): Make an empty setq a warning rather than an
13092         error.  Respect elint-ignored-warnings.
13093         (elint-check-defvar-form): Accept null doc-strings.
13094         (elint-check-conditional-form): New handler.  Does some simple-minded
13095         checking of featurep and (f)boundp tests.
13096         (elint-put-function-args): New function.
13097         (elint-initialize): Use elint-scan-doc-file rather than
13098         elint-find-builtin-variables.  Use elint-put-function-args.
13099         Possibly scan preloaded-file-list.
13100         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13101         extend to handle functions as well.
13103 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13105         * linum.el (linum-delete-overlays, linum-update-window):
13106         Do not modify the right margin.  (Bug#3971)
13108 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13110         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13111         nxml-mode instead of xml-mode.
13113 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13115         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13117 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13119         * net/dig.el (dig-mode): Use define-derived-mode.
13121 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13123         * vc-dispatcher.el (vc-do-command): Return the process object in
13124         the asynchronous case.  Use when instead of if.  Do not run
13125         vc-exec-after to display a message if not enabled.  (Bug#4463)
13127         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13128         properties to the stash strings.
13129         (vc-git-stash-list): Return a list of strings.
13130         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13131         (vc-git-stash-show-at-point): New functions.
13132         (vc-git-stash-map): New keymap.
13134         * register.el (ctl-x-r-map): Define the keys here instead of
13135         using autoload.
13137 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13139         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13140         list, to workaround performance problem (bug#4485).
13142 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13144         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13146 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13148         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13149         Document that this option is not recommended to use.
13151 2009-09-19  Glenn Morris  <rgm@gnu.org>
13153         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13154         variable `var'.
13156         * calc/calc-alg.el (var):
13157         * calc/calcalg2.el (var): Define for compiler.
13159 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13161         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13162         Doc fix (Bug#3932).
13164         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13166         * time-stamp.el (time-stamp-month-dd-yyyy)
13167         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13168         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13169         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13170         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13171         Remove functions that have been obsolete since 1995 (Bug#4436).
13173         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13174         indent buffer only if called interactively (Bug#4452).
13176 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13177             Eli Zaretskii  <eliz@gnu.org>
13179         This fixes bug#4197 (merged to bug#865, though not identical).
13180         * server.el (server-auth-dir): Add docstring note about FAT32.
13181         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13182         but warn against using them.
13184 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13186         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13187         older GDB where there is no has_more field.
13189 2009-09-19  Glenn Morris  <rgm@gnu.org>
13191         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13193 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13195         * files.el (auto-mode-alist): Change default for XML files to nXML
13196         mode (Bug#4169).
13198 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13200         * server.el (server-ensure-safe-dir): Pass 'integer
13201         to `file-attributes', as suggested.
13203 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13205         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13206         (dired-query): Use read-key.
13208 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13210         * cus-start.el (ns-use-qd-smoothing): Remove.
13212 2009-09-18  Glenn Morris  <rgm@gnu.org>
13214         * allout.el (top-level): Remove unnecessary progn.
13216         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13218         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13219         definition of abbrev table.
13221         * speedbar.el (speedbar-track-mouse):
13222         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13223         * net/eudc.el (eudc-expand-inline):
13224         * net/newst-backend.el (newsticker--cache-read-feed):
13225         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13226         condition-case handlers.
13228 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13230         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13231         (gdb-var-list): Add an element for has_more field.
13232         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13233         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13234         (gdb-var-update-handler-1): Parse output of dynamic variable
13235         objects (STL containers).
13236         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13237         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13239         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13240         gdb-var-list.
13241         (gud-speedbar-buttons): Make node expandable if expression "has more"
13242         children.
13244 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13246         * startup.el (emacs-quick-startup): Remove variable and all uses.
13247         (command-line): Set `inhibit-x-resources' instead.
13248         (command-line-1): Use `inhibit-x-resources' instead.
13250 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13252         * subr.el: Fix last change to avoid using the `unless' macro,
13253         which breaks bootstrapping.
13255 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13257         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13258         extended definitions, in case we reload subr.el after having
13259         loaded CL.
13260         (eval-next-after-load): Mark as obsolete.
13262 2009-09-17  Juri Linkov  <juri@jurta.org>
13264         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13265         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13266         (menu-bar-showhide-menu, menu-bar-tools-menu)
13267         (menu-bar-describe-menu, menu-bar-help-menu)
13268         (minibuffer-local-completion-map, minibuffer-local-map):
13269         Fix list quoting.
13271 2009-09-17  Glenn Morris  <rgm@gnu.org>
13273         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13274         arguments, whether or not it has a handler.
13276         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13278         * simple.el (hard-newline): Give it a doc-string.
13280         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13281         (lisp-mode-syntax-table): Give them doc-strings.
13283 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13285         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13286         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13287         (menu-bar-options-menu, menu-bar-showhide-menu)
13288         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13289         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13290         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13291         (menu-bar-options-menu, menu-bar-tools-menu)
13292         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13293         (menu-bar-help-menu):
13294         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13295         string arguments.
13297         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13298         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13299         calls for the menu names and :help.
13301 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13303         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13304         to :minor-mode-function (bug#4455).
13306 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13308         * startup.el (command-line): Initialize the window-system after
13309         processing the command-line.
13311         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13312         page-delimiter matches the empty string.
13314 2009-09-16  Glenn Morris  <rgm@gnu.org>
13316         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13317         byte-compile-not-obsolete-var.  It's a list now.
13318         (byte-compile-not-obsolete-funcs): New variable.
13319         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13320         byte-compile-not-obsolete-funcs.
13321         (byte-compile-variable-ref, byte-compile-defvar): Update for
13322         byte-compile-not-obsolete-vars name-change and list nature.
13323         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13324         and variables behind (f)boundp tests.
13325         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13327 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13329         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13331 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13333         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13334         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13335         Don't autoload.
13337 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13339         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13340         the virtual-buffers, use the name of the buffer specified by
13341         find-file-noselect, as the match may be a symlink.  (This was a
13342         problem if the target and the symlink had different names.)
13344 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13346         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13348         * desktop.el (desktop-path): Check user-emacs-directory.
13350         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13352         * loadup.el: Use after-load-functions to GC after loading each file.
13353         Remove the explicit GC calls that used to be sprinkled around.
13355         * subr.el (after-load-functions): New hook.
13356         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13357         `obsolete' packages, rather than painfully extracting the relevant
13358         directory name.
13360 2009-09-15  Glenn Morris  <rgm@gnu.org>
13362         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13363         free variable `doc'.
13365         * dired.el (dired-mode-map): Add menu entry for async shell command.
13367         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13368         variables, also consider the .elc files, since the .el files are
13369         normally gzipped (subsequent code locates the .el.gz from the .elc).
13371         * calc/calc-prog.el (arglist): Define for compiler.
13373         * calendar/diary-lib.el (diary-display-function): Change the default to
13374         fancy display.
13375         (body): Define for compiler.
13377         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13378         (byte-compile-file-form, byte-compile-lambda)
13379         (byte-compile-top-level-body, byte-compile-form)
13380         (byte-compile-variable-ref, byte-compile-setq)
13381         (byte-compile-setq-default, byte-compile-body)
13382         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13383         (batch-byte-compile): Give some more local variables with common names
13384         a "bytecomp-" prefix to avoid masking warnings about free variables.
13386         * startup.el (command-line-1): Give local variables with common names a
13387         distinguishing prefix, so as not to hide free variable warnings during
13388         bootstrap.
13390         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13391         clever and add a suffix to make a unique name, just let the user decide
13392         whether or not to overwrite it.  If the input is a directory, write the
13393         default filename to that directory.  (Bug#4388)
13394         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13395         is a filename-as-a-directory.
13397 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13399         * textmodes/page.el (what-page): Don't move to beginning of line.
13400         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13402 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13404         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13406 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13408         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13409         * help.el (help-for-help-internal): Add purecopy calls for text.
13411         * vc.el (top): print-log method now takes an optional SHORTLOG
13412         argument.  Add a new method: root.
13413         (vc-root-diff, vc-print-root-log): New functions.
13414         (vc-log-short-style): New variable.
13415         (vc-print-log-internal): Add support for showing short logs.
13417         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13418         vc-print-root-log and vc-print-root-diff.
13420         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13421         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13422         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13423         short logs.
13425         * vc-cvs.el (vc-cvs-print-log):
13426         * vc-mtn.el (vc-mtn-print-log):
13427         * vc-rcs.el (vc-rcs-print-log):
13428         * vc-sccs.el (vc-sccs-print-log):
13429         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13430         that is ignored for now.
13432         * vc-mtn.el (vc-mtn-annotate-command):
13433         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13435 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13437         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13438         to function-key-map, and give them ascii-character property.
13439         * term/x-win.el (x-alternatives-map):
13440         * term/ns-win.el (ns-alternatives-map):
13441         * term/internal.el (msdos-key-remapping-map):
13442         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13444 2009-09-14  Glenn Morris  <rgm@gnu.org>
13446         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13447         temp-buffers (2009-09-12).
13449 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13451         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13452         the new read-key function.
13454 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13456         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13457         is defined (Bug#4405).
13459 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13461         * recentf.el (recentf-cleanup): Use a hash table to find
13462         duplicates (Bug#4407).
13464 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13466         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13467         kp-0 to ascii equivalents (Bug#4325).
13469 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13471         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13473         * eshell/em-hist.el:
13474         * eshell/em-dirs.el (eshell-complete-user-reference):
13475         Declare pcomplete functions and variables to avoid compiler warnings.
13477 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13479         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13480         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13481         * eshell/em-alias.el (eshell-aliases-file):
13482         * eshell/em-hist.el (eshell-history-file-name):
13483         Use expand-file-name instead of concat to make file names (Bug#4308).
13485 2009-09-13  Glenn Morris  <rgm@gnu.org>
13487         * ediff-merg.el (ediff-do-merge):
13488         * filesets.el (filesets-run-cmd):
13489         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13490         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13491         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13492         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13493         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13494         Replace empty `let's with `progn'.
13496 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13498         * mail/sendmail.el (send-mail-function):
13499         * tooltip.el (tooltip-mode):
13500         * simple.el (transient-mark-mode):
13501         * rfn-eshadow.el (file-name-shadow-mode):
13502         * frame.el (blink-cursor-mode):
13503         * font-core.el (global-font-lock-mode):
13504         * files.el (temporary-file-directory)
13505         (small-temporary-file-directory, auto-save-file-name-transforms):
13506         * epa-hook.el (auto-encryption-mode):
13507         * composite.el (global-auto-composition-mode):
13508         Use custom-initialize-delay.
13509         * startup.el (command-line): Don't explicitly call
13510         custom-reevaluate-setting for all the above vars.
13511         * custom.el (custom-initialize-safe-set)
13512         (custom-initialize-safe-default): Delete.
13514 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13516         * term/x-win.el (x-initialize-window-system):
13517         * term/w32-win.el (w32-initialize-window-system):
13518         * term/ns-win.el (ns-initialize-window-system): Don't call
13519         mouse-wheel-mode since it's enabled globally by default already.
13521         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13522         actually define the variable, but only silences the byte-compiler.
13523         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13524         before looking it up.
13525         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13526         is changed.
13528 2009-09-12  Glenn Morris  <rgm@gnu.org>
13530         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13531         1000.
13532         (elint-add-required-env): Don't beep on error.
13533         (elint-forms): In case of error, return ENV unchanged.
13534         (elint-init-env): Skip non-list forms.
13535         (elint-log): Handle unknown file positions.
13537 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13539         * epg.el (epg-make-context): Add autoload cookie.
13540         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13541         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13542         (epg-verify-string, epg-start-sign, epg-sign-file)
13543         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13544         (epg-encrypt-string, epg-start-export-keys)
13545         (epg-export-keys-to-file, epg-export-keys-to-string)
13546         (epg-start-import-keys, epg-import-keys-from-file)
13547         (epg-import-keys-from-string, epg-start-receive-keys)
13548         (epg-receive-keys, epg-import-keys-from-server)
13549         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13550         (epg-sign-keys, epg-start-generate-key)
13551         (epg-generate-key-from-file, epg-generate-key-from-string):
13552         Remove autoload cookie.
13554 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13556         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13557         reevaluation of trash-directory.
13559         * mwheel.el: Fix last change.
13560         (mouse-wheel-mode): New defvar.
13561         (mouse-wheel-mode): Remove autoload cookie.
13563 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13565         * mwheel.el (mwheel-installed-bindings): New var.
13566         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13567         the bindings we set last time.  Use custom-initialize-delay.
13568         * loadup.el: Load mwheel after term/*-win.el.
13569         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13570         and mouse-wheel-up-event now that their first evaluation is done
13571         sufficiently late to be correct.
13573         * startup.el (tutorial-directory): Make it a defcustom.
13574         Use custom-initialize-delay rather than eval-at-startup to set it.
13575         * image.el (image-load-path): Make it a defcustom.
13576         Use custom-initialize-delay rather than eval-at-startup to set it.
13577         * subr.el (eval-at-startup): Remove.
13578         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13580         * subr.el (do-after-load-evaluation): Warn the user after loading an
13581         obsolete package.
13583 2009-09-12  Glenn Morris  <rgm@gnu.org>
13585         * proced.el (proced-mark-alt): Remove alias.
13586         (proced-mode-map): Remove proced-mark-alt.
13588         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13589         Elint file and directory.  Remove initialization entry.
13591         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13592         commands.
13593         (elint-current-buffer): Set mode-line-process.
13594         (elint-init-env): Handle define-derived-mode.
13595         Fix declare-function with unspecified arglist.  Guard against odd
13596         defalias statements (eg iso-insert's 8859-1-map).
13597         (elint-add-required-env): Use a temp buffer.
13598         (elint-form): Just print the function/macro name, not the whole form.
13599         Return env unchanged if we fail to parse a macro.
13600         (elint-forms): Guard against parse errors.
13601         (elint-output): New function, to handle batch mode.
13602         (elint-log-message): Add optional argument.  Use elint-output.
13603         (elint-set-mode-line): New function.
13605 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13607         * emacs-lisp/elp.el (elp-not-profilable): Add more
13608         functions (Bug#4233).
13610 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13612         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13613         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13615 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13617         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13618         (gdb-var-list-children): Use json parsing.
13620 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13622         * progmodes/js.el (js--proper-indentation): Handle the case where
13623         char-before is null.  Reported by Deniz Dogan.
13625 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13627         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13629 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13631         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13632         (epg-digest-algorithm-alist): Add SHA224.
13633         (epg-context-set-passphrase-callback)
13634         (epg-context-set-progress-callback): Add description about
13635         callback function.
13637 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13639         * custom.el (custom-delayed-init-variables): New var.
13640         (custom-initialize-delay): New function.
13641         * startup.el (command-line): "Re"evaluate all vars in
13642         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13643         explicitly any more.
13644         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13645         to avoid creating a ~/.emacs.d at build-time (bug#4347).
13647         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13649 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13651         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13652         (gdb-var-update-handler): Use json parsing.
13654 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13656         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13657         decode annotated text, regardless of language environment.  (Bug#2741)
13659 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13661         * Makefile.in (autoloads): Make rmail.el writable as well.
13663 2009-09-11  Glenn Morris  <rgm@gnu.org>
13665         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13666         loaddefs.el.
13667         * dired.el: Regenerate with extracted autoloads.
13668         * Makefile.in (autoloads): Make dired.el writable.
13670         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13671         * ibuffer.el: Regenerate with extracted autoloads.
13672         * Makefile.in (autoloads): Make ibuffer.el writable.
13674         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13675         * version.el (emacs-copyright, emacs-major-version)
13676         (emacs-minor-version): Reformat doc-strings for make-docfile.
13678         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13679         functions and variables, since they must be stuff specific to some other
13680         platform.
13681         (apropos-print): Make mouse-click message less specific about button.
13683         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13684         that records where a macro was defined.
13685         * help-fns.el (describe-function-1): Mention if a function has a
13686         compiler-macro.
13687         * help-mode.el (help-function-cmacro): New button.
13689         * locate.el (top-level): Always require dired.
13690         (locate-mode-map): Initialize inside the defvar.
13692         * net/ange-ftp.el (dired-compress-file): Declare.
13693         (ange-ftp-dired-compress-file): Add doc string.
13695         * term/ns-win.el (x-display-name, x-setup-function-keys):
13696         Unify doc-strings with X versions.
13698 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13700         * emulation/crisp.el (crisp-mode-map): Move initialization
13701         into declaration.
13702         (crisp-mode): Use define-minor-mode.
13704         * progmodes/xscheme.el (xscheme-evaluation-commands):
13705         Put a :advertised-binding property rather than using
13706         advertised-xscheme-send-previous-expression.
13707         (advertised-xscheme-send-previous-expression): Declare obsolete.
13708         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13709         `advertised-undo'.
13710         (crisp-mode): Add corresponding bindings to
13711         undo's :advertised-binding instead.
13712         * dired.el (dired-mode-map): Put a :advertised-binding property rather
13713         than using dired-advertised-find-file.
13714         (dired-advertised-find-file):
13715         * simple.el (advertised-undo):
13716         * wid-edit.el (advertised-widget-backward): Declare obsolete.
13717         (widget-keymap): Put a :advertised-binding property rather
13718         than using advertised-widget-backward.
13719         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13720         than using advertised-undo.
13721         * tutorial.el (tutorial--default-keys): Adjust accordingly.
13723 2009-09-10  Simon South  <ssouth@slowcomputing.org>
13725         * progmodes/delphi.el (delphi-tab): Indent region when Transient
13726         Mark mode is enabled and region is active; otherwise indent or
13727         insert TAB as usual.
13728         (delphi-mode): Update description of TAB-key binding.
13730 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * subr.el (define-key-rebound-commands): Mark obsolete.
13733         * startup.el (precompute-menubar-bindings): Remove.
13734         (normal-top-level): Remove obsolete code that tried to precompute
13735         menubar bindings.
13736         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13737         define-key-rebound-commands and precompute-menubar-bindings.
13739 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13741         * net/imap.el (imap-interactive-login): Better messages.
13742         (imap-open): Fix bug with renamed buffer on reconnect.
13743         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13744         for easier debugging and cleaner code.  On successful (guessed based on
13745         server capabilities) secondary authentication, set imap-state
13746         correctly.
13747         (imap-last-authenticator): Define imap-last-authenticator as a variable
13748         to avoid warnings.
13750 2009-09-10  Glenn Morris  <rgm@gnu.org>
13752         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13754         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13755         (byte-compile-file-form-autoload): Don't warn about unknown functions
13756         where the autoload statement comes after the use.
13757         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13758         that any handlers inside the body (eg require) are in turn respected.
13760         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13761         effects.
13763         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13764         and syntax and abbrev tables basic docs, if they don't have any.
13766         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13768         * international/mule-cmds.el (top-level): Require cl when compiling.
13769         (view-hello-file): Use default-value rather than
13770         default-enable-multibyte-characters.
13772         * progmodes/fortran.el: Move all safe and risky properties into the
13773         defcustoms.
13775         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13776         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13777         * mail/undigest.el:
13778         Put autoloads in rmail.el rather than loaddefs.el.
13779         * mail/rmail.el: Regenerate with extracted autoloads.
13781         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13782         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13784 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
13786         Reported in thread for Bug#4375.
13787         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13788         "-data-evaluate-expression" instead of print.
13789         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13790         (gdb-tooltip-print): Parse output from above MI command.
13791         (gdb): Revert 2009-08-11 change.  User should detach inferior
13792         manually.
13794         Remove the word "separate" from IO functions as inferior
13795         output is now never displayed in the GUD buffer.
13797 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
13799         * startup.el (command-line-normalize-file-name): On Windows and
13800         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13802 2009-09-10  Juri Linkov  <juri@jurta.org>
13804         * isearch.el (isearch-text-char-description): Propertize escape
13805         character sequences with the `escape-glyph' face.  (Bug#4344)
13807         * simple.el (shell-command): Set asynchronous process filter to
13808         `comint-output-filter'.  (Bug#4343)
13810         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13811         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
13812         the list.  Move "asm" to the bottom.
13813         (grep-find-ignored-directories): Add `choice' with nil value
13814         to empty the list easily.
13815         (grep-find-ignored-files): New option.
13816         (grep-files-history): Set to nil by default instead of '("ch" "el").
13817         (grep-compute-defaults): Add "<X>" to `grep-template'.
13818         (grep-read-files): Bind new local variables `default-alias' and
13819         `default-extension'.  Use a list of default values for the file prompt.
13820         (lgrep): Add `--exclude=' command line options composed from
13821         `grep-find-ignored-files'.
13822         (rgrep): Add `-name' command line options composed from
13823         `grep-find-ignored-files'.  (Bug#4301)
13825 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13827         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13828         (bug#4368).
13830 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13832         * calendar/time-date.el (autoload):
13833         Expand define-obsolete-function-alias into defalias and make-obsolete
13834         for old Emacsen that Gnus supports.
13835         (with-no-warnings): Define it for old Emacsen.
13836         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13837         is available.
13838         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13839         float-time is available; suppress compile warning for time-to-seconds.
13841 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13843         * net/imap.el (imap-message-map): Docstring fix.
13845 2009-09-09  Glenn Morris  <rgm@gnu.org>
13847         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13848         line numbers too.  (Bug#4374)
13850 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13852         * smerge-mode.el (smerge-remove-props, smerge-refine):
13853         Use with-silent-modifications (bug#4342).
13855         * subr.el (with-silent-modifications): New macro.
13857 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
13859         * files.el (top-level): Require `cl' when compiling.
13861 2009-09-07  Glenn Morris  <rgm@gnu.org>
13863         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13865         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13866         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
13868 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
13870         * vc-git.el (vc-git-annotate-command): Use separator to parse
13871         arguments correctly.
13873 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
13875         * proced.el (proced-mode): Doc fix.
13877 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
13879         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13880         lstat fails.
13881         (tramp-do-file-attributes-with-ls): Check for file existence at
13882         remote end.
13883         (tramp-do-file-attributes-with-stat): Likewise.
13884         (tramp-convert-file-attributes): Return nil when attr is nil.
13886 2009-09-05  Glenn Morris  <rgm@gnu.org>
13888         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13889         properties to this button.
13890         (diary-fancy-display): Don't extend the button to the final newline.
13891         (diary-fancy-display-mode): Continue to define "q" as a local key.
13893         * calendar/cal-china.el (holiday-chinese): Make it slightly more
13894         efficient.
13896         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13898         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13899         (byte-compile-dest-file-function): New option.
13900         (byte-compile-dest-file): Doc fix.
13901         Obey byte-compile-dest-file-function.
13902         (byte-compile-cl-file-p): New function.
13903         (byte-compile-eval): Only suppress noruntime warnings about cl functions
13904         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
13905         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13906         than for file being previously loaded.
13907         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13908         (byte-compile-file-form-require): Handle the case where requiring a file
13909         indirectly causes CL to be loaded.
13911 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13913         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13914         before killing the old buffer, since by the time `kill-buffer' is
13915         run so many buffer variables have been set to nil that it may not
13916         behave as expected.  (Bug#4061)
13918 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13920         * files.el (find-alternate-file): If the old buffer is modified
13921         and visiting a file, behave similarly to `kill-buffer' when
13922         killing it, thus reverting to the pre-1.878 behavior; see
13923         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13924         for discussion.  Also, consult `buffer-file-name' as a variable
13925         not as a function, for consistency with the rest of the code.
13927 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
13929         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13930         also when adding a new directory.
13932         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13933         defun.
13935 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13937         * files.el (locate-file-completion-table): Make it provide boundary
13938         information, so partial-completion works better.
13940 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
13942         * mail/footnote.el (Footnote-text-under-cursor):
13943         Check footnote-text-marker-alist before using it (bug#4324).
13945 2009-09-04  Glenn Morris  <rgm@gnu.org>
13947         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13948         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13949         * play/solitaire.el, play/tetris.el:
13950         Remove leading * from defcustom and defface docs.
13952         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13953         necessary.
13954         (diary-fancy-overriding-map): New variable.
13955         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13956         Use view-mode.
13958         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13959         goto-line.
13961 2009-09-03  Glenn Morris  <rgm@gnu.org>
13963         * arc-mode.el (archive-mode):
13964         * dos-fns.el (set-default-process-coding-system):
13965         * man.el (Man-getpage-in-background):
13966         * menu-bar.el (menu-bar-describe-menu):
13967         * server.el (server-process-filter):
13968         * startup.el (command-line):
13969         * tar-mode.el (tar-header-block-tokenize, tar-extract):
13970         * w32-fns.el (set-default-process-coding-system):
13971         * x-dnd.el (x-dnd-handle-file-name):
13972         * international/mule-cmds.el (mule-menu-keymap)
13973         (set-default-coding-systems, language-info-alist, set-language-info)
13974         (set-language-environment, standard-display-european-internal)
13975         (set-locale-environment):
13976         * international/mule-diag.el (mule-diag):
13977         * mail/emacsbug.el (report-emacs-bug):
13978         * mail/rmail.el (rmail-mode):
13979         * mail/sendmail.el (mail-setup):
13980         Use default-value rather than default-enable-multibyte-characters.
13982         * progmodes/f90.el: Move all safe properties into the defcustoms.
13983         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13985         * calendar/appt.el (appt-check):
13986         * calendar/diary-lib.el (diary-set-header, diary-live-p)
13987         (diary-check-diary-file, diary-list-entries)
13988         (diary-include-other-diary-files, diary-simple-display)
13989         (diary-fancy-display, diary-print-entries)
13990         (diary-mark-included-diary-files, diary-make-entry):
13991         Don't call substitute-in-file-name on diary-file.
13993 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
13994             Stefan Monnier  <monnier@iro.umontreal.ca>
13996         * mail/footnote.el (footnote-prefix): Make it a defcustom.
13997         (footnote-mode-map): Move initialization into the declaration.
13998         (footnote-minor-mode-map): Define it rather than changing global-map.
13999         (footnote-mode): Use define-minor-mode.
14001 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14003         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14004         (tramp-do-file-attributes-with-perl)
14005         (tramp-do-file-attributes-with-stat): Rename from
14006         `tramp-handle-file-attributes-with-*'.
14007         (tramp-handle-file-attributes): Use them.
14008         (tramp-do-directory-files-and-attributes-with-perl)
14009         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14010         `tramp-handle-directory-files-and-attributes-with-*'.
14011         (tramp-handle-directory-files-and-attributes): Use them.
14012         (tramp-method-out-of-band-p): Additional parameter SIZE.
14013         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14014         (tramp-handle-write-region): Use it.
14015         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14016         (tramp-handle-vc-registered): Check, whether the first run did
14017         return files to be tested.
14018         (tramp-advice-make-auto-save-file-name): Do not call directly
14019         `tramp-handle-make-auto-save-file-name', because this would bypass
14020         the locking mechanism.
14022         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14023         (file-remote-p, process-file, start-file-process, set-file-times)
14024         (tramp-compat-file-attributes): Compatibility functions shall not
14025         call directly `tramp-handle-*', because this would bypass the
14026         locking mechanism.
14027         (tramp-compat-number-sequence): New defun.
14029 2009-09-02  Glenn Morris  <rgm@gnu.org>
14031         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14032         alias for float-time.
14033         (time-to-number-of-days): In Emacs, use float-time.
14034         * net/newst-backend.el (time-add): Suppress warnings from compat
14035         function.
14036         * time.el (emacs-uptime, emacs-init-time):
14037         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14038         Use float-time rather than time-to-seconds.
14040         * minibuffer.el (completion-initials-expand): Fix typo.
14042         * faces.el (modeline, modeline-inactive, modeline-highlight)
14043         (modeline-buffer-id):
14044         * info.el (info-menu-5): Mark these face aliases as obsolete.
14046 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14048         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14049         space ...
14050         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14051         no "--thread" option.
14052         (gdb-stopped): Don't print "Switched to thread" message when it is
14053         unchanged.
14055 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * minibuffer.el (completion-try-completion)
14058         (completion-all-completions): Remove ill-defined (and
14059         mistakenly installed and luckily never used nor documented)
14060         `completion-styles' property.
14061         (completion-initials-expand, completion-initials-all-completions)
14062         (completion-initials-try-completion): New functions.
14063         (completion-styles-alist): Add doc to each entry.
14064         Add new `initials' entry.
14066 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14068         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14069         MI command -var-evaluate-expression.
14070         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14071         and tweak for case of string child.
14072         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14074 2009-09-01  Glenn Morris  <rgm@gnu.org>
14076         * add-log.el (change-log-date-face, change-log-name-face)
14077         (change-log-email-face, change-log-file-face, change-log-list-face)
14078         (change-log-conditionals-face, change-log-function-face)
14079         (change-log-acknowledgement-face):
14080         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14081         (custom-modified-face, custom-set-face, custom-changed-face)
14082         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14083         (custom-documentation-face, custom-state-face, custom-comment-face)
14084         (custom-comment-tag-face, custom-variable-tag-face)
14085         (custom-variable-button-face, custom-face-tag-face)
14086         (custom-group-tag-face-1, custom-group-tag-face):
14087         * diff-mode.el (diff-header-face, diff-file-header-face)
14088         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14089         (diff-added-face, diff-changed-face, diff-function-face)
14090         (diff-context-face, diff-nonexistent-face):
14091         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14092         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14093         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14094         (Info-title-4-face):
14095         * isearch.el (isearch-lazy-highlight-face):
14096         * log-view.el (log-view-file-face, log-view-message-face):
14097         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14098         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14099         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14100         (cvs-msg-face):
14101         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14102         (smerge-base-face, smerge-markers-face):
14103         * wid-edit.el (widget-documentation-face, widget-button-face)
14104         (widget-field-face, widget-single-line-field-face)
14105         (widget-inactive-face, widget-button-pressed-face):
14106         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14107         (woman-addition-face):
14108         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14109         (eshell-ls-executable-face, eshell-ls-readonly-face)
14110         (eshell-ls-unreadable-face, eshell-ls-special-face)
14111         (eshell-ls-missing-face, eshell-ls-archive-face)
14112         (eshell-ls-backup-face, eshell-ls-product-face)
14113         (eshell-ls-clutter-face):
14114         * eshell/em-prompt.el (eshell-prompt-face):
14115         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14116         * obsolete/old-whitespace.el (whitespace-highlight-face):
14117         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14118         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14119         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14120         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14121         (antlr-font-lock-literal-face):
14122         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14123         (ebrowse-root-class-face, ebrowse-file-name-face)
14124         (ebrowse-default-face, ebrowse-member-attribute-face)
14125         (ebrowse-member-class-face, ebrowse-progress-face):
14126         * progmodes/make-mode.el (makefile-space-face):
14127         * progmodes/sh-script.el (sh-heredoc-face):
14128         * textmodes/flyspell.el (flyspell-incorrect-face)
14129         (flyspell-duplicate-face):
14130         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14131         * textmodes/texinfo.el (texinfo-heading-face):
14132         Mark face aliases with "-face" suffix as obsolete.
14134         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14135         compiler.
14137         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14138         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14139         easy-menu-define wants to modify these.
14141         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14143         * net/browse-url.el (browse-url-file-url):
14144         * term/internal.el (dos-codepage-setup):
14145         Use default-value rather than default-enable-multibyte-characters.
14147         * progmodes/etags.el (etags-goto-tag-location):
14148         * progmodes/flymake.el (flymake-highlight-line)
14149         (flymake-goto-file-and-line, flymake-goto-line):
14150         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14151         (gdb-goto-breakpoint):
14152         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14153         * progmodes/python.el (python-find-function)
14154         (python-pdbtrack-track-stack-file):
14155         * progmodes/verilog-mode.el (verilog-surelint-off):
14156         * term/ns-win.el (ns-open-file-select-line):
14157         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14158         Use forward-line rather than goto-line.
14160         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14161         * textmodes/reftex-index.el (reftex-display-index):
14162         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14163         * textmodes/reftex-toc.el (reftex-toc):
14164         Remove unnecessary bindings of default-major-mode (all are followed by
14165         major-mode check and possible mode switch).
14167 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14169         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14170         Handle watchpoints (bug#4282).
14171         (def-gdb-thread-buffer-command): Enable thread to be selected by
14172         clicking without selecting threads buffer first.
14173         (gdb-current-context-command): Use selected frame so that "up",
14174         "down" etc work in the GUD buffer.
14175         (gdb-update): Find selected frame before rendering stack buffer.
14176         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14178 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14180         * progmodes/sym-comp.el (displayed-completions): Remove.
14181         (symbol-complete): Use minibuffer-complete.
14183 2009-08-31  Glenn Morris  <rgm@gnu.org>
14185         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14187         * apropos.el (apropos-symbols-internal):
14188         Handle (obsolete) face aliases.
14190         * faces.el (describe-face): Adjust the output format to be more like
14191         describe-variable, and to mention (obsolete) face aliases.
14192         Adjust the whitespace so that help-setup-xref works.
14194         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14195         * calendar/diary-lib.el (diary-button-face):
14196         Mark these face aliases as obsolete.
14198         * calendar/calendar.el (calendar-today): Doc fix.
14200 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14202         * progmodes/gdb-mi.el (gdb-control-all-threads)
14203         (gdb-control-current-thread): Force tool bar update.
14204         (gdb-non-stop-handler): New function.
14205         (gdb-init-1): Use it to test if non-stop mode is supported.
14206         Remove unused gdbmi buffer type.
14208 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14210         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14211         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14213 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14215         * comint.el (comint-exec-1): Check command is non-null first.
14216         Part of gdb-mi.el change (2009-08-28).
14218 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14220         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14222 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14224         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14225         instead of `dolist' to avoid a recursive require when bootstrapping.
14227 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14231         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14233         * net/imap.el (imap-send-command): Simplify.
14234         (imap-wait-for-tag): point-max -> buffer-size.
14236         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14238         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14239         with constant argument.
14241         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14243         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14245         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14246         Change default, since most of our files don't have a history.
14247         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14248         the user.
14250         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14251         Add comint-run.
14253         * calc/calc.el: Improve commenting convention.
14254         (calc-digit-map, toplevel): Simplify.
14256         * comint.el (comint-insert-input): Be careful to only set point if we
14257         don't delegate to some other command.
14259         * proced.el (proced-signal-list): Make it an alist.
14260         (proced-grammar-alist): Capitalize names.
14261         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14262         Disable undo manually and make it read-only.
14263         Use completion-annotate-function.
14265         * minibuffer.el (minibuffer-message): If the current buffer is not
14266         a minibuffer, insert the message in the echo area rather than at the
14267         end of the buffer.
14268         (completion-annotate-function): New variable.
14269         (minibuffer-completion-help): Use it.
14270         (completion--embedded-envvar-table): Environment vars are
14271         always case-sensitive.
14273 2009-08-30  Glenn Morris  <rgm@gnu.org>
14275         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14276         from fortran-current-defun.
14277         (fortran-beginning-of-subprogram): Be more precise about finding the
14278         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14279         (fortran-end-of-subprogram): Simplify.
14280         (fortran-current-defun): Use fortran-start-prog-re.
14282 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14284         * subr.el (do-after-load-evaluation): Simplify.
14286 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14288         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14290         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14291         (vc-rcs-print-log): Use it.
14293         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14295 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14297         * paths.el (abbrev-file-name): Move to abbrev.el.
14298         * abbrev.el (abbrev-file-name): Move from paths.el.
14299         Obey user-emacs-directory.
14300         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14301         user-emacs-directory.
14302         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14303         abbrev-file-name and calc-settings-file any more.
14304         * startup.el (command-line): Recompute abbrev-file-name and
14305         abbreviated-home-dir.
14306         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14307         of the special code for when C-h bindings haven't been changed.
14308         (display-startup-echo-area-message): Use with-current-buffer.
14309         (command-line-1): Use a list of strings, rather than a list of lists
14310         of strings for longopts.
14312         * files.el (get-free-disk-space): Use / for default-directory.
14314         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14315         Use with-current-buffer.
14317         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14318         Recognize immutable variables like most-positive-fixnum.
14319         (byte-compile-setq-default): Check and warn if trying to assign
14320         to an immutable variable, or a non-variable.
14322         * progmodes/cc-vars.el (c-comment-continuation-stars):
14323         * progmodes/cc-engine.el (c-looking-at-bos):
14324         * progmodes/cc-cmds.el (c-toggle-auto-state)
14325         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14326         (c-comment-line-break-function): Add version of obsolescence.
14328 2009-08-28  Juri Linkov  <juri@jurta.org>
14330         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14331         associated with `archive-mode'.
14333         * image.el (image-type-header-regexps): Use only JPEG magic number
14334         to determine JPEG images, and don't use `image-jpeg-p' because
14335         Emacs can display non-JFIF non-Exif JPEG images.
14337 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14339         * arc-mode.el (archive-mode):
14340         * emacs-lisp/re-builder.el (re-builder-unload-function):
14341         Protect against the default value of `major-mode' being nil.
14343 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14345         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14346         Fix typos in docstrings.
14348         * progmodes/js.el (js--macro-decl-re): Doc fix.
14349         (js--plain-method-re, js--split-name): Refloc docstring.
14350         (js--class-styles, js--make-merged-item, js--splice-into-items):
14351         Fix typos in docstrings; reflow docstrings.
14352         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14353         (js--variable-decl-matcher, js--inside-pitem-p)
14354         (js--parse-state-at-point, js--get-all-known-symbols)
14355         (js--symbol-history, js-find-symbol, js--js-references)
14356         (js--moz-interactor, js--js-encode-value, js--read-tab):
14357         Fix typos in docstrings.
14359 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14361         * textmodes/reftex.el (reftex-get-file-buffer-force):
14362         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14363         * emulation/viper.el (viper-go-away, viper-set-hooks):
14364         * emacs-lisp/re-builder.el (re-builder-unload-function):
14365         * emacs-lisp/bytecomp.el (byte-compile-file):
14366         * ses.el (ses-unload-function):
14367         * hexl.el (hexl-find-file):
14368         * files.el (normal-mode):
14369         * ehelp.el (with-electric-help):
14370         * autoinsert.el (auto-insert-alist):
14371         * arc-mode.el (archive-mode):
14372         Use (default-value 'major-mode) instead of default-major-mode.
14374         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14375         * international/mule.el (load-with-code-conversion):
14376         * emacs-lisp/debug.el (debug):
14377         * ediff-vers.el (ediff-rcs-get-output-buffer):
14378         * dired.el (dired-internal-noselect): Don't let-bind
14379         default-major-mode around code that doesn't use it.
14380         E.g. buffer creation via get-buffer-create doesn't use it.
14382 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14384         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14385         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14386         when writing the temp file.  Otherwise, epa-file gets confused.
14387         (tramp-register-file-name-handlers): Make it a defun.  Move also
14388         `epa-file-handler' to the front of `file-name-handler-alist'.
14390 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14392         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14393         start right after a ^M.
14394         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14395         (tramp-completion-file-name-regexp-separate)
14396         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14397         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14398         Don't modify last-coding-system-used by accident.
14399         (tramp-completion-file-name-handler): Apply the checks here,
14400         instead during registration.
14401         (tramp-register-file-name-handlers): Renamed from
14402         `tramp-register-file-name-handler'.  Register both
14403         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14404         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14406 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14408         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14409         Remove variable ...
14410         (gdb-init-1, gdb-display-separate-io-buffer)
14411         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14412         references to it.
14413         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14414         (gdb-inferior-filter): Use comint-output-filter to stop
14415         echoing and remove ^M characters.
14417 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14419         * emulation/viper-init.el (viper-restore-cursor-type):
14420         * emulation/cua-base.el (cua--update-indications):
14421         Replace default-cursor-type with (default-value 'cursor-type).
14423         * mail/sendmail.el (mail-recover-1):
14424         * international/mule-diag.el (describe-current-coding-system-briefly)
14425         (describe-current-coding-system):
14426         * international/mule-cmds.el (select-safe-coding-system)
14427         (select-message-coding-system)
14428         (set-language-environment-coding-systems, set-locale-environment):
14429         * hexl.el (hexl-insert-multibyte-char):
14430         * dos-w32.el (find-buffer-file-type-coding-system):
14431         * simple.el (what-cursor-position):
14432         Replace uses of default-buffer-file-coding-system
14433         with (default-value 'buffer-file-coding-system).
14435         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14436         Replace uses of default-cursor-in-non-selected-windows
14437         with (default-value 'cursor-in-non-selected-windows).
14438         Use with-current-buffer.
14440         * mail/feedmail.el: Use CL macros.
14441         (feedmail-run-the-queue, feedmail-send-it-immediately):
14442         * dos-w32.el (find-buffer-file-type): Replace uses of
14443         default-buffer-file-type with (default-value 'buffer-file-type).
14445 2009-08-28  Glenn Morris  <rgm@gnu.org>
14447         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14448         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14449         Use default-value of major-mode rather than default-major-mode.
14451 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14453         * Makefile.in (update-elcfiles): Report left over elc files.
14455         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14456         expand-file-name and with-current-buffer.
14457         (mail-get-names, mail-directory): Use with-current-buffer.
14459         * vc.el (vc-read-revision): New function.
14460         (vc-version-diff, vc-merge): Use it.
14462 2009-08-27  Sam Steingold  <sds@gnu.org>
14464         * simple.el (kill-do-not-save-duplicates): New user option.
14465         (kill-new): When it is non-nil, and the new string is the same as
14466         the latest kill, set replace to t to avoid duplicates in kill-ring.
14468 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14470         * net/tramp.el (tramp-handle-process-file): Do not flush all
14471         caches when `process-file-side-effects' is set.
14472         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14473         instead of `tramp-find-file-exists-command'.
14474         Unset `process-file-side-effects'.
14476 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14478         * net/tramp.el (tramp-methods): New method "rsyncc".
14479         (top): Add completion function for "rsyncc".
14480         (tramp-message-show-message): New defvar.
14481         (tramp-message, tramp-error): Use it.
14482         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14483         remote copying.
14484         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14485         `tramp-methods' entry `copy-env' of "rsyncc".
14486         (tramp-vc-registered-read-file-names): New defconst.
14487         (tramp-vc-registered-file-names): New defvar.
14488         (tramp-handle-vc-registered): Implement optimization strategy.
14489         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14490         (tramp-vc-file-name-handler): New defun.
14491         (tramp-get-ls-command, tramp-get-test-command)
14492         (tramp-get-file-exists-command, tramp-get-remote-ln)
14493         (tramp-get-remote-perl, tramp-get-remote-stat)
14494         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14496         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14497         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14498         timestamps.
14499         (tramp-get-file-property): Check for timestamps in
14500         `tramp-cache-inhibit-cache'.
14501         (tramp-set-file-property): Write timestamp.
14503 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14505         * language/japan-util.el (japanese-symbol-table): Add entries for
14506         cp932-2-byte.
14508         * international/characters.el: Add category `j' to cp932-2-byte.
14510 2009-08-27  Kenichi Handa  <handa@m17n.org>
14512         * international/fontset.el (build-default-fontset-data): New macro.
14513         (setup-default-fontset): Use build-default-fontset-data for CJK,
14514         tibetan, ethiopic, and ipa.
14516 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14518         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14519         (enable-multibyte-characters): Not customizable any more.
14521         * subr.el (default-mode-line-format, default-header-line-format)
14522         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14523         (default-direction-reversed, default-truncate-lines)
14524         (default-left-margin, default-tab-width, default-case-fold-search)
14525         (default-left-margin-width, default-right-margin-width)
14526         (default-left-fringe-width, default-right-fringe-width)
14527         (default-fringes-outside-margins, default-scroll-bar-width)
14528         (default-vertical-scroll-bar, default-indicate-empty-lines)
14529         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14530         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14531         (default-scroll-down-aggressively, default-fill-column)
14532         (default-cursor-type, default-buffer-file-type)
14533         (default-cursor-in-non-selected-windows)
14534         (default-buffer-file-coding-system, default-major-mode)
14535         (default-enable-multibyte-characters): Mark as obsolete.
14537 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14539         * vc-dir.el (vc-dir-update): Remove debug helper.
14541         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14543 2009-08-26  Sam Steingold  <sds@gnu.org>
14545         * simple.el (save-interprogram-paste-before-kill): New user option.
14546         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14547         save the interprogram-paste into kill-ring before overriding it
14548         with the Emacs kill.
14550 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14552         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14553         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14554         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14555         and move to vc-rcs.el.
14556         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14557         move to vc-rcs.el.
14558         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14559         (vc-rcs-update-changelog): Remove.
14560         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14561         and move to vc-rcs.el.
14563         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14564         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14565         renaming.
14566         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14567         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14568         vc.el, renamed to be RCS specific.
14570         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14571         New functions.
14572         (vc-cvs-update-changelog): Move here from vc.el.
14574         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14575         New functions.
14577 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14579         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14581 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14583         * vc-git.el (vc-git-register): Use "git add" for directories.
14584         (vc-git-stash, vc-git-stash-show): New functions.
14585         (vc-git-extra-menu-map): Bind them.
14587         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14588         directory correctly in case the item is a directory itself.
14590         * vc.el: Document the desired behavior for reverted files in the
14591         `added' state.
14592         (vc-default-prettify-state-info): Remove function, unused.
14594         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14596 2009-08-26  Glenn Morris  <rgm@gnu.org>
14598         * bindings.el (standard-mode-line-format): Reposition dashes in
14599         which-func entry.  (Bug#4217)
14601         * files.el (enable-local-variables, enable-local-eval)
14602         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14603         the defcustoms.
14604         (auto-mode-alist, ignored-local-variables)
14605         (save-some-buffers-action-alist): Move risky declarations to the
14606         definitions.
14607         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14608         (font-lock-defaults, format-alist, imenu--index-alist)
14609         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14610         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14611         (mode-line-modified, mode-line-mule-info, mode-line-position)
14612         (mode-line-process, mode-line-remote, outline-level)
14613         (parse-time-rules, rmail-output-file-alist)
14614         (special-display-buffer-names, vc-mode):
14615         Move risky declarations to the relevant files.
14616         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14617         (mode-line-modified, mode-line-process, mode-line-position)
14618         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14619         * font-core.el (font-lock-defaults):
14620         * format.el (format-alist):
14621         * vc-hooks.el (vc-mode):
14622         * window.el (special-display-buffer-names):
14623         * international/mule-cmds.el (input-method-alist):
14624         Define riskiness here (dumped file) rather than in files.el.
14625         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14626         * imenu.el (imenu-generic-expression, imenu--index-alist):
14627         * outline.el (outline-level):
14628         * time.el (display-time-string):
14629         * calendar/parse-time.el (parse-time-rules):
14630         * mail/rmailout.el (rmail-output-file-alist):
14631         Autoload riskiness here, rather than placing in files.el.
14633 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14635         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14637 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14639         * simple.el (process-file-side-effects): New defvar.
14641         * dired-aux.el (dired-show-file-type):
14642         * vc.el (vc-diff-internal):
14643         * vc-arch.el (vc-arch-diff):
14644         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14645         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14646         * vc-git.el (vc-git-registered, vc-git-working-revision)
14647         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14648         (vc-git--empty-db-p):
14649         * vc-hooks.el (vc-user-login-name):
14650         * vc-svn.el (vc-svn-registered, vc-svn-state)
14651         (vc-svn-dir-extra-headers, vc-svn-find-revision):
14652         * progmodes/grep.el (grep-probe): Let-bind
14653         `process-file-side-effects' with nil.
14655         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14657         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14658         daemon.  Replace ping by checking for running service for bluez
14659         and zeroconf.  (Bug#4239)
14661 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14663         * net/dig.el (dig): Add autoload cookie.
14665 2009-08-25  Glenn Morris  <rgm@gnu.org>
14667         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14668         load-history for absolute file-names.
14669         (byte-compile-file-form-require): Warn about use of the cl package.
14671         * format.el (format-alist): Doc fix.
14673         * play/bubbles.el (top-level): Don't require cl at run-time.
14675         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14676         run-time cl).
14678 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
14680         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14681         from cl package.
14682         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14684 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
14686         * calc/calc-alg.el (math-trig-rewrite)
14687         (math-hyperbolic-trig-rewrite): New functions.
14688         (calc-simplify): Simplify trig functions when asked.
14690 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14692         * diff-mode.el (diff-find-source-location): Avoid goto-line.
14694 2009-08-24  Kenichi Handa  <handa@m17n.org>
14696         * language/ind-util.el (mapthread): Delete it.
14697         (combinatorial): New function.
14698         (indian--puthash-cv): Use combinatorial instead of mapthread.
14700 2009-08-22  Kevin Ryde  <user42@zip.com.au>
14702         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14703         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14704         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14705         Clarify docstring that the value is strings not symbols.
14706         (checkdoc-list-of-strings-p): New function.
14708 2009-08-22  Glenn Morris  <rgm@gnu.org>
14710         * files.el (auto-mode-alist):
14711         * hippie-exp.el (he-concat-directory-file-name):
14712         * lpr.el (lpr-windows-system, printer-name):
14713         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14714         * ps-print.el (ps-windows-system):
14715         * startup.el (command-line):
14716         * emulation/viper-ex.el (viper-glob-function):
14717         * international/mule-cmds.el (set-language-environment-coding-systems):
14718         * net/ange-ftp.el (ange-ftp-write-region):
14719         * obsolete/fast-lock.el (fast-lock-cache-name):
14720         Remove code for defunct system-types emx, macos, mswindows, next-mach,
14721         unisoft-unix, vax-vms, win32, w32.
14723         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14724         given name if the pattern is not more specific.
14726         * calendar/lunar.el (lunar-phase-names): New option.
14727         (lunar-phase): Doc fix.
14728         (lunar-cycles-per-year): New constant.
14729         (lunar-index): New function.
14730         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14731         (lunar-phase-name): Use lunar-phase-names.
14732         (calendar-lunar-phases): Use format.
14733         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14735         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14736         Copy imenu-example--name-and-position function here for own use.
14737         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14739         * bs.el (bs--redisplay):
14740         * cus-edit.el (custom-redraw):
14741         * ibuffer.el (ibuffer-bury-buffer):
14742         * server.el (server-goto-line-column):
14743         * startup.el (command-line-1):
14744         * strokes.el (strokes-xpm-for-stroke):
14745         * term.el (term-display-buffer-line):
14746         * view.el (View-goto-line):
14747         * calc/calc.el (calc-do, calc-trail-buffer):
14748         * play/gamegrid.el (gamegrid-add-score-insecure):
14749         * progmodes/ada-mode.el (ada-compile-goto-error):
14750         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14751         (ebrowse-select-1st-to-9nth):
14752         * progmodes/cperl-mode.el (cperl-time-fontification):
14753         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14754         * progmodes/gud.el (gud-display-line):
14755         (idlwave-shell-display-line):
14756         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14757         * progmodes/make-mode.el (makefile-browser-toggle):
14758         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14759         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14760         * textmodes/picture.el (picture-draw-rectangle):
14761         * textmodes/reftex-index.el (reftex-index-goto-letter):
14762         (reftex-select-jump-to-previous):
14763         * textmodes/reftex-sel.el (reftex-find-start-point)
14764         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14765         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14766         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14767         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14768         * textmodes/two-column.el (2C-associated-buffer):
14769         Use forward-line rather than goto-line.
14771         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14772         goto-line.
14774         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14775         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14776         (quick-check-list-to-regexp): Declare.
14778         * progmodes/make-mode.el (makefile-browser-insert-selection):
14779         Use goto-char rather than goto-line.
14781         * progmodes/prolog.el (compilation-error-regexp-alist)
14782         (compilation-forget-errors): Declare.
14784 2009-08-22  Juri Linkov  <juri@jurta.org>
14786         * progmodes/grep.el (lgrep, rgrep): At the beginning
14787         set `dir' to `default-directory' unless `dir' is a non-nil
14788         readable directory.  (Bug#4052)
14789         (lgrep, rgrep): Change a weird way to report an error
14790         from using `read-string' to using `error'.
14791         Instead of using interactive arguments in the function body,
14792         add new argument `confirm'.
14794 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14796         * textmodes/remember.el (remember-buffer):
14797         * progmodes/cperl-mode.el (cperl-vc-header-alist):
14798         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14799         (icalendar-extract-ical-from-buffer):
14800         * net/newst-treeview.el (newsticker-groups-filename):
14801         * net/newst-backend.el (newsticker-cache-filename):
14802         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14803         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14804         (speedbar-add-ignored-path-regexp, speedbar-line-path)
14805         (speedbar-buffers-line-path, speedbar-path-line)
14806         (speedbar-buffers-line-path):
14807         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14808         (epg-sign-keys):
14809         * epa.el (epa-display-verify-result):
14810         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14812 2009-08-21  Glenn Morris  <rgm@gnu.org>
14814         * progmodes/js.el (inferior-moz-process): Fix declaration.
14816         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14818         * obsolete/rnewspost.el (news-mail-reply):
14819         Use goto-char rather than goto-line.
14821         * term/ns-win.el (ns-open-file-select-line):
14822         Use line-beginning-position rather than goto-line.
14824         * apropos.el (apropos-command):
14825         * ehelp.el (electric-helpify):
14826         * printing.el (pr-show-setup):
14827         * strokes.el (strokes-help):
14828         * tutorial.el (tutorial--describe-nonstandard-key)
14829         (tutorial--detailed-help):
14830         * woman.el (woman-mini-help, woman-display-extended-fonts):
14831         * calc/calc-help.el (calc-describe-key):
14832         * emulation/edt.el (edt-electric-helpify):
14833         * international/mule-diag.el (mule-diag):
14834         * play/yow.el (apropos-zippy):
14835         * progmodes/python.el (python-describe-symbol):
14836         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14837         * textmodes/table.el (*table--cell-describe-mode)
14838         (*table--cell-describe-bindings):
14839         Use help-print-return-message rather than the now obsolete alias.
14841         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14842         (calendar-cursor-to-visible-date):
14843         * play/5x5.el (5x5-position-cursor):
14844         * play/decipher.el (decipher):
14845         * play/gomoku.el (gomoku-goto-xy):
14846         * play/landmark.el (lm-goto-xy):
14847         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14848         (mpuz-paint-digit):
14849         Use forward-line, not goto-line.
14851         * mail/rmail.el (rmail-obsolete): Delete custom group.
14852         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14853         (rmail-remote-password, rmail-remote-password-required):
14854         Remove unneeded :set-after and :set properties.
14856 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
14858         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14860 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
14862         * loadup.el: Remove leftover macos code.
14864         * vc-git.el (vc-git-annotate-command): Run asynchronously.
14865         Explicitly pass the date format to git blame so that user local
14866         so that the output format can be parsed.
14868 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
14870         * net/dbus.el (top): Don't check for (getenv
14871         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
14873 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
14875         * log-edit.el (log-edit-strip-single-file-name): New var.
14876         (log-edit-insert-changelog): Use it.  Bug#3571
14878 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14880         * subr.el (read-passwd): Use read-key so keypad keys work as well.
14881         Bug#3287
14883         * help.el (help-print-return-message): Rename from
14884         print-help-return-message.
14886         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14887         cvs-mode-map parent hack.
14888         (log-view-mode): Derive from special-mode.
14890         * linum.el (linum-mode): window-size-change-functions is redundant.
14891         Adapt to new window-configuration-change-hook behavior.
14892         (linum-after-size, linum-after-config): Remove.
14894         * imenu.el (imenu-example--name-and-position)
14895         (imenu-example--lisp-extract-index-name)
14896         (imenu-example--create-lisp-index, imenu-example--create-c-index):
14897         Mark as obsolete.
14899         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14900         (inferior-prolog-mode): Use it.
14901         (inferior-prolog-load-file): Reset list of errors.
14903 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14905         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14907         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14909 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
14911         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14912         is running already.
14914 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14916         * subr.el (listify-key-sequence-1): Use normal syntax since those
14917         integers are nowadays always represented by the same (positive) number
14918         on all platforms.
14919         (read-key-empty-map): New const.
14920         (read-key-delay): New var.
14921         (read-key): New function.
14922         (force-mode-line-update): Use with-current-buffer.
14923         (locate-user-emacs-file): Don't forget to abbreviate the file name.
14924         (start-process-shell-command, start-file-process-shell-command):
14925         Discourage the use of command-args.
14927 2009-08-19  Glenn Morris  <rgm@gnu.org>
14929         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14931 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14933         * simple.el (choose-completion-string): Don't rely on
14934         minibuffer-completing-file-name and ad-hoc checks to decide whether
14935         to continue completion or not.
14937         * minibuffer.el (minibuffer-hide-completions): New function.
14938         (completion--do-completion): Use it.
14939         (completions-annotations): New face.
14940         (completion--insert-strings): Use it.
14941         (completion-pcm--delim-wild-regex): Add docstring.
14942         (completion-pcm--string->pattern): Add support for 0-width delimiters
14943         in completion-pcm--delim-wild-regex.
14945 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14947         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14948         Remove unused var `buffer-modified-p'.
14950         * minibuffer.el (completion--do-completion): Move point for the #b001
14951         case as well (bug#4176).
14952         (minibuffer-complete, minibuffer-complete-word): Don't move point.
14954 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
14956         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
14957         and :session buses.
14959 2009-08-18  Kenichi Handa  <handa@m17n.org>
14961         * international/ucs-normalize.el (ucs-normalize-version):
14962         Change to 1.1.
14963         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14964         (utf-8-hfs): Make it perform normalization on encoding too.
14966         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
14967         (sentence-end-without-space): Delete duplicated chars.
14968         (sentence-end-base): Likewise.
14970         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
14971         (html-mode): Delete duplicated chars from sentence-end-base.
14973         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
14974         (texinfo-mode): Delete duplicated chars from sentence-end-base.
14976 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
14978         * files.el (hack-one-local-variable): If the mode function is for
14979         a minor mode, pass it an argument (Bug#4148).
14981 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
14983         * net/tramp.el (tramp-register-completion-file-name-handler):
14984         Check also for (member 'partial-completion completion-styles).
14986 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14988         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14989         abbrev (Bug#3943).
14991 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
14993         * progmodes/cperl-mode.el: Merge upstream 6.2.
14994         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14995         (cperl-forward-re): Check cperl-brace-recursing.
14996         (cperl-highlight-charclass): New function.
14997         (cperl-find-pods-heres): Use it.
14998         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14999         (cperl-beautify-regexp-piece): Fix column calculation.
15000         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15001         (cperl-beautify-level): Don't process entire regexp.
15002         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15003         calling man.
15004         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15005         (cperl-init-faces): Build a list in the normal way.
15007 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15009         * calendar/parse-time.el (parse-time-string-chars): Save match
15010         data.
15012 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15014         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15015         (sql-product): Use it.
15016         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15017         (sql-set-product): Add completion.
15018         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15019         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15020         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15021         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15022         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15023         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15024         (sql-highlight-db2-keywords): Remove.
15025         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15026         (sql-highlight-product): Use derived-mode-p.
15027         (sql-set-sqli-buffer): Use with-current-buffer.
15028         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15029         Simplify.
15031         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15033         * term.el: Fix commenting convention, turn comments into docstrings.
15035 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15037         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15039 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15041         * calendar/parse-time.el (parse-time-string-chars): Compute using
15042         character classes, to handle non-ascii characters (Bug#3190).
15044 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15046         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15047         another heredoc if the user adds another < (Bug#3226).
15049         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15050         Don't initialize based on window-system (Bug#4124).
15052         * facemenu.el (facemenu-read-color): Use a completion function
15053         that accepts any defined color, such as RGB triplets (Bug#3677).
15055         * files.el (get-free-disk-space): Change fallback default
15056         directory to /.  Expand DIR argument before switching to fallback.
15057         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15059 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15061         * files.el (load-library): Doc fix.
15063 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15065         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15066         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15067         incremental search string.
15069         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15070         XEmacs.
15072         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15073         (ediff-merge-region-is-non-clash)
15074         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15075         Also check if the job is really a merge job.
15077         * ediff.el (ediff-current-file): New function.
15079 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15081         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15082         conventions.
15083         (js-insert-and-indent): Delete function.
15084         (js-mode-map): Don't bind keys to js-insert-and-indent.
15085         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15086         (js-end-of-defun): Rename from js--end-of-defun.
15087         (js-auto-indent-flag): Delete variable.
15089 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15091         * progmodes/js.el: Remove proclaim statement.
15092         Defvar which-func-imenu-joiner-function to silence compiler.
15094         * files.el (auto-mode-alist): Use js-mode for .js files.
15096         * progmodes/js2-mode.el: Remove file.
15098         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15100         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15102         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15104 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15105             Karl Landstrom  <karl.landstrom@brgeight.se>
15107         * progmodes/js.el: New file.
15109 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15111         * timezone.el (timezone-parse-date): Add ability to understand ISO
15112         basic format (minimal separators) dates in addition to the
15113         already-supported extended format dates.
15115 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15117         * international/ucs-normalize.el: Add a `coding' file variable.
15119         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15121 2009-08-14  Sam Steingold  <sds@gnu.org>
15123         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15125 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15127         * faces.el (help-argument-name): Define it here instead of
15128         help-fns.el, because in daemon mode help-fns.el may be loaded when
15129         faces are still uninitialized (Bug#1078).
15131         * help-fns.el (help-argument-name): Move defface to faces.el.
15133 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15135         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15136         create buffer with a pty but no process so that GDB can make the
15137         inferior the controlling process.
15139 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15141         * international/ucs-normalize.el: New file.
15143 2009-08-13  Richard Stallman  <rms@gnu.org>
15145         * mail/rmail.el (rmail-get-attr-names):
15146         Accept an attribute header that is too short.
15148         * mail/rmail.el (rmail-forget-messages):
15149         Ignore nil elt in rmail-message-vector.  Use dotimes.
15151         * progmodes/compile.el (compilation-goto-locus):
15152         Use next-error-move-function.
15154         * simple.el (next-error-move-function): New variable.
15156 2009-08-12  Juri Linkov  <juri@jurta.org>
15158         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15159         always non-nil.  (Bug#4052)
15161         * replace.el (read-regexp): Return empty string when
15162         `default-value' is nil.
15163         (keep-lines-read-args): Don't use empty string as the
15164         default value for `read-regexp'.  (Bug#2495)
15166 2009-08-12  Juri Linkov  <juri@jurta.org>
15168         * international/mule-cmds.el (ucs-insert): Change arguments
15169         from `arg' to `character', `count', `inherit' to be the same
15170         as in `insert-char'.  Doc fix.  (Bug#4039)
15172         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15174 2009-08-12  Juri Linkov  <juri@jurta.org>
15176         * files-x.el: New file.
15178         * files.el: Move code that deals with adding/deleting
15179         file/directory-local variables to files-x.el.
15181         * Makefile.in (ELCFILES): Add files-x.elc.
15183 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15185         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15186         to use `goto-line'.
15187         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15188         `goto-line'.
15189         (gdb-invalidate-disassembly): Do not refresh upon receiving
15190         'update signal.  Instead, update all disassembly buffers only after
15191         threads list.
15192         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15193         (gdb-starting): Moved -data-list-register-names...
15194         (gdb-stopped): ...here so it's sent when first thread stops.
15195         (gdb-registers-handler-custom): Do nothing if register names are
15196         unknown yet.
15198         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15199         from `gdb-mi.el' to avoid extra tangling.
15201         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15202         change which breaks `gud-def' definitions used in `gdb'.
15203         (gdb-update-gud-running): No extra fuss for updating frame number.
15205 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15207         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15208         (describe-language-environment-map, setup-language-environment-map)
15209         (set-coding-system-map): Move initialization into declaration.
15210         (set-language-info-alist): Last arg to define-key-after can be skipped.
15212         * international/quail.el (quail-completion-1): Simplify.
15213         (quail-define-rules): Use slightly more compact code.
15214         (quail-insert-decode-map): Propertize keys, compact columns.
15216         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15217         Add goto-line.
15219 2009-08-10  Miles Bader  <miles@gnu.org>
15221         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15222         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15223         (js2-instance-member, js2-private-member, js2-private-function-call)
15224         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15225         (js2-magic-paren, js2-external-variable):
15226         Remove "-face" suffix from face names.
15227         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15228         (js2-highlight-undeclared-vars, js2-peek-token)
15229         (js2-parse-function-params, js2-mode-show-errors)
15230         (js2-mode-show-warnings, js2-make-magic-delimiter)
15231         (js2-mode-highlight-magic-parens): Update to use new face names.
15233 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15235         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15236         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15238 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15240         * subr.el: Provide hashtable-print-readable.
15242         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15243         hs-c-like-adjust-block-beginning.
15244         (hs-hide-block-at-point): Stop hiding at the beginning of
15245         hs-block-end-regexp (Bug#700).
15247 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15249         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15250         a macro.
15251         (gdb-registers-handler-custom): Do not fail when register names
15252         are unavailable.
15254 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15256         * progmodes/gdb-mi.el (gdb-control-all-threads)
15257         (gdb-control-current-thread): Interactive setters for
15258         `gdb-gud-control-all-threads' to use in menu.
15259         (gdb-show-run-p): Show «Go» when process is not active.
15260         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15261         gud/thread.xpm and gud/all.xpm.
15263 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15265         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15266         (nslookup-font-lock-keywords): Make it a variable.
15267         (net-utils-mode): New mode for viewing diagnostic network output.
15268         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15269         (net-utils-run-simple): New function.
15270         (ifconfig, iwconfig, netstat, arp, route): Use it.
15272 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15274         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15275         (gdb-memory-set-address, def-gdb-set-positive-number)
15276         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15277         after changing settings.
15278         (gdb-invalidate-disassembly): Update when first shown.
15279         (gdb-edit-locals-value): Fixed.
15280         (gdb-registers-handler-custom): Print registers in right order and
15281         allow changing register values (only for current thread yet).
15282         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15283         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15284         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15285         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15286         info in mode name.
15287         (gdb-registers-mode-map): TAB to switch to locals.
15289 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15291         * mail/rmail.el (rmail-add-mbox-headers)
15292         (rmail-set-message-counters-counter): Search for
15293         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15295 2009-08-08  Glenn Morris  <rgm@gnu.org>
15297         * Makefile.in (ELCFILES): Update.
15299 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15301         * mail/sendmail.el (mail-yank-original): Set
15302         buffer-file-coding-system from the one used by the message whose
15303         text is yanked.
15305         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15306         to "windows" when "pgnuplot" is used.
15307         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15308         call accept-process-output if "pgnuplot" is used.
15309         (calc-graph-init): Don't send -display and -geometry to
15310         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15311         running "pgnuplot -V" with shell-command-to-string.
15313         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15314         the default.
15316 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15318         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15319         org/org-latex.elc.
15321 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15323         * vc-dispatcher.el (vc-resynch-window): Update comment.
15325         * term.el (term-handle-ansi-escape): Add comments with the
15326         terminfo capabilities implemented.
15328 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15330         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15331         (gdb-var-create-handler): Rewritten using JSON parser.
15332         (gdb-propertize-header): Moved earlier.
15333         (gdb-set-header): Removed to avoid duplication.
15334         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15335         Refresh disassembly buffers only after threads list have been
15336         update.
15337         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15338         variables.
15340 2009-08-04  Juri Linkov  <juri@jurta.org>
15342         * files.el: Commands to add/delete file/directory-local variables.
15343         (read-file-local-variable, read-file-local-variable-value)
15344         (read-file-local-variable-mode, modify-file-local-variable)
15345         (modify-file-local-variable-prop-line)
15346         (modify-dir-local-variable): New functions.
15347         (add-file-local-variable, delete-file-local-variable)
15348         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15349         (add-dir-local-variable, delete-dir-local-variable)
15350         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15351         (copy-dir-locals-to-file-locals-prop-line): New commands.
15353 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15355         * abbrev.el (insert-abbrev-table-description): Prettify output.
15356         Suggested by Karl Chen.
15358 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15360         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15361         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15362         (gdb-overlay-arrow-position, gdb-thread-position)
15363         (gdb-disassembly-position): Declare variables.
15364         (gdb-wait-for-pending): Function now.
15365         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15366         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15367         compilation goes smoothly.
15368         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15369         (gdb-non-stop-setting): New customization setting which replaces
15370         `gdb-non-stop' so changing it doesn't break active GDB session.
15371         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15372         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15373         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15374         (gdb-show-threads-by-default): New customization options.
15375         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15376         routines.
15377         (gdb-get-buffer-create): Send buffers update signal when they are
15378         created.
15379         (gdb-invalidate-locals, gdb-invalidate-registers)
15380         (gdb-invalidate-breakpoints)
15381         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15382         (gdb-invalidate-memory): Accept update signal.
15383         (gdb-current-context-command): Use --frame option.
15384         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15385         Implement `gdb-frame-number' selection logic.
15386         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15387         whether to show GUD toolbar buttons.
15388         (gdb-thread-exited): Unselect current thread when it exits.
15389         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15390         (gdb-mark-line): Routine which sets overlay arrow or inverses
15391         video on fringeless displays.
15392         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15393         to build aligned columns of data in GDB buffers and set text
15394         properties line-by-line.
15395         (gdb-invalidate-breakpoints)
15396         (gdb-breakpoints-list-handler-custom)
15397         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15398         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15399         (gdb-registers-handler-custom): Align data columns.
15400         (gdb-locals-handler-custom): Now prints data like in variable
15401         declarations.
15402         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15403         Removed confusing buttons.
15404         (gdb-invalidate-threads): Append --frame.
15405         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15406         between breakpoints/threads buffers.
15407         (gdb-set-window-buffer): Now can ignore dedicated windows.
15408         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15409         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15410         (def-gdb-thread-buffer-gud-command): Replaces
15411         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15412         for fine thread control.
15413         (gdb-preempt-existing-or-display-buffer): New function used to
15414         display bound buffers without breaking window layout.
15415         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15416         (gdb-select-frame): New version of `gdb-frames-select' which now
15417         sets `gdb-frame-number' so commands may use --frame option instead
15418         of inner debugger state.
15419         (gdb-frame-handler): Do not set `gdb-frame-number'.
15420         (gdb-threads-mode-map): Select threads with mouse.
15422         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15423         avoid compilation warning.
15424         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15425         `gdb-show-stop-p`.
15427         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15428         Argument `key' renamed to `buffer-type'.
15429         (gdb-current-context-buffer-name): Do not add thread info to
15430         buffer name when no thread is selected.
15431         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15432         command (bug 3794).
15433         (gdb-thread-selected): Handle `=thread-selected' notification.
15434         (gdb-wait-for-pending): New macro to deal with congestion problems.
15435         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15436         breakpoints.
15437         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15438         This fixes problem similar to one described in bug 3947.
15439         (gud-menu-map): More menu items.
15440         (gdb-init-1): Reset `gdb-thread-number' to nil.
15442         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15443         non-stop settings.
15445         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15446         (gdb-current-context-command): Do not append --thread if
15447         `gdb-thread-number' is nil.
15448         (gdb-running-threads-count, gdb-stopped-threads-count): New
15449         variables.
15450         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15451         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15452         customization options.
15453         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15454         GUD commands.
15455         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15456         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15457         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15458         set `gdb-thread-number' and update `gud-running' properly.
15459         (gdb-running): Update threads list when new threads appear.
15460         (gdb-stopped): Support non-stop operation and new thread switching
15461         logic.
15462         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15463         (gdb-json-partial-output): New set of JSON routines.
15464         (def-gdb-auto-update-trigger): New `signal-list' optional
15465         argument.
15466         (gdb-thread-list-handler-custom): Update `gud-running',
15467         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15468         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15469         (gdb-continue-thread, gdb-step-thread): New commands for fine
15470         thread execution control.
15471         (gud-menu-map): New menu items to switch non-stop options.
15472         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15473         (gdb-send): Mimic RET properly (bug 3794).
15475         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15476         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15477         gdb-buffer-rules.
15478         (def-gdb-auto-update-handler): New nopreserve optional argument.
15479         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15481         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15482         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15483         (gdb-parent-mode): New mode to derive other GDB modes from.
15484         (gdb-display-disassembly-for-thread)
15485         (gdb-frame-disassembly-for-thread): New commands for threads
15486         buffer.
15488         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15489         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15490         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15491         (gdb-update): We now store all GDB buffers in a list so that they
15492         can be updated by traversing a list instead of calling invalidate
15493         triggers explicitly.
15494         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15495         pair for GDB buffer.
15496         (gdb-stack-buffer-name): Add thread information.
15497         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15498         handle pending triggers.
15499         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15500         (def-gdb-thread-buffer-simple-command)
15501         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15502         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15503         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15504         New commands which show buffers bound to thread.
15505         (gdb-stack-list-locals-regexp): Removed unused regexp.
15507         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15508         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15509         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15510         to (gud-comint-buffer) in *-buffer-name functions
15511         because (gdb-get-target-string) already does that.
15512         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15513         (gdb-changed-registers-handler): Rewritten without regexps.
15515         * progmodes/gdb-mi.el: Basic thread selection support.
15516         (gdb-thread-number): New variable.
15517         (gdb-current-context-command): New macro which adds --thread
15518         option to command.
15519         (gdb-threads-mode-map): Select thread with SPC.
15520         (gdb-thread-list-handler-custom): Mark current thread with overlay
15521         arrow.  Synchronize GDB thread and Emacs thread.
15522         (gdb-select-thread): New command which selects current thread.
15523         (gdb-invalidate-frames, gdb-invalidate-locals)
15524         (gdb-invalidate-registers): Use --thread option.
15526 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15528         * net/tramp.el (top): Make check for tramp-gvfs loading more
15529         robust.  (Bug#3977)
15530         (tramp-handle-insert-file-contents): `unwind-protect' must be
15531         inside `with-parsed-tramp-file-name'.
15533         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15534         fails.
15536 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15538         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15539         directory if CLASSPATH is not set.
15541 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15543         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15544         New defconst.
15545         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15547 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15549         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15550         Update freshmeat link.  Delete newsforge.com as it seems gone.
15552 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15554         * select.el (x-set-selection): Doc fix (Bug#4021).
15556         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15558         * help-fns.el (describe-variable): Treat list return values from
15559         dir-locals-find-file properly (Bug#4005).
15561 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15563         * net/tramp.el (tramp-debug-message): Print also microseconds.
15565 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15567         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15568         or END is non-nil.
15569         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15570         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15571         format.
15573         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15574         (tramp-get-file-property): Use it.
15576         * autorevert.el (auto-revert-handler): Allow
15577         `auto-revert-tail-mode' for remote files.
15579 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15581         * minibuffer.el (read-file-name): Treat confirm options to
15582         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15584 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15586         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15587         (font-lock-variable-name-face, font-lock-constant-face): Darken
15588         the colors for light backgrounds.
15590 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15592         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15593         month names.  (Bug#3987)
15595 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15597         * simple.el (line-move-finish): Pass whole number to
15598         line-move-to-column.
15599         (line-move-visual): Perform hscroll to the recorded position.
15601 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15603         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15605 2009-07-29  Alan Mackenzie  <acm@muc.de>
15607         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15609 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15611         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15612         (gdb-place-breakpoints): Use full path when setting breakpoints.
15614 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15616         * calc/calc.el (calc-mode-map): Add keybinding for
15617         `calc-transpose-lines'.
15619 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15621         * calc/calc-misc.el (calc-transpose-lines): New function.
15623 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15625         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15626         Simplify check for out-of-band methods.
15627         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15628         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15630 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15632         * vc-git.el (vc-git-checkin): Fix typo.
15634 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15636         * progmodes/js2-mode.el: New file.
15638 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15640         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15641         (gud-menu-map): Adjust tooltip accordingly.
15643 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15645         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15646         (vc-bzr-log-view-mode): Adjust log-view-file-re.
15648         * add-log.el (change-log-mode-map): Add a menu.
15650 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
15652         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15653         function returns nil.
15654         (dbus-handle-event): Handle special return value :ignore.
15655         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15657 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
15659         * view.el (view-mode-enable): Don't define Helper-return-blurb if
15660         it's not needed.
15662 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
15664         Fix Bug#3888:
15666         * w32-vars.el (x-select-enable-clipboard): Doc fix.
15668         * term/pc-win.el (x-display-name, x-colors)
15669         (x-select-enable-clipboard, x-select-text): Doc fix.
15671         * term/common-win.el (x-display-name, x-colors): Doc fix.
15673         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15674         (xw-defined-colors): Doc fix.
15676         * w32-fns.el (x-select-text, x-setup-function-keys)
15677         (x-get-selection, x-set-selection): Doc fix.
15679         * term/x-win.el (x-select-text, x-setup-function-keys)
15680         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15682         * select.el (x-set-selection): Doc fix.
15684 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
15686         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15687         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
15688         "IsNSSSupportAvailable" method is not available.  Reported by
15689         Steve Youngs <steve@sxemacs.org>.
15691 2009-07-24  Kenichi Handa  <handa@m17n.org>
15693         * international/characters.el: Fix setting of category ?C, ?|, ?K,
15694         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
15695         (build-unicode-category-table): Fix range checks.
15697 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15699         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15700         the buffer we try to sync is current when calling
15701         vc-resynch-buffer.
15703         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15704         not show up to date files.
15706 2009-07-24  Glenn Morris  <rgm@gnu.org>
15708         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15709         Add autoload cookies.  If necessary, initialize.
15710         (elint-log): Handle non-file buffers.
15711         (elint-initialize): Add optional argument to reinitialize.
15712         (elint-find-builtin-variables): Save excursion.
15714 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15716         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15717         for Lint.
15719 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15721         * vc.el (vc-print-log-internal): New function, split out from ...
15722         (vc-print-log): ... here.
15723         (vc-dir-move-to-goal-column): Declare.
15725         * vc-git.el (vc-git-add-signoff): New variable.
15726         (vc-git-checkin): Use it.
15727         (vc-git-toggle-signoff): New function.
15728         (vc-git-extra-menu-map): Bind it to menu.
15729         (vc-git--run-command-string): Accept a nil FILE argument.
15730         (vc-git-stash-list): New function.
15731         (vc-git-dir-extra-headers): Use it.
15733 2009-07-23  Glenn Morris  <rgm@gnu.org>
15735         * help-fns.el (describe-variable): Describe ignored and risky local
15736         variables in a similar way to that in which we describe safe ones.
15738         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15739         (byte-compile-output-file-form, byte-compile-output-docform)
15740         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15741         Give some more local variables with common names a "bytecomp-" prefix,
15742         so as not to shadow things during compilation.
15743         * emacs-lisp/cl-macs.el (load-time-value)
15744         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15745         `outbuffer' to `bytecomp-outbuffer'.
15747         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15748         since the next two variables cover them automatically now.
15749         (elint-builtin-variables, elint-autoloaded-variables): New.
15750         (elint-unknown-builtin-args): Remove all members, since they can be
15751         parsed automatically now.
15752         (elint-extra-errors): New.
15753         (elint-env-add-env, elint-env-add-macro): Use cadr.
15754         (elint-current-buffer): Use or.  Change final message.
15755         (elint-get-top-forms): Use line-end-position.
15756         (elint-init-env): Use cadr.  Handle autoload, declare-function,
15757         and defalias.
15758         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
15759         (regexp-assoc): Remove unused function.
15760         (elint-top-form): Set elint-current-pos, to record the start of the
15761         top-level form, for compilation-mode.
15762         (elint-form): Trap errors in macro expansion.  Use dolist.
15763         (elint-unbound-variable): Use elint-builtin-variables and
15764         elint-autoloaded-variables.
15765         (elint-get-args): Use cadr, or.
15766         (elint-check-cond-form): Use dolist, cadr.
15767         (elint-check-condition-case-form): Doc fix.  Use cadr.
15768         Use elint-extra-errors.
15769         (elint-log): New function.
15770         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15771         Distinguish errors and warnings.
15772         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
15773         Use a bytecomp-style format.
15774         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
15775         (elint-get-log-buffer): Use compilation mode.  Disable undo.
15776         Don't truncate lines.
15777         (elint-initialize): Set builtin and autoloaded variable lists.
15778         Only process elint-unknown-builtin-args if non-nil.
15779         (elint-find-builtin-variables, elint-find-autoloaded-variables):
15780         New functions.
15781         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
15783 2009-07-22  Kevin Ryde  <user42@zip.com.au>
15785         * net/newst-backend.el (newsticker--parse-atom-1.0)
15786         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15787         (newsticker--parse-rss-1.0):
15788         * progmodes/idlwave.el (idlwave-mode):
15789         * progmodes/idlw-shell.el (idlwave-shell-mode):
15790         * progmodes/vera-mode.el (vera-mode):
15791         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15792         * progmodes/vhdl-mode.el (vhdl-mode):
15793         * textmodes/table.el (table-generate-source)
15794         (table--warn-incompatibility):
15795         Hyperlink urls in docstrings with URL `...'.
15797 2009-07-22  Glenn Morris  <rgm@gnu.org>
15799         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15800         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15801         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15802         Remove leading * from defcustom docs.
15804         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
15806         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15807         defcustom doc.
15808         (list-load-path-shadows): Optionally, just return shadows as a string.
15810         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15812 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
15814         * mail/rmailedit.el (rmail-edit-mode): Use
15815         auto-save-include-big-deletions.
15817         * mail/rmail.el (rmail-variables): Use
15818         auto-save-include-big-deletions.
15820         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15821         changes.
15823 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15825         * calc/calc.el (calc-undo-length): New variable.
15826         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15828 2009-07-21  Richard Stallman  <rms@gnu.org>
15830         * files.el (auto-save-mode): Handle buffer-save-size = -2
15831         for toggling mode.
15833 2009-07-21  Glenn Morris  <rgm@gnu.org>
15835         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15837         * calendar/todo-mode.el (calendar-current-date): Update declaration.
15839         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15840         silence compiler.  Instead...
15841         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15842         (ps-print-ensure-fontified): Update for above function name changes.
15844         * printing.el (pr-mh-get-msg-num, pr-mh-show)
15845         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15846         silence compiler.  Instead...
15847         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15848         (mh-show-buffer): Only define for compiler.
15849         (pr-mh-current-message): Update for above function name changes.
15851         * files.el (abort-if-file-too-large): Explicitly pass `filename'
15852         as an argument.
15853         (find-file-noselect, insert-file-1): Update for above change.
15855         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15857         * mail/mailclient.el (mailclient-send-it): Fix message.
15859         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15860         (edebug-eval): Check cl-debug-env is bound.
15861         (print-level, print-circle): Don't redefine built-in variables.
15863         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15864         (custom-print-vectors): Remove old comments from doc.
15866         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15867         (emerge-version): Make the variable an obsolete alias for the
15868         emacs-version variable.  Make the function obsolete.
15869         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15870         Emerge options, rather than merging in into the main Options menu.
15871         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
15872         and auto advance modes.  Disable edit/fast items when not relevant.
15874 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15876         * term/vt420.el (terminal-init-vt420): Fix typo.
15878 2009-07-20  Sam Steingold  <sds@gnu.org>
15880         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15881         variable (removed from compile.el on 2004-03-11).
15883 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
15885         * files.el (hack-local-variables-filter): Fix last change.
15887 2009-07-19  Juri Linkov  <juri@jurta.org>
15889         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15890         (dir-local-variables-alist): New buffer-local variable.
15891         (hack-local-variables-filter): If variable is not dir-local,
15892         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15893         because file-local overrides dir-local.
15894         (c-postprocess-file-styles) <declare-function>:
15895         Remove obsolete declaration.
15896         (hack-dir-local-variables): Add dir-local variable/value pair to
15897         `dir-local-variables-alist' and remove duplicates.  Doc fix.
15899         * help-fns.el (describe-variable): Add information about
15900         file-local and dir-local variables.
15902 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
15904         * files.el (hack-local-variables-filter): Rewrite.
15906 2009-07-19  Glenn Morris  <rgm@gnu.org>
15908         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15909         Silence compiler by only defining on XEmacs.
15911         * international/mule.el (auto-coding-regexp-alist): Only match
15912         BABYL... at the start of buffer, not of lines.  (Bug#3790)
15914         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15915         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
15916         (cal-menu-context-mouse-menu): Doc fix.
15918         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15920         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
15922 2009-07-18  Juri Linkov  <juri@jurta.org>
15924         * info.el: Virtual Info keyword finder.
15925         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15926         (Info-finder-file): New variable.
15927         (Info-finder-find-file): New function.
15928         (finder-known-keywords, finder-package-info)
15929         (find-library-name, lm-commentary): Use defvar and
15930         declare-function to silence compiler warnings.
15931         (Info-finder-find-node): New function.
15932         (info-finder): New command.
15934         * subr.el (process-kill-buffer-query-function): New function.
15935         (add-hook)<kill-buffer-query-functions>: Add hook
15936         `process-kill-buffer-query-function'.
15938 2009-07-18  Alan Mackenzie  <acm@muc.de>
15940         * progmodes/cc-mode.el (c-before-hack-hook)
15941         (c-postprocess-file-styles): Give invocation of `c-set-style'
15942         DONT-OVERRIDE parameter of t.  Already set style variables will
15943         thus not be overridden by style settings given by `c-file-syle'.
15945         * files.el (hack-local-variables-filter): Remove entries with
15946         duplicate keys from `file-local-variables-alist'.
15948 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15950         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15951         x-set-selection if display-selections-p returns nil for the
15952         current frame.
15954 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
15956         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15958 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15960         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15961         Accept nil in addition to a regexp.
15962         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15963         Accept nil in addition to a regexp.
15964         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15965         buffers that have an associated file.  Handle nil values of
15966         desktop-buffers-not-to-save and desktop-files-not-to-save.
15967         (Bug#3833)
15969         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15970         (x-disown-selection-internal): New functions.
15972 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
15974         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15975         warning.
15976         (gdb-breakpoints-header): Move forward to avoid compiler warning.
15977         (gdb-make-header-line-mouse-map): Remove duplicate definition.
15979 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
15981         * simple.el (set-mark): Revert last change.
15983 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
15985         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15986         rendering of pngs is not possible instead of messaging a long
15987         description.
15989 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
15991         * w32-fns.el (x-selection-owner-p): New function.
15993         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15994         (mouse-yank-at-click, mouse-yank-primary): If
15995         select-active-regions is non-nil, deactivate the mark before
15996         insertion.
15998         * simple.el (deactivate-mark, set-mark): Only save selection if we
15999         own it.
16001 2009-07-17  Kenichi Handa  <handa@m17n.org>
16003         * case-table.el (describe-buffer-case-table): Fix for the case
16004         that KEY is a cons.
16006 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16008         * vc-rcs.el (vc-rcs-find-file-hook):
16009         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16011 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16013         * net/tramp.el (tramp-wait-for-output): Handle the case when
16014         commands do not return a newline but a null byte before the shell
16015         prompt.  (Bug#3858)
16017 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16019         * term/ns-win.el (ns-set-alpha): Don't declare.
16020         (ns-set-background-alpha): Remove function.
16022 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16024         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16025         y-or-n-p, for safety.
16027 2009-07-16  Richard Stallman  <rms@gnu.org>
16029         * files.el (auto-save-mode): If buffer-saved-size is -2,
16030         don't clobber it.
16032         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16033         (rmail-retry-ignored-headers): Add more uninteresting fields.
16035 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16037         * net/rcirc.el (rcirc): Use history variables.
16038         (rcirc-server-name-history, rcirc-nick-name-history)
16039         (rcirc-server-port-history): New variables.
16041 2009-07-15  Kenichi Handa  <handa@m17n.org>
16043         * international/mule-cmds.el (set-language-environment-charset):
16044         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16045         ignore them.
16047         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16048         Delete unibyte-display.
16050 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16052         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16054 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16056         * simple.el (deactivate-mark): Optional argument FORCE.
16057         (set-mark): Use deactivate-mark.
16059         * info.el (Info-search): No need to check transient-mark-mode
16060         before calling deactivate-mark.
16062         * select.el (x-set-selection): Doc fix.
16063         (x-valid-simple-selection-p): Allow buffer values.
16064         (xselect--selection-bounds): Handle buffer values.  Suggested by
16065         David De La Harpe Golden.
16067         * mouse.el (mouse-set-region, mouse-drag-track): Call
16068         copy-region-as-kill before setting the mark, to let
16069         select-active-regions work.
16071 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16073         * simple.el (deactivate-mark): If select-active-regions is
16074         non-nil, copy the selection data into a string.
16075         (activate-mark): If select-active-regions is non-nil, set the
16076         selection to the current buffer.
16077         (set-mark): Update selection if select-active-regions is non-nil.
16079         * select.el (x-valid-simple-selection-p): Allow buffer values.
16081 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16083         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16084         and more featureful message-mode.
16086 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16088         * select.el (x-set-selection): Doc fix.
16089         (x-valid-simple-selection-p): Disallow selection data consisting
16090         of a list or cons of integers, since that is not used.
16091         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16092         (xselect-convert-to-string, xselect-convert-to-length)
16093         (xselect-convert-to-filename, xselect-convert-to-charpos)
16094         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16096 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16098         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16099         output in -break-info command (Emacs bug #3794).
16101 2009-07-14  Glenn Morris  <rgm@gnu.org>
16103         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16104         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16105         (edebug-print-length, edebug-print-level, edebug-print-circle)
16106         (edebug-sit-for-seconds, edebug-view-outside)
16107         (edebug-bounce-point, edebug-set-global-break-condition)
16108         (edebug-Go-nonstop-mode, edebug-trace-mode)
16109         (edebug-Trace-fast-mode, edebug-continue-mode)
16110         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16111         (edebug-visit-eval-list): Doc fixes.
16113         * subr.el (def-edebug-spec): Doc fix.
16115 2009-07-14  Kenichi Handa  <handa@m17n.org>
16117         * international/characters.el: Fix setting of category ?C.
16119 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16121         * term/ns-win.el (x-select-font): defalias x-select-font to
16122         ns-popup-font-panel instead of generate-fontset-menu.
16124 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16126         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16128 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16130         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16131         the PK\003\004 header (Bug#3770).
16133 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16135         * pcomplete.el (pcomplete-comint-setup): Check for
16136         shell-dynamic-complete-filename too.
16138 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16140         * simple.el (temporary-goal-column): Change the value for
16141         line-move-visual to a cons cell.
16142         (line-move-visual): Record or set the window hscroll, if
16143         necessary (Bug#3494).
16144         (line-move-1): Handle cons value of temporary-goal-column.
16146 2009-07-11  Kenichi Handa  <handa@m17n.org>
16148         * international/mule-diag.el (describe-character-set): Don't show
16149         width.
16151 2009-07-10  Sam Steingold  <sds@gnu.org>
16153         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16154         Omake sometimes indents the errors it prints, so allow all
16155         regexps to start with spaces.
16157 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16159         * cus-edit.el (customize-changed-options-previous-release):
16160         Bump value to 22.1.  (Bug#3804)
16162 2009-07-08  Sam Steingold  <sds@gnu.org>
16164         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16165         to be a cons cell (test . ignored-directory) to selectively ignore
16166         some directories depending on the location of the search.
16168 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16170         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16171         remote user is root, on the local host.
16172         (tramp-local-host-p): Either the local user or the remote user
16173         must be root.  (Bug#3771)
16175 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16177         * progmodes/gdb-mi.el (gdb): Remove description of
16178         gdb-use-separate-io-buffer.
16179         (menu): Don't allow toggling of or enable
16180         gdb-use-separate-io-buffer from menubar.
16182 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16184         * mail/unrmail.el (unrmail): Make sure the message ends with two
16185         newlines (Bug#3769).
16187 2009-07-08  Glenn Morris  <rgm@gnu.org>
16189         * calendar/calendar.el (calendar-current-date): Rework previous change.
16191 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16193         * calendar/calendar.el (calendar-current-date):
16194         Add an optional argument giving an offset from today.
16196 2009-07-08  Glenn Morris  <rgm@gnu.org>
16198         * tutorial.el (tutorial--describe-nonstandard-key):
16199         Adjust the message for when a key has been unbound.
16200         (help-with-tutorial): Hide the arch-tag.
16202 2009-07-08  Kenichi Handa  <handa@m17n.org>
16204         * international/fontset.el (setup-default-fontset): For each
16205         script, append (not set) font-specs.
16207         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16208         docstring.
16210 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16212         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16213         -data-list-register-names to ...
16214         (gdb-starting): ... here because GDB 7.0 requires execution to
16215         have started when using this MI command.
16216         (gdb-set-header): New function to distinguish select and
16217         unselected tabs in gdb buffers.
16218         (gdb-propertize-header): New macro that uses gdb-set-header.
16219         (gdb-breakpoints-header, gdb-locals-header): Use it.
16220         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16222 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16224         * Makefile.in (ELCFILES): Remove fadr.elc.
16226 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16228         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16229         may contain frame information, so `string-match' should be used.
16230         (gdb-update): Disassembly is invalidated through
16231         `gdb-get-selected-frame'.
16232         (gdb-pad-string): New function to pad string with spaces.
16233         (gdb-invalidate-disassembly): Invalidate only if the buffer
16234         exists.
16235         (gdb-disassembly-handler-custom): Column alignment.
16236         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16237         placing new ones.
16238         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16239         end of line, too.
16240         (gdb-frame-handler): Match convention to for disassembly buffer
16241         mode name.
16242         (gdb-stack-list-frames-handler): Rewritten without regexps.
16243         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16244         not highlight breakpoints without line information.
16245         (gdb-input): Add trailing newline to command.
16247         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16248         buffer properly.
16249         (gdb-breakpoints-list-handler-custom): Replacement for
16250         `gdb-break-list-handler'.  Using real parser instead of regexps
16251         now.
16252         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16253         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16254         to place breakpoints.
16255         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16256         functions.
16257         (gdb-disassembly-handler-custom): Show overlay arrow.
16258         (gdb-disassembly-place-breakpoints): Show breakpoints in
16259         disassembly buffer.
16260         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16261         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16262         instead of parsing breakpoints buffer.  Fixed old menu references
16263         in `gud-menu-map'.
16265         * fadr.el: Remove.
16267         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16268         (gdb-memory-address): New variable which holds top address of
16269         memory page shown in memory buffer.
16270         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16271         customization variables.
16272         New functions:
16273         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16274         display the memory buffer.
16275         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16276         buffer display parameters.
16277         (def-gdb-memory-format, gdb-memory-format-binary)
16278         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16279         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16280         Functions for setting memory buffer format.
16281         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16282         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16283         unit size used in memory buffer.
16284         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16285         to next/previous page of memory buffer.
16286         Now using (bindat-get-field) instead of fadr functions.
16288 2009-07-07  Sam Steingold  <sds@gnu.org>
16290         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16291         non-top-level files.
16293 2009-07-07  Kenichi Handa  <handa@m17n.org>
16295         * international/mule-cmds.el (reset-language-environment): Put
16296         the highset priority to the charset iso-8859-1.
16298 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16300         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16301         to the end of the line when locating the block (Bug#700).
16303 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16305         * net/tramp.el (tramp-handle-write-region): Flush file properties
16306         in case of short track.
16308 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16310         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16311         Coded custom representation of verilog error regular expressions
16312         to work with Emacs-22's new format.
16313         (verilog-error-regexp-xemacs-alist): Coded custom representation
16314         of verilog error regular expressions to work with XEmacs format.
16315         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16316         error recognition into XEmacs.
16317         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16318         error recognition into Emacs-22.
16320 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16322         * woman.el: Remove stand-alone closing parentheses.
16323         (woman-file-name, woman2-format-paragraphs)
16324         (woman-leave-blank-lines): Code cleanup.
16325         (woman-use-own-frame): Change default to nil.
16326         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16327         defaults to inherit from default faces.
16328         (woman2-process-escapes): Consume the newline after a stand-alone
16329         filler character (Bug#3651).
16331 2009-07-06  Glenn Morris  <rgm@gnu.org>
16333         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16334         (top-level): Move provide to the end.
16335         (ffap): Remove defunct URL from custom group.
16337         * subr.el (eval-after-load): Doc fix.
16339 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16341         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16342         `calc-embedded-word' is called twice.
16344 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16346         * files.el (find-alternate-file-other-window, find-alternate-file):
16347         Obey confirm-nonexistent-file-or-buffer.
16349 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16351         * dired-aux.el (dired-show-file-type): Handle remote files.
16353 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16355         * desktop.el (desktop-globals-to-save):
16356         Add file-name-history (Bug#2750).
16358 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16360         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16362 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16364         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16365         property on entire argument since this is what eshell-lisp-command
16366         expects.
16368 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16370         * net/tramp-gvfs.el (tramp-gvfs-methods)
16371         (tramp-gvfs-zeroconf-domain)
16372         (tramp-bluez-discover-devices-timeout): Add version flag.
16373         (tramp-gvfs-handler-mounted-unmounted)
16374         (tramp-gvfs-connection-mounted-p): Polish handling of
16375         incompatibilities between GVFS 0.2 and 1.0.
16377 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16379         * cus-start.el (all): Add make-pointer-invisible.
16381 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16383         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16384         formatted correctly.
16386 2009-07-02  Juri Linkov  <juri@jurta.org>
16388         * info.el: Virtual Info files and nodes.
16389         (Info-virtual-files, Info-virtual-nodes): New variables.
16390         (Info-current-node-virtual): New variable.
16391         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16392         New functions.
16393         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16394         to check for a virtual file instead of checking a fixed list
16395         of node names.
16396         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16397         instead of ad-hoc processing of "dir" and (apropos history toc).
16398         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16399         instead of ad-hoc processing of "dir" and (apropos history toc).
16400         Reread a file when moving from a virtual node.
16401         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16402         (Info-directory-toc-nodes, Info-directory-find-file)
16403         (Info-directory-find-node): New functions.
16404         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16405         (Info-history): Move part of code to
16406         `Info-history-find-node'.
16407         (Info-history-toc-nodes, Info-history-find-file)
16408         (Info-history-find-node): New functions.
16409         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16410         (Info-toc): Move part of code to `Info-toc-find-node'.
16411         (Info-toc-find-node): New function.
16412         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16413         the current Info file name to references because now the node
16414         "*TOC*" belongs to the same Info manual.
16415         (Info-toc-build): Rename from `Info-build-toc'.
16416         (Info-toc-nodes): Rename input argument `file' to `filename'.
16417         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16418         instead of ad-hoc processing of ("dir" apropos history toc).
16419         (Info-index-nodes): Use Info-virtual-file-p
16420         to check for a virtual file instead of checking a fixed list
16421         of node names.
16422         (Info-index-node): Add check for `Info-current-node-virtual'.
16423         Raise `save-match-data' higher up the tree to contain
16424         `search-forward' too (bug fix).
16425         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16426         (Info-virtual-index-nodes): New variable.
16427         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16428         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16429         (Info-apropos-file, Info-apropos-nodes): New variables.
16430         (Info-apropos-toc-nodes, Info-apropos-find-file)
16431         (Info-apropos-find-node, Info-apropos-matches): New functions.
16432         (info-apropos): Move part of code to `Info-apropos-find-node' and
16433         `Info-apropos-matches'.
16434         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16435         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16436         for a virtual file instead of checking a fixed list of node names.
16438         * simple.el (async-shell-command): New command.
16440         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16442         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16443         instead of `mount-info'.
16445 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16447         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16448         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16450 2009-07-02  Kenichi Handa  <handa@m17n.org>
16452         * international/mule.el (set-keyboard-coding-system): Force *-unix
16453         coding-system to avoid eol conversion.
16455 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16457         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16458         Add handler for `process-file', `shell-command' and
16459         `start-file-process'.
16460         (tramp-gvfs-handle-shell-command)
16461         (tramp-gvfs-handle-start-file-process)
16462         (tramp-gvfs-handle-process-file): New defuns.
16463         (tramp-synce-list-devices): Simplify check for existence of property.
16465 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16467         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16469 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16471         * language/korean.el (set-language-info-alist): Add korean-cp949,
16472         cp949 to spec.
16474 2009-07-01  Kenichi Handa  <handa@m17n.org>
16476         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16478         * international/encoded-kb.el: Deleted.
16480         * international/mule.el (set-keyboard-coding-system): Perform the
16481         necessary setup here instead of calling encoded-kbd-setup-display.
16483 2009-07-01  Glenn Morris  <rgm@gnu.org>
16485         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16487 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16489         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16491 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16493         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16494         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16495         (tramp-default-file-modes): Remove execute permissions.
16497         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16498         (top): Add a default for "synce" in `tramp-default-user-alist'.
16499         Add completion function for "synce" method.
16500         (tramp-hal-service, tramp-hal-path-manager)
16501         (tramp-hal-interface-manager, tramp-hal-interface-device):
16502         New defconst.
16503         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16504         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16505         New defuns.
16507         * net/trampver.el: Update release number.
16509 2009-06-30  Kenichi Handa  <handa@m17n.org>
16511         * international/fontset.el (setup-default-fontset): Add CJK fonts
16512         for symbols and the other miscellaneous characters.
16514         * language/korea-util.el (setup-korean-environment-internal):
16515         Make char-width-table suitable for Korean environments.
16516         (exit-korean-environment): Cancel above.
16518         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16519         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16520         setup-function to make char-width-table suitable for respective
16521         environments, and an exit-function to cancel that.
16523         * language/japan-util.el (setup-japanese-environment-internal):
16524         Call use-cjk-char-width-table with arg `ja_JP'.
16526         * international/characters.el (cjk-char-width-table): Delete it.
16527         (cjk-char-width-table-list): New variable.
16528         (use-cjk-char-width-table): New arg local-name.
16529         (use-default-char-width-table): Fix for the case that Emacs is
16530         already using the default char-width-table.
16532 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16534         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16535         modes mandatory.  (Bug#3712)
16537 2009-06-29  Alan Mackenzie  <acm@muc.de>
16539         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16540         correction between the visible width of TABs and their number of bytes.
16542 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16544         * server.el (server-buffer-done): Prevent kill-buffer from
16545         prompting by clearing the buffer modification flag (Bug#3696).
16547 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16549         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16550         (verilog-endcomment-reason-re): Support unique case and priority case.
16551         (verilog-basic-complete-re): Support localparam lineup.
16552         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16553         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16554         commenting.
16555         (verilog-leap-to-case-head): Now support *nested* unique &
16556         priority case statements.
16557         (verilog-auto-lineup): Make just declarations the default (as it
16558         had been).
16559         (verilog-leap-to-case-head): Support priority/unique case statements.
16560         (verilog-auto-lineup): Rework to give users radio buttons to
16561         select the various styles of automatic lineup.
16562         (verilog-error-regexp-alist): Rework to support the XEmacs style
16563         of error regular expressions from compilers, lint tools &
16564         simulators.  Note that GNU Emacs has made it impossible for a mode
16565         to load such things.
16566         (electric-verilog-terminate-line, verilog-indent-declaration)
16567         (verilog-auto-wiure): Rework for radio button selection of
16568         auto-lineup selection of specification of auto lineup.
16569         (verilog-beg-of-statement-1): Redesign to support proper operation
16570         in additional code, based on testing with auto-lineup.
16571         (verilog-calculate-indent, assignments & declarations)
16572         (verilog-backward-token): Enhance to support auto-lineup of
16573         assignments & declarations.
16574         (verilog-in-directive-p, verilog-at-struct-p): New function for
16575         easy test of whether we are.
16576         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16577         to support safe execution at almost anyline.
16578         (verilog-calc-1): Properly support indenting deep inside generate
16579         blocks.
16580         (verilog-init-font): Remove definition & use of verilog-init-font,
16581         as it is redundant with font-lock-defaults.
16582         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16583         to avoid circular calls if syntax-ppss is a function (as is the
16584         case now in 22.x GNU Emacs) as that function would sometimes call
16585         itself, leading to (nearly) infinite recursion.
16586         (verilog-ovm-begin-re, verilog-ovm-end-re)
16587         (verilog-ovm-statement-re, verilog-leap-to-head)
16588         (verilog-backward-token): Add support for OVM macros.  Some are
16589         complete statements, and others open and close scopes like begin
16590         and end.
16591         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16592         (verilog-defun-level-generate-only-re): Really fix the defun-list
16593         compilation issue.
16594         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16595         coverpoint, constraint and cross statements.
16596         (verilog-defun-level-list, verilog-generate-defun-level-list)
16597         (verilog-all-defun-level-list): Redo these specifications - it is
16598         too hard to support eval-when compile aggregation of lists also
16599         built at when-compile time.
16600         (verilog-defun-level-list): Place defconsts of variables used in
16601         building regular expressions which are built in eval-when-compile
16602         bodies in the same eval-when-compile body to facilitate compile
16603         without load.
16604         (verilog-beg-block-re-ordered): Support indenting
16605         virtual/protected tasks and functions.
16606         (verilog-defun-level-list, verilog-in-generate-region-p)
16607         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16608         indentation of some module items (generate items).
16609         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16610         across virtual/protected tasks and functions.
16612 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16614         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16615         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16616         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16617         in concatenations.  Reported by Yishay Belkind.
16618         (verilog-auto-ascii-enum): Support one-hot state machines in
16619         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16620         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16621         modport in AUTOINST and add vl-modport for users.  Reported by
16622         David Rogoff.
16623         (verilog-auto-inout-module, verilog-auto-inst)
16624         (verilog-decls-get-interfaces, verilog-insert-definition)
16625         (verilog-insert-one-definition, verilog-read-decls)
16626         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16627         (verilog-sig-modport, verilog-signals-combine-bus)
16628         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16629         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16630         Suggested by David Rogoff.
16631         (verilog-repair-open-comma): Fix non-insertion of comma when
16632         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16633         (verilog-make-width-expression): Simplify [A-1:0] expression
16634         widths to just {A{1'b0}}.
16635         (verilog-mode): Cleanup checkdoc warnings.
16636         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16637         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16638         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16639         (next-error-last-buffer): Fix byte-compiler warning.
16640         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16641         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16642         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16643         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16644         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16645         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16646         in AUTOINOUT.  Reported by Matthew Lovell.
16647         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16648         causing use of <= assignments.  Reported by Alex Reed.
16649         (verilog-read-decls): Fix triand, trior, wand, wor to be
16650         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
16651         (verilog-extended-complete-re): Support import "DPI-C" functions.
16652         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16653         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
16654         (verilog-insert-date, verilog-insert-year)
16655         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16656         Windows systems.  Reported by Michael Potts.
16657         (verilog-read-module-name): Fix AUTOINST when the child module
16658         declaration's name is a tick define.  Reported by Elliot Mednick.
16659         (verilog-read-decls): Fix V2K parameter bit subscripts getting
16660         passed to next parameter's definition.  Reported by Bruce T.
16661         (verilog-read-decls): Fix detecting "parameter int" when using
16662         AUTOINSTPARAM.  Reported by Bruce T.
16663         (verilog-goto-defun): Fix goto not finding modules unless first
16664         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
16665         (verilog-mode): Expand -f flag arguments on entry to mode so
16666         verilog-goto-defun will work.  Reported by Lawrence Butcher.
16667         (verilog-getopt): Expand environment variables in -f file
16668         arguments.  Suggested by Lawrence Butcher.
16669         (verilog-set-define): Fix "Symbol's value as variable is void"
16670         when reading enumerations.
16671         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16672         Suggested by Stephen Peltan.
16673         (verilog-read-defines): Fix reading of enumerations in include
16674         files.  Reported by Steve Peltan.
16676 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16678         * files.el (trash-directory): Fix defcustom type.
16680 2009-06-28  Juri Linkov  <juri@jurta.org>
16682         * help-fns.el (describe-function-1): Correctly locate adviced
16683         functions in hyperlink (Bug#2438).
16685 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
16687         * files.el (trash-directory): Change default to nil.
16688         (move-file-to-trash): If trash-directory is nil and
16689         system-move-file-to-trash is unbound, perform freedesktop-style
16690         trashing.
16692 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16694         * files.el (move-file-to-trash): Add freedesktop trash
16695         support (Bug#973).
16697 2009-06-28  Glenn Morris  <rgm@gnu.org>
16699         * autorevert.el (global-auto-revert-non-file-buffers)
16700         (global-auto-revert-mode): Doc fixes.
16702 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
16704         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16706 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
16708         * faces.el (x-handle-named-frame-geometry): Ensure that we have
16709         opened an X connection before calling x-get-resource (Bug#3194).
16711         * play/doctor.el: Remove reference to obsolete website.
16712         (make-doctor-variables): Correct grammar mistake (Bug#2633).
16714 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
16716         Remove find-file-not-found-hook VC method.  (Bug#2757)
16717         * vc-hooks.el (vc-file-not-found-hook)
16718         (vc-default-find-file-not-found-hook): Remove functions.
16719         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16720         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16721         * vc.el:
16722         * vc-hg.el:
16723         * vc-git.el: Do not mention find-file-not-found-hook VC method.
16725 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
16727         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16728         compatibility function for `looking-back'.
16730         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16731         Use `ispell-looking-back'.
16733 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
16735         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16736         rather than `filename'.
16738 2009-06-23  Miles Bader  <miles@gnu.org>
16740         * face-remap.el (text-scale-set): New function.
16742 2009-06-23  Glenn Morris  <rgm@gnu.org>
16744         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16746         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16748         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16750         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16752         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16753         Simplify Persian conditionals.
16755         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16756         variable `filename'.
16758         * comint.el (comint-insert-input): Doc fix.
16760         * Makefile.in (ELCFILES): Fix typo in previous change.
16762 2009-06-23  Miles Bader  <miles@gnu.org>
16764         * cus-start.el: Add entry for `recenter-redisplay'.
16766 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16768         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16769         Add an optional argument for the backend, use it instead of
16770         calling vc-backend.
16771         (vc-mode-line): Add an optional argument for the backend.
16772         Pass the backend to vc-state and vc-working-revision.  Move code for
16773         special handling for vc-state being a buffer to ...
16775         * vc-rcs.el (vc-rcs-find-file-hook):
16776         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
16778         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16779         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16780         vc-stay-local-p and vc-mode-line calls.
16782         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16783         (vc-cvs-diff, vc-cvs-annotate-command)
16784         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16785         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16786         vc-mode-line calls.
16788         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16789         direct comparison.
16790         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16791         backend when calling vc-mode-line.
16792         (vc-register): Do not create a closure for calling the vc register
16793         function, call it directly.
16795 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16797         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16798         to make it obvious item can be clicked.
16800         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16802 2009-06-23  Kenichi Handa  <handa@m17n.org>
16804         * language/korea-util.el (korean-key-bindings): Change the binding
16805         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
16806         same command.
16808 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
16810         Sync with Tramp 2.1.16.
16812         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16814         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
16815         when a loading of a package fails.  Completion function for rsync
16816         is `tramp-completion-function-alist-ssh'.
16817         (all): Replace all calls of `split-string' and
16818         `tramp-split-string' by `tramp-compat-split-string'.
16819         (tramp-default-method): Use `tramp-compat-process-running-p'.
16820         (tramp-default-proxies-alist): Allow also Lisp forms.
16821         (tramp-remote-path): Add choice "Private Directories".
16822         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16823         (tramp-domain-regexp): Allow also "-", "_" and ".".
16824         (tramp-end-of-output): Remove newlines, and add "$" at the end.
16825         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16826         (tramp-debug-message): Insert header line in debug buffer.
16827         (tramp-handle-directory-files-and-attributes-with-stat):
16828         Care about filenames with spaces, or starting with "-".
16829         (tramp-handle-dired-uncache): New defun.
16830         (tramp-handle-insert-directory): Don't flush the directory from
16831         cache, this is handled by `dired-uncache' now.
16832         (tramp-handle-insert-file-contents): Improve error handling.
16833         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16834         Quote `tramp-end-of-output'.
16835         (tramp-action-password): Improve trace message.
16836         (tramp-check-for-regexp): Both echoes must be present, before removing.
16837         (tramp-open-connection-setup-interactive-shell): Trace coding system.
16838         (tramp-compute-multi-hops): Eval cons cells of
16839         `tramp-default-proxies-alist'.
16840         (tramp-maybe-open-connection): Use the same command pattern for
16841         first hop and further hops.
16842         (tramp-wait-for-output): Remove handling of newlines.
16843         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16844         (tramp-split-string): Remove function.  It is handled in
16845         tramp-compat now.
16847         * net/tramp-cmds.el (tramp-bug):
16848         Recommend `tramp-cleanup-all-connections' in the bug mail.
16850         * net/tramp-compat.el (tramp-compat-split-string)
16851         (tramp-compat-process-running-p): New defuns.
16853         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16854         for `dired-uncache'.
16856         * net/tramp-gvfs.el: New package.
16858         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16859         Add handler for `dired-uncache'.
16860         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16862         * net/trampver.el: Update release number.  Make version check fit
16863         for SXEmacs 22.
16865 2009-06-22  Jim Meyering  <meyering@redhat.com>
16867         Automatically handle .xz suffix (XZ-compressed files), too.
16868         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16869         XZ is the successor to LZMA: <http://tukaani.org/xz/>
16871 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
16872             Nick Roberts  <nickrob@snap.net.nz>
16874         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16875         repository (http://sphinx.net.ru/hg/gdb-mi/).
16877 2009-06-22  Glenn Morris  <rgm@gnu.org>
16879         * files.el (dir-locals-collect-mode-variables): Allow for any number of
16880         `mode' and `eval' entries.  (Bug#3430)
16882         * Makefile.in (ELCFILES): Add fadr.elc.
16884         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16885         differing behavior of \n and ^ in strings.  (Bug#3385)
16887         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16889         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16890         property.
16891         (lisp-indent-function): Make it a defcustom.
16893 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
16895         * progmodes/gdb-ui.el: Replace with ...
16896         * progmodes/gdb-mi.el: ... this file.
16897         * progmodes/gud.el: Modify for gdb-mi.el.
16899 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
16901         * fadr.el: New file.
16903 See ChangeLog.14 for earlier changes.
16905 ;; Local Variables:
16906 ;; coding: utf-8
16907 ;; End:
16909     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
16911   This file is part of GNU Emacs.
16913   GNU Emacs is free software: you can redistribute it and/or modify
16914   it under the terms of the GNU General Public License as published by
16915   the Free Software Foundation, either version 3 of the License, or
16916   (at your option) any later version.
16918   GNU Emacs is distributed in the hope that it will be useful,
16919   but WITHOUT ANY WARRANTY; without even the implied warranty of
16920   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16921   GNU General Public License for more details.
16923   You should have received a copy of the GNU General Public License
16924   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16926 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1