* lisp/vc/log-view.el (log-view-mode-map): Bind revert-buffer.
[emacs.git] / lisp / ChangeLog
blobb871f5cf1ac685832079dbec05c45945a3d31224
1 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
7         * epa.el (epa-passphrase-callback-function): Display filename
8         passed as the 3rd arg.
9         * epa-file.el (epa-file-passphrase-callback-function): Pass
10         filename to epa-passphrase-callback-function.
12 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
14         * cus-edit.el (custom-face-widget-to-spec)
15         (custom-face-get-current-spec, custom-face-state): New functions.
16         (custom-face-set, custom-face-mark-to-save)
17         (custom-face-value-create, custom-face-state-set): Use them.
19         * cus-theme.el (custom-theme--listed-faces): New var.
20         (customize-create-theme): Use *Custom Theme* as the buffer name.
21         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
22         faces listed in custom-theme--listed-faces.
23         (custom-theme-revert): New function.
24         (custom-theme-add-variable, custom-theme-add-face): Insert at the
25         bottom of the list.
26         (custom-theme-write): Prompt for theme name if empty.
27         (custom-theme-write-variables): Use dolist.
28         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
30 2010-10-09  Alan Mackenzie  <acm@muc.de>
32         Enhance fontification of declarators to take account of the
33         presence/absence of "typedef".
35         * cc-engine.el (c-forward-type): New &optional param
36         "brace-block-too".
37         (c-forward-decl-or-cast-1): cdr of return value now indicates the
38         presence of either or both of a "struct"-like keyword and
39         "typedef".
41         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
42         fontification of declarators which follow a "}".
43         (c-font-lock-declarations): Fontify declarators according to the
44         presence/absence of "typedef".
46         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
47         for "typedef".
48         (c-typedef-decl-key): New lang variable built from
49         c-typedef-decl-kwds.
51 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
54         since that's too annoying.  Move the filter groups commands to
55         TAB/backtab.
57         * epa.el (epa-passphrase-callback-function): Say what we're
58         querying the password for.
60         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
61         behaviour, don't bury the ibuffer buffer when visiting other
62         buffers.
64 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
66         * cus-edit.el (custom-commands, custom-buffer-create-internal)
67         (custom-magic-value-create): Pad button tags with spaces.
68         (custom-face-edit): New variable.
69         (custom-face-value-create): Determine whether to use the usual
70         face editor here, instead of using custom-face-selected.  Pass
71         face defaults to custom-face-edit widget.
72         (custom-face-selected, custom-display-unselected): Delete widgets.
73         (custom-display-unselected-match): Function removed.
74         (custom-face-set, custom-face-mark-to-save): Accept
75         custom-face-edit widgets as the direct widget child.
77         * wid-edit.el (widget--completing-widget): New var.
78         (widget-default-complete): Bind it when doing completion.
79         (widget-string-complete, widget-file-complete): Use it.
81 2010-10-09  Glenn Morris  <rgm@gnu.org>
83         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
84         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
85         (holiday-hebrew-misc): Small simplifications.
87         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
89         * net/browse-url.el: Don't require thingatpt, term, dired,
90         executable, or w3-auto when compiling.
91         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
92         Declare.
93         (browse-url-text-emacs): Require term.
95 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
97         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
99 2010-10-08  Glenn Morris  <rgm@gnu.org>
101         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
103         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
104         (shadows-compare-text-p): Make it an obsolete alias for...
105         (load-path-shadows-compare-text): ... new name.
106         (find-emacs-lisp-shadows): Update for above name change.
107         (load-path-shadows-same-file-or-nonexistent): New name for the old
108         shadow-same-file-or-nonexistent.
110 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
112         * minibuffer.el (completion--some, completion--do-completion)
113         (minibuffer-complete-and-exit, minibuffer-completion-help)
114         (completion-basic-try-completion)
115         (completion-basic-all-completions)
116         (completion-pcm--find-all-completions): Use lexical-let to
117         avoid some false matches in variable completion (Bug#7056)
119 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
121         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
123 2010-10-08  Leo  <sdl.web@gmail.com>
125         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
126         return non-nil if the file exists (Bug#7090).
128 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * minibuffer.el (completion--replace):
131         Better preserve markers (bug#7138).
133 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
135         * server.el (server-process-filter): Doc fix.
137 2010-10-08  Drew Adams  <drew.adams@oracle.com>
139         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
141 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
143         * Makefile.in (ELCFILES): Update.
145 2010-10-08  Glenn Morris  <rgm@gnu.org>
147         * vc/ediff-wind.el (ediff-setup-control-frame):
148         * vc/ediff-ptch.el (ediff-default-backup-extension):
149         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
150         (ediff-exec-process): Remove system-types emx, windows-95.
152         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
154 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
156         * cus-edit.el (custom-variable, custom-face): Doc fix.
157         (custom-face-edit): Add value-create attribute.
158         (custom-face-edit-value-create)
159         (custom-face-edit-value-visibility-action): New functions.  Hide
160         unused face attributes by default, and add a visibility toggle.
161         (custom-face-edit-deactivate): Show empty values with shadow face.
162         (custom-face-selected): Only use this for face specs with default
163         attributes.
164         (custom-face-value-create): Cleanup.
166         * wid-edit.el (widget-checklist-value-create): Use dolist.
167         (widget-checklist-match-find): Make second arg optional.
169 2010-10-07  Glenn Morris  <rgm@gnu.org>
171         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
172         Prefix things.
174         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
175         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
176         load-path-shadows-mode, update references.
177         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
178         Rename variable and button.
179         (list-load-path-shadows): Update button caller.
181 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * emacs-lisp/smie.el (smie-bnf-classify): New function.
184         (smie-bnf-precedence-table): Use it to remember the closers/openers.
185         (smie-merge-prec2s): Handle those new entries.
186         (smie-prec2-levels): Only set precedence to nil for actual
187         openers/closers.
188         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
189         that is now unnecessary.
191 2010-10-07  Miles Bader  <miles@gnu.org>
193         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
195 2010-10-07  Glenn Morris  <rgm@gnu.org>
197         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
198         (mail-position-on-field): Remove declarations.
199         (mail-position-on-field): Autoload it.
200         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
201         and mail-header-end.  Don't require sendmail.
203         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
204         (shadow-mode): New mode.
205         (shadow-find-file): New button.
206         (list-load-path-shadows): Use shadow-mode and buttons.
208         * iimage.el (iimage-version): Remove.
209         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
210         Turn into defcustoms.
211         (iimage-mode-map): Give it a doc string.
213         * calendar/appt.el (appt-activate): Give a warning rather than an error
214         if there is no diary-file.
216 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
218         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
219         Use `tramp-handle-find-backup-file-name'.
221 2010-10-06  Glenn Morris  <rgm@gnu.org>
223         * font-core.el (font-lock-defaults-alist): Remove variable.
224         (font-lock-mode): Doc fix.
225         (font-lock-default-function): Do not consult font-lock-defaults-alist.
226         * font-lock.el (font-lock-refresh-defaults): Doc fix.
227         (font-lock-set-defaults): Doc fix.
228         Do not consult font-lock-defaults-alist.
230         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
232         * emacs-lisp/cl.el: No longer provide cl-19.
234 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
236         * net/tramp.el (tramp-handle-directory-files-and-attributes)
237         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
238         New defuns, taken from tramp-smb.el.
239         (tramp-coding-system-change-eol-conversion)
240         (tramp-set-process-query-on-exit-flag): Removed.
242         * net/tramp-compat.el (top): Do not check for byte-compiler
243         objects.
244         (tramp-compat-coding-system-change-eol-conversion)
245         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
246         from tramp.el.
248         * net/tramp-gvfs.el:
249         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
250         by `tramp-compat-set-process-query-on-exit-flag'.
252         * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
253         `tramp-handle-directory-files-and-attributes',
254         `tramp-handle-file-exists-p' and
255         `tramp-handle-file-newer-than-file-p'.
256         (tramp-imap-handle-file-exists-p)
257         (tramp-imap-handle-file-executable-p)
258         (tramp-imap-handle-file-readable-p)
259         (tramp-imap-handle-directory-files-and-attributes)
260         (tramp-imap-handle-file-newer-than-file-p): Removed.
262         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
263         by `tramp-compat-set-process-query-on-exit-flag' and
264         `tramp-coding-system-change-eol-conversion' by
265         `tramp-compat-coding-system-change-eol-conversion'.
267         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
268         `tramp-handle-directory-files-and-attributes',
269         `tramp-handle-file-exists-p' and
270         `tramp-handle-file-newer-than-file-p'.
271         (tramp-smb-handle-directory-files-and-attributes)
272         (tramp-smb-handle-file-exists-p)
273         (tramp-smb-handle-file-newer-than-file-p): Removed.
274         (tramp-smb-maybe-open-connection): Replace
275         `tramp-set-process-query-on-exit-flag' by
276         `tramp-compat-set-process-query-on-exit-flag'.
278 2010-10-05  Glenn Morris  <rgm@gnu.org>
280         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
282 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
284         Continue reorganization of load dependencies.  (Bug#7156)
286         * net/tramp.el (tramp-handle-file-local-copy-hook)
287         (tramp-delete-temp-file-function): Move down.
288         (tramp-exists-file-name-handler): Move up.
289         (tramp-register-file-name-handlers): Simplify autoload.
290         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
291         (tramp-handle-directory-files, tramp-handle-dired-uncache)
292         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
293         (tramp-handle-file-name-completion)
294         (tramp-handle-file-name-directory)
295         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
296         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
297         (tramp-handle-find-backup-file-name)
298         (tramp-handle-insert-file-contents, tramp-handle-load)
299         (tramp-handle-substitute-in-file-name)
300         (tramp-handle-unhandled-file-name-directory)
301         (tramp-mode-string-to-int, tramp-local-host-p)
302         (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
304         * net/tramp-gvfs.el (top):
305         * net/tramp-smb.el (top): Do not require 'tramp-sh.
307         * net/tramp-sh.el (all): Move several objects to tramp.el, see
308         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
310 2010-10-04  Glenn Morris  <rgm@gnu.org>
312         * calendar/appt.el (appt-add): Ensure reminders are enabled.
313         (appt-activate): Give status messages.
315 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
317         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
318         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
319         `gnutls-negotiate' (formerly `starttls-negotiate').  Remove
320         trivial wrapper `starttls-open-stream'.
322 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
324         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
325         log-outgoing commands.
326         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
327         to create a buffer local revert-buffer-function variable.
328         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
329         revert-buffer-function lambda.
331 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
333         * net/gnutls.el (starttls-negotiate): Use the plist interface to
334         `gnutls-boot'.  Make TYPE the only required parameter.  Allow
335         TRUSTFILES and KEYFILES to be lists.
336         (open-ssl-stream): Use it.
338 2010-10-03  Glenn Morris  <rgm@gnu.org>
340         * subr.el (directory-sep-char): Remove obsolete variable.
341         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
342         it is "necessary".
344         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
345         * vc/vc.el (vc-static-header-alist): Doc fix.
346         * vc/vc-cvs.el (vc-cvs-header):
347         * vc/vc-rcs.el (vc-rcs-header):
348         * vc/vc-sccs.el (vc-sccs-header):
349         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
350         * obsolete/vc-mcvs.el (vc-mcvs-header):
351         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
352         on XEmacs.
354 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
356         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
357         obsolete use of binary-overwrite-mode (Bug#7001).
359 2010-10-03  Glenn Morris  <rgm@gnu.org>
361         * obsolete/x-menu.el: Remove file, obsolete since 21.1
363         * textmodes/rst.el (rst-font-lock-keywords-function):
364         Drop Emacs 20 code.
366         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
368         * printing.el: Drop Emacs 20 code.
370         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
371         without having used appt.el already).
373         * subr.el (make-local-hook): Remove function obsolete since 21.1.
374         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
375         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
376         XEmacs.
377         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
378         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
380         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
381         (charset-width, find-charset-region, chars-in-region, forward-point)
382         (encode-coding-string, coding-system-p, ccl-execute-on-string)
383         (define-ccl-program, multibyte-string-p, string-make-multibyte):
384         Remove compatibility cruft (none of these are used by ps*.el).
386 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
388         * subr.el (booleanp): Return t instead of a list (Bug#7086).
390 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
392         * server.el (server-process-filter, server-return-error): Give
393         emacsclient time to shut down after receiving an error string.
395 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
397         * files.el (remote-file-name-inhibit-cache): New defcustom.
399         * time.el (display-time-file-nonempty-p): Use
400         `remote-file-name-inhibit-cache'.
402         * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
403         docstring.
405         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
406         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
407         `remote-file-name-inhibit-cache'.  Check also for an integer
408         value.  Add/increase counter when `tramp-verbose' >= 10.
409         (tramp-set-file-property): Add/increase counter when
410         `tramp-verbose' >= 10.
412         * net/tramp-cmds.el (tramp-cleanup-all-connections)
413         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
414         (tramp-bug): Set tramp-autoload cookie.  Report all interned
415         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
416         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
417         characters only in strings.
419         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
420         to backward compatibility.
422         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
423         (tramp-handle-file-name-all-completions)
424         (tramp-handle-vc-registered): Use
425         `remote-file-name-inhibit-cache'.
426         (tramp-open-connection-setup-interactive-shell): Call
427         `tramp-cleanup-connection' directly.
429 2010-10-02  Glenn Morris  <rgm@gnu.org>
431         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
433         * subr.el (char-bytes): Remove obsolete function.
435         * isearch.el (isearch-return-char): Remove obsolete function.
437         * mouse.el: No longer provide mldrag.
438         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
439         Remove obsolete aliases.
441         * comint.el (comint-kill-output): Remove obsolete alias.
443         * composite.el (decompose-composite-char): Remove obsolete function.
444         * ps-def.el (decompose-composite-char): Remove unused function.
446         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
448         * outline.el (outline-visible): Remove obsolete function.
450         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
451         * faces.el (internal-find-face, internal-get-face)
452         (frame-update-faces, frame-update-face-colors)
453         (x-frob-font-weight, x-frob-font-slant)
454         (internal-frob-font-weight, internal-frob-font-slant)
455         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
456         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
457         (x-make-font-bold-italic): Remove functions and aliases, obsolete
458         since Emacs 21.1.
459         * emulation/viper-util.el (viper-get-face):
460         * obsolete/lucid.el (find-face, get-face): Use facep.
461         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
462         Remove unused functions.
463         * vc/ediff-util.el (ediff-submit-report): Doc fix.
465         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
466         delete tempfile if interrupted during compilation.
468 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470         * net/tls.el (tls-starttls-switches): Give up on using starttls with
471         gnutls-cli.
472         (tls-program): Add --insecure to be consistent with the defaults from
473         openssl s_client.  Now all three commands are insecure.
475 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
477         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
478         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
479         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
481 2010-10-01  Glenn Morris  <rgm@gnu.org>
483         * obsolete/sc.el: Remove file.
485         * files.el (temporary-file-directory): On darwin, also try
486         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
488 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
490         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
491         Let's not break compatibility gratuitously, shall we?
493 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495         * net/tls.el (tls-starttls-switches): New variable.
496         (tls-find-starttls-argument): Use it.
497         (open-tls-stream): Ditto.
499         * net/netrc.el (netrc-credentials): Return the value of the "default"
500         entry.
501         (netrc-machine): Ditto.
503 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
505         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
507 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
509         * server.el (server-start): Don't write pid to the authentication file.
510         (server-create-tty-frame): Don't send pid.
511         (server-process-filter): Send pid at the start of every connection.
513 2010-09-30  Glenn Morris  <rgm@gnu.org>
515         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
516         (show-all-diary-entries): Remove obsolete function aliases.
518         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
519         Remove options, obsolete since 22.1.
520         (appt-display-format, appt-display-message): Remove
521         backwards-compatibility code.
522         (appt-check): No longer check appt-issue-message.
523         (appt-make-list): No longer autoload it.  Doc fix.  No longer
524         activate the package.
526 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
529         (starttls-negotiate): Just call boot, and let the handshake be
530         triggered from the read loop.
532 2010-09-29  Glenn Morris  <rgm@gnu.org>
534         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
535         not displaying the diary.
536         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
537         * calendar/appt.el (appt-check): No longer need to kill diary.
539         * calendar/diary-lib.el (diary-list-entries): Move the
540         "Preparing..." message entirely here.
541         (diary-simple-display, diary-fancy-display): Move "Preparing..."
542         messages to diary-list-entries.
543         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
544         diary-display-function.
546         * calendar/diary-lib.el (diary-include-other-diary-files):
547         Trap some recursive includes.
549         * calendar/appt.el (appt-activate): Check diary file.
551 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
553         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
554         construction.
556         * calendar/time-date.el: No need to require cl for Emacs 21.
558 2010-09-28  Glenn Morris  <rgm@gnu.org>
560         * calendar/appt.el (appt-check): Minor simplification.
562 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
564         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
565         citation prefix.
567 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
569         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
570         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
572 2010-09-27  Kenichi Handa  <handa@m17n.org>
574         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
575         "ustar" format.
577 2010-09-27  Kenichi Handa  <handa@m17n.org>
579         * international/mule.el (define-coding-system): Docstring fixed.
581         * international/mule-diag.el (describe-character-set): Use princ
582         with proper print-length and print-level instead of insert.
584 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
586         * window.el (walk-windows): Doc fix (bug#7105).
588 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * emacs-lisp/float-sup.el (e): Remove.
592 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
594         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
595         variable.
596         (starttls-negotiate): Use it.
598 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
601         back.
603 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
605         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
607 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
611         * net/netrc.el (netrc-store-data): New function.
613 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
615         * net/gnutls.el: GnuTLS glue code to set up a connection.
617 2010-09-25  Julien Danjou  <julien@danjou.info>
619         * notifications.el: Call dbus-register-signal only if it is bound.
621 2010-09-25  Glenn Morris  <rgm@gnu.org>
623         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
624         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
625         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
626         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
627         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
628         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
629         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
630         * eshell/esh-util.el, eshell/esh-var.el:
631         Remove leading `*' from docs of faces and defcustoms.
633 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
635         * eshell/em-ls.el (eshell-ls-archive-regexp):
636         * eshell/esh-util.el (eshell-tar-regexp):
637         * ibuffer.el (ibuffer-compressed-file-name-regexp):
638         * info.el (Info-suffix-list):
639         * international/mule.el (auto-coding-alist):
640         * woman.el (woman-file-regexp, woman-file-compression-regexp):
641         * progmodes/etags.el (tags-compression-info-list):
642         Support xz compression.
644 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
646         * files.el (get-free-disk-space): Don't assume the "df" output
647         columns line up (Bug#6995).
649 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
651         * finder.el (finder-unknown-keywords):
652         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
653         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
655 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
657         * server.el (server-start): Revert part of 2010-08-08 change.  Using
658         address 127.0.0.1 for local host is now done in Fmake_network_process.
660 2010-09-24  Glenn Morris  <rgm@gnu.org>
662         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
663         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
664         * textmodes/css-mode.el, textmodes/dns-mode.el:
665         Move autoloaded auto-mode-alist entries to files.el.
666         * files.el (auto-mode-alist): Move entries here.
668 2010-09-23  Glenn Morris  <rgm@gnu.org>
670         * isearch.el (isearch-lazy-highlight-cleanup)
671         (isearch-lazy-highlight-initial-delay)
672         (isearch-lazy-highlight-interval)
673         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
674         * net/net-utils.el (ipconfig-program-options):
675         Move aliases to options before the associated definitions.
677 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
679         * newcomment.el (comment-normalize-vars): Better test validity of
680         comment-end-skip.
682 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
685         (float-e): New name for `e'.
686         (degrees-to-radians, radians-to-degrees):
687         * calendar/solar.el (solar-longitude):
688         * calculator.el (calculator-registers, calculator-funcall):
689         * textmodes/artist.el (artist-spray-random-points):
690         * play/bubbles.el (bubbles--initialize-images): Use new names.
692 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
694         Update to CEDET 1.0's version of EIEIO.
696         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
697         New function.
698         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
699         (eieio-default-eval-maybe): Eval val instead of unquoting only.
700         (class-precedence-list): If class is nil, return nil.
701         (eieio-generic-call): If class of first input arg is nil, don't
702         look up static methods, and do check for primary methods.
703         (initialize-instance): See if the default needs to be evaluated
704         during the constructor.
705         (eieio-perform-slot-validation-for-default): Don't do the check
706         for values that will eventually be evaluated.
707         (eieio-eval-default-p): New function.
708         (eieio-default-eval-maybe): Use it.
710 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
712         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
713         method-invocation-order.
714         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
715         (eieio-class-precedence-dfs): Compute class precedence list using
716         dfs algorithm.
717         (eieio-class-precedence-bfs): Compute class precedence list using
718         bfs algorithm.
719         (eieio-class-precedence-c3): Compute class precedence list using
720         c3 algorithm.
721         (class-precedence-list): New function.
722         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
723         (inconsistent-class-hierarchy): New error symbol.
724         (call-next-method): Stow the replacement argument list for future
725         call-next-method invocations.
727 2010-09-23  Glenn Morris  <rgm@gnu.org>
729         * calendar/appt.el (appt-check): If not displaying the diary,
730         use (diary 1) to only get the entries we need.
731         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
732         that it is in day order.  (Bug#7019)
734         * calendar/appt.el (appt-check): Rather than showing the diary,
735         just turn off invisible display, and only if needed.
737         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
739 2010-09-23  Glenn Morris  <rgm@gnu.org>
741         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
742         (byte-compile-defvar, byte-compile-cl-warn):
743         Start warnings with lower-case, like the majority.
745         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
747         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
749         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
750         * files.el (auto-mode-alist): Move ld-script entries here, further down
751         the list.
753         * vc/add-log.el: Don't require timezone when compiling.
754         (timezone-make-date-sortable): Autoload it.
755         (change-log-sortable-date-at): Don't require timezone.
756         Use `ignore-errors'.
758         * comint.el (comint-use-prompt-regexp-instead-of-fields):
759         Move alias before definition, so it does not need autoloading.
761         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
762         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
763         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
764         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
765         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
766         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
767         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
768         * textmodes/tex-mode.el, textmodes/two-column.el:
769         Remove leading `*' from docs of defcustoms etc.
771 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
773         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
775 2010-09-22  Dan Christensen  <jdc@uwo.ca>
777         * calendar/time-date.el (date-to-time): Try using parse-time-string
778         first before using the slower timezone-make-date-arpa-standard.
780 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
782         * calendar/time-date.el (format-seconds): Comment fix.
784 2010-09-22  Glenn Morris  <rgm@gnu.org>
786         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
787         is not automatically buffer-local.
789 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
792         (smie-indent-comment): Be more careful with comment-start-skip.
793         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
794         (smie-indent-functions): Use them.
796 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
798         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
800 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
802         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
803         tool-bar-position.  Don't modify frame parameters here.
804         (menu-bar-options-save): Add tool-bar-position.
806         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
808 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
810         * textmodes/reftex-parse.el (reftex-what-macro)
811         (reftex-context-substring): Let-bind forward-sexp-function to nil
812         since we don't need/want to treat \begin...\end as a block (bug#7053).
814         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
816         * simple.el (blink-matching-open): Use syntax-class.
818         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
819         Set invisibility spec for pascal's outline mode.
820         (pascal-outline-change): Clean up calling convention.
821         (pascal-show-all, pascal-hide-other-defuns): Update callers.
823         * progmodes/prolog.el (prolog-smie-forward-token)
824         (prolog-smie-backward-token): New functions.
825         (prolog-mode-variables): Use them to parse "!," correctly.
826         Set up smie-blink-matching for ".".
828         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
829         and `end'.
830         (ispell-region, ispell-process-line): Update users.
832         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
833         point-min==1.
835         * textmodes/ispell.el: Fix commenting convention.
836         (ispell-parse-output): Simplify, use push.
837         (ispell-region): Use match-string-no-properties.
838         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
839         (ispell-minor-mode): Use define-minor-mode.
840         (ispell-message): Remove unused var `skip-regexp'.
841         (ispell-add-per-file-word-list): Use dynamic let-binding.
842         Try and use the proper comment marker.
844         * mail/sendmail.el: Fix commenting convention.
845         (sendmail-send-it): Use line-beginning-position.
847         * help-fns.el (describe-variable): Add original value, if applicable.
849 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
851         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
853         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
855 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
858         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
859         (smie-prec2-levels): Use them to better diagnose precedence cycles.
860         (smie-blink-matching-check): Don't signal a mismatch if car is t.
861         (smie-blink-matching-open): Rewrite to remove assumptions, so that
862         something like "." can also be a closer.
863         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
864         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
865         Rename internal functions to use "--".  Update callers.
867         * frame.el (make-frame-names-alist): Don't list frames on other displays.
869         * fringe.el (fringe-styles): New var.
870         (fringe-mode, fringe-query-style): Use it.
872 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
874         * progmodes/sql.el: Version 2.8
875         (sql-login-params): Update widget structure; changes still needed.
876         (sql-product-alist): Add :list-all and :list-table features for
877         SQLite, Postgres and MySQL products.
878         (sql-redirect): Handle default value.
879         (sql-execute, sql-execute-feature): New functions.
880         (sql-read-table-name): New function.
881         (sql-list-all, sql-list-table): New functions.  User API.
882         (sql-mode-map, sql-interactive-mode-map): Add key definitions
883         for above functions.
884         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
885         for above functions.
886         (sql-postgres-login-params): Add user and database defaults.
887         (sql-buffer-live-p): Bug fix.
888         (sql-product-history): New variable.
889         (sql-read-product): New function. Use it.
890         (sql-set-product, sql-product-interactive): Use it.
891         (sql-connection-history): New variable.
892         (sql-read-connection): New function.  Use it.
893         (sql-connect): New function.
894         (sql-for-each-login): Redesign function interface.
895         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
896         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
897         (sql-comint): Check for program.  Existing live buffer.
898         (sql-comint-postgres): Add port parameter.
900 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/warnings.el: Fix commenting convention.
903         (display-warning): Use special mode and make the buffer read-only.
905 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
907         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
908         empty string when it follows a repeated or optional pattern.
910 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * indent.el (indent-according-to-mode): Apply syntax-propertize.
913         (indent-region): Use indent-according-to-mode.
915 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
917         * fringe.el (fringe-mode): Doc fix.
919 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
921         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
922         refreshing the preview buffer.
924 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
927         (latex-syntax-propertize-rules): New consts; replace
928         tex-font-lock-syntactic-keywords.
929         (tex-env-mark, latex-env-before-change): New functions.
930         (latex-electric-env-pair-mode): New minor mode.
931         (tex-font-lock-verb): Change arguments; do move point.
932         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
933         representation as a form of comment.
934         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
935         (doctex-syntax-propertize-rules): New const; replaces
936         doctex-font-lock-syntactic-keywords.
937         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
939         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
940         (fortran-make-syntax-propertize-function): New function; replaces
941         fortran-font-lock-syntactic-keywords.
942         (fortran-mode): Use it.
943         (fortran-line-length): Use it.  Improve interactive spec.
945         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
946         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
947         when adding surrounding \(..\).
949         * progmodes/js.el (js-mode): Fix last change (bug#7054).
951 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
954         Use with-current-buffer.
956         * isearch.el (isearch-face): Rename from `isearch'.
957         (isearch-highlight): Use new name.
959 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
961         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
962         5, for `half' width fringes.  (Bug#6933)
964 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
967         (byte-compile-defvar): "foo/bar" does not lack a prefix.
969         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
971 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
973         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
974         in calculating new frame position.  Add more space between new and
975         parent on the left (Bug#7048).
977 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
979         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
980         defmacro.
982 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
984         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
986         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
987         obsolete alias for x-selection-value.
989         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
991 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
993         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
994         cookie.
996 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
998         * net/tramp-compat.el (tramp-compat-with-temp-message)
999         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1000         (tramp-compat-process-put): New defuns.
1002         * net/tramp.el (top):
1003         * net/tramp-gvfs.el (top):
1004         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1006         * net/tramp.el (tramp-progress-reporter-update):
1007         Use `tramp-compat-funcall'.
1009         * net/tramp.el (tramp-process-actions):
1010         * net/tramp-gvfs.el (tramp-handle-vc-registered):
1011         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1012         (tramp-get-remote-stat, tramp-get-remote-readlink):
1013         Use `tramp-compat-with-temp-message'.
1015         * net/tramp-sh.el (top): Require 'cl.
1016         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1017         (tramp-open-connection-setup-interactive-shell):
1018         Use `tramp-compat-process-put'.
1020 2010-09-15  Alan Mackenzie  <acm@muc.de>
1022         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1023         indentation.
1024         (c-forward-<>-arglist-recur): Fix an infinite recursion.
1026 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1029         `lexical' for warnings related to lexical scoping.
1030         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1031         global vars which don't have a prefix and could hence affect lexical
1032         scoping in unrelated files.
1034 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036         * net/imap.el: Revert back to version
1037         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1038         seem problematic.
1040 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1042         * obsolete/old-whitespace.el (whitespace-unload-function):
1043         Explicitly pass `obarray' to `unintern' to avoid a warning.
1045 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1048         Add `when' argument.  Update callers.
1050         * subr.el (unintern): Declare the obarray arg mandatory.
1052 2010-09-14  Glenn Morris  <rgm@gnu.org>
1054         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1055         Doc fixes.
1057         * calendar/diary-lib.el (diary-included-files): New variable.
1058         (diary-list-entries): Maybe initialize diary-included-files.
1059         (diary-include-other-diary-files): Append to diary-included-files.
1060         * calendar/appt.el (appt-update-list): Also check the members of
1061         diary-included-files.  (Bug#6999)
1062         (appt-check): Doc fix.
1064 2010-09-14  David Reitter  <david.reitter@gmail.com>
1066         * simple.el (line-move-visual): Do not truncate goal column to
1067         integer size.  (Bug#7020)
1069 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * repeat.el (repeat): Allow repeating when the last event is a click.
1072         Suggested by Drew Adams (bug#6256).
1074 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
1076         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1077         Replace setting HGRCPATH to "" by some less invasive --config options.
1079 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * font-lock.el (font-lock-beginning-of-syntax-function):
1082         Mark as obsolete.
1084 2010-09-14  Glenn Morris  <rgm@gnu.org>
1086         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1087         and tool-bar modes.  (Bug#6211)
1088         (menu-bar-mode): Move setting of standard-value after the
1089         minor-mode definition, otherwise it seems to have no effect.
1091 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
1093         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1094         Fix typo.  (Bug#6976)
1096 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1098         * whitespace.el: Allow cleaning up blanks without blank
1099         visualization (Bug#6651).  Adjust help window for
1100         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1101         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1102         (whitespace-style): Add new value 'face.  Adjust docstring.
1103         (whitespace-space, whitespace-hspace, whitespace-tab):
1104         Adjust foreground property face.
1105         (whitespace-line-column): Adjust docstring and type declaration.
1106         (whitespace-style-value-list, whitespace-toggle-option-alist)
1107         (whitespace-help-text): Adjust const initialization.
1108         (whitespace-toggle-options, global-whitespace-toggle-options):
1109         Adjust docstring.
1110         (whitespace-display-window, whitespace-interactive-char)
1111         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1112         (whitespace-help-scroll): New fun.
1114 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1116         * calendar/time-date.el (format-seconds): Comment fix.
1118 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
1120         * progmodes/sql.el: Version 2.7.
1121         (sql-buffer-live-p): Improve detection.
1122         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1123         (sql-set-sqli-buffer): Use it.
1124         (sql-product-interactive): Run `sql-set-sqli-hook'.
1125         (sql-rename-buffer): Code cleanup.
1126         (sql-redirect, sql-redirect-value): New functions.  More to come.
1128 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
1130         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.
1131         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1132         (TRAMP_SRC): New macro.
1133         ($(lisp)/net/tramp-loaddefs.el): New target.
1135 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
1137         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
1139         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
1141         * net/tramp.el (top): Don't show loading message.  Require just
1142         'tramp-compat, everything else is required there.
1143         Use `ignore-errors' where appropriate.
1144         (tramp-inline-compress-start-size, tramp-copy-size-limit)
1145         (tramp-terminal-type, tramp-end-of-output)
1146         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1147         (tramp-completion-function-alist-ssh)
1148         (tramp-completion-function-alist-telnet)
1149         (tramp-completion-function-alist-su)
1150         (tramp-completion-function-alist-putty, tramp-remote-path)
1151         (tramp-remote-process-environment, tramp-sh-extra-args)
1152         (tramp-actions-before-shell, tramp-uudecode)
1153         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1154         (tramp-perl-file-attributes)
1155         (tramp-perl-directory-files-and-attributes)
1156         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1157         (tramp-perl-encode, tramp-perl-decode)
1158         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1159         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1160         (tramp-handle-make-symbolic-link, tramp-handle-load)
1161         (tramp-handle-file-name-as-directory)
1162         (tramp-handle-file-name-directory)
1163         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1164         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1165         (tramp-do-file-attributes-with-ls)
1166         (tramp-do-file-attributes-with-perl)
1167         (tramp-do-file-attributes-with-stat)
1168         (tramp-handle-set-visited-file-modtime)
1169         (tramp-handle-verify-visited-file-modtime)
1170         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1171         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1172         (tramp-handle-file-selinux-context)
1173         (tramp-handle-set-file-selinux-context)
1174         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1175         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1176         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1177         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1178         (tramp-handle-file-ownership-preserved-p)
1179         (tramp-handle-directory-file-name, tramp-handle-directory-files)
1180         (tramp-handle-directory-files-and-attributes)
1181         (tramp-do-directory-files-and-attributes-with-perl)
1182         (tramp-do-directory-files-and-attributes-with-stat)
1183         (tramp-handle-file-name-all-completions)
1184         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1185         (tramp-handle-copy-file, tramp-handle-copy-directory)
1186         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1187         (tramp-do-copy-or-rename-file-via-buffer)
1188         (tramp-do-copy-or-rename-file-directly)
1189         (tramp-do-copy-or-rename-file-out-of-band)
1190         (tramp-handle-make-directory, tramp-handle-delete-directory)
1191         (tramp-handle-delete-file)
1192         (tramp-handle-dired-recursive-delete-directory)
1193         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1194         (tramp-handle-insert-directory)
1195         (tramp-handle-unhandled-file-name-directory)
1196         (tramp-handle-expand-file-name)
1197         (tramp-handle-substitute-in-file-name)
1198         (tramp-handle-executable-find, tramp-process-sentinel)
1199         (tramp-handle-start-file-process, tramp-handle-process-file)
1200         (tramp-handle-call-process-region, tramp-handle-shell-command)
1201         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1202         (tramp-handle-insert-file-contents)
1203         (tramp-handle-insert-file-contents-literally)
1204         (tramp-handle-find-backup-file-name)
1205         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1206         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1207         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1208         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1209         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1210         (tramp-find-file-exists-command, tramp-open-shell)
1211         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1212         (tramp-open-connection-setup-interactive-shell)
1213         (tramp-local-coding-commands, tramp-remote-coding-commands)
1214         (tramp-find-inline-encoding, tramp-call-local-coding-command)
1215         (tramp-inline-compress-commands, tramp-find-inline-compress)
1216         (tramp-compute-multi-hops, tramp-maybe-open-connection)
1217         (tramp-send-command, tramp-wait-for-output)
1218         (tramp-send-command-and-check, tramp-barf-unless-okay)
1219         (tramp-send-command-and-read, tramp-mode-string-to-int)
1220         (tramp-convert-file-attributes, tramp-check-cached-permissions)
1221         (tramp-file-mode-from-int, tramp-file-mode-permissions)
1222         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1223         (tramp-method-out-of-band-p, tramp-local-host-p)
1224         (tramp-get-remote-path, tramp-get-remote-tmpdir)
1225         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1226         (tramp-get-test-command, tramp-get-test-nt-command)
1227         (tramp-get-file-exists-command, tramp-get-remote-ln)
1228         (tramp-get-remote-perl, tramp-get-remote-stat)
1229         (tramp-get-remote-readlink, tramp-get-remote-trash)
1230         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1231         (tramp-get-local-uid, tramp-get-local-gid)
1232         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1233         tramp-sh.el.
1234         (tramp-methods, tramp-default-method-alist)
1235         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1236         Move initialization to tramp-sh.el.
1237         (tramp-temp-name-prefix): Make it a defconst.
1238         (tramp-dissect-file-name): Don't check anymore for multi-hop
1239         methods.
1240         (tramp-debug-outline-regexp): Add a docstring.
1241         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1242         (tramp-get-debug-buffer): Use it.
1244         * net/tramp-cache.el (top): Set tramp-autoload cookie for
1245         initialization forms.
1246         (tramp-set-connection-property): Don't protect `tramp-message'
1247         call, it isn't necessary any longer.
1248         (tramp-dump-connection-properties): Use `ignore-errors'.
1250         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1251         'password-cache and 'auth-source.
1253         * net/tramp-gvfs.el (top):
1254         * net/tramp-smb.el (top): Require 'tramp-sh.
1256         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1258         * net/tramp-sh.el: New file, derived from tramp.el.
1259         (top): Initialize `tramp-methods', `tramp-default-method-alist',
1260         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1261         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1262         Use `ignore-errors' where appropriate.
1263         (tramp-sh-file-name-handler-alist): Rename from
1264         `tramp-file-name-handler-alist'.
1265         (tramp-send-command-and-check): Return t or nil.  Remove all
1266         `zerop' checks, where called.
1267         (tramp-handle-set-file-modes)
1268         (tramp-do-copy-or-rename-file-directly)
1269         (tramp-handle-delete-directory, tramp-handle-delete-file)
1270         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1271         (tramp-sh-file-name-handler, tramp-send-command-and-check)
1272         (tramp-get-remote-ln): Set tramp-autoload cookie.
1274         * net/tramp-fish.el: Remove file.
1276 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
1278         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1279         buffer-file-name to avoid file-locking.  (Bug#7026)
1281 2010-09-13  Julien Danjou  <julien@danjou.info>
1283         * notifications.el (notifications-notify): Add support for
1284         image-path and sound-name.
1285         (notifications-specification-version): Add this variable.
1287 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1291 2010-09-12  Leo  <sdl.web@gmail.com>
1293         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1294         (rcirc-completion-start): New variables.
1295         (rcirc-nick-completions): Rename to rcirc-completions.
1296         (rcirc-nick-completion-start-offset): Delete.
1297         (rcirc-completion-at-point): New function for constructing
1298         completion data for both nicks and irc commands.  Add to
1299         completion-at-point-functions in rcirc mode.
1300         (rcirc-complete): Rename from rcirc-nick-complete; use
1301         rcirc-completion-at-point.
1302         (defun-rcirc-command): Update rcirc-client-commands.
1304 2010-09-11  Glenn Morris  <rgm@gnu.org>
1306         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1307         atomically, to avoid parallel build errors.  (Bug#4196)
1309 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
1311         * progmodes/sql.el: Version 2.6
1312         (sql-dialect): Synonym for "sql-product".
1313         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1314         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1315         Set "sql-buffer" to buffer name not buffer object so multiple sql
1316         interactive buffers work properly.  Reverts misguided changes in
1317         earlier work.
1318         (sql-comint): Make sure different buffer name is used if "*SQL*"
1319         buffer is for a different product.
1320         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1321         login param.
1322         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1323         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1324         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1325         Accept new buffer name or prompt for one.
1326         (sql-port): Default to zero.
1327         (sql-comint-mysql): Handle "sql-port" as a numeric.
1328         (sql-port-history): Delete unused variable.
1329         (sql-get-login): Default "sql-port" to a number.
1330         (sql-product-alist): Correct Postgres prompt and terminator regexp.
1331         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1332         "sqlite3" executables.
1333         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1334         (sql-buffer-live-p): New function.
1335         (sql-mode-menu, sql-send-string): Use it.
1336         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1337         syntax pattern.
1338         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1339         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1341 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343         * net/netrc.el (netrc-credentials): New convenience function.
1345 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1348         to replace texinfo-font-lock-syntactic-keywords.
1349         (texinfo-mode): Use it.
1351         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1352         Use syntax-propertize-function.
1354         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1355         replace sgml-font-lock-syntactic-keywords.
1356         (sgml-mode): Use it.
1358         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1359         since we don't use it.
1361         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1363         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1364         if available.
1365         (vhdl-fontify-buffer): Adjust.
1367         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1368         replace tcl-font-lock-syntactic-keywords.
1369         (tcl-mode): Use it.
1371         * progmodes/simula.el (simula-syntax-propertize-function): New var to
1372         replace simula-font-lock-syntactic-keywords.
1373         (simula-mode): Use it.
1375         * progmodes/sh-script.el (sh-st-symbol): Remove.
1376         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1377         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1378         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1379         (sh-font-lock-paren): Set syntax-multiline.
1380         (sh-font-lock-syntactic-keywords): Remove.
1381         (sh-syntax-propertize-function): New function to replace it.
1382         (sh-mode): Use it.
1384         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1385         Define while compiling.
1386         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1387         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1388         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1389         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1390         (ruby-here-doc-end-syntax): Only define when
1391         syntax-propertize is not available.
1392         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1393         New functions.
1394         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1395         (electric-indent-chars): Silence bytecompiler.
1396         (ruby-mode): Use prog-mode, syntax-propertize-function, and
1397         electric-indent-chars.
1399         * progmodes/python.el (python-syntax-propertize-function): New var to
1400         replace python-font-lock-syntactic-keywords.
1401         (python-mode): Use it.
1402         (python-quote-syntax): Simplify and adjust to new use.
1404         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1405         replace perl-font-lock-syntactic-keywords.
1406         (perl-syntax-propertize-special-constructs): New fun to replace
1407         perl-font-lock-special-syntactic-constructs.
1408         (perl-font-lock-syntactic-face-function): New fun.
1409         (perl-mode): Use it.
1411         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1412         to replace octave-font-lock-close-quotes.
1413         (octave-syntax-propertize-function): New function to replace
1414         octave-font-lock-syntactic-keywords.
1415         (octave-mode): Use it.
1417         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1418         replaces mixal-font-lock-syntactic-keywords.
1419         (mixal-mode): Use it.
1421         * progmodes/make-mode.el (makefile-syntax-propertize-function):
1422         New var; replaces makefile-font-lock-syntactic-keywords.
1423         (makefile-mode): Use it.
1424         (makefile-imake-mode): Adjust.
1426         * progmodes/js.el (js--regexp-literal): Define while compiling.
1427         (js-syntax-propertize-function): New var; replaces
1428         js-font-lock-syntactic-keywords.
1429         (js-mode): Use it.
1431         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1432         replaces gdb-script-font-lock-syntactic-keywords.
1433         (gdb-script-mode): Use it.
1435         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1436         (fortran--font-lock-syntactic-keywords): New var.
1437         (fortran-line-length): Update syntax-propertize-function and
1438         fortran--font-lock-syntactic-keywords.
1440         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1442         * progmodes/cfengine.el (cfengine-mode):
1443         Use syntax-propertize-function.
1444         (cfengine-font-lock-syntactic-keywords): Remove.
1446         * progmodes/autoconf.el (autoconf-mode):
1447         Use syntax-propertize-function.
1448         (autoconf-font-lock-syntactic-keywords): Remove.
1450         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1451         (ada-after-change-function, ada-initialize-syntax-table-properties)
1452         (ada-handle-syntax-table-properties): Only define when
1453         syntax-propertize is not available.
1454         (ada-mode): Use syntax-propertize-function.
1456         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1457         (font-lock-fontify-syntactic-keywords-region): Move handling of
1458         font-lock-syntactically-fontified to...
1459         (font-lock-default-fontify-region): ...here.
1460         Let syntax-propertize-function take precedence.
1461         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1463         * emacs-lisp/syntax.el (syntax-propertize-function)
1464         (syntax-propertize-chunk-size, syntax-propertize--done)
1465         (syntax-propertize-extend-region-functions): New vars.
1466         (syntax-propertize-wholelines, syntax-propertize-multiline)
1467         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1468         (syntax-propertize): New functions.
1469         (syntax-propertize-rules): New macro.
1470         (syntax-ppss-flush-cache): Set syntax-propertize--done.
1471         (syntax-ppss): Call syntax-propertize.
1473         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1475 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
1477         * textmodes/ispell.el (ispell-init-process): Improve comments.
1478         XEmacs compatibility changes regarding (add-hook) 'local option
1479         and (set-process-query-on-exit-flag).
1481 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
1483         * net/tramp-cache.el (tramp-parse-connection-properties):
1484         Set tramp-autoload cookie.
1486 2010-09-09  Glenn Morris  <rgm@gnu.org>
1488         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1489         (imagemagick-register-types): Doc fix.
1491 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1493         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1495         * progmodes/js.el (require): Require is already "eval-and-compile".
1496         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
1497         (js--re-search-backward): Use js--re-search-forward.
1499         * progmodes/fortran.el (fortran-line-length): Don't recompute
1500         syntactic keywords redundantly a second time.
1502         * progmodes/ada-mode.el: Replace "(set '" with setq.
1503         (ada-mode): Simplify.
1504         (ada-create-case-exception, ada-adjust-case-interactive)
1505         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1506         (ada-search-ignore-string-comment, ada-move-to-start)
1507         (ada-move-to-end): Use with-syntax-table.
1509         * font-lock.el (save-buffer-state): Remove `varlist' arg.
1510         (font-lock-unfontify-region, font-lock-default-fontify-region):
1511         Update usage correspondingly.
1512         (font-lock-fontify-syntactic-keywords-region):
1513         Set parse-sexp-lookup-properties buffer-locally here.
1514         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1516         * simple.el (blink-matching-open): Don't burp if we can't find a match.
1518 2010-09-08  Glenn Morris  <rgm@gnu.org>
1520         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1521         Error if not compiled with -DBYTE_CODE_METER.
1523         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1524         Ignore dir-locals-file.
1526 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1529         Not a const.
1530         (compilation-error-regexp-alist-alist): Rule out ": " in file names
1531         for the `gnu' messages.
1532         (compilation-set-skip-threshold): New command.
1533         (compilation-start): Use \' rather than $.
1534         (compilation-forget-errors): Use clrhash.
1536 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
1538         * textmodes/ispell.el (ispell-valid-dictionary-list):
1539         Simplify logic.
1541 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
1543         Migrate to Tramp 2.2.  Rearrange load dependencies.
1544         (Bug#1529, Bug#5448, Bug#5705)
1546         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1547         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1548         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1550         * net/tramp.el (top): Remove all other tramp-* loads except
1551         tramp-compat.el.  Remove all changes to tramp-unload-hook for
1552         other tramp-* packages.  Rearrange defun order.  Change calls of
1553         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1554         `tramp-compat-octal-to-decimal' to new function names.
1555         (tramp-terminal-type, tramp-initial-end-of-output)
1556         (tramp-methods, tramp-foreign-file-name-handler-alist)
1557         (tramp-tramp-file-p, tramp-completion-mode-p)
1558         (tramp-send-command-and-check, tramp-get-remote-path)
1559         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1560         (tramp-shell-quote-argument): Set tramp-autoload cookie.
1561         (with-file-property, with-connection-property): Move to
1562         tramp-cache.el.
1563         (tramp-local-call-process, tramp-decimal-to-octal)
1564         (tramp-octal-to-decimal): Move to tramp-compat.el.
1565         (tramp-handle-shell-command): Do not require 'shell.
1566         (tramp-compute-multi-hops): No special handling for tramp-gw-*
1567         symbols.
1568         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1570         * net/tramp-cache.el (top): Require 'tramp.  Add to
1571         `tramp-unload-hook'.
1572         (tramp-cache-data, tramp-get-file-property)
1573         (tramp-set-file-property, tramp-flush-file-property)
1574         (tramp-flush-directory-property, tramp-get-connection-property)
1575         (tramp-set-connection-property, tramp-flush-connection-property)
1576         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1577         cookie.
1578         (with-file-property, with-connection-property): New defuns, moved
1579         from tramp.el.
1580         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1581         macro.
1583         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1584         (tramp-version): Set tramp-autoload cookie.
1586         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
1587         changes to tramp-unload-hook for other tramp-* packages.  Add to
1588         `tramp-unload-hook'.
1589         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1590         (tramp-compat-call-process): New defuns, moved from tramp.el.
1592         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
1593         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1594         to `tramp-unload-hook'.  Change call of
1595         `tramp-compat-decimal-to-octal' to new function name.
1596         (tramp-fish-method): Make it a defconst.
1597         (tramp-fish-file-name-p): Make it a defsubst.
1598         (tramp-fish-method, tramp-fish-file-name-handler)
1599         (tramp-fish-file-name-p): Set tramp-autoload cookie.
1601         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1602         `tramp-foreign-file-name-handler-alist'.  Add to
1603         `tramp-unload-hook'.
1604         (tramp-ftp-method): Make it a defconst.
1605         (tramp-ftp-file-name-p): Make it a defsubst.
1606         (tramp-ftp-method, tramp-ftp-file-name-handler)
1607         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1609         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1610         `tramp-foreign-file-name-handler-alist'.  Add to
1611         `tramp-unload-hook'.  Change checks, whether package can be
1612         loaded.
1613         (tramp-gvfs-file-name-p): Make it a defsubst.
1614         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1615         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1616         (tramp-gvfs-handle-file-directory-p): New defun.
1617         (tramp-gvfs-file-name-handler-alist): Use it.
1619         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1620         `tramp-foreign-file-name-handler-alist'.  Add to
1621         `tramp-unload-hook'.
1622         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1623         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1624         defconst.
1625         (tramp-gw-tunnel-method, tramp-gw-socks-method)
1626         (tramp-gw-open-connection): Set tramp-autoload cookie.
1628         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
1629         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1630         to `tramp-unload-hook'.  Change checks, whether package can be
1631         loaded.
1632         (tramp-imap-file-name-p): Make it a defsubst.
1633         (tramp-imap-method, tramp-imaps-method)
1634         (tramp-imap-file-name-handler)
1635         (tramp-imap-file-name-p): Set tramp-autoload cookie.
1637         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
1638         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1639         to `tramp-unload-hook'.  Change checks, whether package can be
1640         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
1641         function name.
1642         (tramp-smb-tunnel-method): Make it a defconst.
1643         (tramp-smb-file-name-p): Make it a defsubst.
1644         (tramp-smb-method, tramp-smb-file-name-handler)
1645         (tramp-smb-file-name-p): Set tramp-autoload cookie.
1647         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1648         (tramp-uuencode-region): Set tramp-autoload cookie.
1650         * net/trampver.el (top) Add to `tramp-unload-hook'.
1651         (tramp-version, tramp-bug-report-address): Set tramp-autoload
1652         cookie.  Update release number.
1654 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
1656         * textmodes/ispell.el (ispell-start-process): Make sure original
1657         arg list is properly initialized (Bug#6993, Bug#6994).
1659 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1661         * files.el (directory-abbrev-alist): Use \` as default regexp.
1663         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1664         chars like - or ] (bug#6984).
1665         (rx-any-condense-range): Explode 2-char ranges.
1667 2010-09-06  Glenn Morris  <rgm@gnu.org>
1669         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1671 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * textmodes/bibtex.el:
1674         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1676 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678         * net/imap.el (imap-message-map): Remove optional buffer parameter,
1679         since no callers use it.
1680         (imap-message-get): Ditto.
1681         (imap-message-put): Ditto.
1682         (imap-mailbox-map): Ditto.
1683         (imap-mailbox-put): Ditto.
1684         (imap-mailbox-get): Ditto.
1685         (imap-mailbox-get): Revert last change for this function.
1687 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689         * net/imap.el (imap-fetch-safe): Remove function, and alter all
1690         callers to use `imap-fetch' instead.  According to the comments, this
1691         should be safe, since all other IMAP clients use the 1:* syntax.
1692         (imap-enable-exchange-bug-workaround): Remove.
1693         (imap-debug): Remove -- doesn't seem very useful.
1695 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697         * net/imap.el (imap-log): New convenience function used throughout
1698         instead of repeating the same code all over the place.
1700 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
1702         * mouse.el (mouse-save-then-kill): Save region to kill-ring
1703         when mouse-drag-copy-region is non-nil (Bug#6956).
1705 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
1707         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1708         Improve regexps (Bug#6987).
1709         (dired-sort-toggle): Search more robustly for -t flag.
1711         * files.el (get-free-disk-space): Search more robustly for
1712         "available" column.  Suggested by Ehud Karni
1713         <ehud@unix.mvs.co.il>.
1715 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1717         * international/uni-bidi.el:
1718         * international/uni-category.el:
1719         * international/uni-combining.el:
1720         * international/uni-decimal.el:
1721         * international/uni-mirrored.el:
1722         * international/uni-name.el: Regenerate.
1724 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * electric.el (electric-indent-post-self-insert-function):
1727         Don't reindent with a sloppy indentation function.
1729         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1730         border case in change-log-mode.
1732 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
1734         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1735         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1736         Recognize leading tab in gcc-include regexp.  Ignore names with
1737         leading "from" or "in" in gnu regexp (Bug#6937).
1739 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1742         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1743         (ispell-start-process): Avoid setq and simplify logic.
1744         (ispell-init-process): Setup kill-buffer-hook locally when needed.
1745         (kill-buffer-hook): Don't use it globally with code that uses
1746         expand-file-name since that may call kill-buffer via
1747         code_conversion_restore.
1749 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
1751         * emacs-lisp/package.el (package-directory-list): Only call
1752         file-name-nondirectory on a string.
1754 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1756         * emacs-lisp/package.el (package--download-one-archive):
1757         Ensure that archive-contents is valid before saving it.
1758         (package-activate-1, package-mark-obsolete, define-package)
1759         (package-compute-transaction, package-list-maybe-add): Use push.
1761 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         Use SMIE's blink-paren for octave-mode.
1764         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1765         Backslashes do not escape single-quotes, single-quotes do.
1766         (octave-block-else-regexp, octave-block-end-regexp)
1767         (octave-block-match-alist): Remove.
1768         (octave-smie-bnf-table): New var, with old content.
1769         (octave-smie-op-levels): Use it.
1770         (octave-smie-closer-alist): New var.
1771         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
1772         (octave-blink-matching-block-open): Remove.
1773         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1774         (octave-electric-space): Let self-insert-command run expand-abbrev and
1775         blink parens.
1777         * electric.el (electricity): New group.
1778         (electric-indent-chars): New var.
1779         (electric-indent-post-self-insert-function): New fun.
1780         (electric-indent-mode): New minor mode.
1781         (electric-pair-skip-self): New custom.
1782         (electric-pair-post-self-insert-function): New function.
1783         (electric-pair-mode): New minor mode.
1785         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1786         calcAlg-blink-matching-open.
1787         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1788         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1789         Use the new blink-matching-check-function.
1791         Provide blink-matching support to SMIE.
1792         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1793         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1794         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1796         * simple.el (newline): Fix last change to properly remove itself from
1797         the hook.
1799 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * simple.el (newline): Eliminate optimization.
1802         Use post-self-insert-hook to set hard-newline and things before
1803         running post-self-insert-hook.
1804         (blink-matching-check-mismatch): New function.
1805         (blink-matching-check-function): New variable.
1806         (blink-matching-open): Use them.
1807         Skip back forward over prefix chars skipped by forward-sexp.
1808         Don't check if the parens are backslash escaped.
1809         (blink-paren-post-self-insert-function): Check backslash escaping here.
1811 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1813         * emacs-lisp/package.el (package-menu-mode-map):
1814         Change package-menu-revert bindings to revert-buffer.
1815         (package-menu-mode): Set revert-buffer-function.
1816         (package-menu-revert): Doc fix.
1818 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1820         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1821         `default-directory' unless using Ispell per-directory personal
1822         dictionaries and not in a mini-buffer under XEmacs.
1823         (kill-buffer-hook): Do not kill ispell process on exit when
1824         `ispell-process-directory' is "~/".  (Bug#6143)
1826 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1828         * simple.el (kill-new): Call interprogram-cut-function with only
1829         one argument.
1831         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1832         Remove cut buffer from error message.
1834         * term/x-win.el (x-select-text):
1835         * term/pc-win.el (x-selection-value):
1836         * term/ns-win.el (x-selection-value):
1837         * eshell/em-term.el:
1838         * w32-fns.el (x-get-selection-value):
1839         * mouse-sel.el (mouse-sel-set-selection-function):
1840         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1842         * term/x-win.el: Update documentation for x-last-selected-text-*.
1843         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1844         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1845         (x-select-text): Remove argument PUSH, update documentation.  Remove
1846         cut-buffer code.
1847         (x-selection-value-internal): Was previously x-selection-value.
1848         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1849         Update documentation, remove cut-buffer code.  Call
1850         x-selection-value-internal.
1851         (x-clipboard-yank): Call x-selection-value-internal.
1852         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1854         * term/pc-win.el (x-last-selected-text):
1855         x-cut-buffer-or-selection-value renamed to x-selection-value
1856         (x-select-text): Remove argument PUSH, update documentation.
1858         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1859         x-cut-buffer-or-selection-value renamed to x-selection-value
1860         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1861         (x-select-text): Remove argument PUSH, update documentation.
1863         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1865         * w32-fns.el (x-last-selected-text):
1866         x-cut-buffer-or-selection-value renamed to x-selection-value.
1867         (x-cut-buffer-max): Remove.
1868         (x-select-text): Remove argument PUSH, update documentation.
1870         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1872         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1874         * mouse-sel.el (mouse-sel-get-selection-function):
1875         x-cut-buffer-or-selection-value renamed to x-selection-value.
1876         (x-select-text): Remove optional push.
1878 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * simple.el (blink-paren-function): Move from C to here.
1881         (blink-paren-post-self-insert-function): New function.
1882         (post-self-insert-hook): Use it.
1884         * emacs-lisp/pcase.el (pcase-split-memq):
1885         Fix overenthusiastic optimisation.
1886         (pcase-u1): Handle the case of a lambda pred.
1888 2010-08-31  Kenichi Handa  <handa@m17n.org>
1890         * international/mule-cmds.el (standard-display-european-internal):
1891         Setup standard-display-table for 8-bit characters by storing 8-bit
1892         characters in the element vector.
1894         * disp-table.el (standard-display-8bit):
1895         Setup standard-display-table for 8-bit characters by storing 8-bit
1896         characters in the element vector.
1897         (standard-display-european): Likewise.
1899 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1901         * textmodes/nroff-mode.el (nroff-view): New command.
1902         (nroff-mode-map): Bind it to C-c C-c.
1904 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * emacs-lisp/smie.el (smie-down-list): New command.
1908         Remove old indentation and navigation code on octave-mode.
1909         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1910         smie-down-list rather than add a binding for octave-down-block.
1911         (octave-mark-block, octave-blink-matching-block-open):
1912         Rely on forward-sexp-function.
1913         (octave-fill-paragraph): Don't narrow, so you can use
1914         indent-according-to-mode.
1915         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1916         (octave-in-block-p, octave-re-search-forward-kw)
1917         (octave-re-search-backward-kw, octave-indent-calculate)
1918         (octave-end-as-array-index-p, octave-block-end-offset)
1919         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1920         (octave-down-block, octave-backward-up-block, octave-up-block)
1921         (octave-before-magic-comment-p, octave-indent-line): Remove.
1923 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1925         * emacs-lisp/package.el (package--read-archive-file): Just use
1926         `read', to avoid copying an additional string.
1927         (package-menu-mode): Set header-line-format here.
1928         (package-menu-refresh, package-menu-revert): Signal an error if
1929         not in the Package Menu.
1930         (package-menu-package-list): New var.
1931         (package--generate-package-list): Operate on the current buffer;
1932         don't assume that it is *Packages*, since the user may rename it.
1933         Allow persistent package listings and sort keys using
1934         package-menu-package-list and package-menu-package-sort-key.
1935         (package-menu--version-predicate): Fix version calculation.
1936         (package-menu-sort-by-column): Don't select the window.
1937         (package--list-packages): Create the *Packages* buffer.
1938         Set package-menu-package-list-key.
1939         (list-packages): Sorting by status is now the default.
1940         (package-buffer-info): Use match-string-no-properties.
1941         (define-package): Add a &rest argument for future proofing, but
1942         don't use it yet.
1943         (package-install-from-buffer, package-install-buffer-internal):
1944         Merge into a single function, package-install-from-buffer.
1945         (package-install-file): Change caller.
1947         * finder.el: Load finder-inf using `require'.
1948         (finder-list-matches): Sorting by status is now the default.
1949         (finder-compile-keywords): Simpify printing.
1951 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1953         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1954         (octave-mode-map): Remove special bindings for forward/backward-block
1955         and octave-backward-up-block.  Use smie-close-block.
1956         (octave-continuation-marker-regexp): New var.
1957         (octave-continuation-regexp): Use it.
1958         (octave-operator-table, octave-smie-op-levels)
1959         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1960         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1961         (octave-mode): Use SMIE.
1962         (octave-close-block): Delete.
1964 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1966         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1967         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1969 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1971         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1972         a list of parents.
1973         (smie-indent-column): Allow indirection through variables.
1975         * composite.el (save-buffer-state): Delete, unused.
1976         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1977         (font-lock-default-fontify-region): Use with-syntax-table.
1978         * jit-lock.el (with-buffer-unmodified): Remove.
1979         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1981         Use `declare' in defmacros.
1982         * window.el (save-selected-window):
1983         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1984         * progmodes/python.el (def-python-skeleton):
1985         * net/dbus.el (dbus-ignore-errors):
1986         * jka-cmpr-hook.el (with-auto-compression-mode):
1987         * international/mule.el (with-category-table):
1988         * emacs-lisp/timer.el (with-timeout):
1989         * emacs-lisp/lisp-mnt.el (lm-with-file):
1990         * emacs-lisp/eieio.el (with-slots):
1991         * emacs-lisp/easymenu.el (easy-menu-define):
1992         * emacs-lisp/debug.el (debugger-env-macro):
1993         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1994         (Multiple-value-call, Multiple-value-prog1):
1995         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1996         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1997         edebug rule to definition.
1998         * emacs-lisp/lisp-mode.el (save-selected-window)
1999         (with-current-buffer, combine-after-change-calls)
2000         (with-output-to-string, with-temp-file, with-temp-buffer)
2001         (with-temp-message, with-syntax-table, read-if, eval-after-load)
2002         (dolist, dotimes, when, unless):
2003         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2005 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2007         * finder.el: Require `package'.
2008         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
2009         (finder-package-info): Var deleted.
2010         (finder-keywords-hash, finder--builtins-alist): New vars.
2011         (finder-compile-keywords): Compute package--builtins and
2012         finder-keywords-hash instead of finder-keywords-hash, respecting
2013         the "Package" header.
2014         (finder-unknown-keywords, finder-list-matches):
2015         Use finder-keywords-hash and package--list-packages.
2016         (finder-mode): Don't set font-lock-defaults.
2017         (finder-exit): We don't use "*Finder-package*" and "*Finder
2018         Category*" buffers anymore.
2020         * emacs-lisp/package.el (package--builtins-base): Var deleted.
2021         (package--builtins): Set default value to nil.
2022         (package-initialize): Load precomputed value of package--builtins
2023         from finder-inf.el.
2024         (package-alist, package-compute-transaction)
2025         (package-download-transaction): Improve docstring.
2026         (package-read-all-archive-contents): Do not change
2027         package--builtins here.
2028         (list-packages): Make package-list-packages an alias for this.
2029         Sort by status by default.
2030         (package--list-packages): Add optional PACKAGES arg.
2031         (describe-package-1): Use font-lock-face property.  For built-in
2032         packages, insert file commentary.
2033         (package--generate-package-list): Rename from
2034         package-list-packages-internal; all callers changed.  Add optional
2035         PACKAGES arg.  Add alphabetical sort fallbacks.
2036         (package-menu--version-predicate, package-menu--status-predicate)
2037         (package-menu--description-predicate)
2038         (package-menu--name-predicate): New functions.
2040         * info.el (Info-finder-find-node): Search package-alist instead of
2041         finder-package-info.
2043 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2045         * subr.el (version-regexp-alist): Don't use "a" and "b" for
2046         "alpha" and "beta".
2047         (version-to-list): Handle versions like "10.3d".
2049 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2052         (macroexp-accumulate): Use `declare'.
2054 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2056         * whitespace.el (whitespace-style): Adjust type declaration.
2058 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2060         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2061         empty argument to gvfs-copy.
2063 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2065         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2066         handle new TRASH arg of `delete-file'.
2068 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2070         * net/tramp.el (tramp-handle-insert-directory): Don't use
2071         `forward-word', its default syntax could be changed.
2073 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2074             Michael Albinus  <michael.albinus@gmx.de>
2076         Implement compression for inline methods.
2078         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2079         (tramp-copy-size-limit): Allow also nil.
2080         (tramp-inline-compress-commands): New defconst.
2081         (tramp-find-inline-compress, tramp-get-inline-compress)
2082         (tramp-get-inline-coding): New defuns.
2083         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2084         replaced by `tramp-get-inline-coding'.
2085         (tramp-handle-file-local-copy, tramp-handle-write-region)
2086         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2088 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2090         Detect ssh 'ControlMaster' argument automatically in some cases.
2092         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2093         (tramp-default-method): Use it.
2095 2010-08-26  Karel Klíč  <kklic@redhat.com>
2097         * net/tramp.el (tramp-file-name-for-operation):
2098         Add file-selinux-context.
2100 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2102         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2104 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2106         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2107         (Bug#6907).
2109 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
2111         * progmodes/js.el: Make indentation more customizable (Bug#6914).
2112         (js-paren-indent-offset, js-square-indent-offset)
2113         (js-curly-indent-offset): New options.
2114         (js--proper-indentation): Use them.
2116 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
2118         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2119         instead of inspecting font-lock properties (Bug#6916).
2121 2010-08-26  David Reitter  <david.reitter@gmail.com>
2123         * server.el (server-visit-files): Run pre-command-hook and
2124         post-command-hook for each buffer while it is current (Bug#6910).
2125         (server-execute): Do not run hooks here.
2127 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2129         Sync with Tramp 2.1.19.
2131         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2132         (tramp-reporter-dump-variable, tramp-load-report-modules)
2133         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2134         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2136         * net/tramp-compat.el (top): Do not autoload
2137         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
2138         only when `start-file-process' is not bound.
2139         (byte-compile-not-obsolete-vars): Define if not bound.
2140         (tramp-compat-funcall): New defmacro.
2141         (tramp-compat-line-beginning-position)
2142         (tramp-compat-line-end-position)
2143         (tramp-compat-temporary-file-directory)
2144         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2145         (tramp-compat-copy-file, tramp-compat-copy-directory)
2146         (tramp-compat-delete-file, tramp-compat-delete-directory)
2147         (tramp-compat-number-sequence, tramp-compat-process-running-p):
2148         Use it.
2149         (tramp-advice-file-expand-wildcards): Do not use
2150         `tramp-handle-file-remote-p'.
2151         (tramp-compat-make-temp-file): Simplify fallback implementation.
2152         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2153         (tramp-compat-copy-tree): Remove function.
2154         (tramp-compat-delete-file): New defun.
2155         (tramp-compat-delete-directory): Provide implementation for older
2156         Emacsen.
2157         (tramp-compat-file-attributes): Handle only
2158         `wrong-number-of-arguments' error.
2160         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2161         Add PRESERVE_SELINUX_CONTEXT.
2162         (tramp-fish-handle-delete-file): Add TRASH arg.
2163         (tramp-fish-handle-directory-files-and-attributes):
2164         Do not use `tramp-fish-handle-file-attributes.
2165         (tramp-fish-handle-file-local-copy)
2166         (tramp-fish-handle-insert-file-contents)
2167         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2169         * net/tramp-gvfs.el (top): Require url-util.
2170         (tramp-gvfs-mount-point): Remove.
2171         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2172         and `set-file-selinux-context'.
2173         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2174         (tramp-gvfs-handle-file-selinux-context)
2175         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2176         (with-tramp-dbus-call-method): Format trace message.
2177         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2178         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2179         Implement backup call, when operation on local files fails.
2180         Use progress reporter.  Flush properties of changed files.
2181         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
2182         `tramp-compat-delete-file'.
2183         (tramp-gvfs-handle-expand-file-name): Expand "~/".
2184         (tramp-gvfs-handle-make-directory): Make more traces.
2185         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2186         (tramp-gvfs-url-file-name): Hexify file name in url.
2187         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2188         into account for the resulting file name.
2189         (tramp-gvfs-handler-askquestion): Preserve current message, in
2190         order to let progress reporter continue afterwards.  (Bug#6257)
2191         Return dummy mountpoint, when the answer is "no".
2192         See `tramp-gvfs-maybe-open-connection'.
2193         (tramp-gvfs-handler-mounted-unmounted)
2194         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2195         attribute "default_location".  Set "prefix" property.
2196         Handle default-location.
2197         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2198         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2199         exists.  Raise an error, if not (due to a corresponding answer
2200         "no" in interactive questions, for example).
2201         Use `tramp-compat-funcall'.
2203         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2204         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2205         (tramp-imap-do-copy-or-rename-file)
2206         (tramp-imap-handle-insert-file-contents)
2207         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2208         (tramp-imap-handle-delete-file): Add TRASH arg.
2210         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2211         Add PRESERVE-SELINUX-CONTEXT.
2212         (tramp-smb-handle-copy-file)
2213         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2214         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2215         Use `with-progress-reporter'.
2216         (tramp-smb-handle-delete-file): Add TRASH arg.
2218         * net/tramp.el (tramp-methods): Move hostname to the end in all
2219         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
2220         appropriate.
2221         (tramp-verbose): Describe verbose level 9.
2222         (tramp-completion-function-alist)
2223         (tramp-file-name-regexp, tramp-chunksize)
2224         (tramp-local-coding-commands, tramp-remote-coding-commands)
2225         (with-connection-property, tramp-completion-mode-p)
2226         (tramp-action-process-alive, tramp-action-out-of-band)
2227         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2228         (tramp-exists-file-name-handler): Fix docstring.
2229         (tramp-remote-process-environment): Use `format' instead of
2230         `concat'.  Protect version string by apostroph.
2231         (tramp-shell-prompt-pattern): Do not use a shy group in case of
2232         XEmacs.
2233         (tramp-file-name-regexp-unified)
2234         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2235         not regard the volume letter as remote filename.  (Bug#5447)
2236         (tramp-perl-file-attributes)
2237         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2238         (tramp-vc-registered-read-file-names): Read input as
2239         here-document, otherwise the command could exceed maximum length
2240         of command line.
2241         (tramp-file-name-handler-alist): Add `file-selinux-context' and
2242         `set-file-selinux-context'.
2243         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2244         backtrace functions.
2245         (tramp-error-with-buffer): Don't show the connection buffer when
2246         we are in completion mode.
2247         (tramp-progress-reporter-update, tramp-remote-selinux-p)
2248         (tramp-handle-file-selinux-context)
2249         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2250         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2251         New defuns.
2252         (with-progress-reporter): New defmacro.
2253         (tramp-debug-outline-regexp): New defconst.
2254         (top, tramp-rfn-eshadow-setup-minibuffer)
2255         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2256         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2257         (tramp-completion-mode-p, tramp-check-for-regexp)
2258         (tramp-open-connection-setup-interactive-shell)
2259         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2260         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2261         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2262         Use `tramp-compat-funcall'.
2263         (tramp-handle-make-symbolic-link): Flush file properties.
2264         (tramp-handle-load, tramp-handle-file-local-copy)
2265         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2266         (tramp-handle-vc-registered, tramp-maybe-send-script)
2267         (tramp-find-shell): Use `with-progress-reporter'.
2268         (tramp-do-file-attributes-with-stat): Add space in format string,
2269         in order to work around a bug in pdksh.  Reported by Gilles Pion
2270         <gpion@lfdj.com>.
2271         (tramp-handle-verify-visited-file-modtime): Do not send a command
2272         when the connection is not established.
2273         (tramp-handle-set-file-times): Simplify the check for utc.
2274         (tramp-handle-directory-files-and-attributes)
2275         (tramp-get-remote-path): Use `copy-tree'.
2276         (tramp-completion-handle-file-name-all-completions): Ensure, that
2277         non remote files are still checked.  Oops.
2278         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2279         Handle PRESERVE-SELINUX-CONTEXT.
2280         (tramp-do-copy-or-rename-file): Add progress reporter.
2281         (tramp-do-copy-or-rename-file-directly): Do not use
2282         `tramp-handle-file-remote-p'.
2283         (tramp-do-copy-or-rename-file-out-of-band):
2284         Use `tramp-compat-delete-directory'.
2285         (tramp-do-copy-or-rename-file-out-of-band)
2286         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2287         Use `format-spec-make'.
2288         (tramp-handle-delete-file): Add TRASH arg.
2289         (tramp-handle-dired-uncache): Flush directory cache, not only file
2290         cache.
2291         (tramp-handle-expand-file-name)
2292         (tramp-completion-handle-file-name-all-completions)
2293         (tramp-completion-handle-file-name-completion):
2294         Use `tramp-connectable-p'.
2295         (tramp-handle-start-file-process): Set connection property "vec".
2296         Use it, in order to invalidate file caches.  Check only for
2297         `remote-tty' process property.
2298         Implement tty setting.  (Bug#4604, Bug#6360)
2299         (tramp-file-name-for-operation): Add `call-process-region' and
2300         `set-file-selinux-context'.
2301         (tramp-find-foreign-file-name-handler)
2302         (tramp-advice-make-auto-save-file-name)
2303         (tramp-set-auto-save-file-modes): Remove superfluous check for
2304         `stringp'.  This is done inside `tramp-tramp-file-p'.
2305         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
2306         operations when we are in completion mode.  This gives the user
2307         the chance to correct the file name in the minibuffer.
2308         (tramp-completion-mode-p): Use `non-essential'.
2309         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2310         compatibility: Use `completion-ignore-case' if
2311         `read-file-name-completion-ignore-case' does not exist.
2312         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2313         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2314         `tramp-open-shell'.
2315         (tramp-action-password): Hide password prompt before next run.
2316         (tramp-process-actions): Widen connection buffer for the trace.
2317         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2318         process property.  Trace stty settings if `tramp-verbose' >= 9.
2319         Apply workaround for IRIX64 bug.  Move argument of last
2320         `tramp-send-command' where it belongs to.
2321         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2322         front of `login-args'.
2323         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2324         on "/dev/null" instead of "/".
2325         (tramp-get-ls-command-with-dired): Make test for "--dired"
2326         stronger.
2327         (tramp-set-auto-save-file-modes): Adapt version check.
2328         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2329         (tramp-handle-process-file): Call the program in a subshell, in
2330         order to preserve working directory.
2331         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2332         `tramp-remote-sh' from `tramp-methods'.
2333         (tramp-get-ls-command): Make test for "--color=never" stronger.
2334         (tramp-check-for-regexp): Use (forward-line 1).
2336         * net/trampver.el: Update release number.
2338 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2340         * help.el (help-map): Bind `C-h P' to describe-package.
2342         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2344         * emacs-lisp/package.el (package-refresh-contents): Catch errors
2345         when downloading archives.
2346         (describe-package-1): Add package commentary.
2347         (package-install-button-action): New function.
2348         (package-menu-mode-map): Bind ? to package-menu-describe-package.
2349         (package-menu-view-commentary): Function removed.
2350         (package-list-packages-internal): Hide the `package' package too.
2352 2010-08-25  Kenichi Handa  <handa@m17n.org>
2354         * language/misc-lang.el ("Arabic"): New language environment.
2355         Setup composition-function-table for Arabic characters.
2357         * international/fontset.el (setup-default-fontset): Fix typo for
2358         arabic OTF spec (fini->fina).
2360 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
2362         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2363         on all frames.
2365 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2367         * whitespace.el: Allow cleaning up blanks without blank
2368         visualization (Bug#6651).  Adjust help window for
2369         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2370         instead of whitespace-line-column (from EmacsWiki).  New version
2371         13.1.
2372         (whitespace-style): Added new value 'face.  Adjust docstring.
2373         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2374         foreground property face.
2375         (whitespace-line-column): Adjust docstring and type declaration.
2376         (whitespace-style-value-list, whitespace-toggle-option-alist)
2377         (whitespace-help-text): Adjust const initialization.
2378         (whitespace-toggle-options, global-whitespace-toggle-options):
2379         Adjust docstring.
2380         (whitespace-display-window, whitespace-interactive-char)
2381         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2382         (whitespace-help-scroll): New fun.
2384 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2386         * emacs-lisp/package.el (list-packages): Alias for
2387         package-list-packages.
2389 2010-08-24  Kevin Ryde  <user42@zip.com.au>
2391         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2392         (Bug#5651).
2394         * progmodes/ruby-mode.el (ruby): Add defgroup.
2396 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2398         * progmodes/python.el: Add Ipython support (Bug#5390).
2399         (python-shell-prompt-alist)
2400         (python-shell-continuation-prompt-alist): New options.
2401         (python--set-prompt-regexp): New function.
2402         (inferior-python-mode, run-python, python-shell): Require
2403         ansi-color.  Use python--set-prompt-regexp to set the comint
2404         prompt based on the Python interpreter.
2405         (python--prompt-regexp): New var.
2406         (python-check-comint-prompt)
2407         (python-comint-output-filter-function): Use it.
2408         (run-python): Use a pipe (Bug#5694).
2410 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
2412         * progmodes/python.el (python-send-region): Send a different
2413         Python command if Ipython is in use.
2414         (python-check-version): Use a Python command to find the version.
2416 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2418         * mouse.el (mouse-yank-primary): Avoid setting primary when
2419         deactivating the mark (Bug#6872).
2421 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
2423         * progmodes/python.el (python-block-pairs): Allow use of "finally"
2424         with "else" (Bug#3991).
2426 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2428         * net/dbus.el: Accept UNIX domain sockets as bus address.
2429         (top): Don't initialize `dbus-registered-objects-table' anymore,
2430         this is done in dbusbind,c.
2431         (dbus-check-event): Adapt test for bus.
2432         (dbus-return-values-table, dbus-unregister-service)
2433         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2434         Adapt doc string.
2436 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
2438         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2440 2010-08-22  Juri Linkov  <juri@jurta.org>
2442         * simple.el (read-extended-command): New function with the logic
2443         for `completing-read' moved to Elisp from `execute-extended-command'.
2444         Use `function-called-at-point' in `minibuffer-default-add-function'
2445         to get a command name for M-n (bug#5364, bug#5214).
2447 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2449         * startup.el (command-line-1): Issue warning for ignored arguments
2450         --unibyte, etc (Bug#6886).
2452 2010-08-22  Leo  <sdl.web@gmail.com>
2454         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2455         (ignore, bright, dim, keyword): Split list of nicknames before
2456         passing to rcirc-add-or-remove (Bug#6894).
2458 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2460         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2462 2010-08-22  Leo  <sdl.web@gmail.com>
2464         Fix buffer-list rename&refresh after killing a buffer in ido.
2465         * ido.el: Revert Óscar's.
2466         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2467         Remember the buffers at head, rather than their name.
2468         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2470 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
2471             Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2474         extra backslash added to each line (bug#6890).
2476 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * subr.el (read-key): Don't echo keystrokes (bug#6883).
2480 2010-08-22  Glenn Morris  <rgm@gnu.org>
2482         * menu-bar.el (menu-bar-games-menu): Add landmark.
2484 2010-08-22  Glenn Morris  <rgm@gnu.org>
2486         * align.el (align-regexp): Make group and spacing arguments
2487         use the interactive defaults when non-interactive.  (Bug#6698)
2489         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2490         expansion, so as not to need sendmail.
2491         (mail-text-start): Remove declaration.
2492         (rmail-retry-failure): Require sendmail.
2494 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2496         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2498 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
2500         * progmodes/flymake.el (flymake-start-syntax-check-process):
2501         Use `start-file-process' in order to let it run also on remote hosts.
2503 2010-08-22  Kenichi Handa  <handa@m17n.org>
2505         * files.el: Add `word-wrap' as safe local variable.
2507 2010-08-22  Glenn Morris  <rgm@gnu.org>
2509         * woman.el (woman-translate): Case matters.  (Bug#6849)
2511 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2513         * simple.el (kill-region): Doc fix (Bug#6787).
2515 2010-08-22  Glenn Morris  <rgm@gnu.org>
2517         * calendar/diary-lib.el (diary-header-line-format):
2518         Fit it to the window, not the frame.
2520 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
2522         * subr.el (ignore-errors): Add debug declaration.
2524 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2526         * whitespace.el (whitespace-color-off): Remove post-command-hook
2527         locally.
2529 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2531         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2533 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2535         * cus-edit.el (custom-group-value-create): Add extra newline
2536         before end line (Bug#6876).
2538 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2540         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2541         when extending it.  Before killing on the second click, check if
2542         the buffer is the correct one.  Doc fix.
2543         (mouse-secondary-save-then-kill): Allow usage without first
2544         calling mouse-start-secondary, by defaulting to point.  Don't save
2545         an empty secondary selection.  Doc fix.
2547 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2549         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2550         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2551         New version 13.0.
2552         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2553         Adjust initialization.
2554         (whitespace-bob-marker, whitespace-eob-marker)
2555         (whitespace-buffer-changed): New vars.
2556         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2557         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2558         (whitespace-post-command-hook, whitespace-display-char-on):
2559         Adjust code.
2560         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2561         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2563 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * files.el (locate-file-completion-table): Only list the .el and .elc
2566         extensions if there's no other choice (bug#5955).
2568         * facemenu.el (facemenu-self-insert-data): New var.
2569         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2570         New functions.
2571         (facemenu-add-face): Use them.
2573         * simple.el (blink-matching-open): Obey forward-sexp-function.
2575 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * simple.el (prog-mode-map): New var.
2578         (prog-indent-sexp): New command.
2580         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2582         * progmodes/prolog.el (smie): Require.
2584         * emacs-lisp/smie.el (smie-default-backward-token)
2585         (smie-default-forward-token): Strip properties.
2586         (smie-next-sexp): Be more careful with associative operators.
2587         (smie-forward-sexp-command): Generalize.
2588         (smie-backward-sexp-command): Simplify.
2589         (smie-closer-alist): New var.
2590         (smie-close-block): New command.
2591         (smie-indent-debug-log): New var.
2592         (smie-indent-offset-rule): Add a few more cases.
2593         (smie-indent-column): New function.
2594         (smie-indent-after-keyword): Use it.
2595         (smie-indent-keyword): Use it.
2596         Fix up the opener code's point position.
2597         (smie-indent-comment): Only applies at BOL.
2598         (smie-indent-debug): New command.
2600         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2601         declarations that are useful before running the macro.
2603 2010-08-18  Joakim Verona  <joakim@verona.se>
2605         * image.el (imagemagick-types-inhibit): New variable.
2606         (imagemagick-register-types): New function.
2607         * image-mode.el (image-transform-properties): New function.
2608         (image-transform-set-scale, image-transform-fit-to-height)
2609         (image-transform-set-rotation, image-transform-set-resize)
2610         (image-transform-fit-to-width, image-transform-fit-to-height):
2611         New functions.
2612         (image-toggle-display-image): Support image transforms.
2614 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2616         * image.el (create-animated-image): Don't add heuristic mask to image
2617         (Bug#6839).
2619 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
2621         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2622         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2624 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2628         Font-lock '...' strings, plus various simplifications and fixes.
2629         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2630         (octave-font-lock-close-quotes): New function.
2631         (octave-font-lock-syntactic-keywords): New var.
2632         (octave-mode): Use it.  Set beginning-of-defun-function.
2633         (octave-mode-map): Don't override the <foo>-defun commands.
2634         (octave-mode-menu): Pass it directly to easy-menu-define;
2635         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2636         (octave-block-match-alist): Fix up last change so that
2637         octave-close-block uses the more specific keyword.
2638         (info-lookup-mode): Silence byte-compiler.
2639         (octave-beginning-of-defun): Not interactive any more.
2640         Optimize slightly.
2641         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2642         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2643         (octave-completion-at-point-function): Make sure point is within
2644         beg..end.
2645         (octave-reindent-then-newline-and-indent):
2646         Use reindent-then-newline-and-indent.
2647         (octave-add-octave-menu): Remove.
2649 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
2651         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2652         (report-emacs-bug-can-use-xdg-email): New functions.
2653         (report-emacs-bug): Set can-xdg-email to result of
2654         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
2655         \C-cm to report-emacs-bug-insert-to-mailer and add help text
2656         about it.
2658         * net/browse-url.el (browse-url-default-browser): Add cond
2659         for browse-url-xdg-open.
2660         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2662 2010-08-17  Glenn Morris  <rgm@gnu.org>
2664         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2665         (c-fontify-recorded-types-and-refs): Define for compiler.
2666         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2667         before use.
2669         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2670         Fix format call.
2672 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
2674         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2675         properties.
2676         (tramp-handle-process-file): Call the program in a subshell, in
2677         order to preserve working directory.
2678         (tramp-action-password): Hide password prompt before next run.
2679         (tramp-process-actions): Widen connection buffer for the trace.
2681 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2683         * net/rcirc.el (rcirc-log-process-buffers): New option.
2684         (rcirc-print): Use it.
2685         (rcirc-generate-log-filename): New function.
2686         (rcirc-log-filename-function): Change default to
2687         rcirc-generate-log-filename (Bug#6828).
2689 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
2691         * simple.el (deactivate-mark): If select-active-regions is `only',
2692         only set selection for temporarily active regions.
2694         * cus-start.el: Change defcustom for select-active-regions.
2696 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2698         * mouse.el (mouse--drag-set-mark-and-point): New function.
2699         (mouse-drag-track): Use LOCATION arg to push-mark.
2700         Use mouse--drag-set-mark-and-point to take click-count into
2701         consideration when updating point and mark (Bug#6840).
2703 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2705         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2706         Give the Ruby rule a lower priority than Gnu (Bug#6778).
2708 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2710         * font-lock.el (lisp-font-lock-keywords-2):
2711         Add combine-after-change-calls, condition-case-no-debug,
2712         with-demoted-errors, and with-silent-modifications (Bug#6025).
2714 2010-08-14  Kevin Ryde  <user42@zip.com.au>
2716         * emacs-lisp/copyright.el (copyright-update-year)
2717         (copyright-update): Temporary switch-to-buffer to ensure the
2718         buffer change being queried is visible (Bug#5394).
2720 2010-08-14  Tom Tromey  <tromey@redhat.com>
2722         * progmodes/etags.el (tags-file-name): Mark safe if stringp
2723         (Bug#6733).
2725 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
2727         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2728         MS-DOS.  (Bug#6689)
2730 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
2732         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2733         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2734         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2735         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2736         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2737         Call menu-bar-set-tool-bar-position.
2739 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2742         comment style (bug#6834).
2743         * progmodes/scheme.el (scheme-mode-syntax-table):
2744         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2745         "b" flag in "' 14b" syntax.
2747         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2748         for (un)commenting the region and performing completion.
2749         (octave-mode-menu): Use standard commands for help and completion.
2750         (octave-mode-syntax-table): Support %{..%} comments (sort of).
2751         (octave-mode): Use define-derived-mode.
2752         Set completion-at-point-functions and don't set columns.
2753         Don't disable adaptive-fill-regexp.
2754         (octave-describe-major-mode, octave-comment-region)
2755         (octave-uncomment-region, octave-comment-indent)
2756         (octave-indent-for-comment): Remove.
2757         (octave-indent-calculate): Rename from calculate-octave-indent.
2758         (octave-indent-line, octave-fill-paragraph): Update caller.
2759         (octave-initialize-completions): No need to make an alist.
2760         (octave-completion-at-point-function): New function.
2761         (octave-complete-symbol): Use it.
2762         (octave-insert-defun): Use define-skeleton.
2764         * progmodes/octave-mod.el (octave-mode): Set comment-add.
2765         (octave-mode-map): Use comment-dwim (bug#6829).
2767 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2769         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2770         indentation of inserted comment.
2772 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
2774         * faces.el (region): Add type gtk that uses gtk colors.
2776         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2777         Handle theme-name change.
2779 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2781         * progmodes/sql.el: Version 2.5
2782         (sql-product-alist): Add :prompt-cont-regexp property for several
2783         database products.
2784         (sql-prompt-cont-regexp): New variable.
2785         (sql-output-newline-count, sql-output-by-send):
2786         New variables.  Record number of newlines in input text.
2787         (sql-send-string): Handle multiple filters and count newlines.
2788         (sql-send-magic-terminator): Count terminator newline.
2789         (sql-interactive-remove-continuation-prompt): Filters output to
2790         remove continuation prompts; one for each newline.
2791         (sql-interactive-mode): Set up new variables, prompt regexp and
2792         output filter.
2793         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2794         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2796 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2798         * emacs-lisp/pcase.el: New file.
2800 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2802         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2803         as here-document, otherwise the command could exceed maximum
2804         length of command line.
2805         (tramp-handle-vc-registered): Call script accordingly.
2806         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2808 2010-08-10  Kenichi Handa  <handa@m17n.org>
2810         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2811         composable pattern.
2813 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2815         * emacs-lisp/package.el (package-version-split)
2816         (package--version-first-nonzero, package-version-compare):
2817         Functions removed.
2818         (package-directory-list, package-load-all-descriptors)
2819         (package--built-in, package-activate, define-package)
2820         (package-installed-p, package-compute-transaction)
2821         (package-read-all-archive-contents)
2822         (package--add-to-archive-contents, package-buffer-info)
2823         (package-tar-file-info, package-list-packages-internal):
2824         Use version-to-list and version-list-*.
2826         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2827         Use version-to-list.
2828         (package-upload-buffer-internal): Use version-list-<=.
2830 2010-08-09  Kenichi Handa  <handa@m17n.org>
2832         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2833         composable pattern.
2835 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2837         * tutorial.el (tutorial--default-keys): C-d is now bound to
2838         delete-forward-char (Bug#6826).
2840         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2841         for `double' value of mouse-1-click-follows-link (Bug#6807).
2843 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2845         * replace.el (replace-highlight): Bind isearch-forward and
2846         isearch-error, ensuring that highlighting is updated if the user
2847         switches the search direction (Bug#6808).
2849         * isearch.el (isearch-lazy-highlight-forward): New var.
2850         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2851         (isearch-lazy-highlight-update): Use it.
2853 2010-08-08  Kenichi Handa  <handa@m17n.org>
2855         * international/mule.el (define-charset): Store NAME as :base property.
2856         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2857         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2858         current priority.  Force using the designation of the specific
2859         charset by adding `charset' text property.  Improve the whole algorithm.
2861 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2863         * emulation/pc-select.el (pc-selection-mode-hook)
2864         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2865         (pc-selection-mode): Fix typos in docstrings.
2867 2010-08-08  Kenichi Handa  <handa@m17n.org>
2869         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2870         ctext-non-standard-encodings-alist here.
2872         * international/mule.el (ctext-non-standard-encodings-alist):
2873         Add "koi8-r" and "microsoft-cp1251".
2874         (ctext-standard-encodings): New variable.
2875         (ctext-non-standard-encodings-table): List only elements for
2876         non-standard encodings.
2877         (ctext-pre-write-conversion): Adjust for the above change.
2878         Check ctext-standard-encodings.
2880         * international/mule-conf.el (compound-text): Doc fix.
2881         (ctext-no-compositions): Doc fix.
2882         (compound-text-with-extensions): Doc fix.
2884 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2888 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2890         * progmodes/which-func.el (which-func-format): Split help-echo text
2891         into lines, like other mode-line tooltips.
2893         * server.el (server-start): When using TCP sockets, force IPv4
2894         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2896 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2900 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2902         * term.el (term-delimiter-argument-list): Reflow docstring.
2903         (term-read-input-ring, term-write-input-ring, term-send-input)
2904         (term-bol, term-erase-in-display, serial-supported-or-barf):
2905         Fix typos in docstrings.
2907 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2909         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2911 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2913         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2915 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2917         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2918         Fix typo in docstring (bug#6747).
2920 2010-08-08  Leo  <sdl.web@gmail.com>
2922         * eshell/esh-io.el (eshell-get-target): Better detection of
2923         read-only file (Bug#6762).
2925 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2927         * align.el (align-default-spacing): Doc fix.
2928         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2930 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2932         * calendar/icalendar.el
2933         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2934         (icalendar--get-weekday-numbers): New.
2935         (icalendar--convert-recurring-to-diary): Handle multiple byday
2936         values in weekly rules.  (Bug#6766)
2938 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2940         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2941         (icalendar--create-uid, icalendar-export-region)
2942         (icalendar--parse-summary-and-rest): Code formatting.
2944 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2946         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2947         to italicize headers.
2948         (calc-highlight-selections-with-faces): New variable.
2949         (calc-selected-face, calc-nonselected-face): New faces.
2951         * calc/calccomp.el (math-comp-highlight-string): Use
2952         `calc-highlight-selections-with-faces' to determine how to highlight
2953         sub-formulas.
2955         * calc/calc-sel.el (calc-show-selections): Change message to when
2956         using faces to highlight selections.
2958 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2960         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2961         Add SQLite 3 keywords, functions and datatypes.
2962         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2963         (Bug#6686).
2965 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2967         * simple.el (select-active-regions): Move to keyboard.c.
2968         (deactivate-mark): Used saved-region-selection.
2969         (select-active-region): Function removed.
2970         (activate-mark, set-mark, push-mark-command)
2971         (handle-shift-selection): Don't call it.
2972         (keyboard-quit): Avoid adding the region to the window selection.
2974         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2975         select-active-regions implementation.
2976         (mouse-yank-at-click): Doc fix.
2978         * cus-start.el: Add custom declaration for select-active-regions.
2980 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2982         * simple.el (delete-forward-char): Doc fix.
2984         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2985         after reading the tutorial.
2987 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2989         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2990         for the case that a C style comment has its delimiters alone on
2991         their respective lines.
2993 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2995         * net/tramp.el (tramp-handle-start-file-process): Set connection
2996         property "vec".
2997         (tramp-process-sentinel): Use it for flushing the cache.  We
2998         cannot do it via the process buffer, the buffer could be deleted
2999         already when running the sentinel.
3001 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3003         * comint.el (comint-mode): Make directory tracking functions
3004         functional on remote files.  (Bug#6764)
3006 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3008         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3010 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3012         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3013         unexec.c => unexcoff.c.
3015         * emacs-lisp/authors.el (authors-fixed-entries): Rename
3016         unexec.c => unexcoff.c.
3018 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3020         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3021         cache, not only file cache.
3022         (tramp-process-sentinel): New defun.
3023         (tramp-handle-start-file-process): Use it, in order to invalidate
3024         file caches.
3026 2010-08-03  Leo  <sdl.web@gmail.com>
3028         * server.el (server-start): Simplify loop.
3030 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * frame.el (screen-height, screen-width, set-screen-width)
3033         (set-screen-height): Remove ancient compatibility aliases.
3035         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3036         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
3038         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3039         that change current buffer.
3041 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3043         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3044         beginning of the string.  Use `string-match-p'.  (Bug#6765)
3046 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
3048         * cus-start.el (x-gtk-use-system-tooltips): New variable.
3050 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
3052         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3053         (package--builtins): Tweak descriptions.
3054         (package-print-package): Upcase descriptions if necessary.
3055         Show all built-in packages in font-lock-builtin-face.
3056         (package-list-packages-internal): Omit "emacs" package.
3057         Show status of built-in packages as "built-in".
3059 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
3061         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
3062         before killing to preserve the primary selection (Bug#6701).
3064         * term/x-win.el (x-select-text): Doc fix.
3066 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
3068         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3069         The following functions were modified or created:
3071         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3072         (objc-font-lock-extra-types):
3073         * progmodes/cc-mode.el (c-basic-common-init):
3074         * progmodes/cc-langs.el (c-make-mode-syntax-table)
3075         (c++-make-template-syntax-table)
3076         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3077         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3078         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3079         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3080         * progmodes/cc-fonts.el (c-make-inverse-face)
3081         (c-basic-matchers-after):
3082         * progmodes/cc-engine.el (c-forward-keyword-clause)
3083         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3084         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3085         (c-guess-continued-construct, c-guess-basic-syntax):
3087 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
3089         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3091 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
3093         * files.el (bidi-paragraph-direction): Define safe local values.
3095         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3096         language-info-alist.  Remove outdated FIXME in a comment.
3098 2010-07-31  Alan Mackenzie  <acm@muc.de>
3100         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3101         Auto-fill broken in C/C++ modes.
3103 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3105         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3106         (menu-bar-showhide-tool-bar-menu-customize-disable)
3107         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3108         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3109         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3110         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3111         make a menu for Options => toolbar that can move it.
3113 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
3115         * emacs-lisp/package-x.el (package--make-rss-entry):
3116         (package-maint-add-news-item, package--update-news)
3117         (package-upload-buffer-internal): New arg ARCHIVE-URL.
3119         * emacs-lisp/package.el (package-archive-url): Rename from
3120         package-archive-id.
3121         (package-install): Doc fix.
3122         (package-download-single, package-download-tar, package-install)
3123         (package-menu-view-commentary): Callers changed.
3125 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3127         * net/tramp.el (tramp-handle-start-file-process): Check only for
3128         `remote-tty' process property.
3129         (tramp-open-shell): Don't check for tty.
3130         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3131         process property.
3133         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3134         host.
3136 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
3138         * emacs-lisp/package.el (package-load-list, package-archives)
3139         (package-archive-contents, package-user-dir)
3140         (package-directory-list, package--builtins, package-alist)
3141         (package-activated-list, package-obsolete-alist): Mark as risky.
3143 2010-07-28  Phil Hagelberg  <phil@evri.com>
3145         Add support for non-default package repositories.
3146         * emacs-lisp/package.el (package-archive-base): Var deleted.
3147         (package-archives): New variable.
3148         (package-archive-contents): Doc fix.
3149         (package-load-descriptor): Do nothing if descriptor file is missing.
3150         (package--write-file-no-coding): New function.
3151         (package-unpack-single): Use it.
3152         (package-archive-id): New function.
3153         (package-download-single, package-download-tar)
3154         (package-menu-view-commentary): Use it.
3155         (package-installed-p): Make second argument optional.
3156         (package-read-all-archive-contents): New function.
3157         (package-initialize): Use it.
3158         (package-read-archive-contents): Add ARCHIVE argument.
3159         (package--add-to-archive-contents): New function.
3160         (package-install): Don't call package-read-archive-contents.
3161         (package--download-one-archive): Store archive file in a
3162         subdirectory of package-user-dir.
3163         (package-menu-execute): Remove spurious line movement.
3165 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
3167         * cus-start.el (tool-bar-style): Add text-image-horiz.
3169 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3171         * progmodes/gud.el (gud-common-init): Check for remoteness of
3172         `file', and not of `default-directory'.
3174 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3176         * net/tramp.el (tramp-methods): Move hostname to the end in all
3177         ssh `tramp-login-args'.
3178         (tramp-verbose): Describe verbose level 9.
3179         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3180         (tramp-open-connection-setup-interactive-shell): Trace stty
3181         settings if `tramp-verbose' >= 9.
3182         (tramp-handle-start-file-process): Implement tty setting.
3183         (Bug#4604, Bug#6360)
3185         * net/tramp-cmds.el (tramp-bug): Recommend setting of
3186         `tramp-verbose' to 9.
3188 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
3190         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3191         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3192         Remove references to package `lisp-re' (bug#4369).
3194 2010-07-27  Tom Tromey  <tromey@redhat.com>
3196         * progmodes/js.el (js-mode):
3197         * progmodes/make-mode.el (makefile-mode):
3198         * progmodes/simula.el (simula-mode):
3199         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3201 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3203         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3205         * time.el (display-time-day-and-date): Remove spurious * in docstring.
3206         (display-time-world-buffer-name, display-time-world-mode-map):
3207         Fix typos in docstrings.
3209 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
3211         * image-mode.el (image-display-size): New function.
3212         (image-forward-hscroll, image-next-line, image-eol, image-eob)
3213         (image-mode-fit-frame): Use it (Bug#6639).
3215 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
3217         * dired.el (dired-buffers-for-dir): Handle list values of
3218         dired-directory (Bug#6636).
3220 2010-07-26  Sam Steingold  <sds@gnu.org>
3222         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3223         Do not call `x-get-selection' the second time, reuse the value.
3225 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
3227         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3228         which consist of control chars only.  Suggested by Richard Stallman.
3230 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
3232         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3233         exists before passing an error to find-file-not-found-functions
3234         (bug#6723).
3236 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
3238         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3239         Remove leading nil element, adjust values.
3240         (tetris-shapes, tetris-shape-scores):
3241         Change representation of shapes and remove some redundancy.
3242         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3243         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3244         Adjust for working with new representation of shapes.
3245         (tetris-shape-rotations): New function.
3246         (tetris-move-bottom, tetris-move-left, tetris-move-right)
3247         (tetris-rotate-prev, tetris-rotate-next):
3248         Adjust for working with the new version of tetris-test-shape.
3250 2010-07-23  Markus Triska  <markus.triska@gmx.at>
3252         * progmodes/ps-mode.el: Use comint (bug#5954).
3253         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3254         (ps-mode-other-newline): Simplify.
3255         (ps-run-mode): Derive from comint-mode instead of
3256         fundamental-mode, yielding input history etc.
3257         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3258         (ps-run-send-string): Adapt for comint-mode.
3259         (ps-run-newline): Remove now unneeded function.
3261 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3263         * net/tramp.el (tramp-methods): Move hostname to the end in all
3264         plink `tramp-login-args'.
3266 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3268         * net/tramp.el (tramp-open-shell): New defun.
3269         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3270         Use it.
3272 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3274         * net/tramp.el (tramp-file-name-regexp-unified)
3275         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3276         not regard the volume letter as remote filename.  (Bug#5447)
3278 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
3280         * custom.el (custom-declare-variable): Give a clearer error message
3281         when the docstring is missing (bug#6476).
3283 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
3285         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
3286         (sql-login-params): New widget definition.
3287         (sql-oracle-login-params, sql-mysql-login-params)
3288         (sql-solid-login-params, sql-sybase-login-params)
3289         (sql-informix-login-params, sql-ingres-login-params)
3290         (sql-ms-login-params, sql-postgres-login-params)
3291         (sql-interbase-login-params, sql-db2-login-params)
3292         (sql-linter-login-params): Use it.
3293         (sql-sqlite-login-params): Use it; Define "database" parameter as
3294         a file name.
3295         (sql-sqlite-program): Change to "sqlite3".
3296         (sql-comint-sqlite): Make sure database name is complete.
3297         (sql-for-each-login): New function.
3298         (sql-connect, sql-save-connection): Use it.
3299         (sql-get-login-ext): New function.
3300         (sql-get-login): Use it.
3301         (sql-make-alternate-buffer-name): Handle :file parameters.
3303 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
3305         * dired.el (dired-no-confirm): Document value t and fix defcustom to
3306         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
3308 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3310         * dired.el (dired-mode-map): Use command remapping (bug#6632).
3312 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
3314         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3316 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
3318         * net/tramp.el (tramp-get-ls-command)
3319         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3320         instead of "/".
3322 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
3324         * progmodes/sql.el: Version 2.3.
3325         (sql-connection-alist): Changed keys from symbols to strings;
3326         enhanced the widget definition.
3327         (sql-mode-menu): Added submenu to select connections.
3328         (sql-interactive-mode-menu): Added "Save Connection" item.
3329         (sql-add-product): Fixed menu item.
3330         (sql-get-product-feature): Improved error handling.
3331         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3332         (sql-make-alternate-buffer-name): Simplified.
3333         (sql-product-interactive): Handle missing product.
3334         (sql-connect): Support string keys, minor improvements.
3335         (sql-save-connection): New function.
3336         (sql-connection-menu-filter): New function.
3338 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
3340         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3341         (tramp-open-connection-setup-interactive-shell): Apply
3342         workaround for IRIX64 bug.  Move argument of last
3343         `tramp-send-command' where it belongs to.
3345 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
3347         * net/tramp.el (tramp-perl-file-attributes)
3348         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3349         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3350         front of `login-args'.
3352 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
3354         * time.el (display-time-world-mode): Define with `define-derived-mode'.
3355         Set `show-trailing-whitespace' to nil.
3356         (display-time-world-display): Simplify.
3358 2010-07-18  Alan Mackenzie  <acm@muc.de>
3360         Enhance `c-file-style' in file/directory local variables.
3361         * progmodes/cc-mode.el (c-count-cfss): New function.
3362         (c-before-hack-hook): Call `c-set-style' differently according to
3363         whether c-file-style was set in file or directory local
3364         variables.
3366 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
3368         * progmodes/sql.el: Version 2.2.
3369         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3370         defcustom :safe keyword rather than putting safe-local-variable
3371         property.
3372         (sql-password): Use defcustom :risky keyword rather than putting
3373         risky-local-variable property.
3374         (sql-oracle-login-params, sql-sqlite-login-params)
3375         (sql-solid-login-params, sql-sybase-login-params)
3376         (sql-informix-login-params, sql-ingres-login-params)
3377         (sql-ms-login-params, sql-postgres-login-params)
3378         (sql-interbase-login-params, sql-db2-login-params)
3379         (sql-linter-login-params): Add `port' option.
3380         (sql-get-product-feature): Added NO-INDIRECT parameter.
3381         (sql-comint-oracle, sql-comint-sybase)
3382         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3383         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3384         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3385         (sql-comint-linter): Renamed sql-connect-* functions to
3386         sql-comint-*.
3387         (sql-product-alist, sql-mode-menu): Renamed as above and
3388         :sqli-connect-func to :sqli-comint-func.
3389         (sql-connection): New variable.
3390         (sql-interactive-mode): Set it.
3391         (sql-connection-alist): New variable.
3392         (sql-connect): New function.
3393         (sql--alt-buffer-part, sql--alt-if-not-empty)
3394         (sql-make-alternate-buffer-name): Improved alternative buffer name.
3396 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3398         * image-mode.el (image-bookmark-make-record): Do not set context
3399         in an image (Bug#6650).
3401 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
3403         * simple.el (select-active-region): New function.
3404         (push-mark-command, set-mark, activate-mark)
3405         (handle-shift-selection): Use it.
3406         (deactivate-mark): Don't check for size of region.
3408         * mouse.el (mouse-drag-track): Use select-active-region.
3410 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
3412         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3413         "--dired" stronger.
3415 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
3417         * term/x-win.el (x-select-enable-primary): Change default to nil.
3418         (x-select-enable-clipboard): Add :version keyword.
3420         * mouse.el (mouse-drag-copy-region):
3421         * simple.el (select-active-regions): Likewise.
3423 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
3425         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3426         (vc-coding-system-for-diff): Use it to decide whether to inherit
3427         from the file the EOL format for reading the diffs of that file.
3428         (Bug#4451)
3430 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
3432         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3433         unibyte, so compressed attachments are not compressed again.
3435 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
3437         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3438         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3439         (tramp-find-shell): Simplify setting connection property.
3440         (tramp-get-ls-command): Make test for "--color=never" stronger.
3442 2010-07-15  Simon South  <ssouth@member.fsf.org>
3444         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3445         blocks within record declarations (i.e. variant parts) correctly.
3447 2010-07-15  Simon South  <ssouth@member.fsf.org>
3449         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3450         over literal tokens when parsing so newlines aren't "absorbed" by
3451         single-line comments.  Corrects the indentation of case blocks
3452         that have a comment on the first line.
3454 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
3456         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3457         by Drew Adams (Bug#5504).
3459 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
3461         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3462         now that Unicode is used (Bug#6594).
3464 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
3466         * term/x-win.el (x-select-enable-clipboard): Default to t.
3467         (x-initialize-window-system): Don't overwrite Paste menu item.
3469         * simple.el (select-active-regions): Default to t.
3470         (push-mark-command): Don't overwrite primary with empty string.
3472         * mouse.el: Bind mouse-2 to mouse-yank-primary.
3473         (mouse-drag-copy-region): Default to nil.
3475         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3476         Cut/Copy/Paste menu bar items.
3478 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3480         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3481         Patch applied by Karl Fogel.
3483         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3484         and `bookmark-current-buffer' if they have been already set in
3485         another buffer (e.g gnus-art).
3487 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3488             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3490         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3492         * bookmark.el (bookmark-make-record-default): Allow unneeded
3493         information to be omitted from the record.
3495         Adjust declarations and calls:
3497         * info.el (bookmark-make-record-default): Adjust declaration.
3498         (Info-bookmark-make-record): Adjust call.
3500         * woman.el (bookmark-make-record-default): Adjust declaration.
3501         (woman-bookmark-make-record): Adjust call.
3503         * man.el (bookmark-make-record-default): Adjust declaration.
3504         (Man-bookmark-make-record): Adjust call.
3506         * image-mode.el (bookmark-make-record-default): Adjust declaration.
3508         * doc-view.el (bookmark-make-record-default): Adjust declaration.
3510 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3512         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3513         This is also from Thierry Volpiatto's patch in bug #6444.  However,
3514         because it was extraneous to the functional change in that patch,
3515         and causes a re-indendation, I am committing it separately.
3517 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3519         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3520         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3521         Patch applied by Karl Fogel (Bug#6444).
3523 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
3525         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3527 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
3529         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3530         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
3531         (ns-alternatives-map): Change S-tab binding to backtab
3532         (bug#6616).
3534         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3535         under ns.
3537 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
3539         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3540         (Bug#5806)
3542         * language/tv-util.el (tai-viet-re): Remove format.
3544 2010-07-12  Kenichi Handa  <handa@m17n.org>
3546         * language/hebrew.el: Remove no-byte-compile declaration.
3547         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
3548         composition-function-table for 3-character looking back.
3549         (hebrew-font-get-precomposed): New function.
3550         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3552 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
3554         * mouse.el (mouse-drag-track): Handle select-active-regions
3555         (Bug#6612).
3557 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
3559         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3560         empty argument to gvfs-copy.
3562 2010-07-10  Glenn Morris  <rgm@gnu.org>
3564         * calendar/calendar.el (calendar-week-end-day): New function.
3565         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3566         Respect calendar-week-start-day.  (Bug#6606)
3567         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3568         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3569         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3570         respect calendar-week-start-day.
3572 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3574         * simple.el (use-region-p): Doc fix (Bug#6607).
3576 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
3578         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3579         regexps for cucumber and ruby.
3581 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
3583         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3584         (epa-file-insert-file-contents): Hack to prevent
3585         find-file from opening empty buffer when decryption failed
3586         (bug#6568).
3588 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
3590         * textmodes/ispell.el (ispell-alternate-dictionary):
3591         Use file-readable-p.
3592         Return nil if no word-list is found at default locations.
3593         (ispell-complete-word-dict): Default to nil.
3594         (ispell-command-loop): Use 'word-list' when using lookup-words.
3595         (lookup-words): Use ispell-complete-word-dict or
3596         ispell-alternate-dictionary.  Check for word-list availability
3597         and handle errors if needed with better messages (Bug#6539).
3598         (ispell-complete-word): Use ispell-complete-word-dict or
3599         ispell-alternate-dictionary.
3601 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
3603         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3604         builtins (BufferError, BytesWarning, WindowsError; callables
3605         bin, bytearray, bytes, format, memoryview, next, print; __package__).
3607 2010-07-07  Glenn Morris  <rgm@gnu.org>
3609         * play/zone.el (top-level): Do not require timer, tabify, or cl.
3610         (zone-shift-left): Ignore intangibility, and any errors from
3611         forward-char.
3612         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
3613         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3614         deleting, and copying text properties.
3615         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3616         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3617         to point-max is hard.
3618         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3619         (zone-fill-out-screen): Ignore intangibility.
3621 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
3623         * menu-bar.el (menu-bar-mode):
3624         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3625         if it has been set.
3627         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3628         word/line selection (Bug#6565).
3630 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3632         * net/dbus.el (dbus-send-signal): Declare function.
3634 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3636         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3637         (dbus-register-property): New optional argument EMITS-SIGNAL.
3638         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3640 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
3642         * mouse.el (mouse-drag-overlay): Variable deleted.
3643         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3644         (mouse--remap-link-click-p): New function.
3645         (mouse-drag-track): Handle dragging by using temporary Transient
3646         Mark mode, instead of a special overlay.
3647         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3648         mouse-show-mark.
3650         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3651         deleted.
3653 2010-07-02  Juri Linkov  <juri@jurta.org>
3655         * autoinsert.el (auto-insert-alist): Fix readability
3656         by using dotted pair notation for lambda.
3658 2010-07-02  Juri Linkov  <juri@jurta.org>
3660         * faces.el (read-face-name): Rename arg `string-describing-default'
3661         to `default'.  Doc fix.  Display the default value in quotes
3662         in the prompt.  With empty input, return the `default' arg,
3663         unless the default value is a string (in which case return nil).
3664         (describe-face): Replace the string `default' arg of `read-face-name'
3665         with the symbol `default'.
3667 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3669         * emulation/viper-cmd.el (viper-delete-backward-char)
3670         (viper-del-backward-char-in-insert)
3671         (viper-del-backward-char-in-replace, viper-change)
3672         (viper-backward-indent): Replace delete-backward-char with
3673         delete-char (Bug#6552).
3675 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
3677         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3679 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3681         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3682         argument passed to frame-creation-function (Bug#5378).
3684         * faces.el (x-handle-named-frame-geometry)
3685         (x-handle-reverse-video, x-create-frame-with-faces)
3686         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3687         separately consult default-frame-alist.  It is now passed as the
3688         PARAMETER argument.
3690 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3692         * startup.el (command-line): Don't call tool-bar-setup in a
3693         tty-only build.
3695 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3697         * ruler-mode.el (ruler--save-header-line-format): New fun.
3698         (ruler-mode): Use it as a setter function, so as not to overwrite
3699         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3701 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
3703         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
3704         (vc-root-diff, vc-print-root-log, vc-log-incoming)
3705         (vc-log-outgoing): Use it.
3706         (vc-diff-internal): Set diff-vc-backend.
3708         * vc/diff-mode.el (diff-vc-backend): New var.
3710 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3712         * dynamic-setting.el (font-setting-change-default-font): Remove
3713         call to message.
3715 2010-06-28  Kenichi Handa  <handa@m17n.org>
3717         * international/quail.el (quail-insert-kbd-layout): Fix the
3718         showing of untranslated characters.
3720 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3722         * simple.el (delete-active-region): New option.
3723         (delete-backward-char): Implement in Lisp.
3724         (delete-forward-char): New command.
3726         * mouse.el (mouse-region-delete-keys): Deleted.
3727         (mouse-show-mark): Simplify.
3729         * bindings.el (global-map): Bind delete and DEL, the former to
3730         delete-forward-char.
3732 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
3734         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3735         (ruby-mode): Bind indent-line-function (Bug#5119).
3737 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3739         * startup.el (command-line): Recognize "0" X resource value.
3741 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3743         * startup.el (command-line): Use X resources to set the value of
3744         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3746         * menu-bar.el (menu-bar-mode):
3747         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3748         Set init-value to t.
3750         * frame.el (frame-notice-user-settings): Don't change
3751         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3752         vice versa (Bug#2249).
3754 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
3756         * w32-fns.el (w32-convert-standard-filename): Doc fix.
3758 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3760         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3761         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3763         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3764         default directories are expanded (Bug#6143).
3766 2010-06-24  Juri Linkov  <juri@jurta.org>
3768         * minibuffer.el (completions-format): Change default from nil to
3769         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
3771 2010-06-24  Juri Linkov  <juri@jurta.org>
3773         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3774         buffer-locally to lambda that re-runs the vc diff command.
3775         (Bug#6447)
3777 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3779         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3780         echo area is in use (Bug#3412).
3782 2010-06-22  Glenn Morris  <rgm@gnu.org>
3784         * textmodes/texinfmt.el (texinfo-format-region)
3785         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3786         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3787         (texinfo-format-option, texinfo-noindent):
3788         Use line-beginning-position and line-end-position.
3790         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3791         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3792         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3793         utf-8 characters.
3795 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3797         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3798         forward-line fallout.
3800 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3802         * mouse.el (mouse-appearance-menu): Add docstring.
3804         * help.el (describe-key): Print up-event using key-description.
3806 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3808         * net/zeroconf.el (zeroconf-resolve-service)
3809         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3810         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3812 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3814         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3816 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3818         Avoid displaying files with a nil state in vc-dir.
3819         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3820         cases that cause insertion.
3821         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3822         with a nil state.
3824 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3826         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3828 2010-06-29  Leo  <sdl.web@gmail.com>
3830         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3832 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3834         * generic-x.el (bat-generic-mode): Fix regexp for command line
3835         switches (Bug#5719).
3837 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3839         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3840         of nconc to avoid pure storage error (Bug#6239).
3842 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3844         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3845         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3846         bindings of bookmark-automatically-show-annotations (Bug#6515).
3848 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3850         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3851         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3853 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3855         * comint.el (make-comint, make-comint-in-buffer): Mention return
3856         value in the docstrings.  (Bug#6498)
3858 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3860         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3861         since it is not present when using some non-default switches.
3863 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3865         * simple.el (compose-mail): Fix doc string to refer to
3866         `compose-mail-user-agent-warnings', instead of to the
3867         nonexistent `compose-mail-check-user-agent'.
3869 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3871         Fix an indentation bug:
3873         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3874         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3875         of existing values.
3877         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3878         (c-clear->-pair-props-if-match-before): now return t when they've
3879         cleared properties, nil otherwise.
3880         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3881         by taking account of the existing value.
3883         * progmodes/cc-defs.el
3884         (c-clear-char-property-with-value-function): Fix this to clear the
3885         property rather than overwriting it with nil.
3887 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3889         * emacs-lisp/package.el (package-print-package): Add link to
3890         package description via describe-package.
3891         (describe-package-1): List package requirements.  Add button to
3892         perform installation.
3893         (package-menu-describe-package): New command.
3895         * help-mode.el (help-package): New button type.
3897 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3899         * emacs-lisp/package.el: Move package-list-packages binding to
3900         menu-bar.el.
3901         (describe-package, describe-package-1, package--dir): New funs.
3902         (package-activate-1): Use package--dir.
3904         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3906         * help-mode.el (help-package-def): New button type.
3908         * menu-bar.el: Move package-list-packages binding here from
3909         package.el.
3911 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3913         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3915 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * emacs-lisp/edebug.el (edebug-read-list):
3918         Phase out old-style backquotes.
3920 2010-06-17  Juri Linkov  <juri@jurta.org>
3922         * help-mode.el (help-mode): Set buffer-local variable
3923         revert-buffer-function to help-mode-revert-buffer.
3924         (help-mode-revert-buffer): New function.
3926         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3927         before popping to "*info*" (like in other Info functions).
3928         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3929         old-history-forward.  Pop to old-buffer-name or "*info*" to
3930         recreate the killed buffer.  Set Info-history-forward from
3931         old-history-forward.
3932         (Info-breadcrumbs-depth): Add :group and :version.
3934 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3936         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3938 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3940         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3941         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3943 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3945         * emacs-lisp/package.el (package-menu-mode-map):
3946         Move initialization into declaration.
3948         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3950 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3952         * emacs-lisp/package.el (package-archive-base): Point to
3953         elpa.gnu.org.
3954         (package-enable, package-load-list): New defcustoms.
3955         (package-user-dir, package-directory-list): Turn into defcustoms.
3956         Don't include package-user-dir in package-directory-list.
3957         (package--builtins-base): Don't include Emacs as a "package".
3958         (package-subdirectory-regexp): New var.
3959         (package-load-all-descriptors, package-compute-transaction)
3960         (package-download-transaction): Obey package-load-list.
3961         (package-activate-1): Rename from package-do-activate.
3962         (package-list-packages-internal): Check package-load-list.
3963         (package-load-descriptor, package-generate-autoloads)
3964         (package-unpack, package-unpack-single)
3965         (package--read-archive-file, package-delete): Use
3966         expand-file-name.
3968         * emacs-lisp/package-x.el: New file.  Package uploading
3969         functionality split out from package.el.
3971         * startup.el (command-line): Load packages after reading init file.
3973 2010-06-17  Tom Tromey  <tromey@redhat.com>
3975         * emacs-lisp/package.el: New file.
3977 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3979         Fix vc-annotate for renamed files when using Git.
3980         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3981         ls-files.  Doe not pass the object as a file name to cat-file, it
3982         is not a file name.
3983         (vc-git-annotate-command): Pass the file name using -- to avoid
3984         ambiguity with the revision.
3985         (vc-git-previous-revision): Pass a relative file name.
3987 2010-06-22  Glenn Morris  <rgm@gnu.org>
3989         * progmodes/js.el (js-mode-map): Use standard capitalization and
3990         ellipses for menu entries.
3992         * wid-edit.el (widget-complete): Doc fix.
3994 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3996         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3998 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4000         Fix annotating other revisions for renamed files in vc-annotate.
4001         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4002         VC backend.  Use it when non-nil.
4003         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4004         (Bug#6487)
4006         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4007         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4008         Do not pass the file name to the 'previous-revision call when we
4009         don't want a file diff.  (Bug#6489)
4011 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4013         Fix finding revisions for renamed files in vc-annotate.
4014         * vc/vc.el (vc-find-revision): Add an optional argument for
4015         the VC backend.  Use it when non-nil.
4016         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4017         backend to vc-find-revision.  (Bug#6487)
4019 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4021         Fix reading file names in Git annotate buffers.
4022         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4023         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
4025 2010-06-20  Alan Mackenzie  <acm@muc.de>
4027         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4028         in file local variables, set it first.
4030 2010-06-19  Glenn Morris  <rgm@gnu.org>
4032         * descr-text.el (describe-char-unicode-data): Insert separating
4033         space when needed.  (Bug#6422)
4035         * progmodes/idlwave.el (idlwave-action-and-binding):
4036         Fix typo in 2009-12-03 change.  (Bug#6450)
4038 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4040         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4041         handling for `lambda' (misunderstanding).
4043 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
4045         * calc/calc-poly.el (math-accum-factors): Make sure that
4046         constants aren't distributed after they are factored out.
4048 2010-06-16  Juri Linkov  <juri@jurta.org>
4050         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4051         `list-colors-print'.  (Bug#6332)
4053         * subr.el (read-quoted-char): Fix up last change (bug#6290).
4055 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4058         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
4060         * font-lock.el (font-lock-major-mode): Rename from
4061         font-lock-mode-major-mode to distinguish it from
4062         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4063         (font-lock-set-defaults):
4064         * font-core.el (font-lock-default-function): Adjust users.
4065         (font-lock-mode): Don't set it at all.
4067 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4069         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4071 2010-06-16  Glenn Morris  <rgm@gnu.org>
4073         * calendar/appt.el (appt-time-msg-list): Doc fix.
4074         (appt-check): Let-bind appt-warn-time.
4075         (appt-add): Make the 3rd argument optional.
4076         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
4077         Only add WARNTIME to the output list if non-nil.
4079 2010-06-16  Ivan Kanis  <apple@kanis.eu>
4081         * calendar/appt.el (appt-check): Let the 3rd element of
4082         appt-time-msg-list specify the warning time.
4083         (appt-add): Add new argument with the warning time.  (Bug#5176)
4085 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4087         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4088         older than version 1.6.  (Bug#6361)
4090 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
4092         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4093         used by cl-do-arglist.  (Bug#6408)
4095 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
4097         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4098         portuguese casechars/not-casechars for missing 'çÇ'.
4099         Suggested by Rolando Pereira (bug#6434).
4101 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
4103         * facemenu.el (list-colors-sort): Doc fix.
4105 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4107         * progmodes/sql.el (sql-connect-mysql): Fix typo.
4109 2010-06-14  Juri Linkov  <juri@jurta.org>
4111         Add sort option `list-colors-sort'.  (Bug#6332)
4112         * facemenu.el (color-rgb-to-hsv): New function.
4113         (list-colors-sort): New defcustom.
4114         (list-colors-sort-key): New function.
4115         (list-colors-display): Doc fix.  Sort list according to the option
4116         `list-colors-sort'.
4117         (list-colors-print): Add HSV values to `help-echo' property of
4118         RGB strings.
4120 2010-06-14  Juri Linkov  <juri@jurta.org>
4122         * compare-w.el: Move to the "vc" subdirectory.
4124 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4126         * image-mode.el (image-mode-map): Remap left-char and right-char.
4128         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4130 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
4132         * term/common-win.el (x-colors): Add all the color names defined
4133         in rgb.txt (Bug#6332).
4135         * facemenu.el (list-colors-print): Don't print extra names if it
4136         will overflow the window width.
4138         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4139         change (Bug#6343).
4141 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
4143         * files.el (make-directory): Doc fix (bug#6396).
4145 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
4147         * net/tramp.el (tramp-remote-process-environment): Protect version
4148         string by apostroph.
4149         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4150         XEmacs.
4151         (tramp-file-name-for-operation): Add `call-process-region'.
4152         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4154         * net/tramp-compat.el (top): Do not autoload
4155         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4156         only when `start-file-process' is not bound.
4157         (tramp-advice-file-expand-wildcards): Do not use
4158         `tramp-handle-file-remote-p'.
4159         (tramp-compat-make-temp-file): Handle the case, that
4160         `make-temp-file' has no third argument EXTENSION.
4162 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
4164         * makefile.w32-in (WINS_BASIC): Include new directory vc.
4166         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4168 2010-06-11  Juri Linkov  <juri@jurta.org>
4170         * finder.el (finder-known-keywords): Add keyword "vc"
4171         for version control.
4173         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4174         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4175         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4176         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4178 2010-06-11  Juri Linkov  <juri@jurta.org>
4180         Move version control related files to the "vc" subdirectory.
4181         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4182         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4183         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4184         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4185         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4186         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4187         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4188         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4189         Move files to the "vc" subdirectory.
4191 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
4193         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4194         (Bug#6367).
4196 2010-06-11  Stephen Eglen  <stephen@gnu.org>
4198         * shell.el: Bind `shell-resync-dirs' to M-RET.
4200 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
4202         * notifications.el: Move file from lisp/net, because it is
4203         supposed to talk locally to the user.
4205 2010-06-10  Julien Danjou  <julien@danjou.info>
4207         * net/notifications.el (notifications-on-action-signal)
4208         (notifications-on-closed-signal): Pass notification id as first
4209         argument to the callback functions.  Add docstrings.
4210         (notifications-notify): Fix docstring.
4212 2010-06-10  Glenn Morris  <rgm@gnu.org>
4214         * emacs-lisp/authors.el (authors-ignored-files)
4215         (authors-valid-file-names): Add some files.
4217 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4220         merge conflict, giving preference to the emacs-23 version of the code.
4222 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * emacs-lisp/advice.el (ad-compile-function):
4225         Define warning-suppress-types before we let-bind it (bug#6275).
4227         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4228         declare it, make it buffer-local and permanent-local (bug#6324).
4229         (vc-resynch-window): Adjust name.
4230         * vc-hooks.el (vc-find-file-hook): Adjust name.
4232 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
4234         * net/notifications.el (notifications-notify): Fix docstring.
4236 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
4238         Update to Unicode 6.0.0 beta.
4239         * international/charprop.el: Update copyright.
4240         * international/mule-cmds.el (ucs-names): Update character ranges.
4241         * international/uni-bidi.el:
4242         * international/uni-category.el:
4243         * international/uni-combining.el:
4244         * international/uni-comment.el:
4245         * international/uni-decimal.el:
4246         * international/uni-decomposition.el:
4247         * international/uni-digit.el:
4248         * international/uni-lowercase.el:
4249         * international/uni-mirrored.el:
4250         * international/uni-name.el:
4251         * international/uni-numeric.el:
4252         * international/uni-old-name.el:
4253         * international/uni-titlecase.el:
4254         * international/uni-uppercase.el: Regenerate.
4256 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
4258         * emacs-lisp/smie.el (comment-string-strip): Declare function.
4259         (smie-precs-precedence-table): Fix typo in docstring.
4261         * vc-mtn.el (log-edit-extract-headers): Declare function.
4263         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4265         * net/notifications.el (dbus-register-signal): Declare function.
4266         (notifications-notify): Fix typos and reflow docstring.
4268 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
4270         Improve VC create/retrieve tag/branch.
4271         * vc.el (vc-create-tag): Do not read the directory name for VCs
4272         with repository revision granularity.  Adjust the tag/branch
4273         prompt.  Reset VC properties.
4274         (vc-retrieve-tag): Do not read the directory name for VCs
4275         with repository revision granularity.  Reset VC properties.
4277 2010-06-09  Julien Danjou  <julien@danjou.info>
4279         * net/notifications.el: New file.
4281 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
4283         Add optional support for resetting VC properties.
4284         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4285         call vc-file-clearprops when true.
4286         (vc-resynch-buffer): Add new optional argument, pass it down.
4287         (vc-resynch-buffers-in-directory): Likewise.
4289         Improve support for special markup in the VC commit message.
4290         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4291         * vc-hg.el (vc-hg-checkin): Add support for Date:.
4292         * vc-git.el (vc-git-checkin):
4293         * vc-bzr.el (vc-bzr-checkin): Likewise.
4295 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4298         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4300 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
4302         * iimage.el: Remove images as soon as the underlying text is modified.
4303         (iimage-modification-hook): New function.
4304         (iimage-mode-buffer): Use it.
4306 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4309         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
4310         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
4311         (smie-indent-keyword): Add handling of open-paren keywords.
4312         (smie-indent-comment-continue): Don't assume comment-continue.
4314 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
4316         * window.el (pop-to-buffer): Remove the conditional that
4317         compares new-window and old-window, so it will reselect
4318         the selected window unconditionally.
4319         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4321 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4323         * emacs-lisp/smie.el (smie-indent-offset-after)
4324         (smie-indent-forward-token, smie-indent-backward-token): New functions.
4325         (smie-indent-after-keyword): Use them.
4326         (smie-indent-fixindent): Only applies to the indentation of the BOL.
4327         (smie-indent-keyword): Tweak the black magic.
4328         (smie-indent-comment-continue): Strip comment-continue before use.
4329         (smie-indent-functions): Indent comments before keywords.
4331 2010-06-06  Juri Linkov  <juri@jurta.org>
4333         * isearch.el (isearch-lazy-highlight-search): Fix looping
4334         by checking for empty match.  This syncs this loop with the
4335         similar loop in `isearch-search'.  (Bug#6362)
4337 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
4339         * net/dbus.el (dbus-register-method): Declare function.
4340         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4341         (dbus-introspect): Doc fix.
4342         (dbus-event-bus-name, dbus-introspect-get-interface)
4343         (dbus-introspect-get-argument): Reflow docstrings.
4345 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
4347         vc-log-incoming/vc-log-outgoing fixes for Git.
4348         * vc-git.el (vc-git-log-view-mode): Fix font lock for
4349         incoming/outgoing logs.
4350         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4351         instead of vc-git-compute-remote.
4352         (vc-git-compute-remote): Remove.
4354 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
4356         * term/common-win.el (x-colors): Add "dark green" and "dark
4357         turquoise" (Bug#6332).
4359 2010-06-04  Juri Linkov  <juri@jurta.org>
4361         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4362         Instead of setting `replace' to t and replacing the same string
4363         with itself, don't do certain actions when
4364         kill-do-not-save-duplicates is non-nil and string is equal to car
4365         of kill-ring: don't call menu-bar-update-yank-menu, don't push
4366         interprogram-paste strings to kill-ring, and don't push the input
4367         argument `string' to kill-ring.
4368         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4370 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4372         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4374 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
4376         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4377         (tramp-gvfs-handler-mounted-unmounted)
4378         (tramp-gvfs-connection-mounted-p): Handle default-location.
4380         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4381         move files to trash.
4383 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4385         * international/mule-cmds.el (nonascii-insert-offset)
4386         (nonascii-translation-table): Add obsolescence information.
4388         * international/mule.el (make-translation-table-from-vector): Doc fix.
4390 2010-06-03  Glenn Morris  <rgm@gnu.org>
4392         * desktop.el (desktop-clear-preserve-buffers):
4393         Add "*Warnings*" buffer.  (Bug#6336)
4395 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
4397         vc-log-incoming/vc-log-outgoing improvements for Git.
4398         * vc-git.el (vc-git-log-outgoing): Use the same format as the
4399         short log.
4400         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
4402         Add bindings for vc-log-incoming and vc-log-outgoing.
4403         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4404         and vc-log-outgoing.
4405         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4406         and vc-log-outgoing.
4408 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
4410         * net/rcirc.el (rcirc-sort-nicknames): Remove.
4411         (rcirc-handler-366): Always sort nicknames.
4413 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
4415         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4417 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
4419         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4421 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4423         * net/rcirc.el (rcirc-sort-nicknames): Change default.
4424         (rcirc-sort-nicknames-join): Avoid setq.
4426 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4428         * net/rcirc.el (rcirc-sort-nicknames): New custom.
4429         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4430         (rcirc-handler-366): Use them.
4432 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         Split smie-indent-calculate into more manageable chunks.
4435         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4436         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4437         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4438         (smie-indent-exps): Extract from smie-indent-calculate.
4439         (smie-indent-functions): New var.
4440         (smie-indent-functions): Use them.
4442 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4444         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4445         (smie-indent-calculate): Simplify and cleanup.
4447 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
4449         * net/tramp-gvfs.el (top): Require url-util.
4450         (tramp-gvfs-mount-point): Remove.
4451         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4452         New defuns.
4453         (with-tramp-dbus-call-method): Format trace message.
4454         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4455         Implement backup call, when operation on local files fails.
4456         Use progress reporter.  Flush properties of changed files.
4457         (tramp-gvfs-handle-make-directory): Make more traces.
4458         (tramp-gvfs-url-file-name): Hexify file name in url.
4459         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4460         into account for the resulting file name.
4461         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4462         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
4463         (tramp-gvfs-handler-mounted-unmounted)
4464         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4465         attribute "default_location".  Set "prefix" property.
4466         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4467         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4468         exists.  Raise an error, if not (due to a corresponding answer
4469         "no" in interactive questions, for example).
4471 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
4473         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4475 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
4477         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4478         right-*.  (Bug#6265)
4480 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
4482         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4483         * vc-git.el (vc-git-compute-remote): New function.
4484         (vc-git-log-outgoing): Use it instead of hard coding a value.
4485         (vc-git-log-incoming): New function.
4487         Improve state updating for VC tag commands.
4488         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4489         to update the state of all buffers in the directory.
4491         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4493 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4495         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4496         `file-directory-p' to the filename part rather than to the whole text.
4498 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4502 2010-05-31  Drew Adams  <drew.adams@oracle.com>
4504         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4506 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
4508         * subr.el (momentary-string-display): Just use read-event to read
4509         the exit event (Bug#6238).
4511 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
4513         * international/mule.el (define-coding-system): Doc fix (bug#6313).
4515 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4517         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4518         Suggested by Eli Zaretskii <eliz@gnu.org>.
4520 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * minibuffer.el (completion-file-name-table): Don't return a boundary
4523         past the end of `string' (bug#6299).
4524         (completion--file-name-table): Delegate to completion-file-name-table
4525         for the `boundaries' case.
4527 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4529         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4530         movement commands.
4532         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4533         `path-separator', but maintain compatibility with Emacs 20.2.
4535 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4537         * server.el (server-process-filter): Receive parent-id argument
4538         from emacsclient.
4539         (server-create-window-system-frame): New arg.  Pass parent-id as
4540         frame parameter.
4542 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
4544         Bidi-sensitive word movement with arrow keys.
4545         * subr.el (right-arrow-command, left-arrow-command): Move to
4546         bindings.el.
4548         * bindings.el (right-char, left-char): Move from subr.el and
4549         rename from right-arrow-command and left-arrow-command.
4550         (right-word, left-word): New functions.
4551         (global-map) <right>: Bind to right-char.
4552         (global-map) <left>: Bind to left-char.
4553         (global-map) <C-right>: Bind to right-word.
4554         (global-map) <C-left>: Bind to left-word.
4556         * ls-lisp.el (ls-lisp-classify-file): New function.
4557         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4558         (ls-lisp-classify): Call ls-lisp-classify-file.
4559         (insert-directory): Remove blanks from switches.
4561 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4563         * ansi-color.el: Delete unused escape sequences (Bug#6085).
4564         (ansi-color-drop-regexp): New constant.
4565         (ansi-color-apply, ansi-color-filter-region)
4566         (ansi-color-apply-on-region): Delete unrecognized control sequences.
4567         (ansi-color-apply): Build string list before calling concat.
4569 2010-05-28  Juri Linkov  <juri@jurta.org>
4571         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4572         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4573         (Bug#5270)
4575 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4577         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4578         to ignored backtrace functions.
4579         (with-progress-reporter): Expand docstring.
4580         (tramp-handle-delete-file): Implement TRASH argument.
4581         (tramp-get-remote-trash): New defun.
4583 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4585         * net/tramp-compat.el (tramp-compat-delete-file): Use
4586         `symbol-value' for backward compatibility.
4588         * net/tramp.el (tramp-handle-make-symbolic-link)
4589         (tramp-handle-load)
4590         (tramp-do-copy-or-rename-file-via-buffer)
4591         (tramp-do-copy-or-rename-file-directly)
4592         (tramp-do-copy-or-rename-file-out-of-band)
4593         (tramp-handle-process-file, tramp-handle-call-process-region)
4594         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4595         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4596         (tramp-delete-temp-file-function): Use `delete-file' instead
4597         of `tramp-compat-delete-file'.
4599         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4600         (tramp-fish-handle-make-symbolic-link)
4601         (tramp-fish-handle-process-file): Use `delete-file' instead
4602         of `tramp-compat-delete-file'.
4604         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4605         `delete-file' instead of `tramp-compat-delete-file'.
4607         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4608         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4609         `tramp-compat-delete-file'.
4611         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4612         `delete-file' instead of `tramp-compat-delete-file'.
4614         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4615         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4616         (tramp-smb-handle-write-region): Use `delete-file' instead of
4617         `tramp-compat-delete-file'.
4618         (tramp-smb-handle-delete-directory): Use 'trash as arg.
4620 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4622         * dired.el (dired-delete-file): New arg TRASH.
4623         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
4624         (dired-do-flagged-delete, dired-do-delete): Use trash.
4626         * speedbar.el (speedbar-item-delete): Allow trashing.
4628         * files.el (delete-directory): New arg TRASH.
4630         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4631         (ange-ftp-rename-remote-to-remote)
4632         (ange-ftp-rename-local-to-remote)
4633         (ange-ftp-rename-remote-to-local, ange-ftp-load)
4634         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4635         `delete-file'.
4636         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4637         allow trashing.
4639         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4640         handle new TRASH arg of `delete-file'.
4642         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4643         (tramp-handle-make-symbolic-link, tramp-handle-load)
4644         (tramp-do-copy-or-rename-file-via-buffer)
4645         (tramp-do-copy-or-rename-file-directly)
4646         (tramp-do-copy-or-rename-file-out-of-band)
4647         (tramp-handle-process-file, tramp-handle-call-process-region)
4648         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4649         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4650         (tramp-delete-temp-file-function): Use null TRASH arg in
4651         tramp-compat-delete-file call.
4653         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4654         (tramp-fish-handle-delete-file)
4655         (tramp-fish-handle-make-symbolic-link)
4656         (tramp-fish-handle-process-file): Use null TRASH arg in
4657         `tramp-compat-delete-file' call.
4659         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4660         arg in `tramp-compat-delete-file' call.
4662         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4663         (tramp-gvfs-handle-write-region): Use null TRASH arg in
4664         `tramp-compat-delete-file' call.
4666         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4667         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4668         `tramp-compat-delete-file' call.
4670         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4671         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4672         (tramp-smb-handle-write-region): Use null TRASH arg in
4673         tramp-compat-delete-file call.
4674         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4675         (tramp-smb-handle-delete-file): Rename arg.
4677         * diff.el (diff-sentinel):
4678         * epg.el (epg--make-temp-file, epg-decrypt-string)
4679         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4680         * jka-compr.el (jka-compr-partial-uncompress)
4681         (jka-compr-call-process, jka-compr-write-region):
4682         * server.el (server-sentinel): Remove optional arg from
4683         delete-file, reverting 2010-05-03 change.
4685 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4687         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4688         font-lock-constant-face, not obsolete font-lock-reference-face.
4690 2010-05-27  Kenichi Handa  <handa@m17n.org>
4692         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4693         element of GSTRING is nil.
4695 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4697         * emacs-lisp/smie.el (smie-forward-token-function)
4698         (smie-backward-token-function): New vars.
4699         (smie-backward-sexp, smie-forward-sexp)
4700         (smie-indent-hanging-p, smie-indent-calculate): Use them.
4701         (smie-default-backward-token): Rename from smie-backward-token and
4702         skip comments.
4703         (smie-default-forward-token): Rename from smie-forward-token and
4704         skip comments.
4705         (smie-next-sexp): Handle nil results from next-token.
4706         (smie-indent-calculate): Add a new case for special `fixindent' comments.
4708 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4710         * progmodes/verilog-mode.el (verilog-type-font-keywords):
4711         Use font-lock-constant-face, not obsolete font-lock-reference-face.
4713 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
4715         * htmlfontify.el (hfy-face-resolve-face): New function.
4716         (hfy-face-to-style): Use it (Bug#6279).
4718 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4721         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4723 2010-05-26  Glenn Morris  <rgm@gnu.org>
4725         * emulation/edt.el (edt-load-keys): Use locate-library.
4727 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
4729         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4730         (log-edit-changelog-entries): Doc fix.
4731         (log-edit-changelog-insert-entries): Args changed.
4732         Rename relative filenames in ChangeLog entries.  Delete tabs.
4733         (log-edit-insert-changelog-entries): Reorganize return value of
4734         `log-edit-changelog-entries' to pass filenames to
4735         log-edit-changelog-insert-entries.
4737 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4739         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4740         `image-dired-dired-insert-marked-thumbs' to
4741         `image-dired-dired-toggle-marked-thumbs'.
4743         * image-dired.el: Require cl when compiling.
4744         (image-dired-dired-toggle-marked-thumbs): Rename from
4745         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
4746         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
4747         to 'no-dir.  Skip files whose names don't match
4748         `image-file-name-regexp'.  When file has a thumbnail overlay,
4749         delete it.  (Bug#5270)
4751 2010-05-25  Juri Linkov  <juri@jurta.org>
4753         * image-mode.el (image-mode): Add image-after-revert-hook to
4754         after-revert-hook.
4755         (image-after-revert-hook): New function.  (Bug#5669)
4757 2010-05-25  Juri Linkov  <juri@jurta.org>
4759         * image.el (image-animated-p): When delay between animated images
4760         is 0, set it to 10 (0.1 sec).  (Bug#6258)
4762 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4764         * net/tramp.el (tramp-handle-insert-directory): Don't use
4765         `forward-word', its default syntax could be changed.
4767 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4769         * net/tramp.el (tramp-progress-reporter-update): New defun.
4770         (with-progress-reporter): Use it.
4771         (tramp-process-actions):
4772         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4773         current message, in order to let progress reporter continue
4774         afterwards.  (Bug#6257)
4776 2010-05-25  Glenn Morris  <rgm@gnu.org>
4778         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4779         Add :version.
4781 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4783         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4784         (rcirc-default-full-name): Change to "unknown".
4785         (rcirc-user-name-history): Add variable.
4787 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4788             Jonathan Rockway  <jon@jrock.us>
4790         * net/rcirc.el (rcirc-server-alist): Add :pass.
4791         (rcirc): When prompting for connection parameters, also prompt for
4792         username and password.
4793         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4794         value to server when connecting.
4796 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4799         (smie-merge-prec2s): Pass the tables as separate args.
4800         (smie-bnf-precedence-table): Adjust call accordingly.
4801         (smie-prec2-levels): Set levels at the end.
4803         Replace Lisp calls to delete-backward-char by delete-char.
4804         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4805         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4806         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4807         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4808         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4809         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4810         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4811         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4812         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4813         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4814         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4815         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4816         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4817         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4818         delete-backward-char by calls to delete-char.
4820 2010-05-25  Kenichi Handa  <handa@m17n.org>
4822         * language/hebrew.el (hebrew-shape-gstring): New function.
4823         Register it in composition-function-table for all Hebrew combining
4824         characters.
4826 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * epa.el (epa--select-keys): Don't explicitly delete the window since
4829         that can fail (e.g. sole window in frame).  Use dedication instead.
4831 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4833         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4835 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4837         * image.el (image-refresh): Define as an alias for image-flush.
4839         * image-mode.el (image-toggle-display-image): Caller changed.
4841 2010-05-21  Juri Linkov  <juri@jurta.org>
4843         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4844         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4845         whitespace, call wildcard-to-regexp on substrings and concat them
4846         with "\\|".  (Bug#6114)
4848 2010-05-21  Alan Mackenzie  <acm@muc.de>
4850         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4851         Replace parameter `here' with `here-' and `here-plus', which sandwich
4852         any pertinent CPP construct.
4853         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4854         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4855         CPP construct from taking part in the scanning.
4857 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4859         * net/tramp.el (tramp-do-copy-or-rename-file)
4860         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4861         Tune `with-progress-reporter' messages.
4862         (tramp-handle-vc-registered):
4863         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4864         (tramp-fish-handle-insert-file-contents)
4865         (tramp-fish-maybe-open-connection):
4866         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4867         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4868         (tramp-imap-handle-insert-file-contents)
4869         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4871 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4873         * add-log.el (change-log-font-lock-keywords):
4874         Highlight all authors in multi-author entries.
4876         * smerge-mode.el (smerge-refine-ignore-whitespace)
4877         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4878         Fix typos in docstrings.
4879         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4881 2010-05-21  Glenn Morris  <rgm@gnu.org>
4883         * progmodes/fortran.el (fortran-mode):
4884         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4886         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4887         having a relative path in src/Makefile.in.
4889 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4891         * help-mode.el (help-make-xrefs): For Info node links turn
4892         newlines into spaces.  Link node names with newlines are matched
4893         by help-xref-info-regexp and buttonized, this change ensures they
4894         can be followed successfully with RET.  (Bug#6206)
4896 2010-05-20  Juri Linkov  <juri@jurta.org>
4898         * locate.el (locate): Use pop-to-buffer instead of
4899         switch-to-buffer-other-window.  (Bug#6204)
4901 2010-05-20  Juri Linkov  <juri@jurta.org>
4903         * replace.el (replace-highlight): Fix lazy-highlighting
4904         for `M-s w str M-% str RET'.
4906 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4908         * isearch.el (isearch-yank-word-or-char): Pull next subword
4909         when `subword-mode' is activated.  (Bug#6220)
4911 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4913         * isearch.el (isearch-update-post-hook): New hook.
4914         (isearch-update): Use the new hook.  (Bug#6225)
4916 2010-05-20  Juri Linkov  <juri@jurta.org>
4918         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4919         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4920         (Bug#6222)
4922 2010-05-20  Juri Linkov  <juri@jurta.org>
4924         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4925         (Bug#6223)
4927 2010-05-20  Juri Linkov  <juri@jurta.org>
4929         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4930         FILE-NAME to read from the minibuffer when called interactively
4931         with prefix argument instead of using buffer-file-name.
4932         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4934         * dired.el: Update autoloads.
4936 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4938         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4939         nxml-finish-element, for consistency with SGML mode.
4941         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4942         octave-close-block.
4944 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4946         * composite.el: Require cl when compiling.
4947         (reference-point-alist, compose-gstring-for-graphic)
4948         (compose-gstring-for-terminal): Fix typos in docstrings.
4950 2010-05-19  Juri Linkov  <juri@jurta.org>
4952         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4953         set-window-parameter.
4955 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4957         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4958         where appropriate.
4959         (tramp-maybe-open-connection): Use it.
4961 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4963         * simple.el (move-end-of-line): Make sure we are at line beginning
4964         before backing up to end of previous line.
4966 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4968         * password-cache.el (password-cache-remove): Fix docstring.
4970         * net/secrets.el: Autoload the widget functions.
4971         (secrets-search-items, secrets-create-item)
4972         (secrets-get-attributes, secrets-expand-item): Attributes will be
4973         stored on the password database without leading ":", as all other
4974         clients do as well.
4975         (secrets-mode): Fix docstring.
4976         (secrets-show-secrets): Provide it as autoloaded command only when
4977         D-Bus support is available.  Check existence of Secret Service API.
4979 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * indent.el (indent-region): Deactivate region (bug#6200).
4983 2010-05-19  Glenn Morris  <rgm@gnu.org>
4985         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4987 2010-05-19  Kenichi Handa  <handa@m17n.org>
4989         * composite.el: Register compose-gstring-for-graphic in
4990         composition-function-table only for combining characters (Mn, Mc, Me).
4992 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4994         * calc/calc-trail.el (calc-trail-isearch-forward)
4995         (calc-trail-isearch-backward): Ensure that the new window
4996         point is set correctly.
4998 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5000         * subr.el (read-quoted-char): Resolve modifiers after key
5001         remapping (bug#6212).
5003 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
5005         Add visualization code for secrets.
5006         * net/secrets.el (secrets-mode): New major mode.
5007         (secrets-show-secrets, secrets-show-collections)
5008         (secrets-expand-collection, secrets-expand-item)
5009         (secrets-tree-widget-after-toggle-function)
5010         (secrets-tree-widget-show-password): New defuns.
5012 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5014         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5015         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5016         handled in smie-next-sexp.
5017         (smie-indent-calculate): Provide a starting indentation (so the
5018         recursion is well-founded ;-).
5020         Fix handling of non-associative equal levels.
5021         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5022         when it's not needed.
5023         (smie-op-left, smie-op-right): New functions.
5024         (smie-next-sexp): New function, extracted from smie-backward-sexp.
5025         Better handle equal levels to distinguish the associative case from
5026         the "multi-keyword construct" case.
5027         (smie-backward-sexp, smie-forward-sexp): Use it.
5029 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
5031         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5033         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5034         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5036 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         Provide a simple generic indentation engine and use it for Prolog.
5039         * emacs-lisp/smie.el: New file.
5040         * progmodes/prolog.el (prolog-smie-op-levels)
5041         (prolog-smie-indent-rules): New var.
5042         (prolog-mode-variables): Use them to configure SMIE.
5043         (prolog-indent-line, prolog-indent-level): Remove.
5045 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5047         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5048         order before computing the averages.
5050 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5052         * calc/calc-vec.el (calc-histogram):
5053         (calcFunc-histogram): Allow vectors as inputs.
5054         (math-vector-avg): New function.
5056         * calc/calc-ext.el (math-group-float): Have the number of digits
5057         being grouped depend on the radix (Bug#6189).
5059 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
5061         * version.el (emacs-copyright, emacs-version): Don't define here,
5062         now that emacs.c defines it.
5064 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
5066         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5067         "Describe Language Environment" menu item.
5069         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5071         Bidi-sensitive movement with arrow keys.
5072         * subr.el (right-arrow-command, left-arrow-command): New functions.
5074         * bindings.el (global-map): Bind them to right and left arrow keys.
5076         Don't override standard definition of convert-standard-filename.
5077         * files.el (convert-standard-filename): Call
5078         w32-convert-standard-filename and dos-convert-standard-filename on
5079         the corresponding systems.
5081         * w32-fns.el (w32-convert-standard-filename): Rename from
5082         convert-standard-filename.  Doc fix.
5084         * dos-fns.el (dos-convert-standard-filename): Doc fix.
5085         (convert-standard-filename): Don't defalias.
5086         (register-name-alist, make-register, register-value)
5087         (set-register-value, intdos): Obsolete aliases for the
5088         corresponding dos-* functions and variables.
5089         (dos-intdos): Add a doc string.
5091 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
5093         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5094         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5095         (math-compose-tex-func):
5096         * calc/calccomp.el (math-compose-expr):
5097         * calc/calc-ext.el (math-format-flat-expr-fancy):
5098         * calc/calc-store.el (calc-read-var-name):
5099         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5101         * calc/calc.el (var-π, var-φ, var-γ): New variables.
5102         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5103         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5104         (math-standard-units): Add units.
5106 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * progmodes/asm-mode.el (asm-mode):
5109         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5111         * pcomplete.el (pcomplete-completions-at-point): New function,
5112         extracted from pcomplete-std-complete.
5113         (pcomplete-std-complete): Use it.
5115 2010-05-15  Glenn Morris  <rgm@gnu.org>
5117         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5118         Remove references to CVS, RCS and Old directories.
5120 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
5122         * calc/calc-bin.el (math-format-twos-complement): Group digits when
5123         appropriate.
5125 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5127         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5128         (sh-mode-syntax-table): Give it a default value instead.
5129         (sh-header-marker): Make buffer-local.
5130         (sh-mode): Move make-local-variable to the corresponding setq.
5131         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5132         Use complete-with-action.
5134         * simple.el (prog-mode): New (abstract) major mode.
5135         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5136         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5138 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
5140         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5141         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5142         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5143         (sql-make-alternate-buffer-name, sql-placeholders-filter)
5144         (sql-escape-newlines-filter, sql-input-sender)
5145         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5147 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
5149         Add TeX open-block and close-block keybindings to SGML, and vice versa.
5151         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5152         latex-open-block and C-c / to latex-close-block.
5154         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5155         and C-c C-e to sgml-close-tag.
5157 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
5159         * net/tramp.el (with-progress-reporter): Create reporter object
5160         only when the message would be displayed.  Handle nested calls.
5161         (tramp-handle-load, tramp-handle-file-local-copy)
5162         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5163         (tramp-maybe-send-script, tramp-find-shell):
5164         Use `with-progress-reporter'.
5165         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5166         Fix message text.
5168         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5169         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5170         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5171         Use `with-progress-reporter'.
5173 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
5175         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5176         process everytime when spellchecking from the minibuffer (bug#6143).
5178 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5182         * dos-fns.el: Add "dos-" prefix for namespace control.
5183         (convert-standard-filename): Define as alias for
5184         dos-convert-standard-filename but only if applicable.
5186 2010-05-12  Alan Mackenzie  <acm@muc.de>
5188         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5189         Push the mark at the start of these functions when appropriate.
5191 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5193         * minibuffer.el (completion-cycle-threshold): New custom var.
5194         (completion--do-completion): Use it.
5195         (minibuffer-complete): Use cycling if appropriate.
5197 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
5199         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5200         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5202 2010-05-11  Juri Linkov  <juri@jurta.org>
5204         * scroll-all.el (scroll-all-check-to-scroll):
5205         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5207 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * iimage.el (iimage-mode-map): Move initialization into declaration.
5210         (iimage-mode-buffer): Use with-silent-modifications.
5211         Simplify calling convention.  Adjust callers.
5212         (iimage-mode): Don't run hook redundantly.
5214         * minibuffer.el (completion-pcm--pattern->regex):
5215         Fix last change (bug#6160).
5217 2010-05-10  Juri Linkov  <juri@jurta.org>
5219         Remove nodes visited during Isearch from the Info history.
5220         * info.el (Info-isearch-initial-history)
5221         (Info-isearch-initial-history-list): New variables.
5222         (Info-isearch-start): Record initial values of
5223         Info-isearch-initial-history and Info-isearch-initial-history-list.
5224         Add Info-isearch-end to isearch-mode-end-hook.
5225         (Info-isearch-end): New function.
5227 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
5229         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5230         format string, in order to work around a bug in pdksh.
5231         Reported by Gilles Pion <gpion@lfdj.com>.
5232         (tramp-handle-verify-visited-file-modtime): Do not send a command
5233         when the connection is not established.
5234         (tramp-handle-set-file-times): Simplify the check for utc.
5236 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
5238         Fix use of `filter-buffer-substring' (rework previous change).
5239         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5240         (cua-repeat-replace-region):
5241         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5242         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5243         (cua-cut-region-to-global-mark): Use it.
5245 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
5247         * progmodes/sql.el: Version 2.1.
5248         (sql-product-alist): Redesign structure of product info.
5249         (sql-product, sql-user, sql-server, sql-database): Safe variables.
5250         (sql-port, sql-port-history): New variables.
5251         (sql-interactive-product): New variable.
5252         (sql-send-terminator): New variable.
5253         (sql-imenu-generic-expression): Add "Types" imenu entry.
5254         (sql-oracle-login-params, sql-sqlite-login-params)
5255         (sql-mysql-login-params, sql-solid-login-params)
5256         (sql-sybase-login-params, sql-informix-login-params)
5257         (sql-ingres-login-params, sql-ms-login-params)
5258         (sql-postgres-login-params, sql-interbase-login-params)
5259         (sql-db2-login-params, sql-linter-login-params)
5260         (sql-oracle-scan-on): New variables.
5261         (sql-mode-map): Add C-c C-i to start interactive mode.
5262         (sql-mode-menu): Update existing menu entries.
5263         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5264         (sql-mode-oracle-font-lock-keywords)
5265         (sql-mode-postgres-font-lock-keywords)
5266         (sql-mode-ms-font-lock-keywords)
5267         (sql-mode-sybase-font-lock-keywords)
5268         (sql-mode-informix-font-lock-keywords)
5269         (sql-mode-interbase-font-lock-keywords)
5270         (sql-mode-ingres-font-lock-keywords)
5271         (sql-mode-solid-font-lock-keywords)
5272         (sql-mode-mysql-font-lock-keywords)
5273         (sql-mode-sqlite-font-lock-keywords)
5274         (sql-mode-db2-font-lock-keywords)
5275         (sql-mode-linter-font-lock-keywords): Update initialization to
5276         reduce run-time complexity.
5277         (sql-add-product, sql-del-product): New functions.
5278         (sql-set-product-feature, sql-get-product-feature): New functions.
5279         (sql-product-font-lock): Update product API.
5280         (sql-add-product-keywords): New function.
5281         (sql-highlight-product): Update product API.
5282         (sql-help-list-products): New function.
5283         (sql-help): Dynamically lists free and non-free products.
5284         (sql-get-login): Correct bug in handling history and added
5285         prompt for port.
5286         (sql-copy-column): Copy without properties.
5287         (sqli-input-sender): Apply filters to SQLi input.
5288         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5289         Implement as a filter.
5290         (sql-escape-newlines-filter): Implement as a filter.
5291         (sql-remove-tabs-filter): New function.
5292         (sql-send-magic-terminator): New function.
5293         (sql-send-string): Implement magic terminator.
5294         (sql-send-region): Use `sql-send-string'.
5295         (sql-interactive-mode): Use product API.
5296         (sql-product-interactive): Use product API.
5297         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5298         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5299         (sql-db2, sql-linter): Use `sql-product-interactive'.
5300         (sql-connect): New function.
5301         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5302         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5303         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5304         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5305         Use `sql-connect'.
5307 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5310         New custom variable.
5311         (completion-pcm--string->pattern): Use it.
5312         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5313         Make it handle any symbol as `any'.
5314         (completion-pcm--merge-completions): Extract common suffix for the new
5315         `prefix' symbol as well.
5316         (completion-substring--all-completions): Use the new `prefix' symbol.
5318 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
5320         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5321         not bound.
5322         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5323         (tramp-compat-funcall): New defmacro.
5324         (tramp-compat-line-beginning-position)
5325         (tramp-compat-line-end-position)
5326         (tramp-compat-temporary-file-directory)
5327         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5328         (tramp-compat-copy-file, tramp-compat-copy-directory)
5329         (tramp-compat-delete-file, tramp-compat-delete-directory)
5330         (tramp-compat-number-sequence, tramp-compat-process-running-p)
5331         * net/tramp.el (top, with-progress-reporter)
5332         (tramp-rfn-eshadow-setup-minibuffer)
5333         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5334         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5335         (tramp-completion-mode-p, tramp-check-for-regexp)
5336         (tramp-open-connection-setup-interactive-shell)
5337         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5338         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5339         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5340         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5341         (tramp-reporter-dump-variable, tramp-load-report-modules)
5342         (tramp-append-tramp-buffers)
5343         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5345         * net/tramp-imap.el (top): Autoload `epg-make-context'.
5347 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * progmodes/compile.el (compilation-buffer-modtime): Rename from
5350         buffer-modtime.  Adjust users.
5352 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5354         * international/mule.el (auto-coding-alist): Only purecopy
5355         car of each item, not the whole list (Bug#6083).
5357 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5359         * progmodes/js.el (js-mode): Make paragraph variables local before
5360         calling c-setup-paragraph-variables (Bug#6071).
5362 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
5364         * composite.el (compose-region, reference-point-alist): Fix typos
5365         in the doc strings.
5367 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5369         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5370         gnuplot's "set" command.
5372 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5374         * abbrev.el (last-abbrev-text): Doc fix.
5375         (abbrev-prefix-mark): Don't escape parenthesis.
5377 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
5379         * composite.el (find-composition): Doc fix.
5381 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5383         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5384         (sql-oracle-program, sql-sqlite-options)
5385         (sql-query-placeholders-and-send): Doc fixes.
5386         (sql-set-product, sql-interactive-mode): Reflow docstrings.
5387         (sql-imenu-generic-expression, sql-buffer)
5388         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5389         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5390         (sql-mode-sybase-font-lock-keywords)
5391         (sql-mode-informix-font-lock-keywords)
5392         (sql-mode-interbase-font-lock-keywords)
5393         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5394         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5395         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5396         (sql-product-feature, sql-highlight-product)
5397         (comint-line-beginning-position, sql-rename-buffer)
5398         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5399         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5400         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5401         Fix typos in docstrings.
5403 2010-05-08  Juri Linkov  <juri@jurta.org>
5405         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5406         property instead of `invisible' and `after-string' (bug#5998).
5408 2010-05-08  Juri Linkov  <juri@jurta.org>
5410         * image-mode.el (image-mode-as-text): Fix typo in docstring.
5412 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5414         * filecache.el (file-cache-add-directory-list)
5415         (file-cache-add-directory-recursively): Fix typos in docstrings.
5417 2010-05-08  Kenichi Handa  <handa@m17n.org>
5419         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5420         (gujarati-composable-pattern): Fix typo.
5422 2010-05-08  Kenichi Handa  <handa@m17n.org>
5424         * language/indian.el (oriya-composable-pattern)
5425         (tamil-composable-pattern, malayalam-composable-pattern):
5426         Add two-part vowels to "v" (vowel sign).
5428 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5430         * files.el (copy-directory): Handle symlinks (Bug#5982).
5432 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
5434         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5435         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
5436         (Bug#5846).
5438 2010-05-08  Glenn Morris  <rgm@gnu.org>
5440         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5442         * minibuffer.el (completion-at-point): Doc fix.
5444 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5446         * electric.el (Electric-command-loop): Minor tweak.
5448         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5449         better with dedicated windows.
5451 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5453         * Version 23.2 released.
5455 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5456             Stefan Monnier  <monnier@iro.umontreal.ca>
5458         Highlight vendor specific properties.
5459         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5460         (css-proprietary-property): New face.
5461         (css-font-lock-keywords): Use them.
5463 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
5465         * cus-start.el (all): Add native condition for tool-bar-* symbols.
5467 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5469         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5470         * files.el (auto-mode-alist): Remove redundant entries.
5472         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5473         * simple.el (auto-save-mode): Move from files.el.
5474         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5476 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5478         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5480 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         * mail/binhex.el (binhex-decode-region-internal)
5483         * mail/uudecode.el (uudecode-decode-region-internal)
5484         * net/dns.el (dns-read-string-name, dns-write, dns-read)
5485         (dns-read-type, dns-query)
5486         * pgg-parse.el (pgg-parse-armor)
5487         * pgg.el (pgg-verify-region)
5488         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5489         XEmacs.
5491         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5493 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
5495         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5497         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5498         * emulation/cua-base.el (cua-repeat-replace-region):
5499         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5500         (cua-cut-region-to-global-mark):
5501         Remove text properties with `set-text-properties'.
5503 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
5505         * net/tramp.el (top, with-progress-reporter):
5506         Use `symbol-function' inside `funcall'.
5508         * net/tramp-compat.el (tramp-compat-file-attributes)
5509         (tramp-compat-delete-file, tramp-compat-delete-directory):
5510         Handle only `wrong-number-of-arguments' error.
5512         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5513         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5514         inside `funcall'.
5516 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * minibuffer.el (completion--sreverse, completion--common-suffix):
5519         New functions.
5520         (completion-pcm--merge-completions): Extract common suffix when safe.
5522         * emacs-lisp/easy-mmode.el (define-minor-mode):
5523         Make :variable more flexible.
5524         * files.el (auto-save-mode): Use it to define using define-minor-mode.
5526 2010-05-05  Juri Linkov  <juri@jurta.org>
5528         Add `slow' and `history' tags to the desktop data.
5530         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5531         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5532         (Info-finder-find-node): Require `finder.el' to be able
5533         to restore node from the desktop.
5534         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
5535         data `Info-history' and `slow' tag in the assoc list.
5536         (Info-restore-desktop-buffer): Don't restore nodes with the
5537         `slow' tag.  Restore `Info-history'.
5539 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
5541         Add FORCE argument to `delete-file'.
5543         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5544         forcing to delete the temporary file.
5545         (ange-ftp-delete-file): Add FORCE arg.
5546         (ange-ftp-rename-remote-to-remote)
5547         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5548         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5549         Force file deletion.
5551         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5553         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5554         (tramp-handle-make-symbolic-link, tramp-handle-load)
5555         (tramp-do-copy-or-rename-file-via-buffer)
5556         (tramp-do-copy-or-rename-file-directly)
5557         (tramp-do-copy-or-rename-file-out-of-band)
5558         (tramp-handle-process-file, tramp-handle-call-process-region)
5559         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5560         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5561         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5563         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5564         (tramp-fish-handle-make-symbolic-link)
5565         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5567         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5568         Use `tramp-compat-delete-file'.
5570         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5571         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5573         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5574         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5576         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5577         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5578         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5579         `tramp-compat-delete-file'.
5581 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         Minor cleanups.
5584         * subr.el (add-minor-mode): Use push.
5585         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5586         * emulation/edt.el (edt-select-mode): Simplify.
5588         Use define-minor-mode in more cases.
5589         * term/tvi970.el (tvi970-set-keypad-mode):
5590         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5591         (normal-erase-is-backspace-mode):
5592         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5593         (set-scroll-bar-mode-1): (Re)move to its sole caller.
5594         (get-scroll-bar-mode): New function.
5595         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5597         Use define-minor-mode for less obvious cases.
5598         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5599         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5600         * international/iso-ascii.el (iso-ascii-mode):
5601         * frame.el (auto-raise-mode, auto-lower-mode):
5602         * composite.el (global-auto-composition-mode): Use define-minor-mode.
5604 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
5606         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5607         in order to see error messages for failed logins.
5609 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5611         * diff.el (diff-sentinel):
5613         * epg.el (epg--make-temp-file, epg-decrypt-string)
5614         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5616         * jka-compr.el (jka-compr-partial-uncompress)
5617         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5619         * server.el (server-sentinel): Use delete-file's new FORCE arg
5620         (Bug#6070).
5622 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5624         Use define-minor-mode where applicable.
5625         * view.el (view-mode):
5626         * type-break.el (type-break-query-mode)
5627         (type-break-mode-line-message-mode):
5628         * textmodes/reftex.el (reftex-mode):
5629         * term/vt100.el (vt100-wide-mode):
5630         * tar-mode.el (tar-subfile-mode):
5631         * savehist.el (savehist-mode):
5632         * ibuf-ext.el (ibuffer-auto-mode):
5633         * composite.el (auto-composition-mode):
5634         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5635         Use define-minor-mode.
5636         (vhdl-mode): Use static mode-line format.
5637         (vhdl-mode-line-update): Delete.
5638         (vhdl-create-mode-menu, vhdl-activate-customizations)
5639         (vhdl-hs-minor-mode): Don't bother calling it.
5641 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5643         * simple.el (with-wrapper-hook): Move.
5644         (buffer-substring-filters): Mark obsolete.
5645         (filter-buffer-substring-functions): New variable.
5646         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
5648 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5649             Michael Albinus  <michael.albinus@gmx.de>
5651         Implement compression for inline methods.
5653         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5654         (tramp-copy-size-limit): Allow also nil.
5655         (tramp-inline-compress-commands): New defconst.
5656         (tramp-find-inline-compress, tramp-get-inline-compress)
5657         (tramp-get-inline-coding): New defuns.
5658         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5659         replaced by `tramp-get-inline-coding'.
5660         (tramp-handle-file-local-copy, tramp-handle-write-region)
5661         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5663 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5665         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5666         Remove unused functions.
5668         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5669         Set find-tag-default-function as a variable rather than a property.
5671         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5672         * progmodes/etags.el (tags-completion-at-point-function):
5673         Remove left over interactive spec.  Add autoloading stub.
5674         (complete-tag): Use tags-completion-at-point-function.
5676 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
5678         * minibuffer.el (tags-completion-at-point-function): Fix return value.
5680 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5682         * ido.el (ido-init-completion-maps): Remove C-v binding.
5683         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5685 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5687         * minibuffer.el (tags-completion-at-point-function): New function.
5688         (completion-at-point-functions): Use it.
5690         * progmodes/etags.el (complete-tag): Revert last change.
5692 2010-04-29  Alan Mackenzie  <acm@muc.de>
5694         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5695         off-by-one error (in end of macro position).
5697 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5700         firefox is absent.  Don't autoload.
5701         (browse-url-galeon-program): Don't autoload.
5703 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5705         * bindings.el (complete-symbol): Move into minibuffer.el.
5707         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5708         completion cannot be performed, return nil instead of signalling
5709         an error.
5710         (completion-at-point): Make it an alias for complete-symbol.
5711         (complete-symbol): Move from bindings.el, and replace with the
5712         body of completion-at-point.
5714         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5716 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5718         * net/tramp.el (tramp-remote-selinux-p): New defun.
5719         (tramp-handle-file-selinux-context)
5720         (tramp-handle-set-file-selinux-context): Use it.
5722 2010-04-28  Sam Steingold  <sds@gnu.org>
5724         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5725         `safe-local-variable' if the value is a string or a symbol with
5726         the property `bug-reference-url-format'.
5728 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5730         * progmodes/bug-reference.el (bug-reference-url-format):
5731         Revert 2010-04-27 change due to security risk.
5733 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         Make it possible to locally disable a globally enabled mode.
5736         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5737         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5738         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5739         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5740         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5741         that subsequent hooks get a chance to disable it.
5743 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5745         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5746         Avoid re-enabling a minor mode after the user turned the minor mode
5747         off if MODE-enable-in-buffers is run twice (typically once from
5748         fundamental-mode's after-change-major-mode-hook and a second time from
5749         run-mode-hook's own after-change-major-mode-hook).
5751         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5753 2010-04-27  Sam Steingold  <sds@gnu.org>
5755         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5756         `safe-local-variable' if the value is a string or a function, as
5757         documented and implemented on 2010-04-02.
5759 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5761         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5762         when method is 'kill.
5764 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5766         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5767         condition in default directory check.
5768         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5769         Kill ispell process when killing its associated buffer.
5771 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5773         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5774         but we aren't using it.
5776 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5778         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5779         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5781 2010-04-24  Glenn Morris  <rgm@gnu.org>
5783         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5784         Ignore VCS-ignore files, and deleted nextstep preferences files.
5785         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5786         (authors-ambiguous-files): New list.
5787         (authors-valid-file-names): Add some deleted files.
5788         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5789         (authors-disambiguate-file-name): New function.  (Bug#5501)
5790         (authors-canonical-file-name): Doc fix.
5791         Don't warn about obsolete files.
5792         (authors-canonical-file-name, authors-scan-el):
5793         Use authors-disambiguate-file-name.
5795         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5796         Add autoload cookies.
5797         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5798         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5799         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5800         They have definitions / compiler macros in cl.el.
5801         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5802         Replace manual autoloads with generated ones.
5803         (htmlfontify-unload-rgb-file): Remove autoload.
5804         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5806 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5809         (byte-compile-setq-default): Optimize for the
5810         single-var case and don't call byte-compile-form in this case to avoid
5811         inf-loop with byte-compile-set-default.
5813         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5815 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5817         Implement SELINUX backends.
5819         * net/tramp.el (tramp-file-name-handler-alist):
5820         Add `file-selinux-context' and `set-file-selinux-context'.
5821         (tramp-handle-file-selinux-context)
5822         (tramp-handle-set-file-selinux-context): New defuns.
5823         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5824         Handle PRESERVE-SELINUX-CONTEXT.
5826         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5827         Add `file-selinux-context' and `set-file-selinux-context'.
5828         (tramp-gvfs-handle-file-selinux-context)
5829         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5830         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5832         * net/ange-ftp.el (ange-ftp-copy-file):
5833         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5834         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5835         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5836         Add PRESERVE-SELINUX-CONTEXT.
5838 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5840         Synchronize with Tramp repository.
5842         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5843         (tramp-action-process-alive, tramp-action-out-of-band)
5844         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5845         (tramp-exists-file-name-handler): Fix docstring.
5846         (with-progress-reporter): New defmacro.
5847         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5848         (tramp-maybe-open-connection): Use it.
5850 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5852         Detect ssh 'ControlMaster' argument automatically in some cases.
5854         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5855         (tramp-default-method): Use it.
5857 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5859         * net/tramp.el (tramp-handle-copy-file): Add new optional
5860         parameter `preserve-selinux-context'.
5861         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5863 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5865         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5866         Ensure, that non remote files are still checked.  Oops.
5868 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5870         Fix Bug#5840.
5872         * icomplete.el (icomplete-completions): Use `non-essential'.
5874         * net/tramp.el (tramp-connectable-p): New defun.
5875         (tramp-handle-expand-file-name)
5876         (tramp-completion-handle-file-name-all-completions)
5877         (tramp-completion-handle-file-name-completion): Use it.
5879 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5883 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5885         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5887         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5889         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5890         is present.
5892         * info.el (info-tool-bar-map): Add labels.
5894         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5896         * cus-edit.el (custom-commands): Add labels for tool bar.
5897         (custom-buffer-create-internal, Custom-mode): Adjust for
5898         labels in custom-commands.
5900         * dynamic-setting.el: Renamed from font-setting.el.
5902 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5904         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5905         toggles the use of virtual buffers.
5906         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5907         (ido-toggle-virtual-buffers): New function.
5909 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5911         Use `define-derived-mode'; fix window selection; doc fixes.
5912         * play/tetris.el (tetris, tetris-update-speed-function)
5913         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5914         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5915         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5916         (tetris-pause-game): Fix typos in docstrings.
5917         (tetris-mode-map, tetris-null-map):
5918         Move initialization into declaration.
5919         (tetris-mode): Define with `define-derived-mode';
5920         set show-trailing-whitespace to nil.
5921         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5923 2010-04-21  Karel Klíč  <kklic@redhat.com>
5925         * files.el (backup-buffer): Handle SELinux context, and return it
5926         if a backup was made by renaming.
5927         (backup-buffer-copy): Set SELinux context to the target file.
5928         (basic-save-buffer): Set SELinux context of the newly written file.
5929         (basic-save-buffer-1): Now it also returns any SELinux context.
5930         (basic-save-buffer-2): Set SELinux context of the newly created file,
5931         and return it.
5932         * net/tramp.el (tramp-file-name-for-operation):
5933         Add file-selinux-context.
5935 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5937         Make the log-edit comments use RFC822 format throughout.
5939         * vc.el (vc-checkin, vc-modify-change-comment):
5940         Adjust to new vc-start/finish-logentry.
5941         (vc-find-conflicted-file): New command.
5942         (vc-transfer-file): Adjust to new vc-checkin.
5943         (vc-next-action): Improve scoping.
5945         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5946         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5948         * vc-git.el (vc-git-log-edit-mode): Remove.
5949         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5950         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5952         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5953         (vc-start-logentry): Remove argument `extra'.
5954         (vc-finish-logentry): Remove extra args.
5956         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5957         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5958         (vc-bzr-conflicted-files): New function.
5960         * log-edit.el (log-edit-extra-flags)
5961         (log-edit-before-checkin-process): Remove.
5962         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5963         (log-edit-headers-alist): New var.
5964         (log-edit-header-contents-regexp): New const.
5965         (log-edit-match-to-eoh): New function.
5966         (log-edit-font-lock-keywords): Use them.
5967         (log-edit): Insert a "Summary:" header as default.
5968         (log-edit-mode): Mark font-lock rules as case-insensitive.
5969         (log-edit-done): Cleanup headers.
5970         (log-view-process-buffer): Remove.
5971         (log-edit-extract-headers): New function to replace it.
5973 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5975         * subr.el (default-direction-reversed): Remove obsolescence info.
5977 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5980         windows/frames.
5982         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5983         I.e. include text after point in the completion region.
5984         Also, return nil when we're not after/in a symbol.
5986         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5987         default enable-multibyte-characters.
5989 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5991         * international/mule.el: Help the user choose a valid coding-system.
5992         (read-buffer-file-coding-system): New function.
5993         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5994         coding-system cannot encode all the chars.
5996         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5997         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5998         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5999         Don't use *vc-bzr-shelve*.
6001 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
6003         Fix the version number for added files.
6004         * vc-hg.el (vc-hg-working-revision): Check if the file is
6005         registered after hg parent fails (Bug#5961).
6007 2010-04-19  Glenn Morris  <rgm@gnu.org>
6009         * htmlfontify.el (htmlfontify-buffer)
6010         (htmlfontify-copy-and-link-dir): Autoload entry points.
6012 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
6014         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6015         name relative to the project root (Bug#5960).
6017 2010-04-19  Glenn Morris  <rgm@gnu.org>
6019         * vc-git.el (vc-git-print-log): Doc fix.
6021 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
6023         * ido.el (ido-file-internal): Fix 2009-12-02 change.
6025 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
6027         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6028         default settings (Bug#5928).
6030 2010-04-19  Glenn Morris  <rgm@gnu.org>
6032         * progmodes/fortran.el (fortran-match-and-skip-declaration):
6033         New function.
6034         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
6036 2010-04-19  Kenichi Handa  <handa@m17n.org>
6038         * language/indian.el (malayalam-composable-pattern): Fix previous
6039         change (add U+0D4D "SIGN VIRAMA").
6040         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6041         (tamil-composable-pattern): Fix typo in the regexp.
6042         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6043         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6044         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6046 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6048         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6049         paragraph-separate (Bug#5821).
6051 2010-04-19  Juri Linkov  <juri@jurta.org>
6053         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6055         * info.el (Info-find-node-2): Comment out code that skips
6056         breadcrumbs line.
6057         (Info-mouse-follow-link): New command.
6058         (Info-link-keymap): New keymap.
6059         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6060         Return a string with links instead of inserting breadcrumbs
6061         to the Info buffer.
6062         (Info-fontify-node): Comment out code that inserts breadcrumbs.
6063         Instead of putting the `invisible' text property over the Info
6064         header, make an overlay over the Info header with the `invisible'
6065         property and `after-string' set to the string returned by
6066         `Info-breadcrumbs'.
6068 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6070         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6071         Reported by monkey@sandpframing.com.
6073 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6076         (tmm-get-keymap): Add key-binding shortcuts now that they're not
6077         available in the "keyseq cache" any more.
6079         * custom.el (defcustom): Add edebug spec.
6081 2010-04-18  Juri Linkov  <juri@jurta.org>
6083         Test for special mode-class in view-buffer instead of view-file (bug#5513).
6085         * view.el (view-file, view-buffer): Move test for special mode-class
6086         from view-file to view-buffer.
6088         * tar-mode.el (tar-extract): Turn if's into one cond
6089         like in arc-mode.el.
6091 2010-04-18  Juri Linkov  <juri@jurta.org>
6093         Add 7z archive format support (bug#5475).
6095         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6096         (archive-7z-extract): New defcustom.
6097         (archive-find-type): Add magic string for 7z.
6098         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6099         If `stderr-file' is non-nil, use `(t stderr-file)' for the
6100         `buffer' arg of `call-process'.
6101         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6102         call the function `archive-7z-extract' with the variable
6103         `archive-7z-extract' let-bound to `archive-zip-extract'.
6104         (archive-7z-summarize, archive-7z-extract): New functions.
6106         * international/mule.el (auto-coding-alist):
6107         * files.el (auto-mode-alist): Add 7z file extension.
6109 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * loadup.el: Setup hash-cons for pure data.
6113         Fix duplicate entries in cedet's loaddefs.el files.
6114         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6115         Should make most file-local generated-autoload-file unnecessary.
6116         (print-readably): Silence warnings.
6117         (autoload-find-destination): Take load-name as an arg to make sure
6118         it's the same as the one that will be in the file.
6119         (autoload-generate-file-autoloads): Adjust to above changes.
6120         Try to make the dataflow a bit simpler.
6122         * cvs-status.el (cvs-refontify): Remove unused.
6124 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
6126         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6128         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6129         twos-complement mode.
6131 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
6133         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6134         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
6135         (calc-inverse): Add "Option" to message, as appropriate.
6136         (calc-hyperbolic): Add "Option" to message, as appropriate.
6137         (calc-option, calc-is-option): New functions.
6139         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6140         (calc-option-prefix-help): New function.
6142         * calc/calc-misc.el (calc-help): Add "Option" entry.
6144         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6145         (calc-option-flag): New variable.
6146         (calc-do): Set `calc-option-flag to nil.
6147         (calc-set-mode-line): Add "Opt " as appropriate.
6149 2010-04-16  Juri Linkov  <juri@jurta.org>
6151         Move scrolling commands from simple.el to window.el
6152         because their primitives are implemented in window.c.
6154         * simple.el (scroll-error-top-bottom)
6155         (scroll-up-command, scroll-down-command, scroll-up-line)
6156         (scroll-down-line, scroll-other-window-down)
6157         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6158         * window.el (scroll-error-top-bottom)
6159         (scroll-up-command, scroll-down-command, scroll-up-line)
6160         (scroll-down-line, scroll-other-window-down)
6161         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6162         Move from simple.el to window.el because their primitives are
6163         implemented in window.c.
6165 2010-04-16  Juri Linkov  <juri@jurta.org>
6167         * isearch.el (isearch-lookup-scroll-key): Check both
6168         `isearch-scroll' and `scroll-command' properties.
6169         (scroll-up, scroll-down): Remove `isearch-scroll' property.
6171         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6173         * simple.el (scroll-up-command, scroll-down-command)
6174         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6176 2010-04-15  Juri Linkov  <juri@jurta.org>
6178         * simple.el (scroll-up-command, scroll-down-command)
6179         (scroll-up-line, scroll-down-line): Put `scroll-command'
6180         property on the these symbols.  Remove them from
6181         `scroll-preserve-screen-position-commands'.
6183         * mwheel.el (mwheel-scroll): Put `scroll-command' and
6184         `isearch-scroll' properties on the `mwheel-scroll' symbol.
6185         Remove it from `scroll-preserve-screen-position-commands'.
6187         * isearch.el (isearch-allow-scroll): Doc fix.
6189 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
6191         * net/tramp.el (tramp-error-with-buffer): Don't show the
6192         connection buffer when we are in completion mode.
6193         (tramp-file-name-handler): Catch the error for some operations
6194         when we are in completion mode.  This gives the user the chance to
6195         correct the file name in the minibuffer.
6197 2010-04-15  Glenn Morris  <rgm@gnu.org>
6199         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6201 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
6203         Simplify by using `define-derived-mode'.
6204         * info.el (Info-mode):
6205         * calendar/todo-mode.el (todo-mode):
6206         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6207         (gomoku-mode-map): Move initialization into declaration.
6209 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
6211         Fix Bug#5840.
6212         * ido.el (ido-file-name-all-completions-1):
6213         * minibuffer.el (minibuffer-completion-help):
6214         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6216 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6218         * simple.el (non-essential): New var.
6220         Add a new field `location' to bookmarks for non-file bookmarks.
6221         * bookmark.el (bookmark-location): Use the new field, if present.
6222         (bookmark-insert-location): Undo last change, not needed any more.
6223         * man.el (Man-bookmark-make-record):
6224         * woman.el (woman-bookmark-make-record): Add `location' field.
6226 2010-04-14  Juri Linkov  <juri@jurta.org>
6228         * simple.el (scroll-error-top-bottom): New defcustom.
6229         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
6231         * emulation/pc-select.el (pc-select-override-scroll-error):
6232         Obsolete in favor of `scroll-error-top-bottom'.
6234 2010-04-14  Juri Linkov  <juri@jurta.org>
6236         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6237         `scroll-up-command' and `M-v' to `scroll-down-command'.
6239         * emulation/cua-rect.el (cua--init-rectangles):
6240         * forms.el (forms--change-commands):
6241         * image-mode.el (image-mode-map):
6242         Remap scroll-down-command and scroll-up-command
6243         in addition to scroll-down and scroll-up.
6245 2010-04-14  Juri Linkov  <juri@jurta.org>
6247         * mwheel.el (scroll-preserve-screen-position-commands):
6248         Add mwheel-scroll to this list of commands.
6250         * simple.el (scroll-preserve-screen-position-commands):
6251         Add scroll-up-command, scroll-down-command, scroll-up-line,
6252         scroll-down-line to this list of commands.
6254 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * obsolete/complete.el: Move from lisp/complete.el.
6258         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6260         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6261         to the minor mode function now turns the mode ON unconditionally.
6263 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6265         * vc-dir.el (vc-dir-kill-line): New command.
6266         (vc-dir-mode-map): Bind it to C-k.
6268         * bookmark.el (bookmark-insert-location): Handle a nil filename.
6270         * woman.el: Add bookmark declarations to silence the compiler.
6271         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6272         step to compatibility between man and woman bookmarks.
6273         Adjust for Man-default-bookmark-title renaming.
6274         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
6276         * man.el: Add bookmark declarations to silence the compiler.
6277         (Man-name-local-regexp): Make it match NAME as well.
6278         (Man-getpage-in-background): Return the buffer.
6279         (Man-notify-when-ready): Use `case'.
6280         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6281         Don't hardcode "NAME".  Simplify.
6282         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6283         Rename from Man-bookmark-make-record.
6284         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
6285         we have the actual man-args.  Use Man-getpage-in-background rather
6286         than `man' since the arg is already processed.  Let bookmark.el do the
6287         window handling.  Only wait for the relevant process.
6288         Don't forget to autoload.
6290         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6292 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6294         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6295         New functions.
6296         (woman-mode): Setup bookmark support.
6298         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6299         (man-bookmark-jump): New functions.
6300         (Man-mode): Setup bookmark support.
6302 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
6304         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6305         recognize ssh-keygen prompt (Bug#2817).
6307 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
6309         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6311 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
6313         Synchronize with Tramp repository.
6315         * net/tramp.el (tramp-completion-function-alist)
6316         (tramp-file-name-regexp, tramp-chunksize)
6317         (tramp-local-coding-commands, tramp-remote-coding-commands):
6318         Fix docstring.
6319         (tramp-remote-process-environment): Use `format' instead of `concat'.
6320         (tramp-handle-directory-files-and-attributes)
6321         (tramp-get-remote-path): Use `copy-tree'.
6322         (tramp-handle-file-name-all-completions): Backward/ XEmacs
6323         compatibility: Use `completion-ignore-case' if
6324         `read-file-name-completion-ignore-case' does not exist.
6325         (tramp-do-copy-or-rename-file-directly): Do not use
6326         `tramp-handle-file-remote-p'.
6327         (tramp-do-copy-or-rename-file-out-of-band):
6328         Use `tramp-compat-delete-directory'.
6329         (tramp-do-copy-or-rename-file-out-of-band)
6330         (tramp-compute-multi-hops, tramp-maybe-open-connection):
6331         Use `format-spec-make'.
6332         (tramp-find-foreign-file-name-handler)
6333         (tramp-advice-make-auto-save-file-name)
6334         (tramp-set-auto-save-file-modes): Remove superfluous check for
6335         `stringp'.  This is done inside `tramp-tramp-file-p'.
6336         (tramp-debug-outline-regexp): New defconst.
6337         (tramp-get-debug-buffer): Use it.
6338         (tramp-check-for-regexp): Use (forward-line 1).
6339         (tramp-set-auto-save-file-modes): Adapt version check.
6341         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6342         Wrap call of `featurep' for 2nd argument.
6343         (tramp-compat-make-temp-file): Simplify fallback implementation.
6344         (tramp-compat-copy-tree): Remove function.
6345         (tramp-compat-delete-directory): Provide implementation for older
6346         Emacsen.
6348         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6349         Do not use `tramp-fish-handle-file-attributes.
6351         * net/trampver.el: Update release number.
6353 2010-04-10  Glenn Morris  <rgm@gnu.org>
6355         * progmodes/compile.el (compilation-save-buffers-predicate):
6356         Add missing :version tag.
6358 2010-04-09  Sam Steingold  <sds@gnu.org>
6360         * progmodes/compile.el (compilation-save-buffers-predicate):
6361         Remove the "autoload" cookie.
6363         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6364         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6365         and `bug-reference-prog-mode' can be used in hooks directly.
6367 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6369         Add --author support to git commit.
6370         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6371         (vc-git-log-edit-mode): New minor mode.
6372         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6373         New declarations.
6375 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
6377         * vc-hooks.el, vc-git.el: Improve documentation comments.
6379 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         Fix some of the problems in defsubst* (bug#5728).
6382         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6383         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6385 2010-04-07  Sam Steingold  <sds@gnu.org>
6387         * progmodes/compile.el (compilation-save-buffers-predicate):
6388         New custom variable.
6389         (compile, recompile): Pass it to `save-some-buffers'.
6391 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
6393         * wid-edit.el (widget-choose): Move cursor to the second line of
6394         the buffer (Bug#5695).
6396 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
6398         Add new VC methods: vc-log-incoming and vc-log-outgoing.
6399         * vc.el (vc-print-log-setup-buttons): New function split out from
6400         vc-print-log-internal.
6401         (vc-log-internal-common): New function, a parametrized version of
6402         vc-print-log-internal.
6403         (vc-print-log-internal): Just call vc-log-internal-common with the
6404         right arguments.
6405         (vc-incoming-outgoing-internal):
6406         (vc-log-incoming, vc-log-outgoing): New functions.
6407         (vc-log-view-type): New permanent local variable.
6409         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6411         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6412         of the dynamic bound vc-short-log.
6413         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6415         * vc-git.el (vc-git-log-outgoing): New function.
6416         (vc-git-log-view-mode): Use vc-log-view-type instead
6417         of the dynamic bound vc-short-log.
6419         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6420         of the dynamic bound vc-short-log.  Highlight the tag.
6421         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6422         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6423         (vc-hg-incoming-mode): Remove.
6424         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6426 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
6428         Fix default-directory for vc-root-diff.
6429         * vc.el (vc-root-diff): Bind default-directory to the root
6430         directory for the diff command.
6432 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
6434         * progmodes/verilog-mode.el (verilog-forward-sexp):
6435         (verilog-calc-1): Support "disable fork" and "fork wait" multi
6436         word keywords, suggested by Steve Pearlmutter.
6437         (verilog-pretty-declarations): Support lineup of declarations in
6438         port lists.
6439         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6440         fix bug for /* / comments.
6441         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6442         Speed up and simplfy as this is never called with a bound.
6443         (verilog-pretty-declarations): Enhance to line up declarations
6444         inside a parameter list, suggested by Alan Morgan.
6445         (verilog-pretty-expr): Tune assignment regular expression match
6446         string for corner cases; also use markers instead of character
6447         number as indent changes the later.
6449 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
6451         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6452         as missing keyword.
6453         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6454         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
6455         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6456         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
6457         Tennant.
6458         (verilog-keywords):
6459         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6460         1800-2009 keywords, including "global.".
6462 2010-04-06  John Wiegley  <jwiegley@gmail.com>
6464         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6465         appearing in buffer list (if a live buffer name matched a recentf
6466         file basename).  Should use uniquify to offer a real solution.
6468 2010-04-06  John Wiegley  <jwiegley@gmail.com>
6470         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6471         comment to code, and add a :version tag.
6472         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6474 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
6476         Enable recentf-mode if using virtual buffers.
6477         * ido.el (recentf-list): Declare for byte-compiler.
6478         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
6479         (ido-make-buffer-list): Simplify.
6480         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
6482 2010-04-05  Juri Linkov  <juri@jurta.org>
6484         Scrolling commands which scroll a line instead of full screen.
6485         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6487         * simple.el (scroll-up-line, scroll-down-line): New commands.
6488         Put property isearch-scroll=t on them.
6490         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6491         Remove commands.
6493 2010-04-05  Juri Linkov  <juri@jurta.org>
6495         Scrolling commands which do not signal errors at top/bottom.
6496         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6498         * simple.el (scroll-up-command, scroll-down-command): New commands.
6499         Put property isearch-scroll=t on them.
6501         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6502         `scroll-down-command' and [next] from `scroll-up' to
6503         `scroll-up-command'.
6505         * emulation/cua-base.el: Put property CUA=move on
6506         `scroll-up-command' and `scroll-down-command'.
6507         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6508         and `scroll-down-command' to `cua-scroll-down'.
6510 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
6512         * help.el (describe-mode): Return nil.
6514 2010-04-04  John Wiegley  <jwiegley@gmail.com>
6516         * ido.el (ido-use-virtual-buffers): New variable to indicate
6517         whether "virtual buffer" support is enabled for IDO.
6518         (ido-virtual): Face used to indicate virtual buffers in the list.
6519         (ido-buffer-internal): If a buffer is chosen, and no such buffer
6520         exists, but a virtual buffer of that name does (which would be why
6521         it was in the list), recreate the buffer by reopening the file.
6522         (ido-make-buffer-list): If virtual buffers are being used, call
6523         `ido-add-virtual-buffers-to-list' before the make list hook.
6524         (ido-virtual-buffers): New variable which contains a copy of the
6525         current contents of the `recentf-list', albeit pared down for the
6526         sake of speed, and with proper faces applied.
6527         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6528         create a list of "virtual buffers" to present to the user in
6529         addition to the currently open set.  Note that this logic could
6530         get rather slow if that list is too large.  With the default
6531         `recentf-max-saved-items' of 200, there is little speed penalty.
6533 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6535         * font-lock.el: Require CL when compiling.
6536         (font-lock-turn-on-thing-lock): Use `case'.
6538 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
6540         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6541         Zaretskii.
6543 2010-04-02  Juri Linkov  <juri@jurta.org>
6545         * ehelp.el (electric-help-orig-major-mode):
6546         New buffer-local variable.
6547         (electric-help-mode): Set it to original major-mode.  Doc fix.
6548         (with-electric-help): Use `electric-help-orig-major-mode' instead
6549         of (default-value 'major-mode).  Doc fix.
6550         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6552 2010-04-02  Sam Steingold  <sds@gnu.org>
6554         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6555         `vc-hg-command' with a list of flags.
6557         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6558         Also accept "patch" and "RFE".
6559         (bug-reference-fontify): `bug-reference-url-format' can also be a
6560         function to be able to handle the bug kind.
6561         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6563 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
6565         * tmm.el (tmm-get-keymap): Check with symbolp before passing
6566         value to fboundp, it may not be a symbol.
6568 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6570         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6572 2010-03-31  Juri Linkov  <juri@jurta.org>
6574         * simple.el (next-line, previous-line): Re-throw a signal
6575         with `signal' instead of using `ding'.
6576         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6578 2010-03-31  Juri Linkov  <juri@jurta.org>
6580         * simple.el (keyboard-escape-quit): Raise deselecting the active
6581         region higher than exiting the minibuffer.
6582         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6584 2010-03-31  Juri Linkov  <juri@jurta.org>
6586         * image.el (image-animated-p): Use `image-metadata' instead of
6587         `image-extension-data'.  Get GIF extenstion data from metadata
6588         property `extension-data'.
6590 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * simple.el (append-to-buffer): Simplify.
6594 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
6596         * textmodes/artist.el (artist-mode): Fix typo in docstring.
6597         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
6599 2010-03-31  Kenichi Handa  <handa@m17n.org>
6601         * language/sinhala.el (composition-function-table): Fix regexp for
6602         the new Unicode specification.
6604         * language/indian.el (devanagari-composable-pattern)
6605         (tamil-composable-pattern, kannada-composable-pattern)
6606         (malayalam-composable-pattern): Adjust for the new Unicode
6607         specification.
6608         (bengali-composable-pattern, gurmukhi-composable-pattern)
6609         (gujarati-composable-pattern, oriya-composable-pattern)
6610         (telugu-composable-pattern): New variables to cope with the new
6611         Unicode specification.  Use them in composition-function-table.
6613 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         Make tmm-menubar work for the Buffers menu again (bug#5726).
6616         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6617         vectors rather than cons cells, as used in menu-bar-update-buffers.
6619 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6621         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6622         (js-insert-and-indent): Revert 2009-08-15 change, restoring
6623         electric punctuation for "{}();,:" (Bug#5586).
6625         * mail/sendmail.el (mail-default-directory): Doc fix.
6627 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6629         * mail/sendmail.el (mail-default-directory): Doc fix.
6631 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6633         * subr.el (version-regexp-alist, version-to-list)
6634         (version-list-<, version-list-=, version-list-<=)
6635         (version-list-not-zero, version<, version<=, version=): Doc fix.
6636         (Bug#5744).
6638 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
6640         * vc.el (vc-root-diff): Doc fix.
6642 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6644         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6646         * simple.el (append-to-buffer): Fix last change.
6648 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6650         * simple.el (append-to-buffer): Ensure that point is preserved if
6651         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
6652         (Bug#5749)
6654 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         * files.el (auto-mode-case-fold): Change default to t.
6658 2010-03-30  Juri Linkov  <juri@jurta.org>
6660         * dired-x.el (dired-omit-mode): Doc fix.
6662 2010-03-30  Juri Linkov  <juri@jurta.org>
6664         * replace.el (occur-accumulate-lines): Move occur-engine related
6665         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6666         to be located after `occur-engine'.
6668 2010-03-30  Juri Linkov  <juri@jurta.org>
6670         Make occur handle multi-line matches cleanly with context.
6671         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6673         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6674         (occur-engine): Add local variables `ret', `prev-after-lines',
6675         `prev-lines'.  Use more arguments for `occur-context-lines'.
6676         Set first elem of its returned list to `data', and the second elem
6677         to `prev-after-lines'.  Don't print the separator line.
6678         In the end, print remaining context after-lines.
6679         (occur-context-lines): Add new arguments `begpt', `endpt',
6680         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6681         after-lines of the previous match with before-lines of the
6682         current match and not overlap them.  Return a list with two
6683         values: the output line and the list of context after-lines.
6685 2010-03-30  Juri Linkov  <juri@jurta.org>
6687         * replace.el (occur-accumulate-lines): Fix a bug where the first
6688         context line at the beginning of the buffer was missing.
6690 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6692         * files.el: Make bidi-display-reordering safe variable for boolean
6693         values.
6695 2010-03-29  Phil Hagelberg  <phil@evri.com>
6696             Chong Yidong  <cyd@stupidchicken.com>
6698         * subr.el: Extend progress reporters to perform "spinning".
6699         (progress-reporter-update, progress-reporter-do-update):
6700         Handle non-numeric value arguments.
6701         (progress-reporter--pulse-characters): New var.
6703 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6705         * progmodes/compile.el (compilation-start): Fix regexp detection
6706         of initial cd command (Bug#5771).
6708 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6710         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6712 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6714         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6715         * progmodes/gdb-mi.el: Restore.
6716         * progmodes/gdb-ui.el: Remove.
6717         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6719 2010-03-25  Glenn Morris  <rgm@gnu.org>
6721         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6722         all dired buffers, even tramp ones.  (Bug#5755)
6724 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6726         Add "union tags" in mpc.el.
6727         * mpc.el: Remove backward compatibility code.
6728         (mpc-browser-tags): Change default.
6729         (mpc--find-memoize-union-tags): New var.
6730         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6731         (mpc-cmd-find): Handle the case where the playlist does not exist.
6732         Handle union-tags.
6733         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6734         (mpc-cmd-add): Use mpc-cmd-flush.
6735         (mpc-tagbrowser-tag-name): New fun.
6736         (mpc-tagbrowser-buf): Use it.
6737         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6739 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6741         Misc cleanup.
6742         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6743         Use replace-regexp-in-string.
6744         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6745         (makefile-imake-mode-syntax-table): Move init into defvar.
6746         (makefile-mode): Use define-derived-mode.
6748         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6749         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6750         not be present any more.
6752 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6754         * faces.el (set-face-attribute): Fix typo in docstring.
6755         (face-valid-attribute-values): Reflow docstring.
6757 2010-03-24  Glenn Morris  <rgm@gnu.org>
6759         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6761 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6763         * indent.el (indent-for-tab-command): Doc fix.
6765 2010-03-24  Alan Mackenzie  <acm@muc.de>
6767         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6768         Fix off-by-one error.  Fixes bug #5747.
6770 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6772         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6773         (image-dired-read-comment): Doc fix.
6775         * json.el (json-object-type, json-array-type, json-key-type)
6776         (json-false, json-null, json-read-number):
6777         * minibuffer.el (completion-in-region-functions):
6778         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6779         (cal-tex-cursor-week):
6780         * emacs-lisp/trace.el (trace-function):
6781         * eshell/em-basic.el (eshell/printnl):
6782         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6783         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6784         * obsolete/levents.el (allocate-event, event-key, event-object)
6785         (event-point, event-process, event-timestamp, event-to-character)
6786         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6787         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6788         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6789         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6790         (reftex-highlight-selection): Fix typos in docstrings.
6792 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6794         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6796 2010-03-24  Glenn Morris  <rgm@gnu.org>
6798         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6799         2008-02-13 without comment; mark it obsolete.
6800         (rmail-highlight-headers): Use rmail-highlight-face once more.
6802 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6804         * woman.el (woman2-process-escapes): Only consume the newline if
6805         the filler character is on a line by itself (Bug#5729).
6807 2010-03-24  Kenichi Handa  <handa@m17n.org>
6809         * language/indian.el (devanagari-composable-pattern): Add more
6810         consonants.
6812 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6814         * net/trampver.el: Update release number.
6816 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6818         * net/tramp.el (tramp-find-executable):
6819         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6820         output of "wc -l" more robust.
6821         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6822         (tramp-open-connection-setup-interactive-shell): Remove workaround
6823         for OpenSolaris bug, it is not needed anymore.
6825 2010-03-24  Glenn Morris  <rgm@gnu.org>
6827         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6829 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6831         * files.el (auto-mode-alist): Accept more verilog file patterns.
6833 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6835         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6837 2010-03-24  Glenn Morris  <rgm@gnu.org>
6839         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6840         log-edit-before-checkin-process.
6842         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6844         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6846         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6847         (log-view-process-buffer, log-edit-extra-flags): Declare.
6849         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6851 2010-03-23  Sam Steingold  <sds@gnu.org>
6853         Fix bug#5620: recalculate all markers on compilation buffer
6854         modifications, not on file modifications.
6855         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6856         the buffer modification time, for buffers not associated with files.
6857         (compilation-mode): Create it.
6858         (compilation-filter): Update it.
6859         (compilation-next-error-function): Use it instead of
6860         `visited-file-modtime' for timestamp.
6862 2010-03-23  Juri Linkov  <juri@jurta.org>
6864         Implement Occur multi-line matches.
6865         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6867         * replace.el (occur): Doc fix.
6868         (occur-engine): Set `begpt' to the beginning of the first line.
6869         Set `endpt' to the end of the last match line.  At first, count
6870         line numbers between `origpt' and `begpt'.  Split out code from
6871         `out-line' variable to new let-bindings `match-prefix' and
6872         `match-str'.  In `out-line' add non-numeric prefix to all
6873         non-first lines of multi-line matches.  Finally, count lines
6874         between `begpt' and `endpt' and add to `lines'.
6876 2010-03-23  Juri Linkov  <juri@jurta.org>
6878         * replace.el (occur-accumulate-lines, occur-engine):
6879         Use `occur-engine-line' instead of duplicate code.
6880         (occur-engine-line): New function created from duplicate code
6881         in `occur-accumulate-lines' and `occur-engine'.
6883         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6884         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6886 2010-03-23  Juri Linkov  <juri@jurta.org>
6888         * finder.el: Remove TODO tasks.
6890         * info.el (Info-finder-find-node): Add node "all"
6891         with all package info.  Handle a list of multiple keywords
6892         separated by comma.
6893         (info-finder): In interactive use with a prefix argument,
6894         use `completing-read-multiple' to read a list of keywords
6895         separated by comma.
6897 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6899         Add a new completion style `substring'.
6900         * minibuffer.el (completion-basic--pattern): New function.
6901         (completion-basic-try-completion, completion-basic-all-completions):
6902         Use it.
6903         (completion-substring--all-completions)
6904         (completion-substring-try-completion)
6905         (completion-substring-all-completions): New functions.
6906         (completion-styles-alist): New style `substring'.
6908 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         Get rid of .elc files after removal of the corresponding .el.
6911         * Makefile.in (compile-clean): New target.
6912         (compile-main): Use it.
6914 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6916         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6917         don't do make there.  When compiling with separate object dir, there
6918         is no Makefile there.
6920 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6922         Get rid of the ELCFILES abomination, again.
6923         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6924         (all, compile): Don't call compile-last.
6925         (compile-main): Build the "elcfiles" list dynamically.
6926         (compile-targets): New (internal) target.
6928 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6930         * Makefile.in (top_srcdir): Define.
6931         (abs_top_builddir): Define.
6932         (srcdir): Don't append `/..'.
6933         (EMACS): Use ${abs_top_builddir}.
6934         (all, compile, compile-always, compile-last): Don't set emacswd.
6935         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6936         $(srcdir).
6937         (lisp): Use $(srcdir) instead of @srcdir@.
6939 2010-03-21  Juri Linkov  <juri@jurta.org>
6941         Fix message of multi-line occur regexps and multi-buffer header lines.
6942         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6944         * replace.el (occur-1): Don't display regexp if it is longer
6945         than window-width.  Use `query-replace-descr' to display regexp.
6946         (occur-engine): Don't display regexp in the buffer header for
6947         multi-buffer occur.  Display a separate header line with total
6948         match count and regexp for multi-buffer occur.
6949         Use `query-replace-descr' to display regexp.
6951 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6953         * net/secrets.el: Fix parenthesis.
6954         (secrets-enabled): Fix parenthesis.
6956 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         Use more relative file and directory names.
6959         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6960         (setwins, setwins_almost, setwins_for_subdirs):
6961         Don't `cd'; output relative names.
6962         (all, compile, compile-always, compile-last): Set emacswd.
6963         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6964         Just cd to the lisp source dir so we can use relative file names.
6966         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6968 2010-03-20  Glenn Morris  <rgm@gnu.org>
6970         * textmodes/rst.el: Use faces for font-lock customization, and make the
6971         old -face variables obsolete.
6972         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6973         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6974         (rst-block-face, rst-external-face, rst-definition-face)
6975         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6976         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6977         Make obsolete.
6978         (rst-font-lock-keywords-function): Update for above changes.
6980 2010-03-20  Juri Linkov  <juri@jurta.org>
6982         * s-region.el:
6983         * obsolete/s-region.el: Move to obsolete.
6985 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6987         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6989 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6991         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6993 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6995         Add special markup processing for commit logs.
6996         * log-edit.el (log-edit-extra-flags): New variable.
6997         (log-edit): Add new argument MODE.  Use that mode when non-nil
6998         instead of the log-view-mode.
6999         (log-view-process-buffer): New function.
7001         * vc.el: Document that the checkin method takes optional
7002         arguments.  Document new backend specific method: log-view-mode.
7003         (vc-default-log-edit-mode): New function.
7004         (vc-checkin): Use a backend specific log-view-mode.
7005         Pass extra arguments to the checkin method.
7006         (vc-modify-change-comment): Pass a dummy extra argument.
7008         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7009         log-edit.
7010         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7011         (vc-finish-logentry): Process the log buffer before passing it
7012         down.  Pass log-edit-extra-flags.
7014         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7015         command.
7016         (log-edit-extra-flags, log-edit-before-checkin-process):
7017         New declarations.
7019         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7020         command.
7021         (log-edit-extra-flags, log-edit-before-checkin-process):
7022         New declarations.
7023         (vc-hg-log-edit-mode): New derived mode.
7025         * vc-arch.el (vc-arch-checkin):
7026         * vc-cvs.el (vc-cvs-checkin):
7027         * vc-git.el (vc-git-checkin):
7028         * vc-mtn.el (vc-mtn-checkin):
7029         * vc-rcs.el (vc-rcs-checkin):
7030         * vc-sccs.el (vc-sccs-checkin):
7031         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7033 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7035         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7036         parent typo).
7038 2010-03-19  Glenn Morris  <rgm@gnu.org>
7040         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7042 2010-03-18  Glenn Morris  <rgm@gnu.org>
7044         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7046         * replace.el (query-replace-history): Give it a doc string.
7047         (map-query-replace-regexp): Use query-replace-from-history-variable
7048         and query-replace-to-history-variable.
7050         * mail/hashcash.el (declare-function): Remove duplicate definition.
7052         * mail/emacsbug.el (report-emacs-bug-pretest-address):
7053         Make it an obsolete alias for report-emacs-bug-address.
7054         (message-strip-special-text-properties): Declare.
7055         (report-emacs-bug): Remove test for a pretest bug address.
7056         Combine message-mode-specific code.
7058         * mail/supercite.el: Don't require sendmail.
7059         (mh-in-header-p): Declare rather than using with-no-warnings.
7060         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7061         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
7063         * calendar/cal-french.el: Convert to utf-8.
7065         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7066         Emacs scripts.
7068 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
7070         * net/secrets.el (secrets-enabled): New variable.  Use it instead
7071         of a subfeature.
7073 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
7075         * net/secrets.el (top): Register the D-Bus signals only when the
7076         service "org.freedesktop.secrets" can be pinged.
7077         Provide subfeature `enabled'.
7079 2010-03-14  Juri Linkov  <juri@jurta.org>
7081         Add finder unknown keywords.
7083         * finder.el (finder-unknown-keywords): New function.
7085         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7086         to create a Finder node with unknown keywords.
7088 2010-03-14  Juri Linkov  <juri@jurta.org>
7090         * finder.el (finder-compile-keywords): Replace `princ' with
7091         `prin1' on a list of symbols interned from keyword strings.
7093         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7094         a comma, then split keywords using a comma and optional whitespace.
7095         Otherwise, split by whitespace.
7097         * complete.el:
7098         * face-remap.el:
7099         * log-view.el:
7100         * net/hmac-def.el:
7101         * net/hmac-md5.el:
7102         * net/netrc.el:
7103         * progmodes/mixal-mode.el: Fix keywords.
7105 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
7107         * Makefile.in (ELCFILES): Add net/secrets.elc.
7109         * net/secrets.el: New file.
7111 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7113         * facemenu.el (list-colors-display, list-colors-print): New arg
7114         callback.  Use it to allow selecting colors.
7116         * wid-edit.el (widget-image-insert): Insert image prop even if the
7117         current display is non-graphic.
7118         (widget-field-value-set): New fun.
7119         (editable-field): Use it.
7120         (widget-field-value-get): Clean up unused var.
7121         (widget-color-value-create, widget-color--choose-action):
7122         New funs.  Allow using list-colors-display to choose color.
7124 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7126         * cus-edit.el: Resort topmost custom groups.
7127         (custom-buffer-sort-alphabetically): Default to t.
7128         (customize-apropos): Use apropos-parse-pattern.
7129         (custom-search-field): New var.
7130         (custom-buffer-create-internal): Add custom-apropos search field.
7131         (custom-add-parent-links): Don't display parent doc.
7132         (custom-group-value-create): Don't sort top-level custom group.
7133         (custom-magic-value-create): Show visibility button before option name.
7135         (custom-variable-state): New fun, from custom-variable-state-set.
7136         (custom-variable-state-set): Use it.
7137         (custom-group-value-create): Hide options with standard values
7138         using the :hidden-states property.  Use progress reporter.
7140         (custom-show): Simplify.
7141         (custom-visibility): Disable images by default.
7142         (custom-variable): New property :hidden-states.
7143         (custom-variable-value-create): Enable images for
7144         custom-visibility widgets.  Use :hidden-states property to
7145         determine initial visibility.
7147         * wid-edit.el (widget-image-find): Give images center ascent.
7148         (visibility): Add :on-image and :off-image properties.
7149         (widget-visibility-value-create): Use them.
7151 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7153         * cus-edit.el (processes): Remove from development group.
7154         (oop, hypermedia): Delete group.
7155         (comm): Promote to top-level group.
7157         * net/browse-url.el (browse-url):
7158         * net/xesam.el (xesam):
7159         * net/tramp.el (tramp):
7160         * net/goto-addr.el (goto-address):
7161         * net/ange-ftp.el (ange-ftp): Put in comm group.
7163         * view.el (view): Remove from editing group.
7165         * uniquify.el (uniquify): Put in files group.
7167         * net/browse-url.el (browse-url):
7168         * ps-print.el (postscript): Put in external group.
7170         * cus-edit.el (outlines):
7171         * textmodes/text-mode.el (text-mode-hook):
7172         * textmodes/table.el (table):
7173         * textmodes/picture.el (picture):
7174         * outline.el (outlines): Put in wp group.
7176         * nxml/nxml-mode.el (nxml): Remove from wp group.
7178         * net/tramp-imap.el (tramp-imap): Put in tramp group.
7180         * mail/metamail.el (metamail): Remove from hypermedia group.
7182         * cus-edit.el (abbrev):
7183         * whitespace.el (whitespace):
7184         * vcursor.el (vcursor):
7185         * reveal.el (reveal):
7186         * hl-line.el (hl-line): Put in convenience group.
7188         * epg-config.el (epg): Put in data group.
7190         * emulation/pc-select.el (pc-select): Put in emulations group.
7192         * calculator.el (calculator): Put in applications group.
7194 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7196         Add .dir-locals.el support for file-less buffers.
7197         * files.el (hack-local-variables): Split out code to apply local
7198         variable settings ...
7199         (hack-local-variables-apply): ... here.  New function.
7200         (hack-dir-local-variables): Use the default directory for when the
7201         buffer does not have an associated file.
7202         (hack-dir-local-variables-non-file-buffer): New function.
7203         * diff-mode.el (diff-mode):
7204         * vc-annotate.el (vc-annotate-mode):
7205         * vc-dir.el (vc-dir-mode):
7206         * log-edit.el (log-edit-mode):
7207         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7209 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7211         Add support for shelving snapshots and for showing shelves.
7212         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7213         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7214         New functions.
7215         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7216         (vc-bzr-extra-menu-map): Map them.
7218 2010-03-11  Glenn Morris  <rgm@gnu.org>
7220         * cus-edit.el (customize-changed-options-previous-release):
7221         Bump to 23.1.
7223         * image.el (image-animate-max-time): Fix :version tag.
7225 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
7227         * Branch for 23.2.
7229 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * vc-git.el (vc-git-revision-table): Include remote branches.
7233 2010-03-10  Kim F. Storm  <storm@cua.dk>
7235         Animated image API.
7236         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7238         * image.el (image-animate-max-time): New defcustom.
7239         (image-animated-types): New defconst.
7240         (create-animated-image, image-animate-timer)
7241         (image-animate-start, image-animate-stop, image-animate-timeout)
7242         (image-animated-p): New functions.
7244         * image-mode.el (image-toggle-display-image):
7245         Replace `create-image' with `create-animated-image'.
7247 2010-03-09  Miles Bader  <miles@gnu.org>
7249         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7250         instead of "format:"; this ensures that the output is
7251         newline-terminated.
7253 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
7255         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7256         that all errors are caught, and that the return value is always a
7257         list (Bug#5692).
7259 2010-03-08  Kenichi Handa  <handa@m17n.org>
7261         * language/misc-lang.el (windows-1256): New coding system.
7262         (cp1256): New alias of windows-1256 (bug#5690).
7264 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
7266         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7267         call to rfc822-bad-address.  (Bug#5692)
7269 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7271         * vc-git.el (vc-git-annotate-extract-revision-at-line):
7272         Use vc-git-root as default directory for revision path (Bug#5657).
7274 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
7276         * calculator.el (calculator): Don't bind split-window-keep-point
7277         (Bug#5674).
7279 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7281         * vc-git.el: Re-flow to fit into 80 columns.
7282         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7283         Remove spurious `quote' element in each case alternative.
7284         (vc-git-show-log-entry): Use prog1.
7285         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7287 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7289         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7291 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
7293         * macros.el (insert-kbd-macro): Look up keyboard macro using the
7294         definition, not the name (Bug#5481).
7296 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7298         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7299         argument with a local variable.  (Bug#5670)
7301 2010-03-02  Juri Linkov  <juri@jurta.org>
7303         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
7305 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
7307         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7308         error when FILENAME and NEWNAME are existing remote directories.
7310         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7311         parameter DIR-FLAG.
7313 2010-03-02  Glenn Morris  <rgm@gnu.org>
7315         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7316         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7318 2010-03-01  Kenichi Handa  <handa@m17n.org>
7320         * language/burmese.el (burmese-composable-pattern): Rename from
7321         myanmar-composable-pattern.
7323         * international/characters.el (script-list):
7324         * international/fontset.el (script-representative-chars):
7325         Change myanmar to burmese.
7326         (otf-script-alist): Likewise.
7327         (setup-default-fontset): Likewise.  Re-fix :otf spec.
7329 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7331         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7333 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
7335         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7337 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
7339         * net/tramp.el (tramp-handle-write-region): START can be a string.
7340         Take care in the checks.  Reported by Dan Davison
7341         <davison@stats.ox.ac.uk>.
7343 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
7345         * net/dbus.el (dbus-introspect, dbus-get-property)
7346         (dbus-set-property, dbus-get-all-properties):
7347         Use `dbus-call-method' when noninteractive.  (Bug#5645)
7349 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
7351         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7352         * emacs-lisp/elint.el (elint-add-required-env):
7353         * calendar/icalendar.el (icalendar--add-diary-entry):
7354         * calc/calcalg2.el (math-tracing-integral):
7355         * files.el (recover-session-finish): Use with-current-buffer
7356         instead of save-excursion.
7358 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         Fix in-buffer completion when after-change-functions modify the buffer.
7361         * minibuffer.el (completion--replace): New function.
7362         (completion--do-completion): Use it and use relative movement.
7364 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
7366         * international/fontset.el (setup-default-fontset): Fix :otf spec.
7368 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
7370         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7371         Allow the characters _<> in the stack entry (Bug#5653).
7373 2010-02-26  Kenichi Handa  <handa@m17n.org>
7375         * language/burmese.el: Fix entries in composition-function-table.
7376         (myanmar-composable-pattern): New variable.
7378         * international/fontset.el (setup-default-fontset): Add an entry
7379         for myanmar.
7381         * international/characters.el (script-list): Add Myanmar
7382         Extended-A.
7384 2010-02-26  Glenn Morris  <rgm@gnu.org>
7386         * custom.el (custom-initialize-delay): Doc fix.
7388         * mail/sendmail.el (send-mail-function): Autoload the call
7389         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7391 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
7393         * files.el (hack-local-variables-filter): For eval forms, also
7394         check safe-local-variable-p (Bug#5636).
7396 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
7398         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7399         setting the modes by `ignore-errors'.  It might fail, for example
7400         if the file is not owned by the user but the group.
7401         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7403 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
7405         * files.el (directory-listing-before-filename-regexp): Use
7406         stricter matching for iso-style dates, to avoid false matches with
7407         date-like filenames (Bug#5597).
7409         * htmlfontify.el (htmlfontify): Doc fix.
7411         * eshell/eshell.el (eshell): Doc fix.
7413         * startup.el (fancy-about-screen): In mode-line, apply
7414         mode-line-buffer-id face only to the buffer name (Bug#5613).
7416 2010-02-20  Kevin Ryde  <user42@zip.com.au>
7418         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7419         In `watcom' anchor regexp to start of line, to avoid slowness
7420         (Bug#5599).
7422 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
7424         * subr.el (remove-yank-excluded-properties): Explain in a comment
7425         why `category' property is removed.
7427 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
7429         * isearch.el (isearch-update-post-hook, isearch-update): Revert
7430         2010-02-17 change.
7432 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
7434         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7435         (icalendar--convert-weekly-to-ical)
7436         (icalendar--convert-yearly-to-ical)
7437         (icalendar--convert-block-to-ical)
7438         (icalendar--convert-cyclic-to-ical)
7439         (icalendar--convert-anniversary-to-ical): Take care of time
7440         specifications where hour has 1-digit only (Bug#5549).
7442 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
7444         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7445         of disassemble output in GDB 7.1.
7447 2010-02-19  Glenn Morris  <rgm@gnu.org>
7449         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7450         property.  (Bug#5593)
7452 2010-02-18  Sam Steingold  <sds@gnu.org>
7454         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7456 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         Use abbreviated file names in bookmarks (bug#5591).
7459         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7460         calls to expand-file-name.
7461         (bookmark-relocate): Use abbreviated file names in bookmarks.
7462         (bookmark-load): Use abbreviated file names in messages.
7464 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
7466         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7467         expand "." and "..".  Reported by Thierry Volpiatto
7468         <thierry.volpiatto@gmail.com>.
7470 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
7472         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7473         permissions of the temporary file to "0600".  In case the remote
7474         file has no read permissions for the owner, there might be
7475         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
7477 22010-02-18  Glenn Morris  <rgm@gnu.org>
7479         * emacs-lisp/authors.el (authors-renamed-files-alist):
7480         Add entries for INSTALL.CVS.
7482 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
7484         * vc-bzr.el: Fix typo in Known Bugs section.
7486         * isearch.el (isearch-update-post-hook): New hook.
7487         (isearch-update): Use the new hook.
7489 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
7491         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7492         Fix errors in copying directories.
7493         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7494         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7495         (tramp-handle-delete-file)
7496         (tramp-handle-dired-recursive-delete-directory)
7497         (tramp-handle-write-region): Flush also the cache for the upper
7498         directory.
7500 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
7502         * simple.el (save-interprogram-paste-before-kill): Doc fix.
7504         * cus-edit.el (hardware): Doc fix.
7506         * man.el (man): Add to external custom group.
7508         * delim-col.el (columns): Move to wp custom group.
7510         * doc-view.el (doc-view): Add to data custom group.
7512         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7514         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7515         by ispell-parse-output (Bug#5575).
7517 2010-02-16  Kenichi Handa  <handa@m17n.org>
7519         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7520         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7521         (skkdic-convert): Use `euc-japan' coding system for writing.
7523 2010-02-16  Glenn Morris  <rgm@gnu.org>
7525         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7526         tex-main-file before using it.  (Bug#5562)
7528 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7530         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7531         warnings, since it is annoying for the user to see them each time he
7532         runs the code.
7534 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
7536         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7537         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7538         instead of PROC for caching "first-password-request".  Otherwise,
7539         new processes would not profit from passwords already entered.
7541         * net/tramp-cache.el (tramp-dump-connection-properties):
7542         Don't save "first-password-request" property.
7544 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
7546         * outline.el (outline-head-from-level):
7547         * simple.el (with-wrapper-hook):
7548         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7549         (elint-defun, elint-buffer-env, elint-top-form-logged)
7550         (elint-unbound-variable):
7551         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7552         Fix typos in docstrings.
7554 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
7556         * files.el (insert-directory): When WILDCARD-REGEXP and
7557         FULL-DIRECTORY-P are nil, insert the file entry instead of the
7558         whole directory.  (Bug#5551)
7560         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
7561         dired's alignment sanity.  (Bug#5516)
7563 2010-02-14  Juri Linkov  <juri@jurta.org>
7565         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7566         Remove remaining ^H with their preceding chars.  (Bug#5566)
7568 2010-02-13  Glenn Morris  <rgm@gnu.org>
7570         * simple.el (transpose-subr): Give it a doc-string.
7572         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7573         Doc fixes.
7575 2010-02-12  Juri Linkov  <juri@jurta.org>
7577         * arc-mode.el (archive-unique-fname): Make directories for nested
7578         archives.  (Bug#5540)
7580 2010-02-12  Juri Linkov  <juri@jurta.org>
7582         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
7584 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * subr.el (copy-overlay): Handle deleted overlays.
7588         * man.el (Man-completion-table): Don't signal an error if we can't run
7589         manual-program (bug#4056).
7591 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
7593         * textmodes/artist.el (artist-mt): Fix typos in docstring.
7595 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7597         * info.el (Info-bookmark-jump): Simplify.
7599         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7600         (bookmark-default-handler): Accept new bookmark field `buffer'.
7602 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
7604         * iswitchb.el (iswitchb-completions): Revert last change.
7606 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
7608         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7609         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7610         This prevents file names like "~/" being listed literally.
7612 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7614         * term/xterm.el (xterm-maybe-set-dark-background-mode):
7615         Remove dead code.  (Bug#5546)
7617 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7619         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7620         correctly (Bug#5548).
7622 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7624         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7625         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7627 2010-02-08  Kenichi Handa  <handa@m17n.org>
7629         * international/mule-util.el (with-coding-priority): Add autoload
7630         cookie for putting `lisp-indent-function'.
7632 2010-02-07  Glenn Morris  <rgm@gnu.org>
7634         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7635         Move F2003 named interfaces from keywords-2 to keywords-1, and
7636         use function-name-face rather than constant-face.
7637         Simplify "abstract interface" regexp.
7639 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7641         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7642         ID-FORMAT.  Pass it to `file-attributes'.
7644         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7646 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7648         * faces.el (set-face-attribute): Allow calling
7649         internal-set-lisp-face-attribute with 'unspecified family and
7650         foundry argument (Bug#5536).
7652 2010-02-07  Glenn Morris  <rgm@gnu.org>
7654         * progmodes/f90.el (f90-font-lock-keywords-2)
7655         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7656         Handle F2003 named interfaces.
7658 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7660         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7661         beg and end before calling c-get-state-before-change-functions.
7663 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7665         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7667 2010-02-05  Juri Linkov  <juri@jurta.org>
7669         * doc-view.el (doc-view-mode):
7670         * image-mode.el (image-mode): Put property mode-class=special.
7671         (Bug#4896)
7673 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7675         * vc-svn.el (vc-svn-revision-table): New function.
7677 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7679         * net/ange-ftp.el (ange-ftp-insert-directory):
7680         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7681         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7682         Handle also directories.  (Bug#5478)
7684 2010-02-05  Glenn Morris  <rgm@gnu.org>
7686         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7688 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7690         * startup.el (command-line-1): Convert options beginning with a
7691         single dash as well (Bug#5519).
7693 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7696         * minibuffer.el (completion-initials-expand): Only check the presence
7697         of delims *within* the boundaries, since otherwise the / delim is
7698         always found for files.
7700         Fix up various corner case problems.
7701         * doc-view.el (doc-view-last-page-number): New function.
7702         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7703         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7704         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7705         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7706         (doc-view-convert-current-doc): Don't create the resolution.el file
7707         here any more.
7708         (doc-view-pdf/ps->png): Do it here instead.
7709         (doc-view-already-converted-p): Check that resolution.el is present.
7710         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7711         windows that are not yet showing images.
7713 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7715         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7716         `dired-uncache' for every elemnt which is an absolute file name.
7718         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7719         directory, handle its directory component.
7720         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7721         function is called permanently and creates noise, otherwise.
7723         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7724         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7725         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7727 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7729         * macros.el (apply-macro-to-region-lines):
7730         Minor simplification.  (Bug#5485)
7732 2010-02-04  Glenn Morris  <rgm@gnu.org>
7734         * mail/rmail.el (rmail-show-message-1): Handle malformed
7735         quoted-printable text.  (Bug#5441)
7737         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7739         * simple.el (visual-line-mode): Capitalize lighter.
7741 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7743         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7744         list of files considered for "virtual buffer" completions.
7746 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7748         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7749         also in case of (and (not full) (not wildcard)).  This is needed
7750         when dired is called with a list of files, which are not in
7751         `default-directory'.  (Bug#5478)
7753 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7757 2010-02-02  Juri Linkov  <juri@jurta.org>
7759         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7760         from unidiff to allow function-line after @@.
7762 2010-02-02  Juri Linkov  <juri@jurta.org>
7764         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7765         '(RCS SCCS) with inverted condition.
7767 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7769         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7770         messages.
7772 2010-02-01  Juri Linkov  <juri@jurta.org>
7774         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7775         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7776         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7777         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7779 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7782         (doc-view-revert-buffer): New command.
7783         (doc-view-mode-map): Use it.
7785 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7787         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7788         pending merge is detected.
7790 2010-01-31  Juri Linkov  <juri@jurta.org>
7792         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7793         beginning of interactive spec like all other grep commands do.
7794         Put "all" in front of "gz".  (Bug#5260)
7796 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7798         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7800 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7802         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7803         regexp is incorrect (Bug#5476).
7805 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7807         * net/tramp.el (tramp-handle-insert-directory): Handle also
7808         symlinks, when FILENAME is not in `default-directory'.
7810 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7812         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7813         FILE is not in `default-directory'.  (Bug#5478)
7815         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7816         of SWITCHES.  Handle the case, FILENAME is not in
7817         `default-directory'.  (Bug#5478)
7818         (tramp-register-file-name-handlers): Add safe-magic property.
7820 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7822         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7823         unzip (Bug#5475).
7825 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7827         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7828         (flymake-master-make-header-init): Add other C++ filename masks.
7829         (flymake-find-possible-master-files)
7830         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7832 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7834         Fix some busybox annoyances.
7836         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7837         not responding." string.
7838         (tramp-open-connection-setup-interactive-shell): Dump stty
7839         settings.  Enable "neveropen" arg for all `tramp-send-command'
7840         calls.  Handle "=" in variable values properly.
7841         (tramp-find-inline-encoding): Raise an error, when no encoding is
7842         found.
7843         (tramp-wait-for-output): Check, whether PROC buffer is available.
7844         Remove spurious " ^H" sequences, sent by busybox.
7845         (tramp-get-ls-command): Suppress coloring, if possible.
7847 2010-01-28  Glenn Morris  <rgm@gnu.org>
7849         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7851         * log-edit.el (log-edit-strip-single-file-name): Add missing
7852         :safe, :group, and :version tags.
7854 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7856         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7857         buffers.  (Bug#5477)
7859 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7861         * files.el (delete-directory): Handle moving to trash without
7862         first doing recursion (Bug#5436).
7864 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7866         * vc-hooks.el (vc-path): Mark as obsolete.
7868 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7870         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7871         names too.
7873         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7874         for the short log.
7875         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7877 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7879         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7881         * vc-bzr.el (vc-bzr-revision-table): New function.
7883 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7885         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7886         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7888 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7890         Remove support for adding --signoff on commit.
7891         Future support will use an incompatible generic mechanism.
7892         * vc-git.el (vc-git-add-signoff): Remove variable.
7893         (vc-git-toggle-signoff): Remove function.
7894         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7896         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7897         from xterm-set-background-mode.  Return t if the background mode
7898         was set.
7899         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7900         earlier, call it again in case the background mode has changed.
7902 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7904         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7905         (Bug#3541).
7907 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7909         * emacs-lisp/assoc.el (aelement): Doc fix.
7910         (aput, adelete, amake): Use lexical-let (Bug#5450).
7912 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7914         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7915         is the same as subprogram call, not declaration.  (Bug#5435).
7917 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7919         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7920         (tramp-smb-maybe-open-connection): Use it.
7922 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7924         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7926 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7929         just because we see "encoding: 8bit".
7930         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7932 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7934         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7936 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7938         * jka-compr.el (jka-compr-load): If load-file is not in
7939         load-history, try its file-truename version.  (bug#5447)
7941 2010-01-21  Alan Mackenzie  <acm@muc.de>
7943         Fix a situation where deletion of a cpp construct throws an error.
7944         * progmodes/cc-engine.el (c-invalidate-state-cache):
7945         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7946         special cpp construct is still in the buffer.
7947         (c-parse-state): Record the special cpp with markers, not numbers.
7949 2010-01-21  Kenichi Handa  <handa@m17n.org>
7951         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7952         process last-command-event, as it is now decoded first (Bug#5380).
7954 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7956         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7958 2010-01-20  Glenn Morris  <rgm@gnu.org>
7960         * indent.el (tab-always-indent): Fix custom-type.
7962 2010-01-19  Alan Mackenzie  <acm@muc.de>
7964         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7965         buffer throws "args out of range".
7966         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7967         playing the role of delimiter.
7969 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7971         * progmodes/ada-mode.el: Fix bug#5400.
7972         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7973         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7974         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7975         Improve comments in "is" portion.  Handle null procedure declaration.
7976         (ada-move-to-end): Improve doc string.
7978 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7980         * ido.el (ido-cur-list): Initialize to nil.
7981         Remove obsolete information from commentary.
7982         (ido-choice-list): Initialize to nil.
7983         (ido-get-bufname): Reject minibuffers.
7984         (ido-make-buffer-list): If "default" is a nonexistent
7985         buffer, ignore it, as per the function's comment.
7986         (ido-kill-buffer-internal): New function.
7987         (ido-kill-buffer-at-head): Use it.
7988         (ido-visit-buffer): Likewise.
7990 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7992         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7994 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7996         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7997         Fix typos in chart titles.
7999         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8000         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8001         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8002         (describe-class, eieio-describe-generic, describe-generic):
8003         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8004         (eieio-speedbar-expand):
8005         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8006         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8007         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8008         (viper-del-backward-char-in-replace, viper-backward-indent)
8009         (viper-brac-function, viper-register-to-point, viper-submit-report):
8010         * net/tramp.el (tramp-remote-coding-commands):
8011         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8012         Fix typos in docstrings.
8014 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8016         * mail/sendmail.el (mail-yank-original): Set the mark if the
8017         specified function for yanking does not do it.
8019 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
8021         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
8023         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8024         resyncing a directory.
8026 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
8028         * progmodes/ada-mode.el: Fix bug#1920.
8029         (ada-ident-re): Delete ., allow multibyte characters.
8030         (ada-goto-label-re): New; matches goto labels.
8031         (ada-block-label-re): New; matches block labels.
8032         (ada-label-re): New; matches both.
8033         (ada-named-block-re): Deleted; callers changed to use
8034         `ada-block-label-re' instead.
8035         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8036         Use `ada-block-label-re'.
8037         (ada-indent-on-previous-lines): Improve handling of goto labels.
8038         (ada-get-indent-block-start): Special-case block label.
8039         (ada-get-indent-label): Split into `ada-indent-block-label' and
8040         `ada-indent-goto-label'.
8041         (ada-goto-stmt-start, ada-goto-next-non-ws):
8042         Optionally ignore goto labels.
8043         (ada-goto-next-word): Simplify.
8044         (ada-indent-newline-indent-conditional): Insert newline before
8045         trying to fix indentation; doc fix.
8047 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
8049         * calc/calc.el (calc-command-flags): Give it an initial value.
8051 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8053         * files.el (minibuffer-with-setup-hook):
8054         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8055         (artist-key-draw-continously, artist-key-do-continously-continously)
8056         (artist-key-set-point-continously, artist-mouse-draw-continously):
8057         Fix typos in docstrings.
8059 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
8061         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8062         return t (Bug#3898).
8064 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
8066         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8067         can parse the output of the external commands (Bug#5279).
8069 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
8071         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8073 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
8075         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8077         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8079         * startup.el (command-line): Remove unused --icon-type arg.
8080         Handle --display arg, passing it to command-line-1 (Bug#5392).
8082 2010-01-16  Mario Lang  <mlang@delysid.org>
8084         * emacs-lisp/chart.el (chart-translate-namezone):
8085         * textmodes/artist.el (artist-compute-popup-menu-table):
8086         Remove duplicated words in doc-strings.
8088 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
8090         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8091         to mairix-search to suppress threading (Bug#5342).
8093 2010-01-15  Kenichi Handa  <handa@m17n.org>
8095         * international/mule-cmds.el (canonicalize-coding-system-name):
8096         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8098 2010-01-15  Glenn Morris  <rgm@gnu.org>
8100         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
8102         * wid-edit.el (widget-keymap): Doc fix.
8104         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8105         former seems to be more widely accepted by various svn versions.
8107 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8109         * find-cmd.el (find-constituents):
8110         * vc-arch.el (vc-arch-root):
8111         * window.el (window-body-height, pop-up-frames):
8112         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8113         * progmodes/ada-stmt.el (ada-if):
8114         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8115         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8116         (ispell-encoding8-command, ispell-aspell-supports-utf8)
8117         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8119         * progmodes/flymake.el (flymake-post-syntax-check):
8120         Fix typo in error message.
8122 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8124         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8125         which is always a string.  (Bug#5313)
8127 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8129         * progmodes/ada-xref.el (ada-default-prj-properties):
8130         Simplify previous change.
8132 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8134         * progmodes/ada-xref.el (ada-default-prj-properties):
8135         Default ada_project_path to $ADA_PROJECT_PATH.
8137 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8139         * progmodes/ada-mode.el (ada-create-keymap):
8140         Override `narrow-to-defun' with `ada-narrow-to-defun'.
8142 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8144         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8145         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8146         (ada-get-current-indent, ada-imenu-generic-expression)
8147         (ada-which-function): Check for it.
8149 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8151         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8152         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8154 2010-01-14  Glenn Morris  <rgm@gnu.org>
8156         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
8158 2010-01-14  Kenichi Handa  <handa@m17n.org>
8160         * composite.el (auto-composition-mode): Make it a buffer local
8161         variable (permanent-local).
8162         (auto-composition-function): Set the default value to
8163         auto-compose-chars.
8164         (auto-composition-mode): Make it a simple function, not a minor mode.
8165         (global-auto-composition-mode): Likewise.
8166         (turn-on-auto-composition-if-enabled): Delete it.
8168 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
8170         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8172 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
8174         * files.el (copy-directory): Compute target for recursive
8175         directories with identical names.  (Bug#5343)
8177 2010-01-12  Glenn Morris  <rgm@gnu.org>
8179         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8180         it to bug-gnu-emacs rather than emacs-pretest-bug.
8182 2010-01-11  Sam Steingold  <sds@gnu.org>
8184         * imenu.el (imenu-default-create-index-function): Detect infinite
8185         loops caused by imenu-prev-index-position-function.
8187 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
8189         * htmlfontify.el (htmlfontify-load-rgb-file)
8190         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8191         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8192         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8193         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8194         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8195         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8196         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8197         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8198         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8199         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8200         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8201         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8202         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8203         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8204         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8205         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8206         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8207         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8208         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8209         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8210         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8211         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8212         backslash-quoting from parentheses, etc.
8214 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
8216         * progmodes/js.el: Autoload javascript-mode alias.
8218 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
8220         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8221         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8222         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8223         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8224         Fix typos in docstrings.
8225         (ffap-url-regexp): Doc fix.
8226         (ffap-at-mouse): Fix typo in message.
8228 2010-01-11  Glenn Morris  <rgm@gnu.org>
8230         * version.el (emacs-copyright): Set copyright year to 2010.
8232 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * format.el (format-annotate-function): Only set
8235         write-region-post-annotation-function after running to-fn so as not to
8236         affect nested write-region calls (bug#5273).
8238 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
8240         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8241         wisent/python.el.
8243 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
8245         * man.el (Man-goto-section): Signal error if the section is not
8246         found (Bug#5317).
8248 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
8250         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8251         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
8253 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
8255         * progmodes/compile.el: Don't treat compile-command as safe if
8256         compilation-read-command might be nil (Bug#4218).
8258 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
8260         * startup.el (command-line-1): Use orig-argi to check for ignored X and
8261         NS options.
8263 2010-01-08  Kenichi Handa  <handa@m17n.org>
8265         * international/fontset.el (build-default-fontset-data):
8266         Exclude characters in scripts kana, hangul, han, or cjk-misc.
8268 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
8270         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8271         to `create-file-buffer' as it expects, not just a buffer name.
8272         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8273         to help uniquify.  (Bug#3224)
8275 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
8277         * font-setting.el (font-setting-change-default-font): Use user-spec
8278         instead of name.
8280 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8282         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8284 2010-01-05  Tom Tromey  <tromey@redhat.com>
8286         * progmodes/python.el (python-font-lock-keywords):
8287         Handle qualified decorators (Bug#881).
8289 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
8291         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8292         in a lightweight checkout.
8294 2010-01-05  Kenichi Handa  <handa@m17n.org>
8296         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8298 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
8300         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8302 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
8304         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8305         checkouts.  (Bug#618)
8306         (vc-bzr-log-view-mode): Also highlight the author.
8307         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8308         (vc-bzr-shelve-menu-map):
8309         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8310         (vc-bzr-shelve-apply): Make prompt more explicit.
8312 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8314         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8315         They are valid characters in URL paths (rfc3986), and at least
8316         Firefox does not understand the encoded version (Bug#3166).
8318 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
8320         * progmodes/octave-mod.el (octave-end-keywords)
8321         (octave-block-begin-or-end-regexp, octave-block-match-alist):
8322         Add "end" keyword (Bug#3061).
8323         (octave-end-as-array-index-p): New function.
8324         (calculate-octave-indent): Use it.
8326 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8328         * bookmark.el: Consistently put the text property on the bookmark name.
8329         (bookmark-bmenu-marks-width): Bump back to 2, to include
8330         annotation marks.
8331         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8332         property on the bookmark name, instead of not putting it at all.
8333         (bookmark-bmenu-list): Fix where we put the text property.
8335 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8337         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8338         for showing buffer modified state (as added in the previous change).
8340 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8342         * bookmark.el: Show modified state of bookmark buffer more accurately.
8343         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8344         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8345         (with-buffer-modified-unmodified): New macro.
8346         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8347         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8348         Use new macro to preserve the buffer modified state.
8350 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8352         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8353         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8354         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8355         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8356         (bookmark-bmenu-rename, bookmark-bmenu-locate)
8357         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8358         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8360 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
8362         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8363         Make the lines in the generated doc string shorter.  (Bug#4668)
8365 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
8367         * net/rcirc.el: Add follow-link binding (Bug#4738).
8369 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
8371         * Makefile.in (bzr-update): Rename from cvs-update.
8372         (cvs-update): New target for backward compatibility.
8374         * makefile.w32-in (bzr-update): Rename from cvs-update.
8375         (cvs-update): New target for backward compatibility.
8377 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8379         * bookmark.el: Remove gratuitous gratitude.
8381 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8383         * bookmark.el (bookmark-bmenu-any-marks): New function.
8384         (bookmark-bmenu-save): Clear buffer modification if no marks.
8386 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8388         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8389         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8390         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8391         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8393         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8394         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8395         To: emacs-devel {_AT_} gnu.org
8396         Subject: bookmark.el bug report
8397         Date: Mon, 28 Dec 2009 14:19:16 +0800
8398         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8400 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8402         * bookmark.el: Improvements suggested by Drew Adams:
8403         (bookmark-bmenu-ensure-position): New name for
8404         `bookmark-bmenu-check-position'.  Just ensure the position,
8405         don't return any meaningful value.
8406         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8407         New constants.
8409 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
8411         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8412         (bookmark-yank-point, bookmark-bmenu-check-position):
8413         Fix typos in docstrings.
8414         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8415         (bookmark-name-from-full-record, bookmark-get-position)
8416         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8417         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8418         Remove useless quoting of parenthesis, etc. in docstrings.
8420         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8421         (ediff-append-custom-diff): Fix typo in error message.
8422         (ediff-meta-mark-equal-files): Fix typos in messages.
8424         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8426         * net/imap-hash.el (imap-hash-make): Doc fix.
8427         (imap-hash-test): Fix typo in error message; reflow docstring.
8428         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8429         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8430         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8431         Fix typos in docstrings.
8432         (imap-hash-open-connection): Fix typo in error message.
8434         * play/gomoku.el (gomoku): Fix typos in docstring.
8436         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8437         (gdb-jsonify-buffer): Fix typos in docstring.
8438         (gdb-goto-breakpoint): Fix typo in error message.
8439         ("Display Other Windows"): Fix typo in help message.
8440         (gdb-speedbar-expand-node): Fix typo in question.
8442         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8443         (idlwave-html-system-help-location, idlwave-html-help-location)
8444         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8445         (idlwave-help-browser-generic-args, idlwave-help-directory)
8446         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8447         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8448         (idlwave-online-help, idlwave-help-html-link)
8449         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8450         Fix typos in docstrings.
8451         (idlwave-help-with-source, idlwave-help-find-routine-definition):
8452         Reflow docstrings.
8453         (idlwave-help-assistant-start): Fix typo in error message.
8455         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8456         (octave-electric-space): Fix typos in docstrings.
8458 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8460         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8462 2010-01-01  Juri Linkov  <juri@jurta.org>
8464         * comint.el (comint-input-ring-size): Make it a defcustom and
8465         increase the default to 500 (Bug#5148).
8467 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
8469         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8470         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8471         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8473 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
8475         Show working revision correctly for mercurial.
8476         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8477         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8479 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
8481         Declare some functions for the byte-compiler.
8482         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8483         (speedbar-timer-fn, speedbar-change-expand-button-char)
8484         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8486 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
8488         This changeset reverts GDB Graphical Interface to use annotations.
8489         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8491 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
8493         Make vc-dir work on subdirectories of the bzr root.
8494         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
8495         file names relative to it.
8496         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8497         relative directory to vc-bzr-after-dir-status.
8499 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
8501         * font-lock.el (font-lock-refresh-defaults): New function, which
8502         can be used to let font-lock react to external changes in
8503         variables like font-lock-defaults and keywords.
8504         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8506 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8508         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8510         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8512 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
8514         Supersede color.diff settings in git log (bug#5211).
8516         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8517         escape chars in its output when the user has color.diff set to `always'.
8518         This fix works on git 1.4.2 and newer (released on 2006-08-13).
8520 2009-12-26  Kevin Ryde  <user42@zip.com.au>
8522         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8523         node.  Keep previous "Index" name to work with past coreutils too.
8525         * man.el (man): Revise docstring a bit to show -a and -l as
8526         examples.  Add -k description since support for it has otherwise
8527         been a secret.  (Further to bug#3717.)
8528         (Man-bgproc-sentinel): When "-k foo" produces no output show error
8529         "no matches" rather than "Can't find manpage", as the latter reads
8530         like -k was interpreted as a page name, which is not so.  (Bug#5431)
8532 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
8534         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8535         switches.  Check also for //SUBDIRED// line.
8537 2009-12-25  Kenichi Handa  <handa@m17n.org>
8539         * language/indian.el (devanagari-composable-pattern): Fixed to
8540         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8541         Devanagari.
8542         (malayalam-composable-pattern): Fix previous change.
8544 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8546         * ps-print.el (ps-face-attributes): It was not returning the
8547         attribute face for faces specified as string.  Reported by harven
8548         <harven@free.fr>.  (Bug#5254)
8549         (ps-print-version): New version 7.3.5.
8551 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8553         * calendar/icalendar.el (icalendar--convert-tz-offset):
8554         Fix timezone names.
8555         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8556         (icalendar--add-diary-entry): Remove the trailing blank that
8557         diary-make-entry inserts.
8559 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8561         Make `file-expand-wildcards' work for remote files.
8563         * files.el (file-expand-wildcards): In case of remote files, check
8564         only local file name part for wildcards.  Provide feature 'files
8565         and subfeature 'remote-wildcards.  (Bug#5198)
8567         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8568         if there is already an established connection.
8569         (tramp-advice-file-expand-wildcards): Remove it.
8571         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8572         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8573         Activate advice for older GNU Emacs versions.  (Bug#5237)
8575 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8577         Some doc fixes (more needed).
8579         * find-cmd.el (find-constituents): Reflow docstring.
8580         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8581         (find-generic): Doc fix.
8583 2009-12-17  Juri Linkov  <juri@jurta.org>
8585         Fix regression from 23.1 to allow multiple modes in Local Variables.
8587         * files.el (hack-local-variables-filter): While ignoring duplicates,
8588         don't take `mode' into account.
8589         (hack-local-variables-filter, hack-dir-local-variables):
8590         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8592 2009-12-17  Juri Linkov  <juri@jurta.org>
8594         Make `dired-diff' safer.  (Bug#5225)
8596         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8597         `current' or when `file' is a directory of the `current' file.
8599 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8601         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8602         unconditionally preloaded files.
8604 2009-12-16  Juri Linkov  <juri@jurta.org>
8606         Revert to old 23.1 logic of using the file at the mark as default.
8607         * dired-aux.el (dired-diff): Use the file at the mark as default
8608         if it's not the same as the current file, and the target dir is
8609         the current dir or the mark is active.  Add the current file
8610         as the arg of `dired-dwim-target-defaults'.  Use the default file
8611         in the prompt.  (Bug#5225)
8613 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8615         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8616         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8617         (tramp-check-for-regexp): Check also, when an echoing shell stops
8618         to echo sent commands.
8620 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8622         * Makefile.in: Revert last change (Bug#5191).
8624 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8626         * vc-hg.el (vc-hg-print-log): Fix argument order.
8627         (vc-hg-working-revision): Make sure the command is executed in a
8628         known environment so that we can parse the output.  (Bug#4417)
8630 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8632         * progmodes/python.el (python-symbol-completions): Remove text
8633         properties from symbol string before calling python-send-receive.
8635 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8637         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8638         when there are values for both file and line.  (Bug#5060)
8640 2009-12-14  Juri Linkov  <juri@jurta.org>
8642         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8643         whitespace after the file name of the first line of unified format,
8644         because git-diff doesn't output whitespace and file modification time
8645         after the file name.
8647 2009-12-14  David Kastrup  <dak@gnu.org>
8649         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8650         check if it already has the `display' property added by
8651         `Info-display-images-node', and not put the `invisible' property
8652         in this case.
8654 2009-12-13  Glenn Morris  <rgm@gnu.org>
8656         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8657         (report-emacs-bug): In message-mode, sort manually before storing
8658         original report text.  (Bug#5178)
8659         Remove superfluous save-excursion.
8661 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8663         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8664         when responding to "GetAll" properties.
8666 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8668         * simple.el (compose-mail): Remove mail-setup-with-from from
8669         customization checks.
8671 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8673         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8674         RAR archives created on Unix systems.
8676 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8678         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8679         the varalias that was accidentally removed by the 2009-11-19 change
8680         (bug#5186).
8682 2009-12-12  Kenichi Handa  <handa@m17n.org>
8684         * language/indian.el (indian-compose-regexp): New function.
8685         (malayalam-composable-pattern): Fix the pattern.
8686         (composition-function-table): Set malayalam-composable-pattern for
8687         Malayalam characters.
8689 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8691         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8692         rather than down-mouse-1, based on follow-link conventions.
8694         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8695         are compiled.
8697 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8699         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8700         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8701         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8702         (verilog-leap-to-head, verilog-backward-token):
8703         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8705 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8707         * progmodes/verilog-mode.el (verilog-auto-lineup)
8708         (verilog-nameable-item-re): Cleanup user-visible spelling and
8709         documentation errors.  One reported by Gary Delp.
8710         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8711         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8712         package, bug195.  Reported by Pierre-David Pfister.
8714 2009-12-11  Glenn Morris  <rgm@gnu.org>
8716         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8718         * mail/emacsbug.el: No longer require sendmail.
8719         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8720         (report-emacs-bug-orig-text): Doc fix.
8721         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8722         New local variables, to adapt to different mail-user-agents.
8723         (report-emacs-bug): Fix test for a gnu.org address.
8724         Use overlays for emphasis, since font-lock defeats 'face property.
8725         Pretest bugs also end up at the newsgroup these days.
8726         Stop message-mode stripping text properties.
8727         Set and use the new buffer-local variables.
8728         (report-emacs-bug-hook): Add doc-string.
8729         Remove some unnecessary save-excursions and simplify.
8730         Use the appropriate hook and send-command.
8732         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8733         capitalization of some menu entries.
8735 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8737         * whitespace.el (whitespace-display-char-on):
8738         Ensure `buffer-display-table' is unique when two or more windows are
8739         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8740         New version 12.1.
8742 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8744         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8745         characters in the Attribute field.
8747 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8749         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8751 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8753         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8754         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8755         Disregard autoload-excludes.
8756         (update-directory-autoloads): Obey autoload-excludes here instead.
8757         But don't store its contents in no-autoloads and remove entries that
8758         refer to excludes files.
8760 2009-12-10  Glenn Morris  <rgm@gnu.org>
8762         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8763         (expand-mail-aliases): Define for compiler.
8765         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8766         Define for compiler.
8768         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8769         appropriate for the mail-user-agent in use.
8771 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8773         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8775 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8777         Fix short log parsing and fontification.
8778         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8779         Fix fontification for the [merge] label.
8781 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8783         Drop some properties to avoid surprises (bug#5002).
8784         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8785         (hfy-fontify-buffer): Use it.
8787 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         Minor cleanup.
8790         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8791         Adjust all callers.
8792         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8793         args compulsory.  Adjust callers.
8794         (ffap-gopher-at-point): Remove unused var `name'.
8796         Get rid of the ELCFILES abomination.
8797         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8798         (compile-elcfiles): New phony target.
8799         (compile-main): Compute ELCFILES dynamically.
8800         (compile-clean): New target to remove left-over elc files.
8801         (compile, all): Use it.
8803 2009-12-09  Kenichi Handa  <handa@etlken>
8805         * international/mule-diag.el: Require help-mode instead of help-fns.
8807 2009-12-09  Kenichi Handa  <handa@m17n.org>
8809         * international/mule-cmds.el (ucs-names): Supply sufficiently
8810         fine ranges instead of pre-calculating accurate ranges.
8811         Iterate with bigger gc-cons-threshold.
8813 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8815         Add support for stashing a snapshot of the current tree.
8816         * vc-git.el (vc-git-stash-snapshot): New function.
8817         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8819 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8821         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8822         instead of `(beginning|end)-of-line'.
8824 2009-12-08  Glenn Morris  <rgm@gnu.org>
8826         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8828         * Makefile.in (ELCFILES): Regenerate.
8830 2009-12-07  Juri Linkov  <juri@jurta.org>
8832         Don't lazy-highlight the comint output in history Isearch mode.
8834         * comint.el (comint-history-isearch-search): Instead of
8835         `comint-line-beginning-position', use `comint-after-pmark-p'
8836         to check if point if before the process mark, and go to
8837         `process-mark' in this case.
8839 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8841         * textmodes/tex-mode.el (latex-complete)
8842         (latex-indent-or-complete): Remove.
8843         (latex-mode): Set completion-at-point-functions instead.
8845         Provide a standard completion command and hook it into TAB.
8846         * minibuffer.el (completion-at-point-functions): New var.
8847         (completion-at-point): New command.
8848         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8849         * progmodes/python.el (python-mode-map): Use completion-at-point.
8850         (python-completion-at-point): Rename from python-partial-symbol and
8851         adjust for use in completion-at-point-functions.
8852         (python-mode): Setup completion-at-point for Python completion.
8853         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8854         extracted from lisp-complete-symbol.
8855         (lisp-complete-symbol): Use it.
8856         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8857         setup completion-at-point for Elisp completion.
8858         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8859         Use completion-at-point.
8860         * ielm.el (ielm-map): Use completion-at-point.
8861         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8862         * progmodes/sym-comp.el: Move to...
8863         * obsolete/sym-comp.el: Move from progmodes.
8865 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8867         Prevent save-buffer in Rmail buffers from using the coding-system
8868         of the current message, and from clobbering the encoding mnemonics
8869         in the mode line (Bug#4623).
8871         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8872         flag, too.
8873         (rmail-message-encoding): New variable.
8874         (rmail-write-region-annotate): Record the encoding of the current
8875         message in rmail-message-encoding.
8876         (rmail-after-save-hook): New function, restores the encoding of
8877         the current message after the message collection is saved.
8879 2009-12-07  Juri Linkov  <juri@jurta.org>
8881         * progmodes/grep.el (grep-read-files): Use `completing-read'
8882         instead of `read-string'.  Set its `collection' arg to
8883         `read-file-name-internal'.  (Bug#4301)
8885 2009-12-07  Juri Linkov  <juri@jurta.org>
8887         Correctly restore original Isearch point.  (Bug#4994)
8889         * isearch.el (isearch-mode): Move `isearch-push-state' after
8890         `(run-hooks 'isearch-mode-hook)'.
8891         (isearch-cancel): When `isearch-push-state-function' is defined,
8892         let-bind `isearch-cmds' to the first state (the last element of
8893         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8894         function and restores the original point).  Otherwise, move point
8895         to `isearch-opoint'.
8897 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8899         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8900         chars that don't have names, so the table can be built much faster at
8901         run-time.
8903 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8905         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8906         change.  Suggested by David Kastrup.
8908         * simple.el (compose-mail): Check for incompatibilities and warn.
8909         (compose-mail-user-agent-warnings): New option.
8911 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8913         Support showing a single log entry from vc-annotate.
8914         * vc.el (print-log): Add a new argument: START-REVISION.
8915         (vc-print-log-internal): Add a new optional argument and
8916         pass it to the backend.
8917         (vc-print-log, vc-print-root-log): Adjust callers.
8918         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8919         buffer already displays the requested log entry, use it.
8920         Otherwise display only the log entry in question.
8921         * vc-svn.el (vc-svn-print-log):
8922         * vc-mtn.el (vc-mtn-print-log):
8923         * vc-hg.el (vc-hg-state):
8924         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8925         (vc-git-show-log-entry): Return t on success.
8926         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8927         (vc-bzr-show-log-entry): Return t on success.
8928         * vc-rcs.el (vc-rcs-print-log):
8929         * vc-sccs.el (vc-sccs-print-log):
8930         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8932 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8934         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8935         Add menus to the meta mode.  (Bug#5043)
8937 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8939         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8940         event-key.
8942         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8944 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8946         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8947         Berbain <raphael.berbain@gmail.com>.
8949         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8950         characters.
8951         (tramp-initial-end-of-output): New defconst.
8952         (tramp-methods, tramp-find-shell)
8953         (tramp-open-connection-setup-interactive-shell)
8954         (tramp-maybe-open-connection): Use it.
8955         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8956         existence of `#' and `$'.
8958         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8959         `tramp-initial-end-of-output'.
8961 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8963         Get the background mode from the terminal for xterm, and set
8964         faces accordingly.
8965         * term/xterm.el (xterm-set-background-mode): New function.
8966         (terminal-init-xterm): Use it in case xterm supports background
8967         color queries.  Recompute faces after getting the background
8968         color.
8970 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8972         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8973         number comment back on its own line, for easier parsing.
8975 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         Make it work for non-file buffers (bug#5102).
8978         * doc-view.el (doc-view-current-cache-dir):
8979         Use doc-view-buffer-file-name rather than buffer-file-name.
8980         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8982 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8984         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8985         author field is too short.
8987 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8989         * vc-git.el (vc-git-print-log): Handle a limit argument.
8990         Display the short log in graph form and with labels.
8991         (vc-git-log-view-mode): Handle labels.
8993         Make vc-revert change VC state from 'added to 'unregistered.
8994         * vc-git.el (vc-git-revert): Call git reset first.
8996 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8998         * net/newst-backend.el, net/newst-plainview.el:
8999         * net/newst-reader.el, net/newst-ticker.el:
9000         * net/newst-treeview.el, net/newsticker.el:
9001         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
9003 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9005         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9007         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9008         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
9009         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9010         Update annotation regexp.
9012         * simple.el (beginning-of-visual-line): Constrain to field
9013         boundaries (Bug#5106).
9015 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9017         * xml.el (xml-substitute-numeric-entities): Move
9018         newsticker--decode-numeric-entities in newst-backend.el to
9019         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9020         * net/newst-backend.el (newsticker--parse-generic-feed)
9021         (newsticker--parse-generic-items)
9022         (newsticker--decode-numeric-entities): Move
9023         newsticker--decode-numeric-entities in newst-backend.el to
9024         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9026 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
9028         * progmodes/js.el (js--js-not): Add null to the list of values.
9030 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9032         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9034 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9036         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9037         delimiter if it is at the end of the current line.
9038         (bibtex-generate-url-list): Fix docstring.
9040 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9042         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9043         minibuffer's content with itself.
9044         Fold the confirm-after-completion case into the `confirm' case.
9045         (completion-pcm-word-delimiters): Add : and / to the delimiters.
9047 2009-12-06  Kevin Ryde  <user42@zip.com.au>
9049         * ffap.el (ffap-rfc-path): Make this a defcustom since
9050         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
9052         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9053         manuals, similar to existing setup for help-mode.  (Bug#3913.)
9055 2009-12-05  Juri Linkov  <juri@jurta.org>
9057         Save and restore dired buffer's point positions too.  (Bug#4880)
9059         * dired.el (dired-save-positions): Return in the first element
9060         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9061         Doc fix.
9062         (dired-restore-positions): First restore buffer's position.
9063         While restoring window's positions, check if window still displays
9064         the original buffer.
9066 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
9068         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9069         if possible.
9071         * shell.el (shell): Require ansi-color (Bug#5113).
9073         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9075         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9077 2009-12-05  Alan Mackenzie  <acm@muc.de>
9079         * progmodes/cc-mode.el (c-before-hack-hook)
9080         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9081         `c-file-style' to work again.  This reversion restores the current
9082         software to its state in Emacs 23.1.  (Bug#4146)
9084 2009-12-05  Kevin Ryde  <user42@zip.com.au>
9086         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9087         comment-start-skip to comment-end-skip as comment (Bug#4781).
9089 2009-12-05  Juri Linkov  <juri@jurta.org>
9091         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9092         for virtual nodes.  (Bug#4147)
9093         (Info-find-node-2): Set `Info-current-node-virtual' to nil
9094         when moving from a virtual node.
9095         (Info-mode-menu): Add `Info-virtual-index' to the menu.
9096         (Info-mode): Add `Info-virtual-index' to the docstring.
9098 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9100         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9101         track of the buffer position of the end of a BibTeX entry as this
9102         position may change during reformatting.
9103         (bibtex-format-entry): Remove whitespace before processing
9104         numerical fields so that we recognize the latter properly.
9105         (bibtex-reformat): Do not use push which changes the global value
9106         of bibtex-entry-format.
9107         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9108         (bibtex-field-re-init): Replace only space characters by regexp
9109         for whitespace.
9110         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9111         (bibtex-initialize): Also update bibtex-strings.
9112         (bibtex-kill-field): Preserve white space at end of entry.
9113         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9114         Update bibtex-reference-keys.
9116 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9118         * minibuffer.el (completion-pcm--merge-try): Also consider placing
9119         point after a star, if that's the only place where modifications can
9120         make progress.
9122 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
9124         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9125         in docstrings.
9127 2009-12-04  Juri Linkov  <juri@jurta.org>
9129         * proced.el (proced): Call `(proced-update t)' to update process
9130         information instead of only running proced-post-display-hook.
9131         (proced-send-signal): Add a leading space to the buffer name
9132         " *Marked Processes*" to make this buffer ephemeral.
9134 2009-12-04  Juri Linkov  <juri@jurta.org>
9136         * dired.el (dired-auto-revert-buffer): New defcustom.
9137         (dired-internal-noselect): Use it.
9139 2009-12-04  Juri Linkov  <juri@jurta.org>
9141         Change roles of modes and functions in image-mode.el (Bug#5062).
9143         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9144         in `auto-mode-alist'.
9145         (image-mode-previous-major-mode): New variable.
9146         (image-minor-mode-map): Rename from `image-mode-text-map'.
9147         (image-mode): Move graceful error-handling code from
9148         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
9149         (image-minor-mode): Remove all image-handling code.
9150         Replace `image-mode-text-map' with `image-minor-mode-map'.
9151         Check for `image-type' in mode-line format string.
9152         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9153         (image-mode-as-text): New function with most code from
9154         `image-mode-maybe'.
9155         (image-toggle-display-text): Move code that removes image
9156         properties from `image-toggle-display' to here.
9157         (image-toggle-display-image): New function with code that adds
9158         image properties copied from `image-toggle-display'.
9159         (image-toggle-display): Remove most code with leaving only code
9160         that toggles between `image-mode-as-text' and `image-mode'.
9162 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
9164         * net/newst-treeview.el
9165         (newsticker--treeview-list-highlight-start): Restored call to
9166         save-excursion: Selected item was stuck.
9167         (newsticker--treeview-list-select): New.
9168         (newsticker--treeview-item-show-text)
9169         (newsticker--treeview-item-show)
9170         (newsticker--treeview-item-update): Use new
9171         newsticker-treeview-item-mode.
9172         (newsticker-treeview-update): Keep current item.
9173         (newsticker-treeview-next-new-or-immortal-item): Doc change.
9174         (newsticker--treeview-first-feed): Doc change.
9175         (newsticker-treeview-list-menu)
9176         (newsticker-treeview-item-menu): Added menu entries.
9177         (newsticker-treeview-item-mode): New.
9179         * net/newst-backend.el (newsticker-customize): Delete other
9180         windows.
9182 2009-12-04  Sam Steingold  <sds@gnu.org>
9184         * log-view.el (log-view-mode-map): "q" calls quit-window,
9185         like in all the other non-self-insert buffers.
9187 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         Minor cleanup.
9190         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9191         key decoding rather than do it manually via last-input-event +
9192         ascii-character.
9193         (term-exec): Use delete-and-extract-region.
9194         (term-handle-ansi-terminal-messages): Remove unused var `end'.
9195         (term-process-pager): Remove unused var `i'.
9196         (term-dynamic-simple-complete): Make obsolete.
9197         (serial-update-config-menu): Remove unused vars `y' and `str'.
9198         (term-update-mode-line): Remove unused var `temp'.
9200 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9202         Limit the number of log entries displayed by default.
9203         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9204         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9205         using a prefix argument.
9207 2009-12-03  Glenn Morris  <rgm@gnu.org>
9209         * progmodes/idlwave.el (class): Restore still useful declaration.
9211 2009-12-03  Alan Mackenzie  <acm@muc.de>
9213         Enhance `c-parse-state' to run efficiently in "brace deserts".
9215         * progmodes/cc-mode.el (c-basic-common-init):
9216         Call c-state-cache-init.
9217         (c-neutralize-syntax-in-and-mark-CPP): Rename from
9218         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
9219         placing `category' properties value 'c-cpp-delimiter at its boundaries.
9221         * progmodes/cc-langs.el (c-before-font-lock-function):
9222         c-extend-and-neutralize-syntax-in-CPP has been renamed
9223         c-neutralize-syntax-in-and-mark-CPP.
9225         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9226         with `category' properties now, not `syntax-table' ones.
9228         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9229         enhanced (but slower) version of c-end-of-macro that won't land
9230         inside a literal or on another awkward character.
9231         (c-state-cache-too-far, c-state-cache-start)
9232         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9233         (c-state-nonlit-pos-cache-limit, c-state-point-min)
9234         (c-state-point-min-lit-type, c-state-point-min-lit-start)
9235         (c-state-min-scan-pos, c-state-brace-pair-desert)
9236         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9237         buffer local variables.
9238         (c-state-literal-at, c-state-lit-beg)
9239         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9240         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9241         (c-state-cache-top-paren, c-state-cache-after-top-paren)
9242         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9243         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9244         (c-renarrow-state-cache)
9245         (c-append-lower-brace-pair-to-state-cache)
9246         (c-state-push-any-brace-pair, c-append-to-state-cache)
9247         (c-remove-stale-state-cache)
9248         (c-remove-stale-state-cache-backwards, c-state-cache-init)
9249         (c-invalidate-state-cache-1, c-parse-state-1)
9250         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9251         (c-parse-state): Enhance and refactor.
9252         (c-debug-parse-state): Amend to deal with all the new variables.
9254         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9255         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9256         modify to use category text properties rather than syntax-table ones.
9257         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9258         to switch off/on the syntactic paren property of C++ template
9259         delimiters using the category property.
9260         (c-with-<->-as-parens-suppressed): Macro to invoke code with
9261         template delims suppressed.
9262         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9263         New constant/macros which apply category properties to the start
9264         and end of preprocessor constructs.
9265         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9266         "comment out" the syntactic value of characters in preprocessor
9267         constructs.
9268         (c-with-cpps-commented-out)
9269         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9270         with characters in all or all but one preprocessor constructs
9271         "commented out".
9273 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9275         * proced.el (proced-filter-alist): Use regexp-quote.
9277 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
9279         Cleanup.
9280         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9281         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
9282         arguments.  Expand `default-directory'.
9284         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9285         the benefit of returning an expanded localname.
9286         (tramp-tramp-file-p): Handle the case NAME is not a string.
9288 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9290         Add support for bzr shelve/unshelve.
9291         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9292         (vc-bzr-extra-menu-map): New variables.
9293         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9294         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9295         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9296         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9297         (vc-bzr-dir-extra-headers): Display shelves.
9299         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9301 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * textmodes/bibtex.el (bibtex-complete-internal):
9304         Use completion-in-region.
9305         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9307 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9309         Support applying stashes.  Improve UI.
9310         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9311         (vc-git-stash-apply, vc-git-stash-pop)
9312         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9313         (vc-git-stash-menu): New functions.
9314         (vc-git-stash-menu-map): New variable.
9315         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9317 2009-12-03  Glenn Morris  <rgm@gnu.org>
9319         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9320         (vc-print-log-internal): Fix previous change.
9321         (vc-revert): Correct pluralization.
9323 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * progmodes/make-mode.el (makefile-special-targets-list): No need for
9326         it to be an alist any more.
9327         (makefile-complete): Use completion-in-region.
9329         * progmodes/octave-mod.el (octave-complete-symbol):
9330         Use completion-in-region.
9332         Misc cleanup.
9333         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9334         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9335         (idlwave-complete-class): Don't quote lambda.
9336         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9337         (idlwave-mode-map): Move initialization into declaration.
9338         (idlwave-action-and-binding): Use backquotes.
9339         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9340         Simplify.
9341         (idlwave-is-pointer-dereference): Remove unused var `pos'.
9342         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9343         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9344         `parts', and `all-parts'.
9345         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9346         (idlwave-convert-xml-system-routine-info): Remove unused string
9347         `version-string'.
9348         (idlwave-display-user-catalog-widget): Use dolist.
9349         (idlwave-scanning-lib): Declare dynamically-scoped var.
9350         (idlwave-scan-library-catalogs): Remove unused var `flags'.
9351         (completion-highlight-first-word-only): Declare to silence bytecomp.
9352         (idlwave-popup-select): Tighten scope of `resp'.
9353         (idlwave-find-struct-tag): Remove unused var `beg'.
9354         (idlwave-after-load-rinfo-hook): Declare.
9355         (idlwave-sintern-class-info): Remove unused var `taglist'.
9356         (idlwave-find-class-definition): Remove unused var `list'.
9357         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9358         (idlwave-what-module-find-class): Remove unused var `classes'.
9360 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
9362         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9364 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9367         buffers visited.  Remove redundant current-buffer-saving.
9369 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9371         Use completion-in-buffer and remove uses of dynamic scoping.
9372         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9373         (pascal-buffer-to-use, pascal-flag): Don't declare.
9374         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9375         (pascal-get-completion-decl, pascal-keyword-completion):
9376         Add `pascal-str' argument, save-excursion,
9377         return the found completions, and don't filter with pascal-pred.
9378         (pascal-completion-cache): New var.
9379         (pascal-completion): Don't switch buffer any more (it was never
9380         necessary).  Don't save-excursion any more (it's done by the called
9381         subroutines).  Use a cache to avoid redundant computations.
9382         Use complete-with-action rather than pascal-completion-response and
9383         let it apply the predicate as well.
9384         (pascal-complete-word): Use completion-in-buffer when
9385         pascal-toggle-completions is nil.
9386         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9387         not used any more.
9388         (pascal-comp-defun): Don't change buffer any more.
9389         Use complete-with-action rather than pascal-completion-response and
9390         let it apply the predicate as well.
9391         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9392         when neded.
9394 2009-12-02  Kenichi Handa  <handa@m17n.org>
9396         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9397         shape for all Indic scripts.
9399 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9401         Use completion-in-buffer.
9402         * wid-edit.el (widget-field-text-end): New function.
9403         (widget-field-value-get): Use it.
9404         (widget-string-complete, widget-file-complete)
9405         (widget-color-complete): Use it and completion-in-region.
9406         (widget-complete): Don't narrow the buffer.
9408 2009-12-02  Glenn Morris  <rgm@gnu.org>
9410         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
9411         (rmail-select-summary): Use rmail-pop-to-buffer.
9412         * mail/rmailsum.el: Replace all pop-to-buffer calls with
9413         rmail-pop-to-buffer, to prevent horizontal splits.
9415         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9416         save-excursion with save-current-buffer.
9417         Widen before searching.  (Bug#5093)
9418         (diary-list-sexp-entries): Remove superfluous save-excursion.
9420 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
9422         * woman.el (woman-make-bufname): Handle man-pages with "." in the
9423         name.  (Bug#5038)
9425 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9427         * ido.el (ido-file-internal): Handle filenames at point that do
9428         not have a directory part.  (Bug#5049)
9430 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
9432         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9433         (mpc-songs-jump-to, mpc-resume): Doc fixes.
9435 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
9437         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9438         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9439         any more.
9441 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9443         * comint.el (comint-insert-input): Ignore clicks to the right of
9444         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9446         * vc.el (vc-print-log-internal): Don't wait for the process to
9447         terminate before setting up the major mode.
9449         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9450         in case.
9452         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9453         the last element.
9455         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9457 2009-12-01  Glenn Morris  <rgm@gnu.org>
9459         * window.el (window--display-buffer-2): Fix previous changes.
9461 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
9463         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9465 2009-12-01  Glenn Morris  <rgm@gnu.org>
9467         * Makefile.in (ELCFILES): Add mpc.elc.
9469 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * mpc.el: New file.
9473 2009-12-01  Glenn Morris  <rgm@gnu.org>
9475         * window.el (window-to-use): Define for compiler.
9477         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9478         consistent with others (no final period).
9480         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9481         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
9483 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
9485         Make vc-print-log buttons work.
9486         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9488 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
9490         * savehist.el (savehist-autosave-interval): Allow setting to nil
9491         through customize.  (Bug#5056)
9493 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
9495         Fix references to jit-lock properties.
9496         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9497         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9498         (perl-font-lock-special-syntactic-constructs):
9499         Quote jit-lock-defer-multiline property.
9501 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9503         * vc-git.el (vc-git-registered): Call vc-git-root only once.
9505 2009-11-30  Juri Linkov  <juri@jurta.org>
9507         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9508         value `buffer' of `multi-isearch-next-buffer-current-function'.
9509         Use `(current-buffer)' when `buffer' is nil.
9510         (multi-isearch-next-buffer-from-list): Don't fallback to
9511         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9513 2009-11-30  Juri Linkov  <juri@jurta.org>
9515         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9516         of buffers with `get-buffer' to `multi-isearch-buffers'.
9517         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9518         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9519         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9520         FILES with `expand-file-name' converting relative file names
9521         to absolute.  Doc fix.  (Bug#4727)
9523 2009-11-30  Juri Linkov  <juri@jurta.org>
9525         * misearch.el (multi-isearch-read-buffers)
9526         (multi-isearch-read-matching-buffers): New functions.
9527         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9528         Use them in the `interactive' spec.  Doc fix.
9529         (multi-isearch-read-files, multi-isearch-read-matching-files):
9530         New functions.
9531         (multi-isearch-files, multi-isearch-files-regexp):
9532         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9534 2009-11-30  Juri Linkov  <juri@jurta.org>
9536         * doc-view.el (doc-view-continuous):
9537         Rename from `doc-view-continuous-mode'.
9538         (doc-view-menu): Move "Toggle display" to the top.
9539         Add submenu "Continuous" with radio buttons "Off"/"On"
9540         and "Save as Default".
9541         (doc-view-scroll-up-or-next-page)
9542         (doc-view-scroll-down-or-previous-page)
9543         (doc-view-next-line-or-next-page)
9544         (doc-view-previous-line-or-previous-page): Rename
9545         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9547 2009-11-30  Juri Linkov  <juri@jurta.org>
9549         * comint.el (comint-mode-map): Rebind `M-r' from
9550         `comint-previous-matching-input' to
9551         `comint-history-isearch-backward-regexp'.
9552         Unbind `M-s' to allow global key binding `M-s'.
9553         Add menu items for `comint-history-isearch-backward' and
9554         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9556 2009-11-30  Juri Linkov  <juri@jurta.org>
9558         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9559         For def=recenter, replace `recenter' with `recenter-top-bottom'
9560         that is called with `this-command' and `last-command' let-bound
9561         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9562         set `recenter-last-op' to nil.  (Bug#4981)
9564 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         Minor cleanup and simplification.
9567         * filecache.el (file-cache-add-directory)
9568         (file-cache-add-directory-recursively)
9569         (file-cache-add-from-file-cache-buffer)
9570         (file-cache-delete-file-regexp, file-cache-delete-directory)
9571         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9572         (file-cache-temp-minibuffer-message): Delete function.
9573         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9575         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9576         Don't signal an error when bumping into EOB in tr, s, or y.
9578 2009-11-29  Juri Linkov  <juri@jurta.org>
9580         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9581         (Bug#4960)
9583         * descr-text.el (describe-char-unidata-list): Use lowercase name
9584         for "Unicode name" like in other tags.
9586 2009-11-29  Juri Linkov  <juri@jurta.org>
9588         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9589         New compatibility macro.
9590         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9592 2009-11-29  Juri Linkov  <juri@jurta.org>
9594         Add defcustom to define the cycling order of `recenter-top-bottom'.
9595         (Bug#4981)
9597         * window.el (recenter-last-op): Doc fix.
9598         (recenter-positions): New defcustom.
9599         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9600         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9602 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9604         Improve integration of Tramp and ange-ftp in eshell.
9606         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9607         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9608         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9610         * eshell/esh-util.el (top): Require also Tramp when compiling.
9611         (eshell-directory-files-and-attributes): Check for FTP remote
9612         connection.
9613         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9614         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9615         (eshell-file-attributes): Handle ".".  Return `entry'.
9617         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9618         (ange-ftp-directory-files-and-attributes)
9619         (ange-ftp-real-directory-files-and-attributes): New defuns.
9621         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9622         shell with "exec" when possible.  This prevents trailing prompts
9623         in `start-file-process'.
9625 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         Try and remove assumptions about point-min==1.
9628         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9629         (rng-compute-mode-line-string): Show the validation percentage in
9630         terms of the narrowed text, not the widened text.
9631         (rng-do-some-validation): Don't catch internal errors when debugging.
9632         (rng-first-error): Simplify.
9633         (rng-after-change-function): Remove work around.  AFAIK the bug has
9634         been fixed a while ago.
9636         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9637         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9639         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9641         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9642         `cd' doesn't always do it for us (bug#5067).
9644         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9645         on 2009-10-25 as part of some other change (bug#5067).
9647 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9649         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9650         `suspicious'.
9651         (byte-compile-warnings): Use byte-compile-warning-types.
9652         (byte-compile-save-excursion): Warn about use of set-buffer right
9653         after save-excursion.
9655         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9656         the excursion as well.
9658 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9660         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9661         providing a Tramp related implementation of "su" and "sudo".
9662         (eshell-unix-initialize): Add "su" and "sudo".
9664 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9666         * net/socks.el (socks-send-command): Convert binary request to
9667         unibyte before sending.  This fixes mishandling of some port
9668         numbers such as 129.
9670 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * help.el (describe-bindings-internal): Remove `interactive'.
9674         * man.el (Man-completion-table): Trim a terminating "(".
9675         Remove the space between name page a section.
9676         Add the command's description on the `help-echo' property.
9677         Remove `process-connection-type' binding since it's unused by
9678         call-process.
9679         Provide completion for the "<section> <name>" format as well.
9680         (Man-default-man-entry): Remove spurious var shadowing the argument.
9682 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9684         * log-view.el: Add "Keywords: tools", since its other keywords
9685         aren't in finder-known-keywords, and following vc.el.
9687         * sha1.el (sha1-string-external): default-directory "/" in case
9688         otherwise non-existent.  process-connection-type pipe for touch of
9689         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9691 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9693         Misc coding convention cleanups.
9694         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9695         hfy-init-kludge-hooks.
9696         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9697         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9698         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9699         and push.
9700         (hfy-slant, hfy-weight): Use tables rather than code.
9701         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9702         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9703         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9704         (hfy-face-to-css): Remove `nconc' with single arg.
9705         (hfy-p-to-face-lennart): Use `or'.
9706         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9707         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9708         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9709         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9710         (hfy-force-fontification): Use run-hooks.
9712 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9714         Various minor fixes.
9715         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9716         Javascript belongs in the header, not the body.
9717         (hfy-javascript): Remove.
9718         (hfy-fontify-buffer): Don't insert it any more.
9719         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9720         Fix bug in invis handling when there were no invis props in a chunk.
9722 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9724         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9726 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9728         * finder.el (finder-mode-map): Add a menu.
9730 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9732         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9733         "unsigned" structs.
9735         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9736         fork" statement better.
9738 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9740         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9741         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9742         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9743         Reported by Clay Douglass.
9745         (verilog-auto-inst, verilog-auto-star-safe)
9746         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9747         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9748         Pierre-David Pfister.
9750 2009-11-26  Glenn Morris  <rgm@gnu.org>
9752         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9753         the scope.
9755 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9757         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9758         Really use previous revision.
9760 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9762         * man.el (Man-completion-table): default-directory "/" in case
9763         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9764         not to truncate long names.  process-connection-type pipe to avoid
9765         any chance of hitting the pseudo-tty TIOCGWINSZ.
9766         (man): completion-ignore-case t for friendliness and since man
9767         itself is case-insensitive on the command line.
9768         Further to Bug#3717.
9770         * arc-mode.el: Add "Keywords: files", so the details in its
9771         commentary can be reached from finder-by-keyword.
9772         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9773         editing mode, but it's comms related and sgml-mode.el has "comm"
9774         on that basis too.
9775         * textmodes/bibtex-style.el: Add "Keywords: tex".
9776         * international/isearch-x.el, international/ja-dic-cnv.el:
9777         * international/ja-dic-utl.el, international/kkc.el:
9778         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9780 2009-11-25  Juri Linkov  <juri@jurta.org>
9782         * man.el (Man-completion-table): Modify regexp to include
9783         section names to completion strings.  (Bug#3717)
9785 2009-11-25  Juri Linkov  <juri@jurta.org>
9787         Search recursively in gzipped files.  (Bug#4982)
9789         * progmodes/grep.el (grep-highlight-matches): Add new options
9790         `always' and `auto'.  Doc fix.
9791         (grep-process-setup): Check `grep-highlight-matches' for
9792         `auto-detect' to determine the need to compute grep defaults.
9793         Move Windows/DOS specific --colors settings handling
9794         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9795         to get the value of "--color=".
9796         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9797         has the value `auto-detect'.  Move Windows/DOS specific settings
9798         from `grep-process-setup'.
9799         (zrgrep): New command with alias `rzgrep'.
9801 2009-11-25  Juri Linkov  <juri@jurta.org>
9803         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9804         to nil instead of switching off view-mode.  (Bug#4896)
9806 2009-11-25  Juri Linkov  <juri@jurta.org>
9808         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9810         * mwheel.el (mwheel-scroll-up-function)
9811         (mwheel-scroll-down-function): New defvars.
9812         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9813         `scroll-up', and `mwheel-scroll-down-function' instead of
9814         `scroll-down'.
9816         * doc-view.el (doc-view-scroll-up-or-next-page)
9817         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9818         Use this ARG in the call to image-scroll-up/image-scroll-down.
9819         Change `interactive' spec to "P".  Goto next/previous page only
9820         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9821         SPC/DEL case).  Doc fix.
9822         (doc-view-next-line-or-next-page)
9823         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9824         for consistency.
9825         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9826         `doc-view-scroll-up-or-next-page', and buffer-local
9827         `mwheel-scroll-down-function' to
9828         `doc-view-scroll-down-or-previous-page'.
9830 2009-11-25  Juri Linkov  <juri@jurta.org>
9832         Provide additional default values (directories at other Dired
9833         windows) via M-n in the minibuffer of some Dired commands.
9835         * dired-aux.el (dired-diff, dired-compare-directories)
9836         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9837         `minibuffer-default' in `minibuffer-with-setup-hook'.
9838         (dired-dwim-target-directory): Find a window that displays Dired
9839         buffer instead of failing when the next window is not Dired.
9840         Use `get-window-with-predicate' to find for the next Dired window.
9841         (dired-dwim-target-defaults): New function.
9843         * ediff-util.el (ediff-read-file-name):
9844         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9845         in `minibuffer-with-setup-hook'.
9847 2009-11-25  Juri Linkov  <juri@jurta.org>
9849         Provide additional default values (file name at point or at the
9850         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9852         * minibuffer.el (read-file-name-defaults): New function.
9853         (read-file-name): Reset `minibuffer-default' to nil when
9854         it duplicates initial input `insdef'.
9855         Bind `minibuffer-default-add-function' to lambda that
9856         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9857         (minibuffer-insert-file-name-at-point): New command.
9859         * files.el (file-name-at-point-functions): New defcustom.
9860         (find-file-default): Remove defvar.
9861         (find-file-read-args): Don't use `find-file-default'.
9862         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9863         to `read-file-name'.
9864         (find-file-literally): Use `read-file-name' with
9865         `confirm-nonexistent-file-or-buffer'.
9867         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9869         * dired.el (dired-read-dir-and-switches):
9870         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9871         to `read-file-name'.
9872         (dired-file-name-at-point): New function.
9873         (dired-mode): Add hook `dired-file-name-at-point' to
9874         `file-name-at-point-functions'.
9876 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         Really make the *Completions* window soft-dedicated (bug#5030).
9879         * window.el (window--display-buffer-2): Add `dedicated' argument.
9880         (display-buffer): Pass it when needed so the dedicated flag is set
9881         after calling set-window-buffer, which would otherwise reset it.
9883 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * progmodes/meta-mode.el (meta-complete-symbol):
9886         * progmodes/etags.el (complete-tag):
9887         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9888         Use completion-in-region.
9890         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9891         (dabbrev-completion): Use completion-in-region.
9892         (dabbrev--abbrev-at-point): Simplify regexp.
9894         * abbrev.el (abbrev--before-point): Use word-motion functions
9895         if :regexp is not specified (bug#5031).
9897         * subr.el (string-prefix-p): New function.
9899         * man.el (Man-completion-cache): New var.
9900         (Man-completion-table): Use it.
9902         * vc.el (vc-print-log-internal): Make `limit' optional for better
9903         compatibility (e.g. with vc-annotate.el).
9905 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9907         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9908         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9910         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9911         when .el source file not found or other error.
9913 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9915         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9917 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         Handle the [back] button properly (bug#4979).
9920         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9921         Use help-setup-xref, help-buffer, and with-help-window.
9922         (describe-char): Add `buffer' argument.
9923         Pass proper command to help-setup-xref.  Don't meddle with
9924         help-xref-stack-item directly.
9925         (describe-text-category): Use with-help-window and help-buffer.
9927         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9928         for the displayed buffer (bug#4887).
9930         * man.el (Man-completion-table): New function.
9931         (man): Use it.
9933 2009-11-24  David Reitter  <david.reitter@gmail.com>
9935         * vc-git.el (vc-git-registered): Use checkout directory (where
9936         .git is) rather than the file's directory and a relative path spec
9937         to work around a bug in git.
9939 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9941         Improve handling of processes on remote hosts.
9943         * eshell/esh-util.el (eshell-path-env): New defvar.
9944         (eshell-parse-colon-path): New defun.
9945         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9947         * eshell/esh-ext.el (eshell-search-path):
9948         Use `eshell-parse-colon-path'.
9949         (eshell-remote-command): Remove argument HANDLER.
9950         (eshell-external-command): Check for FTP remote connection.
9952         * eshell/esh-proc.el (eshell-gather-process-output):
9953         Use `file-truename', in order to start also symlinked files.
9954         Apply `start-file-process' instead of `start-process'.
9955         Shorten `command' to the local file name part.
9957         * eshell/em-cmpl.el (eshell-complete-commands-list):
9958         Use `eshell-parse-colon-path'.
9960         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9962         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9963         to `eshell-directory-change-hook'.
9965 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9967         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9968         because it could be enabled automatically if view-read-only is non-nil.
9970 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9972         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9973         made on 2009-11-22.
9975 2009-11-24  Glenn Morris  <rgm@gnu.org>
9977         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9978         deleted variable bookmark-bmenu-bookmark-column.
9980 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9984 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9986         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9987         two slashes to the "file:" prefix.
9988         (browse-url-file-url): De-munge Cygwin filenames before passing
9989         them to Windows browser.
9990         (browse-url-default-windows-browser): Use call-process.
9992 2009-11-23  Juri Linkov  <juri@jurta.org>
9994         Implement DocView Continuous mode.  (Bug#4896)
9995         * doc-view.el (doc-view-continuous-mode): New defcustom.
9996         (doc-view-mode-map): Bind C-n/<down> to
9997         `doc-view-next-line-or-next-page', C-p/<up> to
9998         `doc-view-previous-line-or-previous-page'.
9999         (doc-view-next-line-or-next-page)
10000         (doc-view-previous-line-or-previous-page): New commands.
10002 2009-11-23  Juri Linkov  <juri@jurta.org>
10004         Implement Isearch in comint input history.  (Bug#3746)
10005         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10006         `isearch-mode-hook'.
10007         (comint-history-isearch): New defcustom.
10008         (comint-history-isearch-backward)
10009         (comint-history-isearch-backward-regexp): New commands.
10010         (comint-history-isearch-message-overlay): New buffer-local variable.
10011         (comint-history-isearch-setup, comint-history-isearch-end)
10012         (comint-goto-input, comint-history-isearch-search)
10013         (comint-history-isearch-message, comint-history-isearch-wrap)
10014         (comint-history-isearch-push-state)
10015         (comint-history-isearch-pop-state): New functions.
10017 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
10019         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10020         return.
10021         (tramp-handle-make-symbolic-link)
10022         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10023         Quote file names.
10024         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10025         (tramp-handle-process-file): Use it.
10027 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * window.el (move-to-window-line-last-op): Remove.
10030         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10032 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10034         Make M-r mirror the new cycling behavior of C-l.
10035         * window.el (move-to-window-line-last-op): New var.
10036         (move-to-window-line-top-bottom): New command.
10037         (global-map): Bind M-r move-to-window-line-top-bottom.
10039 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
10041         * dired-x.el (dired-guess-shell-alist-default):
10042         Support xz format.  (Bug#4953)
10044 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
10046         * emulation/viper-cmd.el: Use viper-last-command-char instead of
10047         last-command-char/last-command-event.
10048         (viper-prefix-arg-value): Do correct conversion of event-char for
10049         XEmacs.
10051         * emulation/viper-util.el, emulation/viper.el:
10052         Use viper-last-command-char instead of
10053         last-command-char/last-command-event.
10055         * ediff-init.el, ediff-mult.el, ediff-util.el:
10056         Replace last-command-char and last-command-event
10057         with (ediff-last-command-char) everywhere.
10059         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10060         created in fundamental mode.
10062         * ediff.el (ediff-version): Revert the change of interactive-p to
10063         called-interactively-p.
10065 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
10067         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10068         generation from word-movement command names.
10070 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
10072         * cus-start.el (all): Add native condition for font-use-system-font.
10074 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
10076         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10077         Correct the patch from 2009-11-18.  (Bug#3910)
10079 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
10081         * progmodes/subword.el: Rename from lisp/subword.el.
10083         * subword.el: Rename to progmodes/subword.el.
10085         * Makefile.in (ELCFILES): Adapt to subword.el move.
10087 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10088             Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10091         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10092         (bookmark-bmenu-show-filenames): Use push.
10093         (bookmark-bmenu-hide-filenames): Use local var instead of
10094         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
10095         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10096         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10097         filenames now that the bookmark names are always available.
10099 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10101         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10102         (bookmark-search-pattern): Move and leave unbound.
10103         (bookmark-bmenu-mode-map): Change binding.
10104         (bookmark-read-search-input): Simplify.
10105         Don't use text-char-description.  Don't error on non-char events.
10106         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10107         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10108         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10109         Use a local var for the timer.
10110         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10111         (i.e. bookmark-bmenu-search).
10113 2009-11-21  Glenn Morris  <rgm@gnu.org>
10115         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
10117 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10119         * net/browse-url.el (browse-url-default-windows-browser):
10120         Use cygstart for cygwin.
10122 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
10124         * bookmark.el: Formatting and doc fixes only:
10125         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10126         (bookmark-bmenu-search): Wrap to fit within 80 columns.
10127         Minor grammar and punctuation fixes in doc string.
10128         (bookmark-read-search-input): Adjust to fit within 80 columns.
10130 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10132         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10133         (c-backward-into-nomenclature): Adapt to subword renaming.
10135         * subword.el (subword-forward, subword-backward, subword-mark)
10136         (subword-kill, subword-backward-kill, subword-transpose)
10137         (subword-downcase, subword-upcase, subword-capitalize)
10138         (subword-forward-internal, subword-backward-internal):
10139         Rename from forward-subword, backward-subword, mark-subword,
10140         kill-subword, backward-kill-subword, transpose-subwords,
10141         downcase-subword, upcase-subword, capitalize-subword,
10142         forward-subword-internal, backward-subword-internal.
10144 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10146         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10147         New options.
10148         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10149         New vars.
10150         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10151         (bookmark-bmenu-filter-alist-by-regexp)
10152         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10153         (bookmark-bmenu-search): New command.
10154         (bookmark-bmenu-mode-map): Bind it.
10156 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10158         * progmodes/cc-cmds.el: declare-functioned forward-subword and
10159         backward-subword to quit the byte-compiler.
10161         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10163         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10165         * progmodes/cc-cmds.el (c-update-modeline)
10166         (c-forward-into-nomenclature, c-backward-into-nomenclature):
10167         Refer to subword.el functions instead of cc-subword.el.
10169         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10170         subword.el functions instead of cc-subword.el.
10172         * progmodes/cc-subword.el: Rename to subword.el.
10173         * subword.el: Rename from progmodes/cc-subword.el.
10174         (subword-mode-map): Rename from c-subword-mode-map.
10175         (subword-mode): Rename from c-subword-mode.
10176         (global-subword-mode): New global minor mode.
10177         (forward-subword): Rename from c-forward-subword.
10178         (backward-subword): Rename from c-backward-subword.
10179         (mark-subword): Rename from c-mark-subword.
10180         (kill-subword): Rename from c-kill-subword.
10181         (backward-kill-subword): Rename from c-backward-kill-subword.
10182         (transpose-subwords): Rename from c-tranpose-subword.
10183         (downcase-subword): Rename from c-downcase-subword.
10184         (capitalize-subword): Rename from c-capitalize-subword.
10185         (forward-subword-internal): Rename from c-forward-subword-internal.
10186         (backward-subword-internal): Rename from c-backward-subword-internal.
10188 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10190         * vc.el (vc-deduce-fileset): Allow non-state changing operations
10191         from a dired buffer.
10192         (vc-dired-deduce-fileset): New function.
10193         (vc-root-diff, vc-print-root-log): Use it.
10195         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10196         nil LIMIT argument to vc-print-log-internal.
10198 2009-11-20  Glenn Morris  <rgm@gnu.org>
10200         * Makefile.in (ELCFILES): Regenerate.
10202 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
10204         * calc/calc.el (calc-set-mode-line):
10205         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10206         (math-format-number): Rename `math-format-complement-signed' to
10207         `math-format-twos-complement'.
10209         * calc/calc-bin.el (math-format-twos-complement): Rename from
10210         math-format-complement-signed.
10211         (calc-radix): Rename `calc-complement-signed-mode' to
10212         `calc-twos-complement-mode'.
10213         (calc-octal-radix, calc-hex-radix): Add an argument for
10214         two's complement.
10216         * calc/calc-embed.el (calc-embedded-mode-vars):
10217         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10219         * calc/calc-ext.el (calc-init-extensions):
10220         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10221         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10223         * calc/calc-units.el (math-build-units-table-buffer):
10224         Let `calc-twos-complement-mode' be nil.
10226         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10227         entries.
10229         * calc/calc-vec.el (calcFunc-vunpack):
10230         * calc/calc-aent.el (calc-do-calc-eval):
10231         * calc/calc-forms.el (math-format-date):
10232         * calc/calc-graph.el (calc-graph-plot):
10233         * calc/calc-math.el (math-use-emacs-fn):
10234         * calc/calccomp.el (math-compose-expr):
10235         Let `calc-twos-complement-mode' be nil.
10237 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10239         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10240         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
10241         * minibuffer.el (completion-in-region-functions): New hook.
10242         (completion-in-region): New function.
10243         * emacs-lisp/lisp.el (lisp-complete-symbol):
10244         * pcomplete.el (pcomplete-std-complete): Use it.
10246 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10248         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10249         (latex-complete-alist): New vars.
10250         (latex-string-prefix-p, latex-complete-bibtex-keys)
10251         (latex-complete-envnames, latex-complete-refkeys)
10252         (latex-complete-data): New functions.
10253         (latex-complete, latex-indent-or-complete): New commands.
10255         * window.el (display-buffer-mark-dedicated): New var.
10256         (display-buffer): Obey it.
10257         * minibuffer.el (minibuffer-completion-help): Use it.
10259         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10261         * filecache.el (file-cache-add-file): Use push and cons.
10262         (file-cache-delete-file-regexp): Use push.
10263         (file-cache-complete): Use completion-in-region.
10265         * simple.el (with-wrapper-hook): Fix thinko.
10267         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10268         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10269         Use with-current-buffer and string-to-number.
10270         (hfy-fallback-colour-values): Use assoc-string.
10271         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10272         (hfy-face-at): Remove unused var `found-face'.
10273         (hfy-compile-stylesheet): Remove unused var `css'.
10274         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10275         and `orig-buffer'.
10276         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10277         Use with-current-buffer.
10278         (hfy-text-p): Use expand-file-name and fewer setq.
10280 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
10282         * htmlfontify.el, hfy-cmap.el: New files.
10284 2009-11-19  Juri Linkov  <juri@jurta.org>
10286         * minibuffer.el (completions-format): New defcustom.
10287         (completion--insert-strings): Implement vertical format.
10289         * simple.el (switch-to-completions): Move point to the first
10290         completion when point was at the beginning of the buffer.
10292 2009-11-19  Juri Linkov  <juri@jurta.org>
10294         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
10296         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10298 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10300         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10301         (mail-signature): Change default to t.
10302         (mail-from-style): Deprecate `system-default' value.
10303         (mail-insert-from-field): For default value of mail-from-style,
10304         default to `angles' unless `angles' needs quoting and `parens'
10305         does not.
10306         (mail-citation-prefix-regexp): Use citation regexp from
10307         message-mode.
10309 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
10311         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10312         Set variables for computing the prompt for reading password.
10314 2009-11-19  Glenn Morris  <rgm@gnu.org>
10316         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
10318         * textmodes/flyspell.el (sgml-lexical-context): Declare.
10320         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10321         (newsticker-treeview-listwindow-height): Fix custom type.
10323 2009-11-19  Kenichi Handa  <handa@m17n.org>
10325         * descr-text.el (describe-char-padded-string): Compose with TAB
10326         only if there's a font for CH.
10327         (describe-char): Fix the condition for detecting a trivial composition.
10329 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
10331         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10332         more accurate version of the regexp.  (Bug#3910)
10334 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
10336         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10338 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
10340         * font-setting.el (font-use-system-font): Declare for byte-compiler.
10341         (font-setting-change-default-font): Fix typo in docstring.
10343 2009-11-18  Alan Mackenzie  <acm@muc.de>
10345         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10347 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
10349         * font-setting.el (font-use-system-font): Move ...
10351         * cus-start.el (all): ... to here.
10353 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
10355         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10356         Don't set `ad-return-value' if `ad-do-it' doesn't.
10358         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10359         modification time.
10361 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
10363         * menu-bar.el: Put "Use system font" in Option-menu.
10364         (menu-bar-options-save): Add font-use-system-font.
10366         * loadup.el: If feature system-font-setting or font-render-setting is
10367         there, load font-setting.
10369         * Makefile.in (ELCFILES): Add font-settings.el.
10370         * font-setting.el: New file.
10372 2009-11-17  Glenn Morris  <rgm@gnu.org>
10374         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10376         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10377         Preserve point in the list buffer.  (Bug#4939)
10378         Use point-at-eol.
10379         (newsticker--treeview-list-update-highlight)
10380         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10382 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10384         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10385         Remove.
10387         * calc/calc-ext.el (calc-init-extensions): Remove references to
10388         symclip.
10390         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10392         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10393         * calc/calc-help.el (calc-b-prefix-help): Remove references to
10394         `calc-symclip'.
10396 2009-11-16  Kevin Ryde  <user42@zip.com.au>
10398         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10399         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10401         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10402         (lm-keywords-list): Allow comma-only separator like "foo,bar".
10403         Ignore trailing spaces by omit-nulls to split-string (fixing
10404         regression from Emacs 21 due to the incompatible split-string
10405         change).  (Bug #4928.)
10407 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10409         * vc.el (vc-log-show-limit): Default to 2000.
10410         (vc-print-log-internal): Insert buttons to request more entries
10411         when limiting the output.
10413         * vc-sccs.el (vc-sccs-print-log):
10414         * vc-rcs.el (vc-rcs-print-log):
10415         * vc-cvs.el (vc-cvs-print-log):
10416         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10417         LIMIT is non-nil.
10419 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10421         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10422         error when `tramp-gvfs-dbus-event-vector' is set.
10423         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10425 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10429 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10431         * net/dbus.el (dbus-unregister-service): New defun.
10432         (dbus-register-property): Register the handlers of
10433         "org.freedesktop.DBus.Properties" for SERVICE.
10434         (dbus-property-handler): Fix docstring.
10436 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10438         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10439         Quote doc string reference in defvaralias as it is not in special form.
10440         (byte-compile-output-docform): Doc fix.
10442 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10444         * calc/calc.el (math-2-word-size, math-half-2-word-size)
10445         (calc-complement-signed-mode): New variables.
10446         (calc-set-mode-line): Add indicator for twos-complements.
10447         (math-format-number): Format twos-complement notation.
10449         * calc/calc-bin.el (calc-word-size): Reset the variables
10450         `math-2-word-size' and `math-half-2-word-size'.
10451         (math-format-complement-signed, math-symclip, calcFunc-symclip)
10452         (calc-symclip): New functions.
10454         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10456         * calc/calc-embed.el (calc-embedded-mode-vars):
10457         Add `calc-complement-signed-mode' to the list of modes.
10459         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10460         (calc-b-oper-keys): Add `calc-symclip' to list.
10462         * calc/calc-ext.el (math-read-number-fancy): Read complement
10463         signed numbers.
10464         (calc-init-extensions): Add binding for `calc-symclip'.
10465         Add autoload for `calcFunc-symclip' and `calc-symclip'.
10467         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10468         `calc-symclip'.
10469         (calc-modes-menu): Add item for twos complement mode.
10471         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10473 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10475         * register.el (jump-to-register, insert-register): Handle Semantic
10476         tags.  From commented-out advice in semantic/senator.el.
10478 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10480         * vc.el (vc-log-show-limit): New variable.
10481         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
10482         when using a prefix argument.
10483         (vc-print-log-internal): Add new argument LIMIT.
10485         * vc-svn.el (vc-svn-print-log):
10486         * vc-mtn.el (vc-mtn-print-log):
10487         * vc-hg.el (vc-hg-print-log):
10488         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10489         pass it to the log command when set.  Make the BUFFER argument
10490         non-optional.
10492         * vc-sccs.el (vc-sccs-print-log):
10493         * vc-rcs.el (vc-rcs-print-log):
10494         * vc-git.el (vc-git-print-log):
10495         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10496         ignore it.  Make the BUFFER argument non-optional
10498         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10500 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10502         * dired.el (dired-mode-map): Move encryption items to "Operate"
10503         menu (Bug#4703).
10505         * strokes.el (strokes-update-window-configuration): Make strokes
10506         buffer current before erasing (Bug#4906).
10508 2009-11-15  Juri Linkov  <juri@jurta.org>
10510         * simple.el (set-mark-default-inactive): Add :type, :group
10511         and :version.  (Bug#4876)
10513 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10515         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10516         (archive-unique-fname): ... here.  (Bug#4929)
10518 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10521         with a real fix.
10523         * novice.el (disabled-command-function): Add useful args.
10524         Setup the help buffer so that [back] works.
10525         Remove redundant call to help-mode.
10526         (disabled-command-function): Use `case'.
10527         (en/disable-command): New function extracted from enable-command.
10528         (enable-command, disable-command): Use it.
10530 2009-11-14  Glenn Morris  <rgm@gnu.org>
10532         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10533         constants.  (Bug#4913)
10535         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10537 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10539         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10540         defined in C that have no doc-strings.  (Bug#1063)
10542 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10544         * cus-edit.el (data, files):
10545         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10547 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10549         * simple.el (shell-command): Doc fix (Bug#4891).
10551         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10553 2009-11-14  Glenn Morris  <rgm@gnu.org>
10555         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10556         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10557         If they are already loaded, eval-after-load will do the right thing.
10559         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10560         compiling.
10562         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10564         * simple.el (x-selection-owner-p): Declare.
10565         (read-mail-command): Use custom radio type rather than choice.
10566         (completion-no-auto-exit): Doc fix.
10568         * custom.el (defgroup):
10569         * epg-config.el (epg): Doc fixes.
10571 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10573         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10574         * international/ccl.el (define-ccl-program): Do not purecopy the
10575         docstring, defconst does it anyway.
10577 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10579         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10580         a second time.
10582         * x-dnd.el (x-dnd-maybe-call-test-function):
10583         * window.el (split-window-vertically):
10584         * whitespace.el (whitespace-help-on):
10585         * vc-rcs.el (vc-rcs-consult-headers):
10586         * userlock.el (ask-user-about-lock-help)
10587         (ask-user-about-supersession-help):
10588         * type-break.el (type-break-force-mode-line-update):
10589         * time-stamp.el (time-stamp-conv-warn):
10590         * terminal.el (te-set-output-log, te-more-break, te-filter)
10591         (te-sentinel, terminal-emulator):
10592         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10593         (term-write-input-ring, term-check-source, term-start-output-log):
10594         (term-display-buffer-line, term-dynamic-list-completions):
10595         (term-ansi-make-term, serial-term):
10596         * subr.el (selective-display):
10597         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10598         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10599         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10600         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10601         (speedbar-remove-localized-speedbar-support)
10602         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10603         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10604         (speedbar-buffers-line-directory):
10605         * simple.el (shell-command-on-region, append-to-buffer)
10606         (prepend-to-buffer):
10607         * shadowfile.el (shadow-save-todo-file):
10608         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10609         (scroll-bar-maybe-set-window-start):
10610         * sb-image.el (speedbar-image-dump):
10611         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10612         (load-save-place-alist-from-file):
10613         * ps-samp.el (ps-print-message-from-summary):
10614         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10615         (ps-background-image, ps-begin-job, ps-do-despool):
10616         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10617         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10618         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10619         (pr-call-process, pr-file-list, pr-interface-save):
10620         * novice.el (disabled-command-function)
10621         (enable-command, disable-command):
10622         * mouse.el (mouse-buffer-menu-alist):
10623         * mouse-copy.el (mouse-kill-preserving-secondary):
10624         * macros.el (kbd-macro-query):
10625         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10626         * informat.el (batch-info-validate):
10627         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10628         * hippie-exp.el (try-expand-dabbrev-visible):
10629         * help-mode.el (help-make-xrefs):
10630         * help-fns.el (describe-variable):
10631         * generic-x.el (bat-generic-mode-run-as-comint):
10632         * finder.el (finder-mouse-select):
10633         * find-dired.el (find-dired-sentinel):
10634         * filesets.el (filesets-file-close):
10635         * files.el (list-directory):
10636         * faces.el (list-faces-display, describe-face):
10637         * facemenu.el (list-colors-display):
10638         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10639         * epg.el (epg--process-filter, epg-cancel):
10640         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10641         (epa--read-signature-type):
10642         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10643         (emerge-file-names):
10644         * ehelp.el (electric-helpify):
10645         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10646         * ediff-vers.el (rcs-ediff-view-revision):
10647         * ediff-util.el (ediff-setup):
10648         * ediff-mult.el (ediff-append-custom-diff):
10649         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10650         (ediff-wordify):
10651         * echistory.el (Electric-command-history-redo-expression):
10652         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10653         * disp-table.el (describe-display-table):
10654         * dired.el (dired-find-buffer-nocreate):
10655         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10656         * dabbrev.el (dabbrev--same-major-mode-p):
10657         * chistory.el (list-command-history):
10658         * apropos.el (apropos-documentation):
10659         * allout.el (allout-obtain-passphrase):
10660         (allout-copy-exposed-to-buffer):
10661         (allout-verify-passphrase): Use with-current-buffer.
10663 2009-11-13  Glenn Morris  <rgm@gnu.org>
10665         * Makefile.in (ELCFILES): Regenerate.
10667 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10669         * net/dbus.el (dbus-registered-objects-table): Rename from
10670         `dbus-registered-functions-table', because it contains also properties.
10671         (dbus-unregister-object): Unregister also properties.
10672         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10673         Use a timeout of 500 msec, in order to not block.
10674         (dbus-register-property, dbus-property-handler): New defuns.
10676 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * simple.el (minibuffer-default-add-completions): Drop deprecated
10679         4th arg.
10681 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10683         * textmodes/artist.el (artist-mouse-choose-operation):
10684         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10685         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10686         (artist-compute-up-event-key): New function.
10687         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10689 2009-11-13  Kenichi Handa  <handa@m17n.org>
10691         * language/japan-util.el: Make sure that the value of jisx0208
10692         property is jisx0208 character.
10694 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10696         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10697         car or each item, not the whole list.
10699 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10701         * minibuffer.el (minibuffer-completion-help):
10702         Use minibuffer-hide-completions.
10704 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10706         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10707         (dired-revert): Use them (bug#4880).
10709 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10711         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10713 2009-11-12  Juri Linkov  <juri@jurta.org>
10715         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10716         New functions.
10717         (find-file-literally-at-point): Alias of `ffap-literally'.
10719 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10721         * textmodes/ispell.el (ispell-skip-region-alist):
10722         * textmodes/css-mode.el (auto-mode-alist):
10723         * progmodes/compile.el (auto-mode-alist):
10724         * international/mule.el (ctext-non-standard-encodings-alist)
10725         (ctext-non-standard-encodings-regexp):
10726         * simple.el (shell-command-switch, text-read-only):
10727         * replace.el (occur-mode-map):
10728         * paths.el (rmail-file-name):
10729         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10730         * find-file.el (ff-special-constructs):
10731         * files.el (file-name-handler-alist):
10732         * composite.el: Purecopy strings.
10734         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10736 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10738         * widget.el (define-widget): Purecopy the docstring.
10739         * international/mule-cmds.el (charset): Do not purecopy the
10740         docstring here, define-widget does it.
10742         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10743         * textmodes/bibtex-style.el (auto-mode-alist):
10744         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10745         * progmodes/compile.el (compile-command):
10746         * language/korea-util.el (default-korean-keyboard):
10747         * international/mule-conf.el (file-coding-system-alist):
10748         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10749         * tooltip.el (tooltip-frame-parameters):
10750         * newcomment.el (comment-end, comment-padding):
10751         * dired.el (dired-trivial-filenames):
10752         * comint.el (comint-file-name-prefix): Purecopy initial values.
10754 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10756         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10757         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10758         `tramp-unload'.
10759         (tramp-advice-make-auto-save-file-name)
10760         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10761         after removing the advice.
10763 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10765         * progmodes/grep.el (grep-regexp-alist):
10766         * international/mule-cmds.el (iso-2022-control-alist):
10767         * emacs-lisp/timer.el (timer-duration-words):
10768         * subr.el (version-separator, version-regexp-alist):
10769         * minibuffer.el (completion-styles-alist):
10770         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10771         Change defvars to defconsts.
10773         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10774         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10775         * international/mule-conf.el: Allow to be byte compiled.
10777         * international/mule.el (define-charset): Purecopy props.
10778         (load-with-code-conversion): Purecopy doc string and file name.
10779         (put-charset-property): Purecopy strings.
10780         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10782         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10783         (define-char-code-property): Correctly purecopy the table.
10785         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10787         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10789         * subr.el (add-hook): Purecopy strings.
10790         (eval-after-load): Purecopy load-history-regexp and the form.
10792         * custom.el (custom-declare-group): Purecopy load-file-name.
10794         * subr.el (menu-bar-separator): New defconst.
10795         * net/eudc.el (eudc-tools-menu):
10796         * international/mule-cmds.el (set-coding-system-map)
10797         (mule-menu-keymap):
10798         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10799         * vc-hooks.el (vc-menu-map):
10800         * replace.el (occur-mode-map):
10801         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10802         (menu-bar-edit-menu, menu-bar-goto-menu)
10803         (menu-bar-custom-menu, menu-bar-showhide-menu)
10804         (menu-bar-options-menu, menu-bar-tools-menu)
10805         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10806         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10807         (menu-bar-help-menu):
10808         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10809         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10811         * term/x-win.el (x-gtk-stock-map):
10812         * progmodes/vera-mode.el (auto-mode-alist):
10813         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10814         (inferior-lisp-program, inferior-lisp-load-command):
10815         * progmodes/hideshow.el (hs-special-modes-alist):
10816         * progmodes/gud.el (same-window-regexps):
10817         * progmodes/grep.el (grep-program, find-program, xargs-program):
10818         * net/telnet.el (same-window-regexps):
10819         * net/rlogin.el (same-window-regexps):
10820         * language/ethiopic.el (font-ccl-encoder-alist):
10821         * vc-sccs.el (vc-sccs-master-templates):
10822         * vc-rcs.el (vc-rcs-master-templates):
10823         * subr.el (cl-assertion-failed):
10824         * simple.el (next-error-overlay-arrow-position):
10825         * lpr.el (lpr-command):
10826         * locate.el (locate-ls-subdir-switches):
10827         * info.el (same-window-regexps, info)
10828         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10829         * image-mode.el (image-mode, auto-mode-alist):
10830         * hippie-exp.el (hippie-expand-ignore-buffers):
10831         * format.el (format-alist):
10832         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10833         (find-name-arg):
10834         * facemenu.el (facemenu-keybindings):
10835         * dired.el (dired-listing-switches, dired-chown-program):
10836         * diff.el (diff-switches, diff-command):
10837         * cus-edit.el (same-window-regexps):
10838         * bindings.el (mode-line-mule-info)
10839         (mode-line-buffer-identification): Purecopy strings.
10841 2009-11-11  Juri Linkov  <juri@jurta.org>
10843         * simple.el (dired-get-filename) <declare-function>:
10844         Tell the byte-compiler about dired-get-filename.
10845         (shell-command): In Dired mode, get filename from the current line
10846         as the default value.
10848 2009-11-10  Glenn Morris  <rgm@gnu.org>
10850         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10851         * calendar/holidays.el, progmodes/cperl-mode.el:
10852         Update x-popup-menu declarations.
10854         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10855         (list-load-path-shadows): Use dolist.
10856         (list-load-path-shadows): Use with-current-buffer.
10858 2009-11-10  Juri Linkov  <juri@jurta.org>
10860         * minibuffer.el (read-file-name): Support a list of default values
10861         in `default-filename'.  Use the first file name where only one
10862         element is required.  Doc fix.
10864 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10866         * net/dbus.el (dbus-unregister-object): Release service, if no
10867         other method is registered for it.
10869 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10871         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10872         bookmark-sort-flag is non-nil (Bug#4653).
10874 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10876         * emulation/cua-base.el: Add CUA property to some CC mode commands
10877         (Bug#4100).
10879 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10881         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10882         at end of sentence (Bug#4818).
10884 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10886         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10887         Handle "see declaration of" MSFT statements (Bug#4100).
10889 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10891         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10892         (tramp-advice-file-expand-wildcards): Unload via
10893         `ad-remove-advice'.
10895         * net/trampver.el: Update release number.
10897 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10899         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10900         `ad-do-it'.
10902 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10904         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10905         in order to keep context in SELinux.
10907 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10909         * dired-aux.el (dired-query): Place cursor in echo area and allow
10910         C-g.
10912         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10913         menu item if not on a directory (Bug#4701).
10915 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10917         Sync with Tramp 2.1.17.
10919         * net/tramp.el (tramp-handle-copy-directory): Don't use
10920         `file-remote-p' (due to compatibility).
10922         * net/tramp-compat.el (tramp-compat-copy-directory)
10923         (tramp-compat-delete-directory): New defuns.
10925         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10926         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10927         `tramp-compat-delete-directory'.
10929         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10930         (tramp-smb-handle-delete-directory): Use
10931         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10933         * net/trampver.el: Update release number.
10935 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10937         * tar-mode.el (tar-copy): Call write-region on the right buffer
10938         (Bug#4857).
10940         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10941         by hand, if necessary (Bug#4878).
10943 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10945         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10946         align size column (Bug#4839).
10948         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10949         statement.
10951 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10953         * progmodes/ld-script.el (auto-mode-alist):
10954         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10956         * cus-face.el (custom-declare-face): Purecopy face spec.
10958 2009-11-06  Kenichi Handa  <handa@m17n.org>
10960         * international/uni-bidi.el: Re-generated.
10961         * international/uni-category.el: Re-generated.
10962         * international/uni-combining.el: Re-generated.
10963         * international/uni-mirrored.el: Re-generated.
10965 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10967         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10968         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10969         (tex-start-options, slitex-run-command, latex-run-command)
10970         (tex-run-command, tex-directory):
10971         * textmodes/ispell.el (ispell-html-skip-alists)
10972         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10973         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10974         (adaptive-fill-regexp):
10975         * textmodes/dns-mode.el (auto-mode-alist):
10976         * progmodes/python.el (interpreter-mode-alist):
10977         * progmodes/etags.el (tags-compression-info-list):
10978         * progmodes/etags.el (tags-file-name):
10979         * net/browse-url.el (browse-url-galeon-program)
10980         (browse-url-firefox-program):
10981         * mail/sendmail.el (mail-signature-file)
10982         (mail-citation-prefix-regexp):
10983         * international/mule-conf.el (eight-bit):
10984         * international/latexenc.el (latex-inputenc-coding-alist):
10985         * international/fontset.el (x-pixel-size-width-font-regexp):
10986         * emacs-lisp/warnings.el (warning-type-format):
10987         * emacs-lisp/trace.el (trace-buffer):
10988         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10989         (emacs-lisp-mode-map):
10990         * calendar/holidays.el (holiday-solar-holidays)
10991         (holiday-bahai-holidays, holiday-islamic-holidays)
10992         (holiday-christian-holidays, holiday-hebrew-holidays)
10993         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10994         (hebrew-holidays-1, holiday-oriental-holidays)
10995         (holiday-general-holidays):
10996         * x-dnd.el (x-dnd-known-types):
10997         * tool-bar.el (tool-bar):
10998         * startup.el (site-run-file):
10999         * shell.el (shell-dumb-shell-regexp):
11000         * rfn-eshadow.el (file-name-shadow-tty-properties)
11001         (file-name-shadow-properties):
11002         * paths.el (remote-shell-program, news-directory):
11003         * mouse.el ([C-down-mouse-3]):
11004         * menu-bar.el (menu-bar-tools-menu):
11005         * jka-cmpr-hook.el (jka-compr-load-suffixes)
11006         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11007         (jka-compr-compression-info-list):
11008         * isearch.el (search-whitespace-regexp):
11009         * image-file.el (image-file-name-extensions):
11010         * find-dired.el (find-ls-option):
11011         * files.el (directory-listing-before-filename-regexp)
11012         (directory-free-space-args, insert-directory-program)
11013         (list-directory-brief-switches, magic-fallback-mode-alist)
11014         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11015         (automount-dir-prefix):
11016         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11017         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11018         (face-font-registry-alternatives, face-font-registry-alternatives)
11019         (face-font-family-alternatives):
11020         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11021         (facemenu-foreground-menu, facemenu-face-menu):
11022         * epa-hook.el (epa-file-name-regexp):
11023         * dnd.el (dnd-protocol-alist):
11024         * textmodes/rst.el (auto-mode-alist):
11025         * button.el (default-button): Purecopy strings.
11027 2009-11-06  Glenn Morris  <rgm@gnu.org>
11029         * Makefile.in (ELCFILES): Update.
11031 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11034         * emacs-lisp/levents.el: Move to obsolete/levents.el.
11036         * nxml/xsd-regexp.el (xsdre-gen-categories):
11037         * nxml/xmltok.el (xmltok-parse-entity):
11038         * nxml/rng-parse.el (rng-parse-validate-file):
11039         * nxml/rng-maint.el (rng-format-manual)
11040         (rng-manual-output-force-new-line):
11041         * nxml/rng-loc.el (rng-save-schema-location-1):
11042         * nxml/rng-cmpct.el (rng-c-parse-file):
11043         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11044         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11046 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
11048         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11049         Remove extra save-excursions and make-variable-buffer-local's.
11050         Suggested by Stefan Monnier.
11052         (verilog-getopt-file, verilog-module-inside-filename-p)
11053         (verilog-set-define): Merge GNU 1.35 and repair changes from
11054         switching to using with-current-buffer.
11056         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11057         being treated as a number and confusing AUTORESET.
11058         Reported by Dan Dever.
11060         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11061         Add verilog-auto-ignore-concat to fix backward compatibility with
11062         older verilog-modes.  Reported by Dan Katz.
11064         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11065         containing closing anchors "...$".
11067         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11068         Reported by Wade Smith.
11070         (verilog-batch-execute-func): Comment on function usage.
11072 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
11074         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11075         for labels.
11077         (verilog-label-re, verilog-calc-1): Support proper indent of named
11078         asserts.
11080         (verilog-backward-token, verilog-basic-complete-re)
11081         (verilog-beg-of-statement, verilog-indent-re): Support proper
11082         indent of the assert statement at the beginning of a block of text.
11084         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11085         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11086         tokens as begins.
11088 2009-11-05  Glenn Morris  <rgm@gnu.org>
11090         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11091         Emacs 19.  (Bug#1531)
11092         (byte-compile-fix-header): Update for the above change.
11093         Drop test for epoch::version.
11095         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11096         * cus-dep.el (custom-make-dependencies):
11097         * finder.el (finder-compile-keywords):
11098         Use autoload-rubric's feature argument.
11100         * calendar/diary-lib.el (top-level): Make load behave more like require.
11102         * vc-git.el (vc-git-stash-map): Move definition before use.
11104 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11106         * custom.el (custom-declare-group): Purecopy standard-value.
11107         (custom-declare-group): Purecopy custom-prefix.
11109         * international/mule.el (load-with-code-conversion):
11110         Call do-after-load-evaluation unconditionally.
11112         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11114 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11116         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11118 2009-11-04  Glenn Morris  <rgm@gnu.org>
11120         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11121         (byte-compile-compatibility): Remove option.
11122         (byte-compile-close-variables, byte-compile-fix-header)
11123         (byte-compile-insert-header, byte-compile-output-docform)
11124         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11125         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11126         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11127         (byte-compile-insert, byte-compile-defun):
11128         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
11129         (byte-defop-compiler19): Remove.
11130         Without byte-compile-compatibility, the 'emacs19-opcode property is not
11131         used by anything.  Replace all calls with byte-defop-compiler.
11133 2009-11-04  Juri Linkov  <juri@jurta.org>
11135         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11136         (menu-bar-options-menu): Don't quote the `prop' arg of
11137         `menu-bar-make-mm-toggle'.
11139 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
11141         * calendar/calendar.el (cal-loaddefs):
11142         * calendar/diary-lib.el (diary-loaddefs):
11143         * calendar/holidays.el (hol-loaddefs):
11144         * eshell/esh-module.el (esh-groups): Load rather than require.
11146 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11148         * calendar/todo-mode.el (todo-add-category): Don't hardcode
11149         point-min==1.
11150         (todo-top-priorities): Only display-buffer when called interactively.
11151         (todo-item-start): Don't save excursion point.
11152         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
11153         (todo-insert-item-here, todo-file-item, todo-remove-item):
11154         Adjust uses of todo-item-start and todo-item-end.
11156         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11157         (autoload-rubric): Don't use any more.
11159         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11160         and only put a prop if it is non-nil.
11162 2009-11-03  Juri Linkov  <juri@jurta.org>
11164         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11165         (menu-bar-options-menu): Fix list quoting (Bug#4429).
11167         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11168         and "Menu" to make top-level menu item visually one unit (like
11169         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11170         multi-word menu items).  Fix :help string for quit-window.
11172 2009-11-03  Glenn Morris  <rgm@gnu.org>
11174         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11175         (byte-compile-file-form-define-abbrev-table)
11176         (byte-compile-file-form-custom-declare-variable)
11177         (byte-compile-variable-ref, byte-compile-defvar):
11178         Whether or not a warning is enabled should only affect whether we issue
11179         the warning, not whether or not we collect the relevant data.
11180         Eg warnings can be turned on and off throughout the course of a file.
11182         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11183         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11185 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11188         * play/mpuz.el (mpuz-create-buffer):
11189         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11190         (lm-print-y,s,noise, lm-print-w0, lm-init):
11191         * play/gomoku.el (gomoku-prompt-for-move):
11192         * play/fortune.el (fortune-in-buffer):
11193         * play/dissociate.el (dissociated-press):
11194         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11195         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11196         * mail/supercite.el (sc-eref-show):
11197         * mail/smtpmail.el (smtpmail-send-it):
11198         * mail/rmailsum.el (rmail-summary-next-labeled-message)
11199         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11200         (rmail-summary-undelete-many, rmail-summary-rmail-update)
11201         (rmail-summary-goto-msg, rmail-summary-expunge)
11202         (rmail-summary-get-new-mail, rmail-summary-search-backward)
11203         (rmail-summary-add-label, rmail-summary-output-menu)
11204         (rmail-summary-output-body):
11205         * mail/rfc822.el (rfc822-addresses):
11206         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11207         * mail/mailpost.el (post-mail-send-it):
11208         * mail/hashcash.el (hashcash-generate-payment):
11209         * mail/feedmail.el (feedmail-run-the-queue)
11210         (feedmail-queue-send-edit-prompt-help-first)
11211         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11212         (feedmail-deduce-address-list):
11213         * eshell/esh-ext.el (eshell-remote-command):
11214         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11215         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11216         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11217         (viper-save-string-in-file, viper-valid-marker):
11218         * emulation/viper-keym.el (viper-toggle-key):
11219         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11220         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11221         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11222         * emulation/viper-cmd.el (viper-exec-form-in-vi)
11223         (viper-exec-form-in-emacs, viper-brac-function):
11224         * emulation/viper.el (viper-delocalize-var):
11225         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11226         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11227         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11228         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11229         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11230         * emulation/edt.el (edt-electric-helpify):
11231         * emulation/cua-rect.el (cua--rectangle-aux-replace):
11232         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11233         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11234         (cua-indent-to-global-mark-column):
11235         * calendar/diary-lib.el (calendar-mark-1):
11236         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11237         Use with-current-buffer.
11238         * emulation/viper.el (viper-delocalize-var): Use dolist.
11240 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
11242         * comint.el (comint-replace-by-expanded-history-before-point):
11243         Replace !! with the previous input string literally (Bug#1795).
11245 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
11247         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11248         to be made up of whitespace.
11250 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
11252         * minibuffer.el (read-file-name): Don't use file dialogs for
11253         remote directories (Bug#99).
11255 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
11257         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11259 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
11261         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11262         instead of deleting the window or frame.
11264 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
11266         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11267         Support face colors.
11269         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11270         New function.  Support face colors (Bug#1168).
11271         (tex-common-initialization): Use it.
11273         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11274         mode allows it (Bug#1168).
11276 2009-10-31  Juri Linkov  <juri@jurta.org>
11278         * facemenu.el (list-colors-display): Don't mark buffer as
11279         modified (Bug#3948).
11281 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
11283         * international/mule-diag.el (list-character-sets-1): Minor
11284         message fix (Bug#3526).
11286         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11287         face property (Bug#4834).
11288         (etags-list-tags, etags-tags-apropos-additional)
11289         (etags-tags-apropos, tags-select-tags-table): Add follow-link
11290         property.
11292         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11293         items.
11295 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * textmodes/two-column.el (2C-split):
11298         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11299         * textmodes/tex-mode.el (tex-set-buffer-directory):
11300         * textmodes/spell.el (spell-region, spell-string):
11301         * textmodes/reftex.el (reftex-erase-buffer):
11302         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11303         * textmodes/reftex-toc.el (reftex-toc-promote-action):
11304         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11305         (reftex-select-item):
11306         * textmodes/reftex-ref.el (reftex-label-info-update)
11307         (reftex-offer-label-menu):
11308         * textmodes/reftex-index.el (reftex-index-change-entry)
11309         (reftex-index-phrases-info):
11310         * textmodes/reftex-global.el (reftex-create-tags-file)
11311         (reftex-save-all-document-buffers, reftex-ensure-write-access):
11312         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11313         (reftex-view-crossref-from-bibtex):
11314         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11315         (reftex-extract-bib-entries-from-thebibliography)
11316         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11317         * textmodes/refbib.el (r2b-capitalize-title):
11318         (r2b-convert-buffer, r2b-help):
11319         * textmodes/page-ext.el (pages-directory)
11320         (pages-directory-goto-with-mouse):
11321         * textmodes/bibtex.el (bibtex-validate-globally):
11322         * textmodes/bib-mode.el (bib-capitalize-title):
11323         * textmodes/artist.el (artist-clear-buffer, artist-system):
11324         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11325         (local-set-scheme-interaction-buffer, xscheme-process-filter)
11326         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11327         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11328         (xscheme-send-control-g-interrupt, xscheme-start-process)
11329         (xscheme-process-sentinel, xscheme-cd):
11330         * progmodes/verilog-mode.el (verilog-read-always-signals)
11331         (verilog-set-define, verilog-getopt-file)
11332         (verilog-module-inside-filename-p):
11333         * progmodes/sh-script.el:
11334         * progmodes/python.el (python-pdbtrack-get-source-buffer)
11335         (python-pdbtrack-grub-for-buffer, python-execute-file):
11336         * progmodes/octave-inf.el (inferior-octave):
11337         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11338         (idlwave-shell-compile-helper-routines, idlwave-set-local)
11339         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11340         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11341         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11342         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11343         (idlwave-shell-filter, idlwave-shell-examine-highlight)
11344         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11345         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11346         (idlwave-shell-examine-display, idlwave-shell-run-region)
11347         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11348         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11349         * progmodes/idlw-help.el (idlwave-help-get-special-help)
11350         (idlwave-help-get-help-buffer):
11351         * progmodes/gud.el (gud-basic-call, gud-find-class)
11352         (gud-tooltip-activate-mouse-motions-if-enabled):
11353         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11354         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11355         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11356         (ebrowse-tags-next-file):
11357         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11358         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11359         (ebnf-eps-finish-and-write):
11360         * progmodes/cpp.el (cpp-edit-save):
11361         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11362         * progmodes/cc-defs.el (c-emacs-features):
11363         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11364         (antlr-directory-dependencies):
11365         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11366         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11367         (ada-find-any-references, ada-make-filename-from-adaname)
11368         (ada-make-body-gnatstub):
11369         * obsolete/rnews.el (news-list-news-groups):
11370         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11371         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11372         * net/rcirc.el (rcirc-debug):
11373         * net/newst-treeview.el (newsticker--treeview-list-add-item)
11374         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11375         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11376         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11377         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11378         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11379         (newsticker--treeview-list-clear-highlight)
11380         (newsticker--treeview-list-update-highlight)
11381         (newsticker--treeview-list-highlight-start)
11382         (newsticker--treeview-tree-update-highlight)
11383         (newsticker--treeview-get-selected-item)
11384         (newsticker-treeview-mark-list-items-old)
11385         (newsticker--treeview-set-current-node):
11386         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11387         * net/newst-backend.el (newsticker--get-news-by-funcall)
11388         (newsticker--get-news-by-wget, newsticker--image-get)
11389         (newsticker--image-sentinel):
11390         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11391         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11392         (eudc-ph-close-session):
11393         * net/eudc.el (eudc-save-options):
11394         * language/thai-word.el (thai-update-word-table):
11395         * language/japan-util.el (japanese-string-conversion):
11396         * international/titdic-cnv.el (tsang-quick-converter)
11397         (ziranma-converter, ctlau-converter):
11398         * international/mule-cmds.el (describe-language-environment):
11399         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11400         (skkdic-convert-postfix, skkdic-convert-prefix):
11401         (skkdic-convert-okuri-nasi, skkdic-convert):
11402         * emacs-lisp/re-builder.el (reb-update-overlays):
11403         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11404         * emacs-lisp/gulp.el (gulp-send-requests):
11405         * emacs-lisp/find-gc.el (trace-call-tree):
11406         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11407         (eieio-describe-generic):
11408         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11409         * emacs-lisp/edebug.el (edebug-outside-excursion):
11410         * emacs-lisp/debug.el (debugger-make-xrefs):
11411         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11412         * emacs-lisp/chart.el (chart-new-buffer):
11413         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11414         Use with-current-buffer.
11415         * textmodes/artist.el (artist-system): Don't call
11416         copy-sequence on a fresh string.
11417         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11419 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11421         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11422         is no item to edit.  (Bug#4820)
11423         (todo-top-priorities): Restore point and restore narrowing in Todo
11424         buffer.  (Bug#4820)
11426 2009-10-31  Glenn Morris  <rgm@gnu.org>
11428         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11429         (comint-last-output-start, comint-last-input-start)
11430         (comint-last-input-end): Don't defvar when compiling.
11431         (ange-ftp-process-file): Use bound-and-true-p.
11433         * pcmpl-rpm.el (top-level): Move provide statement to end.
11434         (pcmpl-rpm): Remove unused custom group.
11436         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11438         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11440         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11441         (byte-compile-warnings): Add `constants' as an option.
11442         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11443         (display-call-tree): Update for byte-compile-fdefinition possibly
11444         returning `(macro lambda ...)'.  (Bug#4778)
11445         (byte-compile-variable-ref, byte-compile-setq-default):
11446         Respect `constants' member of byte-compile-warnings.
11448 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11451         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11452         to "submit:".
11454 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11456         * textmodes/ispell.el (ispell-skip-region-alist):
11457         * international/mule-conf.el (eight-bit):
11458         * international/fontset.el (font-encoding-alist):
11459         * startup.el (pure-space-overflow-message):
11460         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11461         * paths.el (gnus-nntp-service, rmail-spool-directory)
11462         (term-file-prefix):
11463         * files.el (save-some-buffers-action-alist):
11464         * cmuscheme.el (same-window-buffer-names):
11465         * ielm.el (same-window-buffer-names):
11466         * shell.el (same-window-buffer-names):
11467         * mail/sendmail.el (same-window-buffer-names):
11468         * progmodes/inf-lisp.el (same-window-buffer-names):
11469         * bindings.el (mode-line-client)
11470         (mode-line-column-line-number-mode-map):
11471         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11472         (tibetan-precomposed-regexp): Purecopy string arguments.
11474 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11477         (calcDigit-nondigit):
11478         * calc/calc-yank.el (calc-copy-to-buffer):
11479         * calc/calc-units.el (calc-invalidate-units-table):
11480         * calc/calc-trail.el (calc-trail-yank):
11481         * calc/calc-store.el (calc-insert-variables):
11482         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11483         * calc/calc-prog.el (calc-read-parse-table):
11484         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11485         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11486         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11487         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11488         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11489         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11490         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11491         * calc/calc-ext.el (calc-realign):
11492         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11493         (calc-embedded-finish-edit, calc-embedded-make-info)
11494         (calc-embedded-finish-command, calc-embedded-stack-change):
11495         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11497         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11498         shell-dynamic-complete-filename in preference to
11499         comint-dynamic-complete-filename.
11501         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11502         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11503         Don't consider whether the display supports colors.
11504         (bookmark-import-new-list): Use dolist.
11505         (bookmark-bmenu-mode-map): Move initialization into declaration.
11506         (bookmark-bmenu-list): Use dolist, simplify.
11507         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11508         (menu-bar-final-items): Use push.
11510 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11512         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11513         it works on remote files.
11514         (vc-hg-diff): Don't pass any `--cwd' argument.
11516 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11518         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11519         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11520         (Further to Bug#3921).
11522 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11524         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11525         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11526         calling `tramp-imap-put-file'.  Add file size to the call.
11527         (tramp-imap-get-file-entries): Compute also user name, file size,
11528         and date.
11529         (tramp-imap-handle-insert-directory): Insert uid and gid.
11530         (tramp-imap-handle-file-attributes): Transform uid and gid
11531         according to `id-format'.
11532         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11533         size in header X-Size.
11535 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11537         * simple.el (transpose-subr): Give clearer error when the mark
11538         is not set.  (Bug#4807)
11540 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11542         * net/tramp.el (tramp-perl-file-truename): New defconst.
11543         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11544         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11545         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11546         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11548         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11549         Ignore `dired-call-process'.
11550         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11552 2009-10-26  Julian Scheid  <julians37@gmail.com>
11554         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11555         (tramp-get-remote-readlink): New defun.
11556         (tramp-handle-file-truename): Use it.
11557         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11558         file exists if cache value present.
11559         (tramp-check-cached-permissions): New defun.
11560         (tramp-handle-file-readable-p): Use it.
11561         (tramp-handle-file-writable-p): Likewise.
11562         (tramp-handle-file-executable-p): Likewise.
11563         (tramp-handle-file-name-all-completions): Try using Perl to get
11564         partial completions.  When perl not available, combine `cd' and
11565         `ls' into single remote operation and use shell expansion to get
11566         partial remote directory contents.  Set `file-exists-p' cache for
11567         directory and any files returned by ls.  Change cache handling to
11568         support partial directory contents.  Use error message emitted by
11569         remote `cd' or Perl code for local tramp-error.
11570         (tramp-do-copy-or-rename-file-directly): Avoid separate
11571         tramp-send-command-and-check call.
11572         (tramp-handle-process-file): Merge three remote ops into one.
11573         Do not flush all caches when `process-file-side-effects' is set.
11574         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11575         file-attributes shows uid/gid to be set already.
11577 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11579         * textmodes/tex-mode.el (tex-dvi-view-command)
11580         (tex-show-queue-command, tex-open-quote):
11581         * progmodes/ruby-mode.el (auto-mode-alist)
11582         (interpreter-mode-alist): Purecopy strings.
11584         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11586         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11587         string for the hook, keymap and abbrev table.
11589         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11591         * x-dnd.el (x-dnd-xdnd-to-action):
11592         * startup.el (fancy-startup-text, fancy-about-text): Change to
11593         defconst from defvar.
11595         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11597         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11598         Purecopy initialization strings.
11600         * mail/sendmail.el (mail-header-separator)
11601         (mail-personal-alias-file):
11602         * mail/rmail.el (rmail-default-dont-reply-to-names)
11603         (rmail-ignored-headers, rmail-retry-ignored-headers)
11604         (rmail-highlighted-headers, rmail-secondary-file-directory)
11605         (rmail-secondary-file-regexp):
11606         * files.el (null-device, file-name-invalid-regexp)
11607         (locate-dominating-stop-dir-regexp)
11608         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11609         (interpreter-mode-alist): Use mapcar instead of mapc.
11611         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11613         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11614         (completion-ignored-extensions):
11615         (debug-ignored-errors): Purecopy strings.
11617 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11619         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11620         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11621         (pcomplete--here): Use push.
11623         * subr.el (all-completions): Declare the 4th arg obsolete.
11625 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11628         (pcomplete-unquote-argument): New function.
11629         (pcomplete--common-suffix): Always pay attention to case.
11630         (pcomplete--table-subvert): Quote and unquote the text.
11631         (pcomplete--common-quoted-suffix): New function.
11632         (pcomplete-std-complete): Use it and pcomplete-begin.
11634         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11635         we're inside a dedicated or minibuffer window.
11637 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11639         * bookmark.el: Update documentation, especially documentation
11640         of `bookmark-alist' and of the bookmark file format.
11641         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11643 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11645         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11646         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11647         window to buffer.
11649         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11650         (global-whitespace-mode, global-whitespace-newline-mode)
11651         (whitespace-toggle-options, global-whitespace-toggle-options):
11652         Doc fix (Bug#3660).
11654         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11655         of xmltok-start before the end tag was inserted (Bug#2840).
11657         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11658         patterns that are preceded by an open-paren (Bug#1320).
11660 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11662         * files.el (delete-directory): Delete symlinks to directories with
11663         delete-file (Bug#4739).
11665 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11667         * vc.el (vc-backend-for-registration): Rename from
11668         vc-get-backend-for-registration.  Update callers.
11670         * international/mule-cmds.el (set-language-info-alist):
11671         Purecopy lang-env.
11672         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11673         (charset): Purecopy the name.
11674         (define-char-code-property): Purecopy string arguments.
11676         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11677         Purecopy string arguments.
11679         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11680         * ediff-hook.el (menu-bar-ediff-menu):
11681         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11682         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11684 2009-10-24  Glenn Morris  <rgm@gnu.org>
11686         * comint.el (comint-dynamic-list-completions):
11687         * term.el (term-dynamic-list-completions): Use choose-completion rather
11688         than obsolete alias mouse-choose-completion.
11690         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11691         file-cache-choose-completion.
11692         (file-cache-choose-completion): Handle an optional event argument.
11693         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11695         * progmodes/octave-mod.el (octave-complete-symbol):
11696         Use choose-completion if mouse-choose-completion is ever removed.
11698         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11699         use.
11701         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11702         compiler.
11704         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11706 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11708         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11709         Ignore `pred' now that we receive one.
11710         Handle test-completion specially.
11712 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11714         * vc.el (vc-responsible-backend): Throw an error if not backend is
11715         found.  Remove the REGISTER argument.  Move the code dealing with
11716         REGISTER ...
11717         (vc-get-backend-for-registration): ... here.  New function.
11718         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11719         of vc-responsible-backend, pass the file name instead of the
11720         directory name.
11722 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11724         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11725         New funs.
11726         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11727         (pcomplete-comint-setup): Don't modify a global var via
11728         accidental side-effects.
11729         (pcomplete-shell-setup): Adjust call accordingly.
11730         (pcomplete-parse-comint-arguments): Use push.
11732 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11734         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11735         Allow uncapitalized info node names (Bug#3921).
11737         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11738         to the DEBUG file (Bug#3781).
11740 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11742         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11743         dictionary entry (Bug#4579).
11745 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11747         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11748         from `rfn-eshadow-update-overlay-hook' when unloading.
11749         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11750         "rsyncc".  Adjust doc string.
11751         (tramp-temp-buffer-file-name): New buffer-local defvar.
11752         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11753         Keep temporary file when indicated by method ("rsync" and
11754         "rsyncc").
11755         (tramp-handle-write-region): Handle APPEND.
11756         (tramp-delete-temp-file-function): New defun.  Added to
11757         `kill-buffer-hook'.
11759 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11761         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11763 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11765         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11766         (color-name-rgb-alist, tty-standard-colors)
11767         (tty-color-mode-alist): Change to defconst.
11769         * simple.el (mark-inactive): Purecopy message.
11771         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11772         (global-map, yank-menu):
11773         * textmodes/ispell.el (ispell-menu-map):
11774         * net/eudc.el (eudc-tools-menu):
11775         * international/mule-cmds.el (describe-language-environment-map)
11776         (setup-language-environment-map, set-coding-system-map)
11777         (mule-menu-keymap):
11778         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11779         * replace.el (occur-mode-map):
11780         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11782 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11784         * calc/calc.el (math-read-number, math-read-number-simple): Use
11785         `save-match-data'.
11787 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11789         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11790         rather than fiddling with global-map bindings, since it should only
11791         affect per-terminal settings.
11792         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11794         * minibuffer.el (completion-table-with-terminator): Allow to specify
11795         the terminator-regexp.
11797         * simple.el (switch-to-completions): Look for *Completions* in other
11798         frames as well.
11800         * pcomplete.el: Allow the use of completion-tables.
11801         (pcomplete-std-complete): New command.
11802         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11803         (pcomplete--here): Use a function for `form' rather than an expression,
11804         so it can be byte-compiled.
11805         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11806         Add edebug declaration.
11807         (pcomplete-show-completions): Remove unused var `curbuf'.
11808         (pcomplete-do-complete, pcomplete-stub):
11809         Don't assume `completions' is a list of strings any more.
11811 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11813         * find-dired.el (find-name-arg): Fix typo in docstring.
11815 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11818         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11820         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11821         pcomplete-entries.
11823         * comint.el (comint-read-input-ring, comint-write-input-ring)
11824         (comint-substitute-in-file-name)
11825         (comint-dynamic-complete-as-filename)
11826         (comint-dynamic-simple-complete)
11827         (comint-dynamic-list-filename-completions)
11828         (comint-dynamic-list-completions)
11829         (comint-redirect-results-list-from-process): Minor simplifications.
11831 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11833         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11834         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11835         the first form.  And insert a blank line after ";;; Code" since
11836         that's usual style.  (Bug#4612)
11838         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11840 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11842         * minibuffer.el (completion-table-with-terminator): Properly implement
11843         boundaries, in case `terminator' appears in the suffix.
11844         (completion--embedded-envvar-table): Don't return boundaries if
11845         there's no valid completion.  Simplify.
11846         (completion-file-name-table): New completion table extracted from
11847         completion--file-name-table.
11848         (completion--file-name-table): Use it.
11849         (read-file-name-predicate): Declare obsolete.
11850         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11851         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11852         completion-file-name-table, and use the `pred' argument.
11853         * files.el (locate-file-completion-table): Use the `pred' arg rather
11854         than read-file-name-predicate.
11855         (abbreviate-file-name): Use \` rather than ^ for BOS.
11857 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11859         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11860         vc-responsible-backend to register, it causes problems.
11862 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11866 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11868         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11869         (tramp-smb-handle-file-attributes): Use it.
11870         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11871         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11872         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11873         Add `dired-filename' text properties.
11874         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11875         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11876         version.
11878 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * subr.el (read-key-delay): Reduce to 0.01.
11881         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11882         (bug#4751).
11884 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11886         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11888         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11889         (Info-menu): Remove unused vars `last' and `completions'.
11890         (Info-index-nodes): Remove unused var `node'.
11892         * info.el (Info-complete-menu-item): Use complete-with-action.
11894 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11896         Make vc-annotate work through copies and renames.
11897         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11898         Return the file name too.
11899         (vc-annotate-revision-at-line)
11900         (vc-annotate-find-revision-at-line)
11901         (vc-annotate-revision-previous-to-line)
11902         (vc-annotate-show-log-revision-at-line): Update to get the file
11903         name from vc-annotate-extract-revision-at-line.
11904         (vc-annotate-show-diff-revision-at-line-internal): Change the
11905         argument to mean whether to show a file diff or not.  Get the file
11906         name from vc-annotate-extract-revision-at-line.
11907         (vc-annotate-show-diff-revision-at-line):
11908         Update vc-annotate-show-diff-revision-at-line call.
11909         (vc-annotate-warp-revision): Add an optional file argument.
11911         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11912         (vc-git-annotate-extract-revision-at-line): Also return the file
11913         name if found.
11915         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11916         command.  Remove unused code.
11917         (vc-hg-annotate-re): Update to match --follow output.
11918         (vc-hg-annotate-extract-revision-at-line): Also return the file
11919         name if found.
11921         * vc.el: Update annotate-extract-revision-at-line documentation.
11923 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11925         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11926         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11928         * net/browse-url.el (browse-url): Identify alist with "consp and
11929         not functionp" and let all other things go down the `apply' leg,
11930         as suggested by Stefan.  (Further to bug#4531.)
11932 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11934         * minibuffer.el (read-file-name): Check for repeat before putting
11935         a default argument in file-name-history (Bug#4657).
11937         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11938         read syntax (Bug#4737).
11940         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11942 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11944         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11945         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11946         entries and make note of obsolete tags.
11948 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11952 2009-10-18  Glenn Morris  <rgm@gnu.org>
11954         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11955         grep, so that binary files (eg international/uni-bidi.el) can match.
11956         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11957         now, and in any case the file header format has changed.
11959 2009-10-17  Glenn Morris  <rgm@gnu.org>
11961         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11962         (flyspell-get-word, flyspell-large-region)
11963         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11965 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11967         * Makefile.in (ELCFILES): Add ede/shell.
11969 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11971         * term/common-win.el (x-colors): Purecopy it.
11973 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11975         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11976         permissive for when the buffer is empty.
11977         (tar-header-block-tokenize): Decode the username and groupname.
11978         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11980 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * international/mule-cmds.el (select-safe-coding-system): If the file
11983         has a coding cookie, use it regardless of any other setting (bug#4712).
11985 2009-10-17  Glenn Morris  <rgm@gnu.org>
11987         * foldout.el (foldout-mouse-swallow-events):
11988         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11990         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11991         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11992         (dired-keep-marker-symlink, dired-dwim-target)
11993         (dired-copy-preserve-time): Do not autoload these defcustoms.
11995         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11996         messages from messing up the file coding.  (Bug#4623)
11998 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
12000         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12001         if no match is found for the current dictionary.  (Bug#4578)
12003         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12004         optional, since that is how it is documented, and this is often called
12005         with a nil argument.  (Bug#4577)
12006         (flyspell-external-point-words, flyspell-auto-correct-word)
12007         (flyspell-correct-word-before-point, flyspell-word-search-forward)
12008         (flyspell-word-search-backward): Remove nil argument in calls to
12009         flyspell-get-word, since it is not needed now.
12011 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
12013         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
12015 2009-10-16  Glenn Morris  <rgm@gnu.org>
12017         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12019 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
12021         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12022         (ange-ftp-file-size): New function.
12023         (ange-ftp-file-attributes): Use it.
12025 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
12027         * net/tramp-smb.el (tramp-smb-version): New defvar.
12028         (tramp-smb-maybe-open-connection): Use it, in order to avoid
12029         repeated checks.
12031 2009-10-16  Glenn Morris  <rgm@gnu.org>
12033         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12034         Maybe copy some custom properties from old to new name.  (Bug#4706)
12036 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
12038         * subr.el (error, sit-for, start-process-shell-command)
12039         (start-file-process-shell-command): Set the calling convention
12040         after the function definition.
12042 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12044         * subr.el (error, sit-for, start-process-shell-command)
12045         (start-file-process-shell-command): Use the new
12046         set-advertised-calling-convention feature.
12048 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
12050         * international/ucs-normalize.el (ucs-normalize-version):
12051         Change to 1.2.
12052         (check-range): Adjust for Unicode 5.2.
12054 2009-10-15  Juri Linkov  <juri@jurta.org>
12056         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12057         to the `menu-item' format.
12059 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
12061         * net/tramp.el (tramp-replace-environment-variables): Do not fail
12062         if the environment variable does not exist.
12064         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12065         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12066         parameter.
12067         (tramp-smb-handle-add-name-to-file)
12068         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12069         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12070         (tramp-smb-handle-file-attributes)
12071         (tramp-smb-do-file-attributes-with-stat)
12072         (tramp-smb-handle-file-local-copy)
12073         (tramp-smb-handle-insert-directory)
12074         (tramp-smb-handle-make-directory)
12075         (tramp-smb-handle-make-directory-internal)
12076         (tramp-smb-handle-make-symbolic-link)
12077         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12078         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12079         (tramp-smb-maybe-open-connection): Apply the changed parameters.
12080         (tramp-smb-read-file-entry): Read Disk names in compressed format.
12081         Handle long file names.
12082         (tramp-smb-get-cifs-capabilities): Check, whether the connection
12083         process is running.
12084         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12085         Read share names with "-g" option.
12087 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
12089         * net/rcirc.el (rcirc-view-log-file): New command.
12090         (rcirc-track-minor-mode-map): Remove C-c ` binding.
12091         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12092         specified.
12094 2009-10-15  Glenn Morris  <rgm@gnu.org>
12096         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12097         from the second command-line argument.
12098         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12099         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12100         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12101         w32-batch-update-autoloads.
12102         * emacs-lisp/autoload.el (autoload-make-program): New variable.
12103         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12105         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12106         the headers cannot be located.  Simplify, subtracting superflous
12107         save-excursions.
12109 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         Replace completion-base-size by completion-base-position to fix bugs
12112         such as (bug#4699).
12113         * simple.el (completion-base-position): New var.
12114         (completion-base-size): Mark as obsolete.
12115         (choose-completion): Make it work for mouse events as well.
12116         Pass the new base-position to choose-completion-string.
12117         (choose-completion-guess-base-position): New function, extracted from
12118         choose-completion-delete-max-match.
12119         (choose-completion-delete-max-match): Use it.  Make obsolete.
12120         (choose-completion-string): Use the new base-position info.
12121         (completion-root-regexp): Delete.
12122         (completion-setup-function): Preserve completion-base-position.
12123         Eliminate obsolete base-size manipulation.
12124         * minibuffer.el (display-completion-list): Don't mess with base-size.
12125         (minibuffer-completion-help): Set completion-base-position instead.
12126         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12127         choose-completion.
12128         * textmodes/bibtex.el (bibtex-complete):
12129         * emacs-lisp/crm.el (crm--choose-completion-string):
12130         Adjust to new calling convention.
12131         * complete.el (partial-completion-mode): Use minibufferp to avoid
12132         bumping into incompatible change to choose-completion-string-functions.
12133         * ido.el (ido-choose-completion-string): Make its calling convention
12134         more permissive.
12135         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12136         base-size manipulation.
12137         (comint-dynamic-list-input-ring): Use dotimes and push.
12138         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12139         fundamental-mode.  Use `or'.
12141 2009-10-14  Juri Linkov  <juri@jurta.org>
12143         * misearch.el (multi-isearch-next-buffer-from-list)
12144         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12146 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12148         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12149         `bytecomp.el'.
12151         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12152         string we return is all made up of text from the completions rather
12153         than part from the completions and part from the input (bug#4219).
12155         * ido.el (ido-everywhere): Use define-minor-mode.
12157         * buff-menu.el (list-buffers, ctl-x-map):
12158         Mark the entry points with ;;;###autoload cookies.
12160 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12162         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12163         correctly in the detached head case.
12164         (vc-git-print-log): Remove unused binding.
12166         * vc.el (vc-responsible-backend): When a directory is passed for
12167         for registration create a VC repository if no backend is
12168         responsible for the directory argument.
12169         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12171         * vc.el: Move comments about RCS and SCCS ...
12172         * vc-rcs.el:
12173         * vc-sccs.el: ... here, respectively.
12175 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * minibuffer.el (completion--file-name-table): Return nil if there's
12178         no file completion, even if substitute-in-file-name changed
12179         the string (bug#4708).
12181 2009-10-13  Juri Linkov  <juri@jurta.org>
12183         * files-x.el (read-file-local-variable-value): Don't filter out
12184         minor modes from mode name completion (bug#4664).
12186 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12188         * international/mule-cmds.el (ucs-names): Remove exclusion of
12189         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12191 2009-10-13  Kenichi Handa  <handa@m17n.org>
12193         * international/uni-name.el: Regenerated.
12195 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12197         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12198         should be automatically buffer-local, but isn't.)
12200 2009-10-12  Sam Steingold  <sds@gnu.org>
12202         * progmodes/compile.el (compilation-next-error-function): Fix the
12203         timestamps if the buffer has been visited before.
12204         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12205         non-anchored patterns, like the perl one (bug#3928).
12207 2009-10-12  Glenn Morris  <rgm@gnu.org>
12209         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12210         Let-bind `size'.
12212 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
12214         * proced.el (proced-unload-function): New function.
12216         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12217         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12218         Doc fix.
12220         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12222 2009-10-11  Juri Linkov  <juri@jurta.org>
12224         * files-x.el (read-file-local-variable-value):
12225         Provide default value only for bound variables (bug#4664).
12227 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
12229         * net/tramp.el (tramp-local-host-p): Function shall return nil for
12230         connection methods like smb.
12232         * net/tramp-cache.el (tramp-flush-connection-property): The hash
12233         can be empty.
12235         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12236         (tramp-smb-file-name-handler-alist): Add handlers for
12237         `add-name-to-file', `make-symbolic-link'.
12238         (tramp-smb-handle-add-name-to-file)
12239         (tramp-smb-do-file-attributes-with-stat)
12240         (tramp-smb-handle-make-symbolic-link)
12241         (tramp-smb-get-cifs-capabilities): New defuns.
12242         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12243         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12244         (tramp-smb-handle-file-local-copy)
12245         (tramp-smb-handle-make-directory-internal)
12246         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12247         The file name syntax depends on cifs capabilities.
12248         (tramp-smb-handle-file-attributes):
12249         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12250         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12251         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12253 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12255         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12256         (eieio-defclass): Apply deftype handler and setf-method properties
12257         directly.
12258         (eieio-add-new-slot): Avoid union function from cl library.
12259         (eieio--typep): New function.
12260         (eieio-perform-slot-validation): Use it.
12262 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12264         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12265         Update documentation to refer to the variables documented in r1.135.
12266         (Bug#4188)
12268 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12270         * bookmark.el (Info-suffix-list): Remove this unused variable.
12271         (bookmark-current-point): Remove this obsolete variable.
12272         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12273         Adjust for removal of bookmark-current-point.
12275         (bookmarks-already-loaded, bookmark-current-buffer)
12276         (bookmark-yank-point): Document.  (Bug#4188)
12278 2009-10-10  Glenn Morris  <rgm@gnu.org>
12280         * frame.el (frame-height): Doc fix.
12282         * calendar/calendar.el (calendar-split-width-threshold): New option.
12283         (calendar-basic-setup): Use calendar-split-width-threshold.
12285 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12287         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12288         Ideographic Supplement" range (U+1F200..U+1F2FF).
12290 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12292         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12293         since the list will have been rebuilt anyway.  (Bug#4349)
12295 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12297         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12298         (bookmark-bmenu-execute-deletions): Don't save here, as
12299         bookmark-delete will now do so if necessary.
12300         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12301         (Bug#4348)
12303 2009-10-09  Glenn Morris  <rgm@gnu.org>
12305         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12307 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12309         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12310         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12311         argument now, so the two function's behaviors will match.  (Bug#3645)
12313 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12315         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12316         (tramp-file-name-real-host, tramp-file-name-port):
12317         Apply `save-match-data'.
12319         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12320         case both directories are remote.
12321         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12322         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12324 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12326         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12328 2009-10-07  Glenn Morris  <rgm@gnu.org>
12330         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12331         of concat.
12333 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12335         * files-x.el (read-file-local-variable): Include some
12336         non-user-variables in the completion table (bug#4664).
12338 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12340         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12341         message.
12343         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12344         (tramp-smb-file-name-handler-alist): Add handler for
12345         `copy-directory', `expand-file-name', `set-file-modes'.
12346         (tramp-smb-handle-copy-directory)
12347         (tramp-smb-handle-expand-file-name)
12348         (tramp-smb-handle-set-file-modes): New defuns.
12349         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12350         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12351         entry.
12352         (tramp-smb-handle-insert-directory): Don't flush the cache.
12353         (tramp-smb-maybe-open-connection): Check for samba client and
12354         server versions.
12356 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12358         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12359         to not error out of search for "^lisp=" fails.
12361 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12363         * makefile.w32-in (WINS_UPDATES): New macro.
12364         (custom-deps, finder-data, autoloads): Use it.
12366 2009-10-07  Glenn Morris  <rgm@gnu.org>
12368         * Makefile.in (autoloads): Revert previous change.
12369         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12370         the list of preloaded files passed on the command-line, get
12371         it from src/Makefile.
12373         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12374         show the original buffer rather than a random one.
12376 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12378         * help.el (describe-no-warranty): Place point in a slightly better
12379         position in the GPLv3 text.
12381 2009-10-06  Sam Steingold  <sds@gnu.org>
12383         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12384         the comm attribute is present before calling regexp-quote.
12386 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12388         * play/animate.el (animate-string): For good effect, make sure
12389         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12391         * play/animate.el (animate-sequence, animate-birthday-present):
12392         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12394 2009-10-06  Glenn Morris  <rgm@gnu.org>
12396         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12398         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12399         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12400         (batch-update-autoloads): Process a string value of autoload-excludes,
12401         set during the build process.
12402         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12404         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12405         inside with-parsed...  macro so that `v' is defined.
12407         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12408         * progmodes/fortran.el (fortran-end-of-block)
12409         (fortran-beginning-of-block):
12410         Also push mark in the macro case.
12412         * emerge.el (emerge-show-file-name):
12413         * calc/calc.el (calc-quit):
12414         * calc/calc-misc.el (calc-big-or-small):
12415         * calc/calc-graph.el (calc-graph-view):
12416         * calc/calc-ext.el (calc-reset):
12417         * calendar/calendar.el (calendar-basic-setup):
12418         Use window-full-height-p.
12420         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12421         header we don't understand, don't insert another.  (Bug#4624)
12422         If changing mime charset, insert the new one in the right place.
12424 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12426         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12427         (cal-tex-cursor-month): Correctly increment the end date for diary and
12428         holiday listing.  (Bug#4626)
12430 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12432         * help-fns.el (describe-function-1): Don't burp if the function is not
12433         a symbol.
12435 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12437         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12438         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12439         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12440         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12442         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12443         (eieio-default-superclass): Reflow docstrings.
12444         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12445         (eieio-unbind-method-implementations, defmethod)
12446         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12447         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12448         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12449         (eieio-slot-originating-class-p, eieio-slot-name-index)
12450         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12451         (constructor, initialize-instance, no-next-method, object-print)
12452         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12453         Fix typos in docstrings.
12454         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12455         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12456         (next-method-p): Doc fixes.
12457         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12458         Fix typos in error messages.
12459         (eieio-defmethod): Fix typo in description of generic method.
12461         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12462         (eieio-persistent-save-interactive, slot-missing):
12463         Fix typos in docstrings.
12464         (eieio-instance-inheritor-slot-boundp): Doc fix.
12466         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12467         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12469         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12470         (eieio-custom-object-apply-reset):
12471         Fix typos in docstrings and error messages.
12473         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12474         Fix typo in docstring.
12476         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12477         (eieio-browse-tree): Doc fix.
12478         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12479         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12480         Fix typos in docstrings.
12482         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12483         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12484         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12485         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12486         Reflow docstrings.
12488 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12490         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12491         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12492         Set log-view-vc-backend so that diff can work.
12494         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12495         vc-version-diff.
12496         (vc-diff-internal): Autoload this instead of vc-version-diff.
12498 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12500         * simple.el (eval-expression): Doc fix.
12502         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12504 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12506         * files.el (directory-files-no-dot-files-regexp): New defconst.
12507         (delete-directory): Use it.
12508         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12510         * net/tramp.el (tramp-verbose): Fix docstring.
12511         (tramp-methods): Add recursive option to `tramp-copy-args'.
12512         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12513         "scp1_old", "scp2_old", "rsync", "rsyncc".
12514         (tramp-default-method): Check also for `auth-source-user-or-password'.
12515         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12516         Add handler for `copy-directory'.
12517         (tramp-handle-copy-directory): New defun.
12518         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12519         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12520         Optimize sent command.
12522 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12525         window if necessary.
12527         * calendar/calendar.el (calendar-basic-setup): Don't call
12528         switch-to-buffer in a dedicated window.
12530 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12532         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12533         don't do anything related to relocating, just return nil.
12534         (bookmark-error-no-filename): New error.
12535         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12536         bookmark has no file.  Don't even attempt to handle things that
12537         are not files; the whole point of custom handlers is to keep that
12538         knowledge elsewhere anyway.  Tighten some comments.
12539         (bookmark-file-or-variation-thereof): Remove now-unused function.
12540         (bookmark-location): Doc string fix.
12541         (Bug#4250)
12543 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12545         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12546         don't use a file dialog, because they usually don't know how to read
12547         a directory target from the user.  (Bug#4230)
12548         Also, make sure the prompt can display directories as well as files.
12550 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12552         * bookmark.el (bookmark-set, bookmark-buffer-name):
12553         Improve doc strings.  (Bug#1193)
12555 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12557         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12558         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12559         (bookmark-get-annotation, bookmark-set-annotation)
12560         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12561         (bookmark-set-position, bookmark-get-front-context-string)
12562         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12563         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12564         (bookmark-jump-other-window, bookmark-handle-bookmark)
12565         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12566         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12567         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12568         Improve doc strings to say whether bookmark can be a string or
12569         a record or both, and make other consistency and clarity fixes.
12570         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12571         (bookmark-default-annotation-text, bookmark-yank-word)
12572         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12573         (bookmark-import-new-list, bookmark-maybe-rename)
12574         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12575         (bookmark-bmenu-bookmark): Give these doc strings.
12576         (bookmark-bmenu-check-position): Give this a doc string, but also
12577         add a FIXME comment about how the function may be pointless.
12578         (bookmark-default-handler): Rework doc string and change a
12579         parameter name, to clarify that this takes a bookmark record
12580         not a bookmark name.
12581         (bookmark-set): Change a parameter name to indicate its meaning,
12582         and improve the doc string a bit.
12583         (Bug#4188)
12585 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12587         * bookmark.el (bookmark-alist): Document the new `handler' element
12588         in the param alist.
12589         (bookmark-make-record-function): Adjust documentation for above.
12590         (Bug#4193)
12592 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12594         * info.el (Info-bookmark-make-record): Document this function.
12595         (Info-bookmark-jump): Document with a doc string, not just a comment.
12596         (Bug#4203)
12598 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12600         * files.el (copy-directory): New defun.
12602         * dired-aux.el (dired-copy-file-recursive): Use it.
12604 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12606         * files-x.el (modify-dir-local-variable)
12607         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12608         docstrings.
12610         * recentf.el (recentf-unload-function): New function.
12612 2009-10-04  Glenn Morris  <rgm@gnu.org>
12614         * window.el (window-full-height-p): Add doc string.
12616 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12618         * window.el (window-full-height-p): New function.  (Bug#4543)
12620 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12622         * vc.el: Remove commented out code.
12623         (vc-derived-from-dir-mode): Remove, unused.
12624         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12626 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12628         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12629         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12630         there could be recursive loading when `default-directory' is a
12631         remote file name.  (Bug#4614)
12633 2009-10-03  Glenn Morris  <rgm@gnu.org>
12635         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12636         the frame is wide.
12637         (calendar-generate-window): Test for shrinkability rather than width.
12639         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12640         reusing existing buffers, in case we happen to visit two files with the
12641         same basename.  (Bug#4593)
12643 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12645         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12646         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12647         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12648         subdirs of cedet as well.
12649         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12651 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12653         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12654         Obey advertised-signature-table.
12656         * help-fns.el (help-function-arglist): Don't check
12657         advertised-signature-table.
12658         (describe-function-1): Do it here instead so it also applies to subrs.
12660 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12662         * simple.el (start-file-process): Say in the doc-string, that file
12663         handlers might not support pty association, if PROGRAM is nil.
12665         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12666         HOST and USER are strings.  They are nil, when there are
12667         incomplete entries in ~/.netrc, for example.
12668         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12669         root directory ("device busy" error otherwise).
12671         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12672         Flush file properties of created directory.
12674 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12676         * makefile.w32-in (WINS_BASIC): Remove cedet.
12677         (WINS_CEDET): Add cedet.
12678         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12680 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12682         * net/browse-url.el (browse-url): Pass any symbol in
12683         browse-url-browser-function to `apply', since if you've mistakenly put
12684         an unbound symbol then the error is clearer.  (Bug#4531)
12686 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12688         * allout.el (allout-init, allout-back-to-current-heading)
12689         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12690         (allout-ascend, allout-up-current-level, allout-end-of-level)
12691         (allout-previous-visible-heading, allout-forward-current-level)
12692         (allout-backward-current-level, allout-show-children):
12693         * apropos.el (apropos-describe-plist):
12694         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12695         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12696         * completion.el (add-completion, add-permanent-completion):
12697         * descr-text.el (describe-text-category, describe-char):
12698         * desktop.el (desktop-lazy-abort):
12699         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12700         * dired.el (dired-build-subdir-alist):
12701         * ediff.el (ediff-version):
12702         * elide-head.el (elide-head, elide-head-show):
12703         * emerge.el (emerge-version):
12704         * env.el (getenv):
12705         * face-remap.el (variable-pitch-mode):
12706         * faces.el (describe-face):
12707         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12708         (dired-at-point):
12709         * files.el (find-file-existing, auto-save-mode):
12710         * font-lock.el (font-lock-fontify-buffer):
12711         * help-fns.el (describe-function, describe-variable)
12712         (describe-syntax, describe-categories):
12713         * help.el (view-lossage, describe-bindings, describe-key)
12714         (describe-mode):
12715         * hexl.el (hexl-current-address):
12716         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12717         * info.el (Info-goto-emacs-key-command-node):
12718         * log-edit.el (log-edit-insert-cvs-template)
12719         (log-edit-insert-cvs-rcstemplate):
12720         * menu-bar.el (menu-bar-mode):
12721         * mouse.el (mouse-appearance-menu):
12722         * newcomment.el (comment-indent-new-line):
12723         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12724         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12725         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12726         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12727         * recentf.el (recentf-mode):
12728         * savehist.el (savehist-mode, savehist-save):
12729         * shadowfile.el (shadow-copy-files):
12730         * simple.el (kill-ring-save, next-line, previous-line)
12731         (normal-erase-is-backspace-mode):
12732         * strokes.el (strokes-update-window-configuration)
12733         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12734         (strokes-xpm-for-stroke):
12735         * time.el (emacs-uptime, emacs-init-time):
12736         * tutorial.el (tutorial--describe-nonstandard-key)
12737         (tutorial--detailed-help):
12738         * type-break.el (type-break-mode)
12739         (type-break-mode-line-message-mode, type-break-query-mode)
12740         (type-break-guesstimate-keystroke-threshold):
12741         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12742         * version.el (emacs-version):
12743         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12744         * winner.el (winner-mode):
12745         * calendar/timeclock.el (timeclock-in, timeclock-out)
12746         (timeclock-status-string, timeclock-change)
12747         (timeclock-workday-remaining-string)
12748         (timeclock-workday-elapsed-string)
12749         (timeclock-when-to-leave-string):
12750         * calendar/todo-mode.el (todo-add-category):
12751         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12752         * emacs-lisp/autoload.el (update-file-autoloads):
12753         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12754         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12755         (checkdoc-message-text, checkdoc-defun):
12756         * emacs-lisp/debug.el (debugger-list-functions):
12757         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12758         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12759         (eieio-describe-generic):
12760         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12761         * emacs-lisp/shadow.el (list-load-path-shadows):
12762         * emulation/cua-base.el (cua-mode):
12763         * emulation/edt.el (edt-set-scroll-margins):
12764         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12765         (tpu-toggle-regexp, tpu-toggle-search-direction)
12766         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12767         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12768         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12769         (viper-set-parsing-style-toggling-macro)
12770         (viper-set-emacs-state-searchstyle-macros):
12771         * emulation/viper.el (viper-set-hooks):
12772         * eshell/esh-mode.el (eshell-truncate-buffer):
12773         * international/mule-cmds.el (prefer-coding-system)
12774         (describe-input-method, describe-language-environment):
12775         * international/mule-diag.el (list-character-sets)
12776         (describe-character-set, describe-coding-system)
12777         (describe-fontset, list-fontsets, list-input-methods):
12778         * mail/sendmail.el (mail-signature):
12779         * net/ange-ftp.el (ange-ftp-copy-file):
12780         * net/browse-url.el (browse-url):
12781         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12782         * net/quickurl.el (quickurl-add-url):
12783         * net/rcirc.el (names, topic):
12784         * net/xesam.el (xesam-mode):
12785         * play/5x5.el (5x5-new-game):
12786         * play/yow.el (apropos-zippy):
12787         * progmodes/ada-mode.el (ada-mode-version):
12788         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12789         (f90-end-of-block)
12790         (f90-beginning-of-block):
12791         * progmodes/fortran.el (fortran-end-of-block)
12792         (fortran-beginning-of-block):
12793         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12794         * progmodes/python.el (python-describe-symbol, python-shell):
12795         * term/ns-win.el (ns-print-buffer):
12796         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12797         * textmodes/flyspell.el (flyspell-mode-on):
12798         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12799         (pages-directory-for-addresses):
12800         * textmodes/table.el (table-recognize-cell)
12801         (table-query-dimension, table-generate-source)
12802         (table-insert-sequence, table--warn-incompatibility):
12803         * textmodes/tex-mode.el (tex-validate-buffer):
12804         * textmodes/texinfmt.el (texinfmt-version)
12805         (texinfo-format-buffer):
12806         Use `called-interactively-p' instead of `interactive-p'.
12808 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12810         * image-mode.el (image-toggle-display):
12811         * emacs-lisp/elp.el (elp-instrument-function):
12812         * emacs-lisp/advice.el (ad-make-advised-definition):
12813         * emacs-lisp/easy-mmode.el (define-minor-mode):
12814         * net/browse-url.el (browse-url-maybe-new-window):
12815         * progmodes/sh-script.el (sh-learn-buffer-indent):
12816         Pass new argument 'any to `called-interactively-p'.
12818 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12820         * international/uni-bidi.el:
12821         * international/uni-category.el:
12822         * international/uni-combining.el:
12823         * international/uni-comment.el:
12824         * international/uni-decimal.el:
12825         * international/uni-decomposition.el:
12826         * international/uni-digit.el:
12827         * international/uni-lowercase.el:
12828         * international/uni-mirrored.el:
12829         * international/uni-name.el:
12830         * international/uni-numeric.el:
12831         * international/uni-old-name.el:
12832         * international/uni-titlecase.el:
12833         * international/uni-uppercase.el:
12834         Regenerate from Unicode 5.2.0 data.
12836 2009-10-01  Glenn Morris  <rgm@gnu.org>
12838         * Makefile.in (ELCFILES): Regenerate.
12840 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12842         * subr.el (interactive-p): Mark obsolete.
12843         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12844         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12845         advertised-signature-table for subroutines as well.
12847         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12848         (set-advertised-calling-convention): New function.
12849         (make-obsolete, define-obsolete-function-alias)
12850         (make-obsolete-variable, define-obsolete-variable-alias):
12851         Make the optional-ness of `when' obsolete.
12852         (define-obsolete-face-alias): Make `when' non-optional.
12853         * help-fns.el (help-function-arglist):
12854         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12855         Use advertised-signature-table.
12857 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12859         * files.el (delete-directory): New defun.  The original function
12860         in fileio.c has been renamed to `delete-directory-internal'.
12862         * dired.el (dired-delete-file): Call `delete-directory' with
12863         RECURSIVE parameter.
12865         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12866         parameter RECURSIVE.  Implementation is missing.
12868         * net/tramp.el (tramp-handle-make-directory): Flush upper
12869         directory's file properties.
12870         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12871         (tramp-handle-dired-recursive-delete-directory): Flush directory
12872         properties after the remove command only.
12874         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12875         Handle optional parameter RECURSIVE.
12877         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12878         Handle optional parameter RECURSIVE.
12880         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12881         connection timeout.
12882         (tramp-smb-handle-delete-directory): Handle optional parameter
12883         RECURSIVE.
12885 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12887         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12888         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12889         (byte-compile-defmacro): Use backquotes.
12891         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12893         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12894         has no associated file.
12895         (vc-resynch-buffer): Use vc-dir-buffers.
12897 2009-10-01  Glenn Morris  <rgm@gnu.org>
12899         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12900         (chart-file-count):
12901         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12902         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12903         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12904         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12905         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12906         (eieio-copy-parents-into-subclass, make-instance, class-children)
12907         (eieio-generic-form):
12909         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12910         match-data.  (Bug#4555).
12912         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12913         rather than parsing it as a regexp.  This relaxes the layout
12914         requirements and makes errors easier to detect.
12915         (check-declare-verify): Check file is regular.
12916         (check-declare-directory): Doc fix.
12917         * subr.el (declare-function): Doc fix.
12919         * ibuffer.el (ibuffer-format-qualifier):
12920         * isearch.el (hi-lock-regexp-okay):
12921         * calc/calc.el (math-zerop):
12922         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12923         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12924         Remove unused declarations.
12926 2009-09-30  Glenn Morris  <rgm@gnu.org>
12928         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12930         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12931         filename is not a string.
12933 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12935         * files.el (safe-local-eval-forms): Fix typo.
12937 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12939         * vc-hooks.el (vc-dir-buffers): New var.
12940         (vc-state-refresh): New function.
12941         (vc-state): Use it.
12942         (vc-after-save): Always ask the backend to recompute the new state.
12943         Always call vc-dir if necessary, using vc-dir-buffers.
12944         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12945         Use vc-dir-buffers.
12946         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12947         (vc-dir-prepare-status-buffer, vc-dir-update)
12948         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12949         Don't call expand-file-name on default-directory.
12951 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12953         * speedbar.el (speedbar-item-delete):
12954         * calc/calc-prog.el (calc-kbd-if):
12955         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12957         * epa.el (epa-key-list-mode-map):
12958         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12960         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12961         (hs-show-hook): Fix typo in docstring.
12963 2009-09-29  Glenn Morris  <rgm@gnu.org>
12965         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12966         file-name-nondirectory call preventing location of cedet files.
12967         (check-declare-verify): Use literal search rather than re-search.
12968         Add basic defmethod and defclass, and define-overloadable-function.
12970         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12971         Use tramp-compat-file-attributes rather than nonexistent
12972         tramp-compat-handle-file-attributes.
12974         * Makefile.in (lisptagsfiles4): New.
12975         (AUTOGENEL): Add cedet loaddefs files.
12976         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12977         (update-elclist, compile-always, backup-compiled-files)
12978         (bootstrap-clean): Add yet another directory level.
12979         (update-elclist): Use LC_COLLATE rather than COLLATE.
12980         (ELCFILES): Update, via `make update-elclist'.
12982 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12984         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12985         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12986         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12988 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12990         * Makefile.in (lisptagsfiles3): Define.
12991         (TAGS, TAGS-LISP): Use it.
12992         (update-elclist): Add third directory level to look for elc files.
12993         (compile-always): Likewise.
12994         (backup-compiled-files): Likewise.
12995         (bootstrap-clean): Likewise.
12996         (ELCFILES): Update.
12998 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13000         * Makefile.in (ELCFILES): Add CEDET files.
13002 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13004         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13006         * net/tramp.el (top): Require tramp-imap.
13008         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13009         Use `tramp-compat-handle-file-attributes'.
13011 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13013         * net/tramp-imap.el: New package.
13015 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13017         * whitespace.el (whitespace-trailing-regexp)
13018         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13019         Fix doc string.
13021 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13023         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13024         menu.
13026         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13027         menu-bar-ediff-menu.
13029         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13030         define-overloadable-function.
13032         * progmodes/autoconf.el: Provide autoconf as well, so that this
13033         file can be `require'd.
13035         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13037         * emacs-lisp/autoload.el (generated-autoload-feature)
13038         (generated-autoload-load-name): New vars.
13039         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13040         (make-autoload): Recognize define-overloadable-function and
13041         defclass forms (for EIEIO).
13043         * Makefile.in (update-subdirs): Exclude cedet directory.
13045 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13047         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13049         * faces.el: Default light-background background for region face to
13050         ns_selection_color under NS.
13052 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13054         * net/imap-hash.el: New library, see NEWS.
13056         * Makefile.in (ELCFILES): Add imap-hash.el.
13058 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13060         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13061         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13062         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13063         definition where the docstring could be taken for the return value.
13065 2009-09-26  Glenn Morris  <rgm@gnu.org>
13067         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13068         Add option to only show images below a certain size.
13069         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13070         save-excursion calls.
13072 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13074         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13075         subdirectories) and eieio.
13077 2009-09-26  Alan Mackenzie  <acm@muc.de>
13079         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13080         buggy bracketing.  (Bug#4289)
13082         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13083         character constants (as case labels).  (Bug#4289)
13085 2009-09-25  Juri Linkov  <juri@jurta.org>
13087         * files.el (safe-local-eval-forms): Allow time-stamp in
13088         before-save-hook (Bug#4554).
13090 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13092         * menu-bar.el (list-buffers-directory): Doc fix.
13094 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13096         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13097         Try and avoid copying twice the same paragraph.
13098         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13099         Remove save-excursion.
13100         (log-edit-changelog-entry): Do it here instead.
13102 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13104         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13105         when available, instead of hardcoding mode names.  Doc fix.
13107         * menu-bar.el (list-buffers-directory): Add docstring.
13108         Make automatically buffer-local.
13110         * dired.el (dired-mode):
13111         * files.el (cd-absolute):
13112         * pcvs.el (cvs-temp-buffer):
13113         * pcvs-util.el (cvs-get-buffer-create):
13114         * shell.el (shell-mode):
13115         * vc-dir.el (vc-dir-mode):
13116         Don't make `list-buffers-directory' buffer local.
13118 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13120         * comint.el (comint-exec, comint-run, make-comint):
13121         Doc fixes (Bug#4542).
13123 2009-09-25  Glenn Morris  <rgm@gnu.org>
13125         * mail/rmailmm.el (rmail-mime): New custom group.
13126         Move all defcustoms in this file into this group.
13127         (rmail-mime-media-type-handlers-alist): Revert previous change.
13128         (rmail-mime-show-images): New option.
13129         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13130         references to it, since it wasn't actually used for anything.
13131         (rmail-mime-insert-image): New function.
13132         (rmail-mime-image): Use rmail-mime-insert-image.
13133         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13134         obey the value of `rmail-mime-show-images' option.  Print the size of
13135         attachments.
13137 2009-09-25  David Engster  <deng@randomsample.de>
13139         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13141 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13143         * whitespace.el: Does not highlight trailing spaces While point is
13144         at end of line.  Does not highligt spaces at beginning of buffer
13145         while point is at beginning of buffer.  Does not highlight spaces
13146         at end of buffer while point is at end of buffer.  (Bug#4177)
13147         New version 12.0.
13148         (whitespace-display-mappings): Adjust initialization.
13149         (whitespace-point, whitespace-font-lock-refontify): New vars.
13150         (whitespace-color-on, whitespace-color-off): Adjust code.
13151         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13152         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13153         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13155 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13157         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13159         * textmodes/sgml-mode.el: Remove xml-mode alias.
13161         * files.el (auto-mode-alist, conf-mode-maybe)
13162         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13164 2009-09-24  Alan Mackenzie  <acm@muc.de>
13166         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13167         c-forward-conditionals, but it doesn't move point and doesn't set
13168         the mark.
13169         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13170         (c-down-conditional-with-else, c-backward-conditional)
13171         (c-forward-conditional): Refactor to use c-scan-conditionals.
13173 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13175         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13176         (help-default-arg-highlight): Remove.
13177         (help-highlight-arg): New function.
13178         (help-do-arg-highlight): Use it.
13179         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13181 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13184         Undo last change, which didn't fix the problem and introduced others.
13186 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13188         * progmodes/gdb-mi.el: Don't require speedbar.
13189         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13191 2009-09-24  Glenn Morris  <rgm@gnu.org>
13193         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13195         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13197         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13198         there is no newline after the final mime boundary.  (Bug#4539)
13199         Move markers on insertion so that any buttons inserted don't end up in
13200         the next part of a multipart message.
13201         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13202         (rmail-mime-bulk-handler): Optionally handle images.
13203         (rmail-mime-image): New button action.
13204         (rmail-mime-image-handler): New function.
13205         (rmail-mime-mode): New mode.
13206         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13208 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13210         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13211         than just dropping elements from it (bug#4504).
13213         * term.el (term-set-scroll-region): Don't move cursor any more.
13214         (term-handle-ansi-escape): Call term-goto here instead.
13215         Suggested by Ivan Kanis <apple@kanis.eu>.
13217         * term.el: Require CL.
13218         (term-ansi-reset): New function.
13219         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13220         (term-handle-colors-array): Simplify.
13222 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13224         * allout.el (allout-overlay-interior-modification-handler)
13225         (allout-obtain-passphrase):
13226         * epa-file.el (epa-file-write-region):
13227         * ps-print.el (ps-begin-job):
13228         * vc-hooks.el (vc-toggle-read-only):
13229         * vc-rcs.el (vc-rcs-rollback):
13230         * vc-sccs.el (vc-sccs-rollback):
13231         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13232         (vc-version-diff, vc-revert, vc-rollback):
13233         * wdired.el (wdired-check-kill-buffer):
13234         * emacs-lisp/authors.el (authors):
13235         * net/socks.el (socks-open-connection):
13236         * net/zeroconf.el (zeroconf-service-add-hook):
13237         * obsolete/vc-mcvs.el (vc-mcvs-register):
13238         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13239         (gdb-select-frame):
13240         * progmodes/grep.el (lgrep, rgrep):
13241         * progmodes/idlw-help.el (idlwave-help-check-locations)
13242         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13243         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13244         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13245         (reftex-toc-rename-label): Fix typos in error messages.
13247         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13248         (dired-copy-how-to-fn): Doc fix.
13249         (dired-files-attributes, dired-read-shell-command):
13250         Fix typos in docstrings.
13252         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13253         (dired-x-find-file-other-window): Reflow docstrings.
13254         (dired-omit-marker-char, dired-read-shell-command)
13255         (dired-x-submit-report): Fix typos in docstrings.
13257         * shell.el (shell-mode-hook):
13258         * view.el (View-scroll-line-forward):
13259         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13260         Fix typos in docstrings.
13262         * net/dig.el (dig-invoke): Fix typo in docstring.
13263         (query-dig): Reflow docstring.
13265         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13266         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13267         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13268         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13269         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13270         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13271         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13272         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13273         (idlwave-completion-map, idlwave-current-indent)
13274         (idlwave-custom-ampersand-surround, idlwave-customize)
13275         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13276         (idlwave-define-abbrev, idlwave-determine-class-special)
13277         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13278         (idlwave-end-block-reg, idlwave-end-of-statement)
13279         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13280         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13281         (idlwave-explicit-class-listed, idlwave-file-header)
13282         (idlwave-fill-paragraph, idlwave-find-class-definition)
13283         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13284         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13285         (idlwave-in-quote, idlwave-indent-action-table)
13286         (idlwave-indent-expand-table, idlwave-indent-line)
13287         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13288         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13289         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13290         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13291         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13292         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13293         (idlwave-outlawed-buffers, idlwave-popup-select)
13294         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13295         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13296         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13297         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13298         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13299         (idlwave-statement-type, idlwave-struct-skip)
13300         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13301         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13302         (idlwave-what-module-find-class): Fix typos in docstrings.
13303         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13304         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13305         (idlwave-find-module, idlwave-find-structure-definition)
13306         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13307         (idlwave-list-load-path-shadows, idlwave-next-statement)
13308         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13309         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13310         (idlwave-template): Reflow docstrings.
13312         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13313         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13314         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13315         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13316         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13317         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13318         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13319         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13320         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13321         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13322         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13323         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13324         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13325         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13326         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13327         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13328         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13329         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13330         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13331         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13332         Fix typos in docstrings.
13333         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13334         (idlwave-shell-hide-output, idlwave-shell-mode)
13335         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13336         Reflow docstrings.
13338         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13340 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13342         * term.el (term-bold-attribute): New var.
13343         (term-handle-colors-array): Use it.
13345 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13347         * progmodes/gdb-mi.el (gdb-version): New variable.
13348         (gdb-non-stop-handler): Set gdb-version.
13349         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13350         Condition "--thread" option on gdb-version.
13351         (gdb-invalidate-threads): Remove unused argument.
13353 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13355         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13356         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13358 2009-09-23  Glenn Morris  <rgm@gnu.org>
13360         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13361         replying to mail without References or Message-Id.  (Bug#4525)
13363 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13365         * term/ns-win.el (ns-reg-to-script): New variable.
13367 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13369         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13371 2009-09-22  Sam Steingold  <sds@gnu.org>
13373         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13374         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13375         to 1 because hg returns status 1 when nothing is found.
13376         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13378 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13380         * textmodes/fill.el: Convert to utf-8 encoding.
13381         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13382         pre-Unicode days.
13384         * add-log.el (change-log-fill-forward-paragraph): New function.
13385         (change-log-mode): Use it so fill-region DTRT.
13386         Set fill-indent-according-to-mode here rather than in
13387         change-log-fill-paragraph.
13388         (change-log-fill-paragraph): Remove.
13390 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13392         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13393         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13395 2009-09-22  Glenn Morris  <rgm@gnu.org>
13397         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13398         the scroll-bar scroll the calendar window rather than the buffer.
13400         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13401         commands that move point (as opposed to scrolling).
13403         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13405         * emacs-lisp/elint.el (elint): New custom group.
13406         (elint-log-buffer): Make it a defcustom.
13407         (elint-scan-preloaded, elint-ignored-warnings)
13408         (elint-directory-skip-re): New options.
13409         (elint-builtin-variables): Doc fix.
13410         (elint-preloaded-env): New variable.
13411         (elint-unknown-builtin-args): Add an entry for encode-time.
13412         (elint-extra-errors): Make it a variable rather than a constant.
13413         (elint-preloaded-skip-re): New constant.
13414         (elint-directory): Skip files matching elint-directory-skip-re.
13415         (elint-features): New variable, local to linted buffers.
13416         (elint-update-env): Initialize elint-features.  Possibly add
13417         elint-preloaded-env to the buffer's environment.
13418         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13419         Skip quoted forms.
13420         (elint-init-form): New function, extracted from elint-init-env.
13421         Make non-list forms a warning rather than an error.
13422         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13423         easy-menu-define, put that adds an error-condition, and provide.
13424         When requiring cl, also require cl-macs.  Really require cl, to handle
13425         some cl macros.  Store required libraries in the list elint-features,
13426         so as not to re-load them.  Treat cc-require like require.
13427         (elint-init-env): Call elint-init-form to do the work.
13428         Handle eval-and-compile and such like.
13429         (elint-add-required-env): Do not clear messages.
13430         (elint-special-forms): Add handlers for function, defalias, if, when,
13431         unless, and, or.
13432         (elint-form): Add optional argument to ignore elint-special-forms,
13433         useful to prevent recursive calls from handlers.  Doc fix.
13434         Respect elint-ignored-warnings.
13435         (elint-form): Respect elint-ignored-warnings.
13436         (elint-bound-variable, elint-bound-function): New variables.
13437         (elint-unbound-variable): Respect elint-bound-variable.
13438         (elint-get-args): Respect elint-bound-function.
13439         (elint-check-cond-form): Add some simple handling for (f)boundp and
13440         featurep tests.
13441         (elint-check-defalias-form): New handler.
13442         (elint-check-let-form): Make an empty let a warning rather than an
13443         error.
13444         (elint-check-setq-form): Make an empty setq a warning rather than an
13445         error.  Respect elint-ignored-warnings.
13446         (elint-check-defvar-form): Accept null doc-strings.
13447         (elint-check-conditional-form): New handler.  Does some simple-minded
13448         checking of featurep and (f)boundp tests.
13449         (elint-put-function-args): New function.
13450         (elint-initialize): Use elint-scan-doc-file rather than
13451         elint-find-builtin-variables.  Use elint-put-function-args.
13452         Possibly scan preloaded-file-list.
13453         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13454         extend to handle functions as well.
13456 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13458         * linum.el (linum-delete-overlays, linum-update-window):
13459         Do not modify the right margin.  (Bug#3971)
13461 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13463         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13464         nxml-mode instead of xml-mode.
13466 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13468         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13470 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * net/dig.el (dig-mode): Use define-derived-mode.
13474 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13476         * vc-dispatcher.el (vc-do-command): Return the process object in
13477         the asynchronous case.  Use when instead of if.  Do not run
13478         vc-exec-after to display a message if not enabled.  (Bug#4463)
13480         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13481         properties to the stash strings.
13482         (vc-git-stash-list): Return a list of strings.
13483         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13484         (vc-git-stash-show-at-point): New functions.
13485         (vc-git-stash-map): New keymap.
13487         * register.el (ctl-x-r-map): Define the keys here instead of
13488         using autoload.
13490 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13492         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13493         list, to workaround performance problem (bug#4485).
13495 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13497         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13499 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13501         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13502         Document that this option is not recommended to use.
13504 2009-09-19  Glenn Morris  <rgm@gnu.org>
13506         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13507         variable `var'.
13509         * calc/calc-alg.el (var):
13510         * calc/calcalg2.el (var): Define for compiler.
13512 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13514         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13515         Doc fix (Bug#3932).
13517         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13519         * time-stamp.el (time-stamp-month-dd-yyyy)
13520         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13521         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13522         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13523         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13524         Remove functions that have been obsolete since 1995 (Bug#4436).
13526         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13527         indent buffer only if called interactively (Bug#4452).
13529 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13530             Eli Zaretskii  <eliz@gnu.org>
13532         This fixes bug#4197 (merged to bug#865, though not identical).
13533         * server.el (server-auth-dir): Add docstring note about FAT32.
13534         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13535         but warn against using them.
13537 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13539         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13540         older GDB where there is no has_more field.
13542 2009-09-19  Glenn Morris  <rgm@gnu.org>
13544         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13546 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13548         * files.el (auto-mode-alist): Change default for XML files to nXML
13549         mode (Bug#4169).
13551 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13553         * server.el (server-ensure-safe-dir): Pass 'integer
13554         to `file-attributes', as suggested.
13556 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13558         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13559         (dired-query): Use read-key.
13561 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13563         * cus-start.el (ns-use-qd-smoothing): Remove.
13565 2009-09-18  Glenn Morris  <rgm@gnu.org>
13567         * allout.el (top-level): Remove unnecessary progn.
13569         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13571         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13572         definition of abbrev table.
13574         * speedbar.el (speedbar-track-mouse):
13575         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13576         * net/eudc.el (eudc-expand-inline):
13577         * net/newst-backend.el (newsticker--cache-read-feed):
13578         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13579         condition-case handlers.
13581 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13583         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13584         (gdb-var-list): Add an element for has_more field.
13585         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13586         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13587         (gdb-var-update-handler-1): Parse output of dynamic variable
13588         objects (STL containers).
13589         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13590         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13592         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13593         gdb-var-list.
13594         (gud-speedbar-buttons): Make node expandable if expression "has more"
13595         children.
13597 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13599         * startup.el (emacs-quick-startup): Remove variable and all uses.
13600         (command-line): Set `inhibit-x-resources' instead.
13601         (command-line-1): Use `inhibit-x-resources' instead.
13603 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13605         * subr.el: Fix last change to avoid using the `unless' macro,
13606         which breaks bootstrapping.
13608 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13611         extended definitions, in case we reload subr.el after having
13612         loaded CL.
13613         (eval-next-after-load): Mark as obsolete.
13615 2009-09-17  Juri Linkov  <juri@jurta.org>
13617         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13618         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13619         (menu-bar-showhide-menu, menu-bar-tools-menu)
13620         (menu-bar-describe-menu, menu-bar-help-menu)
13621         (minibuffer-local-completion-map, minibuffer-local-map):
13622         Fix list quoting.
13624 2009-09-17  Glenn Morris  <rgm@gnu.org>
13626         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13627         arguments, whether or not it has a handler.
13629         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13631         * simple.el (hard-newline): Give it a doc-string.
13633         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13634         (lisp-mode-syntax-table): Give them doc-strings.
13636 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13638         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13639         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13640         (menu-bar-options-menu, menu-bar-showhide-menu)
13641         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13642         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13643         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13644         (menu-bar-options-menu, menu-bar-tools-menu)
13645         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13646         (menu-bar-help-menu):
13647         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13648         string arguments.
13650         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13651         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13652         calls for the menu names and :help.
13654 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13656         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13657         to :minor-mode-function (bug#4455).
13659 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13661         * startup.el (command-line): Initialize the window-system after
13662         processing the command-line.
13664         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13665         page-delimiter matches the empty string.
13667 2009-09-16  Glenn Morris  <rgm@gnu.org>
13669         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13670         byte-compile-not-obsolete-var.  It's a list now.
13671         (byte-compile-not-obsolete-funcs): New variable.
13672         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13673         byte-compile-not-obsolete-funcs.
13674         (byte-compile-variable-ref, byte-compile-defvar): Update for
13675         byte-compile-not-obsolete-vars name-change and list nature.
13676         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13677         and variables behind (f)boundp tests.
13678         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13680 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13682         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13684 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13687         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13688         Don't autoload.
13690 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13692         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13693         the virtual-buffers, use the name of the buffer specified by
13694         find-file-noselect, as the match may be a symlink.  (This was a
13695         problem if the target and the symlink had different names.)
13697 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13701         * desktop.el (desktop-path): Check user-emacs-directory.
13703         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13705         * loadup.el: Use after-load-functions to GC after loading each file.
13706         Remove the explicit GC calls that used to be sprinkled around.
13708         * subr.el (after-load-functions): New hook.
13709         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13710         `obsolete' packages, rather than painfully extracting the relevant
13711         directory name.
13713 2009-09-15  Glenn Morris  <rgm@gnu.org>
13715         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13716         free variable `doc'.
13718         * dired.el (dired-mode-map): Add menu entry for async shell command.
13720         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13721         variables, also consider the .elc files, since the .el files are
13722         normally gzipped (subsequent code locates the .el.gz from the .elc).
13724         * calc/calc-prog.el (arglist): Define for compiler.
13726         * calendar/diary-lib.el (diary-display-function): Change the default to
13727         fancy display.
13728         (body): Define for compiler.
13730         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13731         (byte-compile-file-form, byte-compile-lambda)
13732         (byte-compile-top-level-body, byte-compile-form)
13733         (byte-compile-variable-ref, byte-compile-setq)
13734         (byte-compile-setq-default, byte-compile-body)
13735         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13736         (batch-byte-compile): Give some more local variables with common names
13737         a "bytecomp-" prefix to avoid masking warnings about free variables.
13739         * startup.el (command-line-1): Give local variables with common names a
13740         distinguishing prefix, so as not to hide free variable warnings during
13741         bootstrap.
13743         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13744         clever and add a suffix to make a unique name, just let the user decide
13745         whether or not to overwrite it.  If the input is a directory, write the
13746         default filename to that directory.  (Bug#4388)
13747         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13748         is a filename-as-a-directory.
13750 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * textmodes/page.el (what-page): Don't move to beginning of line.
13753         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13755 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13757         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13759 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13761         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13762         * help.el (help-for-help-internal): Add purecopy calls for text.
13764         * vc.el (top): print-log method now takes an optional SHORTLOG
13765         argument.  Add a new method: root.
13766         (vc-root-diff, vc-print-root-log): New functions.
13767         (vc-log-short-style): New variable.
13768         (vc-print-log-internal): Add support for showing short logs.
13770         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13771         vc-print-root-log and vc-print-root-diff.
13773         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13774         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13775         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13776         short logs.
13778         * vc-cvs.el (vc-cvs-print-log):
13779         * vc-mtn.el (vc-mtn-print-log):
13780         * vc-rcs.el (vc-rcs-print-log):
13781         * vc-sccs.el (vc-sccs-print-log):
13782         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13783         that is ignored for now.
13785         * vc-mtn.el (vc-mtn-annotate-command):
13786         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13788 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13790         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13791         to function-key-map, and give them ascii-character property.
13792         * term/x-win.el (x-alternatives-map):
13793         * term/ns-win.el (ns-alternatives-map):
13794         * term/internal.el (msdos-key-remapping-map):
13795         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13797 2009-09-14  Glenn Morris  <rgm@gnu.org>
13799         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13800         temp-buffers (2009-09-12).
13802 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13804         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13805         the new read-key function.
13807 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13809         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13810         is defined (Bug#4405).
13812 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13814         * recentf.el (recentf-cleanup): Use a hash table to find
13815         duplicates (Bug#4407).
13817 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13819         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13820         kp-0 to ascii equivalents (Bug#4325).
13822 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13824         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13826         * eshell/em-hist.el:
13827         * eshell/em-dirs.el (eshell-complete-user-reference):
13828         Declare pcomplete functions and variables to avoid compiler warnings.
13830 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13832         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13833         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13834         * eshell/em-alias.el (eshell-aliases-file):
13835         * eshell/em-hist.el (eshell-history-file-name):
13836         Use expand-file-name instead of concat to make file names (Bug#4308).
13838 2009-09-13  Glenn Morris  <rgm@gnu.org>
13840         * ediff-merg.el (ediff-do-merge):
13841         * filesets.el (filesets-run-cmd):
13842         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13843         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13844         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13845         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13846         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13847         Replace empty `let's with `progn'.
13849 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13851         * mail/sendmail.el (send-mail-function):
13852         * tooltip.el (tooltip-mode):
13853         * simple.el (transient-mark-mode):
13854         * rfn-eshadow.el (file-name-shadow-mode):
13855         * frame.el (blink-cursor-mode):
13856         * font-core.el (global-font-lock-mode):
13857         * files.el (temporary-file-directory)
13858         (small-temporary-file-directory, auto-save-file-name-transforms):
13859         * epa-hook.el (auto-encryption-mode):
13860         * composite.el (global-auto-composition-mode):
13861         Use custom-initialize-delay.
13862         * startup.el (command-line): Don't explicitly call
13863         custom-reevaluate-setting for all the above vars.
13864         * custom.el (custom-initialize-safe-set)
13865         (custom-initialize-safe-default): Delete.
13867 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13869         * term/x-win.el (x-initialize-window-system):
13870         * term/w32-win.el (w32-initialize-window-system):
13871         * term/ns-win.el (ns-initialize-window-system): Don't call
13872         mouse-wheel-mode since it's enabled globally by default already.
13874         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13875         actually define the variable, but only silences the byte-compiler.
13876         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13877         before looking it up.
13878         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13879         is changed.
13881 2009-09-12  Glenn Morris  <rgm@gnu.org>
13883         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13884         1000.
13885         (elint-add-required-env): Don't beep on error.
13886         (elint-forms): In case of error, return ENV unchanged.
13887         (elint-init-env): Skip non-list forms.
13888         (elint-log): Handle unknown file positions.
13890 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13892         * epg.el (epg-make-context): Add autoload cookie.
13893         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13894         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13895         (epg-verify-string, epg-start-sign, epg-sign-file)
13896         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13897         (epg-encrypt-string, epg-start-export-keys)
13898         (epg-export-keys-to-file, epg-export-keys-to-string)
13899         (epg-start-import-keys, epg-import-keys-from-file)
13900         (epg-import-keys-from-string, epg-start-receive-keys)
13901         (epg-receive-keys, epg-import-keys-from-server)
13902         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13903         (epg-sign-keys, epg-start-generate-key)
13904         (epg-generate-key-from-file, epg-generate-key-from-string):
13905         Remove autoload cookie.
13907 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13909         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13910         reevaluation of trash-directory.
13912         * mwheel.el: Fix last change.
13913         (mouse-wheel-mode): New defvar.
13914         (mouse-wheel-mode): Remove autoload cookie.
13916 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13918         * mwheel.el (mwheel-installed-bindings): New var.
13919         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13920         the bindings we set last time.  Use custom-initialize-delay.
13921         * loadup.el: Load mwheel after term/*-win.el.
13922         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13923         and mouse-wheel-up-event now that their first evaluation is done
13924         sufficiently late to be correct.
13926         * startup.el (tutorial-directory): Make it a defcustom.
13927         Use custom-initialize-delay rather than eval-at-startup to set it.
13928         * image.el (image-load-path): Make it a defcustom.
13929         Use custom-initialize-delay rather than eval-at-startup to set it.
13930         * subr.el (eval-at-startup): Remove.
13931         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13933         * subr.el (do-after-load-evaluation): Warn the user after loading an
13934         obsolete package.
13936 2009-09-12  Glenn Morris  <rgm@gnu.org>
13938         * proced.el (proced-mark-alt): Remove alias.
13939         (proced-mode-map): Remove proced-mark-alt.
13941         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13942         Elint file and directory.  Remove initialization entry.
13944         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13945         commands.
13946         (elint-current-buffer): Set mode-line-process.
13947         (elint-init-env): Handle define-derived-mode.
13948         Fix declare-function with unspecified arglist.  Guard against odd
13949         defalias statements (eg iso-insert's 8859-1-map).
13950         (elint-add-required-env): Use a temp buffer.
13951         (elint-form): Just print the function/macro name, not the whole form.
13952         Return env unchanged if we fail to parse a macro.
13953         (elint-forms): Guard against parse errors.
13954         (elint-output): New function, to handle batch mode.
13955         (elint-log-message): Add optional argument.  Use elint-output.
13956         (elint-set-mode-line): New function.
13958 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13960         * emacs-lisp/elp.el (elp-not-profilable): Add more
13961         functions (Bug#4233).
13963 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13965         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13966         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13968 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13970         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13971         (gdb-var-list-children): Use json parsing.
13973 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13975         * progmodes/js.el (js--proper-indentation): Handle the case where
13976         char-before is null.  Reported by Deniz Dogan.
13978 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13980         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13982 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13984         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13985         (epg-digest-algorithm-alist): Add SHA224.
13986         (epg-context-set-passphrase-callback)
13987         (epg-context-set-progress-callback): Add description about
13988         callback function.
13990 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13992         * custom.el (custom-delayed-init-variables): New var.
13993         (custom-initialize-delay): New function.
13994         * startup.el (command-line): "Re"evaluate all vars in
13995         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13996         explicitly any more.
13997         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13998         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14000         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14002 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14004         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14005         (gdb-var-update-handler): Use json parsing.
14007 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14009         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14010         decode annotated text, regardless of language environment.  (Bug#2741)
14012 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14014         * Makefile.in (autoloads): Make rmail.el writable as well.
14016 2009-09-11  Glenn Morris  <rgm@gnu.org>
14018         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14019         loaddefs.el.
14020         * dired.el: Regenerate with extracted autoloads.
14021         * Makefile.in (autoloads): Make dired.el writable.
14023         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14024         * ibuffer.el: Regenerate with extracted autoloads.
14025         * Makefile.in (autoloads): Make ibuffer.el writable.
14027         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14028         * version.el (emacs-copyright, emacs-major-version)
14029         (emacs-minor-version): Reformat doc-strings for make-docfile.
14031         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14032         functions and variables, since they must be stuff specific to some other
14033         platform.
14034         (apropos-print): Make mouse-click message less specific about button.
14036         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14037         that records where a macro was defined.
14038         * help-fns.el (describe-function-1): Mention if a function has a
14039         compiler-macro.
14040         * help-mode.el (help-function-cmacro): New button.
14042         * locate.el (top-level): Always require dired.
14043         (locate-mode-map): Initialize inside the defvar.
14045         * net/ange-ftp.el (dired-compress-file): Declare.
14046         (ange-ftp-dired-compress-file): Add doc string.
14048         * term/ns-win.el (x-display-name, x-setup-function-keys):
14049         Unify doc-strings with X versions.
14051 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * emulation/crisp.el (crisp-mode-map): Move initialization
14054         into declaration.
14055         (crisp-mode): Use define-minor-mode.
14057         * progmodes/xscheme.el (xscheme-evaluation-commands):
14058         Put a :advertised-binding property rather than using
14059         advertised-xscheme-send-previous-expression.
14060         (advertised-xscheme-send-previous-expression): Declare obsolete.
14061         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14062         `advertised-undo'.
14063         (crisp-mode): Add corresponding bindings to
14064         undo's :advertised-binding instead.
14065         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14066         than using dired-advertised-find-file.
14067         (dired-advertised-find-file):
14068         * simple.el (advertised-undo):
14069         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14070         (widget-keymap): Put a :advertised-binding property rather
14071         than using advertised-widget-backward.
14072         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14073         than using advertised-undo.
14074         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14076 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14078         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14079         Mark mode is enabled and region is active; otherwise indent or
14080         insert TAB as usual.
14081         (delphi-mode): Update description of TAB-key binding.
14083 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14085         * subr.el (define-key-rebound-commands): Mark obsolete.
14086         * startup.el (precompute-menubar-bindings): Remove.
14087         (normal-top-level): Remove obsolete code that tried to precompute
14088         menubar bindings.
14089         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14090         define-key-rebound-commands and precompute-menubar-bindings.
14092 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14094         * net/imap.el (imap-interactive-login): Better messages.
14095         (imap-open): Fix bug with renamed buffer on reconnect.
14096         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14097         for easier debugging and cleaner code.  On successful (guessed based on
14098         server capabilities) secondary authentication, set imap-state
14099         correctly.
14100         (imap-last-authenticator): Define imap-last-authenticator as a variable
14101         to avoid warnings.
14103 2009-09-10  Glenn Morris  <rgm@gnu.org>
14105         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14107         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14108         (byte-compile-file-form-autoload): Don't warn about unknown functions
14109         where the autoload statement comes after the use.
14110         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14111         that any handlers inside the body (eg require) are in turn respected.
14113         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14114         effects.
14116         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14117         and syntax and abbrev tables basic docs, if they don't have any.
14119         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14121         * international/mule-cmds.el (top-level): Require cl when compiling.
14122         (view-hello-file): Use default-value rather than
14123         default-enable-multibyte-characters.
14125         * progmodes/fortran.el: Move all safe and risky properties into the
14126         defcustoms.
14128         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14129         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14130         * mail/undigest.el:
14131         Put autoloads in rmail.el rather than loaddefs.el.
14132         * mail/rmail.el: Regenerate with extracted autoloads.
14134         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14135         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14137 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14139         Reported in thread for Bug#4375.
14140         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14141         "-data-evaluate-expression" instead of print.
14142         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14143         (gdb-tooltip-print): Parse output from above MI command.
14144         (gdb): Revert 2009-08-11 change.  User should detach inferior
14145         manually.
14147         Remove the word "separate" from IO functions as inferior
14148         output is now never displayed in the GUD buffer.
14150 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14152         * startup.el (command-line-normalize-file-name): On Windows and
14153         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14155 2009-09-10  Juri Linkov  <juri@jurta.org>
14157         * isearch.el (isearch-text-char-description): Propertize escape
14158         character sequences with the `escape-glyph' face.  (Bug#4344)
14160         * simple.el (shell-command): Set asynchronous process filter to
14161         `comint-output-filter'.  (Bug#4343)
14163         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14164         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14165         the list.  Move "asm" to the bottom.
14166         (grep-find-ignored-directories): Add `choice' with nil value
14167         to empty the list easily.
14168         (grep-find-ignored-files): New option.
14169         (grep-files-history): Set to nil by default instead of '("ch" "el").
14170         (grep-compute-defaults): Add "<X>" to `grep-template'.
14171         (grep-read-files): Bind new local variables `default-alias' and
14172         `default-extension'.  Use a list of default values for the file prompt.
14173         (lgrep): Add `--exclude=' command line options composed from
14174         `grep-find-ignored-files'.
14175         (rgrep): Add `-name' command line options composed from
14176         `grep-find-ignored-files'.  (Bug#4301)
14178 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14180         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14181         (bug#4368).
14183 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14185         * calendar/time-date.el (autoload):
14186         Expand define-obsolete-function-alias into defalias and make-obsolete
14187         for old Emacsen that Gnus supports.
14188         (with-no-warnings): Define it for old Emacsen.
14189         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14190         is available.
14191         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14192         float-time is available; suppress compile warning for time-to-seconds.
14194 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14196         * net/imap.el (imap-message-map): Docstring fix.
14198 2009-09-09  Glenn Morris  <rgm@gnu.org>
14200         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14201         line numbers too.  (Bug#4374)
14203 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14205         * smerge-mode.el (smerge-remove-props, smerge-refine):
14206         Use with-silent-modifications (bug#4342).
14208         * subr.el (with-silent-modifications): New macro.
14210 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14212         * files.el (top-level): Require `cl' when compiling.
14214 2009-09-07  Glenn Morris  <rgm@gnu.org>
14216         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14218         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14219         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14221 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14223         * vc-git.el (vc-git-annotate-command): Use separator to parse
14224         arguments correctly.
14226 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14228         * proced.el (proced-mode): Doc fix.
14230 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14232         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14233         lstat fails.
14234         (tramp-do-file-attributes-with-ls): Check for file existence at
14235         remote end.
14236         (tramp-do-file-attributes-with-stat): Likewise.
14237         (tramp-convert-file-attributes): Return nil when attr is nil.
14239 2009-09-05  Glenn Morris  <rgm@gnu.org>
14241         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14242         properties to this button.
14243         (diary-fancy-display): Don't extend the button to the final newline.
14244         (diary-fancy-display-mode): Continue to define "q" as a local key.
14246         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14247         efficient.
14249         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14251         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14252         (byte-compile-dest-file-function): New option.
14253         (byte-compile-dest-file): Doc fix.
14254         Obey byte-compile-dest-file-function.
14255         (byte-compile-cl-file-p): New function.
14256         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14257         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14258         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14259         than for file being previously loaded.
14260         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14261         (byte-compile-file-form-require): Handle the case where requiring a file
14262         indirectly causes CL to be loaded.
14264 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14266         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14267         before killing the old buffer, since by the time `kill-buffer' is
14268         run so many buffer variables have been set to nil that it may not
14269         behave as expected.  (Bug#4061)
14271 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14273         * files.el (find-alternate-file): If the old buffer is modified
14274         and visiting a file, behave similarly to `kill-buffer' when
14275         killing it, thus reverting to the pre-1.878 behavior; see
14276         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14277         for discussion.  Also, consult `buffer-file-name' as a variable
14278         not as a function, for consistency with the rest of the code.
14280 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14282         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14283         also when adding a new directory.
14285         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14286         defun.
14288 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14290         * files.el (locate-file-completion-table): Make it provide boundary
14291         information, so partial-completion works better.
14293 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14295         * mail/footnote.el (Footnote-text-under-cursor):
14296         Check footnote-text-marker-alist before using it (bug#4324).
14298 2009-09-04  Glenn Morris  <rgm@gnu.org>
14300         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14301         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14302         * play/solitaire.el, play/tetris.el:
14303         Remove leading * from defcustom and defface docs.
14305         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14306         necessary.
14307         (diary-fancy-overriding-map): New variable.
14308         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14309         Use view-mode.
14311         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14312         goto-line.
14314 2009-09-03  Glenn Morris  <rgm@gnu.org>
14316         * arc-mode.el (archive-mode):
14317         * dos-fns.el (set-default-process-coding-system):
14318         * man.el (Man-getpage-in-background):
14319         * menu-bar.el (menu-bar-describe-menu):
14320         * server.el (server-process-filter):
14321         * startup.el (command-line):
14322         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14323         * w32-fns.el (set-default-process-coding-system):
14324         * x-dnd.el (x-dnd-handle-file-name):
14325         * international/mule-cmds.el (mule-menu-keymap)
14326         (set-default-coding-systems, language-info-alist, set-language-info)
14327         (set-language-environment, standard-display-european-internal)
14328         (set-locale-environment):
14329         * international/mule-diag.el (mule-diag):
14330         * mail/emacsbug.el (report-emacs-bug):
14331         * mail/rmail.el (rmail-mode):
14332         * mail/sendmail.el (mail-setup):
14333         Use default-value rather than default-enable-multibyte-characters.
14335         * progmodes/f90.el: Move all safe properties into the defcustoms.
14336         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14338         * calendar/appt.el (appt-check):
14339         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14340         (diary-check-diary-file, diary-list-entries)
14341         (diary-include-other-diary-files, diary-simple-display)
14342         (diary-fancy-display, diary-print-entries)
14343         (diary-mark-included-diary-files, diary-make-entry):
14344         Don't call substitute-in-file-name on diary-file.
14346 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14347             Stefan Monnier  <monnier@iro.umontreal.ca>
14349         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14350         (footnote-mode-map): Move initialization into the declaration.
14351         (footnote-minor-mode-map): Define it rather than changing global-map.
14352         (footnote-mode): Use define-minor-mode.
14354 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14356         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14357         (tramp-do-file-attributes-with-perl)
14358         (tramp-do-file-attributes-with-stat): Rename from
14359         `tramp-handle-file-attributes-with-*'.
14360         (tramp-handle-file-attributes): Use them.
14361         (tramp-do-directory-files-and-attributes-with-perl)
14362         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14363         `tramp-handle-directory-files-and-attributes-with-*'.
14364         (tramp-handle-directory-files-and-attributes): Use them.
14365         (tramp-method-out-of-band-p): Additional parameter SIZE.
14366         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14367         (tramp-handle-write-region): Use it.
14368         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14369         (tramp-handle-vc-registered): Check, whether the first run did
14370         return files to be tested.
14371         (tramp-advice-make-auto-save-file-name): Do not call directly
14372         `tramp-handle-make-auto-save-file-name', because this would bypass
14373         the locking mechanism.
14375         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14376         (file-remote-p, process-file, start-file-process, set-file-times)
14377         (tramp-compat-file-attributes): Compatibility functions shall not
14378         call directly `tramp-handle-*', because this would bypass the
14379         locking mechanism.
14380         (tramp-compat-number-sequence): New defun.
14382 2009-09-02  Glenn Morris  <rgm@gnu.org>
14384         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14385         alias for float-time.
14386         (time-to-number-of-days): In Emacs, use float-time.
14387         * net/newst-backend.el (time-add): Suppress warnings from compat
14388         function.
14389         * time.el (emacs-uptime, emacs-init-time):
14390         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14391         Use float-time rather than time-to-seconds.
14393         * minibuffer.el (completion-initials-expand): Fix typo.
14395         * faces.el (modeline, modeline-inactive, modeline-highlight)
14396         (modeline-buffer-id):
14397         * info.el (info-menu-5): Mark these face aliases as obsolete.
14399 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14401         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14402         space ...
14403         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14404         no "--thread" option.
14405         (gdb-stopped): Don't print "Switched to thread" message when it is
14406         unchanged.
14408 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14410         * minibuffer.el (completion-try-completion)
14411         (completion-all-completions): Remove ill-defined (and
14412         mistakenly installed and luckily never used nor documented)
14413         `completion-styles' property.
14414         (completion-initials-expand, completion-initials-all-completions)
14415         (completion-initials-try-completion): New functions.
14416         (completion-styles-alist): Add doc to each entry.
14417         Add new `initials' entry.
14419 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14421         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14422         MI command -var-evaluate-expression.
14423         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14424         and tweak for case of string child.
14425         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14427 2009-09-01  Glenn Morris  <rgm@gnu.org>
14429         * add-log.el (change-log-date-face, change-log-name-face)
14430         (change-log-email-face, change-log-file-face, change-log-list-face)
14431         (change-log-conditionals-face, change-log-function-face)
14432         (change-log-acknowledgement-face):
14433         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14434         (custom-modified-face, custom-set-face, custom-changed-face)
14435         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14436         (custom-documentation-face, custom-state-face, custom-comment-face)
14437         (custom-comment-tag-face, custom-variable-tag-face)
14438         (custom-variable-button-face, custom-face-tag-face)
14439         (custom-group-tag-face-1, custom-group-tag-face):
14440         * diff-mode.el (diff-header-face, diff-file-header-face)
14441         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14442         (diff-added-face, diff-changed-face, diff-function-face)
14443         (diff-context-face, diff-nonexistent-face):
14444         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14445         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14446         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14447         (Info-title-4-face):
14448         * isearch.el (isearch-lazy-highlight-face):
14449         * log-view.el (log-view-file-face, log-view-message-face):
14450         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14451         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14452         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14453         (cvs-msg-face):
14454         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14455         (smerge-base-face, smerge-markers-face):
14456         * wid-edit.el (widget-documentation-face, widget-button-face)
14457         (widget-field-face, widget-single-line-field-face)
14458         (widget-inactive-face, widget-button-pressed-face):
14459         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14460         (woman-addition-face):
14461         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14462         (eshell-ls-executable-face, eshell-ls-readonly-face)
14463         (eshell-ls-unreadable-face, eshell-ls-special-face)
14464         (eshell-ls-missing-face, eshell-ls-archive-face)
14465         (eshell-ls-backup-face, eshell-ls-product-face)
14466         (eshell-ls-clutter-face):
14467         * eshell/em-prompt.el (eshell-prompt-face):
14468         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14469         * obsolete/old-whitespace.el (whitespace-highlight-face):
14470         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14471         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14472         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14473         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14474         (antlr-font-lock-literal-face):
14475         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14476         (ebrowse-root-class-face, ebrowse-file-name-face)
14477         (ebrowse-default-face, ebrowse-member-attribute-face)
14478         (ebrowse-member-class-face, ebrowse-progress-face):
14479         * progmodes/make-mode.el (makefile-space-face):
14480         * progmodes/sh-script.el (sh-heredoc-face):
14481         * textmodes/flyspell.el (flyspell-incorrect-face)
14482         (flyspell-duplicate-face):
14483         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14484         * textmodes/texinfo.el (texinfo-heading-face):
14485         Mark face aliases with "-face" suffix as obsolete.
14487         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14488         compiler.
14490         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14491         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14492         easy-menu-define wants to modify these.
14494         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14496         * net/browse-url.el (browse-url-file-url):
14497         * term/internal.el (dos-codepage-setup):
14498         Use default-value rather than default-enable-multibyte-characters.
14500         * progmodes/etags.el (etags-goto-tag-location):
14501         * progmodes/flymake.el (flymake-highlight-line)
14502         (flymake-goto-file-and-line, flymake-goto-line):
14503         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14504         (gdb-goto-breakpoint):
14505         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14506         * progmodes/python.el (python-find-function)
14507         (python-pdbtrack-track-stack-file):
14508         * progmodes/verilog-mode.el (verilog-surelint-off):
14509         * term/ns-win.el (ns-open-file-select-line):
14510         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14511         Use forward-line rather than goto-line.
14513         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14514         * textmodes/reftex-index.el (reftex-display-index):
14515         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14516         * textmodes/reftex-toc.el (reftex-toc):
14517         Remove unnecessary bindings of default-major-mode (all are followed by
14518         major-mode check and possible mode switch).
14520 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14522         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14523         Handle watchpoints (bug#4282).
14524         (def-gdb-thread-buffer-command): Enable thread to be selected by
14525         clicking without selecting threads buffer first.
14526         (gdb-current-context-command): Use selected frame so that "up",
14527         "down" etc work in the GUD buffer.
14528         (gdb-update): Find selected frame before rendering stack buffer.
14529         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14531 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14533         * progmodes/sym-comp.el (displayed-completions): Remove.
14534         (symbol-complete): Use minibuffer-complete.
14536 2009-08-31  Glenn Morris  <rgm@gnu.org>
14538         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14540         * apropos.el (apropos-symbols-internal):
14541         Handle (obsolete) face aliases.
14543         * faces.el (describe-face): Adjust the output format to be more like
14544         describe-variable, and to mention (obsolete) face aliases.
14545         Adjust the whitespace so that help-setup-xref works.
14547         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14548         * calendar/diary-lib.el (diary-button-face):
14549         Mark these face aliases as obsolete.
14551         * calendar/calendar.el (calendar-today): Doc fix.
14553 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14555         * progmodes/gdb-mi.el (gdb-control-all-threads)
14556         (gdb-control-current-thread): Force tool bar update.
14557         (gdb-non-stop-handler): New function.
14558         (gdb-init-1): Use it to test if non-stop mode is supported.
14559         Remove unused gdbmi buffer type.
14561 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14563         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14564         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14566 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14568         * comint.el (comint-exec-1): Check command is non-null first.
14569         Part of gdb-mi.el change (2009-08-28).
14571 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14573         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14575 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14577         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14578         instead of `dolist' to avoid a recursive require when bootstrapping.
14580 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14582         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14584         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14586         * net/imap.el (imap-send-command): Simplify.
14587         (imap-wait-for-tag): point-max -> buffer-size.
14589         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14591         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14592         with constant argument.
14594         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14596         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14598         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14599         Change default, since most of our files don't have a history.
14600         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14601         the user.
14603         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14604         Add comint-run.
14606         * calc/calc.el: Improve commenting convention.
14607         (calc-digit-map, toplevel): Simplify.
14609         * comint.el (comint-insert-input): Be careful to only set point if we
14610         don't delegate to some other command.
14612         * proced.el (proced-signal-list): Make it an alist.
14613         (proced-grammar-alist): Capitalize names.
14614         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14615         Disable undo manually and make it read-only.
14616         Use completion-annotate-function.
14618         * minibuffer.el (minibuffer-message): If the current buffer is not
14619         a minibuffer, insert the message in the echo area rather than at the
14620         end of the buffer.
14621         (completion-annotate-function): New variable.
14622         (minibuffer-completion-help): Use it.
14623         (completion--embedded-envvar-table): Environment vars are
14624         always case-sensitive.
14626 2009-08-30  Glenn Morris  <rgm@gnu.org>
14628         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14629         from fortran-current-defun.
14630         (fortran-beginning-of-subprogram): Be more precise about finding the
14631         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14632         (fortran-end-of-subprogram): Simplify.
14633         (fortran-current-defun): Use fortran-start-prog-re.
14635 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14637         * subr.el (do-after-load-evaluation): Simplify.
14639 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14641         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14643         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14644         (vc-rcs-print-log): Use it.
14646         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14648 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14650         * paths.el (abbrev-file-name): Move to abbrev.el.
14651         * abbrev.el (abbrev-file-name): Move from paths.el.
14652         Obey user-emacs-directory.
14653         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14654         user-emacs-directory.
14655         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14656         abbrev-file-name and calc-settings-file any more.
14657         * startup.el (command-line): Recompute abbrev-file-name and
14658         abbreviated-home-dir.
14659         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14660         of the special code for when C-h bindings haven't been changed.
14661         (display-startup-echo-area-message): Use with-current-buffer.
14662         (command-line-1): Use a list of strings, rather than a list of lists
14663         of strings for longopts.
14665         * files.el (get-free-disk-space): Use / for default-directory.
14667         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14668         Use with-current-buffer.
14670         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14671         Recognize immutable variables like most-positive-fixnum.
14672         (byte-compile-setq-default): Check and warn if trying to assign
14673         to an immutable variable, or a non-variable.
14675         * progmodes/cc-vars.el (c-comment-continuation-stars):
14676         * progmodes/cc-engine.el (c-looking-at-bos):
14677         * progmodes/cc-cmds.el (c-toggle-auto-state)
14678         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14679         (c-comment-line-break-function): Add version of obsolescence.
14681 2009-08-28  Juri Linkov  <juri@jurta.org>
14683         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14684         associated with `archive-mode'.
14686         * image.el (image-type-header-regexps): Use only JPEG magic number
14687         to determine JPEG images, and don't use `image-jpeg-p' because
14688         Emacs can display non-JFIF non-Exif JPEG images.
14690 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14692         * arc-mode.el (archive-mode):
14693         * emacs-lisp/re-builder.el (re-builder-unload-function):
14694         Protect against the default value of `major-mode' being nil.
14696 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14698         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14699         Fix typos in docstrings.
14701         * progmodes/js.el (js--macro-decl-re): Doc fix.
14702         (js--plain-method-re, js--split-name): Refloc docstring.
14703         (js--class-styles, js--make-merged-item, js--splice-into-items):
14704         Fix typos in docstrings; reflow docstrings.
14705         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14706         (js--variable-decl-matcher, js--inside-pitem-p)
14707         (js--parse-state-at-point, js--get-all-known-symbols)
14708         (js--symbol-history, js-find-symbol, js--js-references)
14709         (js--moz-interactor, js--js-encode-value, js--read-tab):
14710         Fix typos in docstrings.
14712 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14714         * textmodes/reftex.el (reftex-get-file-buffer-force):
14715         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14716         * emulation/viper.el (viper-go-away, viper-set-hooks):
14717         * emacs-lisp/re-builder.el (re-builder-unload-function):
14718         * emacs-lisp/bytecomp.el (byte-compile-file):
14719         * ses.el (ses-unload-function):
14720         * hexl.el (hexl-find-file):
14721         * files.el (normal-mode):
14722         * ehelp.el (with-electric-help):
14723         * autoinsert.el (auto-insert-alist):
14724         * arc-mode.el (archive-mode):
14725         Use (default-value 'major-mode) instead of default-major-mode.
14727         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14728         * international/mule.el (load-with-code-conversion):
14729         * emacs-lisp/debug.el (debug):
14730         * ediff-vers.el (ediff-rcs-get-output-buffer):
14731         * dired.el (dired-internal-noselect): Don't let-bind
14732         default-major-mode around code that doesn't use it.
14733         E.g. buffer creation via get-buffer-create doesn't use it.
14735 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14737         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14738         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14739         when writing the temp file.  Otherwise, epa-file gets confused.
14740         (tramp-register-file-name-handlers): Make it a defun.  Move also
14741         `epa-file-handler' to the front of `file-name-handler-alist'.
14743 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14745         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14746         start right after a ^M.
14747         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14748         (tramp-completion-file-name-regexp-separate)
14749         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14750         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14751         Don't modify last-coding-system-used by accident.
14752         (tramp-completion-file-name-handler): Apply the checks here,
14753         instead during registration.
14754         (tramp-register-file-name-handlers): Renamed from
14755         `tramp-register-file-name-handler'.  Register both
14756         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14757         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14759 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14761         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14762         Remove variable ...
14763         (gdb-init-1, gdb-display-separate-io-buffer)
14764         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14765         references to it.
14766         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14767         (gdb-inferior-filter): Use comint-output-filter to stop
14768         echoing and remove ^M characters.
14770 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14772         * emulation/viper-init.el (viper-restore-cursor-type):
14773         * emulation/cua-base.el (cua--update-indications):
14774         Replace default-cursor-type with (default-value 'cursor-type).
14776         * mail/sendmail.el (mail-recover-1):
14777         * international/mule-diag.el (describe-current-coding-system-briefly)
14778         (describe-current-coding-system):
14779         * international/mule-cmds.el (select-safe-coding-system)
14780         (select-message-coding-system)
14781         (set-language-environment-coding-systems, set-locale-environment):
14782         * hexl.el (hexl-insert-multibyte-char):
14783         * dos-w32.el (find-buffer-file-type-coding-system):
14784         * simple.el (what-cursor-position):
14785         Replace uses of default-buffer-file-coding-system
14786         with (default-value 'buffer-file-coding-system).
14788         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14789         Replace uses of default-cursor-in-non-selected-windows
14790         with (default-value 'cursor-in-non-selected-windows).
14791         Use with-current-buffer.
14793         * mail/feedmail.el: Use CL macros.
14794         (feedmail-run-the-queue, feedmail-send-it-immediately):
14795         * dos-w32.el (find-buffer-file-type): Replace uses of
14796         default-buffer-file-type with (default-value 'buffer-file-type).
14798 2009-08-28  Glenn Morris  <rgm@gnu.org>
14800         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14801         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14802         Use default-value of major-mode rather than default-major-mode.
14804 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14806         * Makefile.in (update-elcfiles): Report left over elc files.
14808         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14809         expand-file-name and with-current-buffer.
14810         (mail-get-names, mail-directory): Use with-current-buffer.
14812         * vc.el (vc-read-revision): New function.
14813         (vc-version-diff, vc-merge): Use it.
14815 2009-08-27  Sam Steingold  <sds@gnu.org>
14817         * simple.el (kill-do-not-save-duplicates): New user option.
14818         (kill-new): When it is non-nil, and the new string is the same as
14819         the latest kill, set replace to t to avoid duplicates in kill-ring.
14821 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14823         * net/tramp.el (tramp-handle-process-file): Do not flush all
14824         caches when `process-file-side-effects' is set.
14825         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14826         instead of `tramp-find-file-exists-command'.
14827         Unset `process-file-side-effects'.
14829 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14831         * net/tramp.el (tramp-methods): New method "rsyncc".
14832         (top): Add completion function for "rsyncc".
14833         (tramp-message-show-message): New defvar.
14834         (tramp-message, tramp-error): Use it.
14835         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14836         remote copying.
14837         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14838         `tramp-methods' entry `copy-env' of "rsyncc".
14839         (tramp-vc-registered-read-file-names): New defconst.
14840         (tramp-vc-registered-file-names): New defvar.
14841         (tramp-handle-vc-registered): Implement optimization strategy.
14842         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14843         (tramp-vc-file-name-handler): New defun.
14844         (tramp-get-ls-command, tramp-get-test-command)
14845         (tramp-get-file-exists-command, tramp-get-remote-ln)
14846         (tramp-get-remote-perl, tramp-get-remote-stat)
14847         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14849         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14850         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14851         timestamps.
14852         (tramp-get-file-property): Check for timestamps in
14853         `tramp-cache-inhibit-cache'.
14854         (tramp-set-file-property): Write timestamp.
14856 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14858         * language/japan-util.el (japanese-symbol-table): Add entries for
14859         cp932-2-byte.
14861         * international/characters.el: Add category `j' to cp932-2-byte.
14863 2009-08-27  Kenichi Handa  <handa@m17n.org>
14865         * international/fontset.el (build-default-fontset-data): New macro.
14866         (setup-default-fontset): Use build-default-fontset-data for CJK,
14867         tibetan, ethiopic, and ipa.
14869 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14871         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14872         (enable-multibyte-characters): Not customizable any more.
14874         * subr.el (default-mode-line-format, default-header-line-format)
14875         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14876         (default-direction-reversed, default-truncate-lines)
14877         (default-left-margin, default-tab-width, default-case-fold-search)
14878         (default-left-margin-width, default-right-margin-width)
14879         (default-left-fringe-width, default-right-fringe-width)
14880         (default-fringes-outside-margins, default-scroll-bar-width)
14881         (default-vertical-scroll-bar, default-indicate-empty-lines)
14882         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14883         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14884         (default-scroll-down-aggressively, default-fill-column)
14885         (default-cursor-type, default-buffer-file-type)
14886         (default-cursor-in-non-selected-windows)
14887         (default-buffer-file-coding-system, default-major-mode)
14888         (default-enable-multibyte-characters): Mark as obsolete.
14890 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14892         * vc-dir.el (vc-dir-update): Remove debug helper.
14894         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14896 2009-08-26  Sam Steingold  <sds@gnu.org>
14898         * simple.el (save-interprogram-paste-before-kill): New user option.
14899         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14900         save the interprogram-paste into kill-ring before overriding it
14901         with the Emacs kill.
14903 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14905         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14906         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14907         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14908         and move to vc-rcs.el.
14909         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14910         move to vc-rcs.el.
14911         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14912         (vc-rcs-update-changelog): Remove.
14913         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14914         and move to vc-rcs.el.
14916         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14917         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14918         renaming.
14919         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14920         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14921         vc.el, renamed to be RCS specific.
14923         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14924         New functions.
14925         (vc-cvs-update-changelog): Move here from vc.el.
14927         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14928         New functions.
14930 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14932         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14934 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14936         * vc-git.el (vc-git-register): Use "git add" for directories.
14937         (vc-git-stash, vc-git-stash-show): New functions.
14938         (vc-git-extra-menu-map): Bind them.
14940         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14941         directory correctly in case the item is a directory itself.
14943         * vc.el: Document the desired behavior for reverted files in the
14944         `added' state.
14945         (vc-default-prettify-state-info): Remove function, unused.
14947         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14949 2009-08-26  Glenn Morris  <rgm@gnu.org>
14951         * bindings.el (standard-mode-line-format): Reposition dashes in
14952         which-func entry.  (Bug#4217)
14954         * files.el (enable-local-variables, enable-local-eval)
14955         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14956         the defcustoms.
14957         (auto-mode-alist, ignored-local-variables)
14958         (save-some-buffers-action-alist): Move risky declarations to the
14959         definitions.
14960         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14961         (font-lock-defaults, format-alist, imenu--index-alist)
14962         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14963         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14964         (mode-line-modified, mode-line-mule-info, mode-line-position)
14965         (mode-line-process, mode-line-remote, outline-level)
14966         (parse-time-rules, rmail-output-file-alist)
14967         (special-display-buffer-names, vc-mode):
14968         Move risky declarations to the relevant files.
14969         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14970         (mode-line-modified, mode-line-process, mode-line-position)
14971         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14972         * font-core.el (font-lock-defaults):
14973         * format.el (format-alist):
14974         * vc-hooks.el (vc-mode):
14975         * window.el (special-display-buffer-names):
14976         * international/mule-cmds.el (input-method-alist):
14977         Define riskiness here (dumped file) rather than in files.el.
14978         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14979         * imenu.el (imenu-generic-expression, imenu--index-alist):
14980         * outline.el (outline-level):
14981         * time.el (display-time-string):
14982         * calendar/parse-time.el (parse-time-rules):
14983         * mail/rmailout.el (rmail-output-file-alist):
14984         Autoload riskiness here, rather than placing in files.el.
14986 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14988         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14990 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14992         * simple.el (process-file-side-effects): New defvar.
14994         * dired-aux.el (dired-show-file-type):
14995         * vc.el (vc-diff-internal):
14996         * vc-arch.el (vc-arch-diff):
14997         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14998         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14999         * vc-git.el (vc-git-registered, vc-git-working-revision)
15000         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15001         (vc-git--empty-db-p):
15002         * vc-hooks.el (vc-user-login-name):
15003         * vc-svn.el (vc-svn-registered, vc-svn-state)
15004         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15005         * progmodes/grep.el (grep-probe): Let-bind
15006         `process-file-side-effects' with nil.
15008         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15010         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15011         daemon.  Replace ping by checking for running service for bluez
15012         and zeroconf.  (Bug#4239)
15014 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15016         * net/dig.el (dig): Add autoload cookie.
15018 2009-08-25  Glenn Morris  <rgm@gnu.org>
15020         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15021         load-history for absolute file-names.
15022         (byte-compile-file-form-require): Warn about use of the cl package.
15024         * format.el (format-alist): Doc fix.
15026         * play/bubbles.el (top-level): Don't require cl at run-time.
15028         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15029         run-time cl).
15031 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15033         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15034         from cl package.
15035         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15037 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15039         * calc/calc-alg.el (math-trig-rewrite)
15040         (math-hyperbolic-trig-rewrite): New functions.
15041         (calc-simplify): Simplify trig functions when asked.
15043 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15047 2009-08-24  Kenichi Handa  <handa@m17n.org>
15049         * language/ind-util.el (mapthread): Delete it.
15050         (combinatorial): New function.
15051         (indian--puthash-cv): Use combinatorial instead of mapthread.
15053 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15055         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15056         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15057         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15058         Clarify docstring that the value is strings not symbols.
15059         (checkdoc-list-of-strings-p): New function.
15061 2009-08-22  Glenn Morris  <rgm@gnu.org>
15063         * files.el (auto-mode-alist):
15064         * hippie-exp.el (he-concat-directory-file-name):
15065         * lpr.el (lpr-windows-system, printer-name):
15066         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15067         * ps-print.el (ps-windows-system):
15068         * startup.el (command-line):
15069         * emulation/viper-ex.el (viper-glob-function):
15070         * international/mule-cmds.el (set-language-environment-coding-systems):
15071         * net/ange-ftp.el (ange-ftp-write-region):
15072         * obsolete/fast-lock.el (fast-lock-cache-name):
15073         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15074         unisoft-unix, vax-vms, win32, w32.
15076         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15077         given name if the pattern is not more specific.
15079         * calendar/lunar.el (lunar-phase-names): New option.
15080         (lunar-phase): Doc fix.
15081         (lunar-cycles-per-year): New constant.
15082         (lunar-index): New function.
15083         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15084         (lunar-phase-name): Use lunar-phase-names.
15085         (calendar-lunar-phases): Use format.
15086         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15088         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15089         Copy imenu-example--name-and-position function here for own use.
15090         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15092         * bs.el (bs--redisplay):
15093         * cus-edit.el (custom-redraw):
15094         * ibuffer.el (ibuffer-bury-buffer):
15095         * server.el (server-goto-line-column):
15096         * startup.el (command-line-1):
15097         * strokes.el (strokes-xpm-for-stroke):
15098         * term.el (term-display-buffer-line):
15099         * view.el (View-goto-line):
15100         * calc/calc.el (calc-do, calc-trail-buffer):
15101         * play/gamegrid.el (gamegrid-add-score-insecure):
15102         * progmodes/ada-mode.el (ada-compile-goto-error):
15103         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15104         (ebrowse-select-1st-to-9nth):
15105         * progmodes/cperl-mode.el (cperl-time-fontification):
15106         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15107         * progmodes/gud.el (gud-display-line):
15108         (idlwave-shell-display-line):
15109         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15110         * progmodes/make-mode.el (makefile-browser-toggle):
15111         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15112         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15113         * textmodes/picture.el (picture-draw-rectangle):
15114         * textmodes/reftex-index.el (reftex-index-goto-letter):
15115         (reftex-select-jump-to-previous):
15116         * textmodes/reftex-sel.el (reftex-find-start-point)
15117         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15118         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15119         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15120         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15121         * textmodes/two-column.el (2C-associated-buffer):
15122         Use forward-line rather than goto-line.
15124         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15125         goto-line.
15127         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15128         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15129         (quick-check-list-to-regexp): Declare.
15131         * progmodes/make-mode.el (makefile-browser-insert-selection):
15132         Use goto-char rather than goto-line.
15134         * progmodes/prolog.el (compilation-error-regexp-alist)
15135         (compilation-forget-errors): Declare.
15137 2009-08-22  Juri Linkov  <juri@jurta.org>
15139         * progmodes/grep.el (lgrep, rgrep): At the beginning
15140         set `dir' to `default-directory' unless `dir' is a non-nil
15141         readable directory.  (Bug#4052)
15142         (lgrep, rgrep): Change a weird way to report an error
15143         from using `read-string' to using `error'.
15144         Instead of using interactive arguments in the function body,
15145         add new argument `confirm'.
15147 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15149         * textmodes/remember.el (remember-buffer):
15150         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15151         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15152         (icalendar-extract-ical-from-buffer):
15153         * net/newst-treeview.el (newsticker-groups-filename):
15154         * net/newst-backend.el (newsticker-cache-filename):
15155         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15156         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15157         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15158         (speedbar-buffers-line-path, speedbar-path-line)
15159         (speedbar-buffers-line-path):
15160         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15161         (epg-sign-keys):
15162         * epa.el (epa-display-verify-result):
15163         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15165 2009-08-21  Glenn Morris  <rgm@gnu.org>
15167         * progmodes/js.el (inferior-moz-process): Fix declaration.
15169         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15171         * obsolete/rnewspost.el (news-mail-reply):
15172         Use goto-char rather than goto-line.
15174         * term/ns-win.el (ns-open-file-select-line):
15175         Use line-beginning-position rather than goto-line.
15177         * apropos.el (apropos-command):
15178         * ehelp.el (electric-helpify):
15179         * printing.el (pr-show-setup):
15180         * strokes.el (strokes-help):
15181         * tutorial.el (tutorial--describe-nonstandard-key)
15182         (tutorial--detailed-help):
15183         * woman.el (woman-mini-help, woman-display-extended-fonts):
15184         * calc/calc-help.el (calc-describe-key):
15185         * emulation/edt.el (edt-electric-helpify):
15186         * international/mule-diag.el (mule-diag):
15187         * play/yow.el (apropos-zippy):
15188         * progmodes/python.el (python-describe-symbol):
15189         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15190         * textmodes/table.el (*table--cell-describe-mode)
15191         (*table--cell-describe-bindings):
15192         Use help-print-return-message rather than the now obsolete alias.
15194         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15195         (calendar-cursor-to-visible-date):
15196         * play/5x5.el (5x5-position-cursor):
15197         * play/decipher.el (decipher):
15198         * play/gomoku.el (gomoku-goto-xy):
15199         * play/landmark.el (lm-goto-xy):
15200         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15201         (mpuz-paint-digit):
15202         Use forward-line, not goto-line.
15204         * mail/rmail.el (rmail-obsolete): Delete custom group.
15205         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15206         (rmail-remote-password, rmail-remote-password-required):
15207         Remove unneeded :set-after and :set properties.
15209 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15211         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15213 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15215         * loadup.el: Remove leftover macos code.
15217         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15218         Explicitly pass the date format to git blame so that user local
15219         so that the output format can be parsed.
15221 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15223         * net/dbus.el (top): Don't check for (getenv
15224         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15226 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15228         * log-edit.el (log-edit-strip-single-file-name): New var.
15229         (log-edit-insert-changelog): Use it.  Bug#3571
15231 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15233         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15234         Bug#3287
15236         * help.el (help-print-return-message): Rename from
15237         print-help-return-message.
15239         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15240         cvs-mode-map parent hack.
15241         (log-view-mode): Derive from special-mode.
15243         * linum.el (linum-mode): window-size-change-functions is redundant.
15244         Adapt to new window-configuration-change-hook behavior.
15245         (linum-after-size, linum-after-config): Remove.
15247         * imenu.el (imenu-example--name-and-position)
15248         (imenu-example--lisp-extract-index-name)
15249         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15250         Mark as obsolete.
15252         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15253         (inferior-prolog-mode): Use it.
15254         (inferior-prolog-load-file): Reset list of errors.
15256 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15258         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15260         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15262 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15264         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15265         is running already.
15267 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15269         * subr.el (listify-key-sequence-1): Use normal syntax since those
15270         integers are nowadays always represented by the same (positive) number
15271         on all platforms.
15272         (read-key-empty-map): New const.
15273         (read-key-delay): New var.
15274         (read-key): New function.
15275         (force-mode-line-update): Use with-current-buffer.
15276         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15277         (start-process-shell-command, start-file-process-shell-command):
15278         Discourage the use of command-args.
15280 2009-08-19  Glenn Morris  <rgm@gnu.org>
15282         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15284 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15286         * simple.el (choose-completion-string): Don't rely on
15287         minibuffer-completing-file-name and ad-hoc checks to decide whether
15288         to continue completion or not.
15290         * minibuffer.el (minibuffer-hide-completions): New function.
15291         (completion--do-completion): Use it.
15292         (completions-annotations): New face.
15293         (completion--insert-strings): Use it.
15294         (completion-pcm--delim-wild-regex): Add docstring.
15295         (completion-pcm--string->pattern): Add support for 0-width delimiters
15296         in completion-pcm--delim-wild-regex.
15298 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15301         Remove unused var `buffer-modified-p'.
15303         * minibuffer.el (completion--do-completion): Move point for the #b001
15304         case as well (bug#4176).
15305         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15307 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15309         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15310         and :session buses.
15312 2009-08-18  Kenichi Handa  <handa@m17n.org>
15314         * international/ucs-normalize.el (ucs-normalize-version):
15315         Change to 1.1.
15316         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15317         (utf-8-hfs): Make it perform normalization on encoding too.
15319         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15320         (sentence-end-without-space): Delete duplicated chars.
15321         (sentence-end-base): Likewise.
15323         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15324         (html-mode): Delete duplicated chars from sentence-end-base.
15326         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15327         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15329 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15331         * files.el (hack-one-local-variable): If the mode function is for
15332         a minor mode, pass it an argument (Bug#4148).
15334 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15336         * net/tramp.el (tramp-register-completion-file-name-handler):
15337         Check also for (member 'partial-completion completion-styles).
15339 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15341         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15342         abbrev (Bug#3943).
15344 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15346         * progmodes/cperl-mode.el: Merge upstream 6.2.
15347         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15348         (cperl-forward-re): Check cperl-brace-recursing.
15349         (cperl-highlight-charclass): New function.
15350         (cperl-find-pods-heres): Use it.
15351         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15352         (cperl-beautify-regexp-piece): Fix column calculation.
15353         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15354         (cperl-beautify-level): Don't process entire regexp.
15355         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15356         calling man.
15357         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15358         (cperl-init-faces): Build a list in the normal way.
15360 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15362         * calendar/parse-time.el (parse-time-string-chars): Save match
15363         data.
15365 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15367         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15368         (sql-product): Use it.
15369         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15370         (sql-set-product): Add completion.
15371         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15372         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15373         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15374         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15375         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15376         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15377         (sql-highlight-db2-keywords): Remove.
15378         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15379         (sql-highlight-product): Use derived-mode-p.
15380         (sql-set-sqli-buffer): Use with-current-buffer.
15381         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15382         Simplify.
15384         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15386         * term.el: Fix commenting convention, turn comments into docstrings.
15388 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15390         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15392 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15394         * calendar/parse-time.el (parse-time-string-chars): Compute using
15395         character classes, to handle non-ascii characters (Bug#3190).
15397 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15399         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15400         another heredoc if the user adds another < (Bug#3226).
15402         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15403         Don't initialize based on window-system (Bug#4124).
15405         * facemenu.el (facemenu-read-color): Use a completion function
15406         that accepts any defined color, such as RGB triplets (Bug#3677).
15408         * files.el (get-free-disk-space): Change fallback default
15409         directory to /.  Expand DIR argument before switching to fallback.
15410         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15412 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15414         * files.el (load-library): Doc fix.
15416 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15418         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15419         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15420         incremental search string.
15422         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15423         XEmacs.
15425         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15426         (ediff-merge-region-is-non-clash)
15427         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15428         Also check if the job is really a merge job.
15430         * ediff.el (ediff-current-file): New function.
15432 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15434         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15435         conventions.
15436         (js-insert-and-indent): Delete function.
15437         (js-mode-map): Don't bind keys to js-insert-and-indent.
15438         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15439         (js-end-of-defun): Rename from js--end-of-defun.
15440         (js-auto-indent-flag): Delete variable.
15442 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15444         * progmodes/js.el: Remove proclaim statement.
15445         Defvar which-func-imenu-joiner-function to silence compiler.
15447         * files.el (auto-mode-alist): Use js-mode for .js files.
15449         * progmodes/js2-mode.el: Remove file.
15451         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15453         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15455         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15457 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15458             Karl Landstrom  <karl.landstrom@brgeight.se>
15460         * progmodes/js.el: New file.
15462 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15464         * timezone.el (timezone-parse-date): Add ability to understand ISO
15465         basic format (minimal separators) dates in addition to the
15466         already-supported extended format dates.
15468 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15470         * international/ucs-normalize.el: Add a `coding' file variable.
15472         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15474 2009-08-14  Sam Steingold  <sds@gnu.org>
15476         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15478 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15480         * faces.el (help-argument-name): Define it here instead of
15481         help-fns.el, because in daemon mode help-fns.el may be loaded when
15482         faces are still uninitialized (Bug#1078).
15484         * help-fns.el (help-argument-name): Move defface to faces.el.
15486 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15488         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15489         create buffer with a pty but no process so that GDB can make the
15490         inferior the controlling process.
15492 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15494         * international/ucs-normalize.el: New file.
15496 2009-08-13  Richard Stallman  <rms@gnu.org>
15498         * mail/rmail.el (rmail-get-attr-names):
15499         Accept an attribute header that is too short.
15501         * mail/rmail.el (rmail-forget-messages):
15502         Ignore nil elt in rmail-message-vector.  Use dotimes.
15504         * progmodes/compile.el (compilation-goto-locus):
15505         Use next-error-move-function.
15507         * simple.el (next-error-move-function): New variable.
15509 2009-08-12  Juri Linkov  <juri@jurta.org>
15511         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15512         always non-nil.  (Bug#4052)
15514         * replace.el (read-regexp): Return empty string when
15515         `default-value' is nil.
15516         (keep-lines-read-args): Don't use empty string as the
15517         default value for `read-regexp'.  (Bug#2495)
15519 2009-08-12  Juri Linkov  <juri@jurta.org>
15521         * international/mule-cmds.el (ucs-insert): Change arguments
15522         from `arg' to `character', `count', `inherit' to be the same
15523         as in `insert-char'.  Doc fix.  (Bug#4039)
15525         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15527 2009-08-12  Juri Linkov  <juri@jurta.org>
15529         * files-x.el: New file.
15531         * files.el: Move code that deals with adding/deleting
15532         file/directory-local variables to files-x.el.
15534         * Makefile.in (ELCFILES): Add files-x.elc.
15536 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15538         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15539         to use `goto-line'.
15540         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15541         `goto-line'.
15542         (gdb-invalidate-disassembly): Do not refresh upon receiving
15543         'update signal.  Instead, update all disassembly buffers only after
15544         threads list.
15545         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15546         (gdb-starting): Moved -data-list-register-names...
15547         (gdb-stopped): ...here so it's sent when first thread stops.
15548         (gdb-registers-handler-custom): Do nothing if register names are
15549         unknown yet.
15551         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15552         from `gdb-mi.el' to avoid extra tangling.
15554         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15555         change which breaks `gud-def' definitions used in `gdb'.
15556         (gdb-update-gud-running): No extra fuss for updating frame number.
15558 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15560         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15561         (describe-language-environment-map, setup-language-environment-map)
15562         (set-coding-system-map): Move initialization into declaration.
15563         (set-language-info-alist): Last arg to define-key-after can be skipped.
15565         * international/quail.el (quail-completion-1): Simplify.
15566         (quail-define-rules): Use slightly more compact code.
15567         (quail-insert-decode-map): Propertize keys, compact columns.
15569         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15570         Add goto-line.
15572 2009-08-10  Miles Bader  <miles@gnu.org>
15574         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15575         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15576         (js2-instance-member, js2-private-member, js2-private-function-call)
15577         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15578         (js2-magic-paren, js2-external-variable):
15579         Remove "-face" suffix from face names.
15580         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15581         (js2-highlight-undeclared-vars, js2-peek-token)
15582         (js2-parse-function-params, js2-mode-show-errors)
15583         (js2-mode-show-warnings, js2-make-magic-delimiter)
15584         (js2-mode-highlight-magic-parens): Update to use new face names.
15586 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15588         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15589         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15591 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15593         * subr.el: Provide hashtable-print-readable.
15595         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15596         hs-c-like-adjust-block-beginning.
15597         (hs-hide-block-at-point): Stop hiding at the beginning of
15598         hs-block-end-regexp (Bug#700).
15600 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15602         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15603         a macro.
15604         (gdb-registers-handler-custom): Do not fail when register names
15605         are unavailable.
15607 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15609         * progmodes/gdb-mi.el (gdb-control-all-threads)
15610         (gdb-control-current-thread): Interactive setters for
15611         `gdb-gud-control-all-threads' to use in menu.
15612         (gdb-show-run-p): Show «Go» when process is not active.
15613         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15614         gud/thread.xpm and gud/all.xpm.
15616 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15618         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15619         (nslookup-font-lock-keywords): Make it a variable.
15620         (net-utils-mode): New mode for viewing diagnostic network output.
15621         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15622         (net-utils-run-simple): New function.
15623         (ifconfig, iwconfig, netstat, arp, route): Use it.
15625 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15627         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15628         (gdb-memory-set-address, def-gdb-set-positive-number)
15629         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15630         after changing settings.
15631         (gdb-invalidate-disassembly): Update when first shown.
15632         (gdb-edit-locals-value): Fixed.
15633         (gdb-registers-handler-custom): Print registers in right order and
15634         allow changing register values (only for current thread yet).
15635         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15636         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15637         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15638         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15639         info in mode name.
15640         (gdb-registers-mode-map): TAB to switch to locals.
15642 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15644         * mail/rmail.el (rmail-add-mbox-headers)
15645         (rmail-set-message-counters-counter): Search for
15646         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15648 2009-08-08  Glenn Morris  <rgm@gnu.org>
15650         * Makefile.in (ELCFILES): Update.
15652 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15654         * mail/sendmail.el (mail-yank-original): Set
15655         buffer-file-coding-system from the one used by the message whose
15656         text is yanked.
15658         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15659         to "windows" when "pgnuplot" is used.
15660         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15661         call accept-process-output if "pgnuplot" is used.
15662         (calc-graph-init): Don't send -display and -geometry to
15663         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15664         running "pgnuplot -V" with shell-command-to-string.
15666         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15667         the default.
15669 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15671         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15672         org/org-latex.elc.
15674 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15676         * vc-dispatcher.el (vc-resynch-window): Update comment.
15678         * term.el (term-handle-ansi-escape): Add comments with the
15679         terminfo capabilities implemented.
15681 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15683         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15684         (gdb-var-create-handler): Rewritten using JSON parser.
15685         (gdb-propertize-header): Moved earlier.
15686         (gdb-set-header): Removed to avoid duplication.
15687         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15688         Refresh disassembly buffers only after threads list have been
15689         update.
15690         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15691         variables.
15693 2009-08-04  Juri Linkov  <juri@jurta.org>
15695         * files.el: Commands to add/delete file/directory-local variables.
15696         (read-file-local-variable, read-file-local-variable-value)
15697         (read-file-local-variable-mode, modify-file-local-variable)
15698         (modify-file-local-variable-prop-line)
15699         (modify-dir-local-variable): New functions.
15700         (add-file-local-variable, delete-file-local-variable)
15701         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15702         (add-dir-local-variable, delete-dir-local-variable)
15703         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15704         (copy-dir-locals-to-file-locals-prop-line): New commands.
15706 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15708         * abbrev.el (insert-abbrev-table-description): Prettify output.
15709         Suggested by Karl Chen.
15711 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15713         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15714         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15715         (gdb-overlay-arrow-position, gdb-thread-position)
15716         (gdb-disassembly-position): Declare variables.
15717         (gdb-wait-for-pending): Function now.
15718         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15719         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15720         compilation goes smoothly.
15721         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15722         (gdb-non-stop-setting): New customization setting which replaces
15723         `gdb-non-stop' so changing it doesn't break active GDB session.
15724         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15725         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15726         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15727         (gdb-show-threads-by-default): New customization options.
15728         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15729         routines.
15730         (gdb-get-buffer-create): Send buffers update signal when they are
15731         created.
15732         (gdb-invalidate-locals, gdb-invalidate-registers)
15733         (gdb-invalidate-breakpoints)
15734         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15735         (gdb-invalidate-memory): Accept update signal.
15736         (gdb-current-context-command): Use --frame option.
15737         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15738         Implement `gdb-frame-number' selection logic.
15739         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15740         whether to show GUD toolbar buttons.
15741         (gdb-thread-exited): Unselect current thread when it exits.
15742         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15743         (gdb-mark-line): Routine which sets overlay arrow or inverses
15744         video on fringeless displays.
15745         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15746         to build aligned columns of data in GDB buffers and set text
15747         properties line-by-line.
15748         (gdb-invalidate-breakpoints)
15749         (gdb-breakpoints-list-handler-custom)
15750         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15751         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15752         (gdb-registers-handler-custom): Align data columns.
15753         (gdb-locals-handler-custom): Now prints data like in variable
15754         declarations.
15755         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15756         Removed confusing buttons.
15757         (gdb-invalidate-threads): Append --frame.
15758         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15759         between breakpoints/threads buffers.
15760         (gdb-set-window-buffer): Now can ignore dedicated windows.
15761         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15762         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15763         (def-gdb-thread-buffer-gud-command): Replaces
15764         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15765         for fine thread control.
15766         (gdb-preempt-existing-or-display-buffer): New function used to
15767         display bound buffers without breaking window layout.
15768         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15769         (gdb-select-frame): New version of `gdb-frames-select' which now
15770         sets `gdb-frame-number' so commands may use --frame option instead
15771         of inner debugger state.
15772         (gdb-frame-handler): Do not set `gdb-frame-number'.
15773         (gdb-threads-mode-map): Select threads with mouse.
15775         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15776         avoid compilation warning.
15777         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15778         `gdb-show-stop-p`.
15780         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15781         Argument `key' renamed to `buffer-type'.
15782         (gdb-current-context-buffer-name): Do not add thread info to
15783         buffer name when no thread is selected.
15784         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15785         command (bug 3794).
15786         (gdb-thread-selected): Handle `=thread-selected' notification.
15787         (gdb-wait-for-pending): New macro to deal with congestion problems.
15788         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15789         breakpoints.
15790         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15791         This fixes problem similar to one described in bug 3947.
15792         (gud-menu-map): More menu items.
15793         (gdb-init-1): Reset `gdb-thread-number' to nil.
15795         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15796         non-stop settings.
15798         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15799         (gdb-current-context-command): Do not append --thread if
15800         `gdb-thread-number' is nil.
15801         (gdb-running-threads-count, gdb-stopped-threads-count): New
15802         variables.
15803         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15804         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15805         customization options.
15806         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15807         GUD commands.
15808         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15809         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15810         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15811         set `gdb-thread-number' and update `gud-running' properly.
15812         (gdb-running): Update threads list when new threads appear.
15813         (gdb-stopped): Support non-stop operation and new thread switching
15814         logic.
15815         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15816         (gdb-json-partial-output): New set of JSON routines.
15817         (def-gdb-auto-update-trigger): New `signal-list' optional
15818         argument.
15819         (gdb-thread-list-handler-custom): Update `gud-running',
15820         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15821         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15822         (gdb-continue-thread, gdb-step-thread): New commands for fine
15823         thread execution control.
15824         (gud-menu-map): New menu items to switch non-stop options.
15825         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15826         (gdb-send): Mimic RET properly (bug 3794).
15828         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15829         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15830         gdb-buffer-rules.
15831         (def-gdb-auto-update-handler): New nopreserve optional argument.
15832         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15834         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15835         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15836         (gdb-parent-mode): New mode to derive other GDB modes from.
15837         (gdb-display-disassembly-for-thread)
15838         (gdb-frame-disassembly-for-thread): New commands for threads
15839         buffer.
15841         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15842         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15843         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15844         (gdb-update): We now store all GDB buffers in a list so that they
15845         can be updated by traversing a list instead of calling invalidate
15846         triggers explicitly.
15847         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15848         pair for GDB buffer.
15849         (gdb-stack-buffer-name): Add thread information.
15850         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15851         handle pending triggers.
15852         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15853         (def-gdb-thread-buffer-simple-command)
15854         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15855         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15856         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15857         New commands which show buffers bound to thread.
15858         (gdb-stack-list-locals-regexp): Removed unused regexp.
15860         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15861         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15862         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15863         to (gud-comint-buffer) in *-buffer-name functions
15864         because (gdb-get-target-string) already does that.
15865         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15866         (gdb-changed-registers-handler): Rewritten without regexps.
15868         * progmodes/gdb-mi.el: Basic thread selection support.
15869         (gdb-thread-number): New variable.
15870         (gdb-current-context-command): New macro which adds --thread
15871         option to command.
15872         (gdb-threads-mode-map): Select thread with SPC.
15873         (gdb-thread-list-handler-custom): Mark current thread with overlay
15874         arrow.  Synchronize GDB thread and Emacs thread.
15875         (gdb-select-thread): New command which selects current thread.
15876         (gdb-invalidate-frames, gdb-invalidate-locals)
15877         (gdb-invalidate-registers): Use --thread option.
15879 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15881         * net/tramp.el (top): Make check for tramp-gvfs loading more
15882         robust.  (Bug#3977)
15883         (tramp-handle-insert-file-contents): `unwind-protect' must be
15884         inside `with-parsed-tramp-file-name'.
15886         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15887         fails.
15889 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15891         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15892         directory if CLASSPATH is not set.
15894 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15896         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15897         New defconst.
15898         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15900 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15902         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15903         Update freshmeat link.  Delete newsforge.com as it seems gone.
15905 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15907         * select.el (x-set-selection): Doc fix (Bug#4021).
15909         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15911         * help-fns.el (describe-variable): Treat list return values from
15912         dir-locals-find-file properly (Bug#4005).
15914 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15916         * net/tramp.el (tramp-debug-message): Print also microseconds.
15918 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15920         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15921         or END is non-nil.
15922         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15923         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15924         format.
15926         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15927         (tramp-get-file-property): Use it.
15929         * autorevert.el (auto-revert-handler): Allow
15930         `auto-revert-tail-mode' for remote files.
15932 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15934         * minibuffer.el (read-file-name): Treat confirm options to
15935         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15937 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15939         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15940         (font-lock-variable-name-face, font-lock-constant-face): Darken
15941         the colors for light backgrounds.
15943 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15945         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15946         month names.  (Bug#3987)
15948 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15950         * simple.el (line-move-finish): Pass whole number to
15951         line-move-to-column.
15952         (line-move-visual): Perform hscroll to the recorded position.
15954 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15956         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15958 2009-07-29  Alan Mackenzie  <acm@muc.de>
15960         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15962 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15964         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15965         (gdb-place-breakpoints): Use full path when setting breakpoints.
15967 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15969         * calc/calc.el (calc-mode-map): Add keybinding for
15970         `calc-transpose-lines'.
15972 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15974         * calc/calc-misc.el (calc-transpose-lines): New function.
15976 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15978         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15979         Simplify check for out-of-band methods.
15980         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15981         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15983 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15985         * vc-git.el (vc-git-checkin): Fix typo.
15987 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15989         * progmodes/js2-mode.el: New file.
15991 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15993         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15994         (gud-menu-map): Adjust tooltip accordingly.
15996 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15998         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15999         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16001         * add-log.el (change-log-mode-map): Add a menu.
16003 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16005         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16006         function returns nil.
16007         (dbus-handle-event): Handle special return value :ignore.
16008         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16010 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16012         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16013         it's not needed.
16015 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16017         Fix Bug#3888:
16019         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16021         * term/pc-win.el (x-display-name, x-colors)
16022         (x-select-enable-clipboard, x-select-text): Doc fix.
16024         * term/common-win.el (x-display-name, x-colors): Doc fix.
16026         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16027         (xw-defined-colors): Doc fix.
16029         * w32-fns.el (x-select-text, x-setup-function-keys)
16030         (x-get-selection, x-set-selection): Doc fix.
16032         * term/x-win.el (x-select-text, x-setup-function-keys)
16033         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16035         * select.el (x-set-selection): Doc fix.
16037 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16039         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16040         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16041         "IsNSSSupportAvailable" method is not available.  Reported by
16042         Steve Youngs <steve@sxemacs.org>.
16044 2009-07-24  Kenichi Handa  <handa@m17n.org>
16046         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16047         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16048         (build-unicode-category-table): Fix range checks.
16050 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16052         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16053         the buffer we try to sync is current when calling
16054         vc-resynch-buffer.
16056         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16057         not show up to date files.
16059 2009-07-24  Glenn Morris  <rgm@gnu.org>
16061         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16062         Add autoload cookies.  If necessary, initialize.
16063         (elint-log): Handle non-file buffers.
16064         (elint-initialize): Add optional argument to reinitialize.
16065         (elint-find-builtin-variables): Save excursion.
16067 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16069         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16070         for Lint.
16072 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16074         * vc.el (vc-print-log-internal): New function, split out from ...
16075         (vc-print-log): ... here.
16076         (vc-dir-move-to-goal-column): Declare.
16078         * vc-git.el (vc-git-add-signoff): New variable.
16079         (vc-git-checkin): Use it.
16080         (vc-git-toggle-signoff): New function.
16081         (vc-git-extra-menu-map): Bind it to menu.
16082         (vc-git--run-command-string): Accept a nil FILE argument.
16083         (vc-git-stash-list): New function.
16084         (vc-git-dir-extra-headers): Use it.
16086 2009-07-23  Glenn Morris  <rgm@gnu.org>
16088         * help-fns.el (describe-variable): Describe ignored and risky local
16089         variables in a similar way to that in which we describe safe ones.
16091         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16092         (byte-compile-output-file-form, byte-compile-output-docform)
16093         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16094         Give some more local variables with common names a "bytecomp-" prefix,
16095         so as not to shadow things during compilation.
16096         * emacs-lisp/cl-macs.el (load-time-value)
16097         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16098         `outbuffer' to `bytecomp-outbuffer'.
16100         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16101         since the next two variables cover them automatically now.
16102         (elint-builtin-variables, elint-autoloaded-variables): New.
16103         (elint-unknown-builtin-args): Remove all members, since they can be
16104         parsed automatically now.
16105         (elint-extra-errors): New.
16106         (elint-env-add-env, elint-env-add-macro): Use cadr.
16107         (elint-current-buffer): Use or.  Change final message.
16108         (elint-get-top-forms): Use line-end-position.
16109         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16110         and defalias.
16111         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16112         (regexp-assoc): Remove unused function.
16113         (elint-top-form): Set elint-current-pos, to record the start of the
16114         top-level form, for compilation-mode.
16115         (elint-form): Trap errors in macro expansion.  Use dolist.
16116         (elint-unbound-variable): Use elint-builtin-variables and
16117         elint-autoloaded-variables.
16118         (elint-get-args): Use cadr, or.
16119         (elint-check-cond-form): Use dolist, cadr.
16120         (elint-check-condition-case-form): Doc fix.  Use cadr.
16121         Use elint-extra-errors.
16122         (elint-log): New function.
16123         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16124         Distinguish errors and warnings.
16125         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16126         Use a bytecomp-style format.
16127         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16128         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16129         Don't truncate lines.
16130         (elint-initialize): Set builtin and autoloaded variable lists.
16131         Only process elint-unknown-builtin-args if non-nil.
16132         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16133         New functions.
16134         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16136 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16138         * net/newst-backend.el (newsticker--parse-atom-1.0)
16139         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16140         (newsticker--parse-rss-1.0):
16141         * progmodes/idlwave.el (idlwave-mode):
16142         * progmodes/idlw-shell.el (idlwave-shell-mode):
16143         * progmodes/vera-mode.el (vera-mode):
16144         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16145         * progmodes/vhdl-mode.el (vhdl-mode):
16146         * textmodes/table.el (table-generate-source)
16147         (table--warn-incompatibility):
16148         Hyperlink urls in docstrings with URL `...'.
16150 2009-07-22  Glenn Morris  <rgm@gnu.org>
16152         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16153         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16154         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16155         Remove leading * from defcustom docs.
16157         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16159         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16160         defcustom doc.
16161         (list-load-path-shadows): Optionally, just return shadows as a string.
16163         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16165 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16167         * mail/rmailedit.el (rmail-edit-mode): Use
16168         auto-save-include-big-deletions.
16170         * mail/rmail.el (rmail-variables): Use
16171         auto-save-include-big-deletions.
16173         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16174         changes.
16176 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16178         * calc/calc.el (calc-undo-length): New variable.
16179         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16181 2009-07-21  Richard Stallman  <rms@gnu.org>
16183         * files.el (auto-save-mode): Handle buffer-save-size = -2
16184         for toggling mode.
16186 2009-07-21  Glenn Morris  <rgm@gnu.org>
16188         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16190         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16192         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16193         silence compiler.  Instead...
16194         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16195         (ps-print-ensure-fontified): Update for above function name changes.
16197         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16198         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16199         silence compiler.  Instead...
16200         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16201         (mh-show-buffer): Only define for compiler.
16202         (pr-mh-current-message): Update for above function name changes.
16204         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16205         as an argument.
16206         (find-file-noselect, insert-file-1): Update for above change.
16208         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16210         * mail/mailclient.el (mailclient-send-it): Fix message.
16212         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16213         (edebug-eval): Check cl-debug-env is bound.
16214         (print-level, print-circle): Don't redefine built-in variables.
16216         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16217         (custom-print-vectors): Remove old comments from doc.
16219         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16220         (emerge-version): Make the variable an obsolete alias for the
16221         emacs-version variable.  Make the function obsolete.
16222         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16223         Emerge options, rather than merging in into the main Options menu.
16224         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16225         and auto advance modes.  Disable edit/fast items when not relevant.
16227 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16229         * term/vt420.el (terminal-init-vt420): Fix typo.
16231 2009-07-20  Sam Steingold  <sds@gnu.org>
16233         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16234         variable (removed from compile.el on 2004-03-11).
16236 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16238         * files.el (hack-local-variables-filter): Fix last change.
16240 2009-07-19  Juri Linkov  <juri@jurta.org>
16242         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16243         (dir-local-variables-alist): New buffer-local variable.
16244         (hack-local-variables-filter): If variable is not dir-local,
16245         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16246         because file-local overrides dir-local.
16247         (c-postprocess-file-styles) <declare-function>:
16248         Remove obsolete declaration.
16249         (hack-dir-local-variables): Add dir-local variable/value pair to
16250         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16252         * help-fns.el (describe-variable): Add information about
16253         file-local and dir-local variables.
16255 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16257         * files.el (hack-local-variables-filter): Rewrite.
16259 2009-07-19  Glenn Morris  <rgm@gnu.org>
16261         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16262         Silence compiler by only defining on XEmacs.
16264         * international/mule.el (auto-coding-regexp-alist): Only match
16265         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16267         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16268         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16269         (cal-menu-context-mouse-menu): Doc fix.
16271         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16273         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16275 2009-07-18  Juri Linkov  <juri@jurta.org>
16277         * info.el: Virtual Info keyword finder.
16278         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16279         (Info-finder-file): New variable.
16280         (Info-finder-find-file): New function.
16281         (finder-known-keywords, finder-package-info)
16282         (find-library-name, lm-commentary): Use defvar and
16283         declare-function to silence compiler warnings.
16284         (Info-finder-find-node): New function.
16285         (info-finder): New command.
16287         * subr.el (process-kill-buffer-query-function): New function.
16288         (add-hook)<kill-buffer-query-functions>: Add hook
16289         `process-kill-buffer-query-function'.
16291 2009-07-18  Alan Mackenzie  <acm@muc.de>
16293         * progmodes/cc-mode.el (c-before-hack-hook)
16294         (c-postprocess-file-styles): Give invocation of `c-set-style'
16295         DONT-OVERRIDE parameter of t.  Already set style variables will
16296         thus not be overridden by style settings given by `c-file-syle'.
16298         * files.el (hack-local-variables-filter): Remove entries with
16299         duplicate keys from `file-local-variables-alist'.
16301 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16303         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16304         x-set-selection if display-selections-p returns nil for the
16305         current frame.
16307 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16309         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16311 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16313         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16314         Accept nil in addition to a regexp.
16315         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16316         Accept nil in addition to a regexp.
16317         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16318         buffers that have an associated file.  Handle nil values of
16319         desktop-buffers-not-to-save and desktop-files-not-to-save.
16320         (Bug#3833)
16322         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16323         (x-disown-selection-internal): New functions.
16325 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16327         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16328         warning.
16329         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16330         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16332 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16334         * simple.el (set-mark): Revert last change.
16336 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16338         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16339         rendering of pngs is not possible instead of messaging a long
16340         description.
16342 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16344         * w32-fns.el (x-selection-owner-p): New function.
16346         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16347         (mouse-yank-at-click, mouse-yank-primary): If
16348         select-active-regions is non-nil, deactivate the mark before
16349         insertion.
16351         * simple.el (deactivate-mark, set-mark): Only save selection if we
16352         own it.
16354 2009-07-17  Kenichi Handa  <handa@m17n.org>
16356         * case-table.el (describe-buffer-case-table): Fix for the case
16357         that KEY is a cons.
16359 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16361         * vc-rcs.el (vc-rcs-find-file-hook):
16362         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16364 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16366         * net/tramp.el (tramp-wait-for-output): Handle the case when
16367         commands do not return a newline but a null byte before the shell
16368         prompt.  (Bug#3858)
16370 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16372         * term/ns-win.el (ns-set-alpha): Don't declare.
16373         (ns-set-background-alpha): Remove function.
16375 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16377         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16378         y-or-n-p, for safety.
16380 2009-07-16  Richard Stallman  <rms@gnu.org>
16382         * files.el (auto-save-mode): If buffer-saved-size is -2,
16383         don't clobber it.
16385         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16386         (rmail-retry-ignored-headers): Add more uninteresting fields.
16388 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16390         * net/rcirc.el (rcirc): Use history variables.
16391         (rcirc-server-name-history, rcirc-nick-name-history)
16392         (rcirc-server-port-history): New variables.
16394 2009-07-15  Kenichi Handa  <handa@m17n.org>
16396         * international/mule-cmds.el (set-language-environment-charset):
16397         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16398         ignore them.
16400         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16401         Delete unibyte-display.
16403 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16405         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16407 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16409         * simple.el (deactivate-mark): Optional argument FORCE.
16410         (set-mark): Use deactivate-mark.
16412         * info.el (Info-search): No need to check transient-mark-mode
16413         before calling deactivate-mark.
16415         * select.el (x-set-selection): Doc fix.
16416         (x-valid-simple-selection-p): Allow buffer values.
16417         (xselect--selection-bounds): Handle buffer values.  Suggested by
16418         David De La Harpe Golden.
16420         * mouse.el (mouse-set-region, mouse-drag-track): Call
16421         copy-region-as-kill before setting the mark, to let
16422         select-active-regions work.
16424 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16426         * simple.el (deactivate-mark): If select-active-regions is
16427         non-nil, copy the selection data into a string.
16428         (activate-mark): If select-active-regions is non-nil, set the
16429         selection to the current buffer.
16430         (set-mark): Update selection if select-active-regions is non-nil.
16432         * select.el (x-valid-simple-selection-p): Allow buffer values.
16434 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16436         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16437         and more featureful message-mode.
16439 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16441         * select.el (x-set-selection): Doc fix.
16442         (x-valid-simple-selection-p): Disallow selection data consisting
16443         of a list or cons of integers, since that is not used.
16444         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16445         (xselect-convert-to-string, xselect-convert-to-length)
16446         (xselect-convert-to-filename, xselect-convert-to-charpos)
16447         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16449 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16451         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16452         output in -break-info command (Emacs bug #3794).
16454 2009-07-14  Glenn Morris  <rgm@gnu.org>
16456         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16457         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16458         (edebug-print-length, edebug-print-level, edebug-print-circle)
16459         (edebug-sit-for-seconds, edebug-view-outside)
16460         (edebug-bounce-point, edebug-set-global-break-condition)
16461         (edebug-Go-nonstop-mode, edebug-trace-mode)
16462         (edebug-Trace-fast-mode, edebug-continue-mode)
16463         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16464         (edebug-visit-eval-list): Doc fixes.
16466         * subr.el (def-edebug-spec): Doc fix.
16468 2009-07-14  Kenichi Handa  <handa@m17n.org>
16470         * international/characters.el: Fix setting of category ?C.
16472 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16474         * term/ns-win.el (x-select-font): defalias x-select-font to
16475         ns-popup-font-panel instead of generate-fontset-menu.
16477 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16479         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16481 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16483         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16484         the PK\003\004 header (Bug#3770).
16486 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16488         * pcomplete.el (pcomplete-comint-setup): Check for
16489         shell-dynamic-complete-filename too.
16491 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16493         * simple.el (temporary-goal-column): Change the value for
16494         line-move-visual to a cons cell.
16495         (line-move-visual): Record or set the window hscroll, if
16496         necessary (Bug#3494).
16497         (line-move-1): Handle cons value of temporary-goal-column.
16499 2009-07-11  Kenichi Handa  <handa@m17n.org>
16501         * international/mule-diag.el (describe-character-set): Don't show
16502         width.
16504 2009-07-10  Sam Steingold  <sds@gnu.org>
16506         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16507         Omake sometimes indents the errors it prints, so allow all
16508         regexps to start with spaces.
16510 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16512         * cus-edit.el (customize-changed-options-previous-release):
16513         Bump value to 22.1.  (Bug#3804)
16515 2009-07-08  Sam Steingold  <sds@gnu.org>
16517         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16518         to be a cons cell (test . ignored-directory) to selectively ignore
16519         some directories depending on the location of the search.
16521 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16523         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16524         remote user is root, on the local host.
16525         (tramp-local-host-p): Either the local user or the remote user
16526         must be root.  (Bug#3771)
16528 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16530         * progmodes/gdb-mi.el (gdb): Remove description of
16531         gdb-use-separate-io-buffer.
16532         (menu): Don't allow toggling of or enable
16533         gdb-use-separate-io-buffer from menubar.
16535 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16537         * mail/unrmail.el (unrmail): Make sure the message ends with two
16538         newlines (Bug#3769).
16540 2009-07-08  Glenn Morris  <rgm@gnu.org>
16542         * calendar/calendar.el (calendar-current-date): Rework previous change.
16544 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16546         * calendar/calendar.el (calendar-current-date):
16547         Add an optional argument giving an offset from today.
16549 2009-07-08  Glenn Morris  <rgm@gnu.org>
16551         * tutorial.el (tutorial--describe-nonstandard-key):
16552         Adjust the message for when a key has been unbound.
16553         (help-with-tutorial): Hide the arch-tag.
16555 2009-07-08  Kenichi Handa  <handa@m17n.org>
16557         * international/fontset.el (setup-default-fontset): For each
16558         script, append (not set) font-specs.
16560         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16561         docstring.
16563 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16565         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16566         -data-list-register-names to ...
16567         (gdb-starting): ... here because GDB 7.0 requires execution to
16568         have started when using this MI command.
16569         (gdb-set-header): New function to distinguish select and
16570         unselected tabs in gdb buffers.
16571         (gdb-propertize-header): New macro that uses gdb-set-header.
16572         (gdb-breakpoints-header, gdb-locals-header): Use it.
16573         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16575 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16577         * Makefile.in (ELCFILES): Remove fadr.elc.
16579 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16581         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16582         may contain frame information, so `string-match' should be used.
16583         (gdb-update): Disassembly is invalidated through
16584         `gdb-get-selected-frame'.
16585         (gdb-pad-string): New function to pad string with spaces.
16586         (gdb-invalidate-disassembly): Invalidate only if the buffer
16587         exists.
16588         (gdb-disassembly-handler-custom): Column alignment.
16589         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16590         placing new ones.
16591         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16592         end of line, too.
16593         (gdb-frame-handler): Match convention to for disassembly buffer
16594         mode name.
16595         (gdb-stack-list-frames-handler): Rewritten without regexps.
16596         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16597         not highlight breakpoints without line information.
16598         (gdb-input): Add trailing newline to command.
16600         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16601         buffer properly.
16602         (gdb-breakpoints-list-handler-custom): Replacement for
16603         `gdb-break-list-handler'.  Using real parser instead of regexps
16604         now.
16605         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16606         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16607         to place breakpoints.
16608         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16609         functions.
16610         (gdb-disassembly-handler-custom): Show overlay arrow.
16611         (gdb-disassembly-place-breakpoints): Show breakpoints in
16612         disassembly buffer.
16613         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16614         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16615         instead of parsing breakpoints buffer.  Fixed old menu references
16616         in `gud-menu-map'.
16618         * fadr.el: Remove.
16620         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16621         (gdb-memory-address): New variable which holds top address of
16622         memory page shown in memory buffer.
16623         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16624         customization variables.
16625         New functions:
16626         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16627         display the memory buffer.
16628         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16629         buffer display parameters.
16630         (def-gdb-memory-format, gdb-memory-format-binary)
16631         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16632         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16633         Functions for setting memory buffer format.
16634         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16635         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16636         unit size used in memory buffer.
16637         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16638         to next/previous page of memory buffer.
16639         Now using (bindat-get-field) instead of fadr functions.
16641 2009-07-07  Sam Steingold  <sds@gnu.org>
16643         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16644         non-top-level files.
16646 2009-07-07  Kenichi Handa  <handa@m17n.org>
16648         * international/mule-cmds.el (reset-language-environment): Put
16649         the highset priority to the charset iso-8859-1.
16651 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16653         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16654         to the end of the line when locating the block (Bug#700).
16656 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16658         * net/tramp.el (tramp-handle-write-region): Flush file properties
16659         in case of short track.
16661 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16663         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16664         Coded custom representation of verilog error regular expressions
16665         to work with Emacs-22's new format.
16666         (verilog-error-regexp-xemacs-alist): Coded custom representation
16667         of verilog error regular expressions to work with XEmacs format.
16668         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16669         error recognition into XEmacs.
16670         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16671         error recognition into Emacs-22.
16673 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16675         * woman.el: Remove stand-alone closing parentheses.
16676         (woman-file-name, woman2-format-paragraphs)
16677         (woman-leave-blank-lines): Code cleanup.
16678         (woman-use-own-frame): Change default to nil.
16679         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16680         defaults to inherit from default faces.
16681         (woman2-process-escapes): Consume the newline after a stand-alone
16682         filler character (Bug#3651).
16684 2009-07-06  Glenn Morris  <rgm@gnu.org>
16686         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16687         (top-level): Move provide to the end.
16688         (ffap): Remove defunct URL from custom group.
16690         * subr.el (eval-after-load): Doc fix.
16692 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16694         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16695         `calc-embedded-word' is called twice.
16697 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16699         * files.el (find-alternate-file-other-window, find-alternate-file):
16700         Obey confirm-nonexistent-file-or-buffer.
16702 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16704         * dired-aux.el (dired-show-file-type): Handle remote files.
16706 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16708         * desktop.el (desktop-globals-to-save):
16709         Add file-name-history (Bug#2750).
16711 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16713         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16715 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16717         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16718         property on entire argument since this is what eshell-lisp-command
16719         expects.
16721 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16723         * net/tramp-gvfs.el (tramp-gvfs-methods)
16724         (tramp-gvfs-zeroconf-domain)
16725         (tramp-bluez-discover-devices-timeout): Add version flag.
16726         (tramp-gvfs-handler-mounted-unmounted)
16727         (tramp-gvfs-connection-mounted-p): Polish handling of
16728         incompatibilities between GVFS 0.2 and 1.0.
16730 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16732         * cus-start.el (all): Add make-pointer-invisible.
16734 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16736         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16737         formatted correctly.
16739 2009-07-02  Juri Linkov  <juri@jurta.org>
16741         * info.el: Virtual Info files and nodes.
16742         (Info-virtual-files, Info-virtual-nodes): New variables.
16743         (Info-current-node-virtual): New variable.
16744         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16745         New functions.
16746         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16747         to check for a virtual file instead of checking a fixed list
16748         of node names.
16749         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16750         instead of ad-hoc processing of "dir" and (apropos history toc).
16751         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16752         instead of ad-hoc processing of "dir" and (apropos history toc).
16753         Reread a file when moving from a virtual node.
16754         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16755         (Info-directory-toc-nodes, Info-directory-find-file)
16756         (Info-directory-find-node): New functions.
16757         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16758         (Info-history): Move part of code to
16759         `Info-history-find-node'.
16760         (Info-history-toc-nodes, Info-history-find-file)
16761         (Info-history-find-node): New functions.
16762         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16763         (Info-toc): Move part of code to `Info-toc-find-node'.
16764         (Info-toc-find-node): New function.
16765         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16766         the current Info file name to references because now the node
16767         "*TOC*" belongs to the same Info manual.
16768         (Info-toc-build): Rename from `Info-build-toc'.
16769         (Info-toc-nodes): Rename input argument `file' to `filename'.
16770         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16771         instead of ad-hoc processing of ("dir" apropos history toc).
16772         (Info-index-nodes): Use Info-virtual-file-p
16773         to check for a virtual file instead of checking a fixed list
16774         of node names.
16775         (Info-index-node): Add check for `Info-current-node-virtual'.
16776         Raise `save-match-data' higher up the tree to contain
16777         `search-forward' too (bug fix).
16778         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16779         (Info-virtual-index-nodes): New variable.
16780         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16781         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16782         (Info-apropos-file, Info-apropos-nodes): New variables.
16783         (Info-apropos-toc-nodes, Info-apropos-find-file)
16784         (Info-apropos-find-node, Info-apropos-matches): New functions.
16785         (info-apropos): Move part of code to `Info-apropos-find-node' and
16786         `Info-apropos-matches'.
16787         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16788         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16789         for a virtual file instead of checking a fixed list of node names.
16791         * simple.el (async-shell-command): New command.
16793         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16795         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16796         instead of `mount-info'.
16798 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16800         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16801         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16803 2009-07-02  Kenichi Handa  <handa@m17n.org>
16805         * international/mule.el (set-keyboard-coding-system): Force *-unix
16806         coding-system to avoid eol conversion.
16808 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16810         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16811         Add handler for `process-file', `shell-command' and
16812         `start-file-process'.
16813         (tramp-gvfs-handle-shell-command)
16814         (tramp-gvfs-handle-start-file-process)
16815         (tramp-gvfs-handle-process-file): New defuns.
16816         (tramp-synce-list-devices): Simplify check for existence of property.
16818 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16820         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16822 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16824         * language/korean.el (set-language-info-alist): Add korean-cp949,
16825         cp949 to spec.
16827 2009-07-01  Kenichi Handa  <handa@m17n.org>
16829         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16831         * international/encoded-kb.el: Deleted.
16833         * international/mule.el (set-keyboard-coding-system): Perform the
16834         necessary setup here instead of calling encoded-kbd-setup-display.
16836 2009-07-01  Glenn Morris  <rgm@gnu.org>
16838         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16840 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16842         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16844 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16846         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16847         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16848         (tramp-default-file-modes): Remove execute permissions.
16850         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16851         (top): Add a default for "synce" in `tramp-default-user-alist'.
16852         Add completion function for "synce" method.
16853         (tramp-hal-service, tramp-hal-path-manager)
16854         (tramp-hal-interface-manager, tramp-hal-interface-device):
16855         New defconst.
16856         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16857         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16858         New defuns.
16860         * net/trampver.el: Update release number.
16862 2009-06-30  Kenichi Handa  <handa@m17n.org>
16864         * international/fontset.el (setup-default-fontset): Add CJK fonts
16865         for symbols and the other miscellaneous characters.
16867         * language/korea-util.el (setup-korean-environment-internal):
16868         Make char-width-table suitable for Korean environments.
16869         (exit-korean-environment): Cancel above.
16871         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16872         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16873         setup-function to make char-width-table suitable for respective
16874         environments, and an exit-function to cancel that.
16876         * language/japan-util.el (setup-japanese-environment-internal):
16877         Call use-cjk-char-width-table with arg `ja_JP'.
16879         * international/characters.el (cjk-char-width-table): Delete it.
16880         (cjk-char-width-table-list): New variable.
16881         (use-cjk-char-width-table): New arg local-name.
16882         (use-default-char-width-table): Fix for the case that Emacs is
16883         already using the default char-width-table.
16885 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16887         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16888         modes mandatory.  (Bug#3712)
16890 2009-06-29  Alan Mackenzie  <acm@muc.de>
16892         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16893         correction between the visible width of TABs and their number of bytes.
16895 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16897         * server.el (server-buffer-done): Prevent kill-buffer from
16898         prompting by clearing the buffer modification flag (Bug#3696).
16900 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16902         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16903         (verilog-endcomment-reason-re): Support unique case and priority case.
16904         (verilog-basic-complete-re): Support localparam lineup.
16905         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16906         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16907         commenting.
16908         (verilog-leap-to-case-head): Now support *nested* unique &
16909         priority case statements.
16910         (verilog-auto-lineup): Make just declarations the default (as it
16911         had been).
16912         (verilog-leap-to-case-head): Support priority/unique case statements.
16913         (verilog-auto-lineup): Rework to give users radio buttons to
16914         select the various styles of automatic lineup.
16915         (verilog-error-regexp-alist): Rework to support the XEmacs style
16916         of error regular expressions from compilers, lint tools &
16917         simulators.  Note that GNU Emacs has made it impossible for a mode
16918         to load such things.
16919         (electric-verilog-terminate-line, verilog-indent-declaration)
16920         (verilog-auto-wiure): Rework for radio button selection of
16921         auto-lineup selection of specification of auto lineup.
16922         (verilog-beg-of-statement-1): Redesign to support proper operation
16923         in additional code, based on testing with auto-lineup.
16924         (verilog-calculate-indent, assignments & declarations)
16925         (verilog-backward-token): Enhance to support auto-lineup of
16926         assignments & declarations.
16927         (verilog-in-directive-p, verilog-at-struct-p): New function for
16928         easy test of whether we are.
16929         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16930         to support safe execution at almost anyline.
16931         (verilog-calc-1): Properly support indenting deep inside generate
16932         blocks.
16933         (verilog-init-font): Remove definition & use of verilog-init-font,
16934         as it is redundant with font-lock-defaults.
16935         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16936         to avoid circular calls if syntax-ppss is a function (as is the
16937         case now in 22.x GNU Emacs) as that function would sometimes call
16938         itself, leading to (nearly) infinite recursion.
16939         (verilog-ovm-begin-re, verilog-ovm-end-re)
16940         (verilog-ovm-statement-re, verilog-leap-to-head)
16941         (verilog-backward-token): Add support for OVM macros.  Some are
16942         complete statements, and others open and close scopes like begin
16943         and end.
16944         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16945         (verilog-defun-level-generate-only-re): Really fix the defun-list
16946         compilation issue.
16947         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16948         coverpoint, constraint and cross statements.
16949         (verilog-defun-level-list, verilog-generate-defun-level-list)
16950         (verilog-all-defun-level-list): Redo these specifications - it is
16951         too hard to support eval-when compile aggregation of lists also
16952         built at when-compile time.
16953         (verilog-defun-level-list): Place defconsts of variables used in
16954         building regular expressions which are built in eval-when-compile
16955         bodies in the same eval-when-compile body to facilitate compile
16956         without load.
16957         (verilog-beg-block-re-ordered): Support indenting
16958         virtual/protected tasks and functions.
16959         (verilog-defun-level-list, verilog-in-generate-region-p)
16960         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16961         indentation of some module items (generate items).
16962         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16963         across virtual/protected tasks and functions.
16965 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16967         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16968         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16969         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16970         in concatenations.  Reported by Yishay Belkind.
16971         (verilog-auto-ascii-enum): Support one-hot state machines in
16972         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16973         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16974         modport in AUTOINST and add vl-modport for users.  Reported by
16975         David Rogoff.
16976         (verilog-auto-inout-module, verilog-auto-inst)
16977         (verilog-decls-get-interfaces, verilog-insert-definition)
16978         (verilog-insert-one-definition, verilog-read-decls)
16979         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16980         (verilog-sig-modport, verilog-signals-combine-bus)
16981         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16982         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16983         Suggested by David Rogoff.
16984         (verilog-repair-open-comma): Fix non-insertion of comma when
16985         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16986         (verilog-make-width-expression): Simplify [A-1:0] expression
16987         widths to just {A{1'b0}}.
16988         (verilog-mode): Cleanup checkdoc warnings.
16989         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16990         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16991         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16992         (next-error-last-buffer): Fix byte-compiler warning.
16993         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16994         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16995         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16996         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16997         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16998         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16999         in AUTOINOUT.  Reported by Matthew Lovell.
17000         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17001         causing use of <= assignments.  Reported by Alex Reed.
17002         (verilog-read-decls): Fix triand, trior, wand, wor to be
17003         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17004         (verilog-extended-complete-re): Support import "DPI-C" functions.
17005         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17006         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17007         (verilog-insert-date, verilog-insert-year)
17008         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17009         Windows systems.  Reported by Michael Potts.
17010         (verilog-read-module-name): Fix AUTOINST when the child module
17011         declaration's name is a tick define.  Reported by Elliot Mednick.
17012         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17013         passed to next parameter's definition.  Reported by Bruce T.
17014         (verilog-read-decls): Fix detecting "parameter int" when using
17015         AUTOINSTPARAM.  Reported by Bruce T.
17016         (verilog-goto-defun): Fix goto not finding modules unless first
17017         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17018         (verilog-mode): Expand -f flag arguments on entry to mode so
17019         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17020         (verilog-getopt): Expand environment variables in -f file
17021         arguments.  Suggested by Lawrence Butcher.
17022         (verilog-set-define): Fix "Symbol's value as variable is void"
17023         when reading enumerations.
17024         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17025         Suggested by Stephen Peltan.
17026         (verilog-read-defines): Fix reading of enumerations in include
17027         files.  Reported by Steve Peltan.
17029 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17031         * files.el (trash-directory): Fix defcustom type.
17033 2009-06-28  Juri Linkov  <juri@jurta.org>
17035         * help-fns.el (describe-function-1): Correctly locate adviced
17036         functions in hyperlink (Bug#2438).
17038 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17040         * files.el (trash-directory): Change default to nil.
17041         (move-file-to-trash): If trash-directory is nil and
17042         system-move-file-to-trash is unbound, perform freedesktop-style
17043         trashing.
17045 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17047         * files.el (move-file-to-trash): Add freedesktop trash
17048         support (Bug#973).
17050 2009-06-28  Glenn Morris  <rgm@gnu.org>
17052         * autorevert.el (global-auto-revert-non-file-buffers)
17053         (global-auto-revert-mode): Doc fixes.
17055 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17057         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17059 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17061         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17062         opened an X connection before calling x-get-resource (Bug#3194).
17064         * play/doctor.el: Remove reference to obsolete website.
17065         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17067 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17069         Remove find-file-not-found-hook VC method.  (Bug#2757)
17070         * vc-hooks.el (vc-file-not-found-hook)
17071         (vc-default-find-file-not-found-hook): Remove functions.
17072         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17073         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17074         * vc.el:
17075         * vc-hg.el:
17076         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17078 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17080         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17081         compatibility function for `looking-back'.
17083         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17084         Use `ispell-looking-back'.
17086 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17088         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17089         rather than `filename'.
17091 2009-06-23  Miles Bader  <miles@gnu.org>
17093         * face-remap.el (text-scale-set): New function.
17095 2009-06-23  Glenn Morris  <rgm@gnu.org>
17097         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17099         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17101         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17103         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17105         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17106         Simplify Persian conditionals.
17108         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17109         variable `filename'.
17111         * comint.el (comint-insert-input): Doc fix.
17113         * Makefile.in (ELCFILES): Fix typo in previous change.
17115 2009-06-23  Miles Bader  <miles@gnu.org>
17117         * cus-start.el: Add entry for `recenter-redisplay'.
17119 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17121         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17122         Add an optional argument for the backend, use it instead of
17123         calling vc-backend.
17124         (vc-mode-line): Add an optional argument for the backend.
17125         Pass the backend to vc-state and vc-working-revision.  Move code for
17126         special handling for vc-state being a buffer to ...
17128         * vc-rcs.el (vc-rcs-find-file-hook):
17129         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17131         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17132         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17133         vc-stay-local-p and vc-mode-line calls.
17135         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17136         (vc-cvs-diff, vc-cvs-annotate-command)
17137         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17138         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17139         vc-mode-line calls.
17141         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17142         direct comparison.
17143         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17144         backend when calling vc-mode-line.
17145         (vc-register): Do not create a closure for calling the vc register
17146         function, call it directly.
17148 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17150         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17151         to make it obvious item can be clicked.
17153         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17155 2009-06-23  Kenichi Handa  <handa@m17n.org>
17157         * language/korea-util.el (korean-key-bindings): Change the binding
17158         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17159         same command.
17161 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17163         Sync with Tramp 2.1.16.
17165         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17167         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17168         when a loading of a package fails.  Completion function for rsync
17169         is `tramp-completion-function-alist-ssh'.
17170         (all): Replace all calls of `split-string' and
17171         `tramp-split-string' by `tramp-compat-split-string'.
17172         (tramp-default-method): Use `tramp-compat-process-running-p'.
17173         (tramp-default-proxies-alist): Allow also Lisp forms.
17174         (tramp-remote-path): Add choice "Private Directories".
17175         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17176         (tramp-domain-regexp): Allow also "-", "_" and ".".
17177         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17178         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17179         (tramp-debug-message): Insert header line in debug buffer.
17180         (tramp-handle-directory-files-and-attributes-with-stat):
17181         Care about filenames with spaces, or starting with "-".
17182         (tramp-handle-dired-uncache): New defun.
17183         (tramp-handle-insert-directory): Don't flush the directory from
17184         cache, this is handled by `dired-uncache' now.
17185         (tramp-handle-insert-file-contents): Improve error handling.
17186         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17187         Quote `tramp-end-of-output'.
17188         (tramp-action-password): Improve trace message.
17189         (tramp-check-for-regexp): Both echoes must be present, before removing.
17190         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17191         (tramp-compute-multi-hops): Eval cons cells of
17192         `tramp-default-proxies-alist'.
17193         (tramp-maybe-open-connection): Use the same command pattern for
17194         first hop and further hops.
17195         (tramp-wait-for-output): Remove handling of newlines.
17196         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17197         (tramp-split-string): Remove function.  It is handled in
17198         tramp-compat now.
17200         * net/tramp-cmds.el (tramp-bug):
17201         Recommend `tramp-cleanup-all-connections' in the bug mail.
17203         * net/tramp-compat.el (tramp-compat-split-string)
17204         (tramp-compat-process-running-p): New defuns.
17206         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17207         for `dired-uncache'.
17209         * net/tramp-gvfs.el: New package.
17211         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17212         Add handler for `dired-uncache'.
17213         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17215         * net/trampver.el: Update release number.  Make version check fit
17216         for SXEmacs 22.
17218 2009-06-22  Jim Meyering  <meyering@redhat.com>
17220         Automatically handle .xz suffix (XZ-compressed files), too.
17221         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17222         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17224 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17225             Nick Roberts  <nickrob@snap.net.nz>
17227         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17228         repository (http://sphinx.net.ru/hg/gdb-mi/).
17230 2009-06-22  Glenn Morris  <rgm@gnu.org>
17232         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17233         `mode' and `eval' entries.  (Bug#3430)
17235         * Makefile.in (ELCFILES): Add fadr.elc.
17237         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17238         differing behavior of \n and ^ in strings.  (Bug#3385)
17240         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17242         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17243         property.
17244         (lisp-indent-function): Make it a defcustom.
17246 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17248         * progmodes/gdb-ui.el: Replace with ...
17249         * progmodes/gdb-mi.el: ... this file.
17250         * progmodes/gud.el: Modify for gdb-mi.el.
17252 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17254         * fadr.el: New file.
17256 See ChangeLog.14 for earlier changes.
17258 ;; Local Variables:
17259 ;; coding: utf-8
17260 ;; End:
17262   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17264   This file is part of GNU Emacs.
17266   GNU Emacs is free software: you can redistribute it and/or modify
17267   it under the terms of the GNU General Public License as published by
17268   the Free Software Foundation, either version 3 of the License, or
17269   (at your option) any later version.
17271   GNU Emacs is distributed in the hope that it will be useful,
17272   but WITHOUT ANY WARRANTY; without even the implied warranty of
17273   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17274   GNU General Public License for more details.
17276   You should have received a copy of the GNU General Public License
17277   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.