* lisp/emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
[emacs.git] / lisp / ChangeLog
blob17ef7490ba85b2a8054fd95c650a4557e29867bb
1 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
5         (smie-prec2-levels): Use them to better diagnose precedence cycles.
6         (smie-blink-matching-check): Don't signal a mismatch if car is t.
7         (smie-blink-matching-open): Rewrite to remove assumptions, so that
8         something like "." can also be a closer.
9         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
10         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
11         Rename internal functions to use "--".  Update callers.
13         * frame.el (make-frame-names-alist): Don't list frames on other displays.
15         * fringe.el (fringe-styles): New var.
16         (fringe-mode, fringe-query-style): Use it.
18 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
20         * progmodes/sql.el: Version 2.8
21         (sql-login-params): Update widget structure; changes still
22         needed.
23         (sql-product-alist): Add :list-all and :list-table features for
24         SQLite, Postgres and MySQL products.
25         (sql-redirect): Handle default value.
26         (sql-execute, sql-execute-feature): New functions.
27         (sql-read-table-name): New function.
28         (sql-list-all, sql-list-table): New functions. User API
29         (sql-mode-map, sql-interactive-mode-map): Add key definitions
30         for above functions.
31         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
32         for above functions.
33         (sql-postgres-login-params): Add user and database defaults.
34         (sql-buffer-live-p): Bug fix.
35         (sql-product-history); New variable.
36         (sql-read-product): New function. Use it.
37         (sql-set-product, sql-product-interactive): Use it.
38         (sql-connection-history): New variable.
39         (sql-read-connection): New function. Use it.
40         (sql-connect): New function.
41         (sql-for-each-login): Redesign function interface.
42         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
43         (sql-get-login-ext, sql-get-login): Use it. Handle default values.
44         (sql-comint): Check for program. Existing live buffer.
45         (sql-comint-postgres): Add port parameter.
47 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * emacs-lisp/warnings.el: Fix commenting convention.
50         (display-warning): Use special mode and make the buffer read-only.
52 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
54         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
55         empty string when it follows a repeated or optional pattern.
57 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * indent.el (indent-according-to-mode): Apply syntax-propertize.
60         (indent-region): Use indent-according-to-mode.
62 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
64         * fringe.el (fringe-mode): Doc fix.
66 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
68         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
69         refreshing the preview buffer.
71 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
74         (latex-syntax-propertize-rules): New consts; replace
75         tex-font-lock-syntactic-keywords.
76         (tex-env-mark, latex-env-before-change): New functions.
77         (latex-electric-env-pair-mode): New minor mode.
78         (tex-font-lock-verb): Change arguments; do move point.
79         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
80         representation as a form of comment.
81         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
82         (doctex-syntax-propertize-rules): New const; replaces
83         doctex-font-lock-syntactic-keywords.
84         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
86         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
87         (fortran-make-syntax-propertize-function): New function; replaces
88         fortran-font-lock-syntactic-keywords.
89         (fortran-mode): Use it.
90         (fortran-line-length): Use it.  Improve interactive spec.
92         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
93         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
94         when adding surrounding \(..\).
96         * progmodes/js.el (js-mode): Fix last change (bug#7054).
98 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
101         Use with-current-buffer.
103         * isearch.el (isearch-face): Rename from `isearch'.
104         (isearch-highlight): Use new name.
106 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
108         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
109         5, for `half' width fringes.  (Bug#6933)
111 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
114         (byte-compile-defvar): "foo/bar" does not lack a prefix.
116         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
118 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
120         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
121         in calculating new frame position.  Add more space between new and
122         parent on the left (Bug#7048).
124 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
126         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
127         defmacro.
129 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
131         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
133         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
134         obsolete alias for x-selection-value.
136         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
138 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
140         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
141         cookie.
143 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
145         * net/tramp-compat.el (tramp-compat-with-temp-message)
146         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
147         (tramp-compat-process-put): New defuns.
149         * net/tramp.el (top):
150         * net/tramp-gvfs.el (top):
151         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
153         * net/tramp.el (tramp-progress-reporter-update):
154         Use `tramp-compat-funcall'.
156         * net/tramp.el (tramp-process-actions):
157         * net/tramp-gvfs.el (tramp-handle-vc-registered):
158         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
159         (tramp-get-remote-stat, tramp-get-remote-readlink):
160         Use `tramp-compat-with-temp-message'.
162         * net/tramp-sh.el (top): Require 'cl.
163         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
164         (tramp-open-connection-setup-interactive-shell):
165         Use `tramp-compat-process-put'.
167 2010-09-15  Alan Mackenzie  <acm@muc.de>
169         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
170         indentation.
171         (c-forward-<>-arglist-recur): Fix an infinite recursion.
173 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
175         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
176         `lexical' for warnings related to lexical scoping.
177         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
178         global vars which don't have a prefix and could hence affect lexical
179         scoping in unrelated files.
181 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183         * net/imap.el: Revert back to version
184         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
185         seem problematic.
187 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
189         * obsolete/old-whitespace.el (whitespace-unload-function):
190         Explicitly pass `obarray' to `unintern' to avoid a warning.
192 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
195         Add `when' argument.  Update callers.
197         * subr.el (unintern): Declare the obarray arg mandatory.
199 2010-09-14  Glenn Morris  <rgm@gnu.org>
201         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
202         Doc fixes.
204         * calendar/diary-lib.el (diary-included-files): New variable.
205         (diary-list-entries): Maybe initialize diary-included-files.
206         (diary-include-other-diary-files): Append to diary-included-files.
207         * calendar/appt.el (appt-update-list): Also check the members of
208         diary-included-files.  (Bug#6999)
209         (appt-check): Doc fix.
211 2010-09-14  David Reitter  <david.reitter@gmail.com>
213         * simple.el (line-move-visual): Do not truncate goal column to
214         integer size.  (Bug#7020)
216 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * repeat.el (repeat): Allow repeating when the last event is a click.
219         Suggested by Drew Adams (bug#6256).
221 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
223         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
224         Replace setting HGRCPATH to "" by some less invasive --config options.
226 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * font-lock.el (font-lock-beginning-of-syntax-function):
229         Mark as obsolete.
231 2010-09-14  Glenn Morris  <rgm@gnu.org>
233         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
234         and tool-bar modes.  (Bug#6211)
235         (menu-bar-mode): Move setting of standard-value after the
236         minor-mode definition, otherwise it seems to have no effect.
238 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
240         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
241         Fix typo.  (Bug#6976)
243 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
245         * whitespace.el: Allow cleaning up blanks without blank
246         visualization (Bug#6651).  Adjust help window for
247         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
248         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
249         (whitespace-style): Add new value 'face.  Adjust docstring.
250         (whitespace-space, whitespace-hspace, whitespace-tab):
251         Adjust foreground property face.
252         (whitespace-line-column): Adjust docstring and type declaration.
253         (whitespace-style-value-list, whitespace-toggle-option-alist)
254         (whitespace-help-text): Adjust const initialization.
255         (whitespace-toggle-options, global-whitespace-toggle-options):
256         Adjust docstring.
257         (whitespace-display-window, whitespace-interactive-char)
258         (whitespace-style-face-p, whitespace-color-on): Adjust code.
259         (whitespace-help-scroll): New fun.
261 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
263         * calendar/time-date.el (format-seconds): Comment fix.
265 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
267         * progmodes/sql.el: Version 2.7.
268         (sql-buffer-live-p): Improve detection.
269         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
270         (sql-set-sqli-buffer): Use it.
271         (sql-product-interactive): Run `sql-set-sqli-hook'.
272         (sql-rename-buffer): Code cleanup.
273         (sql-redirect, sql-redirect-value): New functions.  More to come.
275 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
277         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.
278         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
279         (TRAMP_SRC): New macro.
280         ($(lisp)/net/tramp-loaddefs.el): New target.
282 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
284         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
286         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
288         * net/tramp.el (top): Don't show loading message.  Require just
289         'tramp-compat, everything else is required there.
290         Use `ignore-errors' where appropriate.
291         (tramp-inline-compress-start-size, tramp-copy-size-limit)
292         (tramp-terminal-type, tramp-end-of-output)
293         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
294         (tramp-completion-function-alist-ssh)
295         (tramp-completion-function-alist-telnet)
296         (tramp-completion-function-alist-su)
297         (tramp-completion-function-alist-putty, tramp-remote-path)
298         (tramp-remote-process-environment, tramp-sh-extra-args)
299         (tramp-actions-before-shell, tramp-uudecode)
300         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
301         (tramp-perl-file-attributes)
302         (tramp-perl-directory-files-and-attributes)
303         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
304         (tramp-perl-encode, tramp-perl-decode)
305         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
306         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
307         (tramp-handle-make-symbolic-link, tramp-handle-load)
308         (tramp-handle-file-name-as-directory)
309         (tramp-handle-file-name-directory)
310         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
311         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
312         (tramp-do-file-attributes-with-ls)
313         (tramp-do-file-attributes-with-perl)
314         (tramp-do-file-attributes-with-stat)
315         (tramp-handle-set-visited-file-modtime)
316         (tramp-handle-verify-visited-file-modtime)
317         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
318         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
319         (tramp-handle-file-selinux-context)
320         (tramp-handle-set-file-selinux-context)
321         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
322         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
323         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
324         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
325         (tramp-handle-file-ownership-preserved-p)
326         (tramp-handle-directory-file-name, tramp-handle-directory-files)
327         (tramp-handle-directory-files-and-attributes)
328         (tramp-do-directory-files-and-attributes-with-perl)
329         (tramp-do-directory-files-and-attributes-with-stat)
330         (tramp-handle-file-name-all-completions)
331         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
332         (tramp-handle-copy-file, tramp-handle-copy-directory)
333         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
334         (tramp-do-copy-or-rename-file-via-buffer)
335         (tramp-do-copy-or-rename-file-directly)
336         (tramp-do-copy-or-rename-file-out-of-band)
337         (tramp-handle-make-directory, tramp-handle-delete-directory)
338         (tramp-handle-delete-file)
339         (tramp-handle-dired-recursive-delete-directory)
340         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
341         (tramp-handle-insert-directory)
342         (tramp-handle-unhandled-file-name-directory)
343         (tramp-handle-expand-file-name)
344         (tramp-handle-substitute-in-file-name)
345         (tramp-handle-executable-find, tramp-process-sentinel)
346         (tramp-handle-start-file-process, tramp-handle-process-file)
347         (tramp-handle-call-process-region, tramp-handle-shell-command)
348         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
349         (tramp-handle-insert-file-contents)
350         (tramp-handle-insert-file-contents-literally)
351         (tramp-handle-find-backup-file-name)
352         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
353         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
354         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
355         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
356         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
357         (tramp-find-file-exists-command, tramp-open-shell)
358         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
359         (tramp-open-connection-setup-interactive-shell)
360         (tramp-local-coding-commands, tramp-remote-coding-commands)
361         (tramp-find-inline-encoding, tramp-call-local-coding-command)
362         (tramp-inline-compress-commands, tramp-find-inline-compress)
363         (tramp-compute-multi-hops, tramp-maybe-open-connection)
364         (tramp-send-command , tramp-wait-for-output)
365         (tramp-send-command-and-check, tramp-barf-unless-okay)
366         (tramp-send-command-and-read, tramp-mode-string-to-int)
367         (tramp-convert-file-attributes, tramp-check-cached-permissions)
368         (tramp-file-mode-from-int, tramp-file-mode-permissions)
369         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
370         (tramp-method-out-of-band-p, tramp-local-host-p)
371         (tramp-get-remote-path, tramp-get-remote-tmpdir)
372         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
373         (tramp-get-test-command, tramp-get-test-nt-command)
374         (tramp-get-file-exists-command, tramp-get-remote-ln)
375         (tramp-get-remote-perl, tramp-get-remote-stat)
376         (tramp-get-remote-readlink, tramp-get-remote-trash)
377         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
378         (tramp-get-local-uid, tramp-get-local-gid)
379         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
380         tramp-sh.el.
381         (tramp-methods, tramp-default-method-alist)
382         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
383         Move initialization to tramp-sh.el.
384         (tramp-temp-name-prefix): Make it a defconst.
385         (tramp-dissect-file-name): Don't check anymore for multi-hop
386         methods.
387         (tramp-debug-outline-regexp): Add a docstring.
388         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
389         (tramp-get-debug-buffer): Use it.
391         * net/tramp-cache.el (top): Set tramp-autoload cookie for
392         initialization forms.
393         (tramp-set-connection-property): Don't protect `tramp-message'
394         call, it isn't necessary any longer.
395         (tramp-dump-connection-properties): Use `ignore-errors'.
397         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
398         'password-cache and 'auth-source.
400         * net/tramp-gvfs.el (top):
401         * net/tramp-smb.el (top): Require 'tramp-sh.
403         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
405         * net/tramp-sh.el: New file, derived from tramp.el.
406         (top): Initialize `tramp-methods', `tramp-default-method-alist',
407         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
408         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
409         Use `ignore-errors' where appropriate.
410         (tramp-sh-file-name-handler-alist): Rename from
411         `tramp-file-name-handler-alist'.
412         (tramp-send-command-and-check): Return t or nil.  Remove all
413         `zerop' checks, where called.
414         (tramp-handle-set-file-modes)
415         (tramp-do-copy-or-rename-file-directly)
416         (tramp-handle-delete-directory, tramp-handle-delete-file)
417         (tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'.
418         (tramp-sh-file-name-handler, tramp-send-command-and-check)
419         (tramp-get-remote-ln): Set tramp-autoload cookie.
421         * net/tramp-fish.el: Remove file.
423 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
425         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
426         buffer-file-name to avoid file-locking.  (Bug#7026)
428 2010-09-13  Julien Danjou  <julien@danjou.info>
430         * notifications.el (notifications-notify): Add support for
431         image-path and sound-name.
432         (notifications-specification-version): Add this variable.
434 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
438 2010-09-12  Leo  <sdl.web@gmail.com>
440         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
441         (rcirc-completion-start): New variables.
442         (rcirc-nick-completions): Rename to rcirc-completions.
443         (rcirc-nick-completion-start-offset): Delete.
444         (rcirc-completion-at-point): New function for constructing
445         completion data for both nicks and irc commands.  Add to
446         completion-at-point-functions in rcirc mode.
447         (rcirc-complete): Rename from rcirc-nick-complete; use
448         rcirc-completion-at-point.
449         (defun-rcirc-command): Update rcirc-client-commands.
451 2010-09-11  Glenn Morris  <rgm@gnu.org>
453         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
454         atomically, to avoid parallel build errors.  (Bug#4196)
456 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
458         * progmodes/sql.el: Version 2.6
459         (sql-dialect): Synonym for "sql-product".
460         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
461         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
462         Set "sql-buffer" to buffer name not buffer object so multiple sql
463         interactive buffers work properly.  Reverts misguided changes in
464         earlier work.
465         (sql-comint): Make sure different buffer name is used if "*SQL*"
466         buffer is for a different product.
467         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
468         login param.
469         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
470         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
471         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
472         Accept new buffer name or prompt for one.
473         (sql-port): Default to zero.
474         (sql-comint-mysql): Handle "sql-port" as a numeric.
475         (sql-port-history): Delete unused variable.
476         (sql-get-login): Default "sql-port" to a number.
477         (sql-product-alist): Correct Postgres prompt and terminator regexp.
478         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
479         "sqlite3" executables.
480         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
481         (sql-buffer-live-p): New function.
482         (sql-mode-menu, sql-send-string): Use it.
483         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
484         syntax pattern.
485         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
486         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
488 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490         * net/netrc.el (netrc-credentials): New convenience function.
492 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
495         to replace texinfo-font-lock-syntactic-keywords.
496         (texinfo-mode): Use it.
498         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
499         Use syntax-propertize-function.
501         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
502         replace sgml-font-lock-syntactic-keywords.
503         (sgml-mode): Use it.
505         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
506         since we don't use it.
508         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
510         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
511         if available.
512         (vhdl-fontify-buffer): Adjust.
514         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
515         replace tcl-font-lock-syntactic-keywords.
516         (tcl-mode): Use it.
518         * progmodes/simula.el (simula-syntax-propertize-function): New var to
519         replace simula-font-lock-syntactic-keywords.
520         (simula-mode): Use it.
522         * progmodes/sh-script.el (sh-st-symbol): Remove.
523         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
524         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
525         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
526         (sh-font-lock-paren): Set syntax-multiline.
527         (sh-font-lock-syntactic-keywords): Remove.
528         (sh-syntax-propertize-function): New function to replace it.
529         (sh-mode): Use it.
531         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
532         Define while compiling.
533         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
534         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
535         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
536         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
537         (ruby-here-doc-end-syntax): Only define when
538         syntax-propertize is not available.
539         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
540         New functions.
541         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
542         (electric-indent-chars): Silence bytecompiler.
543         (ruby-mode): Use prog-mode, syntax-propertize-function, and
544         electric-indent-chars.
546         * progmodes/python.el (python-syntax-propertize-function): New var to
547         replace python-font-lock-syntactic-keywords.
548         (python-mode): Use it.
549         (python-quote-syntax): Simplify and adjust to new use.
551         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
552         replace perl-font-lock-syntactic-keywords.
553         (perl-syntax-propertize-special-constructs): New fun to replace
554         perl-font-lock-special-syntactic-constructs.
555         (perl-font-lock-syntactic-face-function): New fun.
556         (perl-mode): Use it.
558         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
559         to replace octave-font-lock-close-quotes.
560         (octave-syntax-propertize-function): New function to replace
561         octave-font-lock-syntactic-keywords.
562         (octave-mode): Use it.
564         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
565         replaces mixal-font-lock-syntactic-keywords.
566         (mixal-mode): Use it.
568         * progmodes/make-mode.el (makefile-syntax-propertize-function):
569         New var; replaces makefile-font-lock-syntactic-keywords.
570         (makefile-mode): Use it.
571         (makefile-imake-mode): Adjust.
573         * progmodes/js.el (js--regexp-literal): Define while compiling.
574         (js-syntax-propertize-function): New var; replaces
575         js-font-lock-syntactic-keywords.
576         (js-mode): Use it.
578         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
579         replaces gdb-script-font-lock-syntactic-keywords.
580         (gdb-script-mode): Use it.
582         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
583         (fortran--font-lock-syntactic-keywords): New var.
584         (fortran-line-length): Update syntax-propertize-function and
585         fortran--font-lock-syntactic-keywords.
587         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
589         * progmodes/cfengine.el (cfengine-mode):
590         Use syntax-propertize-function.
591         (cfengine-font-lock-syntactic-keywords): Remove.
593         * progmodes/autoconf.el (autoconf-mode):
594         Use syntax-propertize-function.
595         (autoconf-font-lock-syntactic-keywords): Remove.
597         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
598         (ada-after-change-function, ada-initialize-syntax-table-properties)
599         (ada-handle-syntax-table-properties): Only define when
600         syntax-propertize is not available.
601         (ada-mode): Use syntax-propertize-function.
603         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
604         (font-lock-fontify-syntactic-keywords-region): Move handling of
605         font-lock-syntactically-fontified to...
606         (font-lock-default-fontify-region): ...here.
607         Let syntax-propertize-function take precedence.
608         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
610         * emacs-lisp/syntax.el (syntax-propertize-function)
611         (syntax-propertize-chunk-size, syntax-propertize--done)
612         (syntax-propertize-extend-region-functions): New vars.
613         (syntax-propertize-wholelines, syntax-propertize-multiline)
614         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
615         (syntax-propertize): New functions.
616         (syntax-propertize-rules): New macro.
617         (syntax-ppss-flush-cache): Set syntax-propertize--done.
618         (syntax-ppss): Call syntax-propertize.
620         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
622 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
624         * textmodes/ispell.el (ispell-init-process): Improve comments.
625         XEmacs compatibility changes regarding (add-hook) 'local option
626         and (set-process-query-on-exit-flag).
628 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
630         * net/tramp-cache.el (tramp-parse-connection-properties):
631         Set tramp-autoload cookie.
633 2010-09-09  Glenn Morris  <rgm@gnu.org>
635         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
636         (imagemagick-register-types): Doc fix.
638 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
642         * progmodes/js.el (require): Require is already "eval-and-compile".
643         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
644         (js--re-search-backward): Use js--re-search-forward.
646         * progmodes/fortran.el (fortran-line-length): Don't recompute
647         syntactic keywords redundantly a second time.
649         * progmodes/ada-mode.el: Replace "(set '" with setq.
650         (ada-mode): Simplify.
651         (ada-create-case-exception, ada-adjust-case-interactive)
652         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
653         (ada-search-ignore-string-comment, ada-move-to-start)
654         (ada-move-to-end): Use with-syntax-table.
656         * font-lock.el (save-buffer-state): Remove `varlist' arg.
657         (font-lock-unfontify-region, font-lock-default-fontify-region):
658         Update usage correspondingly.
659         (font-lock-fontify-syntactic-keywords-region):
660         Set parse-sexp-lookup-properties buffer-locally here.
661         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
663         * simple.el (blink-matching-open): Don't burp if we can't find a match.
665 2010-09-08  Glenn Morris  <rgm@gnu.org>
667         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
668         Error if not compiled with -DBYTE_CODE_METER.
670         * emacs-lisp/bytecomp.el (byte-recompile-directory):
671         Ignore dir-locals-file.
673 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * progmodes/compile.el (compilation-error-regexp-alist-alist):
676         Not a const.
677         (compilation-error-regexp-alist-alist): Rule out ": " in file names
678         for the `gnu' messages.
679         (compilation-set-skip-threshold): New command.
680         (compilation-start): Use \' rather than $.
681         (compilation-forget-errors): Use clrhash.
683 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
685         * textmodes/ispell.el (ispell-valid-dictionary-list):
686         Simplify logic.
688 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
690         Migrate to Tramp 2.2.  Rearrange load dependencies.
691         (Bug#1529, Bug#5448, Bug#5705)
693         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
694         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
695         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
697         * net/tramp.el (top): Remove all other tramp-* loads except
698         tramp-compat.el.  Remove all changes to tramp-unload-hook for
699         other tramp-* packages.  Rearrange defun order.  Change calls of
700         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
701         `tramp-compat-octal-to-decimal' to new function names.
702         (tramp-terminal-type, tramp-initial-end-of-output)
703         (tramp-methods, tramp-foreign-file-name-handler-alist)
704         (tramp-tramp-file-p, tramp-completion-mode-p)
705         (tramp-send-command-and-check, tramp-get-remote-path)
706         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
707         (tramp-shell-quote-argument): Set tramp-autoload cookie.
708         (with-file-property, with-connection-property): Move to
709         tramp-cache.el.
710         (tramp-local-call-process, tramp-decimal-to-octal)
711         (tramp-octal-to-decimal): Move to tramp-compat.el.
712         (tramp-handle-shell-command): Do not require 'shell.
713         (tramp-compute-multi-hops): No special handling for tramp-gw-*
714         symbols.
715         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
717         * net/tramp-cache.el (top): Require 'tramp.  Add to
718         `tramp-unload-hook'.
719         (tramp-cache-data, tramp-get-file-property)
720         (tramp-set-file-property, tramp-flush-file-property)
721         (tramp-flush-directory-property, tramp-get-connection-property)
722         (tramp-set-connection-property, tramp-flush-connection-property)
723         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
724         cookie.
725         (with-file-property, with-connection-property): New defuns, moved
726         from tramp.el.
727         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
728         macro.
730         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
731         (tramp-version): Set tramp-autoload cookie.
733         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
734         changes to tramp-unload-hook for other tramp-* packages.  Add to
735         `tramp-unload-hook'.
736         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
737         (tramp-compat-call-process): New defuns, moved from tramp.el.
739         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
740         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
741         to `tramp-unload-hook'.  Change call of
742         `tramp-compat-decimal-to-octal' to new function name.
743         (tramp-fish-method): Make it a defconst.
744         (tramp-fish-file-name-p): Make it a defsubst.
745         (tramp-fish-method, tramp-fish-file-name-handler)
746         (tramp-fish-file-name-p): Set tramp-autoload cookie.
748         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
749         `tramp-foreign-file-name-handler-alist'.  Add to
750         `tramp-unload-hook'.
751         (tramp-ftp-method): Make it a defconst.
752         (tramp-ftp-file-name-p): Make it a defsubst.
753         (tramp-ftp-method, tramp-ftp-file-name-handler)
754         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
756         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
757         `tramp-foreign-file-name-handler-alist'.  Add to
758         `tramp-unload-hook'.  Change checks, whether package can be
759         loaded.
760         (tramp-gvfs-file-name-p): Make it a defsubst.
761         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
762         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
763         (tramp-gvfs-handle-file-directory-p): New defun.
764         (tramp-gvfs-file-name-handler-alist): Use it.
766         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
767         `tramp-foreign-file-name-handler-alist'.  Add to
768         `tramp-unload-hook'.
769         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
770         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
771         defconst.
772         (tramp-gw-tunnel-method, tramp-gw-socks-method)
773         (tramp-gw-open-connection): Set tramp-autoload cookie.
775         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
776         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
777         to `tramp-unload-hook'.  Change checks, whether package can be
778         loaded.
779         (tramp-imap-file-name-p): Make it a defsubst.
780         (tramp-imap-method, tramp-imaps-method)
781         (tramp-imap-file-name-handler)
782         (tramp-imap-file-name-p): Set tramp-autoload cookie.
784         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
785         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
786         to `tramp-unload-hook'.  Change checks, whether package can be
787         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
788         function name.
789         (tramp-smb-tunnel-method): Make it a defconst.
790         (tramp-smb-file-name-p): Make it a defsubst.
791         (tramp-smb-method, tramp-smb-file-name-handler)
792         (tramp-smb-file-name-p): Set tramp-autoload cookie.
794         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
795         (tramp-uuencode-region): Set tramp-autoload cookie.
797         * net/trampver.el (top) Add to `tramp-unload-hook'.
798         (tramp-version, tramp-bug-report-address): Set tramp-autoload
799         cookie.  Update release number.
801 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
803         * textmodes/ispell.el (ispell-start-process): Make sure original
804         arg list is properly initialized (Bug#6993, Bug#6994).
806 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
808         * files.el (directory-abbrev-alist): Use \` as default regexp.
810         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
811         chars like - or ] (bug#6984).
812         (rx-any-condense-range): Explode 2-char ranges.
814 2010-09-06  Glenn Morris  <rgm@gnu.org>
816         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
818 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * textmodes/bibtex.el:
821         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
823 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825         * net/imap.el (imap-message-map): Remove optional buffer parameter,
826         since no callers use it.
827         (imap-message-get): Ditto.
828         (imap-message-put): Ditto.
829         (imap-mailbox-map): Ditto.
830         (imap-mailbox-put): Ditto.
831         (imap-mailbox-get): Ditto.
832         (imap-mailbox-get): Revert last change for this function.
834 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836         * net/imap.el (imap-fetch-safe): Remove function, and alter all
837         callers to use `imap-fetch' instead.  According to the comments, this
838         should be safe, since all other IMAP clients use the 1:* syntax.
839         (imap-enable-exchange-bug-workaround): Remove.
840         (imap-debug): Remove -- doesn't seem very useful.
842 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844         * net/imap.el (imap-log): New convenience function used throughout
845         instead of repeating the same code all over the place.
847 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
849         * mouse.el (mouse-save-then-kill): Save region to kill-ring
850         when mouse-drag-copy-region is non-nil (Bug#6956).
852 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
854         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
855         Improve regexps (Bug#6987).
856         (dired-sort-toggle): Search more robustly for -t flag.
858         * files.el (get-free-disk-space): Search more robustly for
859         "available" column.  Suggested by Ehud Karni
860         <ehud@unix.mvs.co.il>.
862 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
864         * international/uni-bidi.el:
865         * international/uni-category.el:
866         * international/uni-combining.el:
867         * international/uni-decimal.el:
868         * international/uni-mirrored.el:
869         * international/uni-name.el: Regenerate.
871 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * electric.el (electric-indent-post-self-insert-function):
874         Don't reindent with a sloppy indentation function.
876         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
877         border case in change-log-mode.
879 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
881         * progmodes/compile.el (compilation-error-regexp-alist-alist):
882         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
883         Recognize leading tab in gcc-include regexp.  Ignore names with
884         leading "from" or "in" in gnu regexp (Bug#6937).
886 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
888         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
889         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
890         (ispell-start-process): Avoid setq and simplify logic.
891         (ispell-init-process): Setup kill-buffer-hook locally when needed.
892         (kill-buffer-hook): Don't use it globally with code that uses
893         expand-file-name since that may call kill-buffer via
894         code_conversion_restore.
896 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
898         * emacs-lisp/package.el (package-directory-list): Only call
899         file-name-nondirectory on a string.
901 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
903         * emacs-lisp/package.el (package--download-one-archive):
904         Ensure that archive-contents is valid before saving it.
905         (package-activate-1, package-mark-obsolete, define-package)
906         (package-compute-transaction, package-list-maybe-add): Use push.
908 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
910         Use SMIE's blink-paren for octave-mode.
911         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
912         Backslashes do not escape single-quotes, single-quotes do.
913         (octave-block-else-regexp, octave-block-end-regexp)
914         (octave-block-match-alist): Remove.
915         (octave-smie-bnf-table): New var, with old content.
916         (octave-smie-op-levels): Use it.
917         (octave-smie-closer-alist): New var.
918         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
919         (octave-blink-matching-block-open): Remove.
920         (octave-reindent-then-newline-and-indent, octave-electric-semi)
921         (octave-electric-space): Let self-insert-command run expand-abbrev and
922         blink parens.
924         * electric.el (electricity): New group.
925         (electric-indent-chars): New var.
926         (electric-indent-post-self-insert-function): New fun.
927         (electric-indent-mode): New minor mode.
928         (electric-pair-skip-self): New custom.
929         (electric-pair-post-self-insert-function): New function.
930         (electric-pair-mode): New minor mode.
932         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
933         calcAlg-blink-matching-open.
934         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
935         (calc-do-alg-entry): Only touch the part of the keymap that varies.
936         Use the new blink-matching-check-function.
938         Provide blink-matching support to SMIE.
939         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
940         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
941         (smie-blink-matching-check, smie-blink-matching-open): New functions.
943         * simple.el (newline): Fix last change to properly remove itself from
944         the hook.
946 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * simple.el (newline): Eliminate optimization.
949         Use post-self-insert-hook to set hard-newline and things before
950         running post-self-insert-hook.
951         (blink-matching-check-mismatch): New function.
952         (blink-matching-check-function): New variable.
953         (blink-matching-open): Use them.
954         Skip back forward over prefix chars skipped by forward-sexp.
955         Don't check if the parens are backslash escaped.
956         (blink-paren-post-self-insert-function): Check backslash escaping here.
958 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
960         * emacs-lisp/package.el (package-menu-mode-map):
961         Change package-menu-revert bindings to revert-buffer.
962         (package-menu-mode): Set revert-buffer-function.
963         (package-menu-revert): Doc fix.
965 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
967         * textmodes/ispell.el (ispell-init-process): Use "~/" as
968         `default-directory' unless using Ispell per-directory personal
969         dictionaries and not in a mini-buffer under XEmacs.
970         (kill-buffer-hook): Do not kill ispell process on exit when
971         `ispell-process-directory' is "~/". (Bug#6143)
973 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
975         * simple.el (kill-new): Call interprogram-cut-function with only
976         one argument.
978         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
979         Remove cut buffer from error message.
981         * term/x-win.el (x-select-text):
982         * term/pc-win.el (x-selection-value):
983         * term/ns-win.el (x-selection-value):
984         * eshell/em-term.el:
985         * w32-fns.el (x-get-selection-value):
986         * mouse-sel.el (mouse-sel-set-selection-function):
987         * frame.el (display-selections-p): Remove cut-buffer in documentation.
989         * term/x-win.el: Update documentation for x-last-selected-text-*.
990         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
991         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
992         (x-select-text): Remove argument PUSH, update documentation.  Remove
993         cut-buffer code.
994         (x-selection-value-internal): Was previously x-selection-value.
995         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
996         Update documentation, remove cut-buffer code.  Call
997         x-selection-value-internal.
998         (x-clipboard-yank): Call x-selection-value-internal.
999         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1001         * term/pc-win.el (x-last-selected-text):
1002         x-cut-buffer-or-selection-value renamed to x-selection-value
1003         (x-select-text): Remove argument PUSH, update documentation.
1005         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1006         x-cut-buffer-or-selection-value renamed to x-selection-value
1007         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1008         (x-select-text): Remove argument PUSH, update documentation.
1010         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1012         * w32-fns.el (x-last-selected-text):
1013         x-cut-buffer-or-selection-value renamed to x-selection-value.
1014         (x-cut-buffer-max): Remove.
1015         (x-select-text): Remove argument PUSH, update documentation.
1017         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1019         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1021         * mouse-sel.el (mouse-sel-get-selection-function):
1022         x-cut-buffer-or-selection-value renamed to x-selection-value.
1023         (x-select-text): Remove optional push.
1025 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * simple.el (blink-paren-function): Move from C to here.
1028         (blink-paren-post-self-insert-function): New function.
1029         (post-self-insert-hook): Use it.
1031         * emacs-lisp/pcase.el (pcase-split-memq):
1032         Fix overenthusiastic optimisation.
1033         (pcase-u1): Handle the case of a lambda pred.
1035 2010-08-31  Kenichi Handa  <handa@m17n.org>
1037         * international/mule-cmds.el (standard-display-european-internal):
1038         Setup standard-display-table for 8-bit characters by storing 8-bit
1039         characters in the element vector.
1041         * disp-table.el (standard-display-8bit): Setup
1042         standard-display-table for 8-bit characters by storing 8-bit
1043         characters in the element vector.
1044         (standard-display-european): Likewise.
1046 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1048         * textmodes/nroff-mode.el (nroff-view): New command.
1049         (nroff-mode-map): Bind it to C-c C-c.
1051 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * emacs-lisp/smie.el (smie-down-list): New command.
1055         Remove old indentation and navigation code on octave-mode.
1056         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1057         smie-down-list rather than add a binding for octave-down-block.
1058         (octave-mark-block, octave-blink-matching-block-open):
1059         Rely on forward-sexp-function.
1060         (octave-fill-paragraph): Don't narrow, so you can use
1061         indent-according-to-mode.
1062         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1063         (octave-in-block-p, octave-re-search-forward-kw)
1064         (octave-re-search-backward-kw, octave-indent-calculate)
1065         (octave-end-as-array-index-p, octave-block-end-offset)
1066         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1067         (octave-down-block, octave-backward-up-block, octave-up-block)
1068         (octave-before-magic-comment-p, octave-indent-line): Remove.
1070 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1072         * emacs-lisp/package.el (package--read-archive-file): Just use
1073         `read', to avoid copying an additional string.
1074         (package-menu-mode): Set header-line-format here.
1075         (package-menu-refresh, package-menu-revert): Signal an error if
1076         not in the Package Menu.
1077         (package-menu-package-list): New var.
1078         (package--generate-package-list): Operate on the current buffer;
1079         don't assume that it is *Packages*, since the user may rename it.
1080         Allow persistent package listings and sort keys using
1081         package-menu-package-list and package-menu-package-sort-key.
1082         (package-menu--version-predicate): Fix version calculation.
1083         (package-menu-sort-by-column): Don't select the window.
1084         (package--list-packages): Create the *Packages* buffer.
1085         Set package-menu-package-list-key.
1086         (list-packages): Sorting by status is now the default.
1087         (package-buffer-info): Use match-string-no-properties.
1088         (define-package): Add a &rest argument for future proofing, but
1089         don't use it yet.
1090         (package-install-from-buffer, package-install-buffer-internal):
1091         Merge into a single function, package-install-from-buffer.
1092         (package-install-file): Change caller.
1094         * finder.el: Load finder-inf using `require'.
1095         (finder-list-matches): Sorting by status is now the default.
1096         (finder-compile-keywords): Simpify printing.
1098 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1101         (octave-mode-map): Remove special bindings for forward/backward-block
1102         and octave-backward-up-block.  Use smie-close-block.
1103         (octave-continuation-marker-regexp): New var.
1104         (octave-continuation-regexp): Use it.
1105         (octave-operator-table, octave-smie-op-levels)
1106         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1107         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1108         (octave-mode): Use SMIE.
1109         (octave-close-block): Delete.
1111 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1113         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1114         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1116 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1119         a list of parents.
1120         (smie-indent-column): Allow indirection through variables.
1122         * composite.el (save-buffer-state): Delete, unused.
1123         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1124         (font-lock-default-fontify-region): Use with-syntax-table.
1125         * jit-lock.el (with-buffer-unmodified): Remove.
1126         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1128         Use `declare' in defmacros.
1129         * window.el (save-selected-window):
1130         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1131         * progmodes/python.el (def-python-skeleton):
1132         * net/dbus.el (dbus-ignore-errors):
1133         * jka-cmpr-hook.el (with-auto-compression-mode):
1134         * international/mule.el (with-category-table):
1135         * emacs-lisp/timer.el (with-timeout):
1136         * emacs-lisp/lisp-mnt.el (lm-with-file):
1137         * emacs-lisp/eieio.el (with-slots):
1138         * emacs-lisp/easymenu.el (easy-menu-define):
1139         * emacs-lisp/debug.el (debugger-env-macro):
1140         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1141         (Multiple-value-call, Multiple-value-prog1):
1142         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1143         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1144         edebug rule to definition.
1145         * emacs-lisp/lisp-mode.el (save-selected-window)
1146         (with-current-buffer, combine-after-change-calls)
1147         (with-output-to-string, with-temp-file, with-temp-buffer)
1148         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1149         (dolist, dotimes, when, unless):
1150         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1152 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1154         * finder.el: Require `package'.
1155         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1156         (finder-package-info): Var deleted.
1157         (finder-keywords-hash, finder--builtins-alist): New vars.
1158         (finder-compile-keywords): Compute package--builtins and
1159         finder-keywords-hash instead of finder-keywords-hash, respecting
1160         the "Package" header.
1161         (finder-unknown-keywords, finder-list-matches):
1162         Use finder-keywords-hash and package--list-packages.
1163         (finder-mode): Don't set font-lock-defaults.
1164         (finder-exit): We don't use "*Finder-package*" and "*Finder
1165         Category*" buffers anymore.
1167         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1168         (package--builtins): Set default value to nil.
1169         (package-initialize): Load precomputed value of package--builtins
1170         from finder-inf.el.
1171         (package-alist, package-compute-transaction)
1172         (package-download-transaction): Improve docstring.
1173         (package-read-all-archive-contents): Do not change
1174         package--builtins here.
1175         (list-packages): Make package-list-packages an alias for this.
1176         Sort by status by default.
1177         (package--list-packages): Add optional PACKAGES arg.
1178         (describe-package-1): Use font-lock-face property.  For built-in
1179         packages, insert file commentary.
1180         (package--generate-package-list): Rename from
1181         package-list-packages-internal; all callers changed.  Add optional
1182         PACKAGES arg.  Add alphabetical sort fallbacks.
1183         (package-menu--version-predicate, package-menu--status-predicate)
1184         (package-menu--description-predicate)
1185         (package-menu--name-predicate): New functions.
1187         * info.el (Info-finder-find-node): Search package-alist instead of
1188         finder-package-info.
1190 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1192         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1193         "alpha" and "beta".
1194         (version-to-list): Handle versions like "10.3d".
1196 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1199         (macroexp-accumulate): Use `declare'.
1201 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1203         * whitespace.el (whitespace-style): Adjust type declaration.
1205 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1207         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1208         empty argument to gvfs-copy.
1210 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1212         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1213         handle new TRASH arg of `delete-file'.
1215 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1217         * net/tramp.el (tramp-handle-insert-directory): Don't use
1218         `forward-word', its default syntax could be changed.
1220 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1221             Michael Albinus  <michael.albinus@gmx.de>
1223         Implement compression for inline methods.
1225         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1226         (tramp-copy-size-limit): Allow also nil.
1227         (tramp-inline-compress-commands): New defconst.
1228         (tramp-find-inline-compress, tramp-get-inline-compress)
1229         (tramp-get-inline-coding): New defuns.
1230         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1231         replaced by `tramp-get-inline-coding'.
1232         (tramp-handle-file-local-copy, tramp-handle-write-region)
1233         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1235 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1237         Detect ssh 'ControlMaster' argument automatically in some cases.
1239         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1240         (tramp-default-method): Use it.
1242 2010-08-26  Karel Klíč  <kklic@redhat.com>
1244         * net/tramp.el (tramp-file-name-for-operation):
1245         Add file-selinux-context.
1247 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1249         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1251 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1253         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1254         (Bug#6907).
1256 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1258         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1259         (js-paren-indent-offset, js-square-indent-offset)
1260         (js-curly-indent-offset): New options.
1261         (js--proper-indentation): Use them.
1263 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1265         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1266         instead of inspecting font-lock properties (Bug#6916).
1268 2010-08-26  David Reitter  <david.reitter@gmail.com>
1270         * server.el (server-visit-files): Run pre-command-hook and
1271         post-command-hook for each buffer while it is current
1272         (Bug#6910).
1273         (server-execute): Do not run hooks here.
1275 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1277         Sync with Tramp 2.1.19.
1279         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1280         (tramp-reporter-dump-variable, tramp-load-report-modules)
1281         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1282         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1284         * net/tramp-compat.el (top): Do not autoload
1285         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1286         only when `start-file-process' is not bound.
1287         (byte-compile-not-obsolete-vars): Define if not bound.
1288         (tramp-compat-funcall): New defmacro.
1289         (tramp-compat-line-beginning-position)
1290         (tramp-compat-line-end-position)
1291         (tramp-compat-temporary-file-directory)
1292         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1293         (tramp-compat-copy-file, tramp-compat-copy-directory)
1294         (tramp-compat-delete-file, tramp-compat-delete-directory)
1295         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1296         Use it.
1297         (tramp-advice-file-expand-wildcards): Do not use
1298         `tramp-handle-file-remote-p'.
1299         (tramp-compat-make-temp-file): Simplify fallback implementation.
1300         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1301         (tramp-compat-copy-tree): Remove function.
1302         (tramp-compat-delete-file): New defun.
1303         (tramp-compat-delete-directory): Provide implementation for older
1304         Emacsen.
1305         (tramp-compat-file-attributes): Handle only
1306         `wrong-number-of-arguments' error.
1308         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1309         PRESERVE_SELINUX_CONTEXT.
1310         (tramp-fish-handle-delete-file): Add TRASH arg.
1311         (tramp-fish-handle-directory-files-and-attributes):
1312         Do not use `tramp-fish-handle-file-attributes.
1313         (tramp-fish-handle-file-local-copy)
1314         (tramp-fish-handle-insert-file-contents)
1315         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1317         * net/tramp-gvfs.el (top): Require url-util.
1318         (tramp-gvfs-mount-point): Remove.
1319         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1320         and `set-file-selinux-context'.
1321         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1322         (tramp-gvfs-handle-file-selinux-context)
1323         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1324         (with-tramp-dbus-call-method): Format trace message.
1325         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1326         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1327         Implement backup call, when operation on local files fails.  Use
1328         progress reporter.  Flush properties of changed files.
1329         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1330         `tramp-compat-delete-file'.
1331         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1332         (tramp-gvfs-handle-make-directory): Make more traces.
1333         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1334         (tramp-gvfs-url-file-name): Hexify file name in url.
1335         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1336         into account for the resulting file name.
1337         (tramp-gvfs-handler-askquestion): Preserve current message, in
1338         order to let progress reporter continue afterwards.  (Bug#6257)
1339         Return dummy mountpoint, when the answer is "no".  See
1340         `tramp-gvfs-maybe-open-connection'.
1341         (tramp-gvfs-handler-mounted-unmounted)
1342         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1343         attribute "default_location".  Set "prefix" property.  Handle
1344         default-location.
1345         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1346         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1347         exists.  Raise an error, if not (due to a corresponding answer
1348         "no" in interactive questions, for example). Use
1349         `tramp-compat-funcall'.
1351         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1352         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1353         (tramp-imap-do-copy-or-rename-file)
1354         (tramp-imap-handle-insert-file-contents)
1355         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1356         (tramp-imap-handle-delete-file): Add TRASH arg.
1358         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1359         PRESERVE-SELINUX-CONTEXT.
1360         (tramp-smb-handle-copy-file)
1361         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1362         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1363         Use `with-progress-reporter'.
1364         (tramp-smb-handle-delete-file): Add TRASH arg.
1366         * net/tramp.el (tramp-methods): Move hostname to the end in all
1367         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1368         appropriate.
1369         (tramp-verbose): Describe verbose level 9.
1370         (tramp-completion-function-alist)
1371         (tramp-file-name-regexp, tramp-chunksize)
1372         (tramp-local-coding-commands, tramp-remote-coding-commands)
1373         (with-connection-property, tramp-completion-mode-p)
1374         (tramp-action-process-alive, tramp-action-out-of-band)
1375         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1376         (tramp-exists-file-name-handler): Fix docstring.
1377         (tramp-remote-process-environment): Use `format' instead of
1378         `concat'.  Protect version string by apostroph.
1379         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1380         XEmacs.
1381         (tramp-file-name-regexp-unified)
1382         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1383         not regard the volume letter as remote filename.  (Bug#5447)
1384         (tramp-perl-file-attributes)
1385         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1386         (tramp-vc-registered-read-file-names): Read input as
1387         here-document, otherwise the command could exceed maximum length
1388         of command line.
1389         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1390         `set-file-selinux-context'.
1391         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1392         backtrace functions.
1393         (tramp-error-with-buffer): Don't show the connection buffer when
1394         we are in completion mode.
1395         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1396         (tramp-handle-file-selinux-context)
1397         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1398         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1399         New defuns.
1400         (with-progress-reporter): New defmacro.
1401         (tramp-debug-outline-regexp): New defconst.
1402         (top, tramp-rfn-eshadow-setup-minibuffer)
1403         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1404         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1405         (tramp-completion-mode-p, tramp-check-for-regexp)
1406         (tramp-open-connection-setup-interactive-shell)
1407         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1408         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1409         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1410         Use `tramp-compat-funcall'.
1411         (tramp-handle-make-symbolic-link): Flush file properties.
1412         (tramp-handle-load, tramp-handle-file-local-copy)
1413         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1414         (tramp-handle-vc-registered, tramp-maybe-send-script)
1415         (tramp-find-shell): Use `with-progress-reporter'.
1416         (tramp-do-file-attributes-with-stat): Add space in format string,
1417         in order to work around a bug in pdksh.  Reported by Gilles Pion
1418         <gpion@lfdj.com>.
1419         (tramp-handle-verify-visited-file-modtime): Do not send a command
1420         when the connection is not established.
1421         (tramp-handle-set-file-times): Simplify the check for utc.
1422         (tramp-handle-directory-files-and-attributes)
1423         (tramp-get-remote-path): Use `copy-tree'.
1424         (tramp-completion-handle-file-name-all-completions): Ensure, that
1425         non remote files are still checked.  Oops.
1426         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1427         PRESERVE-SELINUX-CONTEXT.
1428         (tramp-do-copy-or-rename-file): Add progress reporter.
1429         (tramp-do-copy-or-rename-file-directly): Do not use
1430         `tramp-handle-file-remote-p'.
1431         (tramp-do-copy-or-rename-file-out-of-band):
1432         Use `tramp-compat-delete-directory'.
1433         (tramp-do-copy-or-rename-file-out-of-band)
1434         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1435         Use `format-spec-make'.
1436         (tramp-handle-delete-file): Add TRASH arg.
1437         (tramp-handle-dired-uncache): Flush directory cache, not only file
1438         cache.
1439         (tramp-handle-expand-file-name)
1440         (tramp-completion-handle-file-name-all-completions)
1441         (tramp-completion-handle-file-name-completion): Use
1442         `tramp-connectable-p'.
1443         (tramp-handle-start-file-process): Set connection property "vec".
1444         Use it, in order to invalidate file caches.  Check only for
1445         `remote-tty' process property.
1446         Implement tty setting.  (Bug#4604, Bug#6360)
1447         (tramp-file-name-for-operation): Add `call-process-region' and
1448         `set-file-selinux-context'.
1449         (tramp-find-foreign-file-name-handler)
1450         (tramp-advice-make-auto-save-file-name)
1451         (tramp-set-auto-save-file-modes): Remove superfluous check for
1452         `stringp'.  This is done inside `tramp-tramp-file-p'.
1453         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1454         operations when we are in completion mode.  This gives the user
1455         the chance to correct the file name in the minibuffer.
1456         (tramp-completion-mode-p): Use `non-essential'.
1457         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1458         compatibility: Use `completion-ignore-case' if
1459         `read-file-name-completion-ignore-case' does not exist.
1460         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1461         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1462         `tramp-open-shell'.
1463         (tramp-action-password): Hide password prompt before next run.
1464         (tramp-process-actions): Widen connection buffer for the trace.
1465         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1466         process property.  Trace stty settings if `tramp-verbose' >= 9.
1467         Apply workaround for IRIX64 bug.  Move argument of last
1468         `tramp-send-command' where it belongs to.
1469         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1470         front of `login-args'.
1471         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1472         on "/dev/null" instead of "/".
1473         (tramp-get-ls-command-with-dired): Make test for "--dired"
1474         stronger.
1475         (tramp-set-auto-save-file-modes): Adapt version check.
1476         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1477         (tramp-handle-process-file): Call the program in a subshell, in
1478         order to preserve working directory.
1479         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1480         `tramp-remote-sh' from `tramp-methods'.
1481         (tramp-get-ls-command): Make test for "--color=never" stronger.
1482         (tramp-check-for-regexp): Use (forward-line 1).
1484         * net/trampver.el: Update release number.
1486 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1488         * help.el (help-map): Bind `C-h P' to describe-package.
1490         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1492         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1493         when downloading archives.
1494         (describe-package-1): Add package commentary.
1495         (package-install-button-action): New function.
1496         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1497         (package-menu-view-commentary): Function removed.
1498         (package-list-packages-internal): Hide the `package' package too.
1500 2010-08-25  Kenichi Handa  <handa@m17n.org>
1502         * language/misc-lang.el ("Arabic"): New language environment.
1503         Setup composition-function-table for Arabic characters.
1505         * international/fontset.el (setup-default-fontset): Fix typo for
1506         arabic OTF spec (fini->fina).
1508 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1510         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1511         on all frames.
1513 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1515         * whitespace.el: Allow cleaning up blanks without blank
1516         visualization (Bug#6651).  Adjust help window for
1517         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1518         instead of whitespace-line-column (from EmacsWiki).  New version
1519         13.1.
1520         (whitespace-style): Added new value 'face.  Adjust docstring.
1521         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1522         foreground property face.
1523         (whitespace-line-column): Adjust docstring and type declaration.
1524         (whitespace-style-value-list, whitespace-toggle-option-alist)
1525         (whitespace-help-text): Adjust const initialization.
1526         (whitespace-toggle-options, global-whitespace-toggle-options):
1527         Adjust docstring.
1528         (whitespace-display-window, whitespace-interactive-char)
1529         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1530         (whitespace-help-scroll): New fun.
1532 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1534         * emacs-lisp/package.el (list-packages): Alias for
1535         package-list-packages.
1537 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1539         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1540         (Bug#5651).
1542         * progmodes/ruby-mode.el (ruby): Add defgroup.
1544 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1546         * progmodes/python.el: Add Ipython support (Bug#5390).
1547         (python-shell-prompt-alist)
1548         (python-shell-continuation-prompt-alist): New options.
1549         (python--set-prompt-regexp): New function.
1550         (inferior-python-mode, run-python, python-shell): Require
1551         ansi-color.  Use python--set-prompt-regexp to set the comint
1552         prompt based on the Python interpreter.
1553         (python--prompt-regexp): New var.
1554         (python-check-comint-prompt)
1555         (python-comint-output-filter-function): Use it.
1556         (run-python): Use a pipe (Bug#5694).
1558 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1560         * progmodes/python.el (python-send-region): Send a different
1561         Python command if Ipython is in use.
1562         (python-check-version): Use a Python command to find the version.
1564 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1566         * mouse.el (mouse-yank-primary): Avoid setting primary when
1567         deactivating the mark (Bug#6872).
1569 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1571         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1572         with "else" (Bug#3991).
1574 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1576         * net/dbus.el: Accept UNIX domain sockets as bus address.
1577         (top): Don't initialize `dbus-registered-objects-table' anymore,
1578         this is done in dbusbind,c.
1579         (dbus-check-event): Adapt test for bus.
1580         (dbus-return-values-table, dbus-unregister-service)
1581         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1582         Adapt doc string.
1584 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1586         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1588 2010-08-22  Juri Linkov  <juri@jurta.org>
1590         * simple.el (read-extended-command): New function with the logic
1591         for `completing-read' moved to Elisp from `execute-extended-command'.
1592         Use `function-called-at-point' in `minibuffer-default-add-function'
1593         to get a command name for M-n (bug#5364, bug#5214).
1595 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1597         * startup.el (command-line-1): Issue warning for ignored arguments
1598         --unibyte, etc (Bug#6886).
1600 2010-08-22  Leo  <sdl.web@gmail.com>
1602         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1603         (ignore, bright, dim, keyword): Split list of nicknames before
1604         passing to rcirc-add-or-remove (Bug#6894).
1606 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1608         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1610 2010-08-22  Leo  <sdl.web@gmail.com>
1612         Fix buffer-list rename&refresh after killing a buffer in ido.
1613         * lisp/ido.el: Revert Óscar's.
1614         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1615         Remember the buffers at head, rather than their name.
1616         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1618 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1619             Stefan Monnier  <monnier@iro.umontreal.ca>
1621         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1622         extra backslash added to each line (bug#6890).
1624 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1628 2010-08-22  Glenn Morris  <rgm@gnu.org>
1630         * menu-bar.el (menu-bar-games-menu): Add landmark.
1632 2010-08-22  Glenn Morris  <rgm@gnu.org>
1634         * align.el (align-regexp): Make group and spacing arguments
1635         use the interactive defaults when non-interactive.  (Bug#6698)
1637         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1638         expansion, so as not to need sendmail.
1639         (mail-text-start): Remove declaration.
1640         (rmail-retry-failure): Require sendmail.
1642 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1644         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1646 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1648         * progmodes/flymake.el (flymake-start-syntax-check-process):
1649         Use `start-file-process' in order to let it run also on remote hosts.
1651 2010-08-22  Kenichi Handa  <handa@m17n.org>
1653         * files.el: Add `word-wrap' as safe local variable.
1655 2010-08-22  Glenn Morris  <rgm@gnu.org>
1657         * woman.el (woman-translate): Case matters.  (Bug#6849)
1659 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1661         * simple.el (kill-region): Doc fix (Bug#6787).
1663 2010-08-22  Glenn Morris  <rgm@gnu.org>
1665         * calendar/diary-lib.el (diary-header-line-format):
1666         Fit it to the window, not the frame.
1668 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1670         * subr.el (ignore-errors): Add debug declaration.
1672 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1674         * whitespace.el (whitespace-color-off): Remove post-command-hook
1675         locally.
1677 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1679         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1681 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1683         * cus-edit.el (custom-group-value-create): Add extra newline
1684         before end line (Bug#6876).
1686 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1688         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1689         when extending it.  Before killing on the second click, check if
1690         the buffer is the correct one.  Doc fix.
1691         (mouse-secondary-save-then-kill): Allow usage without first
1692         calling mouse-start-secondary, by defaulting to point.  Don't save
1693         an empty secondary selection.  Doc fix.
1695 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1697         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1698         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1699         New version 13.0.
1700         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1701         Adjust initialization.
1702         (whitespace-bob-marker, whitespace-eob-marker)
1703         (whitespace-buffer-changed): New vars.
1704         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1705         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1706         (whitespace-post-command-hook, whitespace-display-char-on):
1707         Adjust code.
1708         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1709         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1711 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * files.el (locate-file-completion-table): Only list the .el and .elc
1714         extensions if there's no other choice (bug#5955).
1716         * facemenu.el (facemenu-self-insert-data): New var.
1717         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1718         New functions.
1719         (facemenu-add-face): Use them.
1721         * simple.el (blink-matching-open): Obey forward-sexp-function.
1723 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * simple.el (prog-mode-map): New var.
1726         (prog-indent-sexp): New command.
1728         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1730         * progmodes/prolog.el (smie): Require.
1732         * emacs-lisp/smie.el (smie-default-backward-token)
1733         (smie-default-forward-token): Strip properties.
1734         (smie-next-sexp): Be more careful with associative operators.
1735         (smie-forward-sexp-command): Generalize.
1736         (smie-backward-sexp-command): Simplify.
1737         (smie-closer-alist): New var.
1738         (smie-close-block): New command.
1739         (smie-indent-debug-log): New var.
1740         (smie-indent-offset-rule): Add a few more cases.
1741         (smie-indent-column): New function.
1742         (smie-indent-after-keyword): Use it.
1743         (smie-indent-keyword): Use it.
1744         Fix up the opener code's point position.
1745         (smie-indent-comment): Only applies at BOL.
1746         (smie-indent-debug): New command.
1748         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1749         declarations that are useful before running the macro.
1751 2010-08-18  Joakim Verona  <joakim@verona.se>
1753         * image.el (imagemagick-types-inhibit): New variable.
1754         (imagemagick-register-types): New function.
1755         * image-mode.el (image-transform-properties): New function.
1756         (image-transform-set-scale, image-transform-fit-to-height)
1757         (image-transform-set-rotation, image-transform-set-resize)
1758         (image-transform-fit-to-width, image-transform-fit-to-height):
1759         New functions.
1760         (image-toggle-display-image): Support image transforms.
1762 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1764         * image.el (create-animated-image): Don't add heuristic mask to image
1765         (Bug#6839).
1767 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1769         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1770         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1772 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1776         Font-lock '...' strings, plus various simplifications and fixes.
1777         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1778         (octave-font-lock-close-quotes): New function.
1779         (octave-font-lock-syntactic-keywords): New var.
1780         (octave-mode): Use it.  Set beginning-of-defun-function.
1781         (octave-mode-map): Don't override the <foo>-defun commands.
1782         (octave-mode-menu): Pass it directly to easy-menu-define;
1783         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1784         (octave-block-match-alist): Fix up last change so that
1785         octave-close-block uses the more specific keyword.
1786         (info-lookup-mode): Silence byte-compiler.
1787         (octave-beginning-of-defun): Not interactive any more.
1788         Optimize slightly.
1789         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1790         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1791         (octave-completion-at-point-function): Make sure point is within
1792         beg..end.
1793         (octave-reindent-then-newline-and-indent):
1794         Use reindent-then-newline-and-indent.
1795         (octave-add-octave-menu): Remove.
1797 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1799         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1800         (report-emacs-bug-can-use-xdg-email): New functions.
1801         (report-emacs-bug): Set can-xdg-email to result of
1802         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1803         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1804         about it.
1806         * net/browse-url.el (browse-url-default-browser): Add cond
1807         for browse-url-xdg-open.
1808         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1810 2010-08-17  Glenn Morris  <rgm@gnu.org>
1812         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1813         (c-fontify-recorded-types-and-refs): Define for compiler.
1814         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1815         before use.
1817         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1818         Fix format call.
1820 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1822         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1823         properties.
1824         (tramp-handle-process-file): Call the program in a subshell, in
1825         order to preserve working directory.
1826         (tramp-action-password): Hide password prompt before next run.
1827         (tramp-process-actions): Widen connection buffer for the trace.
1829 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1831         * net/rcirc.el (rcirc-log-process-buffers): New option.
1832         (rcirc-print): Use it.
1833         (rcirc-generate-log-filename): New function.
1834         (rcirc-log-filename-function): Change default to
1835         rcirc-generate-log-filename (Bug#6828).
1837 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1839         * simple.el (deactivate-mark): If select-active-regions is `only',
1840         only set selection for temporarily active regions.
1842         * cus-start.el: Change defcustom for select-active-regions.
1844 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1846         * mouse.el (mouse--drag-set-mark-and-point): New function.
1847         (mouse-drag-track): Use LOCATION arg to push-mark.
1848         Use mouse--drag-set-mark-and-point to take click-count into
1849         consideration when updating point and mark (Bug#6840).
1851 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1853         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1854         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1856 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1858         * font-lock.el (lisp-font-lock-keywords-2):
1859         Add combine-after-change-calls, condition-case-no-debug,
1860         with-demoted-errors, and with-silent-modifications (Bug#6025).
1862 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1864         * emacs-lisp/copyright.el (copyright-update-year)
1865         (copyright-update): Temporary switch-to-buffer to ensure the
1866         buffer change being queried is visible (Bug#5394).
1868 2010-08-14  Tom Tromey  <tromey@redhat.com>
1870         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1871         (Bug#6733).
1873 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1875         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1876         MS-DOS.  (Bug#6689)
1878 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1880         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1881         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1882         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1883         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1884         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1885         Call menu-bar-set-tool-bar-position.
1887 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1889         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1890         comment style (bug#6834).
1891         * progmodes/scheme.el (scheme-mode-syntax-table):
1892         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1893         "b" flag in "' 14b" syntax.
1895         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1896         for (un)commenting the region and performing completion.
1897         (octave-mode-menu): Use standard commands for help and completion.
1898         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1899         (octave-mode): Use define-derived-mode.
1900         Set completion-at-point-functions and don't set columns.
1901         Don't disable adaptive-fill-regexp.
1902         (octave-describe-major-mode, octave-comment-region)
1903         (octave-uncomment-region, octave-comment-indent)
1904         (octave-indent-for-comment): Remove.
1905         (octave-indent-calculate): Rename from calculate-octave-indent.
1906         (octave-indent-line, octave-fill-paragraph): Update caller.
1907         (octave-initialize-completions): No need to make an alist.
1908         (octave-completion-at-point-function): New function.
1909         (octave-complete-symbol): Use it.
1910         (octave-insert-defun): Use define-skeleton.
1912         * progmodes/octave-mod.el (octave-mode): Set comment-add.
1913         (octave-mode-map): Use comment-dwim (bug#6829).
1915 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1917         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1918         indentation of inserted comment.
1920 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1922         * faces.el (region): Add type gtk that uses gtk colors.
1924         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1925         Handle theme-name change.
1927 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
1929         * progmodes/sql.el: Version 2.5
1930         (sql-product-alist): Add :prompt-cont-regexp property for several
1931         database products.
1932         (sql-prompt-cont-regexp): New variable.
1933         (sql-output-newline-count, sql-output-by-send):
1934         New variables.  Record number of newlines in input text.
1935         (sql-send-string): Handle multiple filters and count newlines.
1936         (sql-send-magic-terminator): Count terminator newline.
1937         (sql-interactive-remove-continuation-prompt): Filters output to
1938         remove continuation prompts; one for each newline.
1939         (sql-interactive-mode): Set up new variables, prompt regexp and
1940         output filter.
1941         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
1942         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
1944 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * emacs-lisp/pcase.el: New file.
1948 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
1950         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
1951         as here-document, otherwise the command could exceed maximum
1952         length of command line.
1953         (tramp-handle-vc-registered): Call script accordingly.
1954         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
1956 2010-08-10  Kenichi Handa  <handa@m17n.org>
1958         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
1959         composable pattern.
1961 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
1963         * emacs-lisp/package.el (package-version-split)
1964         (package--version-first-nonzero, package-version-compare):
1965         Functions removed.
1966         (package-directory-list, package-load-all-descriptors)
1967         (package--built-in, package-activate, define-package)
1968         (package-installed-p, package-compute-transaction)
1969         (package-read-all-archive-contents)
1970         (package--add-to-archive-contents, package-buffer-info)
1971         (package-tar-file-info, package-list-packages-internal):
1972         Use version-to-list and version-list-*.
1974         * emacs-lisp/package-x.el (package-upload-buffer-internal):
1975         Use version-to-list.
1976         (package-upload-buffer-internal): Use version-list-<=.
1978 2010-08-09  Kenichi Handa  <handa@m17n.org>
1980         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
1981         composable pattern.
1983 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
1985         * tutorial.el (tutorial--default-keys): C-d is now bound to
1986         delete-forward-char (Bug#6826).
1988         * mouse.el (mouse-drag-track): Remove accidentally-removed check
1989         for `double' value of mouse-1-click-follows-link (Bug#6807).
1991 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1993         * replace.el (replace-highlight): Bind isearch-forward and
1994         isearch-error, ensuring that highlighting is updated if the user
1995         switches the search direction (Bug#6808).
1997         * isearch.el (isearch-lazy-highlight-forward): New var.
1998         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1999         (isearch-lazy-highlight-update): Use it.
2001 2010-08-08  Kenichi Handa  <handa@m17n.org>
2003         * international/mule.el (define-charset): Store NAME as :base property.
2004         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2005         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2006         current priority.  Force using the designation of the specific
2007         charset by adding `charset' text property.  Improve the whole algorithm.
2009 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2011         * emulation/pc-select.el (pc-selection-mode-hook)
2012         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2013         (pc-selection-mode): Fix typos in docstrings.
2015 2010-08-08  Kenichi Handa  <handa@m17n.org>
2017         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2018         ctext-non-standard-encodings-alist here.
2020         * international/mule.el (ctext-non-standard-encodings-alist):
2021         Add "koi8-r" and "microsoft-cp1251".
2022         (ctext-standard-encodings): New variable.
2023         (ctext-non-standard-encodings-table): List only elements for
2024         non-standard encodings.
2025         (ctext-pre-write-conversion): Adjust for the above change.
2026         Check ctext-standard-encodings.
2028         * international/mule-conf.el (compound-text): Doc fix.
2029         (ctext-no-compositions): Doc fix.
2030         (compound-text-with-extensions): Doc fix.
2032 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2034         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2036 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2038         * progmodes/which-func.el (which-func-format): Split help-echo text
2039         into lines, like other mode-line tooltips.
2041         * server.el (server-start): When using TCP sockets, force IPv4
2042         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2044 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2048 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2050         * term.el (term-delimiter-argument-list): Reflow docstring.
2051         (term-read-input-ring, term-write-input-ring, term-send-input)
2052         (term-bol, term-erase-in-display, serial-supported-or-barf):
2053         Fix typos in docstrings.
2055 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2057         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2059 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2061         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2063 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2065         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2066         Fix typo in docstring (bug#6747).
2068 2010-08-08  Leo  <sdl.web@gmail.com>
2070         * eshell/esh-io.el (eshell-get-target): Better detection of
2071         read-only file (Bug#6762).
2073 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2075         * align.el (align-default-spacing): Doc fix.
2076         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2078 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2080         * calendar/icalendar.el
2081         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
2082         (icalendar--get-weekday-numbers): New
2083         (icalendar--convert-recurring-to-diary): Handle multiple byday
2084         values in weekly rules. (Bug#6766)
2086 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2088         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2089         (icalendar--create-uid, icalendar-export-region)
2090         (icalendar--parse-summary-and-rest): Code formatting.
2092 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2094         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2095         to italicize headers.
2096         (calc-highlight-selections-with-faces): New variable.
2097         (calc-selected-face, calc-nonselected-face): New faces.
2099         * calc/calccomp.el (math-comp-highlight-string): Use
2100         `calc-highlight-selections-with-faces' to determine how to highlight
2101         sub-formulas.
2103         * calc/calc-sel.el (calc-show-selections): Change message to when
2104         using faces to highlight selections.
2106 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2108         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2109         Add SQLite 3 keywords, functions and datatypes.
2110         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2111         (Bug#6686).
2113 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2115         * simple.el (select-active-regions): Move to keyboard.c.
2116         (deactivate-mark): Used saved-region-selection.
2117         (select-active-region): Function removed.
2118         (activate-mark, set-mark, push-mark-command)
2119         (handle-shift-selection): Don't call it.
2120         (keyboard-quit): Avoid adding the region to the window selection.
2122         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2123         select-active-regions implementation.
2124         (mouse-yank-at-click): Doc fix.
2126         * cus-start.el: Add custom declaration for select-active-regions.
2128 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2130         * simple.el (delete-forward-char): Doc fix.
2132         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2133         after reading the tutorial.
2135 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2137         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2138         for the case that a C style comment has its delimiters alone on
2139         their respective lines.
2141 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2143         * net/tramp.el (tramp-handle-start-file-process): Set connection
2144         property "vec".
2145         (tramp-process-sentinel): Use it for flushing the cache.  We
2146         cannot do it via the process buffer, the buffer could be deleted
2147         already when running the sentinel.
2149 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2151         * comint.el (comint-mode): Make directory tracking functions
2152         functional on remote files.  (Bug#6764)
2154 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2156         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2158 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2160         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2161         unexec.c => unexcoff.c.
2163         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2164         unexec.c => unexcoff.c.
2166 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2168         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2169         cache, not only file cache.
2170         (tramp-process-sentinel): New defun.
2171         (tramp-handle-start-file-process): Use it, in order to invalidate
2172         file caches.
2174 2010-08-03  Leo  <sdl.web@gmail.com>
2176         * server.el (server-start): Simplify loop.
2178 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * frame.el (screen-height, screen-width, set-screen-width)
2181         (set-screen-height): Remove ancient compatibility aliases.
2183         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2184         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2186         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2187         that change current buffer.
2189 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2191         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2192         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2194 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2196         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2198 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2200         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2201         (package--builtins): Tweak descriptions.
2202         (package-print-package): Upcase descriptions if necessary.
2203         Show all built-in packages in font-lock-builtin-face.
2204         (package-list-packages-internal): Omit "emacs" package.
2205         Show status of built-in packages as "built-in".
2207 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2209         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2210         before killing to preserve the primary selection (Bug#6701).
2212         * term/x-win.el (x-select-text): Doc fix.
2214 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2216         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2217         The following functions were modified or created:
2219         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2220         (objc-font-lock-extra-types):
2221         * progmodes/cc-mode.el (c-basic-common-init):
2222         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2223         (c++-make-template-syntax-table)
2224         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2225         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2226         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2227         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2228         * progmodes/cc-fonts.el (c-make-inverse-face)
2229         (c-basic-matchers-after):
2230         * progmodes/cc-engine.el (c-forward-keyword-clause)
2231         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2232         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2233         (c-guess-continued-construct, c-guess-basic-syntax):
2235 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2237         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2239 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2241         * files.el (bidi-paragraph-direction): Define safe local values.
2243         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2244         language-info-alist.  Remove outdated FIXME in a comment.
2246 2010-07-31  Alan Mackenzie  <acm@muc.de>
2248         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2249         Auto-fill broken in C/C++ modes.
2251 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2253         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2254         (menu-bar-showhide-tool-bar-menu-customize-disable)
2255         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2256         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2257         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2258         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2259         make a menu for Options => toolbar that can move it.
2261 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2263         * emacs-lisp/package-x.el (package--make-rss-entry):
2264         (package-maint-add-news-item, package--update-news)
2265         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2267         * emacs-lisp/package.el (package-archive-url): Rename from
2268         package-archive-id.
2269         (package-install): Doc fix.
2270         (package-download-single, package-download-tar, package-install)
2271         (package-menu-view-commentary): Callers changed.
2273 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2275         * net/tramp.el (tramp-handle-start-file-process): Check only for
2276         `remote-tty' process property.
2277         (tramp-open-shell): Don't check for tty.
2278         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2279         process property.
2281         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2282         host.
2284 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2286         * emacs-lisp/package.el (package-load-list, package-archives)
2287         (package-archive-contents, package-user-dir)
2288         (package-directory-list, package--builtins, package-alist)
2289         (package-activated-list, package-obsolete-alist): Mark as risky.
2291 2010-07-28  Phil Hagelberg  <phil@evri.com>
2293         Add support for non-default package repositories.
2294         * emacs-lisp/package.el (package-archive-base): Var deleted.
2295         (package-archives): New variable.
2296         (package-archive-contents): Doc fix.
2297         (package-load-descriptor): Do nothing if descriptor file is missing.
2298         (package--write-file-no-coding): New function.
2299         (package-unpack-single): Use it.
2300         (package-archive-id): New function.
2301         (package-download-single, package-download-tar)
2302         (package-menu-view-commentary): Use it.
2303         (package-installed-p): Make second argument optional.
2304         (package-read-all-archive-contents): New function.
2305         (package-initialize): Use it.
2306         (package-read-archive-contents): Add ARCHIVE argument.
2307         (package--add-to-archive-contents): New function.
2308         (package-install): Don't call package-read-archive-contents.
2309         (package--download-one-archive): Store archive file in a
2310         subdirectory of package-user-dir.
2311         (package-menu-execute): Remove spurious line movement.
2313 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2315         * cus-start.el (tool-bar-style): Add text-image-horiz.
2317 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2319         * progmodes/gud.el (gud-common-init): Check for remoteness of
2320         `file', and not of `default-directory'.
2322 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2324         * net/tramp.el (tramp-methods): Move hostname to the end in all
2325         ssh `tramp-login-args'.
2326         (tramp-verbose): Describe verbose level 9.
2327         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2328         (tramp-open-connection-setup-interactive-shell): Trace stty
2329         settings if `tramp-verbose' >= 9.
2330         (tramp-handle-start-file-process): Implement tty setting.
2331         (Bug#4604, Bug#6360)
2333         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2334         `tramp-verbose' to 9.
2336 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2338         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2339         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2340         Remove references to package `lisp-re' (bug#4369).
2342 2010-07-27  Tom Tromey  <tromey@redhat.com>
2344         * progmodes/js.el (js-mode):
2345         * progmodes/make-mode.el (makefile-mode):
2346         * progmodes/simula.el (simula-mode):
2347         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2349 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2351         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2353         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
2355         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2356         (display-time-world-buffer-name, display-time-world-mode-map):
2357         Fix typos in docstrings.
2359 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2361         * image-mode.el (image-display-size): New function.
2362         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2363         (image-mode-fit-frame): Use it (Bug#6639).
2365 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2367         * dired.el (dired-buffers-for-dir): Handle list values of
2368         dired-directory (Bug#6636).
2370 2010-07-26  Sam Steingold  <sds@gnu.org>
2372         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2373         Do not call `x-get-selection' the second time, reuse the value.
2375 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2377         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2378         which consist of control chars only.  Suggested by Richard Stallman.
2380 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2382         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2383         exists before passing an error to find-file-not-found-functions
2384         (bug#6723).
2386 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2388         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2389         Remove leading nil element, adjust values.
2390         (tetris-shapes, tetris-shape-scores):
2391         Change representation of shapes and remove some redundancy.
2392         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2393         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2394         Adjust for working with new representation of shapes.
2395         (tetris-shape-rotations): New function.
2396         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2397         (tetris-rotate-prev, tetris-rotate-next):
2398         Adjust for working with the new version of tetris-test-shape.
2400 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2402         * progmodes/ps-mode.el: Use comint (bug#5954).
2403         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2404         (ps-mode-other-newline): Simplify.
2405         (ps-run-mode): Derive from comint-mode instead of
2406         fundamental-mode, yielding input history etc.
2407         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2408         (ps-run-send-string): Adapt for comint-mode.
2409         (ps-run-newline): Remove now unneeded function.
2411 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2413         * net/tramp.el (tramp-methods): Move hostname to the end in all
2414         plink `tramp-login-args'.
2416 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2418         * net/tramp.el (tramp-open-shell): New defun.
2419         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2420         Use it.
2422 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2424         * net/tramp.el (tramp-file-name-regexp-unified)
2425         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2426         not regard the volume letter as remote filename.  (Bug#5447)
2428 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2430         * custom.el (custom-declare-variable): Give a clearer error message
2431         when the docstring is missing (bug#6476).
2433 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2435         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2436         (sql-login-params): New widget definition.
2437         (sql-oracle-login-params, sql-mysql-login-params)
2438         (sql-solid-login-params, sql-sybase-login-params)
2439         (sql-informix-login-params, sql-ingres-login-params)
2440         (sql-ms-login-params, sql-postgres-login-params)
2441         (sql-interbase-login-params, sql-db2-login-params)
2442         (sql-linter-login-params): Use it.
2443         (sql-sqlite-login-params): Use it; Define "database" parameter as
2444         a file name.
2445         (sql-sqlite-program): Change to "sqlite3".
2446         (sql-comint-sqlite): Make sure database name is complete.
2447         (sql-for-each-login): New function.
2448         (sql-connect, sql-save-connection): Use it.
2449         (sql-get-login-ext): New function.
2450         (sql-get-login): Use it.
2451         (sql-make-alternate-buffer-name): Handle :file parameters.
2453 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2455         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2456         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2458 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2460         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2462 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2464         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2466 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2468         * net/tramp.el (tramp-get-ls-command)
2469         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2470         instead of "/".
2472 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2474         * progmodes/sql.el: Version 2.3.
2475         (sql-connection-alist): Changed keys from symbols to strings;
2476         enhanced the widget definition.
2477         (sql-mode-menu): Added submenu to select connections.
2478         (sql-interactive-mode-menu): Added "Save Connection" item.
2479         (sql-add-product): Fixed menu item.
2480         (sql-get-product-feature): Improved error handling.
2481         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2482         (sql-make-alternate-buffer-name): Simplified.
2483         (sql-product-interactive): Handle missing product.
2484         (sql-connect): Support string keys, minor improvements.
2485         (sql-save-connection): New function.
2486         (sql-connection-menu-filter): New function.
2488 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2490         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2491         (tramp-open-connection-setup-interactive-shell): Apply
2492         workaround for IRIX64 bug.  Move argument of last
2493         `tramp-send-command' where it belongs to.
2495 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2497         * net/tramp.el (tramp-perl-file-attributes)
2498         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2499         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2500         front of `login-args'.
2502 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2504         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2505         Set `show-trailing-whitespace' to nil.
2506         (display-time-world-display): Simplify.
2508 2010-07-18  Alan Mackenzie  <acm@muc.de>
2510         Enhance `c-file-style' in file/directory local variables.
2511         * progmodes/cc-mode.el (c-count-cfss): New function.
2512         (c-before-hack-hook): Call `c-set-style' differently according to
2513         whether c-file-style was set in file or directory local
2514         variables.
2516 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2518         * progmodes/sql.el: Version 2.2.
2519         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2520         defcustom :safe keyword rather than putting safe-local-variable
2521         property.
2522         (sql-password): Use defcustom :risky keyword rather than putting
2523         risky-local-variable property.
2524         (sql-oracle-login-params, sql-sqlite-login-params)
2525         (sql-solid-login-params, sql-sybase-login-params)
2526         (sql-informix-login-params, sql-ingres-login-params)
2527         (sql-ms-login-params, sql-postgres-login-params)
2528         (sql-interbase-login-params, sql-db2-login-params)
2529         (sql-linter-login-params): Add `port' option.
2530         (sql-get-product-feature): Added NO-INDIRECT parameter.
2531         (sql-comint-oracle, sql-comint-sybase)
2532         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2533         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2534         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2535         (sql-comint-linter): Renamed sql-connect-* functions to
2536         sql-comint-*.
2537         (sql-product-alist, sql-mode-menu): Renamed as above and
2538         :sqli-connect-func to :sqli-comint-func.
2539         (sql-connection): New variable.
2540         (sql-interactive-mode): Set it.
2541         (sql-connection-alist): New variable.
2542         (sql-connect): New function.
2543         (sql--alt-buffer-part, sql--alt-if-not-empty)
2544         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2546 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2548         * image-mode.el (image-bookmark-make-record): Do not set context
2549         in an image (Bug#6650).
2551 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2553         * simple.el (select-active-region): New function.
2554         (push-mark-command, set-mark, activate-mark)
2555         (handle-shift-selection): Use it.
2556         (deactivate-mark): Don't check for size of region.
2558         * mouse.el (mouse-drag-track): Use select-active-region.
2560 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2562         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2563         "--dired" stronger.
2565 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2567         * term/x-win.el (x-select-enable-primary): Change default to nil.
2568         (x-select-enable-clipboard): Add :version keyword.
2570         * mouse.el (mouse-drag-copy-region):
2571         * simple.el (select-active-regions): Likewise.
2573 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2575         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2576         (vc-coding-system-for-diff): Use it to decide whether to inherit
2577         from the file the EOL format for reading the diffs of that file.
2578         (Bug#4451)
2580 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2582         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2583         unibyte, so compressed attachments are not compressed again.
2585 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2587         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2588         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2589         (tramp-find-shell): Simplify setting connection property.
2590         (tramp-get-ls-command): Make test for "--color=never" stronger.
2592 2010-07-15  Simon South  <ssouth@member.fsf.org>
2594         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2595         blocks within record declarations (i.e. variant parts) correctly.
2597 2010-07-15  Simon South  <ssouth@member.fsf.org>
2599         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2600         over literal tokens when parsing so newlines aren't "absorbed" by
2601         single-line comments.  Corrects the indentation of case blocks
2602         that have a comment on the first line.
2604 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2606         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2607         by Drew Adams (Bug#5504).
2609 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2611         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2612         now that Unicode is used (Bug#6594).
2614 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2616         * term/x-win.el (x-select-enable-clipboard): Default to t.
2617         (x-initialize-window-system): Don't overwrite Paste menu item.
2619         * simple.el (select-active-regions): Default to t.
2620         (push-mark-command): Don't overwrite primary with empty string.
2622         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2623         (mouse-drag-copy-region): Default to nil.
2625         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2626         Cut/Copy/Paste menu bar items.
2628 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2630         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2631         Patch applied by Karl Fogel.
2633         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2634         and `bookmark-current-buffer' if they have been already set in
2635         another buffer (e.g gnus-art).
2637 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2638             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2640         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2642         * bookmark.el (bookmark-make-record-default): Allow unneeded
2643         information to be omitted from the record.
2645         Adjust declarations and calls:
2647         * info.el (bookmark-make-record-default): Adjust declaration.
2648         (Info-bookmark-make-record): Adjust call.
2650         * woman.el (bookmark-make-record-default): Adjust declaration.
2651         (woman-bookmark-make-record): Adjust call.
2653         * man.el (bookmark-make-record-default): Adjust declaration.
2654         (Man-bookmark-make-record): Adjust call.
2656         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2658         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2660 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2662         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2663         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2664         because it was extraneous to the functional change in that patch,
2665         and causes a re-indendation, I am committing it separately.
2667 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2669         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2670         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2671         Patch applied by Karl Fogel (Bug#6444).
2673 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2675         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2677 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2679         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2680         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2681         (ns-alternatives-map): Change S-tab binding to backtab
2682         (bug#6616).
2684         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2685         under ns.
2687 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2689         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2690         (Bug#5806)
2692         * language/tv-util.el (tai-viet-re): Remove format.
2694 2010-07-12  Kenichi Handa  <handa@m17n.org>
2696         * language/hebrew.el: Remove no-byte-compile declaration.
2697         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2698         composition-function-table for 3-character looking back.
2699         (hebrew-font-get-precomposed): New function.
2700         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2702 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2704         * mouse.el (mouse-drag-track): Handle select-active-regions
2705         (Bug#6612).
2707 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2709         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2710         empty argument to gvfs-copy.
2712 2010-07-10  Glenn Morris  <rgm@gnu.org>
2714         * calendar/calendar.el (calendar-week-end-day): New function.
2715         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2716         Respect calendar-week-start-day.  (Bug#6606)
2717         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2718         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2719         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2720         respect calendar-week-start-day.
2722 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2724         * simple.el (use-region-p): Doc fix (Bug#6607).
2726 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2728         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2729         regexps for cucumber and ruby.
2731 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2733         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2734         (epa-file-insert-file-contents): Hack to prevent
2735         find-file from opening empty buffer when decryption failed
2736         (bug#6568).
2738 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2740         * textmodes/ispell.el (ispell-alternate-dictionary):
2741         Use file-readable-p.
2742         Return nil if no word-list is found at default locations.
2743         (ispell-complete-word-dict): Default to nil.
2744         (ispell-command-loop): Use 'word-list' when using lookup-words.
2745         (lookup-words): Use ispell-complete-word-dict or
2746         ispell-alternate-dictionary.  Check for word-list availability
2747         and handle errors if needed with better messages (Bug#6539).
2748         (ispell-complete-word): Use ispell-complete-word-dict or
2749         ispell-alternate-dictionary.
2751 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2753         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2754         builtins (BufferError, BytesWarning, WindowsError; callables
2755         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2757 2010-07-07  Glenn Morris  <rgm@gnu.org>
2759         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2760         (zone-shift-left): Ignore intangibility, and any errors from
2761         forward-char.
2762         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2763         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2764         deleting, and copying text properties.
2765         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2766         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2767         to point-max is hard.
2768         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2769         (zone-fill-out-screen): Ignore intangibility.
2771 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2773         * menu-bar.el (menu-bar-mode):
2774         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2775         if it has been set.
2777         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2778         word/line selection (Bug#6565).
2780 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2782         * net/dbus.el (dbus-send-signal): Declare function.
2784 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2786         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2787         (dbus-register-property): New optional argument EMITS-SIGNAL.
2788         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2790 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2792         * mouse.el (mouse-drag-overlay): Variable deleted.
2793         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2794         (mouse--remap-link-click-p): New function.
2795         (mouse-drag-track): Handle dragging by using temporary Transient
2796         Mark mode, instead of a special overlay.
2797         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2798         mouse-show-mark.
2800         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2801         deleted.
2803 2010-07-02  Juri Linkov  <juri@jurta.org>
2805         * autoinsert.el (auto-insert-alist): Fix readability
2806         by using dotted pair notation for lambda.
2808 2010-07-02  Juri Linkov  <juri@jurta.org>
2810         * faces.el (read-face-name): Rename arg `string-describing-default'
2811         to `default'.  Doc fix.  Display the default value in quotes
2812         in the prompt.  With empty input, return the `default' arg,
2813         unless the default value is a string (in which case return nil).
2814         (describe-face): Replace the string `default' arg of `read-face-name'
2815         with the symbol `default'.
2817 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2819         * emulation/viper-cmd.el (viper-delete-backward-char)
2820         (viper-del-backward-char-in-insert)
2821         (viper-del-backward-char-in-replace, viper-change)
2822         (viper-backward-indent): Replace delete-backward-char with
2823         delete-char (Bug#6552).
2825 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2827         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2829 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2831         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2832         argument passed to frame-creation-function (Bug#5378).
2834         * faces.el (x-handle-named-frame-geometry)
2835         (x-handle-reverse-video, x-create-frame-with-faces)
2836         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2837         separately consult default-frame-alist.  It is now passed as the
2838         PARAMETER argument.
2840 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2842         * startup.el (command-line): Don't call tool-bar-setup in a
2843         tty-only build.
2845 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2847         * ruler-mode.el (ruler--save-header-line-format): New fun.
2848         (ruler-mode): Use it as a setter function, so as not to overwrite
2849         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2851 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2853         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2854         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2855         (vc-log-outgoing): Use it.
2856         (vc-diff-internal): Set diff-vc-backend.
2858         * vc/diff-mode.el (diff-vc-backend): New var.
2860 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2862         * dynamic-setting.el (font-setting-change-default-font): Remove
2863         call to message.
2865 2010-06-28  Kenichi Handa  <handa@m17n.org>
2867         * international/quail.el (quail-insert-kbd-layout): Fix the
2868         showing of untranslated characters.
2870 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2872         * simple.el (delete-active-region): New option.
2873         (delete-backward-char): Implement in Lisp.
2874         (delete-forward-char): New command.
2876         * mouse.el (mouse-region-delete-keys): Deleted.
2877         (mouse-show-mark): Simplify.
2879         * bindings.el (global-map): Bind delete and DEL, the former to
2880         delete-forward-char.
2882 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2884         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2885         (ruby-mode): Bind indent-line-function (Bug#5119).
2887 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2889         * startup.el (command-line): Recognize "0" X resource value.
2891 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2893         * startup.el (command-line): Use X resources to set the value of
2894         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2896         * menu-bar.el (menu-bar-mode):
2897         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2898         Set init-value to t.
2900         * frame.el (frame-notice-user-settings): Don't change
2901         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2902         vice versa (Bug#2249).
2904 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2906         * w32-fns.el (w32-convert-standard-filename): Doc fix.
2908 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2910         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2911         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2913         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2914         default directories are expanded (Bug#6143).
2916 2010-06-24  Juri Linkov  <juri@jurta.org>
2918         * minibuffer.el (completions-format): Change default from nil to
2919         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
2921 2010-06-24  Juri Linkov  <juri@jurta.org>
2923         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2924         buffer-locally to lambda that re-runs the vc diff command.
2925         (Bug#6447)
2927 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2929         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
2930         echo area is in use (Bug#3412).
2932 2010-06-22  Glenn Morris  <rgm@gnu.org>
2934         * textmodes/texinfmt.el (texinfo-format-region)
2935         (texinfo-raise-lower-sections, texinfo-format-separate-node)
2936         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
2937         (texinfo-format-option, texinfo-noindent):
2938         Use line-beginning-position and line-end-position.
2940         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
2941         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
2942         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
2943         utf-8 characters.
2945 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
2947         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2948         forward-line fallout.
2950 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2952         * mouse.el (mouse-appearance-menu): Add docstring.
2954         * help.el (describe-key): Print up-event using key-description.
2956 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2958         * net/zeroconf.el (zeroconf-resolve-service)
2959         (zeroconf-service-resolver-handler): Use
2960         `dbus-byte-array-to-string'.
2961         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2963 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2965         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2967 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2969         Avoid displaying files with a nil state in vc-dir.
2970         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2971         cases that cause insertion.
2972         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2973         with a nil state.
2975 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2977         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2979 2010-06-29  Leo  <sdl.web@gmail.com>
2981         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2983 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2985         * generic-x.el (bat-generic-mode): Fix regexp for command line
2986         switches (Bug#5719).
2988 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2990         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2991         of nconc to avoid pure storage error (Bug#6239).
2993 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2995         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2996         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2997         bindings of bookmark-automatically-show-annotations (Bug#6515).
2999 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3001         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3002         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3004 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3006         * comint.el (make-comint, make-comint-in-buffer): Mention return
3007         value in the docstrings.  (Bug#6498)
3009 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3011         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3012         since it is not present when using some non-default switches.
3014 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3016         * simple.el (compose-mail): Fix doc string to refer to
3017         `compose-mail-user-agent-warnings', instead of to the
3018         nonexistent `compose-mail-check-user-agent'.
3020 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3022         Fix an indentation bug:
3024         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3025         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3026         of existing values.
3028         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3029         (c-clear->-pair-props-if-match-before): now return t when they've
3030         cleared properties, nil otherwise.
3031         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3032         by taking account of the existing value.
3034         * progmodes/cc-defs.el
3035         (c-clear-char-property-with-value-function): Fix this to clear the
3036         property rather than overwriting it with nil.
3038 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3040         * emacs-lisp/package.el (package-print-package): Add link to
3041         package description via describe-package.
3042         (describe-package-1): List package requirements.  Add button to
3043         perform installation.
3044         (package-menu-describe-package): New command.
3046         * help-mode.el (help-package): New button type.
3048 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3050         * emacs-lisp/package.el: Move package-list-packages binding to
3051         menu-bar.el.
3052         (describe-package, describe-package-1, package--dir): New funs.
3053         (package-activate-1): Use package--dir.
3055         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3057         * help-mode.el (help-package-def): New button type.
3059         * menu-bar.el: Move package-list-packages binding here from
3060         package.el.
3062 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3064         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3066 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         * emacs-lisp/edebug.el (edebug-read-list):
3069         Phase out old-style backquotes.
3071 2010-06-17  Juri Linkov  <juri@jurta.org>
3073         * help-mode.el (help-mode): Set buffer-local variable
3074         revert-buffer-function to help-mode-revert-buffer.
3075         (help-mode-revert-buffer): New function.
3077         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3078         before popping to "*info*" (like in other Info functions).
3079         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3080         old-history-forward.  Pop to old-buffer-name or "*info*" to
3081         recreate the killed buffer.  Set Info-history-forward from
3082         old-history-forward.
3083         (Info-breadcrumbs-depth): Add :group and :version.
3085 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3087         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3089 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3091         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3092         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3094 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3096         * emacs-lisp/package.el (package-menu-mode-map):
3097         Move initialization into declaration.
3099         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3101 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3103         * emacs-lisp/package.el (package-archive-base): Point to
3104         elpa.gnu.org.
3105         (package-enable, package-load-list): New defcustoms.
3106         (package-user-dir, package-directory-list): Turn into defcustoms.
3107         Don't include package-user-dir in package-directory-list.
3108         (package--builtins-base): Don't include Emacs as a "package".
3109         (package-subdirectory-regexp): New var.
3110         (package-load-all-descriptors, package-compute-transaction)
3111         (package-download-transaction): Obey package-load-list.
3112         (package-activate-1): Rename from package-do-activate.
3113         (package-list-packages-internal): Check package-load-list.
3114         (package-load-descriptor, package-generate-autoloads)
3115         (package-unpack, package-unpack-single)
3116         (package--read-archive-file, package-delete): Use
3117         expand-file-name.
3119         * emacs-lisp/package-x.el: New file.  Package uploading
3120         functionality split out from package.el.
3122         * startup.el (command-line): Load packages after reading init
3123         file.
3125 2010-06-17  Tom Tromey  <tromey@redhat.com>
3127         * emacs-lisp/package.el: New file.
3129 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3131         Fix vc-annotate for renamed files when using Git.
3132         * vc-git.el (vc-git-find-revision): Deal with empty results from
3133         ls-files.  Doe not pass the object as a file name to cat-file, it
3134         is not a file name.
3135         (vc-git-annotate-command): Pass the file name using -- to avoid
3136         ambiguity with the revision.
3137         (vc-git-previous-revision): Pass a relative file name.
3139 2010-06-22  Glenn Morris  <rgm@gnu.org>
3141         * progmodes/js.el (js-mode-map): Use standard capitalization and
3142         ellipses for menu entries.
3144         * wid-edit.el (widget-complete): Doc fix.
3146 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3148         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3150 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3152         Fix annotating other revisions for renamed files in vc-annotate.
3153         * vc-annotate.el (vc-annotate): Add an optional argument for the
3154         VC backend.  Use it when non-nil.
3155         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3156         (Bug#6487)
3158         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3159         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3160         Do not pass the file name to the 'previous-revision call when we
3161         don't want a file diff.  (Bug#6489)
3163 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3165         Fix finding revisions for renamed files in vc-annotate.
3166         * vc.el (vc-find-revision): Add an optional argument for
3167         the VC backend.  Use it when non-nil.
3168         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3169         backend to vc-find-revision.  (Bug#6487)
3171 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3173         Fix reading file names in Git annotate buffers.
3174         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3175         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3177 2010-06-20  Alan Mackenzie  <acm@muc.de>
3179         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3180         in file local variables, set it first.
3182 2010-06-19  Glenn Morris  <rgm@gnu.org>
3184         * descr-text.el (describe-char-unicode-data): Insert separating
3185         space when needed.  (Bug#6422)
3187         * progmodes/idlwave.el (idlwave-action-and-binding):
3188         Fix typo in 2009-12-03 change.  (Bug#6450)
3190 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3192         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3193         handling for `lambda' (misunderstanding).
3195 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3197         * calc/calc-poly.el (math-accum-factors): Make sure that
3198         constants aren't distributed after they are factored out.
3200 2010-06-16  Juri Linkov  <juri@jurta.org>
3202         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3203         `list-colors-print'.  (Bug#6332)
3205         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3207 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3209         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3210         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3212         * font-lock.el (font-lock-major-mode): Rename from
3213         font-lock-mode-major-mode to distinguish it from
3214         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3215         (font-lock-set-defaults):
3216         * font-core.el (font-lock-default-function): Adjust users.
3217         (font-lock-mode): Don't set it at all.
3219 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3221         * vc-annotate.el (vc-annotate): Use vc-read-revision.
3223 2010-06-16  Glenn Morris  <rgm@gnu.org>
3225         * calendar/appt.el (appt-time-msg-list): Doc fix.
3226         (appt-check): Let-bind appt-warn-time.
3227         (appt-add): Make the 3rd argument optional.
3228         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3229         Only add WARNTIME to the output list if non-nil.
3231 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3233         * calendar/appt.el (appt-check): Let the 3rd element of
3234         appt-time-msg-list specify the warning time.
3235         (appt-add): Add new argument with the warning time.  (Bug#5176)
3237 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3239         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3240         older than version 1.6.  (Bug#6361)
3242 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3244         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3245         used by cl-do-arglist.  (Bug#6408)
3247 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3249         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3250         portuguese casechars/not-casechars for missing 'çÇ'.
3251         Suggested by Rolando Pereira (bug#6434).
3253 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3255         * facemenu.el (list-colors-sort): Doc fix.
3257 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3259         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3261 2010-06-14  Juri Linkov  <juri@jurta.org>
3263         Add sort option `list-colors-sort'.  (Bug#6332)
3264         * facemenu.el (color-rgb-to-hsv): New function.
3265         (list-colors-sort): New defcustom.
3266         (list-colors-sort-key): New function.
3267         (list-colors-display): Doc fix.  Sort list according to the option
3268         `list-colors-sort'.
3269         (list-colors-print): Add HSV values to `help-echo' property of
3270         RGB strings.
3272 2010-06-14  Juri Linkov  <juri@jurta.org>
3274         * compare-w.el: Move to the "vc" subdirectory.
3276 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * image-mode.el (image-mode-map): Remap left-char and right-char.
3280         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3282 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3284         * term/common-win.el (x-colors): Add all the color names defined
3285         in rgb.txt (Bug#6332).
3287         * facemenu.el (list-colors-print): Don't print extra names if it
3288         will overflow the window width.
3290         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3291         change (Bug#6343).
3293 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3295         * files.el (make-directory): Doc fix (bug#6396).
3297 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3299         * net/tramp.el (tramp-remote-process-environment): Protect version
3300         string by apostroph.
3301         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3302         XEmacs.
3303         (tramp-file-name-for-operation): Add `call-process-region'.
3304         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3306         * net/tramp-compat.el (top): Do not autoload
3307         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3308         only when `start-file-process' is not bound.
3309         (tramp-advice-file-expand-wildcards): Do not use
3310         `tramp-handle-file-remote-p'.
3311         (tramp-compat-make-temp-file): Handle the case, that
3312         `make-temp-file' has no third argument EXTENSION.
3314 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3316         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3318         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3320 2010-06-11  Juri Linkov  <juri@jurta.org>
3322         * finder.el (finder-known-keywords): Add keyword "vc"
3323         for version control.
3325         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3326         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3327         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3328         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3330 2010-06-11  Juri Linkov  <juri@jurta.org>
3332         Move version control related files to the "vc" subdirectory.
3333         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3334         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3335         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3336         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3337         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3338         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3339         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3340         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3341         Move files to the "vc" subdirectory.
3343 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3345         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3346         (Bug#6367).
3348 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3350         * shell.el: Bind `shell-resync-dirs' to M-RET.
3352 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3354         * notifications.el: Move file from lisp/net, because it is
3355         supposed to talk locally to the user.
3357 2010-06-10  Julien Danjou  <julien@danjou.info>
3359         * net/notifications.el (notifications-on-action-signal)
3360         (notifications-on-closed-signal): Pass notification id as first
3361         argument to the callback functions.  Add docstrings.
3362         (notifications-notify): Fix docstring.
3364 2010-06-10  Glenn Morris  <rgm@gnu.org>
3366         * emacs-lisp/authors.el (authors-ignored-files)
3367         (authors-valid-file-names): Add some files.
3369 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3372         merge conflict, giving preference to the emacs-23 version of the code.
3374 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * emacs-lisp/advice.el (ad-compile-function):
3377         Define warning-suppress-types before we let-bind it (bug#6275).
3379         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3380         declare it, make it buffer-local and permanent-local (bug#6324).
3381         (vc-resynch-window): Adjust name.
3382         * vc-hooks.el (vc-find-file-hook): Adjust name.
3384 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3386         * net/notifications.el (notifications-notify): Fix docstring.
3388 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3390         Update to Unicode 6.0.0 beta.
3391         * international/charprop.el: Update copyright.
3392         * international/mule-cmds.el (ucs-names): Update character ranges.
3393         * international/uni-bidi.el:
3394         * international/uni-category.el:
3395         * international/uni-combining.el:
3396         * international/uni-comment.el:
3397         * international/uni-decimal.el:
3398         * international/uni-decomposition.el:
3399         * international/uni-digit.el:
3400         * international/uni-lowercase.el:
3401         * international/uni-mirrored.el:
3402         * international/uni-name.el:
3403         * international/uni-numeric.el:
3404         * international/uni-old-name.el:
3405         * international/uni-titlecase.el:
3406         * international/uni-uppercase.el: Regenerate.
3408 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3410         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3411         (smie-precs-precedence-table): Fix typo in docstring.
3413         * vc-mtn.el (log-edit-extract-headers): Declare function.
3415         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3417         * net/notifications.el (dbus-register-signal): Declare function.
3418         (notifications-notify): Fix typos and reflow docstring.
3420 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3422         Improve VC create/retrieve tag/branch.
3423         * vc.el (vc-create-tag): Do not read the directory name for VCs
3424         with repository revision granularity.  Adjust the tag/branch
3425         prompt.  Reset VC properties.
3426         (vc-retrieve-tag): Do not read the directory name for VCs
3427         with repository revision granularity.  Reset VC properties.
3429 2010-06-09  Julien Danjou  <julien@danjou.info>
3431         * net/notifications.el: New file.
3433 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3435         Add optional support for resetting VC properties.
3436         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3437         call vc-file-clearprops when true.
3438         (vc-resynch-buffer): Add new optional argument, pass it down.
3439         (vc-resynch-buffers-in-directory): Likewise.
3441         Improve support for special markup in the VC commit message.
3442         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3443         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3444         * vc-git.el (vc-git-checkin):
3445         * vc-bzr.el (vc-bzr-checkin): Likewise.
3447 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3450         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3452 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3454         * iimage.el: Remove images as soon as the underlying text is modified.
3455         (iimage-modification-hook): New function.
3456         (iimage-mode-buffer): Use it.
3458 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3461         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3462         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3463         (smie-indent-keyword): Add handling of open-paren keywords.
3464         (smie-indent-comment-continue): Don't assume comment-continue.
3466 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3468         * window.el (pop-to-buffer): Remove the conditional that
3469         compares new-window and old-window, so it will reselect
3470         the selected window unconditionally.
3471         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3473 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * emacs-lisp/smie.el (smie-indent-offset-after)
3476         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3477         (smie-indent-after-keyword): Use them.
3478         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3479         (smie-indent-keyword): Tweak the black magic.
3480         (smie-indent-comment-continue): Strip comment-continue before use.
3481         (smie-indent-functions): Indent comments before keywords.
3483 2010-06-06  Juri Linkov  <juri@jurta.org>
3485         * isearch.el (isearch-lazy-highlight-search): Fix looping
3486         by checking for empty match.  This syncs this loop with the
3487         similar loop in `isearch-search'.  (Bug#6362)
3489 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3491         * net/dbus.el (dbus-register-method): Declare function.
3492         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3493         (dbus-introspect): Doc fix.
3494         (dbus-event-bus-name, dbus-introspect-get-interface)
3495         (dbus-introspect-get-argument): Reflow docstrings.
3497 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3499         vc-log-incoming/vc-log-outgoing fixes for Git.
3500         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3501         incoming/outgoing logs.
3502         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3503         instead of vc-git-compute-remote.
3504         (vc-git-compute-remote): Remove.
3506 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3508         * term/common-win.el (x-colors): Add "dark green" and "dark
3509         turquoise" (Bug#6332).
3511 2010-06-04  Juri Linkov  <juri@jurta.org>
3513         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3514         Instead of setting `replace' to t and replacing the same string
3515         with itself, don't do certain actions when
3516         kill-do-not-save-duplicates is non-nil and string is equal to car
3517         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3518         interprogram-paste strings to kill-ring, and don't push the input
3519         argument `string' to kill-ring.
3520         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3522 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3524         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3526 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3528         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3529         (tramp-gvfs-handler-mounted-unmounted)
3530         (tramp-gvfs-connection-mounted-p): Handle default-location.
3532         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3533         move files to trash.
3535 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3537         * international/mule-cmds.el (nonascii-insert-offset)
3538         (nonascii-translation-table): Add obsolescence information.
3540         * international/mule.el (make-translation-table-from-vector): Doc fix.
3542 2010-06-03  Eric Ludlam  <zappo@gnu.org>
3544         * cedet/semantic/lex-spp.el
3545         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3546         invalid values during save, just save a nil (Bug#6324).
3548 2010-06-03  Glenn Morris  <rgm@gnu.org>
3550         * desktop.el (desktop-clear-preserve-buffers):
3551         Add "*Warnings*" buffer.  (Bug#6336)
3553 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3555         vc-log-incoming/vc-log-outgoing improvements for Git.
3556         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3557         short log.
3558         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3560         Add bindings for vc-log-incoming and vc-log-outgoing.
3561         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3562         and vc-log-outgoing.
3563         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3564         and vc-log-outgoing.
3566 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3568         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3569         (rcirc-handler-366): Always sort nicknames.
3571 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3573         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3575 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3577         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3579 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3582         (rcirc-sort-nicknames-join): Avoid setq.
3584 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3586         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3587         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3588         (rcirc-handler-366): Use them.
3590 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         Split smie-indent-calculate into more manageable chunks.
3593         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3594         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3595         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3596         (smie-indent-exps): Extract from smie-indent-calculate.
3597         (smie-indent-functions): New var.
3598         (smie-indent-functions): Use them.
3600 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3603         (smie-indent-calculate): Simplify and cleanup.
3605 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3607         * net/tramp-gvfs.el (top): Require url-util.
3608         (tramp-gvfs-mount-point): Remove.
3609         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3610         New defuns.
3611         (with-tramp-dbus-call-method): Format trace message.
3612         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3613         Implement backup call, when operation on local files fails.
3614         Use progress reporter.  Flush properties of changed files.
3615         (tramp-gvfs-handle-make-directory): Make more traces.
3616         (tramp-gvfs-url-file-name): Hexify file name in url.
3617         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3618         into account for the resulting file name.
3619         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3620         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3621         (tramp-gvfs-handler-mounted-unmounted)
3622         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3623         attribute "default_location".  Set "prefix" property.
3624         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3625         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3626         exists.  Raise an error, if not (due to a corresponding answer
3627         "no" in interactive questions, for example).
3629 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3631         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3633 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3635         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3636         right-*.  (Bug#6265)
3638 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3640         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3641         * vc-git.el (vc-git-compute-remote): New function.
3642         (vc-git-log-outgoing): Use it instead of hard coding a value.
3643         (vc-git-log-incoming): New function.
3645         Improve state updating for VC tag commands.
3646         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3647         to update the state of all buffers in the directory.
3649         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3651 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3654         `file-directory-p' to the filename part rather than to the whole text.
3656 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3658         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3659         (bug#6231).
3661 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3665 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3667         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3669 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3671         * subr.el (momentary-string-display): Just use read-event to read
3672         the exit event (Bug#6238).
3674 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3676         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3678 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3680         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3681         Suggested by Eli Zaretskii <eliz@gnu.org>.
3683 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * minibuffer.el (completion-file-name-table): Don't return a boundary
3686         past the end of `string' (bug#6299).
3687         (completion--file-name-table): Delegate to completion-file-name-table
3688         for the `boundaries' case.
3690 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3692         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3693         movement commands.
3695         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3696         `path-separator', but maintain compatibility with Emacs 20.2.
3698 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3700         * server.el (server-process-filter): Receive parent-id argument
3701         from emacsclient.
3702         (server-create-window-system-frame): New arg.  Pass parent-id as
3703         frame parameter.
3705 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3707         Bidi-sensitive word movement with arrow keys.
3708         * subr.el (right-arrow-command, left-arrow-command): Move to
3709         bindings.el.
3711         * bindings.el (right-char, left-char): Move from subr.el and
3712         rename from right-arrow-command and left-arrow-command.
3713         (right-word, left-word): New functions.
3714         (global-map) <right>: Bind to right-char.
3715         (global-map) <left>: Bind to left-char.
3716         (global-map) <C-right>: Bind to right-word.
3717         (global-map) <C-left>: Bind to left-word.
3719         * ls-lisp.el (ls-lisp-classify-file): New function.
3720         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3721         (ls-lisp-classify): Call ls-lisp-classify-file.
3722         (insert-directory): Remove blanks from switches.
3724 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3726         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3727         (ansi-color-drop-regexp): New constant.
3728         (ansi-color-apply, ansi-color-filter-region)
3729         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3730         (ansi-color-apply): Build string list before calling concat.
3732 2010-05-28  Juri Linkov  <juri@jurta.org>
3734         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3735         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3736         (Bug#5270)
3738 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3740         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3741         to ignored backtrace functions.
3742         (with-progress-reporter): Expand docstring.
3743         (tramp-handle-delete-file): Implement TRASH argument.
3744         (tramp-get-remote-trash): New defun.
3746 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3748         * net/tramp-compat.el (tramp-compat-delete-file): Use
3749         `symbol-value' for backward compatibility.
3751         * net/tramp.el (tramp-handle-make-symbolic-link)
3752         (tramp-handle-load)
3753         (tramp-do-copy-or-rename-file-via-buffer)
3754         (tramp-do-copy-or-rename-file-directly)
3755         (tramp-do-copy-or-rename-file-out-of-band)
3756         (tramp-handle-process-file, tramp-handle-call-process-region)
3757         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3758         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3759         (tramp-delete-temp-file-function): Use `delete-file' instead
3760         of `tramp-compat-delete-file'.
3762         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3763         (tramp-fish-handle-make-symbolic-link)
3764         (tramp-fish-handle-process-file): Use `delete-file' instead
3765         of `tramp-compat-delete-file'.
3767         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3768         `delete-file' instead of `tramp-compat-delete-file'.
3770         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3771         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3772         `tramp-compat-delete-file'.
3774         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3775         `delete-file' instead of `tramp-compat-delete-file'.
3777         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3778         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3779         (tramp-smb-handle-write-region): Use `delete-file' instead of
3780         `tramp-compat-delete-file'.
3781         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3783 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3785         * dired.el (dired-delete-file): New arg TRASH.
3786         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3787         (dired-do-flagged-delete, dired-do-delete): Use trash.
3789         * speedbar.el (speedbar-item-delete): Allow trashing.
3791         * files.el (delete-directory): New arg TRASH.
3793         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3794         (ange-ftp-rename-remote-to-remote)
3795         (ange-ftp-rename-local-to-remote)
3796         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3797         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3798         `delete-file'.
3799         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3800         allow trashing.
3802         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3803         handle new TRASH arg of `delete-file'.
3805         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3806         (tramp-handle-make-symbolic-link, tramp-handle-load)
3807         (tramp-do-copy-or-rename-file-via-buffer)
3808         (tramp-do-copy-or-rename-file-directly)
3809         (tramp-do-copy-or-rename-file-out-of-band)
3810         (tramp-handle-process-file, tramp-handle-call-process-region)
3811         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3812         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3813         (tramp-delete-temp-file-function): Use null TRASH arg in
3814         tramp-compat-delete-file call.
3816         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3817         (tramp-fish-handle-delete-file)
3818         (tramp-fish-handle-make-symbolic-link)
3819         (tramp-fish-handle-process-file): Use null TRASH arg in
3820         `tramp-compat-delete-file' call.
3822         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3823         arg in `tramp-compat-delete-file' call.
3825         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3826         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3827         `tramp-compat-delete-file' call.
3829         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3830         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3831         `tramp-compat-delete-file' call.
3833         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3834         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3835         (tramp-smb-handle-write-region): Use null TRASH arg in
3836         tramp-compat-delete-file call.
3837         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3838         (tramp-smb-handle-delete-file): Rename arg.
3840         * diff.el (diff-sentinel):
3841         * epg.el (epg--make-temp-file, epg-decrypt-string)
3842         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3843         * jka-compr.el (jka-compr-partial-uncompress)
3844         (jka-compr-call-process, jka-compr-write-region):
3845         * server.el (server-sentinel): Remove optional arg from
3846         delete-file, reverting 2010-05-03 change.
3848 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3850         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3851         font-lock-constant-face, not obsolete font-lock-reference-face.
3853 2010-05-27  Kenichi Handa  <handa@m17n.org>
3855         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3856         element of GSTRING is nil.
3858 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * emacs-lisp/smie.el (smie-forward-token-function)
3861         (smie-backward-token-function): New vars.
3862         (smie-backward-sexp, smie-forward-sexp)
3863         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3864         (smie-default-backward-token): Rename from smie-backward-token and
3865         skip comments.
3866         (smie-default-forward-token): Rename from smie-forward-token and
3867         skip comments.
3868         (smie-next-sexp): Handle nil results from next-token.
3869         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3871 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3873         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3874         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3876 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3878         * htmlfontify.el (hfy-face-resolve-face): New function.
3879         (hfy-face-to-style): Use it (Bug#6279).
3881 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3884         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3886 2010-05-26  Glenn Morris  <rgm@gnu.org>
3888         * emulation/edt.el (edt-load-keys): Use locate-library.
3890 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3892         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3893         (log-edit-changelog-entries): Doc fix.
3894         (log-edit-changelog-insert-entries): Args changed.
3895         Rename relative filenames in ChangeLog entries.  Delete tabs.
3896         (log-edit-insert-changelog-entries): Reorganize return value of
3897         `log-edit-changelog-entries' to pass filenames to
3898         log-edit-changelog-insert-entries.
3900 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3902         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3903         `image-dired-dired-insert-marked-thumbs' to
3904         `image-dired-dired-toggle-marked-thumbs'.
3906         * image-dired.el: Require cl when compiling.
3907         (image-dired-dired-toggle-marked-thumbs): Rename from
3908         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
3909         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
3910         to 'no-dir.  Skip files whose names don't match
3911         `image-file-name-regexp'.  When file has a thumbnail overlay,
3912         delete it.  (Bug#5270)
3914 2010-05-25  Juri Linkov  <juri@jurta.org>
3916         * image-mode.el (image-mode): Add image-after-revert-hook to
3917         after-revert-hook.
3918         (image-after-revert-hook): New function.  (Bug#5669)
3920 2010-05-25  Juri Linkov  <juri@jurta.org>
3922         * image.el (image-animated-p): When delay between animated images
3923         is 0, set it to 10 (0.1 sec).  (Bug#6258)
3925 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3927         * net/tramp.el (tramp-handle-insert-directory): Don't use
3928         `forward-word', its default syntax could be changed.
3930 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
3932         * net/tramp.el (tramp-progress-reporter-update): New defun.
3933         (with-progress-reporter): Use it.
3934         (tramp-process-actions):
3935         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
3936         current message, in order to let progress reporter continue
3937         afterwards.  (Bug#6257)
3939 2010-05-25  Glenn Morris  <rgm@gnu.org>
3941         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
3942         Add :version.
3944 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3946         * net/rcirc.el (rcirc-default-user-name): Change to "user".
3947         (rcirc-default-full-name): Change to "unknown".
3948         (rcirc-user-name-history): Add variable.
3950 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3951             Jonathan Rockway  <jon@jrock.us>
3953         * net/rcirc.el (rcirc-server-alist): Add :pass.
3954         (rcirc): When prompting for connection parameters, also prompt for
3955         username and password.
3956         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
3957         value to server when connecting.
3959 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
3962         (smie-merge-prec2s): Pass the tables as separate args.
3963         (smie-bnf-precedence-table): Adjust call accordingly.
3964         (smie-prec2-levels): Set levels at the end.
3966         Replace Lisp calls to delete-backward-char by delete-char.
3967         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
3968         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
3969         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
3970         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
3971         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
3972         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
3973         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
3974         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
3975         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
3976         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
3977         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
3978         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
3979         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
3980         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
3981         delete-backward-char by calls to delete-char.
3983 2010-05-25  Kenichi Handa  <handa@m17n.org>
3985         * language/hebrew.el (hebrew-shape-gstring): New function.
3986         Register it in composition-function-table for all Hebrew combining
3987         characters.
3989 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3991         * epa.el (epa--select-keys): Don't explicitly delete the window since
3992         that can fail (e.g. sole window in frame).  Use dedication instead.
3994 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
3996         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
3998 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4000         * image.el (image-refresh): Define as an alias for image-flush.
4002         * image-mode.el (image-toggle-display-image): Caller changed.
4004 2010-05-21  Juri Linkov  <juri@jurta.org>
4006         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4007         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4008         whitespace, call wildcard-to-regexp on substrings and concat them
4009         with "\\|".  (Bug#6114)
4011 2010-05-21  Alan Mackenzie  <acm@muc.de>
4013         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4014         Replace parameter `here' with `here-' and `here-plus', which sandwich
4015         any pertinent CPP construct.
4016         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4017         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4018         CPP construct from taking part in the scanning.
4020 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4022         * net/tramp.el (tramp-do-copy-or-rename-file)
4023         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4024         Tune `with-progress-reporter' messages.
4025         (tramp-handle-vc-registered):
4026         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4027         (tramp-fish-handle-insert-file-contents)
4028         (tramp-fish-maybe-open-connection):
4029         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4030         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4031         (tramp-imap-handle-insert-file-contents)
4032         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4034 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4036         * add-log.el (change-log-font-lock-keywords):
4037         Highlight all authors in multi-author entries.
4039         * smerge-mode.el (smerge-refine-ignore-whitespace)
4040         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4041         Fix typos in docstrings.
4042         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4044 2010-05-21  Glenn Morris  <rgm@gnu.org>
4046         * progmodes/fortran.el (fortran-mode):
4047         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4049         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4050         having a relative path in src/Makefile.in.
4052 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4054         * help-mode.el (help-make-xrefs): For Info node links turn
4055         newlines into spaces.  Link node names with newlines are matched
4056         by help-xref-info-regexp and buttonized, this change ensures they
4057         can be followed successfully with RET.  (Bug#6206)
4059 2010-05-20  Juri Linkov  <juri@jurta.org>
4061         * locate.el (locate): Use pop-to-buffer instead of
4062         switch-to-buffer-other-window.  (Bug#6204)
4064 2010-05-20  Juri Linkov  <juri@jurta.org>
4066         * replace.el (replace-highlight): Fix lazy-highlighting
4067         for `M-s w str M-% str RET'.
4069 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4071         * isearch.el (isearch-yank-word-or-char): Pull next subword
4072         when `subword-mode' is activated.  (Bug#6220)
4074 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4076         * isearch.el (isearch-update-post-hook): New hook.
4077         (isearch-update): Use the new hook.  (Bug#6225)
4079 2010-05-20  Juri Linkov  <juri@jurta.org>
4081         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4082         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4083         (Bug#6222)
4085 2010-05-20  Juri Linkov  <juri@jurta.org>
4087         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4088         (Bug#6223)
4090 2010-05-20  Juri Linkov  <juri@jurta.org>
4092         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4093         FILE-NAME to read from the minibuffer when called interactively
4094         with prefix argument instead of using buffer-file-name.
4095         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4097         * dired.el: Update autoloads.
4099 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4101         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4102         nxml-finish-element, for consistency with SGML mode.
4104         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4105         octave-close-block.
4107 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4109         * composite.el: Require cl when compiling.
4110         (reference-point-alist, compose-gstring-for-graphic)
4111         (compose-gstring-for-terminal): Fix typos in docstrings.
4113 2010-05-19  Juri Linkov  <juri@jurta.org>
4115         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4116         set-window-parameter.
4118 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4120         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4121         where appropriate.
4122         (tramp-maybe-open-connection): Use it.
4124 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4126         * simple.el (move-end-of-line): Make sure we are at line beginning
4127         before backing up to end of previous line.
4129 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4131         * password-cache.el (password-cache-remove): Fix docstring.
4133         * net/secrets.el: Autoload the widget functions.
4134         (secrets-search-items, secrets-create-item)
4135         (secrets-get-attributes, secrets-expand-item): Attributes will be
4136         stored on the password database without leading ":", as all other
4137         clients do as well.
4138         (secrets-mode): Fix docstring.
4139         (secrets-show-secrets): Provide it as autoloaded command only when
4140         D-Bus support is available.  Check existence of Secret Service API.
4142 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4144         * indent.el (indent-region): Deactivate region (bug#6200).
4146 2010-05-19  Glenn Morris  <rgm@gnu.org>
4148         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4150 2010-05-19  Kenichi Handa  <handa@m17n.org>
4152         * composite.el: Register compose-gstring-for-graphic in
4153         composition-function-table only for combining characters (Mn, Mc, Me).
4155 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4157         * calc/calc-trail.el (calc-trail-isearch-forward)
4158         (calc-trail-isearch-backward): Ensure that the new window
4159         point is set correctly.
4161 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * subr.el (read-quoted-char): Resolve modifiers after key
4164         remapping (bug#6212).
4166 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4168         Add visualization code for secrets.
4169         * net/secrets.el (secrets-mode): New major mode.
4170         (secrets-show-secrets, secrets-show-collections)
4171         (secrets-expand-collection, secrets-expand-item)
4172         (secrets-tree-widget-after-toggle-function)
4173         (secrets-tree-widget-show-password): New defuns.
4175 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4178         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4179         handled in smie-next-sexp.
4180         (smie-indent-calculate): Provide a starting indentation (so the
4181         recursion is well-founded ;-).
4183         Fix handling of non-associative equal levels.
4184         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4185         when it's not needed.
4186         (smie-op-left, smie-op-right): New functions.
4187         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4188         Better handle equal levels to distinguish the associative case from
4189         the "multi-keyword construct" case.
4190         (smie-backward-sexp, smie-forward-sexp): Use it.
4192 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4194         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4196         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4197         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4199 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         Provide a simple generic indentation engine and use it for Prolog.
4202         * emacs-lisp/smie.el: New file.
4203         * progmodes/prolog.el (prolog-smie-op-levels)
4204         (prolog-smie-indent-rules): New var.
4205         (prolog-mode-variables): Use them to configure SMIE.
4206         (prolog-indent-line, prolog-indent-level): Remove.
4208 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4210         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4211         order before computing the averages.
4213 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4215         * calc/calc-vec.el (calc-histogram):
4216         (calcFunc-histogram): Allow vectors as inputs.
4217         (math-vector-avg): New function.
4219         * calc/calc-ext.el (math-group-float): Have the number of digits
4220         being grouped depend on the radix (Bug#6189).
4222 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4224         * version.el (emacs-copyright, emacs-version): Don't define here,
4225         now that emacs.c defines it.
4227 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4229         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4230         "Describe Language Environment" menu item.
4232         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4234         Bidi-sensitive movement with arrow keys.
4235         * subr.el (right-arrow-command, left-arrow-command): New functions.
4237         * bindings.el (global-map): Bind them to right and left arrow keys.
4239         Don't override standard definition of convert-standard-filename.
4240         * files.el (convert-standard-filename): Call
4241         w32-convert-standard-filename and dos-convert-standard-filename on
4242         the corresponding systems.
4244         * w32-fns.el (w32-convert-standard-filename): Rename from
4245         convert-standard-filename.  Doc fix.
4247         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4248         (convert-standard-filename): Don't defalias.
4249         (register-name-alist, make-register, register-value)
4250         (set-register-value, intdos): Obsolete aliases for the
4251         corresponding dos-* functions and variables.
4252         (dos-intdos): Add a doc string.
4254 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4256         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4257         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4258         (math-compose-tex-func):
4259         * calc/calccomp.el (math-compose-expr):
4260         * calc/calc-ext.el (math-format-flat-expr-fancy):
4261         * calc/calc-store.el (calc-read-var-name):
4262         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4264         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4265         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4266         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4267         (math-standard-units): Add units.
4269 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4271         * progmodes/asm-mode.el (asm-mode):
4272         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4274         * pcomplete.el (pcomplete-completions-at-point): New function,
4275         extracted from pcomplete-std-complete.
4276         (pcomplete-std-complete): Use it.
4278 2010-05-15  Glenn Morris  <rgm@gnu.org>
4280         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4281         Remove references to CVS, RCS and Old directories.
4283 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4285         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4286         appropriate.
4288 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4290         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4291         (sh-mode-syntax-table): Give it a default value instead.
4292         (sh-header-marker): Make buffer-local.
4293         (sh-mode): Move make-local-variable to the corresponding setq.
4294         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4295         Use complete-with-action.
4297         * simple.el (prog-mode): New (abstract) major mode.
4298         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4299         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4301 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4303         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4304         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4305         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4306         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4307         (sql-escape-newlines-filter, sql-input-sender)
4308         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4310 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4312         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4314         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4315         latex-open-block and C-c / to latex-close-block.
4317         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4318         and C-c C-e to sgml-close-tag.
4320 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4322         * net/tramp.el (with-progress-reporter): Create reporter object
4323         only when the message would be displayed.  Handle nested calls.
4324         (tramp-handle-load, tramp-handle-file-local-copy)
4325         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4326         (tramp-maybe-send-script, tramp-find-shell):
4327         Use `with-progress-reporter'.
4328         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4329         Fix message text.
4331         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4332         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4333         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4334         Use `with-progress-reporter'.
4336 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4338         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4339         process everytime when spellchecking from the minibuffer (bug#6143).
4341 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4345         * dos-fns.el: Add "dos-" prefix for namespace control.
4346         (convert-standard-filename): Define as alias for
4347         dos-convert-standard-filename but only if applicable.
4349 2010-05-12  Alan Mackenzie  <acm@muc.de>
4351         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4352         Push the mark at the start of these functions when appropriate.
4354 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * minibuffer.el (completion-cycle-threshold): New custom var.
4357         (completion--do-completion): Use it.
4358         (minibuffer-complete): Use cycling if appropriate.
4360 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4362         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4363         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4365 2010-05-11  Juri Linkov  <juri@jurta.org>
4367         * scroll-all.el (scroll-all-check-to-scroll):
4368         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4370 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * iimage.el (iimage-mode-map): Move initialization into declaration.
4373         (iimage-mode-buffer): Use with-silent-modifications.
4374         Simplify calling convention.  Adjust callers.
4375         (iimage-mode): Don't run hook redundantly.
4377         * minibuffer.el (completion-pcm--pattern->regex):
4378         Fix last change (bug#6160).
4380 2010-05-10  Juri Linkov  <juri@jurta.org>
4382         Remove nodes visited during Isearch from the Info history.
4383         * info.el (Info-isearch-initial-history)
4384         (Info-isearch-initial-history-list): New variables.
4385         (Info-isearch-start): Record initial values of
4386         Info-isearch-initial-history and Info-isearch-initial-history-list.
4387         Add Info-isearch-end to isearch-mode-end-hook.
4388         (Info-isearch-end): New function.
4390 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4392         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4393         format string, in order to work around a bug in pdksh.
4394         Reported by Gilles Pion <gpion@lfdj.com>.
4395         (tramp-handle-verify-visited-file-modtime): Do not send a command
4396         when the connection is not established.
4397         (tramp-handle-set-file-times): Simplify the check for utc.
4399 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4401         Fix use of `filter-buffer-substring' (rework previous change).
4402         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4403         (cua-repeat-replace-region):
4404         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4405         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4406         (cua-cut-region-to-global-mark): Use it.
4408 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4410         * progmodes/sql.el: Version 2.1.
4411         (sql-product-alist): Redesign structure of product info.
4412         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4413         (sql-port, sql-port-history): New variables.
4414         (sql-interactive-product): New variable.
4415         (sql-send-terminator): New variable.
4416         (sql-imenu-generic-expression): Add "Types" imenu entry.
4417         (sql-oracle-login-params, sql-sqlite-login-params)
4418         (sql-mysql-login-params, sql-solid-login-params)
4419         (sql-sybase-login-params, sql-informix-login-params)
4420         (sql-ingres-login-params, sql-ms-login-params)
4421         (sql-postgres-login-params, sql-interbase-login-params)
4422         (sql-db2-login-params, sql-linter-login-params)
4423         (sql-oracle-scan-on): New variables.
4424         (sql-mode-map): Add C-c C-i to start interactive mode.
4425         (sql-mode-menu): Update existing menu entries.
4426         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4427         (sql-mode-oracle-font-lock-keywords)
4428         (sql-mode-postgres-font-lock-keywords)
4429         (sql-mode-ms-font-lock-keywords)
4430         (sql-mode-sybase-font-lock-keywords)
4431         (sql-mode-informix-font-lock-keywords)
4432         (sql-mode-interbase-font-lock-keywords)
4433         (sql-mode-ingres-font-lock-keywords)
4434         (sql-mode-solid-font-lock-keywords)
4435         (sql-mode-mysql-font-lock-keywords)
4436         (sql-mode-sqlite-font-lock-keywords)
4437         (sql-mode-db2-font-lock-keywords)
4438         (sql-mode-linter-font-lock-keywords): Update initialization to
4439         reduce run-time complexity.
4440         (sql-add-product, sql-del-product): New functions.
4441         (sql-set-product-feature, sql-get-product-feature): New functions.
4442         (sql-product-font-lock): Update product API.
4443         (sql-add-product-keywords): New function.
4444         (sql-highlight-product): Update product API.
4445         (sql-help-list-products): New function.
4446         (sql-help): Dynamically lists free and non-free products.
4447         (sql-get-login): Correct bug in handling history and added
4448         prompt for port.
4449         (sql-copy-column): Copy without properties.
4450         (sqli-input-sender): Apply filters to SQLi input.
4451         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4452         Implement as a filter.
4453         (sql-escape-newlines-filter): Implement as a filter.
4454         (sql-remove-tabs-filter): New function.
4455         (sql-send-magic-terminator): New function.
4456         (sql-send-string): Implement magic terminator.
4457         (sql-send-region): Use `sql-send-string'.
4458         (sql-interactive-mode): Use product API.
4459         (sql-product-interactive): Use product API.
4460         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4461         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4462         (sql-db2, sql-linter): Use `sql-product-interactive'.
4463         (sql-connect): New function.
4464         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4465         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4466         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4467         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4468         Use `sql-connect'.
4470 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4473         New custom variable.
4474         (completion-pcm--string->pattern): Use it.
4475         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4476         Make it handle any symbol as `any'.
4477         (completion-pcm--merge-completions): Extract common suffix for the new
4478         `prefix' symbol as well.
4479         (completion-substring--all-completions): Use the new `prefix' symbol.
4481 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4483         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4484         not bound.
4485         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4486         (tramp-compat-funcall): New defmacro.
4487         (tramp-compat-line-beginning-position)
4488         (tramp-compat-line-end-position)
4489         (tramp-compat-temporary-file-directory)
4490         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4491         (tramp-compat-copy-file, tramp-compat-copy-directory)
4492         (tramp-compat-delete-file, tramp-compat-delete-directory)
4493         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4494         * net/tramp.el (top, with-progress-reporter)
4495         (tramp-rfn-eshadow-setup-minibuffer)
4496         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4497         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4498         (tramp-completion-mode-p, tramp-check-for-regexp)
4499         (tramp-open-connection-setup-interactive-shell)
4500         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4501         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4502         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4503         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4504         (tramp-reporter-dump-variable, tramp-load-report-modules)
4505         (tramp-append-tramp-buffers)
4506         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4508         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4510 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4512         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4513         buffer-modtime.  Adjust users.
4515 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4517         * international/mule.el (auto-coding-alist): Only purecopy
4518         car of each item, not the whole list (Bug#6083).
4520 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4522         * progmodes/js.el (js-mode): Make paragraph variables local before
4523         calling c-setup-paragraph-variables (Bug#6071).
4525 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4527         * composite.el (compose-region, reference-point-alist): Fix typos
4528         in the doc strings.
4530 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4532         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4533         gnuplot's "set" command.
4535 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4537         * abbrev.el (last-abbrev-text): Doc fix.
4538         (abbrev-prefix-mark): Don't escape parenthesis.
4540 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4542         * composite.el (find-composition): Doc fix.
4544 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4546         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4547         (sql-oracle-program, sql-sqlite-options)
4548         (sql-query-placeholders-and-send): Doc fixes.
4549         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4550         (sql-imenu-generic-expression, sql-buffer)
4551         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4552         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4553         (sql-mode-sybase-font-lock-keywords)
4554         (sql-mode-informix-font-lock-keywords)
4555         (sql-mode-interbase-font-lock-keywords)
4556         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4557         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4558         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4559         (sql-product-feature, sql-highlight-product)
4560         (comint-line-beginning-position, sql-rename-buffer)
4561         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4562         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4563         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4564         Fix typos in docstrings.
4566 2010-05-08  Juri Linkov  <juri@jurta.org>
4568         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4569         property instead of `invisible' and `after-string' (bug#5998).
4571 2010-05-08  Juri Linkov  <juri@jurta.org>
4573         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4575 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4577         * filecache.el (file-cache-add-directory-list)
4578         (file-cache-add-directory-recursively): Fix typos in docstrings.
4580 2010-05-08  Kenichi Handa  <handa@m17n.org>
4582         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4583         (gujarati-composable-pattern): Fix typo.
4585 2010-05-08  Kenichi Handa  <handa@m17n.org>
4587         * language/indian.el (oriya-composable-pattern)
4588         (tamil-composable-pattern, malayalam-composable-pattern):
4589         Add two-part vowels to "v" (vowel sign).
4591 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4593         * files.el (copy-directory): Handle symlinks (Bug#5982).
4595 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4597         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4598         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4599         (Bug#5846).
4601 2010-05-08  Glenn Morris  <rgm@gnu.org>
4603         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4605         * minibuffer.el (completion-at-point): Doc fix.
4607 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4609         * electric.el (Electric-command-loop): Minor tweak.
4611         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4612         better with dedicated windows.
4614 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4616         * Version 23.2 released.
4618 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4619             Stefan Monnier  <monnier@iro.umontreal.ca>
4621         Highlight vendor specific properties.
4622         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4623         (css-proprietary-property): New face.
4624         (css-font-lock-keywords): Use them.
4626 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4628         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4630 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4633         * files.el (auto-mode-alist): Remove redundant entries.
4635         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4636         * simple.el (auto-save-mode): Move from files.el.
4637         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4639 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4641         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4643 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4645         * mail/binhex.el (binhex-decode-region-internal)
4646         * mail/uudecode.el (uudecode-decode-region-internal)
4647         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4648         (dns-read-type, dns-query)
4649         * pgg-parse.el (pgg-parse-armor)
4650         * pgg.el (pgg-verify-region)
4651         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4652         XEmacs.
4654         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4656 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4658         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4660         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4661         * emulation/cua-base.el (cua-repeat-replace-region):
4662         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4663         (cua-cut-region-to-global-mark):
4664         Remove text properties with `set-text-properties'.
4666 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4668         * net/tramp.el (top, with-progress-reporter):
4669         Use `symbol-function' inside `funcall'.
4671         * net/tramp-compat.el (tramp-compat-file-attributes)
4672         (tramp-compat-delete-file, tramp-compat-delete-directory):
4673         Handle only `wrong-number-of-arguments' error.
4675         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4676         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4677         inside `funcall'.
4679 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * minibuffer.el (completion--sreverse, completion--common-suffix):
4682         New functions.
4683         (completion-pcm--merge-completions): Extract common suffix when safe.
4685         * emacs-lisp/easy-mmode.el (define-minor-mode):
4686         Make :variable more flexible.
4687         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4689 2010-05-05  Juri Linkov  <juri@jurta.org>
4691         Add `slow' and `history' tags to the desktop data.
4693         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4694         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4695         (Info-finder-find-node): Require `finder.el' to be able
4696         to restore node from the desktop.
4697         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4698         data `Info-history' and `slow' tag in the assoc list.
4699         (Info-restore-desktop-buffer): Don't restore nodes with the
4700         `slow' tag.  Restore `Info-history'.
4702 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4704         Add FORCE argument to `delete-file'.
4706         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4707         forcing to delete the temporary file.
4708         (ange-ftp-delete-file): Add FORCE arg.
4709         (ange-ftp-rename-remote-to-remote)
4710         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4711         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4712         Force file deletion.
4714         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4716         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4717         (tramp-handle-make-symbolic-link, tramp-handle-load)
4718         (tramp-do-copy-or-rename-file-via-buffer)
4719         (tramp-do-copy-or-rename-file-directly)
4720         (tramp-do-copy-or-rename-file-out-of-band)
4721         (tramp-handle-process-file, tramp-handle-call-process-region)
4722         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4723         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4724         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4726         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4727         (tramp-fish-handle-make-symbolic-link)
4728         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4730         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4731         Use `tramp-compat-delete-file'.
4733         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4734         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4736         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4737         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4739         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4740         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4741         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4742         `tramp-compat-delete-file'.
4744 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         Minor cleanups.
4747         * subr.el (add-minor-mode): Use push.
4748         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4749         * emulation/edt.el (edt-select-mode): Simplify.
4751         Use define-minor-mode in more cases.
4752         * term/tvi970.el (tvi970-set-keypad-mode):
4753         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4754         (normal-erase-is-backspace-mode):
4755         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4756         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4757         (get-scroll-bar-mode): New function.
4758         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4760         Use define-minor-mode for less obvious cases.
4761         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4762         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4763         * international/iso-ascii.el (iso-ascii-mode):
4764         * frame.el (auto-raise-mode, auto-lower-mode):
4765         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4767 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4769         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4770         in order to see error messages for failed logins.
4772 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4774         * diff.el (diff-sentinel):
4776         * epg.el (epg--make-temp-file, epg-decrypt-string)
4777         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4779         * jka-compr.el (jka-compr-partial-uncompress)
4780         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4782         * server.el (server-sentinel): Use delete-file's new FORCE arg
4783         (Bug#6070).
4785 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         Use define-minor-mode where applicable.
4788         * view.el (view-mode):
4789         * type-break.el (type-break-query-mode)
4790         (type-break-mode-line-message-mode):
4791         * textmodes/reftex.el (reftex-mode):
4792         * term/vt100.el (vt100-wide-mode):
4793         * tar-mode.el (tar-subfile-mode):
4794         * savehist.el (savehist-mode):
4795         * ibuf-ext.el (ibuffer-auto-mode):
4796         * composite.el (auto-composition-mode):
4797         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4798         Use define-minor-mode.
4799         (vhdl-mode): Use static mode-line format.
4800         (vhdl-mode-line-update): Delete.
4801         (vhdl-create-mode-menu, vhdl-activate-customizations)
4802         (vhdl-hs-minor-mode): Don't bother calling it.
4804 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4806         * simple.el (with-wrapper-hook): Move.
4807         (buffer-substring-filters): Mark obsolete.
4808         (filter-buffer-substring-functions): New variable.
4809         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4811         Use a mode-line spec rather than a static string in Semantic.
4812         * cedet/semantic/util-modes.el:
4813         (semantic-minor-modes-format): New var to replace...
4814         (semantic-minor-modes-status): Remove.
4815         (semantic-mode-line-update): Construct a mode-line spec rather than
4816         a static string so that mouse buttons can be used on individual minor
4817         modes and so that semantic-mode-line-update only needs to be called
4818         when global settings are changed.
4819         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4820         Call semantic-mode-line-update.
4821         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4822         minor-mode-alist, check semantic-minor-mode-alist as well.
4823         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4824         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4825         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4826         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4827         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4828         (define-semantic-idle-service, semantic-idle-summary-mode):
4829         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4830         Don't call semantic-mode-line-update any more.
4832 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         Use define-minor-mode in CEDET where applicable.
4836         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4837         Use define-minor-mode.
4839         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4840         Remove unused arg `keymap' and code redundant with define-minor-mode.
4841         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4842         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4843         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4844         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4845         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4846         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4847         Use define-minor-mode.
4848         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4849         (semantic-show-unmatched-syntax-mode-setup)
4850         (semantic-show-parser-state-mode-setup)
4851         (semantic-highlight-func-mode-setup): Inline into sole caller.
4853         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4854         (semantic-mru-bookmark-mode): Use define-minor-mode.
4855         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4857         * cedet/semantic/idle.el (define-semantic-idle-service):
4858         Use define-minor-mode and inline setup function into its sole caller.
4859         (semantic-idle-scheduler-mode-setup)
4860         (semantic-idle-summary-mode-setup): Inline into sole caller.
4861         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4862         Use define-minor-mode.
4864         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4865         (semantic-decoration-mode): Use define-minor-mode.
4866         (semantic-decoration-mode-setup): Inline into sole caller.
4868         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4869         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4870         (ede-dired-add-to-target): Use dolist.
4872 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4873             Michael Albinus  <michael.albinus@gmx.de>
4875         Implement compression for inline methods.
4877         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4878         (tramp-copy-size-limit): Allow also nil.
4879         (tramp-inline-compress-commands): New defconst.
4880         (tramp-find-inline-compress, tramp-get-inline-compress)
4881         (tramp-get-inline-coding): New defuns.
4882         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4883         replaced by `tramp-get-inline-coding'.
4884         (tramp-handle-file-local-copy, tramp-handle-write-region)
4885         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4887 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4890         Remove unused functions.
4892         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4893         Set find-tag-default-function as a variable rather than a property.
4895         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4896         * progmodes/etags.el (tags-completion-at-point-function):
4897         Remove left over interactive spec.  Add autoloading stub.
4898         (complete-tag): Use tags-completion-at-point-function.
4900 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
4902         * minibuffer.el (tags-completion-at-point-function): Fix return value.
4904 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4906         * ido.el (ido-init-completion-maps): Remove C-v binding.
4907         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4909 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4911         * minibuffer.el (tags-completion-at-point-function): New function.
4912         (completion-at-point-functions): Use it.
4914         * cedet/semantic.el (semantic-completion-at-point-function):
4915         New function.
4916         (semantic-mode): Use semantic-completion-at-point-function for
4917         completion-at-point-functions instead.
4919         * progmodes/etags.el (complete-tag): Revert last change.
4921 2010-04-29  Alan Mackenzie  <acm@muc.de>
4923         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4924         off-by-one error (in end of macro position).
4926 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4928         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
4929         firefox is absent.  Don't autoload.
4930         (browse-url-galeon-program): Don't autoload.
4932 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4934         * bindings.el (complete-symbol): Move into minibuffer.el.
4936         * minibuffer.el (complete-tag): Move from etags.el.  If tags
4937         completion cannot be performed, return nil instead of signalling
4938         an error.
4939         (completion-at-point): Make it an alias for complete-symbol.
4940         (complete-symbol): Move from bindings.el, and replace with the
4941         body of completion-at-point.
4943         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
4945         * cedet/semantic.el (semantic-mode): When enabled, add
4946         semantic-ia-complete-symbol to completion-at-point-functions.
4948         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
4949         if Semantic is not active.
4951 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
4953         * net/tramp.el (tramp-remote-selinux-p): New defun.
4954         (tramp-handle-file-selinux-context)
4955         (tramp-handle-set-file-selinux-context): Use it.
4957 2010-04-28  Sam Steingold  <sds@gnu.org>
4959         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4960         `safe-local-variable' if the value is a string or a symbol with
4961         the property `bug-reference-url-format'.
4963 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4965         * progmodes/bug-reference.el (bug-reference-url-format):
4966         Revert 2010-04-27 change due to security risk.
4968 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4970         Make it possible to locally disable a globally enabled mode.
4971         * simple.el (fundamental-mode): Run fundamental-mode-hook.
4972         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
4973         rather than kill-all-local-variables so it runs fundamental-mode-hook.
4974         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4975         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
4976         that subsequent hooks get a chance to disable it.
4978 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4980         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4981         Avoid re-enabling a minor mode after the user turned the minor mode
4982         off if MODE-enable-in-buffers is run twice (typically once from
4983         fundamental-mode's after-change-major-mode-hook and a second time from
4984         run-mode-hook's own after-change-major-mode-hook).
4986         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
4988 2010-04-27  Sam Steingold  <sds@gnu.org>
4990         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4991         `safe-local-variable' if the value is a string or a function, as
4992         documented and implemented on 2010-04-02.
4994 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
4996         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
4997         when method is 'kill.
4999 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5001         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5002         condition in default directory check.
5003         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5004         Kill ispell process when killing its associated buffer.
5006 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5008         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5009         but we aren't using it.
5011 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5013         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5014         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5016 2010-04-24  Glenn Morris  <rgm@gnu.org>
5018         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5019         Ignore VCS-ignore files, and deleted nextstep preferences files.
5020         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5021         (authors-ambiguous-files): New list.
5022         (authors-valid-file-names): Add some deleted files.
5023         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5024         (authors-disambiguate-file-name): New function.  (Bug#5501)
5025         (authors-canonical-file-name): Doc fix.
5026         Don't warn about obsolete files.
5027         (authors-canonical-file-name, authors-scan-el):
5028         Use authors-disambiguate-file-name.
5030         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5031         Add autoload cookies.
5032         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5033         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5034         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5035         They have definitions / compiler macros in cl.el.
5036         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5037         Replace manual autoloads with generated ones.
5038         (htmlfontify-unload-rgb-file): Remove autoload.
5039         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5041 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5043         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5044         (byte-compile-setq-default): Optimize for the
5045         single-var case and don't call byte-compile-form in this case to avoid
5046         inf-loop with byte-compile-set-default.
5048         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5050 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5052         Implement SELINUX backends.
5054         * net/tramp.el (tramp-file-name-handler-alist):
5055         Add `file-selinux-context' and `set-file-selinux-context'.
5056         (tramp-handle-file-selinux-context)
5057         (tramp-handle-set-file-selinux-context): New defuns.
5058         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5059         Handle PRESERVE-SELINUX-CONTEXT.
5061         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5062         Add `file-selinux-context' and `set-file-selinux-context'.
5063         (tramp-gvfs-handle-file-selinux-context)
5064         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5065         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5067         * net/ange-ftp.el (ange-ftp-copy-file):
5068         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5069         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5070         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5071         Add PRESERVE-SELINUX-CONTEXT.
5073 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5075         Synchronize with Tramp repository.
5077         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5078         (tramp-action-process-alive, tramp-action-out-of-band)
5079         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5080         (tramp-exists-file-name-handler): Fix docstring.
5081         (with-progress-reporter): New defmacro.
5082         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5083         (tramp-maybe-open-connection): Use it.
5085 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5087         Detect ssh 'ControlMaster' argument automatically in some cases.
5089         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5090         (tramp-default-method): Use it.
5092 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5094         * net/tramp.el (tramp-handle-copy-file): Add new optional
5095         parameter `preserve-selinux-context'.
5096         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5098 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5100         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5101         Ensure, that non remote files are still checked.  Oops.
5103 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5105         Fix Bug#5840.
5107         * icomplete.el (icomplete-completions): Use `non-essential'.
5109         * net/tramp.el (tramp-connectable-p): New defun.
5110         (tramp-handle-expand-file-name)
5111         (tramp-completion-handle-file-name-all-completions)
5112         (tramp-completion-handle-file-name-completion): Use it.
5114 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5118 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5120         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5122         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5124         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5125         is present.
5127         * info.el (info-tool-bar-map): Add labels.
5129         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5131         * cus-edit.el (custom-commands): Add labels for tool bar.
5132         (custom-buffer-create-internal, Custom-mode): Adjust for
5133         labels in custom-commands.
5135         * dynamic-setting.el: Renamed from font-setting.el.
5137 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5139         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5140         toggles the use of virtual buffers.
5141         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5142         (ido-toggle-virtual-buffers): New function.
5144 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5146         Use `define-derived-mode'; fix window selection; doc fixes.
5147         * play/tetris.el (tetris, tetris-update-speed-function)
5148         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5149         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5150         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5151         (tetris-pause-game): Fix typos in docstrings.
5152         (tetris-mode-map, tetris-null-map):
5153         Move initialization into declaration.
5154         (tetris-mode): Define with `define-derived-mode';
5155         set show-trailing-whitespace to nil.
5156         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5158 2010-04-21  Karel Klíč  <kklic@redhat.com>
5160         * files.el (backup-buffer): Handle SELinux context, and return it
5161         if a backup was made by renaming.
5162         (backup-buffer-copy): Set SELinux context to the target file.
5163         (basic-save-buffer): Set SELinux context of the newly written file.
5164         (basic-save-buffer-1): Now it also returns any SELinux context.
5165         (basic-save-buffer-2): Set SELinux context of the newly created file,
5166         and return it.
5167         * net/tramp.el (tramp-file-name-for-operation):
5168         Add file-selinux-context.
5170 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5172         Make the log-edit comments use RFC822 format throughout.
5174         * vc.el (vc-checkin, vc-modify-change-comment):
5175         Adjust to new vc-start/finish-logentry.
5176         (vc-find-conflicted-file): New command.
5177         (vc-transfer-file): Adjust to new vc-checkin.
5178         (vc-next-action): Improve scoping.
5180         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5181         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5183         * vc-git.el (vc-git-log-edit-mode): Remove.
5184         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5185         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5187         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5188         (vc-start-logentry): Remove argument `extra'.
5189         (vc-finish-logentry): Remove extra args.
5191         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5192         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5193         (vc-bzr-conflicted-files): New function.
5195         * log-edit.el (log-edit-extra-flags)
5196         (log-edit-before-checkin-process): Remove.
5197         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5198         (log-edit-headers-alist): New var.
5199         (log-edit-header-contents-regexp): New const.
5200         (log-edit-match-to-eoh): New function.
5201         (log-edit-font-lock-keywords): Use them.
5202         (log-edit): Insert a "Summary:" header as default.
5203         (log-edit-mode): Mark font-lock rules as case-insensitive.
5204         (log-edit-done): Cleanup headers.
5205         (log-view-process-buffer): Remove.
5206         (log-edit-extract-headers): New function to replace it.
5208 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5210         * subr.el (default-direction-reversed): Remove obsolescence info.
5212 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5215         windows/frames.
5217         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5218         I.e. include text after point in the completion region.
5219         Also, return nil when we're not after/in a symbol.
5221         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5222         default enable-multibyte-characters.
5224 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * international/mule.el: Help the user choose a valid coding-system.
5227         (read-buffer-file-coding-system): New function.
5228         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5229         coding-system cannot encode all the chars.
5231         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5232         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5233         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5234         Don't use *vc-bzr-shelve*.
5236 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5238         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
5239         Don't destroy list before using it.
5241 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5243         Fix the version number for added files.
5244         * vc-hg.el (vc-hg-working-revision): Check if the file is
5245         registered after hg parent fails (Bug#5961).
5247 2010-04-19  Glenn Morris  <rgm@gnu.org>
5249         * htmlfontify.el (htmlfontify-buffer)
5250         (htmlfontify-copy-and-link-dir): Autoload entry points.
5252 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5254         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5255         name relative to the project root (Bug#5960).
5257 2010-04-19  Glenn Morris  <rgm@gnu.org>
5259         * vc-git.el (vc-git-print-log): Doc fix.
5261 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5263         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5265 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5267         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5268         default settings (Bug#5928).
5270 2010-04-19  Glenn Morris  <rgm@gnu.org>
5272         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5273         New function.
5274         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5276 2010-04-19  Kenichi Handa  <handa@m17n.org>
5278         * language/indian.el (malayalam-composable-pattern): Fix previous
5279         change (add U+0D4D "SIGN VIRAMA").
5280         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5281         (tamil-composable-pattern): Fix typo in the regexp.
5282         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5283         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5284         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5286 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5288         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5289         paragraph-separate (Bug#5821).
5291 2010-04-19  Juri Linkov  <juri@jurta.org>
5293         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5295         * info.el (Info-find-node-2): Comment out code that skips
5296         breadcrumbs line.
5297         (Info-mouse-follow-link): New command.
5298         (Info-link-keymap): New keymap.
5299         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5300         Return a string with links instead of inserting breadcrumbs
5301         to the Info buffer.
5302         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5303         Instead of putting the `invisible' text property over the Info
5304         header, make an overlay over the Info header with the `invisible'
5305         property and `after-string' set to the string returned by
5306         `Info-breadcrumbs'.
5308 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5310         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5311         Reported by monkey@sandpframing.com.
5313 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5315         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5316         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5317         available in the "keyseq cache" any more.
5319         * custom.el (defcustom): Add edebug spec.
5321 2010-04-18  Juri Linkov  <juri@jurta.org>
5323         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5325         * view.el (view-file, view-buffer): Move test for special mode-class
5326         from view-file to view-buffer.
5328         * tar-mode.el (tar-extract): Turn if's into one cond
5329         like in arc-mode.el.
5331 2010-04-18  Juri Linkov  <juri@jurta.org>
5333         Add 7z archive format support (bug#5475).
5335         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5336         (archive-7z-extract): New defcustom.
5337         (archive-find-type): Add magic string for 7z.
5338         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5339         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5340         `buffer' arg of `call-process'.
5341         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5342         call the function `archive-7z-extract' with the variable
5343         `archive-7z-extract' let-bound to `archive-zip-extract'.
5344         (archive-7z-summarize, archive-7z-extract): New functions.
5346         * international/mule.el (auto-coding-alist):
5347         * files.el (auto-mode-alist): Add 7z file extension.
5349 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         * loadup.el: Setup hash-cons for pure data.
5353         Fix duplicate entries in cedet's loaddefs.el files.
5354         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5355         Should make most file-local generated-autoload-file unnecessary.
5356         (print-readably): Silence warnings.
5357         (autoload-find-destination): Take load-name as an arg to make sure
5358         it's the same as the one that will be in the file.
5359         (autoload-generate-file-autoloads): Adjust to above changes.
5360         Try to make the dataflow a bit simpler.
5362         * cvs-status.el (cvs-refontify): Remove unused.
5364 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5366         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5368         * calc-bin.el (calc-radix): Have the "O" option turn on
5369         twos-complement mode.
5371 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5373         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
5374         Add `calc-option-prefix-help' to calc-help autoloads.
5375         (calc-inverse): Add "Option" to message, as appropriate.
5376         (calc-hyperbolic): Add "Option" to message, as appropriate.
5377         (calc-option, calc-is-option): New functions.
5379         * calc-help.el (calc-full-help): Add `calc-option-help'.
5380         (calc-option-prefix-help): New function.
5382         * calc-misc.el (calc-help): Add "Option" entry.
5384         * calc.el (calc-local-var-list): Add `calc-option-flag'.
5385         (calc-option-flag): New variable.
5386         (calc-do): Set `calc-option-flag to nil.
5387         (calc-set-mode-line): Add "Opt " as appropriate.
5389 2010-04-16  Juri Linkov  <juri@jurta.org>
5391         Move scrolling commands from simple.el to window.el
5392         because their primitives are implemented in window.c.
5394         * simple.el (scroll-error-top-bottom)
5395         (scroll-up-command, scroll-down-command, scroll-up-line)
5396         (scroll-down-line, scroll-other-window-down)
5397         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5398         * window.el (scroll-error-top-bottom)
5399         (scroll-up-command, scroll-down-command, scroll-up-line)
5400         (scroll-down-line, scroll-other-window-down)
5401         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5402         Move from simple.el to window.el because their primitives are
5403         implemented in window.c.
5405 2010-04-16  Juri Linkov  <juri@jurta.org>
5407         * isearch.el (isearch-lookup-scroll-key): Check both
5408         `isearch-scroll' and `scroll-command' properties.
5409         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5411         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5413         * simple.el (scroll-up-command, scroll-down-command)
5414         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5416 2010-04-15  Juri Linkov  <juri@jurta.org>
5418         * simple.el (scroll-up-command, scroll-down-command)
5419         (scroll-up-line, scroll-down-line): Put `scroll-command'
5420         property on the these symbols.  Remove them from
5421         `scroll-preserve-screen-position-commands'.
5423         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5424         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5425         Remove it from `scroll-preserve-screen-position-commands'.
5427         * isearch.el (isearch-allow-scroll): Doc fix.
5429 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5431         * net/tramp.el (tramp-error-with-buffer): Don't show the
5432         connection buffer when we are in completion mode.
5433         (tramp-file-name-handler): Catch the error for some operations
5434         when we are in completion mode.  This gives the user the chance to
5435         correct the file name in the minibuffer.
5437 2010-04-15  Glenn Morris  <rgm@gnu.org>
5439         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5441 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5443         Simplify by using `define-derived-mode'.
5444         * info.el (Info-mode):
5445         * calendar/todo-mode.el (todo-mode):
5446         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5447         (gomoku-mode-map): Move initialization into declaration.
5449 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5451         Fix Bug#5840.
5452         * ido.el (ido-file-name-all-completions-1):
5453         * minibuffer.el (minibuffer-completion-help):
5454         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5456 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5458         * simple.el (non-essential): New var.
5460         Add a new field `location' to bookmarks for non-file bookmarks.
5461         * bookmark.el (bookmark-location): Use the new field, if present.
5462         (bookmark-insert-location): Undo last change, not needed any more.
5463         * man.el (Man-bookmark-make-record):
5464         * woman.el (woman-bookmark-make-record): Add `location' field.
5466 2010-04-14  Juri Linkov  <juri@jurta.org>
5468         * simple.el (scroll-error-top-bottom): New defcustom.
5469         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5471         * emulation/pc-select.el (pc-select-override-scroll-error):
5472         Obsolete in favor of `scroll-error-top-bottom'.
5474 2010-04-14  Juri Linkov  <juri@jurta.org>
5476         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5477         `scroll-up-command' and `M-v' to `scroll-down-command'.
5479         * emulation/cua-rect.el (cua--init-rectangles):
5480         * forms.el (forms--change-commands):
5481         * image-mode.el (image-mode-map):
5482         Remap scroll-down-command and scroll-up-command
5483         in addition to scroll-down and scroll-up.
5485 2010-04-14  Juri Linkov  <juri@jurta.org>
5487         * mwheel.el (scroll-preserve-screen-position-commands):
5488         Add mwheel-scroll to this list of commands.
5490         * simple.el (scroll-preserve-screen-position-commands):
5491         Add scroll-up-command, scroll-down-command, scroll-up-line,
5492         scroll-down-line to this list of commands.
5494 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5496         * obsolete/complete.el: Move from lisp/complete.el.
5498         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5500         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5501         to the minor mode function now turns the mode ON unconditionally.
5503 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5505         * vc-dir.el (vc-dir-kill-line): New command.
5506         (vc-dir-mode-map): Bind it to C-k.
5508         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5510         * woman.el: Add bookmark declarations to silence the compiler.
5511         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5512         step to compatibility between man and woman bookmarks.
5513         Adjust for Man-default-bookmark-title renaming.
5514         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5516         * man.el: Add bookmark declarations to silence the compiler.
5517         (Man-name-local-regexp): Make it match NAME as well.
5518         (Man-getpage-in-background): Return the buffer.
5519         (Man-notify-when-ready): Use `case'.
5520         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5521         Don't hardcode "NAME".  Simplify.
5522         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5523         Rename from Man-bookmark-make-record.
5524         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5525         we have the actual man-args.  Use Man-getpage-in-background rather
5526         than `man' since the arg is already processed.  Let bookmark.el do the
5527         window handling.  Only wait for the relevant process.
5528         Don't forget to autoload.
5530         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5532 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5534         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5535         New functions.
5536         (woman-mode): Setup bookmark support.
5538         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5539         (man-bookmark-jump): New functions.
5540         (Man-mode): Setup bookmark support.
5542 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5544         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5545         recognize ssh-keygen prompt (Bug#2817).
5547 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5549         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5551 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5553         Synchronize with Tramp repository.
5555         * net/tramp.el (tramp-completion-function-alist)
5556         (tramp-file-name-regexp, tramp-chunksize)
5557         (tramp-local-coding-commands, tramp-remote-coding-commands):
5558         Fix docstring.
5559         (tramp-remote-process-environment): Use `format' instead of `concat'.
5560         (tramp-handle-directory-files-and-attributes)
5561         (tramp-get-remote-path): Use `copy-tree'.
5562         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5563         compatibility: Use `completion-ignore-case' if
5564         `read-file-name-completion-ignore-case' does not exist.
5565         (tramp-do-copy-or-rename-file-directly): Do not use
5566         `tramp-handle-file-remote-p'.
5567         (tramp-do-copy-or-rename-file-out-of-band):
5568         Use `tramp-compat-delete-directory'.
5569         (tramp-do-copy-or-rename-file-out-of-band)
5570         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5571         Use `format-spec-make'.
5572         (tramp-find-foreign-file-name-handler)
5573         (tramp-advice-make-auto-save-file-name)
5574         (tramp-set-auto-save-file-modes): Remove superfluous check for
5575         `stringp'.  This is done inside `tramp-tramp-file-p'.
5576         (tramp-debug-outline-regexp): New defconst.
5577         (tramp-get-debug-buffer): Use it.
5578         (tramp-check-for-regexp): Use (forward-line 1).
5579         (tramp-set-auto-save-file-modes): Adapt version check.
5581         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5582         Wrap call of `featurep' for 2nd argument.
5583         (tramp-compat-make-temp-file): Simplify fallback implementation.
5584         (tramp-compat-copy-tree): Remove function.
5585         (tramp-compat-delete-directory): Provide implementation for older
5586         Emacsen.
5588         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5589         Do not use `tramp-fish-handle-file-attributes.
5591         * net/trampver.el: Update release number.
5593 2010-04-10  Glenn Morris  <rgm@gnu.org>
5595         * progmodes/compile.el (compilation-save-buffers-predicate):
5596         Add missing :version tag.
5598 2010-04-09  Sam Steingold  <sds@gnu.org>
5600         * progmodes/compile.el (compilation-save-buffers-predicate):
5601         Remove the "autoload" cookie.
5603         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5604         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5605         and `bug-reference-prog-mode' can be used in hooks directly.
5607 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5609         Add --author support to git commit.
5610         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5611         (vc-git-log-edit-mode): New minor mode.
5612         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5613         New declarations.
5615 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5617         * vc-hooks.el, vc-git.el: Improve documentation comments.
5619 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         Fix some of the problems in defsubst* (bug#5728).
5622         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5623         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5625 2010-04-07  Sam Steingold  <sds@gnu.org>
5627         * progmodes/compile.el (compilation-save-buffers-predicate):
5628         New custom variable.
5629         (compile, recompile): Pass it to `save-some-buffers'.
5631 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5633         * wid-edit.el (widget-choose): Move cursor to the second line of
5634         the buffer (Bug#5695).
5636 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5638         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5639         * vc.el (vc-print-log-setup-buttons): New function split out from
5640         vc-print-log-internal.
5641         (vc-log-internal-common): New function, a parametrized version of
5642         vc-print-log-internal.
5643         (vc-print-log-internal): Just call vc-log-internal-common with the
5644         right arguments.
5645         (vc-incoming-outgoing-internal):
5646         (vc-log-incoming, vc-log-outgoing): New functions.
5647         (vc-log-view-type): New permanent local variable.
5649         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5651         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5652         of the dynamic bound vc-short-log.
5653         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5655         * vc-git.el (vc-git-log-outgoing): New function.
5656         (vc-git-log-view-mode): Use vc-log-view-type instead
5657         of the dynamic bound vc-short-log.
5659         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5660         of the dynamic bound vc-short-log.  Highlight the tag.
5661         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5662         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5663         (vc-hg-incoming-mode): Remove.
5664         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5666 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5668         Fix default-directory for vc-root-diff.
5669         * vc.el (vc-root-diff): Bind default-directory to the root
5670         directory for the diff command.
5672 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5674         * progmodes/verilog-mode.el (verilog-forward-sexp):
5675         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5676         word keywords, suggested by Steve Pearlmutter.
5677         (verilog-pretty-declarations): Support lineup of declarations in
5678         port lists.
5679         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5680         fix bug for /* / comments.
5681         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5682         Speed up and simplfy as this is never called with a bound.
5683         (verilog-pretty-declarations): Enhance to line up declarations
5684         inside a parameter list, suggested by Alan Morgan.
5685         (verilog-pretty-expr): Tune assignment regular expression match
5686         string for corner cases; also use markers instead of character
5687         number as indent changes the later.
5689 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5691         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5692         as missing keyword.
5693         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5694         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5695         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5696         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5697         Tennant.
5698         (verilog-keywords):
5699         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5700         1800-2009 keywords, including "global.".
5702 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5704         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5705         appearing in buffer list (if a live buffer name matched a recentf
5706         file basename).  Should use uniquify to offer a real solution.
5708 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5710         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5711         comment to code, and add a :version tag.
5712         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5714 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5716         Enable recentf-mode if using virtual buffers.
5717         * ido.el (recentf-list): Declare for byte-compiler.
5718         (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
5719         (ido-make-buffer-list): Simplify.
5720         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5722 2010-04-05  Juri Linkov  <juri@jurta.org>
5724         Scrolling commands which scroll a line instead of full screen.
5725         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5727         * simple.el (scroll-up-line, scroll-down-line): New commands.
5728         Put property isearch-scroll=t on them.
5730         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5731         Remove commands.
5733 2010-04-05  Juri Linkov  <juri@jurta.org>
5735         Scrolling commands which do not signal errors at top/bottom.
5736         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5738         * simple.el (scroll-up-command, scroll-down-command): New commands.
5739         Put property isearch-scroll=t on them.
5741         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5742         `scroll-down-command' and [next] from `scroll-up' to
5743         `scroll-up-command'.
5745         * emulation/cua-base.el: Put property CUA=move on
5746         `scroll-up-command' and `scroll-down-command'.
5747         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5748         and `scroll-down-command' to `cua-scroll-down'.
5750 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5752         * help.el (describe-mode): Return nil.
5754 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5756         * ido.el (ido-use-virtual-buffers): New variable to indicate
5757         whether "virtual buffer" support is enabled for IDO.
5758         (ido-virtual): Face used to indicate virtual buffers in the list.
5759         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5760         exists, but a virtual buffer of that name does (which would be why
5761         it was in the list), recreate the buffer by reopening the file.
5762         (ido-make-buffer-list): If virtual buffers are being used, call
5763         `ido-add-virtual-buffers-to-list' before the make list hook.
5764         (ido-virtual-buffers): New variable which contains a copy of the
5765         current contents of the `recentf-list', albeit pared down for the
5766         sake of speed, and with proper faces applied.
5767         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5768         create a list of "virtual buffers" to present to the user in
5769         addition to the currently open set.  Note that this logic could
5770         get rather slow if that list is too large.  With the default
5771         `recentf-max-saved-items' of 200, there is little speed penalty.
5773 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * font-lock.el: Require CL when compiling.
5776         (font-lock-turn-on-thing-lock): Use `case'.
5778 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5780         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5781         Zaretskii.
5783 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5785         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5786         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5787         (semantic-imenu-goto-function): Reflow docstring.
5789 2010-04-02  Juri Linkov  <juri@jurta.org>
5791         * ehelp.el (electric-help-orig-major-mode):
5792         New buffer-local variable.
5793         (electric-help-mode): Set it to original major-mode.  Doc fix.
5794         (with-electric-help): Use `electric-help-orig-major-mode' instead
5795         of (default-value 'major-mode).  Doc fix.
5796         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5798 2010-04-02  Sam Steingold  <sds@gnu.org>
5800         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5801         `vc-hg-command' with a list of flags.
5803         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5804         Also accept "patch" and "RFE".
5805         (bug-reference-fontify): `bug-reference-url-format' can also be a
5806         function to be able to handle the bug kind.
5807         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5809 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5811         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5812         value to fboundp, it may not be a symbol.
5814 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5816         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5818 2010-03-31  Juri Linkov  <juri@jurta.org>
5820         * simple.el (next-line, previous-line): Re-throw a signal
5821         with `signal' instead of using `ding'.
5822         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5824 2010-03-31  Juri Linkov  <juri@jurta.org>
5826         * simple.el (keyboard-escape-quit): Raise deselecting the active
5827         region higher than exiting the minibuffer.
5828         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5830 2010-03-31  Juri Linkov  <juri@jurta.org>
5832         * image.el (image-animated-p): Use `image-metadata' instead of
5833         `image-extension-data'.  Get GIF extenstion data from metadata
5834         property `extension-data'.
5836 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * simple.el (append-to-buffer): Simplify.
5840 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5842         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5843         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5845 2010-03-31  Kenichi Handa  <handa@m17n.org>
5847         * language/sinhala.el (composition-function-table): Fix regexp for
5848         the new Unicode specification.
5850         * language/indian.el (devanagari-composable-pattern)
5851         (tamil-composable-pattern, kannada-composable-pattern)
5852         (malayalam-composable-pattern): Adjust for the new Unicode
5853         specification.
5854         (bengali-composable-pattern, gurmukhi-composable-pattern)
5855         (gujarati-composable-pattern, oriya-composable-pattern)
5856         (telugu-composable-pattern): New variables to cope with the new
5857         Unicode specification.  Use them in composition-function-table.
5859 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         Make tmm-menubar work for the Buffers menu again (bug#5726).
5862         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5863         vectors rather than cons cells, as used in menu-bar-update-buffers.
5865 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5867         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5868         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5869         electric punctuation for "{}();,:" (Bug#5586).
5871         * mail/sendmail.el (mail-default-directory): Doc fix.
5873 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5875         * mail/sendmail.el (mail-default-directory): Doc fix.
5877 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5879         * subr.el (version-regexp-alist, version-to-list)
5880         (version-list-<, version-list-=, version-list-<=)
5881         (version-list-not-zero, version<, version<=, version=): Doc fix.
5882         (Bug#5744).
5884 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5886         * vc.el (vc-root-diff): Doc fix.
5888 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5890         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5892         * simple.el (append-to-buffer): Fix last change.
5894 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5896         * simple.el (append-to-buffer): Ensure that point is preserved if
5897         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5898         (Bug#5749)
5900 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * files.el (auto-mode-case-fold): Change default to t.
5904 2010-03-30  Juri Linkov  <juri@jurta.org>
5906         * dired-x.el (dired-omit-mode): Doc fix.
5908 2010-03-30  Juri Linkov  <juri@jurta.org>
5910         * replace.el (occur-accumulate-lines): Move occur-engine related
5911         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5912         to be located after `occur-engine'.
5914 2010-03-30  Juri Linkov  <juri@jurta.org>
5916         Make occur handle multi-line matches cleanly with context.
5917         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5919         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5920         (occur-engine): Add local variables `ret', `prev-after-lines',
5921         `prev-lines'.  Use more arguments for `occur-context-lines'.
5922         Set first elem of its returned list to `data', and the second elem
5923         to `prev-after-lines'.  Don't print the separator line.
5924         In the end, print remaining context after-lines.
5925         (occur-context-lines): Add new arguments `begpt', `endpt',
5926         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
5927         after-lines of the previous match with before-lines of the
5928         current match and not overlap them.  Return a list with two
5929         values: the output line and the list of context after-lines.
5931 2010-03-30  Juri Linkov  <juri@jurta.org>
5933         * replace.el (occur-accumulate-lines): Fix a bug where the first
5934         context line at the beginning of the buffer was missing.
5936 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5938         * files.el: Make bidi-display-reordering safe variable for boolean
5939         values.
5941 2010-03-29  Phil Hagelberg  <phil@evri.com>
5942             Chong Yidong  <cyd@stupidchicken.com>
5944         * subr.el: Extend progress reporters to perform "spinning".
5945         (progress-reporter-update, progress-reporter-do-update):
5946         Handle non-numeric value arguments.
5947         (progress-reporter--pulse-characters): New var.
5949 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
5951         * progmodes/compile.el (compilation-start): Fix regexp detection
5952         of initial cd command (Bug#5771).
5954 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
5956         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
5958 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
5960         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
5961         * lisp/progmodes/gdb-mi.el: Restore.
5962         * lisp/progmodes/gdb-ui.el: Remove.
5963         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
5965 2010-03-25  Glenn Morris  <rgm@gnu.org>
5967         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
5968         all dired buffers, even tramp ones.  (Bug#5755)
5970 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5972         Add "union tags" in mpc.el.
5973         * mpc.el: Remove backward compatibility code.
5974         (mpc-browser-tags): Change default.
5975         (mpc--find-memoize-union-tags): New var.
5976         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
5977         (mpc-cmd-find): Handle the case where the playlist does not exist.
5978         Handle union-tags.
5979         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
5980         (mpc-cmd-add): Use mpc-cmd-flush.
5981         (mpc-tagbrowser-tag-name): New fun.
5982         (mpc-tagbrowser-buf): Use it.
5983         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
5985 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         Misc cleanup.
5988         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
5989         Use replace-regexp-in-string.
5990         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
5991         (makefile-imake-mode-syntax-table): Move init into defvar.
5992         (makefile-mode): Use define-derived-mode.
5994         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
5995         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5996         not be present any more.
5998 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6000         * faces.el (set-face-attribute): Fix typo in docstring.
6001         (face-valid-attribute-values): Reflow docstring.
6003         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
6005 2010-03-24  Glenn Morris  <rgm@gnu.org>
6007         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6009 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6011         * indent.el (indent-for-tab-command): Doc fix.
6013 2010-03-24  Alan Mackenzie  <acm@muc.de>
6015         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6016         Fix off-by-one error.  Fixes bug #5747.
6018 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6020         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6021         (image-dired-read-comment): Doc fix.
6023         * json.el (json-object-type, json-array-type, json-key-type)
6024         (json-false, json-null, json-read-number):
6025         * minibuffer.el (completion-in-region-functions):
6026         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6027         (cal-tex-cursor-week):
6028         * emacs-lisp/trace.el (trace-function):
6029         * eshell/em-basic.el (eshell/printnl):
6030         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6031         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6032         * obsolete/levents.el (allocate-event, event-key, event-object)
6033         (event-point, event-process, event-timestamp, event-to-character)
6034         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6035         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6036         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6037         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6038         (reftex-highlight-selection): Fix typos in docstrings.
6040 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6042         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6044 2010-03-24  Glenn Morris  <rgm@gnu.org>
6046         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6047         2008-02-13 without comment; mark it obsolete.
6048         (rmail-highlight-headers): Use rmail-highlight-face once more.
6050 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6052         * woman.el (woman2-process-escapes): Only consume the newline if
6053         the filler character is on a line by itself (Bug#5729).
6055 2010-03-24  Kenichi Handa  <handa@m17n.org>
6057         * language/indian.el (devanagari-composable-pattern): Add more
6058         consonants.
6060 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6062         * net/trampver.el: Update release number.
6064 2010-03-24  Glenn Morris  <rgm@gnu.org>
6066         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6068 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6070         * net/tramp.el (tramp-find-executable):
6071         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6072         output of "wc -l" more robust.
6073         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6074         (tramp-open-connection-setup-interactive-shell): Remove workaround
6075         for OpenSolaris bug, it is not needed anymore.
6077 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
6079         * cedet/semantic/imenu.el: New file, from the CEDET repository
6080         (Bug#5412).
6082 2010-03-24  Glenn Morris  <rgm@gnu.org>
6084         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6086 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6088         * files.el (auto-mode-alist): Accept more verilog file patterns.
6090 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6092         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6094 2010-03-24  Glenn Morris  <rgm@gnu.org>
6096         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6097         log-edit-before-checkin-process.
6099         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6101         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6103         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6104         (log-view-process-buffer, log-edit-extra-flags): Declare.
6106         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6108         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6109         Consistently check ede-object is bound throughout.
6111         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
6113 2010-03-23  Sam Steingold  <sds@gnu.org>
6115         Fix bug#5620: recalculate all markers on compilation buffer
6116         modifications, not on file modifications.
6117         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6118         the buffer modification time, for buffers not associated with files.
6119         (compilation-mode): Create it.
6120         (compilation-filter): Update it.
6121         (compilation-next-error-function): Use it instead of
6122         `visited-file-modtime' for timestamp.
6124 2010-03-23  Juri Linkov  <juri@jurta.org>
6126         Implement Occur multi-line matches.
6127         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6129         * replace.el (occur): Doc fix.
6130         (occur-engine): Set `begpt' to the beginning of the first line.
6131         Set `endpt' to the end of the last match line.  At first, count
6132         line numbers between `origpt' and `begpt'.  Split out code from
6133         `out-line' variable to new let-bindings `match-prefix' and
6134         `match-str'.  In `out-line' add non-numeric prefix to all
6135         non-first lines of multi-line matches.  Finally, count lines
6136         between `begpt' and `endpt' and add to `lines'.
6138 2010-03-23  Juri Linkov  <juri@jurta.org>
6140         * replace.el (occur-accumulate-lines, occur-engine):
6141         Use `occur-engine-line' instead of duplicate code.
6142         (occur-engine-line): New function created from duplicate code
6143         in `occur-accumulate-lines' and `occur-engine'.
6145         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6146         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6148 2010-03-23  Juri Linkov  <juri@jurta.org>
6150         * finder.el: Remove TODO tasks.
6152         * info.el (Info-finder-find-node): Add node "all"
6153         with all package info.  Handle a list of multiple keywords
6154         separated by comma.
6155         (info-finder): In interactive use with a prefix argument,
6156         use `completing-read-multiple' to read a list of keywords
6157         separated by comma.
6159 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6161         Add a new completion style `substring'.
6162         * minibuffer.el (completion-basic--pattern): New function.
6163         (completion-basic-try-completion, completion-basic-all-completions):
6164         Use it.
6165         (completion-substring--all-completions)
6166         (completion-substring-try-completion)
6167         (completion-substring-all-completions): New functions.
6168         (completion-styles-alist): New style `substring'.
6170 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         Get rid of .elc files after removal of the corresponding .el.
6173         * Makefile.in (compile-clean): New target.
6174         (compile-main): Use it.
6176 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6178         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6179         don't do make there.  When compiling with separate object dir, there
6180         is no Makefile there.
6182 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6184         Get rid of the ELCFILES abomination, again.
6185         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6186         (all, compile): Don't call compile-last.
6187         (compile-main): Build the "elcfiles" list dynamically.
6188         (compile-targets): New (internal) target.
6190 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6192         * Makefile.in (top_srcdir): Define.
6193         (abs_top_builddir): Define.
6194         (srcdir): Don't append `/..'.
6195         (EMACS): Use ${abs_top_builddir}.
6196         (all, compile, compile-always, compile-last): Don't set emacswd.
6197         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6198         $(srcdir).
6199         (lisp): Use $(srcdir) instead of @srcdir@.
6201 2010-03-21  Juri Linkov  <juri@jurta.org>
6203         Fix message of multi-line occur regexps and multi-buffer header lines.
6204         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6206         * replace.el (occur-1): Don't display regexp if it is longer
6207         than window-width.  Use `query-replace-descr' to display regexp.
6208         (occur-engine): Don't display regexp in the buffer header for
6209         multi-buffer occur.  Display a separate header line with total
6210         match count and regexp for multi-buffer occur.
6211         Use `query-replace-descr' to display regexp.
6213 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6215         * net/secrets.el: Fix parenthesis.
6216         (secrets-enabled): Fix parenthesis.
6218 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6220         Use more relative file and directory names.
6221         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6222         (setwins, setwins_almost, setwins_for_subdirs):
6223         Don't `cd'; output relative names.
6224         (all, compile, compile-always, compile-last): Set emacswd.
6225         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6226         Just cd to the lisp source dir so we can use relative file names.
6228         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6230 2010-03-20  Glenn Morris  <rgm@gnu.org>
6232         * textmodes/rst.el: Use faces for font-lock customization, and make the
6233         old -face variables obsolete.
6234         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6235         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6236         (rst-block-face, rst-external-face, rst-definition-face)
6237         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6238         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6239         Make obsolete.
6240         (rst-font-lock-keywords-function): Update for above changes.
6242 2010-03-20  Juri Linkov  <juri@jurta.org>
6244         * s-region.el:
6245         * obsolete/s-region.el: Move to obsolete.
6247 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6249         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6251 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6253         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6255 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6257         Add special markup processing for commit logs.
6258         * log-edit.el (log-edit-extra-flags): New variable.
6259         (log-edit): Add new argument MODE.  Use that mode when non-nil
6260         instead of the log-view-mode.
6261         (log-view-process-buffer): New function.
6263         * vc.el: Document that the checkin method takes optional
6264         arguments.  Document new backend specific method: log-view-mode.
6265         (vc-default-log-edit-mode): New function.
6266         (vc-checkin): Use a backend specific log-view-mode.
6267         Pass extra arguments to the checkin method.
6268         (vc-modify-change-comment): Pass a dummy extra argument.
6270         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6271         log-edit.
6272         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6273         (vc-finish-logentry): Process the log buffer before passing it
6274         down.  Pass log-edit-extra-flags.
6276         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6277         command.
6278         (log-edit-extra-flags, log-edit-before-checkin-process):
6279         New declarations.
6281         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6282         command.
6283         (log-edit-extra-flags, log-edit-before-checkin-process):
6284         New declarations.
6285         (vc-hg-log-edit-mode): New derived mode.
6287         * vc-arch.el (vc-arch-checkin):
6288         * vc-cvs.el (vc-cvs-checkin):
6289         * vc-git.el (vc-git-checkin):
6290         * vc-mtn.el (vc-mtn-checkin):
6291         * vc-rcs.el (vc-rcs-checkin):
6292         * vc-sccs.el (vc-sccs-checkin):
6293         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6295 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6297         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6298         parent typo).
6300 2010-03-19  Glenn Morris  <rgm@gnu.org>
6302         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6304 2010-03-18  Glenn Morris  <rgm@gnu.org>
6306         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6308         * replace.el (query-replace-history): Give it a doc string.
6309         (map-query-replace-regexp): Use query-replace-from-history-variable
6310         and query-replace-to-history-variable.
6312         * mail/hashcash.el (declare-function): Remove duplicate definition.
6314         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6315         Make it an obsolete alias for report-emacs-bug-address.
6316         (message-strip-special-text-properties): Declare.
6317         (report-emacs-bug): Remove test for a pretest bug address.
6318         Combine message-mode-specific code.
6320         * mail/supercite.el: Don't require sendmail.
6321         (mh-in-header-p): Declare rather than using with-no-warnings.
6322         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6323         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6325         * calendar/cal-french.el: Convert to utf-8.
6327         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6328         Emacs scripts.
6330 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6332         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6333         of a subfeature.
6335 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6337         * net/secrets.el (top): Register the D-Bus signals only when the
6338         service "org.freedesktop.secrets" can be pinged.
6339         Provide subfeature `enabled'.
6341 2010-03-14  Juri Linkov  <juri@jurta.org>
6343         Add finder unknown keywords.
6345         * finder.el (finder-unknown-keywords): New function.
6347         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6348         to create a Finder node with unknown keywords.
6350 2010-03-14  Juri Linkov  <juri@jurta.org>
6352         * finder.el (finder-compile-keywords): Replace `princ' with
6353         `prin1' on a list of symbols interned from keyword strings.
6355         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6356         a comma, then split keywords using a comma and optional whitespace.
6357         Otherwise, split by whitespace.
6359         * complete.el:
6360         * face-remap.el:
6361         * log-view.el:
6362         * net/hmac-def.el:
6363         * net/hmac-md5.el:
6364         * net/netrc.el:
6365         * progmodes/mixal-mode.el: Fix keywords.
6367 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6369         * Makefile.in (ELCFILES): Add net/secrets.elc.
6371         * net/secrets.el: New file.
6373 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6375         * facemenu.el (list-colors-display, list-colors-print): New arg
6376         callback.  Use it to allow selecting colors.
6378         * wid-edit.el (widget-image-insert): Insert image prop even if the
6379         current display is non-graphic.
6380         (widget-field-value-set): New fun.
6381         (editable-field): Use it.
6382         (widget-field-value-get): Clean up unused var.
6383         (widget-color-value-create, widget-color--choose-action):
6384         New funs.  Allow using list-colors-display to choose color.
6386 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6388         * cus-edit.el: Resort topmost custom groups.
6389         (custom-buffer-sort-alphabetically): Default to t.
6390         (customize-apropos): Use apropos-parse-pattern.
6391         (custom-search-field): New var.
6392         (custom-buffer-create-internal): Add custom-apropos search field.
6393         (custom-add-parent-links): Don't display parent doc.
6394         (custom-group-value-create): Don't sort top-level custom group.
6395         (custom-magic-value-create): Show visibility button before option name.
6397         (custom-variable-state): New fun, from custom-variable-state-set.
6398         (custom-variable-state-set): Use it.
6399         (custom-group-value-create): Hide options with standard values
6400         using the :hidden-states property.  Use progress reporter.
6402         (custom-show): Simplify.
6403         (custom-visibility): Disable images by default.
6404         (custom-variable): New property :hidden-states.
6405         (custom-variable-value-create): Enable images for
6406         custom-visibility widgets.  Use :hidden-states property to
6407         determine initial visibility.
6409         * wid-edit.el (widget-image-find): Give images center ascent.
6410         (visibility): Add :on-image and :off-image properties.
6411         (widget-visibility-value-create): Use them.
6413 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6415         * cus-edit.el (processes): Remove from development group.
6416         (oop, hypermedia): Delete group.
6417         (comm): Promote to top-level group.
6419         * net/browse-url.el (browse-url):
6420         * net/xesam.el (xesam):
6421         * net/tramp.el (tramp):
6422         * net/goto-addr.el (goto-address):
6423         * net/ange-ftp.el (ange-ftp): Put in comm group.
6425         * view.el (view): Remove from editing group.
6427         * uniquify.el (uniquify): Put in files group.
6429         * net/browse-url.el (browse-url):
6430         * ps-print.el (postscript): Put in external group.
6432         * cus-edit.el (outlines):
6433         * textmodes/text-mode.el (text-mode-hook):
6434         * textmodes/table.el (table):
6435         * textmodes/picture.el (picture):
6436         * outline.el (outlines): Put in wp group.
6438         * nxml/nxml-mode.el (nxml): Remove from wp group.
6440         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6442         * mail/metamail.el (metamail): Remove from hypermedia group.
6444         * cus-edit.el (abbrev):
6445         * whitespace.el (whitespace):
6446         * vcursor.el (vcursor):
6447         * reveal.el (reveal):
6448         * hl-line.el (hl-line): Put in convenience group.
6450         * epg-config.el (epg): Put in data group.
6452         * emulation/pc-select.el (pc-select): Put in emulations group.
6454         * calculator.el (calculator): Put in applications group.
6456 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6458         Add .dir-locals.el support for file-less buffers.
6459         * files.el (hack-local-variables): Split out code to apply local
6460         variable settings ...
6461         (hack-local-variables-apply): ... here.  New function.
6462         (hack-dir-local-variables): Use the default directory for when the
6463         buffer does not have an associated file.
6464         (hack-dir-local-variables-non-file-buffer): New function.
6465         * diff-mode.el (diff-mode):
6466         * vc-annotate.el (vc-annotate-mode):
6467         * vc-dir.el (vc-dir-mode):
6468         * log-edit.el (log-edit-mode):
6469         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6471 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6473         Add support for shelving snapshots and for showing shelves.
6474         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6475         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6476         New functions.
6477         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6478         (vc-bzr-extra-menu-map): Map them.
6480 2010-03-11  Glenn Morris  <rgm@gnu.org>
6482         * cus-edit.el (customize-changed-options-previous-release):
6483         Bump to 23.1.
6485         * image.el (image-animate-max-time): Fix :version tag.
6487 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6489         * Branch for 23.2.
6491 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * vc-git.el (vc-git-revision-table): Include remote branches.
6495 2010-03-10  Kim F. Storm  <storm@cua.dk>
6497         Animated image API.
6498         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6500         * image.el (image-animate-max-time): New defcustom.
6501         (image-animated-types): New defconst.
6502         (create-animated-image, image-animate-timer)
6503         (image-animate-start, image-animate-stop, image-animate-timeout)
6504         (image-animated-p): New functions.
6506         * image-mode.el (image-toggle-display-image):
6507         Replace `create-image' with `create-animated-image'.
6509 2010-03-09  Miles Bader  <miles@gnu.org>
6511         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6512         instead of "format:"; this ensures that the output is
6513         newline-terminated.
6515 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6517         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6518         that all errors are caught, and that the return value is always a
6519         list (Bug#5692).
6521 2010-03-08  Kenichi Handa  <handa@m17n.org>
6523         * language/misc-lang.el (windows-1256): New coding system.
6524         (cp1256): New alias of windows-1256 (bug#5690).
6526 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6528         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6529         call to rfc822-bad-address.  (Bug#5692)
6531 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6533         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6534         Use vc-git-root as default directory for revision path (Bug#5657).
6536 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6538         * calculator.el (calculator): Don't bind split-window-keep-point
6539         (Bug#5674).
6541 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         * vc-git.el: Re-flow to fit into 80 columns.
6544         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6545         Remove spurious `quote' element in each case alternative.
6546         (vc-git-show-log-entry): Use prog1.
6547         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6549 2010-03-06  Glenn Morris  <rgm@gnu.org>
6551         * cedet/semantic/grammar.el (semantic-grammar-header-template):
6552         Update template copyright to GPLv3+.
6554 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6558 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6560         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6561         definition, not the name (Bug#5481).
6563 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6565         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6566         argument with a local variable.  (Bug#5670)
6568 2010-03-02  Juri Linkov  <juri@jurta.org>
6570         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6572 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6574         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6575         error when FILENAME and NEWNAME are existing remote directories.
6577         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6578         parameter DIR-FLAG.
6580 2010-03-02  Glenn Morris  <rgm@gnu.org>
6582         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6583         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6585 2010-03-01  Kenichi Handa  <handa@m17n.org>
6587         * language/burmese.el (burmese-composable-pattern): Rename from
6588         myanmar-composable-pattern.
6590         * international/characters.el (script-list):
6591         * international/fontset.el (script-representative-chars):
6592         Change myanmar to burmese.
6593         (otf-script-alist): Likewise.
6594         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6596 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6600 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6602         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6604 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6606         * net/tramp.el (tramp-handle-write-region): START can be a string.
6607         Take care in the checks.  Reported by Dan Davison
6608         <davison@stats.ox.ac.uk>.
6610 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6612         * net/dbus.el (dbus-introspect, dbus-get-property)
6613         (dbus-set-property, dbus-get-all-properties):
6614         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6616 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6618         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6619         * emacs-lisp/elint.el (elint-add-required-env):
6620         * cedet/semantic/db-find.el
6621         (semanticdb-find-translate-path-brutish-default):
6622         * cedet/ede/make.el (ede-make-check-version):
6623         * calendar/icalendar.el (icalendar--add-diary-entry):
6624         * calc/calcalg2.el (math-tracing-integral):
6625         * files.el (recover-session-finish): Use with-current-buffer
6626         instead of save-excursion.
6628 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6630         Fix in-buffer completion when after-change-functions modify the buffer.
6631         * minibuffer.el (completion--replace): New function.
6632         (completion--do-completion): Use it and use relative movement.
6634 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6636         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6638 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6640         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6641         Allow the characters _<> in the stack entry (Bug#5653).
6643 2010-02-26  Kenichi Handa  <handa@m17n.org>
6645         * language/burmese.el: Fix entries in composition-function-table.
6646         (myanmar-composable-pattern): New variable.
6648         * international/fontset.el (setup-default-fontset): Add an entry
6649         for myanmar.
6651         * international/characters.el (script-list): Add Myanmar
6652         Extended-A.
6654 2010-02-26  Glenn Morris  <rgm@gnu.org>
6656         * custom.el (custom-initialize-delay): Doc fix.
6658         * mail/sendmail.el (send-mail-function): Autoload the call
6659         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6661 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6663         * files.el (hack-local-variables-filter): For eval forms, also
6664         check safe-local-variable-p (Bug#5636).
6666 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6668         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6669         and use c(ad)r of cddr (Bug#5640).
6671 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6673         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6674         setting the modes by `ignore-errors'.  It might fail, for example
6675         if the file is not owned by the user but the group.
6676         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6678 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6680         * files.el (directory-listing-before-filename-regexp): Use
6681         stricter matching for iso-style dates, to avoid false matches with
6682         date-like filenames (Bug#5597).
6684         * htmlfontify.el (htmlfontify): Doc fix.
6686         * eshell/eshell.el (eshell): Doc fix.
6688         * startup.el (fancy-about-screen): In mode-line, apply
6689         mode-line-buffer-id face only to the buffer name (Bug#5613).
6691 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6693         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6694         In `watcom' anchor regexp to start of line, to avoid slowness
6695         (Bug#5599).
6697 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6699         * subr.el (remove-yank-excluded-properties): Explain in a comment
6700         why `category' property is removed.
6702 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6704         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6705         2010-02-17 change.
6707 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6709         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6710         (icalendar--convert-weekly-to-ical)
6711         (icalendar--convert-yearly-to-ical)
6712         (icalendar--convert-block-to-ical)
6713         (icalendar--convert-cyclic-to-ical)
6714         (icalendar--convert-anniversary-to-ical): Take care of time
6715         specifications where hour has 1-digit only (Bug#5549).
6717 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6719         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6720         of disassemble output in GDB 7.1.
6722 2010-02-19  Glenn Morris  <rgm@gnu.org>
6724         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6725         property.  (Bug#5593)
6727 2010-02-18  Sam Steingold  <sds@gnu.org>
6729         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6731 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         Use abbreviated file names in bookmarks (bug#5591).
6734         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6735         calls to expand-file-name.
6736         (bookmark-relocate): Use abbreviated file names in bookmarks.
6737         (bookmark-load): Use abbreviated file names in messages.
6739 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6741         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6742         expand "." and "..".  Reported by Thierry Volpiatto
6743         <thierry.volpiatto@gmail.com>.
6745 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6747         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6748         permissions of the temporary file to "0600".  In case the remote
6749         file has no read permissions for the owner, there might be
6750         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6752 22010-02-18  Glenn Morris  <rgm@gnu.org>
6754         * emacs-lisp/authors.el (authors-renamed-files-alist):
6755         Add entries for INSTALL.CVS.
6757 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6759         * vc-bzr.el: Fix typo in Known Bugs section.
6761         * isearch.el (isearch-update-post-hook): New hook.
6762         (isearch-update): Use the new hook.
6764 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6766         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6767         Fix errors in copying directories.
6768         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6769         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6770         (tramp-handle-delete-file)
6771         (tramp-handle-dired-recursive-delete-directory)
6772         (tramp-handle-write-region): Flush also the cache for the upper
6773         directory.
6775 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6777         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6779         * cus-edit.el (hardware): Doc fix.
6781         * man.el (man): Add to external custom group.
6783         * delim-col.el (columns): Move to wp custom group.
6785         * doc-view.el (doc-view): Add to data custom group.
6787         * cedet/data-debug.el (data-debug): Move to extensions group.
6789         * cedet/ede.el (ede):
6790         * cedet/srecode.el (srecode):
6791         * cedet/semantic.el (semantic): Put in tools and extensions group.
6793         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6795         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6796         by ispell-parse-output (Bug#5575).
6798 2010-02-16  Kenichi Handa  <handa@m17n.org>
6800         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6801         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6802         (skkdic-convert): Use `euc-japan' coding system for writing.
6804 2010-02-16  Glenn Morris  <rgm@gnu.org>
6806         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6807         tex-main-file before using it.  (Bug#5562)
6809 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6812         warnings, since it is annoying for the user to see them each time he
6813         runs the code.
6815 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6817         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6818         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6819         instead of PROC for caching "first-password-request".  Otherwise,
6820         new processes would not profit from passwords already entered.
6822         * net/tramp-cache.el (tramp-dump-connection-properties):
6823         Don't save "first-password-request" property.
6825 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6827         * outline.el (outline-head-from-level):
6828         * simple.el (with-wrapper-hook):
6829         * cedet/ede.el (ede-run-target, project-delete-target)
6830         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6831         (ede-adebug-project, ede-adebug-project-parent)
6832         (ede-adebug-project-root):
6833         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6834         (elint-defun, elint-buffer-env, elint-top-form-logged)
6835         (elint-unbound-variable):
6836         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6837         Fix typos in docstrings.
6839 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6841         * files.el (insert-directory): When WILDCARD-REGEXP and
6842         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6843         whole directory.  (Bug#5551)
6845         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6846         dired's alignment sanity.  (Bug#5516)
6848 2010-02-14  Juri Linkov  <juri@jurta.org>
6850         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6851         Remove remaining ^H with their preceding chars.  (Bug#5566)
6853 2010-02-13  Glenn Morris  <rgm@gnu.org>
6855         * simple.el (transpose-subr): Give it a doc-string.
6857         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6858         Doc fixes.
6860 2010-02-12  Juri Linkov  <juri@jurta.org>
6862         * arc-mode.el (archive-unique-fname): Make directories for nested
6863         archives.  (Bug#5540)
6865 2010-02-12  Juri Linkov  <juri@jurta.org>
6867         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6869 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * subr.el (copy-overlay): Handle deleted overlays.
6873         * man.el (Man-completion-table): Don't signal an error if we can't run
6874         manual-program (bug#4056).
6876 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6878         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6880 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6882         * info.el (Info-bookmark-jump): Simplify.
6884         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6885         (bookmark-default-handler): Accept new bookmark field `buffer'.
6887 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6889         * iswitchb.el (iswitchb-completions): Revert last change.
6891 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6893         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6894         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6895         This prevents file names like "~/" being listed literally.
6897 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6899         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6900         Remove dead code.  (Bug#5546)
6902 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
6904         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6905         correctly (Bug#5548).
6907 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
6909         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6910         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6912 2010-02-08  Kenichi Handa  <handa@m17n.org>
6914         * international/mule-util.el (with-coding-priority): Add autoload
6915         cookie for putting `lisp-indent-function'.
6917 2010-02-07  Glenn Morris  <rgm@gnu.org>
6919         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6920         Move F2003 named interfaces from keywords-2 to keywords-1, and
6921         use function-name-face rather than constant-face.
6922         Simplify "abstract interface" regexp.
6924 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
6926         * eshell/esh-util.el (eshell-file-attributes): New optional arg
6927         ID-FORMAT.  Pass it to `file-attributes'.
6929         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
6931 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
6933         * faces.el (set-face-attribute): Allow calling
6934         internal-set-lisp-face-attribute with 'unspecified family and
6935         foundry argument (Bug#5536).
6937 2010-02-07  Glenn Morris  <rgm@gnu.org>
6939         * progmodes/f90.el (f90-font-lock-keywords-2)
6940         (f90-looking-at-type-like, f90-looking-at-program-block-end):
6941         Handle F2003 named interfaces.
6943 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6945         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
6946         beg and end before calling c-get-state-before-change-functions.
6948 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
6950         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
6952 2010-02-05  Juri Linkov  <juri@jurta.org>
6954         * doc-view.el (doc-view-mode):
6955         * image-mode.el (image-mode): Put property mode-class=special.
6956         (Bug#4896)
6958 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
6960         * vc-svn.el (vc-svn-revision-table): New function.
6962 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
6964         * net/ange-ftp.el (ange-ftp-insert-directory):
6965         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6966         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6967         Handle also directories.  (Bug#5478)
6969 2010-02-05  Glenn Morris  <rgm@gnu.org>
6971         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
6973 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
6975         * startup.el (command-line-1): Convert options beginning with a
6976         single dash as well (Bug#5519).
6978 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
6981         * minibuffer.el (completion-initials-expand): Only check the presence
6982         of delims *within* the boundaries, since otherwise the / delim is
6983         always found for files.
6985         Fix up various corner case problems.
6986         * doc-view.el (doc-view-last-page-number): New function.
6987         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
6988         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
6989         (doc-view-kill-proc): Avoid inf-loop in freak cases.
6990         (doc-view-reconvert-doc): Use the new recursive delete-directory.
6991         (doc-view-convert-current-doc): Don't create the resolution.el file
6992         here any more.
6993         (doc-view-pdf/ps->png): Do it here instead.
6994         (doc-view-already-converted-p): Check that resolution.el is present.
6995         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
6996         windows that are not yet showing images.
6998 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7000         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7001         `dired-uncache' for every elemnt which is an absolute file name.
7003         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7004         directory, handle its directory component.
7005         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7006         function is called permanently and creates noise, otherwise.
7008         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7009         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7010         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7012 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7014         * macros.el (apply-macro-to-region-lines):
7015         Minor simplification.  (Bug#5485)
7017 2010-02-04  Glenn Morris  <rgm@gnu.org>
7019         * mail/rmail.el (rmail-show-message-1): Handle malformed
7020         quoted-printable text.  (Bug#5441)
7022         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7024         * simple.el (visual-line-mode): Capitalize lighter.
7026 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7028         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7029         list of files considered for "virtual buffer" completions.
7031 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7033         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7034         also in case of (and (not full) (not wildcard)).  This is needed
7035         when dired is called with a list of files, which are not in
7036         `default-directory'.  (Bug#5478)
7038 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7042 2010-02-02  Juri Linkov  <juri@jurta.org>
7044         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7045         from unidiff to allow function-line after @@.
7047 2010-02-02  Juri Linkov  <juri@jurta.org>
7049         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7050         '(RCS SCCS) with inverted condition.
7052 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7054         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7055         messages.
7057 2010-02-01  Juri Linkov  <juri@jurta.org>
7059         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7060         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7061         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7062         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7064 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7066         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7067         (doc-view-revert-buffer): New command.
7068         (doc-view-mode-map): Use it.
7070 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7072         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7073         pending merge is detected.
7075 2010-01-31  Juri Linkov  <juri@jurta.org>
7077         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7078         beginning of interactive spec like all other grep commands do.
7079         Put "all" in front of "gz".  (Bug#5260)
7081 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7083         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7085 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7087         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7088         regexp is incorrect (Bug#5476).
7090 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7092         * net/tramp.el (tramp-handle-insert-directory): Handle also
7093         symlinks, when FILENAME is not in `default-directory'.
7095 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7097         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7098         FILE is not in `default-directory'.  (Bug#5478)
7100         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7101         of SWITCHES.  Handle the case, FILENAME is not in
7102         `default-directory'.  (Bug#5478)
7103         (tramp-register-file-name-handlers): Add safe-magic property.
7105 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7107         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7108         unzip (Bug#5475).
7110 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7112         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7113         (flymake-master-make-header-init): Add other C++ filename masks.
7114         (flymake-find-possible-master-files)
7115         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7117 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7119         Fix some busybox annoyances.
7121         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7122         not responding." string.
7123         (tramp-open-connection-setup-interactive-shell): Dump stty
7124         settings.  Enable "neveropen" arg for all `tramp-send-command'
7125         calls.  Handle "=" in variable values properly.
7126         (tramp-find-inline-encoding): Raise an error, when no encoding is
7127         found.
7128         (tramp-wait-for-output): Check, whether PROC buffer is available.
7129         Remove spurious " ^H" sequences, sent by busybox.
7130         (tramp-get-ls-command): Suppress coloring, if possible.
7132 2010-01-28  Glenn Morris  <rgm@gnu.org>
7134         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7136         * log-edit.el (log-edit-strip-single-file-name): Add missing
7137         :safe, :group, and :version tags.
7139 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7141         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7142         buffers.  (Bug#5477)
7144 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7146         * files.el (delete-directory): Handle moving to trash without
7147         first doing recursion (Bug#5436).
7149 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7151         * vc-hooks.el (vc-path): Mark as obsolete.
7153 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7155         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7156         names too.
7158         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7159         for the short log.
7160         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7162 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7164         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7166         * vc-bzr.el (vc-bzr-revision-table): New function.
7168 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7170         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7171         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7173 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7175         Remove support for adding --signoff on commit.
7176         Future support will use an incompatible generic mechanism.
7177         * vc-git.el (vc-git-add-signoff): Remove variable.
7178         (vc-git-toggle-signoff): Remove function.
7179         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7181         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7182         from xterm-set-background-mode.  Return t if the background mode
7183         was set.
7184         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7185         earlier, call it again in case the background mode has changed.
7187 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7189         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7190         (Bug#3541).
7192 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7194         * emacs-lisp/assoc.el (aelement): Doc fix.
7195         (aput, adelete, amake): Use lexical-let (Bug#5450).
7197 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7199         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7200         is the same as subprogram call, not declaration.  (Bug#5435).
7202 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7204         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7205         (tramp-smb-maybe-open-connection): Use it.
7207 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7209         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7211 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7214         just because we see "encoding: 8bit".
7215         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7217 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7219         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7221 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7223         * jka-compr.el (jka-compr-load): If load-file is not in
7224         load-history, try its file-truename version.  (bug#5447)
7226 2010-01-21  Alan Mackenzie  <acm@muc.de>
7228         Fix a situation where deletion of a cpp construct throws an error.
7229         * progmodes/cc-engine.el (c-invalidate-state-cache):
7230         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7231         special cpp construct is still in the buffer.
7232         (c-parse-state): Record the special cpp with markers, not numbers.
7234 2010-01-21  Kenichi Handa  <handa@m17n.org>
7236         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7237         process last-command-event, as it is now decoded first (Bug#5380).
7239 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7241         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7243 2010-01-20  Glenn Morris  <rgm@gnu.org>
7245         * indent.el (tab-always-indent): Fix custom-type.
7247 2010-01-19  Alan Mackenzie  <acm@muc.de>
7249         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7250         buffer throws "args out of range".
7251         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7252         playing the role of delimiter.
7254 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7256         * progmodes/ada-mode.el: Fix bug#5400.
7257         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7258         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7259         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7260         Improve comments in "is" portion.  Handle null procedure declaration.
7261         (ada-move-to-end): Improve doc string.
7263 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7265         * ido.el (ido-cur-list): Initialize to nil.
7266         Remove obsolete information from commentary.
7267         (ido-choice-list): Initialize to nil.
7268         (ido-get-bufname): Reject minibuffers.
7269         (ido-make-buffer-list): If "default" is a nonexistent
7270         buffer, ignore it, as per the function's comment.
7271         (ido-kill-buffer-internal): New function.
7272         (ido-kill-buffer-at-head): Use it.
7273         (ido-visit-buffer): Likewise.
7275 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7277         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7279 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7281         * cedet/ede/locate.el (ede-locate-file-in-project)
7282         (ede-locate-file-in-project-impl): Fix typos in docstrings.
7283         (ede-enable-locate-on-project): Fix typos in error messages.
7285         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
7286         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
7287         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
7288         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
7289         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
7290         Fix typos in menu help.
7292         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7293         Fix typos in chart titles.
7295         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7296         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
7297         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
7298         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
7299         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
7300         (semantic-parse-stream, semantic-parse-region)
7301         (semantic-parse-region-default, semantic--set-buffer-cache)
7302         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
7303         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
7304         (semantic-default-submodes):
7305         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
7306         (semanticdb-create-ebrowse-database)
7307         (semanticdb-find-tags-for-completion-method)
7308         (semanticdb-find-tags-by-class-method)
7309         (semanticdb-deep-find-tags-by-name-method)
7310         (semanticdb-deep-find-tags-for-completion-method):
7311         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
7312         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
7313         (semanticdb-find-tags-for-completion-method)
7314         (semanticdb-find-tags-by-class-method)
7315         (semanticdb-deep-find-tags-for-completion-method):
7316         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
7317         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
7318         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
7319         (semanticdb-find-tags-by-name-method)
7320         (semanticdb-find-tags-by-name-regexp-method)
7321         (semanticdb-find-tags-for-completion-method)
7322         (semanticdb-find-tags-by-class-method)
7323         (semanticdb-find-tags-external-children-of-type-method)
7324         (semanticdb-find-tags-subclasses-of-type-method)
7325         (semanticdb-deep-find-tags-by-name-method)
7326         (semanticdb-deep-find-tags-by-name-regexp-method)
7327         (semanticdb-deep-find-tags-for-completion-method):
7328         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
7329         (semanticdb-enable-gnu-global-in-buffer)
7330         (semanticdb-find-tags-for-completion-method)
7331         (semanticdb-deep-find-tags-by-name-method)
7332         (semanticdb-deep-find-tags-for-completion-method):
7333         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
7334         (javascript-mode, semanticdb-find-translate-path)
7335         (semanticdb-find-tags-for-completion-method)
7336         (semanticdb-find-tags-by-class-method)
7337         (semanticdb-deep-find-tags-by-name-method)
7338         (semanticdb-deep-find-tags-for-completion-method)
7339         (semanticdb-find-tags-external-children-of-type-method):
7340         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
7341         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
7342         (global-semantic-idle-scheduler-mode):
7343         * cedet/srecode/dictionary.el (srecode-field-value)
7344         (srecode-dictionary-add-section-dictionary):
7345         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7346         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7347         (describe-class, eieio-describe-generic, describe-generic):
7348         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7349         (eieio-speedbar-expand):
7350         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7351         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7352         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7353         (viper-del-backward-char-in-replace, viper-backward-indent)
7354         (viper-brac-function, viper-register-to-point, viper-submit-report):
7355         * net/tramp.el (tramp-remote-coding-commands):
7356         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7357         Fix typos in docstrings.
7359 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7361         * mail/sendmail.el (mail-yank-original): Set the mark if the
7362         specified function for yanking does not do it.
7364 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7366         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7368         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7369         resyncing a directory.
7371 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7373         * progmodes/ada-mode.el: Fix bug#1920.
7374         (ada-ident-re): Delete ., allow multibyte characters.
7375         (ada-goto-label-re): New; matches goto labels.
7376         (ada-block-label-re): New; matches block labels.
7377         (ada-label-re): New; matches both.
7378         (ada-named-block-re): Deleted; callers changed to use
7379         `ada-block-label-re' instead.
7380         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7381         Use `ada-block-label-re'.
7382         (ada-indent-on-previous-lines): Improve handling of goto labels.
7383         (ada-get-indent-block-start): Special-case block label.
7384         (ada-get-indent-label): Split into `ada-indent-block-label' and
7385         `ada-indent-goto-label'.
7386         (ada-goto-stmt-start, ada-goto-next-non-ws):
7387         Optionally ignore goto labels.
7388         (ada-goto-next-word): Simplify.
7389         (ada-indent-newline-indent-conditional): Insert newline before
7390         trying to fix indentation; doc fix.
7392 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7394         * calc/calc.el (calc-command-flags): Give it an initial value.
7396 2010-01-17  Glenn Morris  <rgm@gnu.org>
7398         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
7400 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7402         * cedet/semantic.el (semantic-mode):
7403         * files.el (minibuffer-with-setup-hook):
7404         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7405         (artist-key-draw-continously, artist-key-do-continously-continously)
7406         (artist-key-set-point-continously, artist-mouse-draw-continously):
7407         Fix typos in docstrings.
7409 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7411         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7412         return t (Bug#3898).
7414 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7416         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7417         can parse the output of the external commands (Bug#5279).
7419 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7421         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7423 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7425         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7427         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7429         * startup.el (command-line): Remove unused --icon-type arg.
7430         Handle --display arg, passing it to command-line-1 (Bug#5392).
7432 2010-01-16  Mario Lang  <mlang@delysid.org>
7434         * cedet/ede/cpp-root.el (ede-cpp-root-project):
7435         * cedet/ede/files.el (ede-expand-filename):
7436         * cedet/ede/simple.el (ede-simple-project):
7437         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7438         (semantic-complete-inline-tag-engine):
7439         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7440         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7441         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7442         * cedet/semantic/db.el (semanticdb-equivalent-mode):
7443         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7444         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7445         * emacs-lisp/chart.el (chart-translate-namezone):
7446         * textmodes/artist.el (artist-compute-popup-menu-table):
7447         Remove duplicated words in doc-strings.
7449 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7451         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7452         to mairix-search to suppress threading (Bug#5342).
7454 2010-01-15  Kenichi Handa  <handa@m17n.org>
7456         * international/mule-cmds.el (canonicalize-coding-system-name):
7457         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7459 2010-01-15  Glenn Morris  <rgm@gnu.org>
7461         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7463         * wid-edit.el (widget-keymap): Doc fix.
7465         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7466         former seems to be more widely accepted by various svn versions.
7468 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7470         * find-cmd.el (find-constituents):
7471         * vc-arch.el (vc-arch-root):
7472         * window.el (window-body-height, pop-up-frames):
7473         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7474         (semantic-no-reparse-needed-change-hook):
7475         * cedet/srecode/insert.el (srecode-resolve-argument-list)
7476         (srecode-template-inserter-blank, srecode-template-inserter-variable)
7477         (srecode-template-inserter-ask, srecode-template-inserter-width)
7478         (srecode-template-inserter-section-start)
7479         (srecode-template-inserter-section-end, srecode-insert-method):
7480         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7481         * progmodes/ada-stmt.el (ada-if):
7482         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7483         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7484         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7485         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7487         * progmodes/flymake.el (flymake-post-syntax-check):
7488         Fix typo in error message.
7490 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7492         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7493         which is always a string.  (Bug#5313)
7495 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7497         * progmodes/ada-xref.el (ada-default-prj-properties):
7498         Simplify previous change.
7500 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7502         * progmodes/ada-xref.el (ada-default-prj-properties):
7503         Default ada_project_path to $ADA_PROJECT_PATH.
7505 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7507         * progmodes/ada-mode.el (ada-create-keymap):
7508         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7510 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7512         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7513         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7514         (ada-get-current-indent, ada-imenu-generic-expression)
7515         (ada-which-function): Check for it.
7517 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7519         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7520         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7522 2010-01-14  Glenn Morris  <rgm@gnu.org>
7524         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7526 2010-01-14  Kenichi Handa  <handa@m17n.org>
7528         * composite.el (auto-composition-mode): Make it a buffer local
7529         variable (permanent-local).
7530         (auto-composition-function): Set the default value to
7531         auto-compose-chars.
7532         (auto-composition-mode): Make it a simple function, not a minor mode.
7533         (global-auto-composition-mode): Likewise.
7534         (turn-on-auto-composition-if-enabled): Delete it.
7536 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7538         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7540 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7542         * files.el (copy-directory): Compute target for recursive
7543         directories with identical names.  (Bug#5343)
7545 2010-01-12  Glenn Morris  <rgm@gnu.org>
7547         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7548         it to bug-gnu-emacs rather than emacs-pretest-bug.
7550 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7552         * cedet/data-debug.el (data-debug): Fix customization group reference.
7554 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7556         * cedet/semantic/analyze.el (semantic-analyze-push-error)
7557         (semantic-analyze-context, semantic-analyze-context-assignment)
7558         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7559         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7560         (semantic-java-doc-keywords-map):
7561         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7562         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7563         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7564         (semantic-c-classname, semantic-format-tag-uml-prototype)
7565         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7566         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7567         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7568         (semantic-get-local-variables, semantic-end-of-command)
7569         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7570         (lisp-mode):
7571         * cedet/semantic/bovine/make.el (makefile-mode):
7572         * cedet/semantic/wisent/python.el (wisent-python-string-re)
7573         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7574         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7575         (semantic-lex, semantic-get-local-variables, python-mode):
7576         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7577         * cedet/srecode/extract.el (srecode-extract-state-set)
7578         (srecode-extract-method): Fix typos in docstrings.
7580 2010-01-11  Sam Steingold  <sds@gnu.org>
7582         * imenu.el (imenu-default-create-index-function): Detect infinite
7583         loops caused by imenu-prev-index-position-function.
7585 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7587         * htmlfontify.el (htmlfontify-load-rgb-file)
7588         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7589         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7590         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7591         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7592         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7593         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7594         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7595         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7596         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7597         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7598         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7599         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7600         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7601         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7602         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7603         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7604         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7605         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7606         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7607         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7608         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7609         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7610         backslash-quoting from parentheses, etc.
7612 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7614         * progmodes/js.el: Autoload javascript-mode alias.
7616 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7618         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7619         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7620         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7621         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7622         Fix typos in docstrings.
7623         (ffap-url-regexp): Doc fix.
7624         (ffap-at-mouse): Fix typo in message.
7626 2010-01-11  Glenn Morris  <rgm@gnu.org>
7628         * version.el (emacs-copyright): Set copyright year to 2010.
7630 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * format.el (format-annotate-function): Only set
7633         write-region-post-annotation-function after running to-fn so as not to
7634         affect nested write-region calls (bug#5273).
7636 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7638         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7639         Add python parser.
7641         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7642         wisent/python.el.
7644 2010-01-10  Richard Kim  <emacs18@gmail.com>
7646         * cedet/semantic/wisent/python-wy.el:
7647         * cedet/semantic/wisent/python.el: New files.
7649 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7651         * man.el (Man-goto-section): Signal error if the section is not
7652         found (Bug#5317).
7654 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7656         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7657         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7659 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7661         * progmodes/compile.el: Don't treat compile-command as safe if
7662         compilation-read-command might be nil (Bug#4218).
7664 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7666         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7667         NS options.
7669 2010-01-08  Kenichi Handa  <handa@m17n.org>
7671         * international/fontset.el (build-default-fontset-data):
7672         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7674 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7676         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7677         to `create-file-buffer' as it expects, not just a buffer name.
7678         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7679         to help uniquify.  (Bug#3224)
7681 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7683         * font-setting.el (font-setting-change-default-font): Use user-spec
7684         instead of name.
7686 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7688         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7690 2010-01-05  Tom Tromey  <tromey@redhat.com>
7692         * progmodes/python.el (python-font-lock-keywords):
7693         Handle qualified decorators (Bug#881).
7695 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7697         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7698         in a lightweight checkout.
7700 2010-01-05  Kenichi Handa  <handa@m17n.org>
7702         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7704 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7706         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7708 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7710         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7711         checkouts.  (Bug#618)
7712         (vc-bzr-log-view-mode): Also highlight the author.
7713         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7714         (vc-bzr-shelve-menu-map):
7715         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7716         (vc-bzr-shelve-apply): Make prompt more explicit.
7718 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7720         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7721         They are valid characters in URL paths (rfc3986), and at least
7722         Firefox does not understand the encoded version (Bug#3166).
7724 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7726         * progmodes/octave-mod.el (octave-end-keywords)
7727         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7728         Add "end" keyword (Bug#3061).
7729         (octave-end-as-array-index-p): New function.
7730         (calculate-octave-indent): Use it.
7732 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7734         * bookmark.el: Consistently put the text property on the bookmark name.
7735         (bookmark-bmenu-marks-width): Bump back to 2, to include
7736         annotation marks.
7737         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7738         property on the bookmark name, instead of not putting it at all.
7739         (bookmark-bmenu-list): Fix where we put the text property.
7741 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7743         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7744         for showing buffer modified state (as added in the previous change).
7746 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7748         * bookmark.el: Show modified state of bookmark buffer more accurately.
7749         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7750         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7751         (with-buffer-modified-unmodified): New macro.
7752         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7753         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7754         Use new macro to preserve the buffer modified state.
7756 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7758         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7759         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7760         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7761         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7762         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7763         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7764         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7766 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7768         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7769         Make the lines in the generated doc string shorter.  (Bug#4668)
7771 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7773         * net/rcirc.el: Add follow-link binding (Bug#4738).
7775 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7777         * Makefile.in (bzr-update): Rename from cvs-update.
7778         (cvs-update): New target for backward compatibility.
7780         * makefile.w32-in (bzr-update): Rename from cvs-update.
7781         (cvs-update): New target for backward compatibility.
7783 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7785         * bookmark.el: Remove gratuitous gratitude.
7787 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7789         * bookmark.el (bookmark-bmenu-any-marks): New function.
7790         (bookmark-bmenu-save): Clear buffer modification if no marks.
7792 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7794         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7795         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7796         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7797         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7799         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7800         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7801         To: emacs-devel {_AT_} gnu.org
7802         Subject: bookmark.el bug report
7803         Date: Mon, 28 Dec 2009 14:19:16 +0800
7804         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7806 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7808         * bookmark.el: Improvements suggested by Drew Adams:
7809         (bookmark-bmenu-ensure-position): New name for
7810         `bookmark-bmenu-check-position'.  Just ensure the position,
7811         don't return any meaningful value.
7812         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7813         New constants.
7815 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7817         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7818         (bookmark-yank-point, bookmark-bmenu-check-position):
7819         Fix typos in docstrings.
7820         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7821         (bookmark-name-from-full-record, bookmark-get-position)
7822         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7823         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7824         Remove useless quoting of parenthesis, etc. in docstrings.
7826         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7827         (ediff-append-custom-diff): Fix typo in error message.
7828         (ediff-meta-mark-equal-files): Fix typos in messages.
7830         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7832         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7833         Fix typo in docstring.
7835         * net/imap-hash.el (imap-hash-make): Doc fix.
7836         (imap-hash-test): Fix typo in error message; reflow docstring.
7837         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7838         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7839         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7840         Fix typos in docstrings.
7841         (imap-hash-open-connection): Fix typo in error message.
7843         * play/gomoku.el (gomoku): Fix typos in docstring.
7845         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7846         (gdb-jsonify-buffer): Fix typos in docstring.
7847         (gdb-goto-breakpoint): Fix typo in error message.
7848         ("Display Other Windows"): Fix typo in help message.
7849         (gdb-speedbar-expand-node): Fix typo in question.
7851         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7852         (idlwave-html-system-help-location, idlwave-html-help-location)
7853         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7854         (idlwave-help-browser-generic-args, idlwave-help-directory)
7855         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7856         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7857         (idlwave-online-help, idlwave-help-html-link)
7858         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7859         Fix typos in docstrings.
7860         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7861         Reflow docstrings.
7862         (idlwave-help-assistant-start): Fix typo in error message.
7864         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7865         (octave-electric-space): Fix typos in docstrings.
7867 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7869         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7871 2010-01-01  Juri Linkov  <juri@jurta.org>
7873         * comint.el (comint-input-ring-size): Make it a defcustom and
7874         increase the default to 500 (Bug#5148).
7876 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7878         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7879         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7880         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7882 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7884         Show working revision correctly for mercurial.
7885         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7886         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7888 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7890         Declare some functions for the byte-compiler.
7891         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7892         (speedbar-timer-fn, speedbar-change-expand-button-char)
7893         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7895 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7897         This changeset reverts GDB Graphical Interface to use annotations.
7898         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7900 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7902         Make vc-dir work on subdirectories of the bzr root.
7903         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7904         file names relative to it.
7905         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7906         relative directory to vc-bzr-after-dir-status.
7908 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7910         * font-lock.el (font-lock-refresh-defaults): New function, which
7911         can be used to let font-lock react to external changes in
7912         variables like font-lock-defaults and keywords.
7913         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7915 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7917         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7919         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7921 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7923         Supersede color.diff settings in git log (bug#5211).
7925         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7926         escape chars in its output when the user has color.diff set to `always'.
7927         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7929 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7931         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7932         node.  Keep previous "Index" name to work with past coreutils too.
7934         * man.el (man): Revise docstring a bit to show -a and -l as
7935         examples.  Add -k description since support for it has otherwise
7936         been a secret.  (Further to bug#3717.)
7937         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7938         "no matches" rather than "Can't find manpage", as the latter reads
7939         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7941 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7943         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7944         switches.  Check also for //SUBDIRED// line.
7946 2009-12-25  Kenichi Handa  <handa@m17n.org>
7948         * language/indian.el (devanagari-composable-pattern): Fixed to
7949         handle ZWNJ and ZWJ.  Use it in composition-function-table for
7950         Devanagari.
7951         (malayalam-composable-pattern): Fix previous change.
7953 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7955         * ps-print.el (ps-face-attributes): It was not returning the
7956         attribute face for faces specified as string.  Reported by harven
7957         <harven@free.fr>.  (Bug#5254)
7958         (ps-print-version): New version 7.3.5.
7960 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
7962         * calendar/icalendar.el (icalendar--convert-tz-offset):
7963         Fix timezone names.
7964         (icalendar--convert-tz-offset): Fix the "last-day-problem".
7965         (icalendar--add-diary-entry): Remove the trailing blank that
7966         diary-make-entry inserts.
7968 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
7970         Make `file-expand-wildcards' work for remote files.
7972         * files.el (file-expand-wildcards): In case of remote files, check
7973         only local file name part for wildcards.  Provide feature 'files
7974         and subfeature 'remote-wildcards.  (Bug#5198)
7976         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7977         if there is already an established connection.
7978         (tramp-advice-file-expand-wildcards): Remove it.
7980         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7981         (tramp-advice-file-expand-wildcards): Move from tramp.el.
7982         Activate advice for older GNU Emacs versions.  (Bug#5237)
7984 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
7986         Some doc fixes (more needed).
7988         * find-cmd.el (find-constituents): Reflow docstring.
7989         (find-cmd, find-prune, find-command): Fix typos in docstrings.
7990         (find-generic): Doc fix.
7992 2009-12-17  Juri Linkov  <juri@jurta.org>
7994         Fix regression from 23.1 to allow multiple modes in Local Variables.
7996         * files.el (hack-local-variables-filter): While ignoring duplicates,
7997         don't take `mode' into account.
7998         (hack-local-variables-filter, hack-dir-local-variables):
7999         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8001 2009-12-17  Juri Linkov  <juri@jurta.org>
8003         Make `dired-diff' safer.  (Bug#5225)
8005         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8006         `current' or when `file' is a directory of the `current' file.
8008 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8010         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8011         unconditionally preloaded files.
8013 2009-12-16  Juri Linkov  <juri@jurta.org>
8015         Revert to old 23.1 logic of using the file at the mark as default.
8016         * dired-aux.el (dired-diff): Use the file at the mark as default
8017         if it's not the same as the current file, and the target dir is
8018         the current dir or the mark is active.  Add the current file
8019         as the arg of `dired-dwim-target-defaults'.  Use the default file
8020         in the prompt.  (Bug#5225)
8022 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8024         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8025         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8026         (tramp-check-for-regexp): Check also, when an echoing shell stops
8027         to echo sent commands.
8029 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8031         * Makefile.in: Revert last change (Bug#5191).
8033 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8035         * vc-hg.el (vc-hg-print-log): Fix argument order.
8036         (vc-hg-working-revision): Make sure the command is executed in a
8037         known environment so that we can parse the output.  (Bug#4417)
8039 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8041         * progmodes/python.el (python-symbol-completions): Remove text
8042         properties from symbol string before calling python-send-receive.
8044 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8046         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8047         when there are values for both file and line.  (Bug#5060)
8049 2009-12-14  Juri Linkov  <juri@jurta.org>
8051         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8052         whitespace after the file name of the first line of unified format,
8053         because git-diff doesn't output whitespace and file modification time
8054         after the file name.
8056 2009-12-14  David Kastrup  <dak@gnu.org>
8058         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8059         check if it already has the `display' property added by
8060         `Info-display-images-node', and not put the `invisible' property
8061         in this case.
8063 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8065         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
8066         (semantic-mru-bookmark-mode): Doc fixes.
8068         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
8069         of assert.
8071 2009-12-13  Glenn Morris  <rgm@gnu.org>
8073         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8074         (report-emacs-bug): In message-mode, sort manually before storing
8075         original report text.  (Bug#5178)
8076         Remove superfluous save-excursion.
8078 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8080         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8081         when responding to "GetAll" properties.
8083 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8085         * simple.el (compose-mail): Remove mail-setup-with-from from
8086         customization checks.
8088 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8090         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8091         RAR archives created on Unix systems.
8093 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8095         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8096         the varalias that was accidentally removed by the 2009-11-19 change
8097         (bug#5186).
8099 2009-12-12  Kenichi Handa  <handa@m17n.org>
8101         * language/indian.el (indian-compose-regexp): New function.
8102         (malayalam-composable-pattern): Fix the pattern.
8103         (composition-function-table): Set malayalam-composable-pattern for
8104         Malayalam characters.
8106 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8108         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8109         rather than down-mouse-1, based on follow-link conventions.
8111         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8112         are compiled.
8114 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8116         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8117         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8118         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8119         (verilog-leap-to-head, verilog-backward-token):
8120         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8122 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8124         * progmodes/verilog-mode.el (verilog-auto-lineup)
8125         (verilog-nameable-item-re): Cleanup user-visible spelling and
8126         documentation errors.  One reported by Gary Delp.
8127         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8128         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8129         package, bug195.  Reported by Pierre-David Pfister.
8131 2009-12-11  Glenn Morris  <rgm@gnu.org>
8133         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8135         * mail/emacsbug.el: No longer require sendmail.
8136         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8137         (report-emacs-bug-orig-text): Doc fix.
8138         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8139         New local variables, to adapt to different mail-user-agents.
8140         (report-emacs-bug): Fix test for a gnu.org address.
8141         Use overlays for emphasis, since font-lock defeats 'face property.
8142         Pretest bugs also end up at the newsgroup these days.
8143         Stop message-mode stripping text properties.
8144         Set and use the new buffer-local variables.
8145         (report-emacs-bug-hook): Add doc-string.
8146         Remove some unnecessary save-excursions and simplify.
8147         Use the appropriate hook and send-command.
8149         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8150         capitalization of some menu entries.
8152 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8154         * whitespace.el (whitespace-display-char-on):
8155         Ensure `buffer-display-table' is unique when two or more windows are
8156         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8157         New version 12.1.
8159 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8161         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8162         characters in the Attribute field.
8164 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8166         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8168 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8170         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8171         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8172         Disregard autoload-excludes.
8173         (update-directory-autoloads): Obey autoload-excludes here instead.
8174         But don't store its contents in no-autoloads and remove entries that
8175         refer to excludes files.
8177 2009-12-10  Glenn Morris  <rgm@gnu.org>
8179         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8180         (expand-mail-aliases): Define for compiler.
8182         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8183         Define for compiler.
8185         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8186         appropriate for the mail-user-agent in use.
8188 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8190         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8192 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8194         Fix short log parsing and fontification.
8195         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8196         Fix fontification for the [merge] label.
8198 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8200         Drop some properties to avoid surprises (bug#5002).
8201         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8202         (hfy-fontify-buffer): Use it.
8204 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         Minor cleanup.
8207         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8208         Adjust all callers.
8209         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8210         args compulsory.  Adjust callers.
8211         (ffap-gopher-at-point): Remove unused var `name'.
8213         Get rid of the ELCFILES abomination.
8214         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8215         (compile-elcfiles): New phony target.
8216         (compile-main): Compute ELCFILES dynamically.
8217         (compile-clean): New target to remove left-over elc files.
8218         (compile, all): Use it.
8220 2009-12-09  Kenichi Handa  <handa@etlken>
8222         * international/mule-diag.el: Require help-mode instead of help-fns.
8224 2009-12-09  Kenichi Handa  <handa@m17n.org>
8226         * international/mule-cmds.el (ucs-names): Supply sufficiently
8227         fine ranges instead of pre-calculating accurate ranges.
8228         Iterate with bigger gc-cons-threshold.
8230 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8232         Add support for stashing a snapshot of the current tree.
8233         * vc-git.el (vc-git-stash-snapshot): New function.
8234         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8236 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8238         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8239         instead of `(beginning|end)-of-line'.
8241 2009-12-08  Glenn Morris  <rgm@gnu.org>
8243         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8245         * Makefile.in (ELCFILES): Regenerate.
8247 2009-12-07  Juri Linkov  <juri@jurta.org>
8249         Don't lazy-highlight the comint output in history Isearch mode.
8251         * comint.el (comint-history-isearch-search): Instead of
8252         `comint-line-beginning-position', use `comint-after-pmark-p'
8253         to check if point if before the process mark, and go to
8254         `process-mark' in this case.
8256 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8258         * textmodes/tex-mode.el (latex-complete)
8259         (latex-indent-or-complete): Remove.
8260         (latex-mode): Set completion-at-point-functions instead.
8262         Provide a standard completion command and hook it into TAB.
8263         * minibuffer.el (completion-at-point-functions): New var.
8264         (completion-at-point): New command.
8265         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8266         * progmodes/python.el (python-mode-map): Use completion-at-point.
8267         (python-completion-at-point): Rename from python-partial-symbol and
8268         adjust for use in completion-at-point-functions.
8269         (python-mode): Setup completion-at-point for Python completion.
8270         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8271         extracted from lisp-complete-symbol.
8272         (lisp-complete-symbol): Use it.
8273         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8274         setup completion-at-point for Elisp completion.
8275         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8276         Use completion-at-point.
8277         * ielm.el (ielm-map): Use completion-at-point.
8278         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8279         * progmodes/sym-comp.el: Move to...
8280         * obsolete/sym-comp.el: Move from progmodes.
8282 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8284         Prevent save-buffer in Rmail buffers from using the coding-system
8285         of the current message, and from clobbering the encoding mnemonics
8286         in the mode line (Bug#4623).
8288         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8289         flag, too.
8290         (rmail-message-encoding): New variable.
8291         (rmail-write-region-annotate): Record the encoding of the current
8292         message in rmail-message-encoding.
8293         (rmail-after-save-hook): New function, restores the encoding of
8294         the current message after the message collection is saved.
8296 2009-12-07  Juri Linkov  <juri@jurta.org>
8298         * progmodes/grep.el (grep-read-files): Use `completing-read'
8299         instead of `read-string'.  Set its `collection' arg to
8300         `read-file-name-internal'.  (Bug#4301)
8302 2009-12-07  Juri Linkov  <juri@jurta.org>
8304         Correctly restore original Isearch point.  (Bug#4994)
8306         * isearch.el (isearch-mode): Move `isearch-push-state' after
8307         `(run-hooks 'isearch-mode-hook)'.
8308         (isearch-cancel): When `isearch-push-state-function' is defined,
8309         let-bind `isearch-cmds' to the first state (the last element of
8310         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8311         function and restores the original point).  Otherwise, move point
8312         to `isearch-opoint'.
8314 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8316         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8317         chars that don't have names, so the table can be built much faster at
8318         run-time.
8320 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8322         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8323         change.  Suggested by David Kastrup.
8325         * simple.el (compose-mail): Check for incompatibilities and warn.
8326         (compose-mail-user-agent-warnings): New option.
8328 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8330         Support showing a single log entry from vc-annotate.
8331         * vc.el (print-log): Add a new argument: START-REVISION.
8332         (vc-print-log-internal): Add a new optional argument and
8333         pass it to the backend.
8334         (vc-print-log, vc-print-root-log): Adjust callers.
8335         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8336         buffer already displays the requested log entry, use it.
8337         Otherwise display only the log entry in question.
8338         * vc-svn.el (vc-svn-print-log):
8339         * vc-mtn.el (vc-mtn-print-log):
8340         * vc-hg.el (vc-hg-state):
8341         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8342         (vc-git-show-log-entry): Return t on success.
8343         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8344         (vc-bzr-show-log-entry): Return t on success.
8345         * vc-rcs.el (vc-rcs-print-log):
8346         * vc-sccs.el (vc-sccs-print-log):
8347         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8349 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8351         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8352         Add menus to the meta mode.  (Bug#5043)
8354 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8356         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8357         event-key.
8359         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8361 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8363         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8364         Berbain <raphael.berbain@gmail.com>.
8366         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8367         characters.
8368         (tramp-initial-end-of-output): New defconst.
8369         (tramp-methods, tramp-find-shell)
8370         (tramp-open-connection-setup-interactive-shell)
8371         (tramp-maybe-open-connection): Use it.
8372         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8373         existence of `#' and `$'.
8375         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8376         `tramp-initial-end-of-output'.
8378 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8380         Get the background mode from the terminal for xterm, and set
8381         faces accordingly.
8382         * term/xterm.el (xterm-set-background-mode): New function.
8383         (terminal-init-xterm): Use it in case xterm supports background
8384         color queries.  Recompute faces after getting the background
8385         color.
8387 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8389         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8390         number comment back on its own line, for easier parsing.
8392 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8394         Make it work for non-file buffers (bug#5102).
8395         * doc-view.el (doc-view-current-cache-dir):
8396         Use doc-view-buffer-file-name rather than buffer-file-name.
8397         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8399 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8401         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8402         author field is too short.
8404 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8406         * vc-git.el (vc-git-print-log): Handle a limit argument.
8407         Display the short log in graph form and with labels.
8408         (vc-git-log-view-mode): Handle labels.
8410         Make vc-revert change VC state from 'added to 'unregistered.
8411         * vc-git.el (vc-git-revert): Call git reset first.
8413 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8415         * net/newst-backend.el, net/newst-plainview.el:
8416         * net/newst-reader.el, net/newst-ticker.el:
8417         * net/newst-treeview.el, net/newsticker.el:
8418         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8420 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8422         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8424         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8425         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8426         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8427         Update annotation regexp.
8429         * simple.el (beginning-of-visual-line): Constrain to field
8430         boundaries (Bug#5106).
8432 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8434         * xml.el (xml-substitute-numeric-entities): Move
8435         newsticker--decode-numeric-entities in newst-backend.el to
8436         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8437         * net/newst-backend.el (newsticker--parse-generic-feed)
8438         (newsticker--parse-generic-items)
8439         (newsticker--decode-numeric-entities): Move
8440         newsticker--decode-numeric-entities in newst-backend.el to
8441         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8443 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8445         * progmodes/js.el (js--js-not): Add null to the list of values.
8447 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8449         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8451 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8453         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8454         delimiter if it is at the end of the current line.
8455         (bibtex-generate-url-list): Fix docstring.
8457 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8459         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8460         minibuffer's content with itself.
8461         Fold the confirm-after-completion case into the `confirm' case.
8462         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8464 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8466         * ffap.el (ffap-rfc-path): Make this a defcustom since
8467         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8469         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8470         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8472 2009-12-05  Juri Linkov  <juri@jurta.org>
8474         Save and restore dired buffer's point positions too.  (Bug#4880)
8476         * dired.el (dired-save-positions): Return in the first element
8477         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8478         Doc fix.
8479         (dired-restore-positions): First restore buffer's position.
8480         While restoring window's positions, check if window still displays
8481         the original buffer.
8483 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8485         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8486         if possible.
8488         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8489         Make argument optional.
8491         * shell.el (shell): Require ansi-color (Bug#5113).
8493         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8495         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8497 2009-12-05  Alan Mackenzie  <acm@muc.de>
8499         * progmodes/cc-mode.el (c-before-hack-hook)
8500         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8501         `c-file-style' to work again.  This reversion restores the current
8502         software to its state in Emacs 23.1.  (Bug#4146)
8504 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8506         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8507         comment-start-skip to comment-end-skip as comment (Bug#4781).
8509 2009-12-05  Juri Linkov  <juri@jurta.org>
8511         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8512         for virtual nodes.  (Bug#4147)
8513         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8514         when moving from a virtual node.
8515         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8516         (Info-mode): Add `Info-virtual-index' to the docstring.
8518 2009-12-05  Eric Ludlam  <zappo@gnu.org>
8520         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8521         Describe project macro symbols.
8523         * cedet/semantic/complete.el (semantic-complete-do-completion):
8524         Don't call semantic-collector-current-exact-match.
8526         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8527         ede-objects as targets.
8529         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8530         a target's object list even if compiler vars are already in the
8531         Makefile.
8533         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8534         list of headers producing necessary macros.
8536 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8538         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8539         track of the buffer position of the end of a BibTeX entry as this
8540         position may change during reformatting.
8541         (bibtex-format-entry): Remove whitespace before processing
8542         numerical fields so that we recognize the latter properly.
8543         (bibtex-reformat): Do not use push which changes the global value
8544         of bibtex-entry-format.
8545         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8546         (bibtex-field-re-init): Replace only space characters by regexp
8547         for whitespace.
8548         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8549         (bibtex-initialize): Also update bibtex-strings.
8550         (bibtex-kill-field): Preserve white space at end of entry.
8551         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8552         Update bibtex-reference-keys.
8554 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8556         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8557         point after a star, if that's the only place where modifications can
8558         make progress.
8560 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8562         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8563         in docstrings.
8565 2009-12-04  Juri Linkov  <juri@jurta.org>
8567         * proced.el (proced): Call `(proced-update t)' to update process
8568         information instead of only running proced-post-display-hook.
8569         (proced-send-signal): Add a leading space to the buffer name
8570         " *Marked Processes*" to make this buffer ephemeral.
8572 2009-12-04  Juri Linkov  <juri@jurta.org>
8574         * dired.el (dired-auto-revert-buffer): New defcustom.
8575         (dired-internal-noselect): Use it.
8577 2009-12-04  Juri Linkov  <juri@jurta.org>
8579         Change roles of modes and functions in image-mode.el (Bug#5062).
8581         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8582         in `auto-mode-alist'.
8583         (image-mode-previous-major-mode): New variable.
8584         (image-minor-mode-map): Rename from `image-mode-text-map'.
8585         (image-mode): Move graceful error-handling code from
8586         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8587         (image-minor-mode): Remove all image-handling code.
8588         Replace `image-mode-text-map' with `image-minor-mode-map'.
8589         Check for `image-type' in mode-line format string.
8590         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8591         (image-mode-as-text): New function with most code from
8592         `image-mode-maybe'.
8593         (image-toggle-display-text): Move code that removes image
8594         properties from `image-toggle-display' to here.
8595         (image-toggle-display-image): New function with code that adds
8596         image properties copied from `image-toggle-display'.
8597         (image-toggle-display): Remove most code with leaving only code
8598         that toggles between `image-mode-as-text' and `image-mode'.
8600 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8602         * net/newst-treeview.el
8603         (newsticker--treeview-list-highlight-start): Restored call to
8604         save-excursion: Selected item was stuck.
8605         (newsticker--treeview-list-select): New.
8606         (newsticker--treeview-item-show-text)
8607         (newsticker--treeview-item-show)
8608         (newsticker--treeview-item-update): Use new
8609         newsticker-treeview-item-mode.
8610         (newsticker-treeview-update): Keep current item.
8611         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8612         (newsticker--treeview-first-feed): Doc change.
8613         (newsticker-treeview-list-menu)
8614         (newsticker-treeview-item-menu): Added menu entries.
8615         (newsticker-treeview-item-mode): New.
8617         * net/newst-backend.el (newsticker-customize): Delete other
8618         windows.
8620 2009-12-04  Sam Steingold  <sds@gnu.org>
8622         * log-view.el (log-view-mode-map): "q" calls quit-window,
8623         like in all the other non-self-insert buffers.
8625 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         Minor cleanup.
8628         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8629         key decoding rather than do it manually via last-input-event +
8630         ascii-character.
8631         (term-exec): Use delete-and-extract-region.
8632         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8633         (term-process-pager): Remove unused var `i'.
8634         (term-dynamic-simple-complete): Make obsolete.
8635         (serial-update-config-menu): Remove unused vars `y' and `str'.
8636         (term-update-mode-line): Remove unused var `temp'.
8638 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8640         Limit the number of log entries displayed by default.
8641         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8642         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8643         using a prefix argument.
8645 2009-12-03  Glenn Morris  <rgm@gnu.org>
8647         * progmodes/idlwave.el (class): Restore still useful declaration.
8649 2009-12-03  Alan Mackenzie  <acm@muc.de>
8651         Enhance `c-parse-state' to run efficiently in "brace deserts".
8653         * progmodes/cc-mode.el (c-basic-common-init):
8654         Call c-state-cache-init.
8655         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8656         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8657         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8659         * progmodes/cc-langs.el (c-before-font-lock-function):
8660         c-extend-and-neutralize-syntax-in-CPP has been renamed
8661         c-neutralize-syntax-in-and-mark-CPP.
8663         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8664         with `category' properties now, not `syntax-table' ones.
8666         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8667         enhanced (but slower) version of c-end-of-macro that won't land
8668         inside a literal or on another awkward character.
8669         (c-state-cache-too-far, c-state-cache-start)
8670         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8671         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8672         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8673         (c-state-min-scan-pos, c-state-brace-pair-desert)
8674         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8675         buffer local variables.
8676         (c-state-literal-at, c-state-lit-beg)
8677         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8678         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8679         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8680         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8681         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8682         (c-renarrow-state-cache)
8683         (c-append-lower-brace-pair-to-state-cache)
8684         (c-state-push-any-brace-pair, c-append-to-state-cache)
8685         (c-remove-stale-state-cache)
8686         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8687         (c-invalidate-state-cache-1, c-parse-state-1)
8688         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8689         (c-parse-state): Enhance and refactor.
8690         (c-debug-parse-state): Amend to deal with all the new variables.
8692         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8693         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8694         modify to use category text properties rather than syntax-table ones.
8695         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8696         to switch off/on the syntactic paren property of C++ template
8697         delimiters using the category property.
8698         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8699         template delims suppressed.
8700         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8701         New constant/macros which apply category properties to the start
8702         and end of preprocessor constructs.
8703         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8704         "comment out" the syntactic value of characters in preprocessor
8705         constructs.
8706         (c-with-cpps-commented-out)
8707         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8708         with characters in all or all but one preprocessor constructs
8709         "commented out".
8711 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8713         * proced.el (proced-filter-alist): Use regexp-quote.
8715 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8717         Cleanup.
8718         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8719         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8720         arguments.  Expand `default-directory'.
8722         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8723         the benefit of returning an expanded localname.
8724         (tramp-tramp-file-p): Handle the case NAME is not a string.
8726 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8728         Add support for bzr shelve/unshelve.
8729         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8730         (vc-bzr-extra-menu-map): New variables.
8731         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8732         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8733         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8734         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8735         (vc-bzr-dir-extra-headers): Display shelves.
8737         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8739 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8741         * textmodes/bibtex.el (bibtex-complete-internal):
8742         Use completion-in-region.
8743         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8745 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8747         Support applying stashes.  Improve UI.
8748         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8749         (vc-git-stash-apply, vc-git-stash-pop)
8750         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8751         (vc-git-stash-menu): New functions.
8752         (vc-git-stash-menu-map): New variable.
8753         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8755 2009-12-03  Glenn Morris  <rgm@gnu.org>
8757         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8758         (vc-print-log-internal): Fix previous change.
8759         (vc-revert): Correct pluralization.
8761 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8763         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8764         it to be an alist any more.
8765         (makefile-complete): Use completion-in-region.
8767         * progmodes/octave-mod.el (octave-complete-symbol):
8768         Use completion-in-region.
8770         Misc cleanup.
8771         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8772         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8773         (idlwave-complete-class): Don't quote lambda.
8774         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8775         (idlwave-mode-map): Move initialization into declaration.
8776         (idlwave-action-and-binding): Use backquotes.
8777         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8778         Simplify.
8779         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8780         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8781         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8782         `parts', and `all-parts'.
8783         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8784         (idlwave-convert-xml-system-routine-info): Remove unused string
8785         `version-string'.
8786         (idlwave-display-user-catalog-widget): Use dolist.
8787         (idlwave-scanning-lib): Declare dynamically-scoped var.
8788         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8789         (completion-highlight-first-word-only): Declare to silence bytecomp.
8790         (idlwave-popup-select): Tighten scope of `resp'.
8791         (idlwave-find-struct-tag): Remove unused var `beg'.
8792         (idlwave-after-load-rinfo-hook): Declare.
8793         (idlwave-sintern-class-info): Remove unused var `taglist'.
8794         (idlwave-find-class-definition): Remove unused var `list'.
8795         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8796         (idlwave-what-module-find-class): Remove unused var `classes'.
8798 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8800         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8802 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8804         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8805         buffers visited.  Remove redundant current-buffer-saving.
8807 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         Use completion-in-buffer and remove uses of dynamic scoping.
8810         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8811         (pascal-buffer-to-use, pascal-flag): Don't declare.
8812         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8813         (pascal-get-completion-decl, pascal-keyword-completion):
8814         Add `pascal-str' argument, save-excursion,
8815         return the found completions, and don't filter with pascal-pred.
8816         (pascal-completion-cache): New var.
8817         (pascal-completion): Don't switch buffer any more (it was never
8818         necessary).  Don't save-excursion any more (it's done by the called
8819         subroutines).  Use a cache to avoid redundant computations.
8820         Use complete-with-action rather than pascal-completion-response and
8821         let it apply the predicate as well.
8822         (pascal-complete-word): Use completion-in-buffer when
8823         pascal-toggle-completions is nil.
8824         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8825         not used any more.
8826         (pascal-comp-defun): Don't change buffer any more.
8827         Use complete-with-action rather than pascal-completion-response and
8828         let it apply the predicate as well.
8829         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8830         when neded.
8832 2009-12-02  Kenichi Handa  <handa@m17n.org>
8834         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8835         shape for all Indic scripts.
8837 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         Use completion-in-buffer.
8840         * wid-edit.el (widget-field-text-end): New function.
8841         (widget-field-value-get): Use it.
8842         (widget-string-complete, widget-file-complete)
8843         (widget-color-complete): Use it and completion-in-region.
8844         (widget-complete): Don't narrow the buffer.
8846 2009-12-02  Glenn Morris  <rgm@gnu.org>
8848         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8849         (rmail-select-summary): Use rmail-pop-to-buffer.
8850         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8851         rmail-pop-to-buffer, to prevent horizontal splits.
8853         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8854         save-excursion with save-current-buffer.
8855         Widen before searching.  (Bug#5093)
8856         (diary-list-sexp-entries): Remove superfluous save-excursion.
8858 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8860         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8861         name.  (Bug#5038)
8863 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8865         * ido.el (ido-file-internal): Handle filenames at point that do
8866         not have a directory part.  (Bug#5049)
8868 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8870         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8871         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8873 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8875         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8876         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8877         any more.
8879 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         * comint.el (comint-insert-input): Ignore clicks to the right of
8882         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8884         * vc.el (vc-print-log-internal): Don't wait for the process to
8885         terminate before setting up the major mode.
8887         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8888         in case.
8890         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8891         the last element.
8893         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8895 2009-12-01  Glenn Morris  <rgm@gnu.org>
8897         * window.el (window--display-buffer-2): Fix previous changes.
8899 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8901         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8903 2009-12-01  Glenn Morris  <rgm@gnu.org>
8905         * Makefile.in (ELCFILES): Add mpc.elc.
8907 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8909         * mpc.el: New file.
8911 2009-12-01  Glenn Morris  <rgm@gnu.org>
8913         * window.el (window-to-use): Define for compiler.
8915         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8916         consistent with others (no final period).
8918         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8919         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8921 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8923         Make vc-print-log buttons work.
8924         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8926 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8928         * savehist.el (savehist-autosave-interval): Allow setting to nil
8929         through customize.  (Bug#5056)
8931 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8933         Fix references to jit-lock properties.
8934         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8935         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8936         (perl-font-lock-special-syntactic-constructs):
8937         Quote jit-lock-defer-multiline property.
8939 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8941         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8943 2009-11-30  Juri Linkov  <juri@jurta.org>
8945         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8946         value `buffer' of `multi-isearch-next-buffer-current-function'.
8947         Use `(current-buffer)' when `buffer' is nil.
8948         (multi-isearch-next-buffer-from-list): Don't fallback to
8949         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
8951 2009-11-30  Juri Linkov  <juri@jurta.org>
8953         * misearch.el (multi-isearch-read-buffers): Move canonicalization
8954         of buffers with `get-buffer' to `multi-isearch-buffers'.
8955         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8956         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
8957         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8958         FILES with `expand-file-name' converting relative file names
8959         to absolute.  Doc fix.  (Bug#4727)
8961 2009-11-30  Juri Linkov  <juri@jurta.org>
8963         * misearch.el (multi-isearch-read-buffers)
8964         (multi-isearch-read-matching-buffers): New functions.
8965         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8966         Use them in the `interactive' spec.  Doc fix.
8967         (multi-isearch-read-files, multi-isearch-read-matching-files):
8968         New functions.
8969         (multi-isearch-files, multi-isearch-files-regexp):
8970         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
8972 2009-11-30  Juri Linkov  <juri@jurta.org>
8974         * doc-view.el (doc-view-continuous):
8975         Rename from `doc-view-continuous-mode'.
8976         (doc-view-menu): Move "Toggle display" to the top.
8977         Add submenu "Continuous" with radio buttons "Off"/"On"
8978         and "Save as Default".
8979         (doc-view-scroll-up-or-next-page)
8980         (doc-view-scroll-down-or-previous-page)
8981         (doc-view-next-line-or-next-page)
8982         (doc-view-previous-line-or-previous-page): Rename
8983         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
8985 2009-11-30  Juri Linkov  <juri@jurta.org>
8987         * comint.el (comint-mode-map): Rebind `M-r' from
8988         `comint-previous-matching-input' to
8989         `comint-history-isearch-backward-regexp'.
8990         Unbind `M-s' to allow global key binding `M-s'.
8991         Add menu items for `comint-history-isearch-backward' and
8992         `comint-history-isearch-backward-regexp'.  (Bug#3746)
8994 2009-11-30  Juri Linkov  <juri@jurta.org>
8996         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8997         For def=recenter, replace `recenter' with `recenter-top-bottom'
8998         that is called with `this-command' and `last-command' let-bound
8999         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9000         set `recenter-last-op' to nil.  (Bug#4981)
9002 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9004         Minor cleanup and simplification.
9005         * filecache.el (file-cache-add-directory)
9006         (file-cache-add-directory-recursively)
9007         (file-cache-add-from-file-cache-buffer)
9008         (file-cache-delete-file-regexp, file-cache-delete-directory)
9009         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9010         (file-cache-temp-minibuffer-message): Delete function.
9011         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9013         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9014         Don't signal an error when bumping into EOB in tr, s, or y.
9016 2009-11-29  Juri Linkov  <juri@jurta.org>
9018         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9019         (Bug#4960)
9021         * descr-text.el (describe-char-unidata-list): Use lowercase name
9022         for "Unicode name" like in other tags.
9024 2009-11-29  Juri Linkov  <juri@jurta.org>
9026         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9027         New compatibility macro.
9028         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9030 2009-11-29  Juri Linkov  <juri@jurta.org>
9032         Add defcustom to define the cycling order of `recenter-top-bottom'.
9033         (Bug#4981)
9035         * window.el (recenter-last-op): Doc fix.
9036         (recenter-positions): New defcustom.
9037         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9038         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9040 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9042         Improve integration of Tramp and ange-ftp in eshell.
9044         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9045         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9046         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9048         * eshell/esh-util.el (top): Require also Tramp when compiling.
9049         (eshell-directory-files-and-attributes): Check for FTP remote
9050         connection.
9051         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9052         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9053         (eshell-file-attributes): Handle ".".  Return `entry'.
9055         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9056         (ange-ftp-directory-files-and-attributes)
9057         (ange-ftp-real-directory-files-and-attributes): New defuns.
9059         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9060         shell with "exec" when possible.  This prevents trailing prompts
9061         in `start-file-process'.
9063 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9065         Try and remove assumptions about point-min==1.
9066         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9067         (rng-compute-mode-line-string): Show the validation percentage in
9068         terms of the narrowed text, not the widened text.
9069         (rng-do-some-validation): Don't catch internal errors when debugging.
9070         (rng-first-error): Simplify.
9071         (rng-after-change-function): Remove work around.  AFAIK the bug has
9072         been fixed a while ago.
9074         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9075         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9077         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9079         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9080         `cd' doesn't always do it for us (bug#5067).
9082         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9083         on 2009-10-25 as part of some other change (bug#5067).
9085 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9087         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9088         `suspicious'.
9089         (byte-compile-warnings): Use byte-compile-warning-types.
9090         (byte-compile-save-excursion): Warn about use of set-buffer right
9091         after save-excursion.
9093         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9094         the excursion as well.
9096 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9098         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9099         providing a Tramp related implementation of "su" and "sudo".
9100         (eshell-unix-initialize): Add "su" and "sudo".
9102 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9104         * net/socks.el (socks-send-command): Convert binary request to
9105         unibyte before sending.  This fixes mishandling of some port
9106         numbers such as 129.
9108 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9110         * help.el (describe-bindings-internal): Remove `interactive'.
9112         * man.el (Man-completion-table): Trim a terminating "(".
9113         Remove the space between name page a section.
9114         Add the command's description on the `help-echo' property.
9115         Remove `process-connection-type' binding since it's unused by
9116         call-process.
9117         Provide completion for the "<section> <name>" format as well.
9118         (Man-default-man-entry): Remove spurious var shadowing the argument.
9120 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9122         * log-view.el: Add "Keywords: tools", since its other keywords
9123         aren't in finder-known-keywords, and following vc.el.
9125         * sha1.el (sha1-string-external): default-directory "/" in case
9126         otherwise non-existent.  process-connection-type pipe for touch of
9127         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9129 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         Misc coding convention cleanups.
9132         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9133         hfy-init-kludge-hooks.
9134         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9135         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9136         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9137         and push.
9138         (hfy-slant, hfy-weight): Use tables rather than code.
9139         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9140         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9141         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9142         (hfy-face-to-css): Remove `nconc' with single arg.
9143         (hfy-p-to-face-lennart): Use `or'.
9144         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9145         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9146         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9147         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9148         (hfy-force-fontification): Use run-hooks.
9150 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9152         Various minor fixes.
9153         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9154         Javascript belongs in the header, not the body.
9155         (hfy-javascript): Remove.
9156         (hfy-fontify-buffer): Don't insert it any more.
9157         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9158         Fix bug in invis handling when there were no invis props in a chunk.
9160 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9162         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9164 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9166         * finder.el (finder-mode-map): Add a menu.
9168 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9170         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9171         "unsigned" structs.
9173         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9174         fork" statement better.
9176 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9178         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9179         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9180         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9181         Reported by Clay Douglass.
9183         (verilog-auto-inst, verilog-auto-star-safe)
9184         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9185         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9186         Pierre-David Pfister.
9188 2009-11-26  Glenn Morris  <rgm@gnu.org>
9190         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9191         the scope.
9193 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9195         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9196         Really use previous revision.
9198 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9200         * man.el (Man-completion-table): default-directory "/" in case
9201         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9202         not to truncate long names.  process-connection-type pipe to avoid
9203         any chance of hitting the pseudo-tty TIOCGWINSZ.
9204         (man): completion-ignore-case t for friendliness and since man
9205         itself is case-insensitive on the command line.
9206         Further to Bug#3717.
9208         * arc-mode.el: Add "Keywords: files", so the details in its
9209         commentary can be reached from finder-by-keyword.
9210         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9211         editing mode, but it's comms related and sgml-mode.el has "comm"
9212         on that basis too.
9213         * textmodes/bibtex-style.el: Add "Keywords: tex".
9214         * international/isearch-x.el, international/ja-dic-cnv.el:
9215         * international/ja-dic-utl.el, international/kkc.el:
9216         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9218 2009-11-25  Juri Linkov  <juri@jurta.org>
9220         * man.el (Man-completion-table): Modify regexp to include
9221         section names to completion strings.  (Bug#3717)
9223 2009-11-25  Juri Linkov  <juri@jurta.org>
9225         Search recursively in gzipped files.  (Bug#4982)
9227         * progmodes/grep.el (grep-highlight-matches): Add new options
9228         `always' and `auto'.  Doc fix.
9229         (grep-process-setup): Check `grep-highlight-matches' for
9230         `auto-detect' to determine the need to compute grep defaults.
9231         Move Windows/DOS specific --colors settings handling
9232         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9233         to get the value of "--color=".
9234         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9235         has the value `auto-detect'.  Move Windows/DOS specific settings
9236         from `grep-process-setup'.
9237         (zrgrep): New command with alias `rzgrep'.
9239 2009-11-25  Juri Linkov  <juri@jurta.org>
9241         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9242         to nil instead of switching off view-mode.  (Bug#4896)
9244 2009-11-25  Juri Linkov  <juri@jurta.org>
9246         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9248         * mwheel.el (mwheel-scroll-up-function)
9249         (mwheel-scroll-down-function): New defvars.
9250         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9251         `scroll-up', and `mwheel-scroll-down-function' instead of
9252         `scroll-down'.
9254         * doc-view.el (doc-view-scroll-up-or-next-page)
9255         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9256         Use this ARG in the call to image-scroll-up/image-scroll-down.
9257         Change `interactive' spec to "P".  Goto next/previous page only
9258         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9259         SPC/DEL case).  Doc fix.
9260         (doc-view-next-line-or-next-page)
9261         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9262         for consistency.
9263         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9264         `doc-view-scroll-up-or-next-page', and buffer-local
9265         `mwheel-scroll-down-function' to
9266         `doc-view-scroll-down-or-previous-page'.
9268 2009-11-25  Juri Linkov  <juri@jurta.org>
9270         Provide additional default values (directories at other Dired
9271         windows) via M-n in the minibuffer of some Dired commands.
9273         * dired-aux.el (dired-diff, dired-compare-directories)
9274         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9275         `minibuffer-default' in `minibuffer-with-setup-hook'.
9276         (dired-dwim-target-directory): Find a window that displays Dired
9277         buffer instead of failing when the next window is not Dired.
9278         Use `get-window-with-predicate' to find for the next Dired window.
9279         (dired-dwim-target-defaults): New function.
9281         * ediff-util.el (ediff-read-file-name):
9282         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9283         in `minibuffer-with-setup-hook'.
9285 2009-11-25  Juri Linkov  <juri@jurta.org>
9287         Provide additional default values (file name at point or at the
9288         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9290         * minibuffer.el (read-file-name-defaults): New function.
9291         (read-file-name): Reset `minibuffer-default' to nil when
9292         it duplicates initial input `insdef'.
9293         Bind `minibuffer-default-add-function' to lambda that
9294         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9295         (minibuffer-insert-file-name-at-point): New command.
9297         * files.el (file-name-at-point-functions): New defcustom.
9298         (find-file-default): Remove defvar.
9299         (find-file-read-args): Don't use `find-file-default'.
9300         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9301         to `read-file-name'.
9302         (find-file-literally): Use `read-file-name' with
9303         `confirm-nonexistent-file-or-buffer'.
9305         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9307         * dired.el (dired-read-dir-and-switches):
9308         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9309         to `read-file-name'.
9310         (dired-file-name-at-point): New function.
9311         (dired-mode): Add hook `dired-file-name-at-point' to
9312         `file-name-at-point-functions'.
9314 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         Really make the *Completions* window soft-dedicated (bug#5030).
9317         * window.el (window--display-buffer-2): Add `dedicated' argument.
9318         (display-buffer): Pass it when needed so the dedicated flag is set
9319         after calling set-window-buffer, which would otherwise reset it.
9321 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * progmodes/meta-mode.el (meta-complete-symbol):
9324         * progmodes/etags.el (complete-tag):
9325         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9326         Use completion-in-region.
9328         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9329         (dabbrev-completion): Use completion-in-region.
9330         (dabbrev--abbrev-at-point): Simplify regexp.
9332         * abbrev.el (abbrev--before-point): Use word-motion functions
9333         if :regexp is not specified (bug#5031).
9335         * subr.el (string-prefix-p): New function.
9337         * man.el (Man-completion-cache): New var.
9338         (Man-completion-table): Use it.
9340         * vc.el (vc-print-log-internal): Make `limit' optional for better
9341         compatibility (e.g. with vc-annotate.el).
9343 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9345         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9346         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9348         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9349         when .el source file not found or other error.
9351 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9353         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9355 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9357         Handle the [back] button properly (bug#4979).
9358         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9359         Use help-setup-xref, help-buffer, and with-help-window.
9360         (describe-char): Add `buffer' argument.
9361         Pass proper command to help-setup-xref.  Don't meddle with
9362         help-xref-stack-item directly.
9363         (describe-text-category): Use with-help-window and help-buffer.
9365         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9366         for the displayed buffer (bug#4887).
9368         * man.el (Man-completion-table): New function.
9369         (man): Use it.
9371 2009-11-24  David Reitter  <david.reitter@gmail.com>
9373         * vc-git.el (vc-git-registered): Use checkout directory (where
9374         .git is) rather than the file's directory and a relative path spec
9375         to work around a bug in git.
9377 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9379         Improve handling of processes on remote hosts.
9381         * eshell/esh-util.el (eshell-path-env): New defvar.
9382         (eshell-parse-colon-path): New defun.
9383         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9385         * eshell/esh-ext.el (eshell-search-path):
9386         Use `eshell-parse-colon-path'.
9387         (eshell-remote-command): Remove argument HANDLER.
9388         (eshell-external-command): Check for FTP remote connection.
9390         * eshell/esh-proc.el (eshell-gather-process-output):
9391         Use `file-truename', in order to start also symlinked files.
9392         Apply `start-file-process' instead of `start-process'.
9393         Shorten `command' to the local file name part.
9395         * eshell/em-cmpl.el (eshell-complete-commands-list):
9396         Use `eshell-parse-colon-path'.
9398         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9400         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9401         to `eshell-directory-change-hook'.
9403 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9405         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9406         because it could be enabled automatically if view-read-only is non-nil.
9408 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9410         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9411         made on 2009-11-22.
9413 2009-11-24  Glenn Morris  <rgm@gnu.org>
9415         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9416         deleted variable bookmark-bmenu-bookmark-column.
9418         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9419         Move after definition of global-semantic-idle-tag-highlight-mode.
9421 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9425 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9427         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9428         two slashes to the "file:" prefix.
9429         (browse-url-file-url): De-munge Cygwin filenames before passing
9430         them to Windows browser.
9431         (browse-url-default-windows-browser): Use call-process.
9433 2009-11-23  Juri Linkov  <juri@jurta.org>
9435         Implement DocView Continuous mode.  (Bug#4896)
9436         * doc-view.el (doc-view-continuous-mode): New defcustom.
9437         (doc-view-mode-map): Bind C-n/<down> to
9438         `doc-view-next-line-or-next-page', C-p/<up> to
9439         `doc-view-previous-line-or-previous-page'.
9440         (doc-view-next-line-or-next-page)
9441         (doc-view-previous-line-or-previous-page): New commands.
9443 2009-11-23  Juri Linkov  <juri@jurta.org>
9445         Implement Isearch in comint input history.  (Bug#3746)
9446         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9447         `isearch-mode-hook'.
9448         (comint-history-isearch): New defcustom.
9449         (comint-history-isearch-backward)
9450         (comint-history-isearch-backward-regexp): New commands.
9451         (comint-history-isearch-message-overlay): New buffer-local variable.
9452         (comint-history-isearch-setup, comint-history-isearch-end)
9453         (comint-goto-input, comint-history-isearch-search)
9454         (comint-history-isearch-message, comint-history-isearch-wrap)
9455         (comint-history-isearch-push-state)
9456         (comint-history-isearch-pop-state): New functions.
9458 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9460         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9461         return.
9462         (tramp-handle-make-symbolic-link)
9463         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9464         Quote file names.
9465         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9466         (tramp-handle-process-file): Use it.
9468 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * window.el (move-to-window-line-last-op): Remove.
9471         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9473 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9475         Make M-r mirror the new cycling behavior of C-l.
9476         * window.el (move-to-window-line-last-op): New var.
9477         (move-to-window-line-top-bottom): New command.
9478         (global-map): Bind M-r move-to-window-line-top-bottom.
9480 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9482         * dired-x.el (dired-guess-shell-alist-default):
9483         Support xz format.  (Bug#4953)
9485 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
9487         * cedet/srecode/map.el (srecode-get-maps):
9488         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9489         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9490         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9491         (semantic-toggle-decoration-style):
9492         * cedet/semantic/decorate/include.el
9493         (semantic-decoration-include-describe)
9494         (semantic-decoration-unknown-include-describe)
9495         (semantic-decoration-unparsed-include-describe)
9496         (semantic-decoration-all-include-summary):
9497         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9498         * cedet/semantic/analyze/complete.el
9499         (semantic-analyze-possible-completions):
9500         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9501         (semantic-show-unmatched-syntax-mode)
9502         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9503         (semantic-highlight-func-mode):
9504         * cedet/semantic/util.el (semantic-describe-buffer):
9505         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9506         (semantic-symref-find-tags-by-name)
9507         (semantic-symref-find-tags-by-regexp)
9508         (semantic-symref-find-tags-by-completion)
9509         (semantic-symref-find-file-references-by-name)
9510         (semantic-symref-find-text):
9511         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9512         (senator-yank-tag):
9513         * cedet/semantic/scope.el (semantic-calculate-scope):
9514         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9515         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9516         (define-semantic-idle-service):
9517         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9518         (semantic-complete-analyze-inline-idle):
9519         * cedet/semantic/analyze.el (semantic-analyze-current-context):
9520         * cedet/mode-local.el (describe-mode-local-bindings)
9521         (describe-mode-local-bindings-in-mode):
9522         * cedet/ede/make.el (ede-make-check-version):
9523         * cedet/ede/locate.el (ede-enable-locate-on-project):
9524         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9525         (cedet-idutils-version-check):
9526         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9527         (cedet-gnu-global-version-check):
9528         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9529         (cedet-cscope-version-check): Use called-interactively-p instead
9530         of interactive-p.
9532         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9533         Use semantic-format-tag-prototype.
9535 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9537         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9538         last-command-char/last-command-event.
9539         (viper-prefix-arg-value): Do correct conversion of event-char for
9540         XEmacs.
9542         * emulation/viper-util.el, emulation/viper.el:
9543         Use viper-last-command-char instead of
9544         last-command-char/last-command-event.
9546         * ediff-init.el, ediff-mult.el, ediff-util.el:
9547         Replace last-command-char and last-command-event
9548         with (ediff-last-command-char) everywhere.
9550         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9551         created in fundamental mode.
9553         * ediff.el (ediff-version): Revert the change of interactive-p to
9554         called-interactively-p.
9556 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9558         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9559         generation from word-movement command names.
9561 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
9563         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9564         (semantic-complete-jump-local, semantic-complete-jump):
9565         Improve prompt string.
9567 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9569         * cus-start.el (all): Add native condition for font-use-system-font.
9571 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9573         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9574         Correct the patch from 2009-11-18.  (Bug#3910)
9576 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9578         * progmodes/subword.el: Rename from lisp/subword.el.
9580         * subword.el: Rename to progmodes/subword.el.
9582         * Makefile.in (ELCFILES): Adapt to subword.el move.
9584 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9585             Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9588         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9589         (bookmark-bmenu-show-filenames): Use push.
9590         (bookmark-bmenu-hide-filenames): Use local var instead of
9591         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9592         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9593         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9594         filenames now that the bookmark names are always available.
9596 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9599         (bookmark-search-pattern): Move and leave unbound.
9600         (bookmark-bmenu-mode-map): Change binding.
9601         (bookmark-read-search-input): Simplify.
9602         Don't use text-char-description.  Don't error on non-char events.
9603         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9604         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9605         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9606         Use a local var for the timer.
9607         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9608         (i.e. bookmark-bmenu-search).
9610 2009-11-21  Glenn Morris  <rgm@gnu.org>
9612         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9614 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9616         * net/browse-url.el (browse-url-default-windows-browser):
9617         Use cygstart for cygwin.
9619 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9621         * bookmark.el: Formatting and doc fixes only:
9622         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9623         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9624         Minor grammar and punctuation fixes in doc string.
9625         (bookmark-read-search-input): Adjust to fit within 80 columns.
9627 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9629         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9630         (c-backward-into-nomenclature): Adapt to subword renaming.
9632         * subword.el (subword-forward, subword-backward, subword-mark)
9633         (subword-kill, subword-backward-kill, subword-transpose)
9634         (subword-downcase, subword-upcase, subword-capitalize)
9635         (subword-forward-internal, subword-backward-internal):
9636         Rename from forward-subword, backward-subword, mark-subword,
9637         kill-subword, backward-kill-subword, transpose-subwords,
9638         downcase-subword, upcase-subword, capitalize-subword,
9639         forward-subword-internal, backward-subword-internal.
9641 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9643         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9644         New options.
9645         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9646         New vars.
9647         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9648         (bookmark-bmenu-filter-alist-by-regexp)
9649         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9650         (bookmark-bmenu-search): New command.
9651         (bookmark-bmenu-mode-map): Bind it.
9653 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9655         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9657         * cedet/semantic/idle.el (define-semantic-idle-service)
9658         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9660 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9662         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9663         backward-subword to quit the byte-compiler.
9665         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9667         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9669         * progmodes/cc-cmds.el (c-update-modeline)
9670         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9671         Refer to subword.el functions instead of cc-subword.el.
9673         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9674         subword.el functions instead of cc-subword.el.
9676         * progmodes/cc-subword.el: Rename to subword.el.
9677         * subword.el: Rename from progmodes/cc-subword.el.
9678         (subword-mode-map): Rename from c-subword-mode-map.
9679         (subword-mode): Rename from c-subword-mode.
9680         (global-subword-mode): New global minor mode.
9681         (forward-subword): Rename from c-forward-subword.
9682         (backward-subword): Rename from c-backward-subword.
9683         (mark-subword): Rename from c-mark-subword.
9684         (kill-subword): Rename from c-kill-subword.
9685         (backward-kill-subword): Rename from c-backward-kill-subword.
9686         (transpose-subwords): Rename from c-tranpose-subword.
9687         (downcase-subword): Rename from c-downcase-subword.
9688         (capitalize-subword): Rename from c-capitalize-subword.
9689         (forward-subword-internal): Rename from c-forward-subword-internal.
9690         (backward-subword-internal): Rename from c-backward-subword-internal.
9692 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9694         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9695         from a dired buffer.
9696         (vc-dired-deduce-fileset): New function.
9697         (vc-root-diff, vc-print-root-log): Use it.
9699         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9700         nil LIMIT argument to vc-print-log-internal.
9702 2009-11-20  Glenn Morris  <rgm@gnu.org>
9704         * Makefile.in (ELCFILES): Regenerate.
9706 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9708         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9710         * cedet/semantic.el: Enable idle-mode menu items only if
9711         global-semantic-idle-scheduler-mode is enabled.
9712         (semantic-default-submodes): Doc fix.
9714         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9715         When turning off, disable other idle modes.
9717 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9719         * calc/calc.el (calc-set-mode-line):
9720         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9721         (math-format-number): Rename `math-format-complement-signed' to
9722         `math-format-twos-complement'.
9724         * calc/calc-bin.el (math-format-twos-complement): Rename from
9725         math-format-complement-signed.
9726         (calc-radix): Rename `calc-complement-signed-mode' to
9727         `calc-twos-complement-mode'.
9728         (calc-octal-radix, calc-hex-radix): Add an argument for
9729         two's complement.
9731         * calc/calc-embed.el (calc-embedded-mode-vars):
9732         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9734         * calc/calc-ext.el (calc-init-extensions):
9735         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9736         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9738         * calc/calc-units.el (math-build-units-table-buffer):
9739         Let `calc-twos-complement-mode' be nil.
9741         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9742         entries.
9744         * calc/calc-vec.el (calcFunc-vunpack):
9745         * calc/calc-aent.el (calc-do-calc-eval):
9746         * calc/calc-forms.el (math-format-date):
9747         * calc/calc-graph.el (calc-graph-plot):
9748         * calc/calc-math.el (math-use-emacs-fn):
9749         * calc/calccomp.el (math-compose-expr):
9750         Let `calc-twos-complement-mode' be nil.
9752 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9754         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9755         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9756         * minibuffer.el (completion-in-region-functions): New hook.
9757         (completion-in-region): New function.
9758         * emacs-lisp/lisp.el (lisp-complete-symbol):
9759         * pcomplete.el (pcomplete-std-complete): Use it.
9761 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9764         (latex-complete-alist): New vars.
9765         (latex-string-prefix-p, latex-complete-bibtex-keys)
9766         (latex-complete-envnames, latex-complete-refkeys)
9767         (latex-complete-data): New functions.
9768         (latex-complete, latex-indent-or-complete): New commands.
9770         * window.el (display-buffer-mark-dedicated): New var.
9771         (display-buffer): Obey it.
9772         * minibuffer.el (minibuffer-completion-help): Use it.
9774         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9776         * filecache.el (file-cache-add-file): Use push and cons.
9777         (file-cache-delete-file-regexp): Use push.
9778         (file-cache-complete): Use completion-in-region.
9780         * simple.el (with-wrapper-hook): Fix thinko.
9782         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9783         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9784         Use with-current-buffer and string-to-number.
9785         (hfy-fallback-colour-values): Use assoc-string.
9786         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9787         (hfy-face-at): Remove unused var `found-face'.
9788         (hfy-compile-stylesheet): Remove unused var `css'.
9789         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9790         and `orig-buffer'.
9791         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9792         Use with-current-buffer.
9793         (hfy-text-p): Use expand-file-name and fewer setq.
9795 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9797         * htmlfontify.el, hfy-cmap.el: New files.
9799 2009-11-19  Juri Linkov  <juri@jurta.org>
9801         * minibuffer.el (completions-format): New defcustom.
9802         (completion--insert-strings): Implement vertical format.
9804         * simple.el (switch-to-completions): Move point to the first
9805         completion when point was at the beginning of the buffer.
9807 2009-11-19  Juri Linkov  <juri@jurta.org>
9809         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9811         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9813 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9815         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9816         (mail-signature): Change default to t.
9817         (mail-from-style): Deprecate `system-default' value.
9818         (mail-insert-from-field): For default value of mail-from-style,
9819         default to `angles' unless `angles' needs quoting and `parens'
9820         does not.
9821         (mail-citation-prefix-regexp): Use citation regexp from
9822         message-mode.
9824 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9826         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9827         Set variables for computing the prompt for reading password.
9829 2009-11-19  Glenn Morris  <rgm@gnu.org>
9831         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9833         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9835         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9836         (newsticker-treeview-listwindow-height): Fix custom type.
9838 2009-11-19  Kenichi Handa  <handa@m17n.org>
9840         * descr-text.el (describe-char-padded-string): Compose with TAB
9841         only if there's a font for CH.
9842         (describe-char): Fix the condition for detecting a trivial composition.
9844 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9846         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9847         more accurate version of the regexp.  (Bug#3910)
9849 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9851         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9853 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9855         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9856         (font-setting-change-default-font): Fix typo in docstring.
9858 2009-11-18  Alan Mackenzie  <acm@muc.de>
9860         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9862 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9864         * font-setting.el (font-use-system-font): Move ...
9866         * cus-start.el (all): ... to here.
9868 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9870         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9871         Don't set `ad-return-value' if `ad-do-it' doesn't.
9873         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9874         modification time.
9876 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9878         * menu-bar.el: Put "Use system font" in Option-menu.
9879         (menu-bar-options-save): Add font-use-system-font.
9881         * loadup.el: If feature system-font-setting or font-render-setting is
9882         there, load font-setting.
9884         * Makefile.in (ELCFILES): Add font-settings.el.
9885         * font-setting.el: New file.
9887 2009-11-17  Glenn Morris  <rgm@gnu.org>
9889         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9891         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9892         Preserve point in the list buffer.  (Bug#4939)
9893         Use point-at-eol.
9894         (newsticker--treeview-list-update-highlight)
9895         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9897 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9899         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9900         Remove.
9902         * calc/calc-ext.el (calc-init-extensions): Remove references to
9903         symclip.
9905         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9907         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9908         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9909         `calc-symclip'.
9911 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9913         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9914         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9916         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9917         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9918         Ignore trailing spaces by omit-nulls to split-string (fixing
9919         regression from Emacs 21 due to the incompatible split-string
9920         change).  (Bug #4928.)
9922 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9924         * vc.el (vc-log-show-limit): Default to 2000.
9925         (vc-print-log-internal): Insert buttons to request more entries
9926         when limiting the output.
9928         * vc-sccs.el (vc-sccs-print-log):
9929         * vc-rcs.el (vc-rcs-print-log):
9930         * vc-cvs.el (vc-cvs-print-log):
9931         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9932         LIMIT is non-nil.
9934 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9936         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9937         error when `tramp-gvfs-dbus-event-vector' is set.
9938         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9940 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9942         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9944 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9946         * net/dbus.el (dbus-unregister-service): New defun.
9947         (dbus-register-property): Register the handlers of
9948         "org.freedesktop.DBus.Properties" for SERVICE.
9949         (dbus-property-handler): Fix docstring.
9951 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9953         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9954         Quote doc string reference in defvaralias as it is not in special form.
9955         (byte-compile-output-docform): Doc fix.
9957 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9959         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9960         (calc-complement-signed-mode): New variables.
9961         (calc-set-mode-line): Add indicator for twos-complements.
9962         (math-format-number): Format twos-complement notation.
9964         * calc/calc-bin.el (calc-word-size): Reset the variables
9965         `math-2-word-size' and `math-half-2-word-size'.
9966         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9967         (calc-symclip): New functions.
9969         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9971         * calc/calc-embed.el (calc-embedded-mode-vars):
9972         Add `calc-complement-signed-mode' to the list of modes.
9974         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9975         (calc-b-oper-keys): Add `calc-symclip' to list.
9977         * calc/calc-ext.el (math-read-number-fancy): Read complement
9978         signed numbers.
9979         (calc-init-extensions): Add binding for `calc-symclip'.
9980         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9982         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9983         `calc-symclip'.
9984         (calc-modes-menu): Add item for twos complement mode.
9986         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9988 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9990         * register.el (jump-to-register, insert-register): Handle Semantic
9991         tags.  From commented-out advice in semantic/senator.el.
9993 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9995         * vc.el (vc-log-show-limit): New variable.
9996         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9997         when using a prefix argument.
9998         (vc-print-log-internal): Add new argument LIMIT.
10000         * vc-svn.el (vc-svn-print-log):
10001         * vc-mtn.el (vc-mtn-print-log):
10002         * vc-hg.el (vc-hg-print-log):
10003         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10004         pass it to the log command when set.  Make the BUFFER argument
10005         non-optional.
10007         * vc-sccs.el (vc-sccs-print-log):
10008         * vc-rcs.el (vc-rcs-print-log):
10009         * vc-git.el (vc-git-print-log):
10010         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10011         ignore it.  Make the BUFFER argument non-optional
10013         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10015 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10017         * dired.el (dired-mode-map): Move encryption items to "Operate"
10018         menu (Bug#4703).
10020         * strokes.el (strokes-update-window-configuration): Make strokes
10021         buffer current before erasing (Bug#4906).
10023         * cedet/semantic/idle.el (semantic-idle-summary-mode)
10024         (semantic-idle-summary-mode): Define using define-minor-mode
10025         instead of define-semantic-idle-service.
10026         (semantic-idle-summary-mode): New function.
10027         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
10028         that mouse motion does not reset the echo area.
10030 2009-11-15  Juri Linkov  <juri@jurta.org>
10032         * simple.el (set-mark-default-inactive): Add :type, :group
10033         and :version.  (Bug#4876)
10035 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10037         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10038         (archive-unique-fname): ... here.  (Bug#4929)
10040 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10042         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10043         with a real fix.
10045         * novice.el (disabled-command-function): Add useful args.
10046         Setup the help buffer so that [back] works.
10047         Remove redundant call to help-mode.
10048         (disabled-command-function): Use `case'.
10049         (en/disable-command): New function extracted from enable-command.
10050         (enable-command, disable-command): Use it.
10052 2009-11-14  Glenn Morris  <rgm@gnu.org>
10054         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10055         constants.  (Bug#4913)
10057         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10059 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10061         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10062         defined in C that have no doc-strings.  (Bug#1063)
10064 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10066         * cus-edit.el (data, files):
10067         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10069 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10071         * simple.el (shell-command): Doc fix (Bug#4891).
10073         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10075 2009-11-14  Glenn Morris  <rgm@gnu.org>
10077         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10078         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10079         If they are already loaded, eval-after-load will do the right thing.
10081         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10082         compiling.
10084         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10086         * simple.el (x-selection-owner-p): Declare.
10087         (read-mail-command): Use custom radio type rather than choice.
10088         (completion-no-auto-exit): Doc fix.
10090         * custom.el (defgroup):
10091         * epg-config.el (epg): Doc fixes.
10093 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10095         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10096         * international/ccl.el (define-ccl-program): Do not purecopy the
10097         docstring, defconst does it anyway.
10099 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10101         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10102         a second time.
10104         * x-dnd.el (x-dnd-maybe-call-test-function):
10105         * window.el (split-window-vertically):
10106         * whitespace.el (whitespace-help-on):
10107         * vc-rcs.el (vc-rcs-consult-headers):
10108         * userlock.el (ask-user-about-lock-help)
10109         (ask-user-about-supersession-help):
10110         * type-break.el (type-break-force-mode-line-update):
10111         * time-stamp.el (time-stamp-conv-warn):
10112         * terminal.el (te-set-output-log, te-more-break, te-filter)
10113         (te-sentinel, terminal-emulator):
10114         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10115         (term-write-input-ring, term-check-source, term-start-output-log):
10116         (term-display-buffer-line, term-dynamic-list-completions):
10117         (term-ansi-make-term, serial-term):
10118         * subr.el (selective-display):
10119         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10120         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10121         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10122         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10123         (speedbar-remove-localized-speedbar-support)
10124         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10125         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10126         (speedbar-buffers-line-directory):
10127         * simple.el (shell-command-on-region, append-to-buffer)
10128         (prepend-to-buffer):
10129         * shadowfile.el (shadow-save-todo-file):
10130         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10131         (scroll-bar-maybe-set-window-start):
10132         * sb-image.el (speedbar-image-dump):
10133         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10134         (load-save-place-alist-from-file):
10135         * ps-samp.el (ps-print-message-from-summary):
10136         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10137         (ps-background-image, ps-begin-job, ps-do-despool):
10138         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10139         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10140         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10141         (pr-call-process, pr-file-list, pr-interface-save):
10142         * novice.el (disabled-command-function)
10143         (enable-command, disable-command):
10144         * mouse.el (mouse-buffer-menu-alist):
10145         * mouse-copy.el (mouse-kill-preserving-secondary):
10146         * macros.el (kbd-macro-query):
10147         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10148         * informat.el (batch-info-validate):
10149         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10150         * hippie-exp.el (try-expand-dabbrev-visible):
10151         * help-mode.el (help-make-xrefs):
10152         * help-fns.el (describe-variable):
10153         * generic-x.el (bat-generic-mode-run-as-comint):
10154         * finder.el (finder-mouse-select):
10155         * find-dired.el (find-dired-sentinel):
10156         * filesets.el (filesets-file-close):
10157         * files.el (list-directory):
10158         * faces.el (list-faces-display, describe-face):
10159         * facemenu.el (list-colors-display):
10160         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10161         * epg.el (epg--process-filter, epg-cancel):
10162         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10163         (epa--read-signature-type):
10164         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10165         (emerge-file-names):
10166         * ehelp.el (electric-helpify):
10167         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10168         * ediff-vers.el (rcs-ediff-view-revision):
10169         * ediff-util.el (ediff-setup):
10170         * ediff-mult.el (ediff-append-custom-diff):
10171         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10172         (ediff-wordify):
10173         * echistory.el (Electric-command-history-redo-expression):
10174         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10175         * disp-table.el (describe-display-table):
10176         * dired.el (dired-find-buffer-nocreate):
10177         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10178         * dabbrev.el (dabbrev--same-major-mode-p):
10179         * chistory.el (list-command-history):
10180         * apropos.el (apropos-documentation):
10181         * allout.el (allout-obtain-passphrase):
10182         (allout-copy-exposed-to-buffer):
10183         (allout-verify-passphrase): Use with-current-buffer.
10185 2009-11-13  Glenn Morris  <rgm@gnu.org>
10187         * Makefile.in (ELCFILES): Regenerate.
10189 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10191         * net/dbus.el (dbus-registered-objects-table): Rename from
10192         `dbus-registered-functions-table', because it contains also properties.
10193         (dbus-unregister-object): Unregister also properties.
10194         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10195         Use a timeout of 500 msec, in order to not block.
10196         (dbus-register-property, dbus-property-handler): New defuns.
10198 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10200         * simple.el (minibuffer-default-add-completions): Drop deprecated
10201         4th arg.
10203 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10205         * textmodes/artist.el (artist-mouse-choose-operation):
10206         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10207         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10208         (artist-compute-up-event-key): New function.
10209         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10211 2009-11-13  Kenichi Handa  <handa@m17n.org>
10213         * language/japan-util.el: Make sure that the value of jisx0208
10214         property is jisx0208 character.
10216 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10218         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10219         car or each item, not the whole list.
10221 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10223         * minibuffer.el (minibuffer-completion-help):
10224         Use minibuffer-hide-completions.
10226 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10228         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10229         (dired-revert): Use them (bug#4880).
10231 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10233         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10235 2009-11-12  Juri Linkov  <juri@jurta.org>
10237         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10238         New functions.
10239         (find-file-literally-at-point): Alias of `ffap-literally'.
10241 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10243         * textmodes/ispell.el (ispell-skip-region-alist):
10244         * textmodes/css-mode.el (auto-mode-alist):
10245         * progmodes/compile.el (auto-mode-alist):
10246         * international/mule.el (ctext-non-standard-encodings-alist)
10247         (ctext-non-standard-encodings-regexp):
10248         * simple.el (shell-command-switch, text-read-only):
10249         * replace.el (occur-mode-map):
10250         * paths.el (rmail-file-name):
10251         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10252         * find-file.el (ff-special-constructs):
10253         * files.el (file-name-handler-alist):
10254         * composite.el: Purecopy strings.
10256         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10258 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10260         * widget.el (define-widget): Purecopy the docstring.
10261         * international/mule-cmds.el (charset): Do not purecopy the
10262         docstring here, define-widget does it.
10264         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10265         * textmodes/bibtex-style.el (auto-mode-alist):
10266         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10267         * progmodes/compile.el (compile-command):
10268         * language/korea-util.el (default-korean-keyboard):
10269         * international/mule-conf.el (file-coding-system-alist):
10270         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10271         * tooltip.el (tooltip-frame-parameters):
10272         * newcomment.el (comment-end, comment-padding):
10273         * dired.el (dired-trivial-filenames):
10274         * comint.el (comint-file-name-prefix): Purecopy initial values.
10276 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10278         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10279         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10280         `tramp-unload'.
10281         (tramp-advice-make-auto-save-file-name)
10282         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10283         after removing the advice.
10285 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10287         * progmodes/grep.el (grep-regexp-alist):
10288         * international/mule-cmds.el (iso-2022-control-alist):
10289         * emacs-lisp/timer.el (timer-duration-words):
10290         * subr.el (version-separator, version-regexp-alist):
10291         * minibuffer.el (completion-styles-alist):
10292         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10293         Change defvars to defconsts.
10295         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10296         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10297         * international/mule-conf.el: Allow to be byte compiled.
10299         * international/mule.el (define-charset): Purecopy props.
10300         (load-with-code-conversion): Purecopy doc string and file name.
10301         (put-charset-property): Purecopy strings.
10302         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10304         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10305         (define-char-code-property): Correctly purecopy the table.
10307         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10309         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10311         * subr.el (add-hook): Purecopy strings.
10312         (eval-after-load): Purecopy load-history-regexp and the form.
10314         * custom.el (custom-declare-group): Purecopy load-file-name.
10316         * subr.el (menu-bar-separator): New defconst.
10317         * net/eudc.el (eudc-tools-menu):
10318         * international/mule-cmds.el (set-coding-system-map)
10319         (mule-menu-keymap):
10320         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10321         * vc-hooks.el (vc-menu-map):
10322         * replace.el (occur-mode-map):
10323         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10324         (menu-bar-edit-menu, menu-bar-goto-menu)
10325         (menu-bar-custom-menu, menu-bar-showhide-menu)
10326         (menu-bar-options-menu, menu-bar-tools-menu)
10327         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10328         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10329         (menu-bar-help-menu):
10330         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10331         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10333         * term/x-win.el (x-gtk-stock-map):
10334         * progmodes/vera-mode.el (auto-mode-alist):
10335         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10336         (inferior-lisp-program, inferior-lisp-load-command):
10337         * progmodes/hideshow.el (hs-special-modes-alist):
10338         * progmodes/gud.el (same-window-regexps):
10339         * progmodes/grep.el (grep-program, find-program, xargs-program):
10340         * net/telnet.el (same-window-regexps):
10341         * net/rlogin.el (same-window-regexps):
10342         * language/ethiopic.el (font-ccl-encoder-alist):
10343         * vc-sccs.el (vc-sccs-master-templates):
10344         * vc-rcs.el (vc-rcs-master-templates):
10345         * subr.el (cl-assertion-failed):
10346         * simple.el (next-error-overlay-arrow-position):
10347         * lpr.el (lpr-command):
10348         * locate.el (locate-ls-subdir-switches):
10349         * info.el (same-window-regexps, info)
10350         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10351         * image-mode.el (image-mode, auto-mode-alist):
10352         * hippie-exp.el (hippie-expand-ignore-buffers):
10353         * format.el (format-alist):
10354         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10355         (find-name-arg):
10356         * facemenu.el (facemenu-keybindings):
10357         * dired.el (dired-listing-switches, dired-chown-program):
10358         * diff.el (diff-switches, diff-command):
10359         * cus-edit.el (same-window-regexps):
10360         * bindings.el (mode-line-mule-info)
10361         (mode-line-buffer-identification): Purecopy strings.
10363 2009-11-11  Juri Linkov  <juri@jurta.org>
10365         * simple.el (dired-get-filename) <declare-function>:
10366         Tell the byte-compiler about dired-get-filename.
10367         (shell-command): In Dired mode, get filename from the current line
10368         as the default value.
10370 2009-11-10  Glenn Morris  <rgm@gnu.org>
10372         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10373         * calendar/holidays.el, progmodes/cperl-mode.el:
10374         Update x-popup-menu declarations.
10376         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10377         (list-load-path-shadows): Use dolist.
10378         (list-load-path-shadows): Use with-current-buffer.
10380 2009-11-10  Juri Linkov  <juri@jurta.org>
10382         * minibuffer.el (read-file-name): Support a list of default values
10383         in `default-filename'.  Use the first file name where only one
10384         element is required.  Doc fix.
10386 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10388         * net/dbus.el (dbus-unregister-object): Release service, if no
10389         other method is registered for it.
10391 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10393         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10394         bookmark-sort-flag is non-nil (Bug#4653).
10396 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10398         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
10399         the progress reporter entirely.
10401         * emulation/cua-base.el: Add CUA property to some CC mode commands
10402         (Bug#4100).
10404 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10406         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10407         at end of sentence (Bug#4818).
10409 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10411         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10412         Handle "see declaration of" MSFT statements (Bug#4100).
10414 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10416         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10417         (tramp-advice-file-expand-wildcards): Unload via
10418         `ad-remove-advice'.
10420         * net/trampver.el: Update release number.
10422 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10424         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10425         `ad-do-it'.
10427 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10429         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10430         in order to keep context in SELinux.
10432 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10434         * dired-aux.el (dired-query): Place cursor in echo area and allow
10435         C-g.
10437         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10438         menu item if not on a directory (Bug#4701).
10440 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10442         Sync with Tramp 2.1.17.
10444         * net/tramp.el (tramp-handle-copy-directory): Don't use
10445         `file-remote-p' (due to compatibility).
10447         * net/tramp-compat.el (tramp-compat-copy-directory)
10448         (tramp-compat-delete-directory): New defuns.
10450         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10451         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10452         `tramp-compat-delete-directory'.
10454         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10455         (tramp-smb-handle-delete-directory): Use
10456         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10458         * net/trampver.el: Update release number.
10460 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10462         * tar-mode.el (tar-copy): Call write-region on the right buffer
10463         (Bug#4857).
10465         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10466         by hand, if necessary (Bug#4878).
10468 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10470         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10471         align size column (Bug#4839).
10473         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10474         statement.
10476 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10478         * progmodes/ld-script.el (auto-mode-alist):
10479         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10481         * cus-face.el (custom-declare-face): Purecopy face spec.
10483 2009-11-06  Kenichi Handa  <handa@m17n.org>
10485         * international/uni-bidi.el: Re-generated.
10486         * international/uni-category.el: Re-generated.
10487         * international/uni-combining.el: Re-generated.
10488         * international/uni-mirrored.el: Re-generated.
10490 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10492         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10493         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10494         (tex-start-options, slitex-run-command, latex-run-command)
10495         (tex-run-command, tex-directory):
10496         * textmodes/ispell.el (ispell-html-skip-alists)
10497         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10498         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10499         (adaptive-fill-regexp):
10500         * textmodes/dns-mode.el (auto-mode-alist):
10501         * progmodes/python.el (interpreter-mode-alist):
10502         * progmodes/etags.el (tags-compression-info-list):
10503         * progmodes/etags.el (tags-file-name):
10504         * net/browse-url.el (browse-url-galeon-program)
10505         (browse-url-firefox-program):
10506         * mail/sendmail.el (mail-signature-file)
10507         (mail-citation-prefix-regexp):
10508         * international/mule-conf.el (eight-bit):
10509         * international/latexenc.el (latex-inputenc-coding-alist):
10510         * international/fontset.el (x-pixel-size-width-font-regexp):
10511         * emacs-lisp/warnings.el (warning-type-format):
10512         * emacs-lisp/trace.el (trace-buffer):
10513         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10514         (emacs-lisp-mode-map):
10515         * calendar/holidays.el (holiday-solar-holidays)
10516         (holiday-bahai-holidays, holiday-islamic-holidays)
10517         (holiday-christian-holidays, holiday-hebrew-holidays)
10518         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10519         (hebrew-holidays-1, holiday-oriental-holidays)
10520         (holiday-general-holidays):
10521         * x-dnd.el (x-dnd-known-types):
10522         * tool-bar.el (tool-bar):
10523         * startup.el (site-run-file):
10524         * shell.el (shell-dumb-shell-regexp):
10525         * rfn-eshadow.el (file-name-shadow-tty-properties)
10526         (file-name-shadow-properties):
10527         * paths.el (remote-shell-program, news-directory):
10528         * mouse.el ([C-down-mouse-3]):
10529         * menu-bar.el (menu-bar-tools-menu):
10530         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10531         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10532         (jka-compr-compression-info-list):
10533         * isearch.el (search-whitespace-regexp):
10534         * image-file.el (image-file-name-extensions):
10535         * find-dired.el (find-ls-option):
10536         * files.el (directory-listing-before-filename-regexp)
10537         (directory-free-space-args, insert-directory-program)
10538         (list-directory-brief-switches, magic-fallback-mode-alist)
10539         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10540         (automount-dir-prefix):
10541         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10542         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10543         (face-font-registry-alternatives, face-font-registry-alternatives)
10544         (face-font-family-alternatives):
10545         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10546         (facemenu-foreground-menu, facemenu-face-menu):
10547         * epa-hook.el (epa-file-name-regexp):
10548         * dnd.el (dnd-protocol-alist):
10549         * textmodes/rst.el (auto-mode-alist):
10550         * button.el (default-button): Purecopy strings.
10552 2009-11-06  Glenn Morris  <rgm@gnu.org>
10554         * Makefile.in (ELCFILES): Update.
10556 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10558         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10559         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10561         * nxml/xsd-regexp.el (xsdre-gen-categories):
10562         * nxml/xmltok.el (xmltok-parse-entity):
10563         * nxml/rng-parse.el (rng-parse-validate-file):
10564         * nxml/rng-maint.el (rng-format-manual)
10565         (rng-manual-output-force-new-line):
10566         * nxml/rng-loc.el (rng-save-schema-location-1):
10567         * nxml/rng-cmpct.el (rng-c-parse-file):
10568         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10569         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10571 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10573         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10574         Remove extra save-excursions and make-variable-buffer-local's.
10575         Suggested by Stefan Monnier.
10577         (verilog-getopt-file, verilog-module-inside-filename-p)
10578         (verilog-set-define): Merge GNU 1.35 and repair changes from
10579         switching to using with-current-buffer.
10581         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10582         being treated as a number and confusing AUTORESET.
10583         Reported by Dan Dever.
10585         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10586         Add verilog-auto-ignore-concat to fix backward compatibility with
10587         older verilog-modes.  Reported by Dan Katz.
10589         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10590         containing closing anchors "...$".
10592         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10593         Reported by Wade Smith.
10595         (verilog-batch-execute-func): Comment on function usage.
10597 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10599         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10600         for labels.
10602         (verilog-label-re, verilog-calc-1): Support proper indent of named
10603         asserts.
10605         (verilog-backward-token, verilog-basic-complete-re)
10606         (verilog-beg-of-statement, verilog-indent-re): Support proper
10607         indent of the assert statement at the beginning of a block of text.
10609         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10610         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10611         tokens as begins.
10613 2009-11-05  Glenn Morris  <rgm@gnu.org>
10615         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10616         Emacs 19.  (Bug#1531)
10617         (byte-compile-fix-header): Update for the above change.
10618         Drop test for epoch::version.
10620         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10621         * cus-dep.el (custom-make-dependencies):
10622         * finder.el (finder-compile-keywords):
10623         Use autoload-rubric's feature argument.
10625         * calendar/diary-lib.el (top-level): Make load behave more like require.
10627         * vc-git.el (vc-git-stash-map): Move definition before use.
10629 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10631         * custom.el (custom-declare-group): Purecopy standard-value.
10632         (custom-declare-group): Purecopy custom-prefix.
10634         * international/mule.el (load-with-code-conversion):
10635         Call do-after-load-evaluation unconditionally.
10637         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10639 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10641         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10643 2009-11-04  Glenn Morris  <rgm@gnu.org>
10645         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10646         (byte-compile-compatibility): Remove option.
10647         (byte-compile-close-variables, byte-compile-fix-header)
10648         (byte-compile-insert-header, byte-compile-output-docform)
10649         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10650         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10651         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10652         (byte-compile-insert, byte-compile-defun):
10653         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10654         (byte-defop-compiler19): Remove.
10655         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10656         used by anything.  Replace all calls with byte-defop-compiler.
10658 2009-11-04  Juri Linkov  <juri@jurta.org>
10660         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10661         (menu-bar-options-menu): Don't quote the `prop' arg of
10662         `menu-bar-make-mm-toggle'.
10664 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10666         * calendar/calendar.el (cal-loaddefs):
10667         * calendar/diary-lib.el (diary-loaddefs):
10668         * calendar/holidays.el (hol-loaddefs):
10669         * eshell/esh-module.el (esh-groups): Load rather than require.
10671 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10674         point-min==1.
10675         (todo-top-priorities): Only display-buffer when called interactively.
10676         (todo-item-start): Don't save excursion point.
10677         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10678         (todo-insert-item-here, todo-file-item, todo-remove-item):
10679         Adjust uses of todo-item-start and todo-item-end.
10681         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10682         (autoload-rubric): Don't use any more.
10683         * cedet/semantic/fw.el (semantic/loaddefs):
10684         * cedet/srecode.el (srecode/loaddefs):
10685         * cedet/ede.el (ede/loaddefs): Load rather than require.
10686         * cedet/ede/cpp-root.el:
10687         * cedet/ede/emacs.el:
10688         * cedet/ede/files.el:
10689         * cedet/ede/linux.el:
10690         * cedet/ede/locate.el:
10691         * cedet/ede/make.el:
10692         * cedet/ede/shell.el:
10693         * cedet/ede/speedbar.el:
10694         * cedet/ede/system.el:
10695         * cedet/ede/util.el:
10696         * cedet/semantic/analyze.el:
10697         * cedet/semantic/bovine.el:
10698         * cedet/semantic/complete.el:
10699         * cedet/semantic/ctxt.el:
10700         * cedet/semantic/db-file.el:
10701         * cedet/semantic/db-find.el:
10702         * cedet/semantic/db-global.el:
10703         * cedet/semantic/db-mode.el:
10704         * cedet/semantic/db-typecache.el:
10705         * cedet/semantic/db.el:
10706         * cedet/semantic/debug.el:
10707         * cedet/semantic/dep.el:
10708         * cedet/semantic/doc.el:
10709         * cedet/semantic/edit.el:
10710         * cedet/semantic/find.el:
10711         * cedet/semantic/format.el:
10712         * cedet/semantic/html.el:
10713         * cedet/semantic/ia-sb.el:
10714         * cedet/semantic/ia.el:
10715         * cedet/semantic/idle.el:
10716         * cedet/semantic/lex-spp.el:
10717         * cedet/semantic/lex.el:
10718         * cedet/semantic/mru-bookmark.el:
10719         * cedet/semantic/scope.el:
10720         * cedet/semantic/senator.el:
10721         * cedet/semantic/sort.el:
10722         * cedet/semantic/symref.el:
10723         * cedet/semantic/tag-file.el:
10724         * cedet/semantic/tag-ls.el:
10725         * cedet/semantic/tag-write.el:
10726         * cedet/semantic/tag.el:
10727         * cedet/semantic/util-modes.el:
10728         * cedet/semantic/analyze/complete.el:
10729         * cedet/semantic/analyze/refs.el:
10730         * cedet/semantic/bovine/c.el:
10731         * cedet/semantic/bovine/gcc.el:
10732         * cedet/semantic/bovine/make.el:
10733         * cedet/semantic/bovine/scm.el:
10734         * cedet/semantic/decorate/include.el:
10735         * cedet/semantic/decorate/mode.el:
10736         * cedet/semantic/symref/cscope.el:
10737         * cedet/semantic/symref/global.el:
10738         * cedet/semantic/symref/grep.el:
10739         * cedet/semantic/symref/idutils.el:
10740         * cedet/semantic/symref/list.el:
10741         * cedet/semantic/wisent/java-tags.el:
10742         * cedet/semantic/wisent/javascript.el:
10743         * cedet/srecode/compile.el:
10744         * cedet/srecode/cpp.el:
10745         * cedet/srecode/document.el:
10746         * cedet/srecode/el.el:
10747         * cedet/srecode/expandproto.el:
10748         * cedet/srecode/getset.el:
10749         * cedet/srecode/insert.el:
10750         * cedet/srecode/java.el:
10751         * cedet/srecode/map.el:
10752         * cedet/srecode/mode.el:
10753         * cedet/srecode/template.el:
10754         * cedet/srecode/texi.el: Remove the file-local setting of
10755         generated-autoload-feature.
10757         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10758         and only put a prop if it is non-nil.
10760 2009-11-03  Juri Linkov  <juri@jurta.org>
10762         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10763         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10765         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10766         and "Menu" to make top-level menu item visually one unit (like
10767         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10768         multi-word menu items).  Fix :help string for quit-window.
10770 2009-11-03  Glenn Morris  <rgm@gnu.org>
10772         * cedet/mode-local.el (with-mode-local): Doc fix.
10774         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10775         (byte-compile-file-form-define-abbrev-table)
10776         (byte-compile-file-form-custom-declare-variable)
10777         (byte-compile-variable-ref, byte-compile-defvar):
10778         Whether or not a warning is enabled should only affect whether we issue
10779         the warning, not whether or not we collect the relevant data.
10780         Eg warnings can be turned on and off throughout the course of a file.
10782         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10783         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10785 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10787         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10788         * play/mpuz.el (mpuz-create-buffer):
10789         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10790         (lm-print-y,s,noise, lm-print-w0, lm-init):
10791         * play/gomoku.el (gomoku-prompt-for-move):
10792         * play/fortune.el (fortune-in-buffer):
10793         * play/dissociate.el (dissociated-press):
10794         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10795         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10796         * mail/supercite.el (sc-eref-show):
10797         * mail/smtpmail.el (smtpmail-send-it):
10798         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10799         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10800         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10801         (rmail-summary-goto-msg, rmail-summary-expunge)
10802         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10803         (rmail-summary-add-label, rmail-summary-output-menu)
10804         (rmail-summary-output-body):
10805         * mail/rfc822.el (rfc822-addresses):
10806         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10807         * mail/mailpost.el (post-mail-send-it):
10808         * mail/hashcash.el (hashcash-generate-payment):
10809         * mail/feedmail.el (feedmail-run-the-queue)
10810         (feedmail-queue-send-edit-prompt-help-first)
10811         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10812         (feedmail-deduce-address-list):
10813         * eshell/esh-ext.el (eshell-remote-command):
10814         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10815         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10816         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10817         (viper-save-string-in-file, viper-valid-marker):
10818         * emulation/viper-keym.el (viper-toggle-key):
10819         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10820         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10821         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10822         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10823         (viper-exec-form-in-emacs, viper-brac-function):
10824         * emulation/viper.el (viper-delocalize-var):
10825         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10826         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10827         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10828         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10829         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10830         * emulation/edt.el (edt-electric-helpify):
10831         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10832         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10833         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10834         (cua-indent-to-global-mark-column):
10835         * calendar/diary-lib.el (calendar-mark-1):
10836         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10837         Use with-current-buffer.
10838         * emulation/viper.el (viper-delocalize-var): Use dolist.
10840 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10842         * comint.el (comint-replace-by-expanded-history-before-point):
10843         Replace !! with the previous input string literally (Bug#1795).
10845 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10847         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10848         to be made up of whitespace.
10850 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10852         * minibuffer.el (read-file-name): Don't use file dialogs for
10853         remote directories (Bug#99).
10855 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10857         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10859 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10861         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10862         instead of deleting the window or frame.
10864 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10866         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10867         Support face colors.
10869         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10870         New function.  Support face colors (Bug#1168).
10871         (tex-common-initialization): Use it.
10873         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10874         mode allows it (Bug#1168).
10876 2009-10-31  Juri Linkov  <juri@jurta.org>
10878         * facemenu.el (list-colors-display): Don't mark buffer as
10879         modified (Bug#3948).
10881 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10883         * international/mule-diag.el (list-character-sets-1): Minor
10884         message fix (Bug#3526).
10886         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10887         face property (Bug#4834).
10888         (etags-list-tags, etags-tags-apropos-additional)
10889         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10890         property.
10892         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10893         items.
10895         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10896         items.
10898         * cedet/ede.el (ede-minor-mode):
10899         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10901 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10903         * textmodes/two-column.el (2C-split):
10904         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10905         * textmodes/tex-mode.el (tex-set-buffer-directory):
10906         * textmodes/spell.el (spell-region, spell-string):
10907         * textmodes/reftex.el (reftex-erase-buffer):
10908         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10909         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10910         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10911         (reftex-select-item):
10912         * textmodes/reftex-ref.el (reftex-label-info-update)
10913         (reftex-offer-label-menu):
10914         * textmodes/reftex-index.el (reftex-index-change-entry)
10915         (reftex-index-phrases-info):
10916         * textmodes/reftex-global.el (reftex-create-tags-file)
10917         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10918         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10919         (reftex-view-crossref-from-bibtex):
10920         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10921         (reftex-extract-bib-entries-from-thebibliography)
10922         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10923         * textmodes/refbib.el (r2b-capitalize-title):
10924         (r2b-convert-buffer, r2b-help):
10925         * textmodes/page-ext.el (pages-directory)
10926         (pages-directory-goto-with-mouse):
10927         * textmodes/bibtex.el (bibtex-validate-globally):
10928         * textmodes/bib-mode.el (bib-capitalize-title):
10929         * textmodes/artist.el (artist-clear-buffer, artist-system):
10930         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10931         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10932         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10933         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10934         (xscheme-send-control-g-interrupt, xscheme-start-process)
10935         (xscheme-process-sentinel, xscheme-cd):
10936         * progmodes/verilog-mode.el (verilog-read-always-signals)
10937         (verilog-set-define, verilog-getopt-file)
10938         (verilog-module-inside-filename-p):
10939         * progmodes/sh-script.el:
10940         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10941         (python-pdbtrack-grub-for-buffer, python-execute-file):
10942         * progmodes/octave-inf.el (inferior-octave):
10943         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10944         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10945         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10946         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10947         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10948         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10949         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10950         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10951         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10952         (idlwave-shell-examine-display, idlwave-shell-run-region)
10953         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10954         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10955         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10956         (idlwave-help-get-help-buffer):
10957         * progmodes/gud.el (gud-basic-call, gud-find-class)
10958         (gud-tooltip-activate-mouse-motions-if-enabled):
10959         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10960         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10961         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10962         (ebrowse-tags-next-file):
10963         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10964         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10965         (ebnf-eps-finish-and-write):
10966         * progmodes/cpp.el (cpp-edit-save):
10967         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10968         * progmodes/cc-defs.el (c-emacs-features):
10969         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10970         (antlr-directory-dependencies):
10971         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10972         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10973         (ada-find-any-references, ada-make-filename-from-adaname)
10974         (ada-make-body-gnatstub):
10975         * obsolete/rnews.el (news-list-news-groups):
10976         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10977         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10978         * net/rcirc.el (rcirc-debug):
10979         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10980         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10981         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10982         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10983         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10984         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10985         (newsticker--treeview-list-clear-highlight)
10986         (newsticker--treeview-list-update-highlight)
10987         (newsticker--treeview-list-highlight-start)
10988         (newsticker--treeview-tree-update-highlight)
10989         (newsticker--treeview-get-selected-item)
10990         (newsticker-treeview-mark-list-items-old)
10991         (newsticker--treeview-set-current-node):
10992         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10993         * net/newst-backend.el (newsticker--get-news-by-funcall)
10994         (newsticker--get-news-by-wget, newsticker--image-get)
10995         (newsticker--image-sentinel):
10996         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10997         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10998         (eudc-ph-close-session):
10999         * net/eudc.el (eudc-save-options):
11000         * language/thai-word.el (thai-update-word-table):
11001         * language/japan-util.el (japanese-string-conversion):
11002         * international/titdic-cnv.el (tsang-quick-converter)
11003         (ziranma-converter, ctlau-converter):
11004         * international/mule-cmds.el (describe-language-environment):
11005         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11006         (skkdic-convert-postfix, skkdic-convert-prefix):
11007         (skkdic-convert-okuri-nasi, skkdic-convert):
11008         * emacs-lisp/re-builder.el (reb-update-overlays):
11009         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11010         * emacs-lisp/gulp.el (gulp-send-requests):
11011         * emacs-lisp/find-gc.el (trace-call-tree):
11012         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11013         (eieio-describe-generic):
11014         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11015         * emacs-lisp/edebug.el (edebug-outside-excursion):
11016         * emacs-lisp/debug.el (debugger-make-xrefs):
11017         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11018         * emacs-lisp/chart.el (chart-new-buffer):
11019         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11020         Use with-current-buffer.
11021         * textmodes/artist.el (artist-system): Don't call
11022         copy-sequence on a fresh string.
11023         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11025 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11027         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11028         is no item to edit.  (Bug#4820)
11029         (todo-top-priorities): Restore point and restore narrowing in Todo
11030         buffer.  (Bug#4820)
11032 2009-10-31  Glenn Morris  <rgm@gnu.org>
11034         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11035         (comint-last-output-start, comint-last-input-start)
11036         (comint-last-input-end): Don't defvar when compiling.
11037         (ange-ftp-process-file): Use bound-and-true-p.
11039         * pcmpl-rpm.el (top-level): Move provide statement to end.
11040         (pcmpl-rpm): Remove unused custom group.
11042         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11044         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11046         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11047         (byte-compile-warnings): Add `constants' as an option.
11048         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11049         (display-call-tree): Update for byte-compile-fdefinition possibly
11050         returning `(macro lambda ...)'.  (Bug#4778)
11051         (byte-compile-variable-ref, byte-compile-setq-default):
11052         Respect `constants' member of byte-compile-warnings.
11054         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
11055         Use mapc rather than mapcar because the return value is never used.
11057         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
11058         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
11059         * cedet/semantic/html.el:
11060         Suppress harmless warnings about setting up semantic-imenu (not
11061         part of Emacs) variables.
11063 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11065         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11066         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11067         to "submit:".
11069         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
11070         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
11071         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
11072         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
11073         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
11074         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
11075         (semantic-analyzer-debug-global-symbol)
11076         (semantic-analyzer-debug-missing-innertype)
11077         (semantic-analyzer-debug-insert-include-summary):
11078         * cedet/semantic/util.el (semantic-file-tag-table):
11079         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
11080         (semantic-recursive-find-nonterminal-by-name):
11081         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
11082         * cedet/semantic/tag-file.el (semantic-prototype-file):
11083         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
11084         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
11085         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
11086         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
11087         (semantic-idle-summary-maybe-highlight):
11088         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
11089         (semantic-ia-sb-tag-info):
11090         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
11091         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
11092         * cedet/semantic/ede-grammar.el (project-compile-target):
11093         (ede-proj-makefile-insert-variables):
11094         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
11095         (semantic-debug-set-source-location, semantic-debug-interface-layout)
11096         (semantic-debug-mode, semantic-debug):
11097         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
11098         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
11099         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11100         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
11101         (semanticdb-find-translate-path-includes--internal)
11102         (semanticdb-reset-log, semanticdb-find-log-activity):
11103         * cedet/semantic/db-file.el (object-write):
11104         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
11105         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
11106         (semanticdb-create-ebrowse-database):
11107         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
11108         * cedet/semantic/complete.el (semantic-displayor-focus-request)
11109         (semantic-collector-calculate-completions-raw)
11110         (semantic-complete-read-tag-analyzer):
11111         * cedet/semantic/analyze.el (semantic-analyze-pulse):
11112         * cedet/ede/util.el (ede-update-version-in-source):
11113         * cedet/ede/proj.el (project-delete-target):
11114         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
11115         (ede-proj-flush-autoconf):
11116         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
11117         (ede-proj-configure-synchronize):
11118         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
11119         * cedet/ede/linux.el (ede-linux-version):
11120         * cedet/ede/emacs.el (ede-emacs-version):
11121         * cedet/ede/dired.el (ede-dired-add-to-target):
11122         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
11123         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
11124         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
11125         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
11126         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
11127         (cedet-idutils-version-check):
11128         * cedet/cedet-global.el (cedet-gnu-global-call):
11129         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
11130         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
11131         * cedet/cedet-cscope.el (cedet-cscope-call)
11132         (cedet-cscope-expand-filename, cedet-cscope-version-check):
11133         Use with-current-buffer.
11134         * cedet/ede.el (ede-make-project-local-variable)
11135         (ede-set-project-variables, ede-set): Use dolist.
11137 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11139         * textmodes/ispell.el (ispell-skip-region-alist):
11140         * international/mule-conf.el (eight-bit):
11141         * international/fontset.el (font-encoding-alist):
11142         * startup.el (pure-space-overflow-message):
11143         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11144         * paths.el (gnus-nntp-service, rmail-spool-directory)
11145         (term-file-prefix):
11146         * files.el (save-some-buffers-action-alist):
11147         * cmuscheme.el (same-window-buffer-names):
11148         * ielm.el (same-window-buffer-names):
11149         * shell.el (same-window-buffer-names):
11150         * mail/sendmail.el (same-window-buffer-names):
11151         * progmodes/inf-lisp.el (same-window-buffer-names):
11152         * bindings.el (mode-line-client)
11153         (mode-line-column-line-number-mode-map):
11154         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11155         (tibetan-precomposed-regexp): Purecopy string arguments.
11157 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11159         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11160         (calcDigit-nondigit):
11161         * calc/calc-yank.el (calc-copy-to-buffer):
11162         * calc/calc-units.el (calc-invalidate-units-table):
11163         * calc/calc-trail.el (calc-trail-yank):
11164         * calc/calc-store.el (calc-insert-variables):
11165         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11166         * calc/calc-prog.el (calc-read-parse-table):
11167         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11168         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11169         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11170         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11171         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11172         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11173         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11174         * calc/calc-ext.el (calc-realign):
11175         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11176         (calc-embedded-finish-edit, calc-embedded-make-info)
11177         (calc-embedded-finish-command, calc-embedded-stack-change):
11178         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11180         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
11181         (overload-docstring-extension): Use that info.
11182         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
11183         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
11184         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
11185         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
11186         (semantic-nonterminal-full-name): Add the new `when' info.
11187         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
11188         `assert'.
11190         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11191         shell-dynamic-complete-filename in preference to
11192         comint-dynamic-complete-filename.
11194         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11195         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11196         Don't consider whether the display supports colors.
11197         (bookmark-import-new-list): Use dolist.
11198         (bookmark-bmenu-mode-map): Move initialization into declaration.
11199         (bookmark-bmenu-list): Use dolist, simplify.
11200         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11201         (menu-bar-final-items): Use push.
11203 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11205         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11206         it works on remote files.
11207         (vc-hg-diff): Don't pass any `--cwd' argument.
11209 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11211         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11212         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11213         (Further to Bug#3921).
11215 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11217         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11218         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11219         calling `tramp-imap-put-file'.  Add file size to the call.
11220         (tramp-imap-get-file-entries): Compute also user name, file size,
11221         and date.
11222         (tramp-imap-handle-insert-directory): Insert uid and gid.
11223         (tramp-imap-handle-file-attributes): Transform uid and gid
11224         according to `id-format'.
11225         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11226         size in header X-Size.
11228 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11230         * simple.el (transpose-subr): Give clearer error when the mark
11231         is not set.  (Bug#4807)
11233 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11235         * net/tramp.el (tramp-perl-file-truename): New defconst.
11236         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11237         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11238         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11239         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11241         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11242         Ignore `dired-call-process'.
11243         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11245 2009-10-26  Julian Scheid  <julians37@gmail.com>
11247         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11248         (tramp-get-remote-readlink): New defun.
11249         (tramp-handle-file-truename): Use it.
11250         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11251         file exists if cache value present.
11252         (tramp-check-cached-permissions): New defun.
11253         (tramp-handle-file-readable-p): Use it.
11254         (tramp-handle-file-writable-p): Likewise.
11255         (tramp-handle-file-executable-p): Likewise.
11256         (tramp-handle-file-name-all-completions): Try using Perl to get
11257         partial completions.  When perl not available, combine `cd' and
11258         `ls' into single remote operation and use shell expansion to get
11259         partial remote directory contents.  Set `file-exists-p' cache for
11260         directory and any files returned by ls.  Change cache handling to
11261         support partial directory contents.  Use error message emitted by
11262         remote `cd' or Perl code for local tramp-error.
11263         (tramp-do-copy-or-rename-file-directly): Avoid separate
11264         tramp-send-command-and-check call.
11265         (tramp-handle-process-file): Merge three remote ops into one.
11266         Do not flush all caches when `process-file-side-effects' is set.
11267         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11268         file-attributes shows uid/gid to be set already.
11270 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11272         * textmodes/tex-mode.el (tex-dvi-view-command)
11273         (tex-show-queue-command, tex-open-quote):
11274         * progmodes/ruby-mode.el (auto-mode-alist)
11275         (interpreter-mode-alist): Purecopy strings.
11277         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11279         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11280         string for the hook, keymap and abbrev table.
11282         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11284         * x-dnd.el (x-dnd-xdnd-to-action):
11285         * startup.el (fancy-startup-text, fancy-about-text): Change to
11286         defconst from defvar.
11288         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11290         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11291         Purecopy initialization strings.
11293         * mail/sendmail.el (mail-header-separator)
11294         (mail-personal-alias-file):
11295         * mail/rmail.el (rmail-default-dont-reply-to-names)
11296         (rmail-ignored-headers, rmail-retry-ignored-headers)
11297         (rmail-highlighted-headers, rmail-secondary-file-directory)
11298         (rmail-secondary-file-regexp):
11299         * files.el (null-device, file-name-invalid-regexp)
11300         (locate-dominating-stop-dir-regexp)
11301         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11302         (interpreter-mode-alist): Use mapcar instead of mapc.
11304         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11306         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11307         (completion-ignored-extensions):
11308         (debug-ignored-errors): Purecopy strings.
11310 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11312         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11313         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11314         (pcomplete--here): Use push.
11316         * subr.el (all-completions): Declare the 4th arg obsolete.
11318 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11320         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11321         (pcomplete-unquote-argument): New function.
11322         (pcomplete--common-suffix): Always pay attention to case.
11323         (pcomplete--table-subvert): Quote and unquote the text.
11324         (pcomplete--common-quoted-suffix): New function.
11325         (pcomplete-std-complete): Use it and pcomplete-begin.
11327         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11328         we're inside a dedicated or minibuffer window.
11330 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11332         * cedet/semantic/fw.el (semantic-alias-obsolete)
11333         (semantic-varalias-obsolete): Make the `when' arg mandatory.
11334         (define-mode-overload-implementation):
11335         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
11336         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
11337         * cedet/semantic/util.el (semantic-file-token-stream)
11338         (semantic-something-to-stream):
11339         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
11340         (semantic-expand-nonterminal):
11341         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
11342         (semantic-find-dependency, semantic-find-nonterminal)
11343         (semantic-find-dependency):
11344         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
11345         (semantic-flex-text, semantic-flex-make-keyword-table)
11346         (semantic-flex-keyword-p, semantic-flex-keyword-put)
11347         (semantic-flex-keyword-get, semantic-flex-map-keywords)
11348         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
11349         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
11350         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
11351         (semantic-after-idle-scheduler-reparse-hooks):
11352         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
11353         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
11354         * cedet/semantic.el (semantic-toplevel-bovine-table)
11355         (semantic-toplevel-bovine-cache)
11356         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
11357         (semantic-init-mode-hooks, semantic-init-db-hooks)
11358         (semantic-bovination-working-type): Provide the `when' arg.
11360 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11362         * bookmark.el: Update documentation, especially documentation
11363         of `bookmark-alist' and of the bookmark file format.
11364         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11366 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11368         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11369         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11370         window to buffer.
11372         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11373         (global-whitespace-mode, global-whitespace-newline-mode)
11374         (whitespace-toggle-options, global-whitespace-toggle-options):
11375         Doc fix (Bug#3660).
11377         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11378         of xmltok-start before the end tag was inserted (Bug#2840).
11380         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11381         patterns that are preceded by an open-paren (Bug#1320).
11383 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11385         * files.el (delete-directory): Delete symlinks to directories with
11386         delete-file (Bug#4739).
11388 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11390         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
11391         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
11392         argument to make-obsolete.
11394         * cedet/semantic/fw.el (semantic-alias-obsolete)
11395         (semantic-varalias-obsolete): Add optional WHEN argument.
11397 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11399         * vc.el (vc-backend-for-registration): Rename from
11400         vc-get-backend-for-registration.  Update callers.
11402         * international/mule-cmds.el (set-language-info-alist):
11403         Purecopy lang-env.
11404         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11405         (charset): Purecopy the name.
11406         (define-char-code-property): Purecopy string arguments.
11408         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11409         Purecopy string arguments.
11411         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11412         * ediff-hook.el (menu-bar-ediff-menu):
11413         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11414         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11416 2009-10-24  Glenn Morris  <rgm@gnu.org>
11418         * comint.el (comint-dynamic-list-completions):
11419         * term.el (term-dynamic-list-completions): Use choose-completion rather
11420         than obsolete alias mouse-choose-completion.
11422         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11423         file-cache-choose-completion.
11424         (file-cache-choose-completion): Handle an optional event argument.
11425         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11427         * progmodes/octave-mod.el (octave-complete-symbol):
11428         Use choose-completion if mouse-choose-completion is ever removed.
11430         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11431         use.
11433         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11434         compiler.
11436         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11438 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11441         Ignore `pred' now that we receive one.
11442         Handle test-completion specially.
11444 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11446         * vc.el (vc-responsible-backend): Throw an error if not backend is
11447         found.  Remove the REGISTER argument.  Move the code dealing with
11448         REGISTER ...
11449         (vc-get-backend-for-registration): ... here.  New function.
11450         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11451         of vc-responsible-backend, pass the file name instead of the
11452         directory name.
11454 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11456         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11457         New funs.
11458         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11459         (pcomplete-comint-setup): Don't modify a global var via
11460         accidental side-effects.
11461         (pcomplete-shell-setup): Adjust call accordingly.
11462         (pcomplete-parse-comint-arguments): Use push.
11464 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11466         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11467         Allow uncapitalized info node names (Bug#3921).
11469         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11470         to the DEBUG file (Bug#3781).
11472 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11474         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11475         dictionary entry (Bug#4579).
11477 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11479         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11480         from `rfn-eshadow-update-overlay-hook' when unloading.
11481         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11482         "rsyncc".  Adjust doc string.
11483         (tramp-temp-buffer-file-name): New buffer-local defvar.
11484         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11485         Keep temporary file when indicated by method ("rsync" and
11486         "rsyncc").
11487         (tramp-handle-write-region): Handle APPEND.
11488         (tramp-delete-temp-file-function): New defun.  Added to
11489         `kill-buffer-hook'.
11491 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11493         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11495 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11497         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11498         (color-name-rgb-alist, tty-standard-colors)
11499         (tty-color-mode-alist): Change to defconst.
11501         * simple.el (mark-inactive): Purecopy message.
11503         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11504         (global-map, yank-menu):
11505         * textmodes/ispell.el (ispell-menu-map):
11506         * net/eudc.el (eudc-tools-menu):
11507         * international/mule-cmds.el (describe-language-environment-map)
11508         (setup-language-environment-map, set-coding-system-map)
11509         (mule-menu-keymap):
11510         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11511         * replace.el (occur-mode-map):
11512         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11514 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11516         * calc/calc.el (math-read-number, math-read-number-simple): Use
11517         `save-match-data'.
11519 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11521         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11522         rather than fiddling with global-map bindings, since it should only
11523         affect per-terminal settings.
11524         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11526         * minibuffer.el (completion-table-with-terminator): Allow to specify
11527         the terminator-regexp.
11529         * simple.el (switch-to-completions): Look for *Completions* in other
11530         frames as well.
11532         * pcomplete.el: Allow the use of completion-tables.
11533         (pcomplete-std-complete): New command.
11534         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11535         (pcomplete--here): Use a function for `form' rather than an expression,
11536         so it can be byte-compiled.
11537         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11538         Add edebug declaration.
11539         (pcomplete-show-completions): Remove unused var `curbuf'.
11540         (pcomplete-do-complete, pcomplete-stub):
11541         Don't assume `completions' is a list of strings any more.
11543 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11545         * find-dired.el (find-name-arg): Fix typo in docstring.
11547 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11550         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11552         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11553         pcomplete-entries.
11555         * comint.el (comint-read-input-ring, comint-write-input-ring)
11556         (comint-substitute-in-file-name)
11557         (comint-dynamic-complete-as-filename)
11558         (comint-dynamic-simple-complete)
11559         (comint-dynamic-list-filename-completions)
11560         (comint-dynamic-list-completions)
11561         (comint-redirect-results-list-from-process): Minor simplifications.
11563 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11565         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11566         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11567         the first form.  And insert a blank line after ";;; Code" since
11568         that's usual style.  (Bug#4612)
11570         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11572 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         * minibuffer.el (completion-table-with-terminator): Properly implement
11575         boundaries, in case `terminator' appears in the suffix.
11576         (completion--embedded-envvar-table): Don't return boundaries if
11577         there's no valid completion.  Simplify.
11578         (completion-file-name-table): New completion table extracted from
11579         completion--file-name-table.
11580         (completion--file-name-table): Use it.
11581         (read-file-name-predicate): Declare obsolete.
11582         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11583         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11584         completion-file-name-table, and use the `pred' argument.
11585         * files.el (locate-file-completion-table): Use the `pred' arg rather
11586         than read-file-name-predicate.
11587         (abbreviate-file-name): Use \` rather than ^ for BOS.
11589 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11591         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11592         vc-responsible-backend to register, it causes problems.
11594 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11596         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11598 2009-10-21  Eric Ludlam  <zappo@gnu.org>
11600         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11601         (semantic-c-debug-mode-init-pch): New functions.
11602         (semantic-c-debug-mode-init-last-mode): New var.
11603         (semantic-c-parse-lexical-token): Use them.
11605         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11606         When extracting the argument list, limit only by point-max.
11608 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11610         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11611         (tramp-smb-handle-file-attributes): Use it.
11612         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11613         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11614         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11615         Add `dired-filename' text properties.
11616         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11617         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11618         version.
11620 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * subr.el (read-key-delay): Reduce to 0.01.
11623         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11624         (bug#4751).
11626 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11628         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11630         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11631         (Info-menu): Remove unused vars `last' and `completions'.
11632         (Info-index-nodes): Remove unused var `node'.
11634         * info.el (Info-complete-menu-item): Use complete-with-action.
11636 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11638         Make vc-annotate work through copies and renames.
11639         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11640         Return the file name too.
11641         (vc-annotate-revision-at-line)
11642         (vc-annotate-find-revision-at-line)
11643         (vc-annotate-revision-previous-to-line)
11644         (vc-annotate-show-log-revision-at-line): Update to get the file
11645         name from vc-annotate-extract-revision-at-line.
11646         (vc-annotate-show-diff-revision-at-line-internal): Change the
11647         argument to mean whether to show a file diff or not.  Get the file
11648         name from vc-annotate-extract-revision-at-line.
11649         (vc-annotate-show-diff-revision-at-line):
11650         Update vc-annotate-show-diff-revision-at-line call.
11651         (vc-annotate-warp-revision): Add an optional file argument.
11653         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11654         (vc-git-annotate-extract-revision-at-line): Also return the file
11655         name if found.
11657         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11658         command.  Remove unused code.
11659         (vc-hg-annotate-re): Update to match --follow output.
11660         (vc-hg-annotate-extract-revision-at-line): Also return the file
11661         name if found.
11663         * vc.el: Update annotate-extract-revision-at-line documentation.
11665 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11667         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11668         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11670         * net/browse-url.el (browse-url): Identify alist with "consp and
11671         not functionp" and let all other things go down the `apply' leg,
11672         as suggested by Stefan.  (Further to bug#4531.)
11674 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11676         * minibuffer.el (read-file-name): Check for repeat before putting
11677         a default argument in file-name-history (Bug#4657).
11679         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11680         read syntax (Bug#4737).
11682         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11684 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11686         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11687         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11688         entries and make note of obsolete tags.
11690 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11694 2009-10-18  Glenn Morris  <rgm@gnu.org>
11696         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11697         grep, so that binary files (eg international/uni-bidi.el) can match.
11698         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11699         now, and in any case the file header format has changed.
11701 2009-10-17  Glenn Morris  <rgm@gnu.org>
11703         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11704         (flyspell-get-word, flyspell-large-region)
11705         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11707 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11709         * Makefile.in (ELCFILES): Add ede/shell.
11711 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11713         * term/common-win.el (x-colors): Purecopy it.
11715 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11717         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11718         permissive for when the buffer is empty.
11719         (tar-header-block-tokenize): Decode the username and groupname.
11720         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11722 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11724         * cedet/srecode/srt.el:
11725         * cedet/srecode/compile.el:
11726         * cedet/semantic/mru-bookmark.el:
11727         * cedet/semantic/debug.el:
11728         * cedet/semantic/complete.el:
11729         * cedet/semantic/analyze.el: Require CL when compiling.
11731 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11733         * cedet/semantic/scope.el
11734         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11735         tmpscope so that the regular scope will continue to work.
11737         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11738         Use semantic-idle-summary-highlight-face as the highlighting.
11740         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11741         contains multibyte characters, choose first applicable coding
11742         system automatically.
11744         * cedet/ede/project-am.el (project-run-target): New method.
11745         (project-run-target): New method.
11747         * cedet/ede.el (ede-target): Add run target menu item.
11748         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11749         (ede-run-target): New function.
11750         (ede-target::project-run-target): New method.
11752         * cedet/ede/proj.el (project-run-target): New method.
11754         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11755         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11756         Add :rules.
11757         (ede-proj-target-makefile-shared-object): Only libtool compilers
11758         now available.  Add linkers for libtool.
11759         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11760         (ede-proj-makefile-target-name): Always use .la extension.
11762         * cedet/ede/proj-prog.el (project-run-target): New method.
11764         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11765         (ede-g++-linker): Change Change link lines.
11767         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11768         When searching for old variables, go to the end of the buffer and
11769         search backward from there.
11770         (ede-proj-makefile-automake-insert-subdirs)
11771         (ede-proj-makefile-automake-insert-extradist): New methods.
11772         (ede-proj-makefile-create): Use them.
11774         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11775         Force FILE to expand to the current target.  Use file-exists-p to
11776         check that it exists.
11778         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11779         (ede-linux-load): Wrap dir in file-name-as-directory.
11780         Set :version slot.
11782         * cedet/ede/files.el (ede-get-locator-object): When enabling
11783         locate, do so on "top".
11785         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11786         file-name-as-directory during compare.
11787         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11788         Get version number from different places.  Don't call egrep.
11789         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11790         to set the directory.
11792         * cedet/ede/shell.el: New file.
11794         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11795         alpha/beta variants.
11797 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * international/mule-cmds.el (select-safe-coding-system): If the file
11800         has a coding cookie, use it regardless of any other setting (bug#4712).
11802 2009-10-17  Glenn Morris  <rgm@gnu.org>
11804         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11805         All errors should have messages.
11807         * foldout.el (foldout-mouse-swallow-events):
11808         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11810         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11811         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11812         (dired-keep-marker-symlink, dired-dwim-target)
11813         (dired-copy-preserve-time): Do not autoload these defcustoms.
11815         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11816         messages from messing up the file coding.  (Bug#4623)
11818 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11820         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11821         if no match is found for the current dictionary.  (Bug#4578)
11823         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11824         optional, since that is how it is documented, and this is often called
11825         with a nil argument.  (Bug#4577)
11826         (flyspell-external-point-words, flyspell-auto-correct-word)
11827         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11828         (flyspell-word-search-backward): Remove nil argument in calls to
11829         flyspell-get-word, since it is not needed now.
11831 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11833         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11835 2009-10-16  Glenn Morris  <rgm@gnu.org>
11837         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11839 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11841         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11842         (ange-ftp-file-size): New function.
11843         (ange-ftp-file-attributes): Use it.
11845 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11847         * net/tramp-smb.el (tramp-smb-version): New defvar.
11848         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11849         repeated checks.
11851 2009-10-16  Glenn Morris  <rgm@gnu.org>
11853         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11854         Maybe copy some custom properties from old to new name.  (Bug#4706)
11856 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11858         * subr.el (error, sit-for, start-process-shell-command)
11859         (start-file-process-shell-command): Set the calling convention
11860         after the function definition.
11862 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * subr.el (error, sit-for, start-process-shell-command)
11865         (start-file-process-shell-command): Use the new
11866         set-advertised-calling-convention feature.
11868 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11870         * international/ucs-normalize.el (ucs-normalize-version):
11871         Change to 1.2.
11872         (check-range): Adjust for Unicode 5.2.
11874 2009-10-15  Juri Linkov  <juri@jurta.org>
11876         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11877         to the `menu-item' format.
11879 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11881         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11882         if the environment variable does not exist.
11884         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11885         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11886         parameter.
11887         (tramp-smb-handle-add-name-to-file)
11888         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11889         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11890         (tramp-smb-handle-file-attributes)
11891         (tramp-smb-do-file-attributes-with-stat)
11892         (tramp-smb-handle-file-local-copy)
11893         (tramp-smb-handle-insert-directory)
11894         (tramp-smb-handle-make-directory)
11895         (tramp-smb-handle-make-directory-internal)
11896         (tramp-smb-handle-make-symbolic-link)
11897         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11898         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11899         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11900         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11901         Handle long file names.
11902         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11903         process is running.
11904         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11905         Read share names with "-g" option.
11907 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11909         * net/rcirc.el (rcirc-view-log-file): New command.
11910         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11911         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11912         specified.
11914 2009-10-15  Glenn Morris  <rgm@gnu.org>
11916         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11917         from the second command-line argument.
11918         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11919         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11920         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11921         w32-batch-update-autoloads.
11922         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11923         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11925         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11926         the headers cannot be located.  Simplify, subtracting superflous
11927         save-excursions.
11929 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11931         Replace completion-base-size by completion-base-position to fix bugs
11932         such as (bug#4699).
11933         * simple.el (completion-base-position): New var.
11934         (completion-base-size): Mark as obsolete.
11935         (choose-completion): Make it work for mouse events as well.
11936         Pass the new base-position to choose-completion-string.
11937         (choose-completion-guess-base-position): New function, extracted from
11938         choose-completion-delete-max-match.
11939         (choose-completion-delete-max-match): Use it.  Make obsolete.
11940         (choose-completion-string): Use the new base-position info.
11941         (completion-root-regexp): Delete.
11942         (completion-setup-function): Preserve completion-base-position.
11943         Eliminate obsolete base-size manipulation.
11944         * minibuffer.el (display-completion-list): Don't mess with base-size.
11945         (minibuffer-completion-help): Set completion-base-position instead.
11946         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11947         choose-completion.
11948         * textmodes/bibtex.el (bibtex-complete):
11949         * emacs-lisp/crm.el (crm--choose-completion-string):
11950         Adjust to new calling convention.
11951         * complete.el (partial-completion-mode): Use minibufferp to avoid
11952         bumping into incompatible change to choose-completion-string-functions.
11953         * ido.el (ido-choose-completion-string): Make its calling convention
11954         more permissive.
11955         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11956         base-size manipulation.
11957         (comint-dynamic-list-input-ring): Use dotimes and push.
11958         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11959         fundamental-mode.  Use `or'.
11961 2009-10-14  Juri Linkov  <juri@jurta.org>
11963         * misearch.el (multi-isearch-next-buffer-from-list)
11964         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11966 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11968         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11969         `bytecomp.el'.
11971         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11972         string we return is all made up of text from the completions rather
11973         than part from the completions and part from the input (bug#4219).
11975         * ido.el (ido-everywhere): Use define-minor-mode.
11977         * buff-menu.el (list-buffers, ctl-x-map):
11978         Mark the entry points with ;;;###autoload cookies.
11980 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11982         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11983         correctly in the detached head case.
11984         (vc-git-print-log): Remove unused binding.
11986         * vc.el (vc-responsible-backend): When a directory is passed for
11987         for registration create a VC repository if no backend is
11988         responsible for the directory argument.
11989         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11991         * vc.el: Move comments about RCS and SCCS ...
11992         * vc-rcs.el:
11993         * vc-sccs.el: ... here, respectively.
11995 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * minibuffer.el (completion--file-name-table): Return nil if there's
11998         no file completion, even if substitute-in-file-name changed
11999         the string (bug#4708).
12001 2009-10-13  Juri Linkov  <juri@jurta.org>
12003         * files-x.el (read-file-local-variable-value): Don't filter out
12004         minor modes from mode name completion (bug#4664).
12006 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12008         * international/mule-cmds.el (ucs-names): Remove exclusion of
12009         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12011 2009-10-13  Kenichi Handa  <handa@m17n.org>
12013         * international/uni-name.el: Regenerated.
12015 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12017         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12018         should be automatically buffer-local, but isn't.)
12020 2009-10-12  Sam Steingold  <sds@gnu.org>
12022         * progmodes/compile.el (compilation-next-error-function): Fix the
12023         timestamps if the buffer has been visited before.
12024         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12025         non-anchored patterns, like the perl one (bug#3928).
12027 2009-10-12  Glenn Morris  <rgm@gnu.org>
12029         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12030         Let-bind `size'.
12032 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
12034         * proced.el (proced-unload-function): New function.
12036         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12037         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12038         Doc fix.
12040         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12042 2009-10-11  Juri Linkov  <juri@jurta.org>
12044         * files-x.el (read-file-local-variable-value):
12045         Provide default value only for bound variables (bug#4664).
12047 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
12049         * net/tramp.el (tramp-local-host-p): Function shall return nil for
12050         connection methods like smb.
12052         * net/tramp-cache.el (tramp-flush-connection-property): The hash
12053         can be empty.
12055         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12056         (tramp-smb-file-name-handler-alist): Add handlers for
12057         `add-name-to-file', `make-symbolic-link'.
12058         (tramp-smb-handle-add-name-to-file)
12059         (tramp-smb-do-file-attributes-with-stat)
12060         (tramp-smb-handle-make-symbolic-link)
12061         (tramp-smb-get-cifs-capabilities): New defuns.
12062         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12063         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12064         (tramp-smb-handle-file-local-copy)
12065         (tramp-smb-handle-make-directory-internal)
12066         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12067         The file name syntax depends on cifs capabilities.
12068         (tramp-smb-handle-file-attributes):
12069         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12070         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12071         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12073 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12075         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12076         (eieio-defclass): Apply deftype handler and setf-method properties
12077         directly.
12078         (eieio-add-new-slot): Avoid union function from cl library.
12079         (eieio--typep): New function.
12080         (eieio-perform-slot-validation): Use it.
12082 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12084         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12085         Update documentation to refer to the variables documented in r1.135.
12086         (Bug#4188)
12088 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12090         * bookmark.el (Info-suffix-list): Remove this unused variable.
12091         (bookmark-current-point): Remove this obsolete variable.
12092         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12093         Adjust for removal of bookmark-current-point.
12095         (bookmarks-already-loaded, bookmark-current-buffer)
12096         (bookmark-yank-point): Document.  (Bug#4188)
12098 2009-10-10  Glenn Morris  <rgm@gnu.org>
12100         * frame.el (frame-height): Doc fix.
12102         * calendar/calendar.el (calendar-split-width-threshold): New option.
12103         (calendar-basic-setup): Use calendar-split-width-threshold.
12105 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
12107         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
12108         Use .la for Automake.
12110 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
12112         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
12113         Use "autoreconf -i".  Suggested by Andreas Schwab.
12115 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12117         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12118         Ideographic Supplement" range (U+1F200..U+1F2FF).
12120 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12122         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12123         since the list will have been rebuilt anyway.  (Bug#4349)
12125 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12127         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12128         (bookmark-bmenu-execute-deletions): Don't save here, as
12129         bookmark-delete will now do so if necessary.
12130         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12131         (Bug#4348)
12133 2009-10-09  Glenn Morris  <rgm@gnu.org>
12135         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12137 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12139         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12140         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12141         argument now, so the two function's behaviors will match.  (Bug#3645)
12143 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12145         * cedet/ede/proj.el (project-make-dist, project-compile-project):
12146         Fix filename test.
12147         (ede-proj-dist-makefile): Use expand-file-name instead of concat
12148         to expand file names.
12150 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12152         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12153         (tramp-file-name-real-host, tramp-file-name-port):
12154         Apply `save-match-data'.
12156         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12157         case both directories are remote.
12158         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12159         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12161 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12163         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
12164         (ede-proj-target-makefile-objectcode): Use it.
12166         * cedet/ede/source.el (ede-want-any-source-files-p)
12167         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
12168         Return search result.  This error was introduced while merging.
12170 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12172         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12174 2009-10-07  Glenn Morris  <rgm@gnu.org>
12176         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12177         of concat.
12179 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12181         * files-x.el (read-file-local-variable): Include some
12182         non-user-variables in the completion table (bug#4664).
12184 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12186         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12187         message.
12189         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12190         (tramp-smb-file-name-handler-alist): Add handler for
12191         `copy-directory', `expand-file-name', `set-file-modes'.
12192         (tramp-smb-handle-copy-directory)
12193         (tramp-smb-handle-expand-file-name)
12194         (tramp-smb-handle-set-file-modes): New defuns.
12195         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12196         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12197         entry.
12198         (tramp-smb-handle-insert-directory): Don't flush the cache.
12199         (tramp-smb-maybe-open-connection): Check for samba client and
12200         server versions.
12202 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12204         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12205         to not error out of search for "^lisp=" fails.
12207 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12209         * makefile.w32-in (WINS_UPDATES): New macro.
12210         (custom-deps, finder-data, autoloads): Use it.
12212 2009-10-07  Glenn Morris  <rgm@gnu.org>
12214         * Makefile.in (autoloads): Revert previous change.
12215         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12216         the list of preloaded files passed on the command-line, get
12217         it from src/Makefile.
12219         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12220         show the original buffer rather than a random one.
12222 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12224         * help.el (describe-no-warranty): Place point in a slightly better
12225         position in the GPLv3 text.
12227 2009-10-06  Sam Steingold  <sds@gnu.org>
12229         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12230         the comm attribute is present before calling regexp-quote.
12232 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12234         * play/animate.el (animate-string): For good effect, make sure
12235         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12237         * play/animate.el (animate-sequence, animate-birthday-present):
12238         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12240 2009-10-06  Glenn Morris  <rgm@gnu.org>
12242         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12244         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12245         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12246         (batch-update-autoloads): Process a string value of autoload-excludes,
12247         set during the build process.
12248         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12250         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12251         inside with-parsed...  macro so that `v' is defined.
12253         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12254         * progmodes/fortran.el (fortran-end-of-block)
12255         (fortran-beginning-of-block):
12256         Also push mark in the macro case.
12258         * emerge.el (emerge-show-file-name):
12259         * calc/calc.el (calc-quit):
12260         * calc/calc-misc.el (calc-big-or-small):
12261         * calc/calc-graph.el (calc-graph-view):
12262         * calc/calc-ext.el (calc-reset):
12263         * calendar/calendar.el (calendar-basic-setup):
12264         Use window-full-height-p.
12266         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12267         header we don't understand, don't insert another.  (Bug#4624)
12268         If changing mime charset, insert the new one in the right place.
12270 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12272         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12273         (cal-tex-cursor-month): Correctly increment the end date for diary and
12274         holiday listing.  (Bug#4626)
12276 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12278         * help-fns.el (describe-function-1): Don't burp if the function is not
12279         a symbol.
12281 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12283         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12284         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12285         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12286         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12288         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12289         (eieio-default-superclass): Reflow docstrings.
12290         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12291         (eieio-unbind-method-implementations, defmethod)
12292         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12293         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12294         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12295         (eieio-slot-originating-class-p, eieio-slot-name-index)
12296         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12297         (constructor, initialize-instance, no-next-method, object-print)
12298         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12299         Fix typos in docstrings.
12300         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12301         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12302         (next-method-p): Doc fixes.
12303         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12304         Fix typos in error messages.
12305         (eieio-defmethod): Fix typo in description of generic method.
12307         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12308         (eieio-persistent-save-interactive, slot-missing):
12309         Fix typos in docstrings.
12310         (eieio-instance-inheritor-slot-boundp): Doc fix.
12312         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12313         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12315         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12316         (eieio-custom-object-apply-reset):
12317         Fix typos in docstrings and error messages.
12319         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12320         Fix typo in docstring.
12322         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12323         (eieio-browse-tree): Doc fix.
12324         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12325         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12326         Fix typos in docstrings.
12328         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12329         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12330         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12331         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12332         Reflow docstrings.
12334 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12336         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12337         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12338         Set log-view-vc-backend so that diff can work.
12340         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12341         vc-version-diff.
12342         (vc-diff-internal): Autoload this instead of vc-version-diff.
12344 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12346         * simple.el (eval-expression): Doc fix.
12348         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12350 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12352         * files.el (directory-files-no-dot-files-regexp): New defconst.
12353         (delete-directory): Use it.
12354         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12356         * net/tramp.el (tramp-verbose): Fix docstring.
12357         (tramp-methods): Add recursive option to `tramp-copy-args'.
12358         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12359         "scp1_old", "scp2_old", "rsync", "rsyncc".
12360         (tramp-default-method): Check also for `auth-source-user-or-password'.
12361         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12362         Add handler for `copy-directory'.
12363         (tramp-handle-copy-directory): New defun.
12364         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12365         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12366         Optimize sent command.
12368 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12371         window if necessary.
12373         * calendar/calendar.el (calendar-basic-setup): Don't call
12374         switch-to-buffer in a dedicated window.
12376 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12378         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12379         don't do anything related to relocating, just return nil.
12380         (bookmark-error-no-filename): New error.
12381         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12382         bookmark has no file.  Don't even attempt to handle things that
12383         are not files; the whole point of custom handlers is to keep that
12384         knowledge elsewhere anyway.  Tighten some comments.
12385         (bookmark-file-or-variation-thereof): Remove now-unused function.
12386         (bookmark-location): Doc string fix.
12387         (Bug#4250)
12389 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12391         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12392         don't use a file dialog, because they usually don't know how to read
12393         a directory target from the user.  (Bug#4230)
12394         Also, make sure the prompt can display directories as well as files.
12396 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12398         * bookmark.el (bookmark-set, bookmark-buffer-name):
12399         Improve doc strings.  (Bug#1193)
12401 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12403         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12404         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12405         (bookmark-get-annotation, bookmark-set-annotation)
12406         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12407         (bookmark-set-position, bookmark-get-front-context-string)
12408         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12409         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12410         (bookmark-jump-other-window, bookmark-handle-bookmark)
12411         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12412         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12413         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12414         Improve doc strings to say whether bookmark can be a string or
12415         a record or both, and make other consistency and clarity fixes.
12416         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12417         (bookmark-default-annotation-text, bookmark-yank-word)
12418         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12419         (bookmark-import-new-list, bookmark-maybe-rename)
12420         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12421         (bookmark-bmenu-bookmark): Give these doc strings.
12422         (bookmark-bmenu-check-position): Give this a doc string, but also
12423         add a FIXME comment about how the function may be pointless.
12424         (bookmark-default-handler): Rework doc string and change a
12425         parameter name, to clarify that this takes a bookmark record
12426         not a bookmark name.
12427         (bookmark-set): Change a parameter name to indicate its meaning,
12428         and improve the doc string a bit.
12429         (Bug#4188)
12431 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12433         * bookmark.el (bookmark-alist): Document the new `handler' element
12434         in the param alist.
12435         (bookmark-make-record-function): Adjust documentation for above.
12436         (Bug#4193)
12438 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12440         * info.el (Info-bookmark-make-record): Document this function.
12441         (Info-bookmark-jump): Document with a doc string, not just a comment.
12442         (Bug#4203)
12444 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12446         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
12447         (semantic-new-buffer-fcn): Call parser setup functions here.
12448         (semantic-mode): Don't call parser setup functions here, it's done
12449         in semantic-new-buffer-fcn now.
12450         (semantic-mode): Parse all existing buffers when enabled.
12452         * cedet/srecode/compile.el (srecode-compile-file):
12453         Call semantic-new-buffer-fcn if the buffer has not been parsed.
12455 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12457         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12459         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12460         (proj-comp-insert-variable-once): New macro, renamed from
12461         ede-pmake-insert-variable-once in ede/pmake.edl.
12462         (ede-proj-makefile-insert-variables): Use it.
12464 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12466         * files.el (copy-directory): New defun.
12468         * dired-aux.el (dired-copy-file-recursive): Use it.
12470 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12472         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12473         (makefile-end-of-command):
12474         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12475         (semantic-end-of-context): Fix previous change.  Doc fixes.
12477 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12479         * files-x.el (modify-dir-local-variable)
12480         (copy-dir-locals-to-file-locals-prop-line):
12481         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12482         (makefile-end-of-command):
12483         * cedet/semantic/lex.el (semantic-lex-token):
12484         * cedet/semantic/analyze/fcn.el
12485         (semantic-analyze-dereference-metatype-1):
12486         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12487         (semantic-lex-cpp-undef):
12488         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12489         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12490         (semantic-end-of-context): Fix typos in docstrings.
12492         * recentf.el (recentf-unload-function): New function.
12494 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12496         * cedet/ede.el (ede-project-placeholder-cache-file):
12497         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12498         * cedet/srecode/map.el (srecode-map-save-file):
12499         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
12501 2009-10-04  Glenn Morris  <rgm@gnu.org>
12503         * window.el (window-full-height-p): Add doc string.
12505 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12507         * window.el (window-full-height-p): New function.  (Bug#4543)
12509 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
12511         * cedet/srecode/insert.el: Require srecode/args.
12513         * cedet/srecode/args.el: Require srecode/dictionary instead of
12514         srecode/insert.
12516         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12518         * files.el (auto-mode-alist): Add .srt and Project.ede.
12520         * cedet/semantic.el (semantic-mode):
12521         Handle srecode-template-mode-hook as well.
12522         (semantic-mode): Use js-mode-hook for Javascript hook.
12524         * cedet/srecode/template.el: Remove hook variable.
12526         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12528         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12529         projects exist.
12530         (ede-project-placeholder-cache-file): Default to a file in
12531         user-emacs-directory.
12533         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12534         templates in data-directory.
12535         (srecode-map-save-file): Default to a file in user-emacs-directory.
12537         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12538         directory.
12540 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12542         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12543         Doc fix.
12545         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12546         Only insert each variable once.
12548         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12549         (ede-pmake-insert-variable-shared): Use it.
12551         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12552         for lexical table iff table is nil.
12554 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12556         * vc.el: Remove commented out code.
12557         (vc-derived-from-dir-mode): Remove, unused.
12558         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12560 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12562         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12563         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12564         there could be recursive loading when `default-directory' is a
12565         remote file name.  (Bug#4614)
12567 2009-10-03  Glenn Morris  <rgm@gnu.org>
12569         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12570         the frame is wide.
12571         (calendar-generate-window): Test for shrinkability rather than width.
12573         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12574         declaration, currently false.
12576         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12577         reusing existing buffers, in case we happen to visit two files with the
12578         same basename.  (Bug#4593)
12580 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12582         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12583         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12584         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12585         subdirs of cedet as well.
12586         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12588 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12590         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12591         Obey advertised-signature-table.
12593         * help-fns.el (help-function-arglist): Don't check
12594         advertised-signature-table.
12595         (describe-function-1): Do it here instead so it also applies to subrs.
12597 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12599         * simple.el (start-file-process): Say in the doc-string, that file
12600         handlers might not support pty association, if PROGRAM is nil.
12602         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12603         HOST and USER are strings.  They are nil, when there are
12604         incomplete entries in ~/.netrc, for example.
12605         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12606         root directory ("device busy" error otherwise).
12608         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12609         Flush file properties of created directory.
12611 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12613         * makefile.w32-in (WINS_BASIC): Remove cedet.
12614         (WINS_CEDET): Add cedet.
12615         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12617 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12619         * net/browse-url.el (browse-url): Pass any symbol in
12620         browse-url-browser-function to `apply', since if you've mistakenly put
12621         an unbound symbol then the error is clearer.  (Bug#4531)
12623 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12625         * allout.el (allout-init, allout-back-to-current-heading)
12626         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12627         (allout-ascend, allout-up-current-level, allout-end-of-level)
12628         (allout-previous-visible-heading, allout-forward-current-level)
12629         (allout-backward-current-level, allout-show-children):
12630         * apropos.el (apropos-describe-plist):
12631         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12632         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12633         * completion.el (add-completion, add-permanent-completion):
12634         * descr-text.el (describe-text-category, describe-char):
12635         * desktop.el (desktop-lazy-abort):
12636         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12637         * dired.el (dired-build-subdir-alist):
12638         * ediff.el (ediff-version):
12639         * elide-head.el (elide-head, elide-head-show):
12640         * emerge.el (emerge-version):
12641         * env.el (getenv):
12642         * face-remap.el (variable-pitch-mode):
12643         * faces.el (describe-face):
12644         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12645         (dired-at-point):
12646         * files.el (find-file-existing, auto-save-mode):
12647         * font-lock.el (font-lock-fontify-buffer):
12648         * help-fns.el (describe-function, describe-variable)
12649         (describe-syntax, describe-categories):
12650         * help.el (view-lossage, describe-bindings, describe-key)
12651         (describe-mode):
12652         * hexl.el (hexl-current-address):
12653         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12654         * info.el (Info-goto-emacs-key-command-node):
12655         * log-edit.el (log-edit-insert-cvs-template)
12656         (log-edit-insert-cvs-rcstemplate):
12657         * menu-bar.el (menu-bar-mode):
12658         * mouse.el (mouse-appearance-menu):
12659         * newcomment.el (comment-indent-new-line):
12660         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12661         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12662         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12663         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12664         * recentf.el (recentf-mode):
12665         * savehist.el (savehist-mode, savehist-save):
12666         * shadowfile.el (shadow-copy-files):
12667         * simple.el (kill-ring-save, next-line, previous-line)
12668         (normal-erase-is-backspace-mode):
12669         * strokes.el (strokes-update-window-configuration)
12670         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12671         (strokes-xpm-for-stroke):
12672         * time.el (emacs-uptime, emacs-init-time):
12673         * tutorial.el (tutorial--describe-nonstandard-key)
12674         (tutorial--detailed-help):
12675         * type-break.el (type-break-mode)
12676         (type-break-mode-line-message-mode, type-break-query-mode)
12677         (type-break-guesstimate-keystroke-threshold):
12678         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12679         * version.el (emacs-version):
12680         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12681         * winner.el (winner-mode):
12682         * calendar/timeclock.el (timeclock-in, timeclock-out)
12683         (timeclock-status-string, timeclock-change)
12684         (timeclock-workday-remaining-string)
12685         (timeclock-workday-elapsed-string)
12686         (timeclock-when-to-leave-string):
12687         * calendar/todo-mode.el (todo-add-category):
12688         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12689         * emacs-lisp/autoload.el (update-file-autoloads):
12690         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12691         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12692         (checkdoc-message-text, checkdoc-defun):
12693         * emacs-lisp/debug.el (debugger-list-functions):
12694         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12695         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12696         (eieio-describe-generic):
12697         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12698         * emacs-lisp/shadow.el (list-load-path-shadows):
12699         * emulation/cua-base.el (cua-mode):
12700         * emulation/edt.el (edt-set-scroll-margins):
12701         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12702         (tpu-toggle-regexp, tpu-toggle-search-direction)
12703         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12704         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12705         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12706         (viper-set-parsing-style-toggling-macro)
12707         (viper-set-emacs-state-searchstyle-macros):
12708         * emulation/viper.el (viper-set-hooks):
12709         * eshell/esh-mode.el (eshell-truncate-buffer):
12710         * international/mule-cmds.el (prefer-coding-system)
12711         (describe-input-method, describe-language-environment):
12712         * international/mule-diag.el (list-character-sets)
12713         (describe-character-set, describe-coding-system)
12714         (describe-fontset, list-fontsets, list-input-methods):
12715         * mail/sendmail.el (mail-signature):
12716         * net/ange-ftp.el (ange-ftp-copy-file):
12717         * net/browse-url.el (browse-url):
12718         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12719         * net/quickurl.el (quickurl-add-url):
12720         * net/rcirc.el (names, topic):
12721         * net/xesam.el (xesam-mode):
12722         * play/5x5.el (5x5-new-game):
12723         * play/yow.el (apropos-zippy):
12724         * progmodes/ada-mode.el (ada-mode-version):
12725         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12726         (f90-end-of-block)
12727         (f90-beginning-of-block):
12728         * progmodes/fortran.el (fortran-end-of-block)
12729         (fortran-beginning-of-block):
12730         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12731         * progmodes/python.el (python-describe-symbol, python-shell):
12732         * term/ns-win.el (ns-print-buffer):
12733         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12734         * textmodes/flyspell.el (flyspell-mode-on):
12735         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12736         (pages-directory-for-addresses):
12737         * textmodes/table.el (table-recognize-cell)
12738         (table-query-dimension, table-generate-source)
12739         (table-insert-sequence, table--warn-incompatibility):
12740         * textmodes/tex-mode.el (tex-validate-buffer):
12741         * textmodes/texinfmt.el (texinfmt-version)
12742         (texinfo-format-buffer):
12743         Use `called-interactively-p' instead of `interactive-p'.
12745 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12747         * image-mode.el (image-toggle-display):
12748         * emacs-lisp/elp.el (elp-instrument-function):
12749         * emacs-lisp/advice.el (ad-make-advised-definition):
12750         * emacs-lisp/easy-mmode.el (define-minor-mode):
12751         * net/browse-url.el (browse-url-maybe-new-window):
12752         * progmodes/sh-script.el (sh-learn-buffer-indent):
12753         Pass new argument 'any to `called-interactively-p'.
12755 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12757         * international/uni-bidi.el:
12758         * international/uni-category.el:
12759         * international/uni-combining.el:
12760         * international/uni-comment.el:
12761         * international/uni-decimal.el:
12762         * international/uni-decomposition.el:
12763         * international/uni-digit.el:
12764         * international/uni-lowercase.el:
12765         * international/uni-mirrored.el:
12766         * international/uni-name.el:
12767         * international/uni-numeric.el:
12768         * international/uni-old-name.el:
12769         * international/uni-titlecase.el:
12770         * international/uni-uppercase.el:
12771         Regenerate from Unicode 5.2.0 data.
12773 2009-10-01  Glenn Morris  <rgm@gnu.org>
12775         * Makefile.in (ELCFILES): Regenerate.
12777 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12779         * subr.el (interactive-p): Mark obsolete.
12780         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12781         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12782         advertised-signature-table for subroutines as well.
12784         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12785         (set-advertised-calling-convention): New function.
12786         (make-obsolete, define-obsolete-function-alias)
12787         (make-obsolete-variable, define-obsolete-variable-alias):
12788         Make the optional-ness of `when' obsolete.
12789         (define-obsolete-face-alias): Make `when' non-optional.
12790         * help-fns.el (help-function-arglist):
12791         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12792         Use advertised-signature-table.
12794 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12796         * files.el (delete-directory): New defun.  The original function
12797         in fileio.c has been renamed to `delete-directory-internal'.
12799         * dired.el (dired-delete-file): Call `delete-directory' with
12800         RECURSIVE parameter.
12802         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12803         parameter RECURSIVE.  Implementation is missing.
12805         * net/tramp.el (tramp-handle-make-directory): Flush upper
12806         directory's file properties.
12807         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12808         (tramp-handle-dired-recursive-delete-directory): Flush directory
12809         properties after the remove command only.
12811         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12812         Handle optional parameter RECURSIVE.
12814         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12815         Handle optional parameter RECURSIVE.
12817         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12818         connection timeout.
12819         (tramp-smb-handle-delete-directory): Handle optional parameter
12820         RECURSIVE.
12822 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12824         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12825         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12826         (byte-compile-defmacro): Use backquotes.
12828         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12830         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12831         has no associated file.
12832         (vc-resynch-buffer): Use vc-dir-buffers.
12834 2009-10-01  Glenn Morris  <rgm@gnu.org>
12836         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12837         (chart-file-count):
12838         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12839         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12840         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12841         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12842         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12843         (eieio-copy-parents-into-subclass, make-instance, class-children)
12844         (eieio-generic-form):
12845         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12846         * cedet/cedet-idutils.el (cedet-idutils-search)
12847         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12848         (cedet-idutils-version-check):
12849         * cedet/cedet.el (cedet-version):
12850         * cedet/data-debug.el (data-debug-insert-overlay-button)
12851         (data-debug-insert-overlay-list-button)
12852         (data-debug-insert-buffer-button)
12853         (data-debug-insert-buffer-list-button)
12854         (data-debug-insert-process-button, data-debug-insert-ring-button)
12855         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12856         (data-debug-insert-stuff-vector-button)
12857         (data-debug-insert-symbol-button, data-debug-insert-string)
12858         (data-debug-insert-number, data-debug-insert-lambda-expression)
12859         (data-debug-insert-nil, data-debug-insert-simple-thing)
12860         (data-debug-insert-custom, data-debug-edebug-expr):
12861         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12862         (global-ede-mode-map, ede-new, ede-debug-target)
12863         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12864         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12865         (semantic-fetch-tags, semantic-submode-list)
12866         (semantic-default-submodes):
12867         * cedet/ede/source.el (ede-source-match):
12868         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12869         (project-am-package-info):
12870         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12871         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12872         * cedet/ede/proj-comp.el (ede-current-build-list):
12873         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12874         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12875         * cedet/ede/cpp-root.el (initialize-instance):
12876         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12877         (autoconf-parameter-strip, autoconf-insert-new-macro):
12878         * cedet/semantic/wisent.el (wisent-lex-eoi):
12879         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12880         (semantic-show-parser-state-mode):
12881         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12882         * cedet/semantic/tag.el (semantic-tag-new-variable)
12883         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12884         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12885         (semantic--tag-deep-copy-tag-list)
12886         (semantic-tag-components-with-overlays-default):
12887         * cedet/semantic/symref.el (semantic-symref-find-text):
12888         * cedet/semantic/senator.el (senator-yank-tag)
12889         (senator-transpose-tags-up):
12890         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12891         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12892         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12893         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12894         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12895         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12896         * cedet/semantic/lex-spp.el
12897         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12898         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12899         * cedet/semantic/idle.el
12900         (semantic-idle-summary-current-symbol-info-brutish)
12901         (semantic-idle-summary-current-symbol-info-default):
12902         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12903         (semantic--grammar-macro-compl-dict):
12904         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12905         * cedet/semantic/format.el (semantic-format-tag-custom-list)
12906         (semantic-format-tag-canonical-name-default):
12907         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12908         (semantic-find-tags-for-completion)
12909         (semantic-find-tags-by-scope-protection-default)
12910         (semantic-deep-find-tags-for-completion):
12911         * cedet/semantic/edit.el
12912         (semantic-edits-incremental-reparse-failed-hook)
12913         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12914         (semantic-edits-splice-remove, semantic-edits-splice-replace):
12915         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12916         * cedet/semantic/dep.el (semantic-dependency-include-path):
12917         * cedet/semantic/db.el (semanticdb-default-find-index-class)
12918         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12919         (semanticdb-project-roots):
12920         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12921         (semanticdb-find-adebug-insert-scanned-tag-cons)
12922         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12923         (semanticdb-brute-deep-find-tags-for-completion):
12924         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12925         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
12926         (semantic-end-of-context-default)
12927         (semantic-ctxt-current-function-default)
12928         (semantic-ctxt-scoped-types-default):
12929         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
12930         (semantic-complete-inline-tag-engine)
12931         (semantic-complete-inline-custom-type)
12932         (semantic-complete-read-tag-analyzer):
12933         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
12934         (semantic-chart-database-size):
12935         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
12936         (semantic-analyze-current-context):
12937         * cedet/semantic/symref/list.el (semantic-symref)
12938         (semantic-symref-hide-buffer, semantic-symref-symbol):
12939         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
12940         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
12941         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
12942         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
12943         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
12944         (semantic-c-dereference-template):
12945         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
12946         (semantic--analyze-refs-full-lookup-with-parents)
12947         (semantic--analyze-refs-full-lookup-simple):
12948         * cedet/semantic/analyze/complete.el
12949         (semantic-analyze-possible-completions):
12950         * cedet/srecode/table.el (srecode-mode-table-new):
12951         * cedet/srecode/srt.el (srecode-read-variable-name):
12952         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
12953         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
12954         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
12955         * cedet/srecode/map.el (srecode-current-map):
12956         * cedet/srecode/insert.el (srecode-insert)
12957         (srecode-insert-variable-secondname-handler, srecode-insert-method)
12958         (srecode-template-inserter-point-override)
12959         (srecode-insert-include-lookup):
12960         * cedet/srecode/getset.el (srecode-auto-choose-class):
12961         * cedet/srecode/extract.el (srecode-inserter-extract):
12962         * cedet/srecode/document.el
12963         (srecode-document-autocomment-return-last-alist)
12964         (srecode-document-autocomment-param-type-alist)
12965         (srecode-document-insert-function-comment)
12966         (srecode-document-insert-variable-one-line-comment)
12967         (srecode-document-function-name-comment):
12968         * cedet/srecode/dictionary.el (srecode-create-dictionary)
12969         (srecode-compound-toString):
12970         * cedet/srecode/compile.el (srecode-flush-active-templates):
12971         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
12972         Doc/message fixes.
12974         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12975         match-data.  (Bug#4555).
12977         * cedet/semantic/bovine/gcc.el
12978         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
12979         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
12981         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12982         rather than parsing it as a regexp.  This relaxes the layout
12983         requirements and makes errors easier to detect.
12984         (check-declare-verify): Check file is regular.
12985         (check-declare-directory): Doc fix.
12986         * subr.el (declare-function): Doc fix.
12988         * ibuffer.el (ibuffer-format-qualifier):
12989         * isearch.el (hi-lock-regexp-okay):
12990         * calc/calc.el (math-zerop):
12991         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12992         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12993         Remove unused declarations.
12995 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12997         * cedet/semantic/wisent/javat-wy.el
12998         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
13000 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
13002         * cedet/srecode/expandproto.el: Fix provide statement.
13004 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13006         * emacs-lisp/eieio.el (boolean-p): Delete.
13008 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
13010         * cedet/ede/srecode.el: Fix provide statement.
13012 2009-09-30  Glenn Morris  <rgm@gnu.org>
13014         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
13015         * cedet/ede/proj-aux.el (ede-aux-source):
13016         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
13017         (ede-misc-source):
13018         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
13019         (semantic-mrub-switch-tags): Fix doc typos.
13021         * cedet/semantic/db-global.el (data-debug-new-buffer)
13022         (data-debug-insert-thing): Remove unneeded declarations (one broken).
13023         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
13025         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
13027         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
13028         use of CL function `remove-if-not'.
13030         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13032         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13033         filename is not a string.
13035 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13037         * files.el (safe-local-eval-forms): Fix typo.
13039 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * vc-hooks.el (vc-dir-buffers): New var.
13042         (vc-state-refresh): New function.
13043         (vc-state): Use it.
13044         (vc-after-save): Always ask the backend to recompute the new state.
13045         Always call vc-dir if necessary, using vc-dir-buffers.
13046         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13047         Use vc-dir-buffers.
13048         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13049         (vc-dir-prepare-status-buffer, vc-dir-update)
13050         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13051         Don't call expand-file-name on default-directory.
13053 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13055         * speedbar.el (speedbar-item-delete):
13056         * calc/calc-prog.el (calc-kbd-if):
13057         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13059         * epa.el (epa-key-list-mode-map):
13060         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13062         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13063         (hs-show-hook): Fix typo in docstring.
13065 2009-09-29  Glenn Morris  <rgm@gnu.org>
13067         * cedet/semantic/symref/idutils.el:
13068         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
13070         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
13072         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
13073         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
13074         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
13075         Mark declarations not understood by check-declare.
13077         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13078         file-name-nondirectory call preventing location of cedet files.
13079         (check-declare-verify): Use literal search rather than re-search.
13080         Add basic defmethod and defclass, and define-overloadable-function.
13082         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13083         Use tramp-compat-file-attributes rather than nonexistent
13084         tramp-compat-handle-file-attributes.
13086         * Makefile.in (lisptagsfiles4): New.
13087         (AUTOGENEL): Add cedet loaddefs files.
13088         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13089         (update-elclist, compile-always, backup-compiled-files)
13090         (bootstrap-clean): Add yet another directory level.
13091         (update-elclist): Use LC_COLLATE rather than COLLATE.
13092         (ELCFILES): Update, via `make update-elclist'.
13094 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13096         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13097         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13098         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13100 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13102         * Makefile.in (lisptagsfiles3): Define.
13103         (TAGS, TAGS-LISP): Use it.
13104         (update-elclist): Add third directory level to look for elc files.
13105         (compile-always): Likewise.
13106         (backup-compiled-files): Likewise.
13107         (bootstrap-clean): Likewise.
13108         (ELCFILES): Update.
13110 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13112         * Makefile.in (ELCFILES): Add CEDET files.
13114 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13116         CEDET (development tools) package merged.
13118         * cedet/*.el:
13119         * cedet/ede/*.el:
13120         * cedet/semantic/*.el:
13121         * cedet/srecode/*.el: New files.
13123 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13125         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13127         * net/tramp.el (top): Require tramp-imap.
13129         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13130         Use `tramp-compat-handle-file-attributes'.
13132 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13134         * net/tramp-imap.el: New package.
13136 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13138         * emacs-lisp/chart.el:
13139         * emacs-lisp/eieio-base.el:
13140         * emacs-lisp/eieio-comp.el:
13141         * emacs-lisp/eieio-custom.el:
13142         * emacs-lisp/eieio-datadebug.el:
13143         * emacs-lisp/eieio-opt.el:
13144         * emacs-lisp/eieio-speedbar.el:
13145         * emacs-lisp/eieio.el: New files.
13147         * cedet/cedet-cscope.el:
13148         * cedet/cedet-files.el:
13149         * cedet/cedet-global.el:
13150         * cedet/cedet-idutils.el:
13151         * cedet/data-debug.el:
13152         * cedet/inversion.el:
13153         * cedet/mode-local.el:
13154         * cedet/pulse.el: New files.
13156 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13158         * whitespace.el (whitespace-trailing-regexp)
13159         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13160         Fix doc string.
13162 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13164         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13165         menu.
13167         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13168         menu-bar-ediff-menu.
13170         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13171         define-overloadable-function.
13173         * progmodes/autoconf.el: Provide autoconf as well, so that this
13174         file can be `require'd.
13176         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13178         * emacs-lisp/autoload.el (generated-autoload-feature)
13179         (generated-autoload-load-name): New vars.
13180         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13181         (make-autoload): Recognize define-overloadable-function and
13182         defclass forms (for EIEIO).
13184         * Makefile.in (update-subdirs): Exclude cedet directory.
13186 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13188         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13190         * faces.el: Default light-background background for region face to
13191         ns_selection_color under NS.
13193 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13195         * net/imap-hash.el: New library, see NEWS.
13197         * Makefile.in (ELCFILES): Add imap-hash.el.
13199 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13202         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13203         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13204         definition where the docstring could be taken for the return value.
13206 2009-09-26  Glenn Morris  <rgm@gnu.org>
13208         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13209         Add option to only show images below a certain size.
13210         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13211         save-excursion calls.
13213 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13215         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13216         subdirectories) and eieio.
13218 2009-09-26  Alan Mackenzie  <acm@muc.de>
13220         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13221         buggy bracketing.  (Bug#4289)
13223         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13224         character constants (as case labels).  (Bug#4289)
13226 2009-09-25  Juri Linkov  <juri@jurta.org>
13228         * files.el (safe-local-eval-forms): Allow time-stamp in
13229         before-save-hook (Bug#4554).
13231 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13233         * menu-bar.el (list-buffers-directory): Doc fix.
13235 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13238         Try and avoid copying twice the same paragraph.
13239         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13240         Remove save-excursion.
13241         (log-edit-changelog-entry): Do it here instead.
13243 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13245         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13246         when available, instead of hardcoding mode names.  Doc fix.
13248         * menu-bar.el (list-buffers-directory): Add docstring.
13249         Make automatically buffer-local.
13251         * dired.el (dired-mode):
13252         * files.el (cd-absolute):
13253         * pcvs.el (cvs-temp-buffer):
13254         * pcvs-util.el (cvs-get-buffer-create):
13255         * shell.el (shell-mode):
13256         * vc-dir.el (vc-dir-mode):
13257         Don't make `list-buffers-directory' buffer local.
13259 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13261         * comint.el (comint-exec, comint-run, make-comint):
13262         Doc fixes (Bug#4542).
13264 2009-09-25  Glenn Morris  <rgm@gnu.org>
13266         * mail/rmailmm.el (rmail-mime): New custom group.
13267         Move all defcustoms in this file into this group.
13268         (rmail-mime-media-type-handlers-alist): Revert previous change.
13269         (rmail-mime-show-images): New option.
13270         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13271         references to it, since it wasn't actually used for anything.
13272         (rmail-mime-insert-image): New function.
13273         (rmail-mime-image): Use rmail-mime-insert-image.
13274         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13275         obey the value of `rmail-mime-show-images' option.  Print the size of
13276         attachments.
13278 2009-09-25  David Engster  <deng@randomsample.de>
13280         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13282 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13284         * whitespace.el: Does not highlight trailing spaces While point is
13285         at end of line.  Does not highligt spaces at beginning of buffer
13286         while point is at beginning of buffer.  Does not highlight spaces
13287         at end of buffer while point is at end of buffer.  (Bug#4177)
13288         New version 12.0.
13289         (whitespace-display-mappings): Adjust initialization.
13290         (whitespace-point, whitespace-font-lock-refontify): New vars.
13291         (whitespace-color-on, whitespace-color-off): Adjust code.
13292         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13293         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13294         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13296 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13298         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13300         * textmodes/sgml-mode.el: Remove xml-mode alias.
13302         * files.el (auto-mode-alist, conf-mode-maybe)
13303         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13305 2009-09-24  Alan Mackenzie  <acm@muc.de>
13307         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13308         c-forward-conditionals, but it doesn't move point and doesn't set
13309         the mark.
13310         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13311         (c-down-conditional-with-else, c-backward-conditional)
13312         (c-forward-conditional): Refactor to use c-scan-conditionals.
13314 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13316         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13317         (help-default-arg-highlight): Remove.
13318         (help-highlight-arg): New function.
13319         (help-do-arg-highlight): Use it.
13320         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13322 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13324         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13325         Undo last change, which didn't fix the problem and introduced others.
13327 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13329         * progmodes/gdb-mi.el: Don't require speedbar.
13330         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13332 2009-09-24  Glenn Morris  <rgm@gnu.org>
13334         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13336         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13338         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13339         there is no newline after the final mime boundary.  (Bug#4539)
13340         Move markers on insertion so that any buttons inserted don't end up in
13341         the next part of a multipart message.
13342         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13343         (rmail-mime-bulk-handler): Optionally handle images.
13344         (rmail-mime-image): New button action.
13345         (rmail-mime-image-handler): New function.
13346         (rmail-mime-mode): New mode.
13347         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13349 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13351         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13352         than just dropping elements from it (bug#4504).
13354         * term.el (term-set-scroll-region): Don't move cursor any more.
13355         (term-handle-ansi-escape): Call term-goto here instead.
13356         Suggested by Ivan Kanis <apple@kanis.eu>.
13358         * term.el: Require CL.
13359         (term-ansi-reset): New function.
13360         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13361         (term-handle-colors-array): Simplify.
13363 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13365         * allout.el (allout-overlay-interior-modification-handler)
13366         (allout-obtain-passphrase):
13367         * epa-file.el (epa-file-write-region):
13368         * ps-print.el (ps-begin-job):
13369         * vc-hooks.el (vc-toggle-read-only):
13370         * vc-rcs.el (vc-rcs-rollback):
13371         * vc-sccs.el (vc-sccs-rollback):
13372         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13373         (vc-version-diff, vc-revert, vc-rollback):
13374         * wdired.el (wdired-check-kill-buffer):
13375         * emacs-lisp/authors.el (authors):
13376         * net/socks.el (socks-open-connection):
13377         * net/zeroconf.el (zeroconf-service-add-hook):
13378         * obsolete/vc-mcvs.el (vc-mcvs-register):
13379         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13380         (gdb-select-frame):
13381         * progmodes/grep.el (lgrep, rgrep):
13382         * progmodes/idlw-help.el (idlwave-help-check-locations)
13383         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13384         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13385         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13386         (reftex-toc-rename-label): Fix typos in error messages.
13388         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13389         (dired-copy-how-to-fn): Doc fix.
13390         (dired-files-attributes, dired-read-shell-command):
13391         Fix typos in docstrings.
13393         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13394         (dired-x-find-file-other-window): Reflow docstrings.
13395         (dired-omit-marker-char, dired-read-shell-command)
13396         (dired-x-submit-report): Fix typos in docstrings.
13398         * shell.el (shell-mode-hook):
13399         * view.el (View-scroll-line-forward):
13400         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13401         Fix typos in docstrings.
13403         * net/dig.el (dig-invoke): Fix typo in docstring.
13404         (query-dig): Reflow docstring.
13406         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13407         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13408         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13409         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13410         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13411         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13412         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13413         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13414         (idlwave-completion-map, idlwave-current-indent)
13415         (idlwave-custom-ampersand-surround, idlwave-customize)
13416         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13417         (idlwave-define-abbrev, idlwave-determine-class-special)
13418         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13419         (idlwave-end-block-reg, idlwave-end-of-statement)
13420         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13421         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13422         (idlwave-explicit-class-listed, idlwave-file-header)
13423         (idlwave-fill-paragraph, idlwave-find-class-definition)
13424         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13425         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13426         (idlwave-in-quote, idlwave-indent-action-table)
13427         (idlwave-indent-expand-table, idlwave-indent-line)
13428         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13429         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13430         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13431         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13432         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13433         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13434         (idlwave-outlawed-buffers, idlwave-popup-select)
13435         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13436         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13437         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13438         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13439         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13440         (idlwave-statement-type, idlwave-struct-skip)
13441         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13442         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13443         (idlwave-what-module-find-class): Fix typos in docstrings.
13444         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13445         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13446         (idlwave-find-module, idlwave-find-structure-definition)
13447         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13448         (idlwave-list-load-path-shadows, idlwave-next-statement)
13449         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13450         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13451         (idlwave-template): Reflow docstrings.
13453         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13454         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13455         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13456         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13457         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13458         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13459         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13460         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13461         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13462         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13463         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13464         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13465         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13466         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13467         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13468         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13469         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13470         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13471         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13472         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13473         Fix typos in docstrings.
13474         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13475         (idlwave-shell-hide-output, idlwave-shell-mode)
13476         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13477         Reflow docstrings.
13479         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13481 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13483         * term.el (term-bold-attribute): New var.
13484         (term-handle-colors-array): Use it.
13486 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13488         * progmodes/gdb-mi.el (gdb-version): New variable.
13489         (gdb-non-stop-handler): Set gdb-version.
13490         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13491         Condition "--thread" option on gdb-version.
13492         (gdb-invalidate-threads): Remove unused argument.
13494 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13496         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13497         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13499 2009-09-23  Glenn Morris  <rgm@gnu.org>
13501         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13502         replying to mail without References or Message-Id.  (Bug#4525)
13504 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13506         * term/ns-win.el (ns-reg-to-script): New variable.
13508 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13510         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13512 2009-09-22  Sam Steingold  <sds@gnu.org>
13514         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13515         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13516         to 1 because hg returns status 1 when nothing is found.
13517         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13519 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13521         * textmodes/fill.el: Convert to utf-8 encoding.
13522         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13523         pre-Unicode days.
13525         * add-log.el (change-log-fill-forward-paragraph): New function.
13526         (change-log-mode): Use it so fill-region DTRT.
13527         Set fill-indent-according-to-mode here rather than in
13528         change-log-fill-paragraph.
13529         (change-log-fill-paragraph): Remove.
13531 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13533         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13534         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13536 2009-09-22  Glenn Morris  <rgm@gnu.org>
13538         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13539         the scroll-bar scroll the calendar window rather than the buffer.
13541         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13542         commands that move point (as opposed to scrolling).
13544         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13546         * emacs-lisp/elint.el (elint): New custom group.
13547         (elint-log-buffer): Make it a defcustom.
13548         (elint-scan-preloaded, elint-ignored-warnings)
13549         (elint-directory-skip-re): New options.
13550         (elint-builtin-variables): Doc fix.
13551         (elint-preloaded-env): New variable.
13552         (elint-unknown-builtin-args): Add an entry for encode-time.
13553         (elint-extra-errors): Make it a variable rather than a constant.
13554         (elint-preloaded-skip-re): New constant.
13555         (elint-directory): Skip files matching elint-directory-skip-re.
13556         (elint-features): New variable, local to linted buffers.
13557         (elint-update-env): Initialize elint-features.  Possibly add
13558         elint-preloaded-env to the buffer's environment.
13559         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13560         Skip quoted forms.
13561         (elint-init-form): New function, extracted from elint-init-env.
13562         Make non-list forms a warning rather than an error.
13563         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13564         easy-menu-define, put that adds an error-condition, and provide.
13565         When requiring cl, also require cl-macs.  Really require cl, to handle
13566         some cl macros.  Store required libraries in the list elint-features,
13567         so as not to re-load them.  Treat cc-require like require.
13568         (elint-init-env): Call elint-init-form to do the work.
13569         Handle eval-and-compile and such like.
13570         (elint-add-required-env): Do not clear messages.
13571         (elint-special-forms): Add handlers for function, defalias, if, when,
13572         unless, and, or.
13573         (elint-form): Add optional argument to ignore elint-special-forms,
13574         useful to prevent recursive calls from handlers.  Doc fix.
13575         Respect elint-ignored-warnings.
13576         (elint-form): Respect elint-ignored-warnings.
13577         (elint-bound-variable, elint-bound-function): New variables.
13578         (elint-unbound-variable): Respect elint-bound-variable.
13579         (elint-get-args): Respect elint-bound-function.
13580         (elint-check-cond-form): Add some simple handling for (f)boundp and
13581         featurep tests.
13582         (elint-check-defalias-form): New handler.
13583         (elint-check-let-form): Make an empty let a warning rather than an
13584         error.
13585         (elint-check-setq-form): Make an empty setq a warning rather than an
13586         error.  Respect elint-ignored-warnings.
13587         (elint-check-defvar-form): Accept null doc-strings.
13588         (elint-check-conditional-form): New handler.  Does some simple-minded
13589         checking of featurep and (f)boundp tests.
13590         (elint-put-function-args): New function.
13591         (elint-initialize): Use elint-scan-doc-file rather than
13592         elint-find-builtin-variables.  Use elint-put-function-args.
13593         Possibly scan preloaded-file-list.
13594         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13595         extend to handle functions as well.
13597 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13599         * linum.el (linum-delete-overlays, linum-update-window):
13600         Do not modify the right margin.  (Bug#3971)
13602 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13604         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13605         nxml-mode instead of xml-mode.
13607 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13609         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13611 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13613         * net/dig.el (dig-mode): Use define-derived-mode.
13615 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13617         * vc-dispatcher.el (vc-do-command): Return the process object in
13618         the asynchronous case.  Use when instead of if.  Do not run
13619         vc-exec-after to display a message if not enabled.  (Bug#4463)
13621         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13622         properties to the stash strings.
13623         (vc-git-stash-list): Return a list of strings.
13624         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13625         (vc-git-stash-show-at-point): New functions.
13626         (vc-git-stash-map): New keymap.
13628         * register.el (ctl-x-r-map): Define the keys here instead of
13629         using autoload.
13631 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13633         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13634         list, to workaround performance problem (bug#4485).
13636 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13638         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13640 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13642         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13643         Document that this option is not recommended to use.
13645 2009-09-19  Glenn Morris  <rgm@gnu.org>
13647         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13648         variable `var'.
13650         * calc/calc-alg.el (var):
13651         * calc/calcalg2.el (var): Define for compiler.
13653 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13655         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13656         Doc fix (Bug#3932).
13658         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13660         * time-stamp.el (time-stamp-month-dd-yyyy)
13661         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13662         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13663         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13664         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13665         Remove functions that have been obsolete since 1995 (Bug#4436).
13667         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13668         indent buffer only if called interactively (Bug#4452).
13670 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13671             Eli Zaretskii  <eliz@gnu.org>
13673         This fixes bug#4197 (merged to bug#865, though not identical).
13674         * server.el (server-auth-dir): Add docstring note about FAT32.
13675         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13676         but warn against using them.
13678 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13680         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13681         older GDB where there is no has_more field.
13683 2009-09-19  Glenn Morris  <rgm@gnu.org>
13685         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13687 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13689         * files.el (auto-mode-alist): Change default for XML files to nXML
13690         mode (Bug#4169).
13692 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13694         * server.el (server-ensure-safe-dir): Pass 'integer
13695         to `file-attributes', as suggested.
13697 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13700         (dired-query): Use read-key.
13702 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13704         * cus-start.el (ns-use-qd-smoothing): Remove.
13706 2009-09-18  Glenn Morris  <rgm@gnu.org>
13708         * allout.el (top-level): Remove unnecessary progn.
13710         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13712         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13713         definition of abbrev table.
13715         * speedbar.el (speedbar-track-mouse):
13716         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13717         * net/eudc.el (eudc-expand-inline):
13718         * net/newst-backend.el (newsticker--cache-read-feed):
13719         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13720         condition-case handlers.
13722 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13724         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13725         (gdb-var-list): Add an element for has_more field.
13726         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13727         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13728         (gdb-var-update-handler-1): Parse output of dynamic variable
13729         objects (STL containers).
13730         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13731         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13733         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13734         gdb-var-list.
13735         (gud-speedbar-buttons): Make node expandable if expression "has more"
13736         children.
13738 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13740         * startup.el (emacs-quick-startup): Remove variable and all uses.
13741         (command-line): Set `inhibit-x-resources' instead.
13742         (command-line-1): Use `inhibit-x-resources' instead.
13744 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13746         * subr.el: Fix last change to avoid using the `unless' macro,
13747         which breaks bootstrapping.
13749 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13751         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13752         extended definitions, in case we reload subr.el after having
13753         loaded CL.
13754         (eval-next-after-load): Mark as obsolete.
13756 2009-09-17  Juri Linkov  <juri@jurta.org>
13758         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13759         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13760         (menu-bar-showhide-menu, menu-bar-tools-menu)
13761         (menu-bar-describe-menu, menu-bar-help-menu)
13762         (minibuffer-local-completion-map, minibuffer-local-map):
13763         Fix list quoting.
13765 2009-09-17  Glenn Morris  <rgm@gnu.org>
13767         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13768         arguments, whether or not it has a handler.
13770         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13772         * simple.el (hard-newline): Give it a doc-string.
13774         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13775         (lisp-mode-syntax-table): Give them doc-strings.
13777 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13779         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13780         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13781         (menu-bar-options-menu, menu-bar-showhide-menu)
13782         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13783         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13784         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13785         (menu-bar-options-menu, menu-bar-tools-menu)
13786         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13787         (menu-bar-help-menu):
13788         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13789         string arguments.
13791         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13792         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13793         calls for the menu names and :help.
13795 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13797         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13798         to :minor-mode-function (bug#4455).
13800 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13802         * startup.el (command-line): Initialize the window-system after
13803         processing the command-line.
13805         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13806         page-delimiter matches the empty string.
13808 2009-09-16  Glenn Morris  <rgm@gnu.org>
13810         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13811         byte-compile-not-obsolete-var.  It's a list now.
13812         (byte-compile-not-obsolete-funcs): New variable.
13813         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13814         byte-compile-not-obsolete-funcs.
13815         (byte-compile-variable-ref, byte-compile-defvar): Update for
13816         byte-compile-not-obsolete-vars name-change and list nature.
13817         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13818         and variables behind (f)boundp tests.
13819         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13821 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13823         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13825 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13827         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13828         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13829         Don't autoload.
13831 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13833         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13834         the virtual-buffers, use the name of the buffer specified by
13835         find-file-noselect, as the match may be a symlink.  (This was a
13836         problem if the target and the symlink had different names.)
13838 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13840         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13842         * desktop.el (desktop-path): Check user-emacs-directory.
13844         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13846         * loadup.el: Use after-load-functions to GC after loading each file.
13847         Remove the explicit GC calls that used to be sprinkled around.
13849         * subr.el (after-load-functions): New hook.
13850         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13851         `obsolete' packages, rather than painfully extracting the relevant
13852         directory name.
13854 2009-09-15  Glenn Morris  <rgm@gnu.org>
13856         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13857         free variable `doc'.
13859         * dired.el (dired-mode-map): Add menu entry for async shell command.
13861         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13862         variables, also consider the .elc files, since the .el files are
13863         normally gzipped (subsequent code locates the .el.gz from the .elc).
13865         * calc/calc-prog.el (arglist): Define for compiler.
13867         * calendar/diary-lib.el (diary-display-function): Change the default to
13868         fancy display.
13869         (body): Define for compiler.
13871         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13872         (byte-compile-file-form, byte-compile-lambda)
13873         (byte-compile-top-level-body, byte-compile-form)
13874         (byte-compile-variable-ref, byte-compile-setq)
13875         (byte-compile-setq-default, byte-compile-body)
13876         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13877         (batch-byte-compile): Give some more local variables with common names
13878         a "bytecomp-" prefix to avoid masking warnings about free variables.
13880         * startup.el (command-line-1): Give local variables with common names a
13881         distinguishing prefix, so as not to hide free variable warnings during
13882         bootstrap.
13884         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13885         clever and add a suffix to make a unique name, just let the user decide
13886         whether or not to overwrite it.  If the input is a directory, write the
13887         default filename to that directory.  (Bug#4388)
13888         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13889         is a filename-as-a-directory.
13891 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13893         * textmodes/page.el (what-page): Don't move to beginning of line.
13894         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13896 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13898         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13900 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13902         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13903         * help.el (help-for-help-internal): Add purecopy calls for text.
13905         * vc.el (top): print-log method now takes an optional SHORTLOG
13906         argument.  Add a new method: root.
13907         (vc-root-diff, vc-print-root-log): New functions.
13908         (vc-log-short-style): New variable.
13909         (vc-print-log-internal): Add support for showing short logs.
13911         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13912         vc-print-root-log and vc-print-root-diff.
13914         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13915         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13916         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13917         short logs.
13919         * vc-cvs.el (vc-cvs-print-log):
13920         * vc-mtn.el (vc-mtn-print-log):
13921         * vc-rcs.el (vc-rcs-print-log):
13922         * vc-sccs.el (vc-sccs-print-log):
13923         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13924         that is ignored for now.
13926         * vc-mtn.el (vc-mtn-annotate-command):
13927         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13929 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13931         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13932         to function-key-map, and give them ascii-character property.
13933         * term/x-win.el (x-alternatives-map):
13934         * term/ns-win.el (ns-alternatives-map):
13935         * term/internal.el (msdos-key-remapping-map):
13936         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13938 2009-09-14  Glenn Morris  <rgm@gnu.org>
13940         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13941         temp-buffers (2009-09-12).
13943 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13945         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13946         the new read-key function.
13948 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13950         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13951         is defined (Bug#4405).
13953 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13955         * recentf.el (recentf-cleanup): Use a hash table to find
13956         duplicates (Bug#4407).
13958 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13960         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13961         kp-0 to ascii equivalents (Bug#4325).
13963 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13965         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13967         * eshell/em-hist.el:
13968         * eshell/em-dirs.el (eshell-complete-user-reference):
13969         Declare pcomplete functions and variables to avoid compiler warnings.
13971 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13973         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13974         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13975         * eshell/em-alias.el (eshell-aliases-file):
13976         * eshell/em-hist.el (eshell-history-file-name):
13977         Use expand-file-name instead of concat to make file names (Bug#4308).
13979 2009-09-13  Glenn Morris  <rgm@gnu.org>
13981         * ediff-merg.el (ediff-do-merge):
13982         * filesets.el (filesets-run-cmd):
13983         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13984         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13985         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13986         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13987         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13988         Replace empty `let's with `progn'.
13990 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13992         * mail/sendmail.el (send-mail-function):
13993         * tooltip.el (tooltip-mode):
13994         * simple.el (transient-mark-mode):
13995         * rfn-eshadow.el (file-name-shadow-mode):
13996         * frame.el (blink-cursor-mode):
13997         * font-core.el (global-font-lock-mode):
13998         * files.el (temporary-file-directory)
13999         (small-temporary-file-directory, auto-save-file-name-transforms):
14000         * epa-hook.el (auto-encryption-mode):
14001         * composite.el (global-auto-composition-mode):
14002         Use custom-initialize-delay.
14003         * startup.el (command-line): Don't explicitly call
14004         custom-reevaluate-setting for all the above vars.
14005         * custom.el (custom-initialize-safe-set)
14006         (custom-initialize-safe-default): Delete.
14008 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14010         * term/x-win.el (x-initialize-window-system):
14011         * term/w32-win.el (w32-initialize-window-system):
14012         * term/ns-win.el (ns-initialize-window-system): Don't call
14013         mouse-wheel-mode since it's enabled globally by default already.
14015         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14016         actually define the variable, but only silences the byte-compiler.
14017         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14018         before looking it up.
14019         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14020         is changed.
14022 2009-09-12  Glenn Morris  <rgm@gnu.org>
14024         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14025         1000.
14026         (elint-add-required-env): Don't beep on error.
14027         (elint-forms): In case of error, return ENV unchanged.
14028         (elint-init-env): Skip non-list forms.
14029         (elint-log): Handle unknown file positions.
14031 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14033         * epg.el (epg-make-context): Add autoload cookie.
14034         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14035         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14036         (epg-verify-string, epg-start-sign, epg-sign-file)
14037         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14038         (epg-encrypt-string, epg-start-export-keys)
14039         (epg-export-keys-to-file, epg-export-keys-to-string)
14040         (epg-start-import-keys, epg-import-keys-from-file)
14041         (epg-import-keys-from-string, epg-start-receive-keys)
14042         (epg-receive-keys, epg-import-keys-from-server)
14043         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14044         (epg-sign-keys, epg-start-generate-key)
14045         (epg-generate-key-from-file, epg-generate-key-from-string):
14046         Remove autoload cookie.
14048 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14050         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14051         reevaluation of trash-directory.
14053         * mwheel.el: Fix last change.
14054         (mouse-wheel-mode): New defvar.
14055         (mouse-wheel-mode): Remove autoload cookie.
14057 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14059         * mwheel.el (mwheel-installed-bindings): New var.
14060         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14061         the bindings we set last time.  Use custom-initialize-delay.
14062         * loadup.el: Load mwheel after term/*-win.el.
14063         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14064         and mouse-wheel-up-event now that their first evaluation is done
14065         sufficiently late to be correct.
14067         * startup.el (tutorial-directory): Make it a defcustom.
14068         Use custom-initialize-delay rather than eval-at-startup to set it.
14069         * image.el (image-load-path): Make it a defcustom.
14070         Use custom-initialize-delay rather than eval-at-startup to set it.
14071         * subr.el (eval-at-startup): Remove.
14072         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14074         * subr.el (do-after-load-evaluation): Warn the user after loading an
14075         obsolete package.
14077 2009-09-12  Glenn Morris  <rgm@gnu.org>
14079         * proced.el (proced-mark-alt): Remove alias.
14080         (proced-mode-map): Remove proced-mark-alt.
14082         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14083         Elint file and directory.  Remove initialization entry.
14085         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14086         commands.
14087         (elint-current-buffer): Set mode-line-process.
14088         (elint-init-env): Handle define-derived-mode.
14089         Fix declare-function with unspecified arglist.  Guard against odd
14090         defalias statements (eg iso-insert's 8859-1-map).
14091         (elint-add-required-env): Use a temp buffer.
14092         (elint-form): Just print the function/macro name, not the whole form.
14093         Return env unchanged if we fail to parse a macro.
14094         (elint-forms): Guard against parse errors.
14095         (elint-output): New function, to handle batch mode.
14096         (elint-log-message): Add optional argument.  Use elint-output.
14097         (elint-set-mode-line): New function.
14099 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14101         * emacs-lisp/elp.el (elp-not-profilable): Add more
14102         functions (Bug#4233).
14104 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14106         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14107         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14109 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14111         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14112         (gdb-var-list-children): Use json parsing.
14114 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14116         * progmodes/js.el (js--proper-indentation): Handle the case where
14117         char-before is null.  Reported by Deniz Dogan.
14119 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14121         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14123 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14125         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14126         (epg-digest-algorithm-alist): Add SHA224.
14127         (epg-context-set-passphrase-callback)
14128         (epg-context-set-progress-callback): Add description about
14129         callback function.
14131 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14133         * custom.el (custom-delayed-init-variables): New var.
14134         (custom-initialize-delay): New function.
14135         * startup.el (command-line): "Re"evaluate all vars in
14136         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14137         explicitly any more.
14138         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14139         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14141         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14143 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14145         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14146         (gdb-var-update-handler): Use json parsing.
14148 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14150         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14151         decode annotated text, regardless of language environment.  (Bug#2741)
14153 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14155         * Makefile.in (autoloads): Make rmail.el writable as well.
14157 2009-09-11  Glenn Morris  <rgm@gnu.org>
14159         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14160         loaddefs.el.
14161         * dired.el: Regenerate with extracted autoloads.
14162         * Makefile.in (autoloads): Make dired.el writable.
14164         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14165         * ibuffer.el: Regenerate with extracted autoloads.
14166         * Makefile.in (autoloads): Make ibuffer.el writable.
14168         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14169         * version.el (emacs-copyright, emacs-major-version)
14170         (emacs-minor-version): Reformat doc-strings for make-docfile.
14172         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14173         functions and variables, since they must be stuff specific to some other
14174         platform.
14175         (apropos-print): Make mouse-click message less specific about button.
14177         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14178         that records where a macro was defined.
14179         * help-fns.el (describe-function-1): Mention if a function has a
14180         compiler-macro.
14181         * help-mode.el (help-function-cmacro): New button.
14183         * locate.el (top-level): Always require dired.
14184         (locate-mode-map): Initialize inside the defvar.
14186         * net/ange-ftp.el (dired-compress-file): Declare.
14187         (ange-ftp-dired-compress-file): Add doc string.
14189         * term/ns-win.el (x-display-name, x-setup-function-keys):
14190         Unify doc-strings with X versions.
14192 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * emulation/crisp.el (crisp-mode-map): Move initialization
14195         into declaration.
14196         (crisp-mode): Use define-minor-mode.
14198         * progmodes/xscheme.el (xscheme-evaluation-commands):
14199         Put a :advertised-binding property rather than using
14200         advertised-xscheme-send-previous-expression.
14201         (advertised-xscheme-send-previous-expression): Declare obsolete.
14202         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14203         `advertised-undo'.
14204         (crisp-mode): Add corresponding bindings to
14205         undo's :advertised-binding instead.
14206         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14207         than using dired-advertised-find-file.
14208         (dired-advertised-find-file):
14209         * simple.el (advertised-undo):
14210         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14211         (widget-keymap): Put a :advertised-binding property rather
14212         than using advertised-widget-backward.
14213         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14214         than using advertised-undo.
14215         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14217 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14219         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14220         Mark mode is enabled and region is active; otherwise indent or
14221         insert TAB as usual.
14222         (delphi-mode): Update description of TAB-key binding.
14224 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14226         * subr.el (define-key-rebound-commands): Mark obsolete.
14227         * startup.el (precompute-menubar-bindings): Remove.
14228         (normal-top-level): Remove obsolete code that tried to precompute
14229         menubar bindings.
14230         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14231         define-key-rebound-commands and precompute-menubar-bindings.
14233 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14235         * net/imap.el (imap-interactive-login): Better messages.
14236         (imap-open): Fix bug with renamed buffer on reconnect.
14237         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14238         for easier debugging and cleaner code.  On successful (guessed based on
14239         server capabilities) secondary authentication, set imap-state
14240         correctly.
14241         (imap-last-authenticator): Define imap-last-authenticator as a variable
14242         to avoid warnings.
14244 2009-09-10  Glenn Morris  <rgm@gnu.org>
14246         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14248         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14249         (byte-compile-file-form-autoload): Don't warn about unknown functions
14250         where the autoload statement comes after the use.
14251         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14252         that any handlers inside the body (eg require) are in turn respected.
14254         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14255         effects.
14257         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14258         and syntax and abbrev tables basic docs, if they don't have any.
14260         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14262         * international/mule-cmds.el (top-level): Require cl when compiling.
14263         (view-hello-file): Use default-value rather than
14264         default-enable-multibyte-characters.
14266         * progmodes/fortran.el: Move all safe and risky properties into the
14267         defcustoms.
14269         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14270         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14271         * mail/undigest.el:
14272         Put autoloads in rmail.el rather than loaddefs.el.
14273         * mail/rmail.el: Regenerate with extracted autoloads.
14275         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14276         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14278 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14280         Reported in thread for Bug#4375.
14281         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14282         "-data-evaluate-expression" instead of print.
14283         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14284         (gdb-tooltip-print): Parse output from above MI command.
14285         (gdb): Revert 2009-08-11 change.  User should detach inferior
14286         manually.
14288         Remove the word "separate" from IO functions as inferior
14289         output is now never displayed in the GUD buffer.
14291 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14293         * startup.el (command-line-normalize-file-name): On Windows and
14294         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14296 2009-09-10  Juri Linkov  <juri@jurta.org>
14298         * isearch.el (isearch-text-char-description): Propertize escape
14299         character sequences with the `escape-glyph' face.  (Bug#4344)
14301         * simple.el (shell-command): Set asynchronous process filter to
14302         `comint-output-filter'.  (Bug#4343)
14304         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14305         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14306         the list.  Move "asm" to the bottom.
14307         (grep-find-ignored-directories): Add `choice' with nil value
14308         to empty the list easily.
14309         (grep-find-ignored-files): New option.
14310         (grep-files-history): Set to nil by default instead of '("ch" "el").
14311         (grep-compute-defaults): Add "<X>" to `grep-template'.
14312         (grep-read-files): Bind new local variables `default-alias' and
14313         `default-extension'.  Use a list of default values for the file prompt.
14314         (lgrep): Add `--exclude=' command line options composed from
14315         `grep-find-ignored-files'.
14316         (rgrep): Add `-name' command line options composed from
14317         `grep-find-ignored-files'.  (Bug#4301)
14319 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14321         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14322         (bug#4368).
14324 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14326         * calendar/time-date.el (autoload):
14327         Expand define-obsolete-function-alias into defalias and make-obsolete
14328         for old Emacsen that Gnus supports.
14329         (with-no-warnings): Define it for old Emacsen.
14330         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14331         is available.
14332         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14333         float-time is available; suppress compile warning for time-to-seconds.
14335 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14337         * net/imap.el (imap-message-map): Docstring fix.
14339 2009-09-09  Glenn Morris  <rgm@gnu.org>
14341         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14342         line numbers too.  (Bug#4374)
14344 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14346         * smerge-mode.el (smerge-remove-props, smerge-refine):
14347         Use with-silent-modifications (bug#4342).
14349         * subr.el (with-silent-modifications): New macro.
14351 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14353         * files.el (top-level): Require `cl' when compiling.
14355 2009-09-07  Glenn Morris  <rgm@gnu.org>
14357         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14359         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14360         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14362 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14364         * vc-git.el (vc-git-annotate-command): Use separator to parse
14365         arguments correctly.
14367 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14369         * proced.el (proced-mode): Doc fix.
14371 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14373         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14374         lstat fails.
14375         (tramp-do-file-attributes-with-ls): Check for file existence at
14376         remote end.
14377         (tramp-do-file-attributes-with-stat): Likewise.
14378         (tramp-convert-file-attributes): Return nil when attr is nil.
14380 2009-09-05  Glenn Morris  <rgm@gnu.org>
14382         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14383         properties to this button.
14384         (diary-fancy-display): Don't extend the button to the final newline.
14385         (diary-fancy-display-mode): Continue to define "q" as a local key.
14387         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14388         efficient.
14390         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14392         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14393         (byte-compile-dest-file-function): New option.
14394         (byte-compile-dest-file): Doc fix.
14395         Obey byte-compile-dest-file-function.
14396         (byte-compile-cl-file-p): New function.
14397         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14398         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14399         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14400         than for file being previously loaded.
14401         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14402         (byte-compile-file-form-require): Handle the case where requiring a file
14403         indirectly causes CL to be loaded.
14405 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14407         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14408         before killing the old buffer, since by the time `kill-buffer' is
14409         run so many buffer variables have been set to nil that it may not
14410         behave as expected.  (Bug#4061)
14412 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14414         * files.el (find-alternate-file): If the old buffer is modified
14415         and visiting a file, behave similarly to `kill-buffer' when
14416         killing it, thus reverting to the pre-1.878 behavior; see
14417         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14418         for discussion.  Also, consult `buffer-file-name' as a variable
14419         not as a function, for consistency with the rest of the code.
14421 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14423         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14424         also when adding a new directory.
14426         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14427         defun.
14429 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14431         * files.el (locate-file-completion-table): Make it provide boundary
14432         information, so partial-completion works better.
14434 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14436         * mail/footnote.el (Footnote-text-under-cursor):
14437         Check footnote-text-marker-alist before using it (bug#4324).
14439 2009-09-04  Glenn Morris  <rgm@gnu.org>
14441         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14442         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14443         * play/solitaire.el, play/tetris.el:
14444         Remove leading * from defcustom and defface docs.
14446         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14447         necessary.
14448         (diary-fancy-overriding-map): New variable.
14449         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14450         Use view-mode.
14452         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14453         goto-line.
14455 2009-09-03  Glenn Morris  <rgm@gnu.org>
14457         * arc-mode.el (archive-mode):
14458         * dos-fns.el (set-default-process-coding-system):
14459         * man.el (Man-getpage-in-background):
14460         * menu-bar.el (menu-bar-describe-menu):
14461         * server.el (server-process-filter):
14462         * startup.el (command-line):
14463         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14464         * w32-fns.el (set-default-process-coding-system):
14465         * x-dnd.el (x-dnd-handle-file-name):
14466         * international/mule-cmds.el (mule-menu-keymap)
14467         (set-default-coding-systems, language-info-alist, set-language-info)
14468         (set-language-environment, standard-display-european-internal)
14469         (set-locale-environment):
14470         * international/mule-diag.el (mule-diag):
14471         * mail/emacsbug.el (report-emacs-bug):
14472         * mail/rmail.el (rmail-mode):
14473         * mail/sendmail.el (mail-setup):
14474         Use default-value rather than default-enable-multibyte-characters.
14476         * progmodes/f90.el: Move all safe properties into the defcustoms.
14477         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14479         * calendar/appt.el (appt-check):
14480         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14481         (diary-check-diary-file, diary-list-entries)
14482         (diary-include-other-diary-files, diary-simple-display)
14483         (diary-fancy-display, diary-print-entries)
14484         (diary-mark-included-diary-files, diary-make-entry):
14485         Don't call substitute-in-file-name on diary-file.
14487 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14488             Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14491         (footnote-mode-map): Move initialization into the declaration.
14492         (footnote-minor-mode-map): Define it rather than changing global-map.
14493         (footnote-mode): Use define-minor-mode.
14495 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14497         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14498         (tramp-do-file-attributes-with-perl)
14499         (tramp-do-file-attributes-with-stat): Rename from
14500         `tramp-handle-file-attributes-with-*'.
14501         (tramp-handle-file-attributes): Use them.
14502         (tramp-do-directory-files-and-attributes-with-perl)
14503         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14504         `tramp-handle-directory-files-and-attributes-with-*'.
14505         (tramp-handle-directory-files-and-attributes): Use them.
14506         (tramp-method-out-of-band-p): Additional parameter SIZE.
14507         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14508         (tramp-handle-write-region): Use it.
14509         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14510         (tramp-handle-vc-registered): Check, whether the first run did
14511         return files to be tested.
14512         (tramp-advice-make-auto-save-file-name): Do not call directly
14513         `tramp-handle-make-auto-save-file-name', because this would bypass
14514         the locking mechanism.
14516         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14517         (file-remote-p, process-file, start-file-process, set-file-times)
14518         (tramp-compat-file-attributes): Compatibility functions shall not
14519         call directly `tramp-handle-*', because this would bypass the
14520         locking mechanism.
14521         (tramp-compat-number-sequence): New defun.
14523 2009-09-02  Glenn Morris  <rgm@gnu.org>
14525         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14526         alias for float-time.
14527         (time-to-number-of-days): In Emacs, use float-time.
14528         * net/newst-backend.el (time-add): Suppress warnings from compat
14529         function.
14530         * time.el (emacs-uptime, emacs-init-time):
14531         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14532         Use float-time rather than time-to-seconds.
14534         * minibuffer.el (completion-initials-expand): Fix typo.
14536         * faces.el (modeline, modeline-inactive, modeline-highlight)
14537         (modeline-buffer-id):
14538         * info.el (info-menu-5): Mark these face aliases as obsolete.
14540 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14542         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14543         space ...
14544         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14545         no "--thread" option.
14546         (gdb-stopped): Don't print "Switched to thread" message when it is
14547         unchanged.
14549 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * minibuffer.el (completion-try-completion)
14552         (completion-all-completions): Remove ill-defined (and
14553         mistakenly installed and luckily never used nor documented)
14554         `completion-styles' property.
14555         (completion-initials-expand, completion-initials-all-completions)
14556         (completion-initials-try-completion): New functions.
14557         (completion-styles-alist): Add doc to each entry.
14558         Add new `initials' entry.
14560 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14562         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14563         MI command -var-evaluate-expression.
14564         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14565         and tweak for case of string child.
14566         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14568 2009-09-01  Glenn Morris  <rgm@gnu.org>
14570         * add-log.el (change-log-date-face, change-log-name-face)
14571         (change-log-email-face, change-log-file-face, change-log-list-face)
14572         (change-log-conditionals-face, change-log-function-face)
14573         (change-log-acknowledgement-face):
14574         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14575         (custom-modified-face, custom-set-face, custom-changed-face)
14576         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14577         (custom-documentation-face, custom-state-face, custom-comment-face)
14578         (custom-comment-tag-face, custom-variable-tag-face)
14579         (custom-variable-button-face, custom-face-tag-face)
14580         (custom-group-tag-face-1, custom-group-tag-face):
14581         * diff-mode.el (diff-header-face, diff-file-header-face)
14582         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14583         (diff-added-face, diff-changed-face, diff-function-face)
14584         (diff-context-face, diff-nonexistent-face):
14585         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14586         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14587         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14588         (Info-title-4-face):
14589         * isearch.el (isearch-lazy-highlight-face):
14590         * log-view.el (log-view-file-face, log-view-message-face):
14591         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14592         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14593         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14594         (cvs-msg-face):
14595         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14596         (smerge-base-face, smerge-markers-face):
14597         * wid-edit.el (widget-documentation-face, widget-button-face)
14598         (widget-field-face, widget-single-line-field-face)
14599         (widget-inactive-face, widget-button-pressed-face):
14600         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14601         (woman-addition-face):
14602         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14603         (eshell-ls-executable-face, eshell-ls-readonly-face)
14604         (eshell-ls-unreadable-face, eshell-ls-special-face)
14605         (eshell-ls-missing-face, eshell-ls-archive-face)
14606         (eshell-ls-backup-face, eshell-ls-product-face)
14607         (eshell-ls-clutter-face):
14608         * eshell/em-prompt.el (eshell-prompt-face):
14609         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14610         * obsolete/old-whitespace.el (whitespace-highlight-face):
14611         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14612         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14613         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14614         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14615         (antlr-font-lock-literal-face):
14616         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14617         (ebrowse-root-class-face, ebrowse-file-name-face)
14618         (ebrowse-default-face, ebrowse-member-attribute-face)
14619         (ebrowse-member-class-face, ebrowse-progress-face):
14620         * progmodes/make-mode.el (makefile-space-face):
14621         * progmodes/sh-script.el (sh-heredoc-face):
14622         * textmodes/flyspell.el (flyspell-incorrect-face)
14623         (flyspell-duplicate-face):
14624         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14625         * textmodes/texinfo.el (texinfo-heading-face):
14626         Mark face aliases with "-face" suffix as obsolete.
14628         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14629         compiler.
14631         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14632         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14633         easy-menu-define wants to modify these.
14635         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14637         * net/browse-url.el (browse-url-file-url):
14638         * term/internal.el (dos-codepage-setup):
14639         Use default-value rather than default-enable-multibyte-characters.
14641         * progmodes/etags.el (etags-goto-tag-location):
14642         * progmodes/flymake.el (flymake-highlight-line)
14643         (flymake-goto-file-and-line, flymake-goto-line):
14644         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14645         (gdb-goto-breakpoint):
14646         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14647         * progmodes/python.el (python-find-function)
14648         (python-pdbtrack-track-stack-file):
14649         * progmodes/verilog-mode.el (verilog-surelint-off):
14650         * term/ns-win.el (ns-open-file-select-line):
14651         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14652         Use forward-line rather than goto-line.
14654         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14655         * textmodes/reftex-index.el (reftex-display-index):
14656         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14657         * textmodes/reftex-toc.el (reftex-toc):
14658         Remove unnecessary bindings of default-major-mode (all are followed by
14659         major-mode check and possible mode switch).
14661 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14663         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14664         Handle watchpoints (bug#4282).
14665         (def-gdb-thread-buffer-command): Enable thread to be selected by
14666         clicking without selecting threads buffer first.
14667         (gdb-current-context-command): Use selected frame so that "up",
14668         "down" etc work in the GUD buffer.
14669         (gdb-update): Find selected frame before rendering stack buffer.
14670         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14672 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14674         * progmodes/sym-comp.el (displayed-completions): Remove.
14675         (symbol-complete): Use minibuffer-complete.
14677 2009-08-31  Glenn Morris  <rgm@gnu.org>
14679         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14681         * apropos.el (apropos-symbols-internal):
14682         Handle (obsolete) face aliases.
14684         * faces.el (describe-face): Adjust the output format to be more like
14685         describe-variable, and to mention (obsolete) face aliases.
14686         Adjust the whitespace so that help-setup-xref works.
14688         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14689         * calendar/diary-lib.el (diary-button-face):
14690         Mark these face aliases as obsolete.
14692         * calendar/calendar.el (calendar-today): Doc fix.
14694 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14696         * progmodes/gdb-mi.el (gdb-control-all-threads)
14697         (gdb-control-current-thread): Force tool bar update.
14698         (gdb-non-stop-handler): New function.
14699         (gdb-init-1): Use it to test if non-stop mode is supported.
14700         Remove unused gdbmi buffer type.
14702 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14704         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14705         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14707 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14709         * comint.el (comint-exec-1): Check command is non-null first.
14710         Part of gdb-mi.el change (2009-08-28).
14712 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14714         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14716 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14718         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14719         instead of `dolist' to avoid a recursive require when bootstrapping.
14721 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14723         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14725         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14727         * net/imap.el (imap-send-command): Simplify.
14728         (imap-wait-for-tag): point-max -> buffer-size.
14730         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14732         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14733         with constant argument.
14735         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14737         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14739         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14740         Change default, since most of our files don't have a history.
14741         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14742         the user.
14744         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14745         Add comint-run.
14747         * calc/calc.el: Improve commenting convention.
14748         (calc-digit-map, toplevel): Simplify.
14750         * comint.el (comint-insert-input): Be careful to only set point if we
14751         don't delegate to some other command.
14753         * proced.el (proced-signal-list): Make it an alist.
14754         (proced-grammar-alist): Capitalize names.
14755         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14756         Disable undo manually and make it read-only.
14757         Use completion-annotate-function.
14759         * minibuffer.el (minibuffer-message): If the current buffer is not
14760         a minibuffer, insert the message in the echo area rather than at the
14761         end of the buffer.
14762         (completion-annotate-function): New variable.
14763         (minibuffer-completion-help): Use it.
14764         (completion--embedded-envvar-table): Environment vars are
14765         always case-sensitive.
14767 2009-08-30  Glenn Morris  <rgm@gnu.org>
14769         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14770         from fortran-current-defun.
14771         (fortran-beginning-of-subprogram): Be more precise about finding the
14772         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14773         (fortran-end-of-subprogram): Simplify.
14774         (fortran-current-defun): Use fortran-start-prog-re.
14776 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14778         * subr.el (do-after-load-evaluation): Simplify.
14780 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14782         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14784         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14785         (vc-rcs-print-log): Use it.
14787         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14789 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14791         * paths.el (abbrev-file-name): Move to abbrev.el.
14792         * abbrev.el (abbrev-file-name): Move from paths.el.
14793         Obey user-emacs-directory.
14794         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14795         user-emacs-directory.
14796         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14797         abbrev-file-name and calc-settings-file any more.
14798         * startup.el (command-line): Recompute abbrev-file-name and
14799         abbreviated-home-dir.
14800         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14801         of the special code for when C-h bindings haven't been changed.
14802         (display-startup-echo-area-message): Use with-current-buffer.
14803         (command-line-1): Use a list of strings, rather than a list of lists
14804         of strings for longopts.
14806         * files.el (get-free-disk-space): Use / for default-directory.
14808         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14809         Use with-current-buffer.
14811         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14812         Recognize immutable variables like most-positive-fixnum.
14813         (byte-compile-setq-default): Check and warn if trying to assign
14814         to an immutable variable, or a non-variable.
14816         * progmodes/cc-vars.el (c-comment-continuation-stars):
14817         * progmodes/cc-engine.el (c-looking-at-bos):
14818         * progmodes/cc-cmds.el (c-toggle-auto-state)
14819         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14820         (c-comment-line-break-function): Add version of obsolescence.
14822 2009-08-28  Juri Linkov  <juri@jurta.org>
14824         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14825         associated with `archive-mode'.
14827         * image.el (image-type-header-regexps): Use only JPEG magic number
14828         to determine JPEG images, and don't use `image-jpeg-p' because
14829         Emacs can display non-JFIF non-Exif JPEG images.
14831 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14833         * arc-mode.el (archive-mode):
14834         * emacs-lisp/re-builder.el (re-builder-unload-function):
14835         Protect against the default value of `major-mode' being nil.
14837 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14839         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14840         Fix typos in docstrings.
14842         * progmodes/js.el (js--macro-decl-re): Doc fix.
14843         (js--plain-method-re, js--split-name): Refloc docstring.
14844         (js--class-styles, js--make-merged-item, js--splice-into-items):
14845         Fix typos in docstrings; reflow docstrings.
14846         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14847         (js--variable-decl-matcher, js--inside-pitem-p)
14848         (js--parse-state-at-point, js--get-all-known-symbols)
14849         (js--symbol-history, js-find-symbol, js--js-references)
14850         (js--moz-interactor, js--js-encode-value, js--read-tab):
14851         Fix typos in docstrings.
14853 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * textmodes/reftex.el (reftex-get-file-buffer-force):
14856         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14857         * emulation/viper.el (viper-go-away, viper-set-hooks):
14858         * emacs-lisp/re-builder.el (re-builder-unload-function):
14859         * emacs-lisp/bytecomp.el (byte-compile-file):
14860         * ses.el (ses-unload-function):
14861         * hexl.el (hexl-find-file):
14862         * files.el (normal-mode):
14863         * ehelp.el (with-electric-help):
14864         * autoinsert.el (auto-insert-alist):
14865         * arc-mode.el (archive-mode):
14866         Use (default-value 'major-mode) instead of default-major-mode.
14868         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14869         * international/mule.el (load-with-code-conversion):
14870         * emacs-lisp/debug.el (debug):
14871         * ediff-vers.el (ediff-rcs-get-output-buffer):
14872         * dired.el (dired-internal-noselect): Don't let-bind
14873         default-major-mode around code that doesn't use it.
14874         E.g. buffer creation via get-buffer-create doesn't use it.
14876 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14878         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14879         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14880         when writing the temp file.  Otherwise, epa-file gets confused.
14881         (tramp-register-file-name-handlers): Make it a defun.  Move also
14882         `epa-file-handler' to the front of `file-name-handler-alist'.
14884 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14886         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14887         start right after a ^M.
14888         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14889         (tramp-completion-file-name-regexp-separate)
14890         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14891         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14892         Don't modify last-coding-system-used by accident.
14893         (tramp-completion-file-name-handler): Apply the checks here,
14894         instead during registration.
14895         (tramp-register-file-name-handlers): Renamed from
14896         `tramp-register-file-name-handler'.  Register both
14897         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14898         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14900 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14902         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14903         Remove variable ...
14904         (gdb-init-1, gdb-display-separate-io-buffer)
14905         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14906         references to it.
14907         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14908         (gdb-inferior-filter): Use comint-output-filter to stop
14909         echoing and remove ^M characters.
14911 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14913         * emulation/viper-init.el (viper-restore-cursor-type):
14914         * emulation/cua-base.el (cua--update-indications):
14915         Replace default-cursor-type with (default-value 'cursor-type).
14917         * mail/sendmail.el (mail-recover-1):
14918         * international/mule-diag.el (describe-current-coding-system-briefly)
14919         (describe-current-coding-system):
14920         * international/mule-cmds.el (select-safe-coding-system)
14921         (select-message-coding-system)
14922         (set-language-environment-coding-systems, set-locale-environment):
14923         * hexl.el (hexl-insert-multibyte-char):
14924         * dos-w32.el (find-buffer-file-type-coding-system):
14925         * simple.el (what-cursor-position):
14926         Replace uses of default-buffer-file-coding-system
14927         with (default-value 'buffer-file-coding-system).
14929         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14930         Replace uses of default-cursor-in-non-selected-windows
14931         with (default-value 'cursor-in-non-selected-windows).
14932         Use with-current-buffer.
14934         * mail/feedmail.el: Use CL macros.
14935         (feedmail-run-the-queue, feedmail-send-it-immediately):
14936         * dos-w32.el (find-buffer-file-type): Replace uses of
14937         default-buffer-file-type with (default-value 'buffer-file-type).
14939 2009-08-28  Glenn Morris  <rgm@gnu.org>
14941         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14942         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14943         Use default-value of major-mode rather than default-major-mode.
14945 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14947         * Makefile.in (update-elcfiles): Report left over elc files.
14949         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14950         expand-file-name and with-current-buffer.
14951         (mail-get-names, mail-directory): Use with-current-buffer.
14953         * vc.el (vc-read-revision): New function.
14954         (vc-version-diff, vc-merge): Use it.
14956 2009-08-27  Sam Steingold  <sds@gnu.org>
14958         * simple.el (kill-do-not-save-duplicates): New user option.
14959         (kill-new): When it is non-nil, and the new string is the same as
14960         the latest kill, set replace to t to avoid duplicates in kill-ring.
14962 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14964         * net/tramp.el (tramp-handle-process-file): Do not flush all
14965         caches when `process-file-side-effects' is set.
14966         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14967         instead of `tramp-find-file-exists-command'.
14968         Unset `process-file-side-effects'.
14970 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14972         * net/tramp.el (tramp-methods): New method "rsyncc".
14973         (top): Add completion function for "rsyncc".
14974         (tramp-message-show-message): New defvar.
14975         (tramp-message, tramp-error): Use it.
14976         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14977         remote copying.
14978         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14979         `tramp-methods' entry `copy-env' of "rsyncc".
14980         (tramp-vc-registered-read-file-names): New defconst.
14981         (tramp-vc-registered-file-names): New defvar.
14982         (tramp-handle-vc-registered): Implement optimization strategy.
14983         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14984         (tramp-vc-file-name-handler): New defun.
14985         (tramp-get-ls-command, tramp-get-test-command)
14986         (tramp-get-file-exists-command, tramp-get-remote-ln)
14987         (tramp-get-remote-perl, tramp-get-remote-stat)
14988         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14990         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14991         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14992         timestamps.
14993         (tramp-get-file-property): Check for timestamps in
14994         `tramp-cache-inhibit-cache'.
14995         (tramp-set-file-property): Write timestamp.
14997 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14999         * language/japan-util.el (japanese-symbol-table): Add entries for
15000         cp932-2-byte.
15002         * international/characters.el: Add category `j' to cp932-2-byte.
15004 2009-08-27  Kenichi Handa  <handa@m17n.org>
15006         * international/fontset.el (build-default-fontset-data): New macro.
15007         (setup-default-fontset): Use build-default-fontset-data for CJK,
15008         tibetan, ethiopic, and ipa.
15010 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15012         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15013         (enable-multibyte-characters): Not customizable any more.
15015         * subr.el (default-mode-line-format, default-header-line-format)
15016         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15017         (default-direction-reversed, default-truncate-lines)
15018         (default-left-margin, default-tab-width, default-case-fold-search)
15019         (default-left-margin-width, default-right-margin-width)
15020         (default-left-fringe-width, default-right-fringe-width)
15021         (default-fringes-outside-margins, default-scroll-bar-width)
15022         (default-vertical-scroll-bar, default-indicate-empty-lines)
15023         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15024         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15025         (default-scroll-down-aggressively, default-fill-column)
15026         (default-cursor-type, default-buffer-file-type)
15027         (default-cursor-in-non-selected-windows)
15028         (default-buffer-file-coding-system, default-major-mode)
15029         (default-enable-multibyte-characters): Mark as obsolete.
15031 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15033         * vc-dir.el (vc-dir-update): Remove debug helper.
15035         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15037 2009-08-26  Sam Steingold  <sds@gnu.org>
15039         * simple.el (save-interprogram-paste-before-kill): New user option.
15040         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15041         save the interprogram-paste into kill-ring before overriding it
15042         with the Emacs kill.
15044 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15046         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15047         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15048         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15049         and move to vc-rcs.el.
15050         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15051         move to vc-rcs.el.
15052         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15053         (vc-rcs-update-changelog): Remove.
15054         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15055         and move to vc-rcs.el.
15057         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15058         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15059         renaming.
15060         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15061         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15062         vc.el, renamed to be RCS specific.
15064         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15065         New functions.
15066         (vc-cvs-update-changelog): Move here from vc.el.
15068         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15069         New functions.
15071 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15073         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15075 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15077         * vc-git.el (vc-git-register): Use "git add" for directories.
15078         (vc-git-stash, vc-git-stash-show): New functions.
15079         (vc-git-extra-menu-map): Bind them.
15081         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15082         directory correctly in case the item is a directory itself.
15084         * vc.el: Document the desired behavior for reverted files in the
15085         `added' state.
15086         (vc-default-prettify-state-info): Remove function, unused.
15088         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15090 2009-08-26  Glenn Morris  <rgm@gnu.org>
15092         * bindings.el (standard-mode-line-format): Reposition dashes in
15093         which-func entry.  (Bug#4217)
15095         * files.el (enable-local-variables, enable-local-eval)
15096         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15097         the defcustoms.
15098         (auto-mode-alist, ignored-local-variables)
15099         (save-some-buffers-action-alist): Move risky declarations to the
15100         definitions.
15101         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15102         (font-lock-defaults, format-alist, imenu--index-alist)
15103         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15104         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15105         (mode-line-modified, mode-line-mule-info, mode-line-position)
15106         (mode-line-process, mode-line-remote, outline-level)
15107         (parse-time-rules, rmail-output-file-alist)
15108         (special-display-buffer-names, vc-mode):
15109         Move risky declarations to the relevant files.
15110         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15111         (mode-line-modified, mode-line-process, mode-line-position)
15112         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15113         * font-core.el (font-lock-defaults):
15114         * format.el (format-alist):
15115         * vc-hooks.el (vc-mode):
15116         * window.el (special-display-buffer-names):
15117         * international/mule-cmds.el (input-method-alist):
15118         Define riskiness here (dumped file) rather than in files.el.
15119         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15120         * imenu.el (imenu-generic-expression, imenu--index-alist):
15121         * outline.el (outline-level):
15122         * time.el (display-time-string):
15123         * calendar/parse-time.el (parse-time-rules):
15124         * mail/rmailout.el (rmail-output-file-alist):
15125         Autoload riskiness here, rather than placing in files.el.
15127 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15129         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15131 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15133         * simple.el (process-file-side-effects): New defvar.
15135         * dired-aux.el (dired-show-file-type):
15136         * vc.el (vc-diff-internal):
15137         * vc-arch.el (vc-arch-diff):
15138         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15139         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15140         * vc-git.el (vc-git-registered, vc-git-working-revision)
15141         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15142         (vc-git--empty-db-p):
15143         * vc-hooks.el (vc-user-login-name):
15144         * vc-svn.el (vc-svn-registered, vc-svn-state)
15145         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15146         * progmodes/grep.el (grep-probe): Let-bind
15147         `process-file-side-effects' with nil.
15149         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15151         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15152         daemon.  Replace ping by checking for running service for bluez
15153         and zeroconf.  (Bug#4239)
15155 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15157         * net/dig.el (dig): Add autoload cookie.
15159 2009-08-25  Glenn Morris  <rgm@gnu.org>
15161         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15162         load-history for absolute file-names.
15163         (byte-compile-file-form-require): Warn about use of the cl package.
15165         * format.el (format-alist): Doc fix.
15167         * play/bubbles.el (top-level): Don't require cl at run-time.
15169         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15170         run-time cl).
15172 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15174         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15175         from cl package.
15176         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15178 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15180         * calc/calc-alg.el (math-trig-rewrite)
15181         (math-hyperbolic-trig-rewrite): New functions.
15182         (calc-simplify): Simplify trig functions when asked.
15184 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15186         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15188 2009-08-24  Kenichi Handa  <handa@m17n.org>
15190         * language/ind-util.el (mapthread): Delete it.
15191         (combinatorial): New function.
15192         (indian--puthash-cv): Use combinatorial instead of mapthread.
15194 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15196         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15197         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15198         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15199         Clarify docstring that the value is strings not symbols.
15200         (checkdoc-list-of-strings-p): New function.
15202 2009-08-22  Glenn Morris  <rgm@gnu.org>
15204         * files.el (auto-mode-alist):
15205         * hippie-exp.el (he-concat-directory-file-name):
15206         * lpr.el (lpr-windows-system, printer-name):
15207         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15208         * ps-print.el (ps-windows-system):
15209         * startup.el (command-line):
15210         * emulation/viper-ex.el (viper-glob-function):
15211         * international/mule-cmds.el (set-language-environment-coding-systems):
15212         * net/ange-ftp.el (ange-ftp-write-region):
15213         * obsolete/fast-lock.el (fast-lock-cache-name):
15214         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15215         unisoft-unix, vax-vms, win32, w32.
15217         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15218         given name if the pattern is not more specific.
15220         * calendar/lunar.el (lunar-phase-names): New option.
15221         (lunar-phase): Doc fix.
15222         (lunar-cycles-per-year): New constant.
15223         (lunar-index): New function.
15224         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15225         (lunar-phase-name): Use lunar-phase-names.
15226         (calendar-lunar-phases): Use format.
15227         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15229         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15230         Copy imenu-example--name-and-position function here for own use.
15231         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15233         * bs.el (bs--redisplay):
15234         * cus-edit.el (custom-redraw):
15235         * ibuffer.el (ibuffer-bury-buffer):
15236         * server.el (server-goto-line-column):
15237         * startup.el (command-line-1):
15238         * strokes.el (strokes-xpm-for-stroke):
15239         * term.el (term-display-buffer-line):
15240         * view.el (View-goto-line):
15241         * calc/calc.el (calc-do, calc-trail-buffer):
15242         * play/gamegrid.el (gamegrid-add-score-insecure):
15243         * progmodes/ada-mode.el (ada-compile-goto-error):
15244         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15245         (ebrowse-select-1st-to-9nth):
15246         * progmodes/cperl-mode.el (cperl-time-fontification):
15247         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15248         * progmodes/gud.el (gud-display-line):
15249         (idlwave-shell-display-line):
15250         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15251         * progmodes/make-mode.el (makefile-browser-toggle):
15252         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15253         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15254         * textmodes/picture.el (picture-draw-rectangle):
15255         * textmodes/reftex-index.el (reftex-index-goto-letter):
15256         (reftex-select-jump-to-previous):
15257         * textmodes/reftex-sel.el (reftex-find-start-point)
15258         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15259         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15260         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15261         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15262         * textmodes/two-column.el (2C-associated-buffer):
15263         Use forward-line rather than goto-line.
15265         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15266         goto-line.
15268         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15269         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15270         (quick-check-list-to-regexp): Declare.
15272         * progmodes/make-mode.el (makefile-browser-insert-selection):
15273         Use goto-char rather than goto-line.
15275         * progmodes/prolog.el (compilation-error-regexp-alist)
15276         (compilation-forget-errors): Declare.
15278 2009-08-22  Juri Linkov  <juri@jurta.org>
15280         * progmodes/grep.el (lgrep, rgrep): At the beginning
15281         set `dir' to `default-directory' unless `dir' is a non-nil
15282         readable directory.  (Bug#4052)
15283         (lgrep, rgrep): Change a weird way to report an error
15284         from using `read-string' to using `error'.
15285         Instead of using interactive arguments in the function body,
15286         add new argument `confirm'.
15288 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15290         * textmodes/remember.el (remember-buffer):
15291         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15292         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15293         (icalendar-extract-ical-from-buffer):
15294         * net/newst-treeview.el (newsticker-groups-filename):
15295         * net/newst-backend.el (newsticker-cache-filename):
15296         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15297         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15298         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15299         (speedbar-buffers-line-path, speedbar-path-line)
15300         (speedbar-buffers-line-path):
15301         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15302         (epg-sign-keys):
15303         * epa.el (epa-display-verify-result):
15304         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15306 2009-08-21  Glenn Morris  <rgm@gnu.org>
15308         * progmodes/js.el (inferior-moz-process): Fix declaration.
15310         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15312         * obsolete/rnewspost.el (news-mail-reply):
15313         Use goto-char rather than goto-line.
15315         * term/ns-win.el (ns-open-file-select-line):
15316         Use line-beginning-position rather than goto-line.
15318         * apropos.el (apropos-command):
15319         * ehelp.el (electric-helpify):
15320         * printing.el (pr-show-setup):
15321         * strokes.el (strokes-help):
15322         * tutorial.el (tutorial--describe-nonstandard-key)
15323         (tutorial--detailed-help):
15324         * woman.el (woman-mini-help, woman-display-extended-fonts):
15325         * calc/calc-help.el (calc-describe-key):
15326         * emulation/edt.el (edt-electric-helpify):
15327         * international/mule-diag.el (mule-diag):
15328         * play/yow.el (apropos-zippy):
15329         * progmodes/python.el (python-describe-symbol):
15330         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15331         * textmodes/table.el (*table--cell-describe-mode)
15332         (*table--cell-describe-bindings):
15333         Use help-print-return-message rather than the now obsolete alias.
15335         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15336         (calendar-cursor-to-visible-date):
15337         * play/5x5.el (5x5-position-cursor):
15338         * play/decipher.el (decipher):
15339         * play/gomoku.el (gomoku-goto-xy):
15340         * play/landmark.el (lm-goto-xy):
15341         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15342         (mpuz-paint-digit):
15343         Use forward-line, not goto-line.
15345         * mail/rmail.el (rmail-obsolete): Delete custom group.
15346         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15347         (rmail-remote-password, rmail-remote-password-required):
15348         Remove unneeded :set-after and :set properties.
15350 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15352         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15354 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15356         * loadup.el: Remove leftover macos code.
15358         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15359         Explicitly pass the date format to git blame so that user local
15360         so that the output format can be parsed.
15362 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15364         * net/dbus.el (top): Don't check for (getenv
15365         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15367 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15369         * log-edit.el (log-edit-strip-single-file-name): New var.
15370         (log-edit-insert-changelog): Use it.  Bug#3571
15372 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15374         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15375         Bug#3287
15377         * help.el (help-print-return-message): Rename from
15378         print-help-return-message.
15380         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15381         cvs-mode-map parent hack.
15382         (log-view-mode): Derive from special-mode.
15384         * linum.el (linum-mode): window-size-change-functions is redundant.
15385         Adapt to new window-configuration-change-hook behavior.
15386         (linum-after-size, linum-after-config): Remove.
15388         * imenu.el (imenu-example--name-and-position)
15389         (imenu-example--lisp-extract-index-name)
15390         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15391         Mark as obsolete.
15393         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15394         (inferior-prolog-mode): Use it.
15395         (inferior-prolog-load-file): Reset list of errors.
15397 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15399         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15401         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15403 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15405         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15406         is running already.
15408 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15410         * subr.el (listify-key-sequence-1): Use normal syntax since those
15411         integers are nowadays always represented by the same (positive) number
15412         on all platforms.
15413         (read-key-empty-map): New const.
15414         (read-key-delay): New var.
15415         (read-key): New function.
15416         (force-mode-line-update): Use with-current-buffer.
15417         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15418         (start-process-shell-command, start-file-process-shell-command):
15419         Discourage the use of command-args.
15421 2009-08-19  Glenn Morris  <rgm@gnu.org>
15423         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15425 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * simple.el (choose-completion-string): Don't rely on
15428         minibuffer-completing-file-name and ad-hoc checks to decide whether
15429         to continue completion or not.
15431         * minibuffer.el (minibuffer-hide-completions): New function.
15432         (completion--do-completion): Use it.
15433         (completions-annotations): New face.
15434         (completion--insert-strings): Use it.
15435         (completion-pcm--delim-wild-regex): Add docstring.
15436         (completion-pcm--string->pattern): Add support for 0-width delimiters
15437         in completion-pcm--delim-wild-regex.
15439 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15441         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15442         Remove unused var `buffer-modified-p'.
15444         * minibuffer.el (completion--do-completion): Move point for the #b001
15445         case as well (bug#4176).
15446         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15448 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15450         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15451         and :session buses.
15453 2009-08-18  Kenichi Handa  <handa@m17n.org>
15455         * international/ucs-normalize.el (ucs-normalize-version):
15456         Change to 1.1.
15457         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15458         (utf-8-hfs): Make it perform normalization on encoding too.
15460         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15461         (sentence-end-without-space): Delete duplicated chars.
15462         (sentence-end-base): Likewise.
15464         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15465         (html-mode): Delete duplicated chars from sentence-end-base.
15467         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15468         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15470 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15472         * files.el (hack-one-local-variable): If the mode function is for
15473         a minor mode, pass it an argument (Bug#4148).
15475 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15477         * net/tramp.el (tramp-register-completion-file-name-handler):
15478         Check also for (member 'partial-completion completion-styles).
15480 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15482         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15483         abbrev (Bug#3943).
15485 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15487         * progmodes/cperl-mode.el: Merge upstream 6.2.
15488         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15489         (cperl-forward-re): Check cperl-brace-recursing.
15490         (cperl-highlight-charclass): New function.
15491         (cperl-find-pods-heres): Use it.
15492         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15493         (cperl-beautify-regexp-piece): Fix column calculation.
15494         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15495         (cperl-beautify-level): Don't process entire regexp.
15496         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15497         calling man.
15498         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15499         (cperl-init-faces): Build a list in the normal way.
15501 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15503         * calendar/parse-time.el (parse-time-string-chars): Save match
15504         data.
15506 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15508         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15509         (sql-product): Use it.
15510         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15511         (sql-set-product): Add completion.
15512         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15513         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15514         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15515         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15516         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15517         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15518         (sql-highlight-db2-keywords): Remove.
15519         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15520         (sql-highlight-product): Use derived-mode-p.
15521         (sql-set-sqli-buffer): Use with-current-buffer.
15522         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15523         Simplify.
15525         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15527         * term.el: Fix commenting convention, turn comments into docstrings.
15529 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15531         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15533 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15535         * calendar/parse-time.el (parse-time-string-chars): Compute using
15536         character classes, to handle non-ascii characters (Bug#3190).
15538 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15540         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15541         another heredoc if the user adds another < (Bug#3226).
15543         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15544         Don't initialize based on window-system (Bug#4124).
15546         * facemenu.el (facemenu-read-color): Use a completion function
15547         that accepts any defined color, such as RGB triplets (Bug#3677).
15549         * files.el (get-free-disk-space): Change fallback default
15550         directory to /.  Expand DIR argument before switching to fallback.
15551         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15553 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15555         * files.el (load-library): Doc fix.
15557 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15559         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15560         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15561         incremental search string.
15563         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15564         XEmacs.
15566         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15567         (ediff-merge-region-is-non-clash)
15568         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15569         Also check if the job is really a merge job.
15571         * ediff.el (ediff-current-file): New function.
15573 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15575         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15576         conventions.
15577         (js-insert-and-indent): Delete function.
15578         (js-mode-map): Don't bind keys to js-insert-and-indent.
15579         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15580         (js-end-of-defun): Rename from js--end-of-defun.
15581         (js-auto-indent-flag): Delete variable.
15583 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15585         * progmodes/js.el: Remove proclaim statement.
15586         Defvar which-func-imenu-joiner-function to silence compiler.
15588         * files.el (auto-mode-alist): Use js-mode for .js files.
15590         * progmodes/js2-mode.el: Remove file.
15592         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15594         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15596         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15598 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15599             Karl Landstrom  <karl.landstrom@brgeight.se>
15601         * progmodes/js.el: New file.
15603 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15605         * timezone.el (timezone-parse-date): Add ability to understand ISO
15606         basic format (minimal separators) dates in addition to the
15607         already-supported extended format dates.
15609 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15611         * international/ucs-normalize.el: Add a `coding' file variable.
15613         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15615 2009-08-14  Sam Steingold  <sds@gnu.org>
15617         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15619 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15621         * faces.el (help-argument-name): Define it here instead of
15622         help-fns.el, because in daemon mode help-fns.el may be loaded when
15623         faces are still uninitialized (Bug#1078).
15625         * help-fns.el (help-argument-name): Move defface to faces.el.
15627 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15629         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15630         create buffer with a pty but no process so that GDB can make the
15631         inferior the controlling process.
15633 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15635         * international/ucs-normalize.el: New file.
15637 2009-08-13  Richard Stallman  <rms@gnu.org>
15639         * mail/rmail.el (rmail-get-attr-names):
15640         Accept an attribute header that is too short.
15642         * mail/rmail.el (rmail-forget-messages):
15643         Ignore nil elt in rmail-message-vector.  Use dotimes.
15645         * progmodes/compile.el (compilation-goto-locus):
15646         Use next-error-move-function.
15648         * simple.el (next-error-move-function): New variable.
15650 2009-08-12  Juri Linkov  <juri@jurta.org>
15652         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15653         always non-nil.  (Bug#4052)
15655         * replace.el (read-regexp): Return empty string when
15656         `default-value' is nil.
15657         (keep-lines-read-args): Don't use empty string as the
15658         default value for `read-regexp'.  (Bug#2495)
15660 2009-08-12  Juri Linkov  <juri@jurta.org>
15662         * international/mule-cmds.el (ucs-insert): Change arguments
15663         from `arg' to `character', `count', `inherit' to be the same
15664         as in `insert-char'.  Doc fix.  (Bug#4039)
15666         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15668 2009-08-12  Juri Linkov  <juri@jurta.org>
15670         * files-x.el: New file.
15672         * files.el: Move code that deals with adding/deleting
15673         file/directory-local variables to files-x.el.
15675         * Makefile.in (ELCFILES): Add files-x.elc.
15677 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15679         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15680         to use `goto-line'.
15681         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15682         `goto-line'.
15683         (gdb-invalidate-disassembly): Do not refresh upon receiving
15684         'update signal.  Instead, update all disassembly buffers only after
15685         threads list.
15686         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15687         (gdb-starting): Moved -data-list-register-names...
15688         (gdb-stopped): ...here so it's sent when first thread stops.
15689         (gdb-registers-handler-custom): Do nothing if register names are
15690         unknown yet.
15692         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15693         from `gdb-mi.el' to avoid extra tangling.
15695         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15696         change which breaks `gud-def' definitions used in `gdb'.
15697         (gdb-update-gud-running): No extra fuss for updating frame number.
15699 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15701         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15702         (describe-language-environment-map, setup-language-environment-map)
15703         (set-coding-system-map): Move initialization into declaration.
15704         (set-language-info-alist): Last arg to define-key-after can be skipped.
15706         * international/quail.el (quail-completion-1): Simplify.
15707         (quail-define-rules): Use slightly more compact code.
15708         (quail-insert-decode-map): Propertize keys, compact columns.
15710         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15711         Add goto-line.
15713 2009-08-10  Miles Bader  <miles@gnu.org>
15715         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15716         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15717         (js2-instance-member, js2-private-member, js2-private-function-call)
15718         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15719         (js2-magic-paren, js2-external-variable):
15720         Remove "-face" suffix from face names.
15721         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15722         (js2-highlight-undeclared-vars, js2-peek-token)
15723         (js2-parse-function-params, js2-mode-show-errors)
15724         (js2-mode-show-warnings, js2-make-magic-delimiter)
15725         (js2-mode-highlight-magic-parens): Update to use new face names.
15727 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15729         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15730         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15732 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15734         * subr.el: Provide hashtable-print-readable.
15736         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15737         hs-c-like-adjust-block-beginning.
15738         (hs-hide-block-at-point): Stop hiding at the beginning of
15739         hs-block-end-regexp (Bug#700).
15741 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15743         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15744         a macro.
15745         (gdb-registers-handler-custom): Do not fail when register names
15746         are unavailable.
15748 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15750         * progmodes/gdb-mi.el (gdb-control-all-threads)
15751         (gdb-control-current-thread): Interactive setters for
15752         `gdb-gud-control-all-threads' to use in menu.
15753         (gdb-show-run-p): Show «Go» when process is not active.
15754         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15755         gud/thread.xpm and gud/all.xpm.
15757 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15759         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15760         (nslookup-font-lock-keywords): Make it a variable.
15761         (net-utils-mode): New mode for viewing diagnostic network output.
15762         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15763         (net-utils-run-simple): New function.
15764         (ifconfig, iwconfig, netstat, arp, route): Use it.
15766 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15768         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15769         (gdb-memory-set-address, def-gdb-set-positive-number)
15770         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15771         after changing settings.
15772         (gdb-invalidate-disassembly): Update when first shown.
15773         (gdb-edit-locals-value): Fixed.
15774         (gdb-registers-handler-custom): Print registers in right order and
15775         allow changing register values (only for current thread yet).
15776         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15777         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15778         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15779         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15780         info in mode name.
15781         (gdb-registers-mode-map): TAB to switch to locals.
15783 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15785         * mail/rmail.el (rmail-add-mbox-headers)
15786         (rmail-set-message-counters-counter): Search for
15787         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15789 2009-08-08  Glenn Morris  <rgm@gnu.org>
15791         * Makefile.in (ELCFILES): Update.
15793 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15795         * mail/sendmail.el (mail-yank-original): Set
15796         buffer-file-coding-system from the one used by the message whose
15797         text is yanked.
15799         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15800         to "windows" when "pgnuplot" is used.
15801         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15802         call accept-process-output if "pgnuplot" is used.
15803         (calc-graph-init): Don't send -display and -geometry to
15804         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15805         running "pgnuplot -V" with shell-command-to-string.
15807         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15808         the default.
15810 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15812         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15813         org/org-latex.elc.
15815 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15817         * vc-dispatcher.el (vc-resynch-window): Update comment.
15819         * term.el (term-handle-ansi-escape): Add comments with the
15820         terminfo capabilities implemented.
15822 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15824         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15825         (gdb-var-create-handler): Rewritten using JSON parser.
15826         (gdb-propertize-header): Moved earlier.
15827         (gdb-set-header): Removed to avoid duplication.
15828         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15829         Refresh disassembly buffers only after threads list have been
15830         update.
15831         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15832         variables.
15834 2009-08-04  Juri Linkov  <juri@jurta.org>
15836         * files.el: Commands to add/delete file/directory-local variables.
15837         (read-file-local-variable, read-file-local-variable-value)
15838         (read-file-local-variable-mode, modify-file-local-variable)
15839         (modify-file-local-variable-prop-line)
15840         (modify-dir-local-variable): New functions.
15841         (add-file-local-variable, delete-file-local-variable)
15842         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15843         (add-dir-local-variable, delete-dir-local-variable)
15844         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15845         (copy-dir-locals-to-file-locals-prop-line): New commands.
15847 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15849         * abbrev.el (insert-abbrev-table-description): Prettify output.
15850         Suggested by Karl Chen.
15852 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15854         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15855         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15856         (gdb-overlay-arrow-position, gdb-thread-position)
15857         (gdb-disassembly-position): Declare variables.
15858         (gdb-wait-for-pending): Function now.
15859         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15860         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15861         compilation goes smoothly.
15862         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15863         (gdb-non-stop-setting): New customization setting which replaces
15864         `gdb-non-stop' so changing it doesn't break active GDB session.
15865         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15866         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15867         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15868         (gdb-show-threads-by-default): New customization options.
15869         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15870         routines.
15871         (gdb-get-buffer-create): Send buffers update signal when they are
15872         created.
15873         (gdb-invalidate-locals, gdb-invalidate-registers)
15874         (gdb-invalidate-breakpoints)
15875         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15876         (gdb-invalidate-memory): Accept update signal.
15877         (gdb-current-context-command): Use --frame option.
15878         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15879         Implement `gdb-frame-number' selection logic.
15880         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15881         whether to show GUD toolbar buttons.
15882         (gdb-thread-exited): Unselect current thread when it exits.
15883         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15884         (gdb-mark-line): Routine which sets overlay arrow or inverses
15885         video on fringeless displays.
15886         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15887         to build aligned columns of data in GDB buffers and set text
15888         properties line-by-line.
15889         (gdb-invalidate-breakpoints)
15890         (gdb-breakpoints-list-handler-custom)
15891         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15892         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15893         (gdb-registers-handler-custom): Align data columns.
15894         (gdb-locals-handler-custom): Now prints data like in variable
15895         declarations.
15896         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15897         Removed confusing buttons.
15898         (gdb-invalidate-threads): Append --frame.
15899         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15900         between breakpoints/threads buffers.
15901         (gdb-set-window-buffer): Now can ignore dedicated windows.
15902         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15903         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15904         (def-gdb-thread-buffer-gud-command): Replaces
15905         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15906         for fine thread control.
15907         (gdb-preempt-existing-or-display-buffer): New function used to
15908         display bound buffers without breaking window layout.
15909         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15910         (gdb-select-frame): New version of `gdb-frames-select' which now
15911         sets `gdb-frame-number' so commands may use --frame option instead
15912         of inner debugger state.
15913         (gdb-frame-handler): Do not set `gdb-frame-number'.
15914         (gdb-threads-mode-map): Select threads with mouse.
15916         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15917         avoid compilation warning.
15918         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15919         `gdb-show-stop-p`.
15921         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15922         Argument `key' renamed to `buffer-type'.
15923         (gdb-current-context-buffer-name): Do not add thread info to
15924         buffer name when no thread is selected.
15925         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15926         command (bug 3794).
15927         (gdb-thread-selected): Handle `=thread-selected' notification.
15928         (gdb-wait-for-pending): New macro to deal with congestion problems.
15929         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15930         breakpoints.
15931         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15932         This fixes problem similar to one described in bug 3947.
15933         (gud-menu-map): More menu items.
15934         (gdb-init-1): Reset `gdb-thread-number' to nil.
15936         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15937         non-stop settings.
15939         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15940         (gdb-current-context-command): Do not append --thread if
15941         `gdb-thread-number' is nil.
15942         (gdb-running-threads-count, gdb-stopped-threads-count): New
15943         variables.
15944         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15945         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15946         customization options.
15947         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15948         GUD commands.
15949         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15950         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15951         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15952         set `gdb-thread-number' and update `gud-running' properly.
15953         (gdb-running): Update threads list when new threads appear.
15954         (gdb-stopped): Support non-stop operation and new thread switching
15955         logic.
15956         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15957         (gdb-json-partial-output): New set of JSON routines.
15958         (def-gdb-auto-update-trigger): New `signal-list' optional
15959         argument.
15960         (gdb-thread-list-handler-custom): Update `gud-running',
15961         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15962         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15963         (gdb-continue-thread, gdb-step-thread): New commands for fine
15964         thread execution control.
15965         (gud-menu-map): New menu items to switch non-stop options.
15966         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15967         (gdb-send): Mimic RET properly (bug 3794).
15969         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15970         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15971         gdb-buffer-rules.
15972         (def-gdb-auto-update-handler): New nopreserve optional argument.
15973         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15975         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15976         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15977         (gdb-parent-mode): New mode to derive other GDB modes from.
15978         (gdb-display-disassembly-for-thread)
15979         (gdb-frame-disassembly-for-thread): New commands for threads
15980         buffer.
15982         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15983         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15984         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15985         (gdb-update): We now store all GDB buffers in a list so that they
15986         can be updated by traversing a list instead of calling invalidate
15987         triggers explicitly.
15988         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15989         pair for GDB buffer.
15990         (gdb-stack-buffer-name): Add thread information.
15991         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15992         handle pending triggers.
15993         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15994         (def-gdb-thread-buffer-simple-command)
15995         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15996         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15997         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15998         New commands which show buffers bound to thread.
15999         (gdb-stack-list-locals-regexp): Removed unused regexp.
16001         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16002         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16003         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16004         to (gud-comint-buffer) in *-buffer-name functions
16005         because (gdb-get-target-string) already does that.
16006         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16007         (gdb-changed-registers-handler): Rewritten without regexps.
16009         * progmodes/gdb-mi.el: Basic thread selection support.
16010         (gdb-thread-number): New variable.
16011         (gdb-current-context-command): New macro which adds --thread
16012         option to command.
16013         (gdb-threads-mode-map): Select thread with SPC.
16014         (gdb-thread-list-handler-custom): Mark current thread with overlay
16015         arrow.  Synchronize GDB thread and Emacs thread.
16016         (gdb-select-thread): New command which selects current thread.
16017         (gdb-invalidate-frames, gdb-invalidate-locals)
16018         (gdb-invalidate-registers): Use --thread option.
16020 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16022         * net/tramp.el (top): Make check for tramp-gvfs loading more
16023         robust.  (Bug#3977)
16024         (tramp-handle-insert-file-contents): `unwind-protect' must be
16025         inside `with-parsed-tramp-file-name'.
16027         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16028         fails.
16030 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16032         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16033         directory if CLASSPATH is not set.
16035 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16037         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16038         New defconst.
16039         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16041 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16043         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16044         Update freshmeat link.  Delete newsforge.com as it seems gone.
16046 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16048         * select.el (x-set-selection): Doc fix (Bug#4021).
16050         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16052         * help-fns.el (describe-variable): Treat list return values from
16053         dir-locals-find-file properly (Bug#4005).
16055 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16057         * net/tramp.el (tramp-debug-message): Print also microseconds.
16059 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16061         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16062         or END is non-nil.
16063         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16064         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16065         format.
16067         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16068         (tramp-get-file-property): Use it.
16070         * autorevert.el (auto-revert-handler): Allow
16071         `auto-revert-tail-mode' for remote files.
16073 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16075         * minibuffer.el (read-file-name): Treat confirm options to
16076         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16078 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16080         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16081         (font-lock-variable-name-face, font-lock-constant-face): Darken
16082         the colors for light backgrounds.
16084 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16086         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16087         month names.  (Bug#3987)
16089 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16091         * simple.el (line-move-finish): Pass whole number to
16092         line-move-to-column.
16093         (line-move-visual): Perform hscroll to the recorded position.
16095 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16097         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16099 2009-07-29  Alan Mackenzie  <acm@muc.de>
16101         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16103 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16105         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16106         (gdb-place-breakpoints): Use full path when setting breakpoints.
16108 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16110         * calc/calc.el (calc-mode-map): Add keybinding for
16111         `calc-transpose-lines'.
16113 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16115         * calc/calc-misc.el (calc-transpose-lines): New function.
16117 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16119         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16120         Simplify check for out-of-band methods.
16121         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16122         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16124 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16126         * vc-git.el (vc-git-checkin): Fix typo.
16128 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16130         * progmodes/js2-mode.el: New file.
16132 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16134         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16135         (gud-menu-map): Adjust tooltip accordingly.
16137 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16139         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16140         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16142         * add-log.el (change-log-mode-map): Add a menu.
16144 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16146         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16147         function returns nil.
16148         (dbus-handle-event): Handle special return value :ignore.
16149         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16151 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16153         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16154         it's not needed.
16156 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16158         Fix Bug#3888:
16160         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16162         * term/pc-win.el (x-display-name, x-colors)
16163         (x-select-enable-clipboard, x-select-text): Doc fix.
16165         * term/common-win.el (x-display-name, x-colors): Doc fix.
16167         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16168         (xw-defined-colors): Doc fix.
16170         * w32-fns.el (x-select-text, x-setup-function-keys)
16171         (x-get-selection, x-set-selection): Doc fix.
16173         * term/x-win.el (x-select-text, x-setup-function-keys)
16174         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16176         * select.el (x-set-selection): Doc fix.
16178 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16180         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16181         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16182         "IsNSSSupportAvailable" method is not available.  Reported by
16183         Steve Youngs <steve@sxemacs.org>.
16185 2009-07-24  Kenichi Handa  <handa@m17n.org>
16187         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16188         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16189         (build-unicode-category-table): Fix range checks.
16191 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16193         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16194         the buffer we try to sync is current when calling
16195         vc-resynch-buffer.
16197         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16198         not show up to date files.
16200 2009-07-24  Glenn Morris  <rgm@gnu.org>
16202         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16203         Add autoload cookies.  If necessary, initialize.
16204         (elint-log): Handle non-file buffers.
16205         (elint-initialize): Add optional argument to reinitialize.
16206         (elint-find-builtin-variables): Save excursion.
16208 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16210         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16211         for Lint.
16213 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16215         * vc.el (vc-print-log-internal): New function, split out from ...
16216         (vc-print-log): ... here.
16217         (vc-dir-move-to-goal-column): Declare.
16219         * vc-git.el (vc-git-add-signoff): New variable.
16220         (vc-git-checkin): Use it.
16221         (vc-git-toggle-signoff): New function.
16222         (vc-git-extra-menu-map): Bind it to menu.
16223         (vc-git--run-command-string): Accept a nil FILE argument.
16224         (vc-git-stash-list): New function.
16225         (vc-git-dir-extra-headers): Use it.
16227 2009-07-23  Glenn Morris  <rgm@gnu.org>
16229         * help-fns.el (describe-variable): Describe ignored and risky local
16230         variables in a similar way to that in which we describe safe ones.
16232         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16233         (byte-compile-output-file-form, byte-compile-output-docform)
16234         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16235         Give some more local variables with common names a "bytecomp-" prefix,
16236         so as not to shadow things during compilation.
16237         * emacs-lisp/cl-macs.el (load-time-value)
16238         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16239         `outbuffer' to `bytecomp-outbuffer'.
16241         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16242         since the next two variables cover them automatically now.
16243         (elint-builtin-variables, elint-autoloaded-variables): New.
16244         (elint-unknown-builtin-args): Remove all members, since they can be
16245         parsed automatically now.
16246         (elint-extra-errors): New.
16247         (elint-env-add-env, elint-env-add-macro): Use cadr.
16248         (elint-current-buffer): Use or.  Change final message.
16249         (elint-get-top-forms): Use line-end-position.
16250         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16251         and defalias.
16252         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16253         (regexp-assoc): Remove unused function.
16254         (elint-top-form): Set elint-current-pos, to record the start of the
16255         top-level form, for compilation-mode.
16256         (elint-form): Trap errors in macro expansion.  Use dolist.
16257         (elint-unbound-variable): Use elint-builtin-variables and
16258         elint-autoloaded-variables.
16259         (elint-get-args): Use cadr, or.
16260         (elint-check-cond-form): Use dolist, cadr.
16261         (elint-check-condition-case-form): Doc fix.  Use cadr.
16262         Use elint-extra-errors.
16263         (elint-log): New function.
16264         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16265         Distinguish errors and warnings.
16266         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16267         Use a bytecomp-style format.
16268         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16269         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16270         Don't truncate lines.
16271         (elint-initialize): Set builtin and autoloaded variable lists.
16272         Only process elint-unknown-builtin-args if non-nil.
16273         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16274         New functions.
16275         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16277 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16279         * net/newst-backend.el (newsticker--parse-atom-1.0)
16280         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16281         (newsticker--parse-rss-1.0):
16282         * progmodes/idlwave.el (idlwave-mode):
16283         * progmodes/idlw-shell.el (idlwave-shell-mode):
16284         * progmodes/vera-mode.el (vera-mode):
16285         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16286         * progmodes/vhdl-mode.el (vhdl-mode):
16287         * textmodes/table.el (table-generate-source)
16288         (table--warn-incompatibility):
16289         Hyperlink urls in docstrings with URL `...'.
16291 2009-07-22  Glenn Morris  <rgm@gnu.org>
16293         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16294         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16295         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16296         Remove leading * from defcustom docs.
16298         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16300         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16301         defcustom doc.
16302         (list-load-path-shadows): Optionally, just return shadows as a string.
16304         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16306 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16308         * mail/rmailedit.el (rmail-edit-mode): Use
16309         auto-save-include-big-deletions.
16311         * mail/rmail.el (rmail-variables): Use
16312         auto-save-include-big-deletions.
16314         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16315         changes.
16317 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16319         * calc/calc.el (calc-undo-length): New variable.
16320         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16322 2009-07-21  Richard Stallman  <rms@gnu.org>
16324         * files.el (auto-save-mode): Handle buffer-save-size = -2
16325         for toggling mode.
16327 2009-07-21  Glenn Morris  <rgm@gnu.org>
16329         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16331         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16333         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16334         silence compiler.  Instead...
16335         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16336         (ps-print-ensure-fontified): Update for above function name changes.
16338         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16339         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16340         silence compiler.  Instead...
16341         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16342         (mh-show-buffer): Only define for compiler.
16343         (pr-mh-current-message): Update for above function name changes.
16345         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16346         as an argument.
16347         (find-file-noselect, insert-file-1): Update for above change.
16349         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16351         * mail/mailclient.el (mailclient-send-it): Fix message.
16353         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16354         (edebug-eval): Check cl-debug-env is bound.
16355         (print-level, print-circle): Don't redefine built-in variables.
16357         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16358         (custom-print-vectors): Remove old comments from doc.
16360         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16361         (emerge-version): Make the variable an obsolete alias for the
16362         emacs-version variable.  Make the function obsolete.
16363         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16364         Emerge options, rather than merging in into the main Options menu.
16365         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16366         and auto advance modes.  Disable edit/fast items when not relevant.
16368 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16370         * term/vt420.el (terminal-init-vt420): Fix typo.
16372 2009-07-20  Sam Steingold  <sds@gnu.org>
16374         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16375         variable (removed from compile.el on 2004-03-11).
16377 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16379         * files.el (hack-local-variables-filter): Fix last change.
16381 2009-07-19  Juri Linkov  <juri@jurta.org>
16383         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16384         (dir-local-variables-alist): New buffer-local variable.
16385         (hack-local-variables-filter): If variable is not dir-local,
16386         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16387         because file-local overrides dir-local.
16388         (c-postprocess-file-styles) <declare-function>:
16389         Remove obsolete declaration.
16390         (hack-dir-local-variables): Add dir-local variable/value pair to
16391         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16393         * help-fns.el (describe-variable): Add information about
16394         file-local and dir-local variables.
16396 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16398         * files.el (hack-local-variables-filter): Rewrite.
16400 2009-07-19  Glenn Morris  <rgm@gnu.org>
16402         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16403         Silence compiler by only defining on XEmacs.
16405         * international/mule.el (auto-coding-regexp-alist): Only match
16406         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16408         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16409         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16410         (cal-menu-context-mouse-menu): Doc fix.
16412         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16414         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16416 2009-07-18  Juri Linkov  <juri@jurta.org>
16418         * info.el: Virtual Info keyword finder.
16419         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16420         (Info-finder-file): New variable.
16421         (Info-finder-find-file): New function.
16422         (finder-known-keywords, finder-package-info)
16423         (find-library-name, lm-commentary): Use defvar and
16424         declare-function to silence compiler warnings.
16425         (Info-finder-find-node): New function.
16426         (info-finder): New command.
16428         * subr.el (process-kill-buffer-query-function): New function.
16429         (add-hook)<kill-buffer-query-functions>: Add hook
16430         `process-kill-buffer-query-function'.
16432 2009-07-18  Alan Mackenzie  <acm@muc.de>
16434         * progmodes/cc-mode.el (c-before-hack-hook)
16435         (c-postprocess-file-styles): Give invocation of `c-set-style'
16436         DONT-OVERRIDE parameter of t.  Already set style variables will
16437         thus not be overridden by style settings given by `c-file-syle'.
16439         * files.el (hack-local-variables-filter): Remove entries with
16440         duplicate keys from `file-local-variables-alist'.
16442 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16444         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16445         x-set-selection if display-selections-p returns nil for the
16446         current frame.
16448 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16450         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16452 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16454         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16455         Accept nil in addition to a regexp.
16456         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16457         Accept nil in addition to a regexp.
16458         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16459         buffers that have an associated file.  Handle nil values of
16460         desktop-buffers-not-to-save and desktop-files-not-to-save.
16461         (Bug#3833)
16463         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16464         (x-disown-selection-internal): New functions.
16466 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16468         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16469         warning.
16470         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16471         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16473 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16475         * simple.el (set-mark): Revert last change.
16477 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16479         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16480         rendering of pngs is not possible instead of messaging a long
16481         description.
16483 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16485         * w32-fns.el (x-selection-owner-p): New function.
16487         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16488         (mouse-yank-at-click, mouse-yank-primary): If
16489         select-active-regions is non-nil, deactivate the mark before
16490         insertion.
16492         * simple.el (deactivate-mark, set-mark): Only save selection if we
16493         own it.
16495 2009-07-17  Kenichi Handa  <handa@m17n.org>
16497         * case-table.el (describe-buffer-case-table): Fix for the case
16498         that KEY is a cons.
16500 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16502         * vc-rcs.el (vc-rcs-find-file-hook):
16503         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16505 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16507         * net/tramp.el (tramp-wait-for-output): Handle the case when
16508         commands do not return a newline but a null byte before the shell
16509         prompt.  (Bug#3858)
16511 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16513         * term/ns-win.el (ns-set-alpha): Don't declare.
16514         (ns-set-background-alpha): Remove function.
16516 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16518         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16519         y-or-n-p, for safety.
16521 2009-07-16  Richard Stallman  <rms@gnu.org>
16523         * files.el (auto-save-mode): If buffer-saved-size is -2,
16524         don't clobber it.
16526         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16527         (rmail-retry-ignored-headers): Add more uninteresting fields.
16529 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16531         * net/rcirc.el (rcirc): Use history variables.
16532         (rcirc-server-name-history, rcirc-nick-name-history)
16533         (rcirc-server-port-history): New variables.
16535 2009-07-15  Kenichi Handa  <handa@m17n.org>
16537         * international/mule-cmds.el (set-language-environment-charset):
16538         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16539         ignore them.
16541         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16542         Delete unibyte-display.
16544 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16546         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16548 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16550         * simple.el (deactivate-mark): Optional argument FORCE.
16551         (set-mark): Use deactivate-mark.
16553         * info.el (Info-search): No need to check transient-mark-mode
16554         before calling deactivate-mark.
16556         * select.el (x-set-selection): Doc fix.
16557         (x-valid-simple-selection-p): Allow buffer values.
16558         (xselect--selection-bounds): Handle buffer values.  Suggested by
16559         David De La Harpe Golden.
16561         * mouse.el (mouse-set-region, mouse-drag-track): Call
16562         copy-region-as-kill before setting the mark, to let
16563         select-active-regions work.
16565 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16567         * simple.el (deactivate-mark): If select-active-regions is
16568         non-nil, copy the selection data into a string.
16569         (activate-mark): If select-active-regions is non-nil, set the
16570         selection to the current buffer.
16571         (set-mark): Update selection if select-active-regions is non-nil.
16573         * select.el (x-valid-simple-selection-p): Allow buffer values.
16575 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16577         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16578         and more featureful message-mode.
16580 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16582         * select.el (x-set-selection): Doc fix.
16583         (x-valid-simple-selection-p): Disallow selection data consisting
16584         of a list or cons of integers, since that is not used.
16585         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16586         (xselect-convert-to-string, xselect-convert-to-length)
16587         (xselect-convert-to-filename, xselect-convert-to-charpos)
16588         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16590 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16592         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16593         output in -break-info command (Emacs bug #3794).
16595 2009-07-14  Glenn Morris  <rgm@gnu.org>
16597         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16598         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16599         (edebug-print-length, edebug-print-level, edebug-print-circle)
16600         (edebug-sit-for-seconds, edebug-view-outside)
16601         (edebug-bounce-point, edebug-set-global-break-condition)
16602         (edebug-Go-nonstop-mode, edebug-trace-mode)
16603         (edebug-Trace-fast-mode, edebug-continue-mode)
16604         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16605         (edebug-visit-eval-list): Doc fixes.
16607         * subr.el (def-edebug-spec): Doc fix.
16609 2009-07-14  Kenichi Handa  <handa@m17n.org>
16611         * international/characters.el: Fix setting of category ?C.
16613 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16615         * term/ns-win.el (x-select-font): defalias x-select-font to
16616         ns-popup-font-panel instead of generate-fontset-menu.
16618 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16620         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16622 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16624         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16625         the PK\003\004 header (Bug#3770).
16627 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16629         * pcomplete.el (pcomplete-comint-setup): Check for
16630         shell-dynamic-complete-filename too.
16632 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16634         * simple.el (temporary-goal-column): Change the value for
16635         line-move-visual to a cons cell.
16636         (line-move-visual): Record or set the window hscroll, if
16637         necessary (Bug#3494).
16638         (line-move-1): Handle cons value of temporary-goal-column.
16640 2009-07-11  Kenichi Handa  <handa@m17n.org>
16642         * international/mule-diag.el (describe-character-set): Don't show
16643         width.
16645 2009-07-10  Sam Steingold  <sds@gnu.org>
16647         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16648         Omake sometimes indents the errors it prints, so allow all
16649         regexps to start with spaces.
16651 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16653         * cus-edit.el (customize-changed-options-previous-release):
16654         Bump value to 22.1.  (Bug#3804)
16656 2009-07-08  Sam Steingold  <sds@gnu.org>
16658         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16659         to be a cons cell (test . ignored-directory) to selectively ignore
16660         some directories depending on the location of the search.
16662 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16664         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16665         remote user is root, on the local host.
16666         (tramp-local-host-p): Either the local user or the remote user
16667         must be root.  (Bug#3771)
16669 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16671         * progmodes/gdb-mi.el (gdb): Remove description of
16672         gdb-use-separate-io-buffer.
16673         (menu): Don't allow toggling of or enable
16674         gdb-use-separate-io-buffer from menubar.
16676 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16678         * mail/unrmail.el (unrmail): Make sure the message ends with two
16679         newlines (Bug#3769).
16681 2009-07-08  Glenn Morris  <rgm@gnu.org>
16683         * calendar/calendar.el (calendar-current-date): Rework previous change.
16685 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16687         * calendar/calendar.el (calendar-current-date):
16688         Add an optional argument giving an offset from today.
16690 2009-07-08  Glenn Morris  <rgm@gnu.org>
16692         * tutorial.el (tutorial--describe-nonstandard-key):
16693         Adjust the message for when a key has been unbound.
16694         (help-with-tutorial): Hide the arch-tag.
16696 2009-07-08  Kenichi Handa  <handa@m17n.org>
16698         * international/fontset.el (setup-default-fontset): For each
16699         script, append (not set) font-specs.
16701         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16702         docstring.
16704 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16706         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16707         -data-list-register-names to ...
16708         (gdb-starting): ... here because GDB 7.0 requires execution to
16709         have started when using this MI command.
16710         (gdb-set-header): New function to distinguish select and
16711         unselected tabs in gdb buffers.
16712         (gdb-propertize-header): New macro that uses gdb-set-header.
16713         (gdb-breakpoints-header, gdb-locals-header): Use it.
16714         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16716 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16718         * Makefile.in (ELCFILES): Remove fadr.elc.
16720 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16722         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16723         may contain frame information, so `string-match' should be used.
16724         (gdb-update): Disassembly is invalidated through
16725         `gdb-get-selected-frame'.
16726         (gdb-pad-string): New function to pad string with spaces.
16727         (gdb-invalidate-disassembly): Invalidate only if the buffer
16728         exists.
16729         (gdb-disassembly-handler-custom): Column alignment.
16730         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16731         placing new ones.
16732         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16733         end of line, too.
16734         (gdb-frame-handler): Match convention to for disassembly buffer
16735         mode name.
16736         (gdb-stack-list-frames-handler): Rewritten without regexps.
16737         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16738         not highlight breakpoints without line information.
16739         (gdb-input): Add trailing newline to command.
16741         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16742         buffer properly.
16743         (gdb-breakpoints-list-handler-custom): Replacement for
16744         `gdb-break-list-handler'.  Using real parser instead of regexps
16745         now.
16746         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16747         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16748         to place breakpoints.
16749         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16750         functions.
16751         (gdb-disassembly-handler-custom): Show overlay arrow.
16752         (gdb-disassembly-place-breakpoints): Show breakpoints in
16753         disassembly buffer.
16754         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16755         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16756         instead of parsing breakpoints buffer.  Fixed old menu references
16757         in `gud-menu-map'.
16759         * fadr.el: Remove.
16761         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16762         (gdb-memory-address): New variable which holds top address of
16763         memory page shown in memory buffer.
16764         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16765         customization variables.
16766         New functions:
16767         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16768         display the memory buffer.
16769         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16770         buffer display parameters.
16771         (def-gdb-memory-format, gdb-memory-format-binary)
16772         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16773         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16774         Functions for setting memory buffer format.
16775         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16776         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16777         unit size used in memory buffer.
16778         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16779         to next/previous page of memory buffer.
16780         Now using (bindat-get-field) instead of fadr functions.
16782 2009-07-07  Sam Steingold  <sds@gnu.org>
16784         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16785         non-top-level files.
16787 2009-07-07  Kenichi Handa  <handa@m17n.org>
16789         * international/mule-cmds.el (reset-language-environment): Put
16790         the highset priority to the charset iso-8859-1.
16792 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16794         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16795         to the end of the line when locating the block (Bug#700).
16797 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16799         * net/tramp.el (tramp-handle-write-region): Flush file properties
16800         in case of short track.
16802 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16804         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16805         Coded custom representation of verilog error regular expressions
16806         to work with Emacs-22's new format.
16807         (verilog-error-regexp-xemacs-alist): Coded custom representation
16808         of verilog error regular expressions to work with XEmacs format.
16809         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16810         error recognition into XEmacs.
16811         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16812         error recognition into Emacs-22.
16814 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16816         * woman.el: Remove stand-alone closing parentheses.
16817         (woman-file-name, woman2-format-paragraphs)
16818         (woman-leave-blank-lines): Code cleanup.
16819         (woman-use-own-frame): Change default to nil.
16820         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16821         defaults to inherit from default faces.
16822         (woman2-process-escapes): Consume the newline after a stand-alone
16823         filler character (Bug#3651).
16825 2009-07-06  Glenn Morris  <rgm@gnu.org>
16827         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16828         (top-level): Move provide to the end.
16829         (ffap): Remove defunct URL from custom group.
16831         * subr.el (eval-after-load): Doc fix.
16833 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16835         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16836         `calc-embedded-word' is called twice.
16838 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16840         * files.el (find-alternate-file-other-window, find-alternate-file):
16841         Obey confirm-nonexistent-file-or-buffer.
16843 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16845         * dired-aux.el (dired-show-file-type): Handle remote files.
16847 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16849         * desktop.el (desktop-globals-to-save):
16850         Add file-name-history (Bug#2750).
16852 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16854         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16856 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16858         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16859         property on entire argument since this is what eshell-lisp-command
16860         expects.
16862 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16864         * net/tramp-gvfs.el (tramp-gvfs-methods)
16865         (tramp-gvfs-zeroconf-domain)
16866         (tramp-bluez-discover-devices-timeout): Add version flag.
16867         (tramp-gvfs-handler-mounted-unmounted)
16868         (tramp-gvfs-connection-mounted-p): Polish handling of
16869         incompatibilities between GVFS 0.2 and 1.0.
16871 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16873         * cus-start.el (all): Add make-pointer-invisible.
16875 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16877         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16878         formatted correctly.
16880 2009-07-02  Juri Linkov  <juri@jurta.org>
16882         * info.el: Virtual Info files and nodes.
16883         (Info-virtual-files, Info-virtual-nodes): New variables.
16884         (Info-current-node-virtual): New variable.
16885         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16886         New functions.
16887         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16888         to check for a virtual file instead of checking a fixed list
16889         of node names.
16890         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16891         instead of ad-hoc processing of "dir" and (apropos history toc).
16892         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16893         instead of ad-hoc processing of "dir" and (apropos history toc).
16894         Reread a file when moving from a virtual node.
16895         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16896         (Info-directory-toc-nodes, Info-directory-find-file)
16897         (Info-directory-find-node): New functions.
16898         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16899         (Info-history): Move part of code to
16900         `Info-history-find-node'.
16901         (Info-history-toc-nodes, Info-history-find-file)
16902         (Info-history-find-node): New functions.
16903         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16904         (Info-toc): Move part of code to `Info-toc-find-node'.
16905         (Info-toc-find-node): New function.
16906         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16907         the current Info file name to references because now the node
16908         "*TOC*" belongs to the same Info manual.
16909         (Info-toc-build): Rename from `Info-build-toc'.
16910         (Info-toc-nodes): Rename input argument `file' to `filename'.
16911         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16912         instead of ad-hoc processing of ("dir" apropos history toc).
16913         (Info-index-nodes): Use Info-virtual-file-p
16914         to check for a virtual file instead of checking a fixed list
16915         of node names.
16916         (Info-index-node): Add check for `Info-current-node-virtual'.
16917         Raise `save-match-data' higher up the tree to contain
16918         `search-forward' too (bug fix).
16919         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16920         (Info-virtual-index-nodes): New variable.
16921         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16922         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16923         (Info-apropos-file, Info-apropos-nodes): New variables.
16924         (Info-apropos-toc-nodes, Info-apropos-find-file)
16925         (Info-apropos-find-node, Info-apropos-matches): New functions.
16926         (info-apropos): Move part of code to `Info-apropos-find-node' and
16927         `Info-apropos-matches'.
16928         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16929         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16930         for a virtual file instead of checking a fixed list of node names.
16932         * simple.el (async-shell-command): New command.
16934         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16936         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16937         instead of `mount-info'.
16939 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16941         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16942         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16944 2009-07-02  Kenichi Handa  <handa@m17n.org>
16946         * international/mule.el (set-keyboard-coding-system): Force *-unix
16947         coding-system to avoid eol conversion.
16949 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16951         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16952         Add handler for `process-file', `shell-command' and
16953         `start-file-process'.
16954         (tramp-gvfs-handle-shell-command)
16955         (tramp-gvfs-handle-start-file-process)
16956         (tramp-gvfs-handle-process-file): New defuns.
16957         (tramp-synce-list-devices): Simplify check for existence of property.
16959 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16961         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16963 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16965         * language/korean.el (set-language-info-alist): Add korean-cp949,
16966         cp949 to spec.
16968 2009-07-01  Kenichi Handa  <handa@m17n.org>
16970         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16972         * international/encoded-kb.el: Deleted.
16974         * international/mule.el (set-keyboard-coding-system): Perform the
16975         necessary setup here instead of calling encoded-kbd-setup-display.
16977 2009-07-01  Glenn Morris  <rgm@gnu.org>
16979         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16981 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16983         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16985 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16987         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16988         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16989         (tramp-default-file-modes): Remove execute permissions.
16991         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16992         (top): Add a default for "synce" in `tramp-default-user-alist'.
16993         Add completion function for "synce" method.
16994         (tramp-hal-service, tramp-hal-path-manager)
16995         (tramp-hal-interface-manager, tramp-hal-interface-device):
16996         New defconst.
16997         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16998         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16999         New defuns.
17001         * net/trampver.el: Update release number.
17003 2009-06-30  Kenichi Handa  <handa@m17n.org>
17005         * international/fontset.el (setup-default-fontset): Add CJK fonts
17006         for symbols and the other miscellaneous characters.
17008         * language/korea-util.el (setup-korean-environment-internal):
17009         Make char-width-table suitable for Korean environments.
17010         (exit-korean-environment): Cancel above.
17012         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17013         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17014         setup-function to make char-width-table suitable for respective
17015         environments, and an exit-function to cancel that.
17017         * language/japan-util.el (setup-japanese-environment-internal):
17018         Call use-cjk-char-width-table with arg `ja_JP'.
17020         * international/characters.el (cjk-char-width-table): Delete it.
17021         (cjk-char-width-table-list): New variable.
17022         (use-cjk-char-width-table): New arg local-name.
17023         (use-default-char-width-table): Fix for the case that Emacs is
17024         already using the default char-width-table.
17026 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17028         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17029         modes mandatory.  (Bug#3712)
17031 2009-06-29  Alan Mackenzie  <acm@muc.de>
17033         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17034         correction between the visible width of TABs and their number of bytes.
17036 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17038         * server.el (server-buffer-done): Prevent kill-buffer from
17039         prompting by clearing the buffer modification flag (Bug#3696).
17041 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17043         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17044         (verilog-endcomment-reason-re): Support unique case and priority case.
17045         (verilog-basic-complete-re): Support localparam lineup.
17046         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17047         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17048         commenting.
17049         (verilog-leap-to-case-head): Now support *nested* unique &
17050         priority case statements.
17051         (verilog-auto-lineup): Make just declarations the default (as it
17052         had been).
17053         (verilog-leap-to-case-head): Support priority/unique case statements.
17054         (verilog-auto-lineup): Rework to give users radio buttons to
17055         select the various styles of automatic lineup.
17056         (verilog-error-regexp-alist): Rework to support the XEmacs style
17057         of error regular expressions from compilers, lint tools &
17058         simulators.  Note that GNU Emacs has made it impossible for a mode
17059         to load such things.
17060         (electric-verilog-terminate-line, verilog-indent-declaration)
17061         (verilog-auto-wiure): Rework for radio button selection of
17062         auto-lineup selection of specification of auto lineup.
17063         (verilog-beg-of-statement-1): Redesign to support proper operation
17064         in additional code, based on testing with auto-lineup.
17065         (verilog-calculate-indent, assignments & declarations)
17066         (verilog-backward-token): Enhance to support auto-lineup of
17067         assignments & declarations.
17068         (verilog-in-directive-p, verilog-at-struct-p): New function for
17069         easy test of whether we are.
17070         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17071         to support safe execution at almost anyline.
17072         (verilog-calc-1): Properly support indenting deep inside generate
17073         blocks.
17074         (verilog-init-font): Remove definition & use of verilog-init-font,
17075         as it is redundant with font-lock-defaults.
17076         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17077         to avoid circular calls if syntax-ppss is a function (as is the
17078         case now in 22.x GNU Emacs) as that function would sometimes call
17079         itself, leading to (nearly) infinite recursion.
17080         (verilog-ovm-begin-re, verilog-ovm-end-re)
17081         (verilog-ovm-statement-re, verilog-leap-to-head)
17082         (verilog-backward-token): Add support for OVM macros.  Some are
17083         complete statements, and others open and close scopes like begin
17084         and end.
17085         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17086         (verilog-defun-level-generate-only-re): Really fix the defun-list
17087         compilation issue.
17088         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17089         coverpoint, constraint and cross statements.
17090         (verilog-defun-level-list, verilog-generate-defun-level-list)
17091         (verilog-all-defun-level-list): Redo these specifications - it is
17092         too hard to support eval-when compile aggregation of lists also
17093         built at when-compile time.
17094         (verilog-defun-level-list): Place defconsts of variables used in
17095         building regular expressions which are built in eval-when-compile
17096         bodies in the same eval-when-compile body to facilitate compile
17097         without load.
17098         (verilog-beg-block-re-ordered): Support indenting
17099         virtual/protected tasks and functions.
17100         (verilog-defun-level-list, verilog-in-generate-region-p)
17101         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17102         indentation of some module items (generate items).
17103         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17104         across virtual/protected tasks and functions.
17106 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17108         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17109         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17110         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17111         in concatenations.  Reported by Yishay Belkind.
17112         (verilog-auto-ascii-enum): Support one-hot state machines in
17113         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17114         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17115         modport in AUTOINST and add vl-modport for users.  Reported by
17116         David Rogoff.
17117         (verilog-auto-inout-module, verilog-auto-inst)
17118         (verilog-decls-get-interfaces, verilog-insert-definition)
17119         (verilog-insert-one-definition, verilog-read-decls)
17120         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17121         (verilog-sig-modport, verilog-signals-combine-bus)
17122         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17123         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17124         Suggested by David Rogoff.
17125         (verilog-repair-open-comma): Fix non-insertion of comma when
17126         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17127         (verilog-make-width-expression): Simplify [A-1:0] expression
17128         widths to just {A{1'b0}}.
17129         (verilog-mode): Cleanup checkdoc warnings.
17130         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17131         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17132         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17133         (next-error-last-buffer): Fix byte-compiler warning.
17134         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17135         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17136         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17137         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17138         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17139         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17140         in AUTOINOUT.  Reported by Matthew Lovell.
17141         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17142         causing use of <= assignments.  Reported by Alex Reed.
17143         (verilog-read-decls): Fix triand, trior, wand, wor to be
17144         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17145         (verilog-extended-complete-re): Support import "DPI-C" functions.
17146         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17147         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17148         (verilog-insert-date, verilog-insert-year)
17149         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17150         Windows systems.  Reported by Michael Potts.
17151         (verilog-read-module-name): Fix AUTOINST when the child module
17152         declaration's name is a tick define.  Reported by Elliot Mednick.
17153         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17154         passed to next parameter's definition.  Reported by Bruce T.
17155         (verilog-read-decls): Fix detecting "parameter int" when using
17156         AUTOINSTPARAM.  Reported by Bruce T.
17157         (verilog-goto-defun): Fix goto not finding modules unless first
17158         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17159         (verilog-mode): Expand -f flag arguments on entry to mode so
17160         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17161         (verilog-getopt): Expand environment variables in -f file
17162         arguments.  Suggested by Lawrence Butcher.
17163         (verilog-set-define): Fix "Symbol's value as variable is void"
17164         when reading enumerations.
17165         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17166         Suggested by Stephen Peltan.
17167         (verilog-read-defines): Fix reading of enumerations in include
17168         files.  Reported by Steve Peltan.
17170 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17172         * files.el (trash-directory): Fix defcustom type.
17174 2009-06-28  Juri Linkov  <juri@jurta.org>
17176         * help-fns.el (describe-function-1): Correctly locate adviced
17177         functions in hyperlink (Bug#2438).
17179 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17181         * files.el (trash-directory): Change default to nil.
17182         (move-file-to-trash): If trash-directory is nil and
17183         system-move-file-to-trash is unbound, perform freedesktop-style
17184         trashing.
17186 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17188         * files.el (move-file-to-trash): Add freedesktop trash
17189         support (Bug#973).
17191 2009-06-28  Glenn Morris  <rgm@gnu.org>
17193         * autorevert.el (global-auto-revert-non-file-buffers)
17194         (global-auto-revert-mode): Doc fixes.
17196 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17198         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17200 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17202         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17203         opened an X connection before calling x-get-resource (Bug#3194).
17205         * play/doctor.el: Remove reference to obsolete website.
17206         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17208 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17210         Remove find-file-not-found-hook VC method.  (Bug#2757)
17211         * vc-hooks.el (vc-file-not-found-hook)
17212         (vc-default-find-file-not-found-hook): Remove functions.
17213         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17214         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17215         * vc.el:
17216         * vc-hg.el:
17217         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17219 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17221         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17222         compatibility function for `looking-back'.
17224         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17225         Use `ispell-looking-back'.
17227 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17229         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17230         rather than `filename'.
17232 2009-06-23  Miles Bader  <miles@gnu.org>
17234         * face-remap.el (text-scale-set): New function.
17236 2009-06-23  Glenn Morris  <rgm@gnu.org>
17238         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17240         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17242         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17244         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17246         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17247         Simplify Persian conditionals.
17249         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17250         variable `filename'.
17252         * comint.el (comint-insert-input): Doc fix.
17254         * Makefile.in (ELCFILES): Fix typo in previous change.
17256 2009-06-23  Miles Bader  <miles@gnu.org>
17258         * cus-start.el: Add entry for `recenter-redisplay'.
17260 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17262         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17263         Add an optional argument for the backend, use it instead of
17264         calling vc-backend.
17265         (vc-mode-line): Add an optional argument for the backend.
17266         Pass the backend to vc-state and vc-working-revision.  Move code for
17267         special handling for vc-state being a buffer to ...
17269         * vc-rcs.el (vc-rcs-find-file-hook):
17270         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17272         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17273         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17274         vc-stay-local-p and vc-mode-line calls.
17276         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17277         (vc-cvs-diff, vc-cvs-annotate-command)
17278         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17279         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17280         vc-mode-line calls.
17282         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17283         direct comparison.
17284         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17285         backend when calling vc-mode-line.
17286         (vc-register): Do not create a closure for calling the vc register
17287         function, call it directly.
17289 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17291         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17292         to make it obvious item can be clicked.
17294         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17296 2009-06-23  Kenichi Handa  <handa@m17n.org>
17298         * language/korea-util.el (korean-key-bindings): Change the binding
17299         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17300         same command.
17302 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17304         Sync with Tramp 2.1.16.
17306         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17308         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17309         when a loading of a package fails.  Completion function for rsync
17310         is `tramp-completion-function-alist-ssh'.
17311         (all): Replace all calls of `split-string' and
17312         `tramp-split-string' by `tramp-compat-split-string'.
17313         (tramp-default-method): Use `tramp-compat-process-running-p'.
17314         (tramp-default-proxies-alist): Allow also Lisp forms.
17315         (tramp-remote-path): Add choice "Private Directories".
17316         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17317         (tramp-domain-regexp): Allow also "-", "_" and ".".
17318         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17319         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17320         (tramp-debug-message): Insert header line in debug buffer.
17321         (tramp-handle-directory-files-and-attributes-with-stat):
17322         Care about filenames with spaces, or starting with "-".
17323         (tramp-handle-dired-uncache): New defun.
17324         (tramp-handle-insert-directory): Don't flush the directory from
17325         cache, this is handled by `dired-uncache' now.
17326         (tramp-handle-insert-file-contents): Improve error handling.
17327         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17328         Quote `tramp-end-of-output'.
17329         (tramp-action-password): Improve trace message.
17330         (tramp-check-for-regexp): Both echoes must be present, before removing.
17331         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17332         (tramp-compute-multi-hops): Eval cons cells of
17333         `tramp-default-proxies-alist'.
17334         (tramp-maybe-open-connection): Use the same command pattern for
17335         first hop and further hops.
17336         (tramp-wait-for-output): Remove handling of newlines.
17337         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17338         (tramp-split-string): Remove function.  It is handled in
17339         tramp-compat now.
17341         * net/tramp-cmds.el (tramp-bug):
17342         Recommend `tramp-cleanup-all-connections' in the bug mail.
17344         * net/tramp-compat.el (tramp-compat-split-string)
17345         (tramp-compat-process-running-p): New defuns.
17347         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17348         for `dired-uncache'.
17350         * net/tramp-gvfs.el: New package.
17352         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17353         Add handler for `dired-uncache'.
17354         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17356         * net/trampver.el: Update release number.  Make version check fit
17357         for SXEmacs 22.
17359 2009-06-22  Jim Meyering  <meyering@redhat.com>
17361         Automatically handle .xz suffix (XZ-compressed files), too.
17362         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17363         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17365 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17366             Nick Roberts  <nickrob@snap.net.nz>
17368         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17369         repository (http://sphinx.net.ru/hg/gdb-mi/).
17371 2009-06-22  Glenn Morris  <rgm@gnu.org>
17373         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17374         `mode' and `eval' entries.  (Bug#3430)
17376         * Makefile.in (ELCFILES): Add fadr.elc.
17378         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17379         differing behavior of \n and ^ in strings.  (Bug#3385)
17381         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17383         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17384         property.
17385         (lisp-indent-function): Make it a defcustom.
17387 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17389         * progmodes/gdb-ui.el: Replace with ...
17390         * progmodes/gdb-mi.el: ... this file.
17391         * progmodes/gud.el: Modify for gdb-mi.el.
17393 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17395         * fadr.el: New file.
17397 See ChangeLog.14 for earlier changes.
17399 ;; Local Variables:
17400 ;; coding: utf-8
17401 ;; End:
17403     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17405   This file is part of GNU Emacs.
17407   GNU Emacs is free software: you can redistribute it and/or modify
17408   it under the terms of the GNU General Public License as published by
17409   the Free Software Foundation, either version 3 of the License, or
17410   (at your option) any later version.
17412   GNU Emacs is distributed in the hope that it will be useful,
17413   but WITHOUT ANY WARRANTY; without even the implied warranty of
17414   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17415   GNU General Public License for more details.
17417   You should have received a copy of the GNU General Public License
17418   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17420 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1