* lisp/emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
[emacs.git] / lisp / ChangeLog
blobe41e948ef295ef5d79c13cb7dc1c688a2fe770c2
1 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
4         warning message.
6 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
8         * shell.el (shell): When called interactively, offer to change the
9         shell file name on remote hosts.
11 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14         integration for LDAP parameters.  The host, base, user or binddn,
15         and secret tokens can be specified in a netrc file, for instance.
16         This is optional because an `auth-source' parameter must be
17         specified in the search attributes.
19 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
21         * help.el (describe-mode): Link to the mode's definition (bug#8185).
23 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26         into declaration.  Remove redundant and harmful binding.
28 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
30         * files.el (file-ownership-preserved-p): Pass `integer' as an
31         explicit 2nd argument to `file-attributes'.  If the file's owner
32         is the Administrators group on Windows, and the current user is
33         Administrator, consider that a match.
35         * server.el (server-ensure-safe-dir): Consider server directory
36         safe on MS-Windows if its owner is the Administrators group while
37         the current Emacs user is Administrator.  Use `=' to compare
38         numerical UIDs, since they could be integers or floats.
40 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
42         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
44 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
46         Sync with Tramp 2.2.1.
48         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
50         * net/trampver.el: Update release number.
52 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * progmodes/compile.el (compilation--previous-directory): Fix up
55         various nil/dead-marker mismatches (bug#8014).
56         (compilation-directory-properties, compilation-error-properties):
57         Don't call it at a position past the one we're about to change.
59         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
60         Disable obsolescence warnings in the file that declares it.
62 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
64         * allout-widgets.el (allout-widgets-tally): Initialize
65         allout-widgets-tally as a hash table rather than nil to prevent
66         mode-line redisplay warnings.
67         Also, clarify the module description and fix a comment typo.
69 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
71         * help-fns.el (describe-variable): Don't complete keywords.
72         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
74 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
76         * emacs-lisp/package.el (package-version-join): Impose a standard
77         string representation for pre/alpha/beta version lists.
78         (package-unpack-single): Standardize the directory name by passing
79         it through package-version-join.
80         (package-strip-rcs-id): Accept any version string that does not
81         signal an error in version-to-list.
83 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
85         * simple.el (delete-trailing-whitespace): Return nil for the
86         benefit of `write-file-functions'.
88 2011-03-10  Glenn Morris  <rgm@gnu.org>
90         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
92         * vc/vc-git.el (vc-git-program): New option.
93         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
94         (vc-git--call): Use it.
96         * eshell/esh-util.el (eshell-condition-case): Doc fix.
98         * cus-edit.el (Custom-newline): If no button at point, look
99         for a subgroup button at start-of-line.  (Bug#2298)
101         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
103 2011-03-10  Julien Danjou  <julien@danjou.info>
105         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
106         `cursor-type' is nil.
108 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
110         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
112 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
114         * allout.el Summary: Change so yank of distinctive-bullet items
115         preserves the existing header prefix, rebulleting it if necessary,
116         rather than replacing it.  This is necessary for proper operation
117         of cooperative addons like allout-widgets.
118         (allout-make-topic-prefix, allout-rebullet-heading): Change
119         SOLICIT arg to INSTEAD, and interpret additionally a string value
120         as alternate bullet to be used, instead of prompting the user for
121         a bullet character.
123 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
125         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
126         not use `tramp-file-name-port', because this returns also
127         `tramp-default-port'.
129 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
131         * net/rcirc.el (rcirc-handler-001): Remove useless
132         with-rcirc-process-buffer.
133         (rcirc-check-auth-status): Swap arguments to string-match.
135 2011-03-09  Glenn Morris  <rgm@gnu.org>
137         * shell.el (shell-mode):
138         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
140         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
141         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
143 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
145         * emacs-lisp/package.el (package-refresh-contents)
146         (package-menu-execute): Use condition-case-no-debug.
148 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
150         * simple.el (shell-command-to-string): Use `process-file'.
152         * emacs-lisp/package.el (package-tar-file-info): Handle also
153         remote files.
155         * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
156         `equal' for upload base check.
158 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
160         * textmodes/texinfo.el (texinfo-environments):
161         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
163 2011-03-08  Glenn Morris  <rgm@gnu.org>
165         * cus-start.el (cursor-in-non-selected-windows):
166         Fix :set quoting oddness.  (Bug#8192)
168         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
169         in some setf expressions.  (Bug#2159)
171 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
173         * custom.el (custom-available-themes): Return themes in
174         alphabetical order.
176 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
178         * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
179         application of patch from Alan Mackenzie (Bug#7595).
181 2011-03-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
183         * net/rcirc.el (rcirc-connect): Fix PASS bug.
185 2011-03-07  Glenn Morris  <rgm@gnu.org>
187         * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
188         Give an explicit error if failed to make writable.  (Bug#6146)
190 2011-03-07  Ed Reingold  <reingold@emr.cs.iit.edu>
192         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
193         Add optional `after-sunset' argument.  (Bug#8190)
195 2011-03-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
197         * play/morse.el (nato-alphabet, nato-region, denato-region):
198         New variable and functions.  (Bug#2288)
199         (morse-region, unmorse-region): Barf if read-only.
201 2011-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * progmodes/gud.el (gdb-script-syntax-propertize-function):
204         Don't change the syntax of a \n that closes a comment (bug#8169).
206 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
208         * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
209         defcustom.
210         (package--update-file): Doc fix.  Accept relative file names.
211         (package--archive-contents-from-file): Remove the argument, since
212         it's necessarily always "archive-contents".
213         (package-maint-add-news-item): Pass relative file name args to
214         package--update-file.
215         (package-upload-buffer-internal): Prompt for a destination if
216         package-archive-upload-base is invalid.  Create the directory if
217         it does not exist.
218         (package-upload-buffer, package-upload-file): Doc fix.
220 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
222         * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
223         and move isearch-yank-line to M-s C-e (Bug#8183).
225 2011-03-06  Alan Mackenzie  <acm@muc.de>
227         * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
228         (c-guess-basic-syntax): Move CASE 19 to a different place,
229         correctly to process template-args-cont lines.
231 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
233         * calc/calc-ext.el (calc-init-extensions):
234         Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
235         and calc-nplevel, respectively.  Add keybindings for calc-spn,
236         calc-midi and calc-freq.  Add autoloads for calcFunc-spn,
237         calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
239         * calc/calc-units.el (calc-dblevel): Rename from
240         calc-logunits-dblevel.
241         (calc-nplevel): Rename from calc-logunits-nplevel.
242         (math-midi-round, math-freqp, math-midip, math-spnp)
243         (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
244         (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
245         (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
246         (math-notes): New variable.
248         * calc/calc.el (calc-note-threshold): New variable.
250 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
252         * emacs-lisp/package.el (package-archives): Accept either ordinary
253         directory names, in addition to HTTP URLs.
254         (package--with-work-buffer): New macro.   Handle normal directories.
255         (package-handle-response): Don't display the failing buffer.
256         (package-download-single, package-download-tar)
257         (package--download-one-archive): Use package--with-work-buffer.
258         (package-archive-base): Rename from package-archive-url.
260 2011-03-06  Glenn Morris  <rgm@gnu.org>
262         * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
263         (xmodmap-generic-mode): Respect generic-extras-enable-list.
265 2011-03-06  Daniel Clemente  <dcl441-bugs@yahoo.com>  (tiny change)
267         * generic-x.el (xmodmap-generic-mode): New.  (Bug#2065)
269 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
271         * allout.el (allout-init, allout-prefixed-keybindings)
272         (allout-unprefixed-keybindings):
273         * progmodes/prolog.el (prolog-find-term):
274         Fix typos in docstrings.
276 2011-03-06  Nikolaj Schumacher  <me@nschum.de>  (tiny change)
278         * emacs-lisp/elp.el (elp-results): Fix off-by-one in header.  (Bug#2746)
280 2011-03-06  Kevin Ryde  <user42@zip.com.au>
282         * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc.  (Bug#5326)
284 2011-03-06  Michael Shields  <shields@msrl.com>  (tiny change)
286         * window.el (one-window-p, walk-windows, display-buffer):
287         Doc fixes.  (Bug#5567)
289 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
291         * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
292         of the variable if it exists.
294 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
296         * bookmark.el:
297         * desktop.el:
298         * emacs-lock.el:
299         * ps-print.el:
300         * saveplace.el:
301         * net/tramp-cache.el:
302         * obsolete/fast-lock.el:
303         * textmodes/reftex.el:
304         Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
306 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
308         * files.el (delete-directory, copy-directory, list-directory):
309         Use read-directory-name.
311         * find-file.el (ff-find-the-other-file):
312         * net/ange-ftp.el (ange-ftp-make-directory):
313         * printing.el (pr-interactive-dir):
314         * progmodes/ada-prj.el (ada-prj-load-directory):
315         * progmodes/ebnf2ps.el (ebnf-print-directory)
316         (ebnf-spool-directory, ebnf-eps-directory)
317         (ebnf-syntax-directory):
318         * shell.el (shell):
319         * speedbar.el (speedbar-create-directory):
320         * vc/emerge.el (emerge-merge-directories):
321         * vc/vc-dir.el (vc-dir):
322         * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
324 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
326         * help-mode.el (help-buffer): If we are to return the current
327         buffer, signal an error if it's not in Help mode (Bug#8147).
329 2011-03-05  Reuben Thomas  <rrt@sc3d.org>
331         * files.el (file-name-version-regexp): Handle backup files of the
332         form `foo.js.~HEAD~1~' (Bug#8159).
334 2011-03-05  Glenn Morris  <rgm@gnu.org>
336         * eshell/esh-var.el: Don't require esh-test when compiling.
337         * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
338         * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
339         * eshell/esh-test.el: Move to ../../test/eshell.el.
341 2011-03-05  David Engster  <deng@randomsample.de>
343         * files.el (save-some-buffers): Report the names of buffers saved
344         automatically due to buffer-save-without-query (Bug#8134).
346 2011-03-05  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
348         * net/rcirc.el: Add QuakeNet authentication support.
349         (rcirc-authinfo, rcirc-check-auth-status)
350         (rcirc-authenticate): Support QuakeNet.
352 2011-03-05  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
354         * net/rcirc.el: Add functionality to authenticate before
355         autojoining channels.
356         (rcirc-authenticate-before-join): New option.
357         (rcirc-authenticated-hook): New variable.
358         (rcirc-connect): Make local variable rcirc-user-authenticated.
359         (rcirc-handler-001): Respect rcirc-authenticate-before-join.
360         (rcirc-check-auth-status, rcirc-join-channels-post-auth):
361         New functions.
362         (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
363         Call rcirc-check-auth-status.
365 2011-03-05  Alex Harsanyi  <AlexHarsanyi@gmail.com>
367         * net/soap-client.el (soap-namespace-put-link): Check if the target
368         name is fully qualified -- use only the name part.
369         (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
370         types, treated the same as xsd:sequence.  (Bug#8166)
372 2011-03-05  Eli Zaretskii  <eliz@gnu.org>
374         * files.el (find-file-noselect): Don't ask about re-visiting
375         non-literally if the file is already visited in image-mode.
376         (Bug#8177)
378 2011-03-05  Glenn Morris  <rgm@gnu.org>
380         * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
381         (eshell-mode): Use eshell-kill-buffer-function.
382         Run the -initialize functions independently of the -load-hooks.
383         * eshell/esh-proc.el (eshell-kill-process-function): New function.
384         (eshell-gather-process-output, eshell-sentinel)
385         (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
386         Use eshell-kill-process-function.
387         * eshell/em-alias.el (eshell-alias-load-hook):
388         * eshell/em-banner.el (eshell-banner-load-hook):
389         * eshell/em-cmpl.el (eshell-cmpl-load-hook):
390         * eshell/em-dirs.el (eshell-dirs-load-hook):
391         * eshell/em-glob.el (eshell-glob-load-hook):
392         * eshell/em-hist.el (eshell-hist-load-hook):
393         * eshell/em-pred.el (eshell-pred-load-hook):
394         * eshell/em-prompt.el (eshell-prompt-load-hook):
395         * eshell/em-rebind.el (eshell-rebind-load-hook):
396         * eshell/em-script.el (eshell-script-load-hook):
397         * eshell/em-smart.el (eshell-smart-load-hook):
398         * eshell/em-term.el (eshell-term-load-hook):
399         * eshell/em-unix.el (eshell-unix-load-hook):
400         * eshell/esh-arg.el (eshell-arg-load-hook):
401         * eshell/esh-cmd.el (eshell-cmd-load-hook):
402         * eshell/esh-ext.el (eshell-ext-load-hook):
403         * eshell/esh-io.el (eshell-io-load-hook):
404         * eshell/esh-mode.el (eshell-exit-hook):
405         * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
406         * eshell/esh-var.el (eshell-var-load-hook):
407         Set default hook values to nil.  (Bug#5375)
409         * eshell/esh-module.el (eshell-module-unload-hook)
410         (eshell-modules-list): Remove leading * from defcustom docs.
412         * eshell/esh-util.el (eshell-for): Make it obsolete.
413         * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
414         * eshell/em-dirs.el (eshell-save-some-last-dir):
415         * eshell/em-hist.el (eshell-save-some-history)
416         (eshell-hist-parse-modifier):
417         * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
418         (eshell-ls-entries):
419         * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
420         * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
421         (eshell/which):
422         * eshell/esh-ext.el (eshell-find-interpreter):
423         * eshell/esh-mode.el (eshell-mode):
424         * eshell/esh-module.el (eshell-unload-extension-modules):
425         * eshell/esh-proc.el (eshell-process-interact):
426         * eshell/esh-test.el (eshell-test):
427         * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
428         * eshell/esh-var.el (eshell/env, eshell-environment-variables)
429         (eshell-variables-list):
430         * eshell/eshell.el (eshell-unload-all-modules):
431         Replace eshell-for with dolist.
433 2011-03-04  Glenn Morris  <rgm@gnu.org>
435         * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0.  (Bug#8170)
437 2011-03-04  Tom Tromey  <tromey@redhat.com>
439         * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
441 2011-03-04  Glenn Morris  <rgm@gnu.org>
443         * outline.el (outline-regexp): No longer allow nil.
444         (outline-heading-end-regexp): Add safety predicate.  (Bug#7619)
446         * net/browse-url.el (browse-url):
447         Handle deleted default-directory.  (Bug#6077)
449         * recentf.el (recentf-include-p): In case of a buggy predicate,
450         err on the side of including, not excluding.  (Bug#5843)
452 2011-03-04  Jay Belanger  <jay.p.belanger@gmail.com>
454         * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
455         variables as units.
457 2011-03-04  Bob Rogers  <rogers@rgrjr.dyndns.org>
459         * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
460         if there is no node.  (Bug#3261)
462 2011-03-04  Leo  <sdl.web@gmail.com>
464         * vc/diff-mode.el (diff-mode): Fix whitespace-style.  (Bug#8139)
466         * time.el (display-time-world-list): Fix typo.  (Bug#7571)
468 2011-03-04  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
470         * cus-edit.el (custom-buffer-create-internal):
471         Split search string before passing it to `customize-apropos' (bug#8136).
473 2011-03-04  Drew Adams  <drew.adams@oracle.com>
475         * image-dired.el (image-dired-cmd-read-exif-data-options):
476         Fix typo in docstring (bug#8156).
478 2011-03-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
480         * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
482 2011-03-03  Christian Ohler  <ohler@gnu.org>
484         * emacs-lisp/ert.el (ert--explain-equal): New function.
485         (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
486         All callers changed.
487         (ert--explain-equal-including-properties): Renamed from
488         `ert--explain-not-equal-including-properties'.  All callers
489         changed.
491 2011-03-03  Christian Ohler  <ohler@gnu.org>
493         * emacs-lisp/ert.el (ert--stats-set-test-and-result)
494         (ert-char-for-test-result, ert-string-for-test-result)
495         (ert-run-tests-batch, ert--print-test-for-ewoc):
496         Handle `ert-test-quit'.
498 2011-03-03  David Abrahams  <dave@boostpro.com>  (tiny change)
500         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
501         Move ediff-defvar-local calls after defcustoms.  (Bug#1821)
503 2011-03-03  Glenn Morris  <rgm@gnu.org>
505         * files.el (file-truename): Doc fix.  (Bug#2341)
507 2011-03-03  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
509         * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
511 2011-03-03  Vagn Johansen  <gonz808@hotmail.com>  (tiny change)
513         * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
514         programs output backslashes.  (Bug#7663)
516 2011-03-03  Glenn Morris  <rgm@gnu.org>
518         * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
519         (mail-mode): Remove mail-sent-via from the doc.
520         (mail-sent-via): Make it obsolete.  (Bug#1776)
522         * progmodes/grep.el (grep-highlight-matches): Doc fix.
523         (grep-process-setup): No highlighting without font-lock.  (Bug#8084)
525         * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
526         with no parents.  (Bug#8025)
528 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
530         * password-cache.el (password-in-cache-p): Add autoload.
532 2011-03-02  Glenn Morris  <rgm@gnu.org>
534         * man.el (Man-support-local-filenames): Also handle Red Hat's man.
535         * dired-x.el (Man-support-local-filenames): Autoload it.
536         (dired-guess-shell-alist-default): Also handle Red Hat's man.
538         * dired-x.el (dired-default-directory-alist, dired-default-directory):
539         Mark as obsolete.
540         (dired-smart-shell-command): Just call dired-current-directory.
542         * dired-x.el (dired-jump-other-window): Add autoload.
543         (dired-default-directory-alist, dired-default-directory): Doc fixes.
544         (dired-default-directory-alist): Mark as risky.
546         * dired-x.el (dired-omit-here-always): Make it obsolete.
548 2011-03-02  Chong Yidong  <cyd@stupidchicken.com>
550         * textmodes/artist.el (artist-curr-go): Default to pen-line.
551         (artist-select-op-pen-line): New function.
552         (artist-menu-map): New variable.
553         (artist-mode-map): Add a menu to the menu-bar.
555 2011-03-02  Jay Belanger  <jay.p.belanger@gmail.com>
557         * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
558         when evaluating.
560         * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
561         New function.
562         (math-logunits-add, math-logunits-mul, math-logunits-divide):
563         (math-logunits-quant, math-logunits-level):
564         Use `math-conditional-apply' and `math-conditional-pow' to evaluate
565         functions.
566         (math-logunits-level): Extract units from ratio.
568 2011-03-01  Juanma Barranquero  <lekktu@gmail.com>
570         * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
572 2011-03-01  Glenn Morris  <rgm@gnu.org>
574         * calendar/cal-hebrew.el (calendar-hebrew-birthday)
575         (diary-hebrew-birthday): Rename and rework functions added
576         in previous change.
578 2011-03-01  Ed Reingold  <reingold@emr.cs.iit.edu>
580         * calendar/cal-hebrew.el (hebrew-calendar-birthday)
581         (diary-hebrew-birthday): New functions.
583 2011-03-01  Glenn Morris  <rgm@gnu.org>
585         * dired.el (dired-safe-switches-p): Beef it up.
586         (dired-actual-switches): Use it for the safe-local prop.  (Bug#3230)
588 2011-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * dired.el (dired-safe-switches-p): New function.
592 2011-03-01  Glenn Morris  <rgm@gnu.org>
594         * files.el (dir-locals-collect-variables):
595         Add the ability to exclude subdirectories.  (Bug#8100)
597         * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
599 2011-02-28  Christoph Scholtes  <cschol2112@googlemail.com>
601         * ido.el (ido-everywhere): Doc fix.
602         (ido-mode): Doc fix.
604 2011-02-28  Glenn Morris  <rgm@gnu.org>
606         * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
608 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
610         * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
611         shadows.
613 2011-02-28  Antoine Levitt  <antoine.levitt@gmail.com>
615         * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
617 2011-02-28  Juanma Barranquero  <lekktu@gmail.com>
619         * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
620         Fix typos in docstrings.
622 2011-02-28  Stephen Berman  <stephen.berman@gmx.net>
624         * dired-aux.el (dired-update-file-line):
625         Fix 2010-11-09 change.  (Bug#8131)
627 2011-02-28  Eli Zaretskii  <eliz@gnu.org>
629         * international/mule-cmds.el (set-default-coding-systems): Use the
630         -unix variant of encoding in default-keyboard-coding-system.
631         (Bug#8122)
633 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
635         * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
637 2011-02-27  Prestoo Ten  <prestooten@gmail.com>  (tiny change)
639         * term/screen.el: New file (Bug#2650).
641 2011-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
644         (pcase-mutually-exclusive-predicates): New var.
645         (pcase--split-consp, pcase--split-pred): Use it.
646         (pcase--split-equal, pcase--split-member): When splitting against
647         a pure predicate, run it to know the outcome.
648         (pcase--u1): Mark vars that are actually used.
649         (pcase--q1): Avoid introducing unused vars.
651 2011-02-27  Jay Belanger  <jay.p.belanger@gmail.com>
653         * calc/calc-ext.el (calc-init-extensions):
654         Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
656         * calc/calc-math.el (calcFunc-log10): Don't signal an error in
657         symbolic mode.
659         * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
660         argument is a variable.
662 2011-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
665         (aput, adelete, amake): Replace `eval' -> `symbol-value'.
666         Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
668 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
670         * password-cache.el (password-in-cache-p): Convenience function to
671         check if a key is in the cache, even if the value is nil.
673 2011-02-25  Jambunathan K  <kjambunathan@gmail.com>
675         * emacs-lisp/package-x.el (package--archive-contents-from-url)
676         (package--archive-contents-from-file): New functions.
677         (package-update-news-on-upload): New var.
678         (package-upload-buffer-internal): Extract archive-contents from
679         package-archive-upload-base if it is not found at archive-url.
680         Obey package-update-news-on-upload.
681         (package-upload-buffer, package-upload-file): Doc fix.
683 2011-02-24  Glenn Morris  <rgm@gnu.org>
685         * files-x.el (modify-dir-local-variable): Handle dir-locals from
686         the cache, and from non-file sources.
688         * help-fns.el (describe-variable): Return consistent results when a
689         dir-local from a file came from the cache or did not.  (Bug#8095)
690         If a dir-local has no associated file, say it came from a "directory".
692         * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
693         (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
695         * files.el (dir-locals-find-file): Doc fix.
696         Fix the check for cache elements that have no associated file,
697         and the mtime check for those that do.  (Bug#8095)
699         * dired-x.el (dired-hack-local-variables):
700         Handle interrupts during hacking local variables.  (Bug#5216)
702         * emacs-lisp/autoload.el (autoload-save-buffers)
703         (autoload-find-destination, update-directory-autoloads):
704         Avoid prompts when updating autoloads.
706 2011-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
710 2011-02-23  Kenichi Handa  <handa@m17n.org>
712         * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
713         error when a multipart boundary in the nested multipart is found.
715         * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
716         header components.
718 2011-02-23  Glenn Morris  <rgm@gnu.org>
720         * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
721         * dired-x.el (dired-omit-mode): Safe if boolean.
722         (dired-enable-local-variables): Fix doc and custom type.
723         (dired-enable-local-variables, dired-local-variables-file)
724         (dired-hack-local-variables): Make obsolete.
725         (dired-omit-here-always): Use dir-locals.el instead.
727         * files.el (safe-local-eval-forms): Add the write-file-hooks version.
729 2011-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * help-fns.el (describe-function-1): Don't signal an error just because
732         the DOC file disappeared.
734 2011-02-22  Seppo Sade  <sepposade1@gmail.com>  (tiny change)
736         * eshell/esh-ext.el (eshell-external-command): Do not restrict
737         remote check to "ftp".  (Bug#8089)
739 2011-02-21  Alan Mackenzie  <acm@muc.de>
741         Fix bug #7930.
742         * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
743         in macros finding their way into c-state-nonlit-pos-cache.
744         Strengthen the comments.
745         (c-state-dump): New commented out diagnostic routine.
747 2011-02-21  Michael Albinus  <michael.albinus@gmx.de>
749         * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
750         `field' property of `rfn-eshadow-overlay'.
752 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
754         * net/netrc.el (netrc-parse): Comment fix.
756 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
758         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
759         Autoload.  Add optional arg FRAME, and pass it to color-values.
760         (color-complement): Caller changed.  Doc fix.
761         (color-gradient): Rewrite for better clarity and efficiency.
763         * faces.el (color-values): Use cond for clarity.  Doc fix.
765         * facemenu.el (color-rgb-to-hsv): Delete; use the version in
766         color.el instead.
767         (list-colors-sort-key, list-colors-print):
768         Use color-normalized-values.
770 2011-02-20  Drew Adams  <drew.adams@oracle.com>
772         * color.el: First part of merge from hexrgb.el.
773         (color-rgb-to-hex): Rename from color-rgb->hex.
774         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
775         saturation to zero if the value is too small.
776         (color-rgb-to-hsl): Rename from color-rgb->hsl.
777         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
778         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
779         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
780         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
781         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
782         (color-cie-de2000): Doc fix.
784 2011-02-20  Alan Mackenzie  <acm@muc.de>
786         * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
787         locating the beginning of a macro.  (Bug#7595)
789 2011-02-20  Glenn Morris  <rgm@gnu.org>
791         * edmacro.el (edmacro-eight-bits): Make it a defcustom.
792         Don't autoload it.
794         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
795         (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
797 2011-02-19  Dmitry Bolshakov  <dmitry.bolshakov@bridge-quest.com>
798             Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
800         * progmodes/hideshow.el (hs-find-block-beginning)
801         (hs-hide-level-recursive): Ignore comments when parsing braces
802         (Bug#8036).
804 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
806         * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
807         (vc-bzr-pull): Use it.
809 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
811         * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
812         (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
813         but returning an alist.  Ignore comments in bzr conffile.
814         (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
815         (vc-bzr-error-regex-alist): New var.
816         (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
818         * vc/vc-dispatcher.el (vc-do-async-command):
819         Bind inhibit-read-only to t.
821         * progmodes/compile.el (compilation--flush-directory-cache):
822         Handle the case where cdr of compilation--flush-directory-cache
823         points to no buffer, which can occur if we previously switched to
824         compilation-mode in a pregenerated buffer.
826 2011-02-19  Kenichi Handa  <handa@m17n.org>
828         * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
829         get the header copy into the temporary buffer.
830         (rmail-mime-insert-decoded-text): Ignore us-ascii.
831         (rmail-show-mime): When rmail-mime-coding-system is nil, set
832         buffer-file-coding-system to undecided.
834 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
836         * international/mule-cmds.el (read-char-by-name, ucs-insert):
837         Document completion with asterisk and a substring.
839 2011-02-19  Glenn Morris  <rgm@gnu.org>
841         * files.el (find-file-literally): Doc fix.
843         * simple.el (rfc822-goto-eoh): Give it a doc-string.
845         * log-edit.el (log-edit-insert-changelog):
846         Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
848 2011-02-19  Glenn Morris  <rgm@gnu.org>
850         * dired-x.el: Don't require dired-aux.
851         (dired-do-create-files, dired-mark-read-regexp)
852         (dired-do-create-files-regexp): Autoload from dired-aux.
854         * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
855         * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
857         * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
858         * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
860         * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
861         * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
862         (dired-clean-up-buffers-too): Declare.
864         * dired-x.el (dired-initial-position): Merge into dired.el's version.
865         * dired.el (dired-initial-position): Merge dired-x's version here.
866         (dired-find-subdir): Declare.
868         * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
869         * dired-aux.el (dired-add-entry): Give it a doc-string.
870         Merge dired-x's dired-omit handling here.
871         (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
873         * international/mule-diag.el (list-input-methods-1):
874         Indent all lines of multi-line doc-strings.  (Bug#8066)
876 2011-02-18  Chong Yidong  <cyd@stupidchicken.com>
878         Fix 2011-02-02 changes.
880         * apropos.el (apropos-print): Call apropos-mode before setting up
881         buffer variables.  Use inhibit-read-only.
883         * emacs-lisp/package.el (package--list-packages):
884         Call package-menu-mode before setting up buffer variables.
886         * play/solitaire.el (solitaire): Call solitaire-mode before
887         setting up buffer variables.  Use inhibit-read-only.
889 2011-02-18  Lawrence Mitchell  <wence@gmx.li>
891         * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
892         Bind case-fold-search to nil when looking for end of here-doc.
894 2011-02-18  Eli Zaretskii  <eliz@gnu.org>
896         * image-mode.el (image-toggle-display-image):
897         Set find-file-literally non-nil in buffers visiting binary image
898         files.  (Bug#8047)
900 2011-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * files.el (cd): Make completion obey cd-path (bug#7924).
904 2011-02-18  Glenn Morris  <rgm@gnu.org>
906         * progmodes/prolog.el: Don't require compile when compiling.
907         (compilation-shell-minor-mode, compilation-error-regexp-alist)
908         (compilation-forget-errors, compilation-fake-loc)
909         (compilation-parse-errors-function, compilation-error-list): Declare.
910         (prolog-inferior-mode): Require 'compile.
912         * emulation/cua-base.el (pc-selection-mode): Declare.
914         * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
915         (customize-object): Add autoload cookie.
916         * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
917         (eieio-browse, describe-class, eieio-describe-class)
918         (eieio-describe-constructor, describe-generic, eieio-describe-generic)
919         (eieio-help-mode-augmentation-maybee): Add autoload cookies.
920         * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
921         * Makefile.in (autoloads): Make eieio.el writable.
923         * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
924         (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
925         (dired-hack-local-variables): Use inhibit-read-only.
926         (dired-guess-default): Simplify.
927         (dired-make-relative-symlink): Use dotimes.
928         (dired-simultaneous-find-file): Use dolist.
929         (dired-mark-sexp): Remove unneeded `if'.  Use line-end-position.
930         (dired-x-hands-off-my-keys): Doc fix.
931         (dired-x-bind-find-file): Doc fix.  Use remapping.
932         (after-init-hook): No need to add dired-x-bind-find-file.
933         (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
934         No need to call expand-file-name.
935         (dired-filename-at-point): Remove unused locals `end', `filename'.
937 2011-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
941 2011-02-18  Christian Ohler  <ohler@gnu.org>
943         * emacs-lisp/ert.el (ert--setup-results-buffer)
944         (ert-results-pop-to-backtrace-for-test-at-point)
945         (ert-results-pop-to-messages-for-test-at-point)
946         (ert-results-pop-to-should-forms-for-test-at-point)
947         (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
948         were incorrect and unnecessary.  This should make `make check'
949         pass again.
951 2011-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
953         * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
954         (allout-widgets-icons-dark-subdir): Track relocations of icons.
955         * lisp/allout.el: Remove commentary about remove encryption
956         passphrase mnemonic support and verification.
957         (allout-encrypt-string): Recognize epg failure to decrypt gpg2
958         armored text using gpg1, and indicate that the gpg version *might*
959         be the problem in the error message.
961 2011-02-17  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
963         * net/rcirc.el (rcirc-float-time): New function.
964         (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
965         (rcirc-ctcp-sender-PING): Use it.
967 2011-02-17  Glenn Morris  <rgm@gnu.org>
969         * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
970         (speedbar-update-flag, speedbar-fetch-etags-command)
971         (speedbar-fetch-etags-arguments):
972         * term.el (term-buffer-maximum-size, term-input-chunk-size)
973         (term-completion-autolist, term-completion-addsuffix)
974         (term-completion-recexact, term-completion-fignore):
975         * term/sup-mouse.el (sup-mouse-fast-select-window):
976         * term/x-win.el (x-select-request-type):
977         Convert some defvars with "*" to defcustoms.
979         * shell.el (shell-delimiter-argument-list): Set it to nil.  (Bug#8027)
981         * vc/vc.el (vc-default-previous-version):
982         Remove alias that points nowhere.  (Bug#4496)
984         * dired-x.el (dired-clean-up-after-deletion):
985         kill-buffer does not need save-excursion.
986         (dired-do-run-mail): Doc fix.
987         (dired-filename-at-point): Doc fix.
988         Use looking-at, and skip-chars rather than re search.
990         * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
992 2011-02-16  Ken Manheimer  <ken.manheimer@gmail.com>
994         * allout-widgets.el: New allout extension that shows allout
995         outline structure with graphical widgets.  'allout-widgets'
996         customize group is an 'allout' subgroup, for easy discovery.
998         * allout.el: Include PGP and GnuPG in Keywords, and other
999         commentary refinements.
1000         (allout-abbreviate-flattened-numbering): Rename to
1001         allout-flattened-numbering-abbreviation, and
1002         define-obsolete-variable-alias the old name.
1003         (allout-flattened-numbering-abbreviation): Rename from
1004         allout-abbreviate-flattened-numbering.
1005         (allout-mode-p): Include among autoloads, for use by other modes
1006         with impunity.
1007         (allout-listify-exposed):
1008         Use allout-flattened-numbering-abbreviation.
1009         (allout-encrypt-string): Use set-buffer-multibyte directly.
1010         (allout-set-buffer-multibyte): Remove.
1012 2011-02-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1014         * simple.el (just-one-space): Remove useless `or' call.
1016 2011-02-16  Alex Harsanyi  <AlexHarsanyi@gmail.com>
1018         * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1019         (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1020         (soap-decoded-multi-refs, soap-current-wsdl)
1021         (soap-encoded-namespaces): Rename CL-style *...* variables.
1023 2011-02-16  Michael Albinus  <michael.albinus@gmx.de>
1025         * net/soap-client.el: Add "comm" and "hypermedia" to the
1026         keywords.  Reflow too long lines.
1028         * net/soap-inspect.el: Ditto.  Require 'cl.
1030 2011-02-16  Bastien Guerry  <bzg@altern.org>
1032         * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1033         in a `doctor-type' argument.
1035 2011-02-16  Alex Harsanyi  <AlexHarsanyi@gmail.com>
1037         * net/soap-client.el:
1038         * net/soap-inspect.el: New files.
1040 2011-02-16  Leo  <sdl.web@gmail.com>
1042         * dired-x.el (dired-mode-map, dired-extra-startup):
1043         Remove dired-copy-filename-as-kill since it's already in dired.el.
1045 2011-02-16  Glenn Morris  <rgm@gnu.org>
1047         * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1048         Doc fixes.  Add :set property, replacing top-level calls.
1049         (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1050         (dired-guess-shell-gnutar): Test tar version rather than system-type.
1051         (dired-extra-startup, dired-man, dired-info): Doc fixes.
1052         (dired-clean-up-after-deletion): Use when and dolist.
1053         (dired-jump): Use unless and when.
1054         (dired-virtual): Use line-end-position.
1055         (dired-default-directory-alist): Rename from default-directory-alist.
1056         (dired-default-directory): Update for above name change.
1057         (dired-vm): Drop VM < 5 and simplify.
1058         (dired-buffer-more-recently-used-p): Rewrite.
1059         (dired-filename-at-point): Use when and or.
1060         (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1061         Update callers.
1063 2011-02-15  Glenn Morris  <rgm@gnu.org>
1065         * dired-x.el: Use easymenu for menu items.  Fix item capitalization.
1067 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1069         * vc/vc-git.el (vc-git-root-log-format): New option for
1070         customizing log format.
1071         (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1072         (vc-git-log-view-mode): Use it.
1073         (vc-git-expanded-log-entry): New function.
1074         (vc-git-log-view-mode): Use it.  Truncate lines in root log.
1076         * vc/vc-hg.el (vc-hg-root-log-template): New option for
1077         customizing log format.
1078         (vc-hg-print-log): Use it.
1079         (vc-hg-expanded-log-entry): New function.
1080         (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1081         vc-hg-expanded-log-entry.  Truncate lines in root log.
1083         * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1085         * vc/log-view.el (log-view-mode-menu):
1086         Add log-view-toggle-entry-display.
1088 2011-02-14  Glenn Morris  <rgm@gnu.org>
1090         * dired-x.el: Don't require man when compiling.
1091         (dired-omit-extensions, dired-local-variables-file)
1092         (dired-x-hands-off-my-keys): Make them defcustoms.
1093         (Man-support-local-filenames, Man-getpage-in-background): Declare.
1094         (vm-visit-folder): Declare rather than defining.
1095         (dired-x-help-address, dired-x-variable-list): Remove.
1096         (dired-x-submit-report): Make it an obsolete alias.
1098 2011-02-14  Juanma Barranquero  <lekktu@gmail.com>
1100         * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1102 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1104         * net/imap.el: Bring it back.
1106 2011-02-13  Alan Mackenzie  <acm@muc.de>
1108         * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1109         narrow-to-region call that cuts context off the end (Bug#7722).
1111         * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1112         Refactor nested if-forms with a simple cond.
1113         (c-forward-<>-arglist): Revert 2011-01-31 change.
1115 2011-02-13  Chong Yidong  <cyd@stupidchicken.com>
1117         * vc/log-view.el: New command log-view-toggle-entry-display for
1118         toggling log entries between concise and detailed forms.
1119         (log-view-toggle-entry-display): New command.
1120         (log-view-mode-map): Bind RET to it.
1121         (log-view-expanded-log-entry-function): New variable.
1122         (log-view-current-entry, log-view-inside-comment-p)
1123         (log-view-current-tag): New functions.
1124         (log-view-toggle-mark-entry): Use log-view-current-entry and
1125         log-view-end-of-defun instead of searching directly with
1126         log-view-message-re.
1127         (log-view-end-of-defun): Likewise.  Add optional ARG for
1128         compatibility with end-of-defun.
1129         (log-view-end-of-defun): Ignore comments and VC buttons.
1131         * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1132         (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1134 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1136         * net/imap.el: Remove file.  All the functionality is in nnimap.el.
1138         * net/imap-hash.el: Remove file.
1140 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1142         * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1144         * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1145         call.
1147         * net/tramp-imap.el: Remove file.
1149 2011-02-13  Chong Yidong  <cyd@stupidchicken.com>
1151         * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1152         widget library for buttons, just use button.el.
1154         * vc/log-view.el (log-view-mode-map): Don't inherit from
1155         widget-keymap.
1157 2011-02-12  Glenn Morris  <rgm@gnu.org>
1159         * emacs-lisp/cl-seq.el (union, nunion, intersection)
1160         (nintersection, set-difference, nset-difference)
1161         (set-exclusive-or, nset-exclusive-or): Doc fix.
1163         * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1165         * faces.el (face-attr-match-p): Handle the obsolete :bold and
1166         :italic props, so that frame-set-background-mode works.  (Bug#7966)
1168         * simple.el (next-error): Doc fix.
1170 2011-02-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1172         * dired-aux.el (dired-create-files): Adapt destination name to
1173         match the new behavior of copy-directory.
1175 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
1177         * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1178         from rmail-dont-reply-to-names.  Callers changed.
1179         (mail-dont-reply-to): Rename from mail-dont-reply-to.
1180         (rmail-dont-reply-to): Make it an obsolete alias.
1182         * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1183         nil, and make obsolete (Bug#7888).
1184         (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1186         * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1188         * mail/rmailsort.el (rmail-sort-by-correspondent)
1189         (rmail-select-correspondent): Doc fix.  Use mail-dont-reply-to.
1191         * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1193 2011-02-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1195         * files.el (copy-directory): New argument COPY-CONTENTS for
1196         copying directory contents into another existing directory.
1198 2011-02-12  Tassilo Horn  <tassilo@member.fsf.org>
1200         * minibuffer.el (completion-table-case-fold): New function for
1201         creating a case-insensitive completion table.
1203 2011-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1205         * net/tramp.el (tramp-default-method): Also check if
1206         `auth-source-search' is bound.
1207         (tramp-read-passwd): Use `auth-source-search' instead of
1208         `auto-source-user-or-password'.
1210         * net/tramp-imap.el: Autoload `auto-source-search' instead of
1211         `auto-source-user-or-password.
1212         (tramp-imap-passphrase-callback-function): Use it.
1214         * net/imap-hash.el: Autoload `auto-source-search' instead of
1215         `auto-source-user-or-password.
1216         (imap-hash-open-connection): Use it.
1218         * mail/smtpmail.el: Autoload `auto-source-search' instead of
1219         `auto-source-user-or-password.
1220         (smtpmail-try-auth-methods): Use it.
1222 2011-02-12  Phil Hagelberg  <phil@hagelb.org>
1224         * emacs-lisp/package.el: Allow packages to be reinstalled.
1225         (package--write-file-no-coding): Remove EXCL arg.
1226         (package-unpack-single): Don't use it.
1228 2011-02-12  Karl Pflästerer  <k@rl.pflaesterer.de>  (tiny change)
1230         * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1231         in each sub directory.
1232         (vc-svn-registered): Use vc-svn-root.
1233         (vc-svn-root): New function.  Make vc-svn-responsible-p an alias.
1234         (vc-svn-repository-hostname): Use "svn info".
1236 2011-02-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1238         * simple.el (delete-trailing-whitespace): New optional buffer
1239         bound parameters.
1241 2011-02-11  Bastien Guerry  <bzg@altern.org>
1243         * files.el (basic-save-buffer): save unmodified buffers when
1244         the file pointed by buffer-file-name doesn't exist.
1246 2011-02-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1248         * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1250 2011-02-11  Glenn Morris  <rgm@gnu.org>
1252         * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1254 2011-02-11  Juanma Barranquero  <lekktu@gmail.com>
1256         * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1258 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * server.el (server-process-filter): Use pcase.
1262         * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1263         conflicting ways.
1264         (smie-indent--parent): Extend to "parent of arg".
1265         (smie-indent-inside-string): New function.
1266         (smie-indent-functions): Use it.
1268         * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1269         bzr locking race condition.
1271         * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1272         still valid before using it.
1274         * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1275         `message' -> `compilation-message' rename (bug#8004).
1277         Move keymap initialization into declaration.
1278         * textmodes/enriched.el (enriched-mode-map):
1279         * textmodes/bib-mode.el (bib-mode-map):
1280         * term/lk201.el (lk201-function-map):
1281         * tar-mode.el (tar-mode-map):
1282         * replace.el (occur-mode-map):
1283         * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1284         * progmodes/idlw-help.el (idlwave-help-mode-map):
1285         * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1286         * play/solitaire.el (solitaire-mode-map):
1287         * play/snake.el (snake-mode-map, snake-null-map):
1288         * play/pong.el (pong-mode-map):
1289         * play/handwrite.el (menu-bar-handwrite-map):
1290         * play/gametree.el (gametree-mode-map):
1291         * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1292         (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1293         * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1294         (newsticker--url-keymap):
1295         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1296         * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1297         (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1298         (menu-bar-edit-menu, menu-bar-custom-menu)
1299         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1300         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1301         (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1302         (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1303         (menu-bar-tools-menu, menu-bar-describe-menu)
1304         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1305         (menu-bar-help-menu):
1306         * mail/rmailsum.el (rmail-summary-mode-map):
1307         * kmacro.el (kmacro-step-edit-map):
1308         * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1309         (ibuffer-mode-operate-map):
1310         * hi-lock.el (hi-lock-menu, hi-lock-map):
1311         * emulation/vip.el (vip-mode-map):
1312         * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1313         * bookmark.el (bookmark-bmenu-mode-map):
1314         * help-mode.el (help-mode-map): Move initialization into declaration.
1316 2011-02-10  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1318         * net/rcirc.el: Add PRIVMSG and CTCP functions.
1319         (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1320         (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1321         (rcirc-cmd-me, rcirc-authenticate): Use them.
1323 2011-02-10  Ken Manheimer  <ken.manheimer@gmail.com>
1325         * allout.el: Synopsis: Change allout user configuration so
1326         auto-activation is controlled solely by customization
1327         `allout-auto-activation'.
1329         (allout-auto-activation-helper, allout-setup): New autoloads
1330         implement new custom set procedure for allout-auto-activation.
1331         Also, explicitly invoke (allout-setup) after allout-auto-activation
1332         is custom-defined, to affect the settings in emacs sessions besides
1333         the few where allout-auto-activation customization is done.
1334         (allout-auto-activation): Use allout-auto-activation-helper to
1335         :set.  Revise the docstring.
1336         (allout-init): Reduce functionality to just customizing
1337         allout-auto-activation, and mark obsolete.
1338         (allout-mode): Respect string values for allout-auto-activation.
1339         Run allout-after-copy-or-kill-hook without any args.
1340         (allout-mode, allout-layout, allout-default-layout)
1341         (outlineify-sticky): Adjust docstring for new scheme.
1342         (allout-after-copy-or-kill-hook): No arguments - hook implementers
1343         should concentrate on the kill ring.
1345 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1347         * password-cache.el (password-cache-remove): Accept secrets that are
1348         not strings.
1350 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1353         of here-doc that immediately follows a comment.
1355 2011-02-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1357         * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1359         * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1360         available.
1361         (rcirc-ctcp-sender-PING): New function.
1363 2011-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1366         Remove the mark/nomark handling, and activate shift-select-mode instead.
1368         * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1370 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1372         * calc/calc-units.el (math-logunits-quant): Add support for
1373         non-logarithmic units.
1375 2011-02-07  Ken Manheimer  <ken.manheimer@gmail.com>
1377         * allout.el (allout-after-copy-or-kill-hook): New hook for
1378         extension-specific processing of killed text.
1379         (allout-mode): Include new allout-after-copy-or-kill-hook among
1380         mentioned hooks.
1381         (allout-kill-line, allout-kill-topic): Ensure that processing
1382         after kill happens even if barf-if-buffer-read-only is raised.
1383         Include new allout-after-copy-or-kill-hook among that subsequent
1384         processing.
1385         (allout-deannotate-hidden): Actually remove the annotation text
1386         properties.
1388         * allout.el (allout-listify-exposed): Copy text sans text properties.
1390 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1392         * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1394 2011-02-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1396         * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1398 2011-02-06  Jay Belanger  <jay.p.belanger@gmail.com>
1400         * calc/calc.el (calc-logunits-field-reference): Rename from
1401         `calc-default-field-reference-level'.
1402         (calc-logunits-power-reference): Rename from
1403         `calc-default-power-reference-level'.
1405         * calc/calc-units.el (math-logunits-quant): Rename from
1406         `math-logunits-level'
1407         (math-logunits-plus): Rename from math-logcombine.
1408         (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1409         (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1410         (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1411         New functions.
1412         (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1413         (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1414         (calc-logunits-quantity): Rename from `calc-level'.
1415         (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1416         (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1417         (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1418         (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1419         (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1420         New functions.
1422         * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1423         (calc-ul-prefix-help): Remove.
1424         (calc-l-prefix-help): New function.
1425         (calc-full-help): Add reference to `calc-l-prefix-help'.
1427         * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1429         * calc/README: Mention logarithmic units.
1431 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
1433         * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1434         non-ASCII characters (Bug#7925).
1436 2011-02-05  Glenn Morris  <rgm@gnu.org>
1438         * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1440         * calendar/diary-lib.el (diary-font-lock-keywords):
1441         Tweak diary-time-regexp match.  (Bug#7891)
1443         * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
1444         (f90-mode): Use it for mode's `find-tag-default-function' property.
1446         * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
1448         * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
1450 2011-02-05  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1452         * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1453         (Bug#6386).
1455 2011-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1458         font-lock-syntax-table remappings.
1459         (sh-here-doc-markers, sh-here-doc-re): Remove.
1460         (sh-font-lock-close-heredoc): Remove.
1461         (sh-syntax-propertize-here-doc): New function.
1462         (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1463         instead of the sh-here-doc-re.
1464         (sh-font-lock-paren): Don't do anything in comments or strings.
1465         Handle line continuations.  Accept a few more chars.
1466         Don't rely on the font-lock-syntax-table remappings.
1467         `esac' is not a valid pattern.
1468         (sh-syntax-propertize-function): Handle here-docs differently, so we
1469         don't bother syntax-propertizing the insides.
1471         * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1472         Handle new bashisms ";&" and ";;&" (bug#7947).
1474 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1476         * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1477         Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1479 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1481         * net/tramp.el (tramp-postfix-method-format)
1482         (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1483         (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1484         (tramp-postfix-user-regexp, tramp-prefix-port-format)
1485         (tramp-prefix-port-regexp, tramp-postfix-host-format)
1486         (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1487         Doc fix.
1489 2011-02-04  Sam Steingold  <sds@gnu.org>
1491         * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1493 2011-02-04  Andreas Schwab  <schwab@linux-m68k.org>
1495         * international/mule-util.el (with-coding-priority): Doc fix.
1497 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
1499         * arc-mode.el (archive-mode-map): Fix a typo in last change.
1501 2011-02-03  Sam Steingold  <sds@gnu.org>
1503         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1504         Do not error out when `func' is nil.
1506 2011-02-03  Michael Albinus  <michael.albinus@gmx.de>
1508         * net/tramp-sh.el (tramp-remote-path): Add default settings for
1509         `tramp-default-remote-path' to the docstring.
1510         (tramp-get-remote-path): Suppress error message when `getconf
1511         PATH' fails.
1513         * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1515 2011-02-03  Glenn Morris  <rgm@gnu.org>
1517         * vc/vc-hg.el (vc-hg-command): Doc fix.
1519         * term/w32-win.el (libpng-version): Declare for compiler.
1521         * msb.el: No need to load dired while compiling.
1523         * emacs-lisp/elint.el (elint-standard-variables):
1524         Remove a couple of built-ins that now have doc-strings.
1526         * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1527         `require' is automatically `eval-and-compile'd.
1529         * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1530         (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1532         * strokes.el (strokes-fill-current-buffer-with-whitespace):
1533         Move definition before use.
1534         (strokes-report-bug): Make it obsolete.
1536 2011-02-02  Sam Steingold  <sds@gnu.org>
1538         * apropos.el (apropos-print): Now that `apropos-mode' inherits
1539         from `special-mode', entering it makes the buffer read-only, so
1540         call it only when everything has been already inserted.
1541         * emacs-lisp/ert.el (ert--setup-results-buffer)
1542         (ert-results-pop-to-backtrace-for-test-at-point)
1543         (ert-results-pop-to-messages-for-test-at-point)
1544         (ert-results-pop-to-timings): Ditto.
1545         * emacs-lisp/package.el (package--list-packages): Ditto.
1546         * play/solitaire.el (solitaire): Ditto.
1548 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1550         * progmodes/compile.el: Make all faces inherit.
1551         (compilation-warning): Inherit from font-lock-variable-name-face.
1552         (compilation-info): Inherit from font-lock-type-face.
1553         (compilation-line-number): Reassign to font-lock-keyword-face.
1554         (compilation-column-number): Reassign to font-lock-doc-face.
1555         (compilation-leave-directory-face): Reassign to
1556         font-lock-builtin-face.
1558 2011-02-02  Eli Zaretskii  <eliz@gnu.org>
1560         * dired.el (dired-insert-directory): Don't invoke `ls' when
1561         ls-lisp.el is used to emulate it.
1563 2011-02-01  Julien Danjou  <julien@danjou.info>
1565         * color.el (color-gradient): Add a color-gradient function.
1567 2011-02-01  Sam Steingold  <sds@gnu.org>
1569         * simple.el (special-mode-map): Bind "h" to `describe-mode';
1570         bind "z" to `kill-this-buffer'.
1571         (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1572         * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1573         (apropos-mode): Inherit from `special-mode'.
1574         * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1575         * bookmark.el (bookmark-bmenu-mode): Define using
1576         `define-derived-mode' inheriting from `special-mode'.
1577         * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1578         * image-mode.el (image-mode-map): Ditto.
1579         * replace.el (occur-mode): Define using
1580         `define-derived-mode' inheriting from `special-mode'.
1581         * tar-mode.el (tar-mode): Inherit from `special-mode'.
1582         * calendar/diary-lib.el (diary-fancy-display-mode):
1583         Inherit from `special-mode-map'.
1584         * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1585         Inherit from `special-mode'.
1586         * emacs-lisp/package.el (package-menu-mode-map): Copy from
1587         `special-mode-map'.
1588         (package-menu-mode): Define using `define-derived-mode'
1589         inheriting from `special-mode'.
1590         * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1591         * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1592         (xesam-mode-map): Define separately.
1593         * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1594         * progmodes/compile.el (compilation-minor-mode-map)
1595         (compilation-mode-map): Inherit from `special-mode-map'.
1596         * vc/diff-mode.el (diff-mode-shared-map):
1597         Inherit from `special-mode-map'.
1598         * vc/log-view.el (log-view-mode-map): Add a comment.
1600 2011-02-01  Chong Yidong  <cyd@stupidchicken.com>
1602         * custom.el (load-theme): Define return value.  Drop use of
1603         unsafep; call custom-theme-load-confirm for non-known-safe themes.
1604         (custom-theme-load-confirm): Scroll in the correct window.
1605         (custom-enabled-themes): Add custom-safe-themes to :set-after.
1607         * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1608         checkbox if load-theme fails.
1610 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1612         * progmodes/compile.el (compilation-next-error): Check there's
1613         a message before using it (bug#7941).
1615 2011-02-01  Jay Belanger  <jay.p.belanger@gmail.com>
1617         * calc/calc-mtx.el (math-lud-pivot-check): New function.
1618         (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1619         of potential pivots.
1621 2011-01-31  Alan Mackenzie  <acm@muc.de>
1623         * progmodes/cc-cmds.el (c-forward-over-illiterals):
1624         Continue parsing if we encounter a naked # (Bug#7595).
1625         (c-beginning-of-statement): Avoid loop in locating the beginning
1626         of a macro.  (Not actually committed until 2011-02-20, see above).
1628 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
1630         * files.el (copy-directory): Fix arguments to recursive call.
1632 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
1634         * files.el (copy-directory): If destination is an existing
1635         directory, copy into a subdirectory there.
1637 2011-01-31  Andreas Schwab  <schwab@linux-m68k.org>
1639         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1640         files.
1642 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
1644         * image-dired.el (image-dired-mouse-display-image): No-op if no
1645         file is found (Bug#7817).
1647         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1649 2011-01-31  Kenichi Handa  <handa@m17n.org>
1651         * international/quail.el (quail-keyboard-layout-alist):
1652         Remove superfluous SPC for "pc105-uk" (bug#7927).
1654 2011-01-31  Glenn Morris  <rgm@gnu.org>
1656         * msb.el (msb-menu-bar-update-buffers): Update for changed
1657         argument handling of menu-bar-select-frame.  (Bug#7902)
1659 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
1661         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1662         to the recursion depth (Bug#7722).
1664 2011-01-31  Roy Liu  <carsomyr@gmail.com>  (tiny change)
1666         * term/ns-win.el (ns-find-file): Expand ns-input-file with
1667         command-line-default-directory (Bug#7872).
1669 2011-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * progmodes/compile.el (compilation--flush-directory-cache):
1672         New function, extracted from compilation--remove-properties.
1673         (compilation--remove-properties, compilation--parse-region): Use it.
1674         (compilation--previous-directory): Handle one more case.
1675         (compilation-enable-debug-messages): Remove.
1676         (compilation-parse-errors, compilation--flush-parse): Just remove the
1677         left over debug messages.
1679 2011-01-31  Sam Steingold  <sds@gnu.org>
1681         * progmodes/compile.el (compilation-enable-debug-messages):
1682         Add a variable to make the parsing messages introduced in
1683         2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1684         (compilation-parse-errors, compilation--flush-parse): Use it.
1686 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1688         * net/rcirc.el: New customizable nick completion format.  (Bug#6314)
1689         (rcirc-nick-completion-format): New defcustom.
1690         (rcirc-complete): Use it.
1692 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1694         * net/rcirc.el: Clean log filenames (Bug#7933).
1695         (rcirc-log-write): Use convert-standard-filename.
1696         (rcirc-log-filename-function): Documentation updates.
1698 2011-01-30  Jan Djärv  <jan.h.d@swipnet.se>
1700         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1701         Check report-emacs-bug-can-use-osx-open and use that if t.
1702         (report-emacs-bug-can-use-osx-open): New function.
1703         (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1704         Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1706 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
1708         * vc/vc-dispatcher.el (vc-set-async-update): New function for
1709         updating Dired or VC-dir buffers after async command completes.
1711         * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1712         (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1714         * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1715         completions if it exists.  Use vc-set-async-update.
1716         (vc-git-pull): Use vc-set-async-update.
1718         * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1719         read-shell-command.  Use vc-set-async-update.
1720         (vc-hg-merge-branch): Use vc-set-async-update.
1722 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
1724         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1725         Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1726         (Bug#7931).
1728 2011-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * progmodes/compile.el: Avoid an N² behavior in grep.
1731         (compilation--previous-directory): New fun.
1732         (compilation--previous-directory-cache): New var.
1733         (compilation--remove-properties): Flush it.
1734         (compilation-directory-properties, compilation-error-properties):
1735         Use the new fun to speed up looking for the current directory.
1737 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
1739         * vc/vc-hg.el (vc-hg-history): New var.
1740         (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1741         (vc-hg-merge-branch): New function.
1743         * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1744         the other way around.
1746         * vc/vc-git.el (vc-git-branches, vc-git-pull)
1747         (vc-git-merge-branch): New functions.
1748         (vc-git-history): New var.
1750 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1752         * vc/vc-dispatcher.el (vc-do-async-command): New function.
1754         * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1755         vc-do-async-command.
1757         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1758         Callers changed.
1760 2011-01-28  Leo  <sdl.web@gmail.com>
1762         * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1763         highlighting to the "this function is advised" message.
1765         * help-mode.el (help-mode-finish): Apply highlighting here, to
1766         avoid clobbering by substitute-command-keys (Bug#6304).
1768 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1770         * woman.el (woman0-roff-buffer): Process roff escape sequences
1771         occurring prior to the first request (Bug#7843).
1773 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * progmodes/compile.el: Don't use font-lock any more.
1776         (compilation-error-regexp-alist-alist): Change handling of makepp
1777         so it preserves the warning/error distinction on subsequent files.
1778         Simplify various rules.
1779         (compilation-directory-properties): Use font-lock-face.
1780         Add a compilation-message property.
1781         (compilation-internal-error-properties): Use font-lock-face.
1782         Don't set the compilation-debug property here.
1783         (compilation--put-prop, compilation--remove-properties)
1784         (compilation--parse-region, compilation--ensure-parse)
1785         (compilation--ensure-parse): New functions.
1786         (compilation-parse-errors): New function, largely inspired of
1787         compilation-mode-font-lock-keywords.  Set compilation-debug here.
1788         (compilation--parsed): New var.
1789         (compilation--flush-parse): Use compilation--ensure-parse.
1790         (compilation-start): Don't call font-lock.
1791         (compilation-turn-on-font-lock): Remove.
1792         (compilation-setup): Don't set font-lock-extra-managed-props not change
1793         other font-lock settings, other than keywords.
1794         Don't activate font-lock-mode.
1795         Set change-major-mode-hook and before-change-functions.
1796         (compilation--unsetup): Remove properties and hooks.
1797         (compilation-next-single-property-change): New function.
1798         (compilation-next-error): Use it to parse when needed.
1799         (compile-goto-error): Parse buffer as needed.
1800         (compilation--compat-error-properties): Don't need a dummy `face'
1801         property any more.
1803 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1806         (compilation-process-setup-function): Fix docstring's false promises.
1807         (compilation-error-regexp-alist-alist): Catch omake's continuous
1808         recompilation message and avoid reuse of old markers.
1809         (compilation-parse-errors-function): Declare obsolete.
1810         (compilation-buffer-modtime): Remove.
1811         (compilation--make-cdrloc, compilation--loc->col)
1812         (compilation--loc->line, compilation--loc->file-struct)
1813         (compilation--loc->marker, compilation--loc->visited)
1814         (compilation--make-file-struct, compilation--file-struct->file-spec)
1815         (compilation--file-struct->formats)
1816         (compilation--file-struct->loc-tree): New macros.  Use them.
1817         (compilation--message): New defstruct.  Use them.
1818         (compilation-next-error-function): Don't mess with timestamps to try
1819         and guess when to reparse.
1821 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1824         (tex-old-error-file-name): New function,
1825         extracted from tex-compilation-parse-errors.
1826         (tex-compilation-parse-errors): Remove.
1827         (tex-error-regexp-alist): New var.
1828         (tex-shell): Use it to avoid compilation-parse-errors-function.
1830         * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1831         (grep-mode-font-lock-keywords): Remove regexp that seems like
1832         a left-over from before we used compile.el.
1833         (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1834         modifying the buffer within with-silent-modifications.
1836         * progmodes/compile.el: Cleanup text-properties namespace by using
1837         `compilation-message' instead of `message', `compilation-directory'
1838         instead of `directory', and `compilation-debug' instead of `debug'.
1839         (compilation-last-buffer, compilation-parsing-end)
1840         (compilation-error-list, compilation-old-error-list): Move to the
1841         compatibility part of the code.
1842         (compilation-error-properties): If `file' is a function, let it return
1843         a file name.
1844         (compilation-mode-font-lock-keywords): Be more conservative with the
1845         omake "^ *" pattern prefix, to try and minimize the risk of
1846         pathologically slow regexp matching.
1847         (compilation-start): Use inhibit-read-only.
1848         (compilation--unsetup): New function.
1849         (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1850         (compilation-filter): Minor tweaks.
1851         (compilation-next-error-function): Try and avoid abusing variables.
1852         (compilation--flush-file-structure): New fun.
1853         (compilation-fake-loc): Use it to improve behavior when file is reused.
1854         (debug-ignored-errors): Add "Moved past last ...".
1855         (compilation--compat-error-properties)
1856         (compilation--compat-parse-errors): Rename by doubling the "-".
1858         Port features from the previous prolog.el to the new one.
1859         * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1860         (prolog-program-name, prolog-program-switches, prolog-consult-string)
1861         (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1862         variable and use a function to compute the value dynamically.
1863         (prolog-prompt-regexp): Add regexp for GNU Prolog.
1864         (prolog-continued-prompt-regexp): Remove, unused.
1865         (prolog-find-value-by-system): Try and use the value of prolog-system
1866         in the *prolog* buffer if it helps.
1867         (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1868         (prolog-zip-on): ..and check prolog-system and version here instead.
1869         (prolog-inferior-self-insert-command): New command.
1870         (prolog-inferior-mode-map): Use it.
1871         (prolog-inferior-error-regexp-alist): New var.
1872         (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1873         (prolog-input-filter): Use derived-mode-p.
1874         (prolog-inferior-guess-flavor): New function.
1875         (prolog-ensure-process): Use it.  Use make-comint-in-buffer rather than
1876         make-comint to avoid running comint-mode twice.
1877         (prolog-inferior-buffer): New fun.
1878         (prolog-old-process-region, prolog-old-process-file):
1879         Don't call prolog-bsts here...
1880         (prolog-build-prolog-command): ...do it here instead.
1881         (prolog-old-process-region, prolog-old-process-file):
1882         Use compilation-fake-loc and compilation-forget-errors.
1883         (prolog-consult-compile-region): Use bolp.
1885 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1887         * image-mode.el (image-display-size): Doc fix (Bug#7820).
1889 2011-01-27  Sam Steingold  <sds@gnu.org>
1891         * midnight.el (clean-buffer-list-kill-never-buffer-names):
1892         Remove "*server*" which is never created by emacs server.
1894 2011-01-27  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1896         * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1897         there are some diff switches.
1899 2011-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1901         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1902         Copy change made to ruby-font-lock-syntactic-keywords.
1904         * htmlfontify.el: Make it obey the font-lock-face text property.
1905         Miscellaneous cleanup such as:
1906         - Don't hide expressions after a closing paren.
1907         - Move initial setq into let.
1908         - Hoist common parts out of ifs.
1909         (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1910         (hfy-face-at): Use get-text-property instead.
1911         (hfy-prop-invisible-p): Use invisible-p if available.
1912         (htmlfontify-manual): Use \\[...].
1913         (hfy-html-quote-regex): Use [...].
1914         (hfy-combined-face-spec): Simplify.
1915         (hfy-compile-face-map): Don't presume point-min==1.
1916         (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1917         match end of string.
1918         (hfy-text-p): η-reduce.
1919         (hfy-tags-for-file): Receive cache-hash directly.
1920         (hfy-mark-tag-names): Adjust call.
1922 2011-01-27  Glenn Morris  <rgm@gnu.org>
1924         * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1925         (msb-after-load-hook): Remove eval-after-load wackiness.
1927 2011-01-25  Sam Steingold  <sds@gnu.org>
1929         * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1930         literal "diff" (important for windows-nt).
1932 2011-01-25  Glenn Morris  <rgm@gnu.org>
1934         * emacs-lisp/copyright.el (copyright-at-end-flag)
1935         (copyright-names-regexp): Add safety properties.
1936         (copyright-year-ranges): New option.
1937         (copyright-find-end): New function, split from copyright-update-year.
1938         (copyright-update-year): Use copyright-find-end.
1939         (copyright-fix-years): Optionally, convert years to ranges.
1940         Handle years continued over comment lines.
1941         Do not mess with the fill-prefix.
1942         Do not call copyright-update.
1943         (copyright-update-directory): Optionally, fix years rather than update.
1944         Skip directories.  Find files with only safe local vars.
1946 2011-01-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1948         * files.el (file-name-non-special): Only change buffer-file-name after
1949         insert-file-contents if it's `visit'ing the file (bug#7854).
1951 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1953         * dired.el (dired-revert): Doc fix (Bug#7758).
1955         * simple.el (line-move-visual): Doc fix (Bug#7594).
1957 2011-01-25  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1959         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1960         here-doc which ends with an underscore.
1961         (ruby-mode-set-encoding): Skip shebang line always.
1962         (ruby-mode-map): Bind C-c C-c to comment-region.
1963         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1964         (ruby-forward-sexp): Stop after literal hash key labels.
1965         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1966         bracket.
1968 2011-01-25  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
1970         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1971         the correct buffer (Bug#7650).
1973 2011-01-25  Glenn Morris  <rgm@gnu.org>
1975         * comint.el (comint-mode): Doc fix.  (Bug#7897)
1977         * simple.el (do-auto-fill): Give it a doc string.
1979         * button.el (make-text-button): Doc fix.  (See bug#7881)
1981 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1984         Don't move backward, so as not to fall in an inf-loop (bug#7736).
1986         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1987         Handle ?" and friends differently (e.g. don't use backrefs).
1989 2011-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
1991         * calc/calc.el (calc-default-power-reference-level)
1992         (calc-default-field-reference-level): New variables.
1993         * calc/calc-units.el (math-standard-units): Add dB and Np.
1994         (math-logunits): New variable.
1995         (math-extract-logunits, math-logcombine, calcFunc-luplus)
1996         (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1997         (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1998         New functions.
1999         (math-find-base-units-rec): Add entry for ln(10).
2000         * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2001         (calc-ul-prefix-help): New function.
2002         * calc/calc-ext.el (calc-init-extensions): Autoload new units
2003         functions.  Add keybindings for new units functions.
2005 2011-01-22  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2007         * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2008         rcirc buffers.  (Bug#4940)
2010 2011-01-22  Glenn Morris  <rgm@gnu.org>
2012         * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2013         split out from copyright-update-year.
2014         (copyright-update): Don't mess with the GPL version if we don't own the
2015         copyright.  Update license regexp, and remove no longer needed
2016         Esperanto stuff.
2017         (copyright-fix-years): Use copyright-find-copyright.
2019 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
2021         * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2023 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
2025         * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2026         (lm): Rename to landmark.
2027         (lm-test-run): Rename to landmark-test-run.
2029 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
2031         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2032         "Case sensitive" menu item.
2034 2011-01-22  Roland McGrath  <roland@frob.com>
2036         * comint.el (comint-replace-by-expanded-history-before-point): Fix
2037         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2039 2011-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2043 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
2045         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2046         Assume foo(bar) is a manpage reference rather than some unquoted
2047         symbol (bug#7705).
2049 2011-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2052         Suggested by Flo <sensorflo@gmail.com>.
2054 2011-01-22  Glenn Morris  <rgm@gnu.org>
2056         * progmodes/compile.el (compilation-error-regexp-alist):
2057         Fix custom type.  (Bug#7812)
2059 2011-01-22  Ken Manheimer  <ken.manheimer@gmail.com>
2061         * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2062         allout-number-siblings, in keeping with what obtained due to
2063         (now-defunct) allout-keybindings-list.  Ditch repeat binding to
2064         (prefixed) ?i.
2065         (allout-before-change-handler): Better expose spots affected by
2066         undo.
2068 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
2070         * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2072 2011-01-22  Phil Hagelberg  <phil@evri.com>
2074         * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2075         (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2076         (pcmpl-ssh-config-hosts): New function.
2077         (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2078         pcmpl-ssh-known-hosts.
2080 2011-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
2082         * calc/calc-undo.el (calc-undo): Autoload it.
2083         * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2084         and autoload for `calc-undo'.
2085         * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2086         * calc/calc-prog.el:
2087         * calc/calc-graph.el:
2088         * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2090 2011-01-21  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2092         * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2093         keybindings to `calc-undo'.
2095 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         Don't mess with *temp*.
2098         * obsolete/spell.el: Move from textmodes/spell.el.
2099         (spell-string):
2100         * term.el (term-read-input-ring):
2101         * startup.el (display-startup-echo-area-message):
2102         * progmodes/antlr-mode.el (antlr-directory-dependencies):
2103         * comint.el (comint-read-input-ring): Use with-temp-buffer.
2104         * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2105         point-min==1.
2107 2011-01-20  Ken Manheimer  <ken.manheimer@gmail.com>
2109         * allout.el (allout-institute-keymap): Use fset instead of
2110         reapplying defalias.
2112         (allout-hotspot-key-handler): Check for non-control-modified
2113         bindings for hotspot characters if there are no control-modified
2114         versions.
2116         * allout.el: Summary - migrate to defining allout mode using
2117         define-minor-mode instead of defun.  Significantly clean-up
2118         internal keymap provisions, refactoring and, in the process,
2119         removing a lot of accumulated cruft.
2121         allout-mode-map is now a keymap by virtue of being a defalias to
2122         allout-mode-map-value, which contains the actual keymap structure.
2124         (allout-mode): Use define-minor-mode rather than defun.
2125         Remove now-unnecessary minor-mode setup activities from the body.
2126         Specify :keymap as allout-mode-map so the minor-mode-map-alist
2127         entry will be '(allout-mode . allout-mode-map) - see
2128         allout-mode-map-value, below.  Adjust docstring to track changes.
2129         (allout-minor-mode): Remove this defalias, now that we're using
2130         define-minor-mode.
2131         (allout-mode-map): Set value to be 'allout-mode-map.  The actual
2132         keymap is allout-mode-map-value, via defalias.
2133         (allout-mode-map-value): The variable holding the actual mode
2134         keymap structure, by virtue of defalias from allout-mode-map.
2135         (allout-compose-and-institute-keymap): Rename from
2136         allout-bind-keys, and including the binding-composition
2137         functionality of the former produce-allout-mode-map and
2138         allout-setup-mode-map.
2139         (allout-institute-keymap): Take over the "setup" part of the former
2140         allout-setup-mode-map.  Reassign allout-mode-map-value value and
2141         update the defalias.
2142         (allout-command-prefix, allout-prefixed-keybindings)
2143         (allout-unprefixed-keybindings):
2144         Use allout-compose-and-institute-keymap to process the bindings.
2145         (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2146         (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2147         user can customize if they want to use that binding.
2148         Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2149         Bind allout-up-current-level to (prefixed) \C-u.  (I think i mistakenly
2150         elided that, previously, instead of the one for \C-h.)
2151         (allout-hotspot-key-handler): Remove attempt to resolve the key
2152         through the literal key-string lookup on allout-keybindings-list.
2153         That probably hasn't worked for a Long Time, and removal of
2154         allout-keybindings-list further simplifies the keybindings situation.
2155         (allout-pre-command-business): Use allout-mode-map-value instead
2156         of allout-mode-map.
2157         (allout-preempt-trailing-ctrl-h): Remove.  The user can customize
2158         the bindings if they want to use a keybinding having a trailing
2159         \C-h.  No deprecation needed since this feature was never in a release.
2160         (allout-keybindings-list): Remove.  It's not been useful for a
2161         while.  (See allout-hotspot-key-handler changes, above.)
2162         (produce-allout-mode-map): Remove.  Consolidate into
2163         allout-compose-and-institute-keymap.
2164         (allout-mode-map-adjustments): Remove.  No longer necessary with
2165         removal of allout-preempt-trailing-ctrl-h.
2166         (allout-setup-mode-map): Remove.  Consolidate into
2167         allout-compose-and-institute-keymap and allout-institute-keymap.
2169 2011-01-20  Glenn Morris  <rgm@gnu.org>
2171         * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2173         * simple.el (read-expression-history): Remove, it's in minibuf.c.
2175 2011-01-20  Chong Yidong  <cyd@stupidchicken.com>
2177         * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2179         * files.el (find-alternate-file, basic-save-buffer)
2180         (basic-save-buffer-2, revert-buffer, recover-file)
2181         (kill-buffer-ask, abort-if-file-too-large)
2182         (set-visited-file-name, write-file, backup-buffer)
2183         (basic-save-buffer, save-some-buffers):
2184         * dired-aux.el (dired-compress-file): Callers changed.
2186 2011-01-19  Glenn Morris  <rgm@gnu.org>
2188         * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2189         Also check the property status.  (Bug#7861)
2191 2011-01-18  Michael Albinus  <michael.albinus@gmx.de>
2193         * net/tramp.el (tramp-debug-message): Extend function exclude
2194         list.  Use `regexp-opt'.
2196 2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2199         highlighting doesn't spill over subsequent lines.
2201         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2202         keymap expression.  Improve docstring.
2204         * electric.el (electric-indent-post-self-insert-function):
2205         Don't auto-indent for indent-to-left-margin, it's too often
2206         counter-productive.
2208 2011-01-16  Tassilo Horn  <tassilo@member.fsf.org>
2210         * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2211         spaces if the frame was resized, so that the full visible buffer
2212         serves as canvas for strokes.
2214 2011-01-16  Glenn Morris  <rgm@gnu.org>
2216         * info-xref.el (info-xref-docstrings): Replace cl function.
2217         Also skip directories.
2219 2011-01-16  Kevin Ryde  <user42@zip.com.au>
2221         * info-xref.el: Version 3.
2222         (info-xref-check, info-xref-check-all): Move commentary details
2223         into docstrings for better visibility.
2224         Use compilation-mode for the results buffer.
2225         (info-xref-output, info-xref-output-error, info-xref-with-output)
2226         (info-xref-filename, info-xref-in-progress):
2227         New internals for this.
2228         (info-xref-check-list, info-xref-check-buffer)
2229         (info-xref-check-all-custom): Use those.
2230         (info-xref-output-buffer): Rename from info-xref-results-buffer.
2231         (info-xref-output-heading): Rename from info-xref-filename-heading.
2232         (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2233         (info-xref-filename-heading): Move to output managing section.
2234         (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2235         (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2236         (info-xref-subfile-p): Move to generic section with those two.
2237         (info-xref-check-node): New function split from
2238         info-xref-check-buffer, shared by info-xref-docstrings.
2239         (info-xref-goto-node-p): Move to a checking section with that func.
2240         (info-xref-unavail): New counter.
2241         (info-xref-check-node): Use it.
2242         (info-xref-with-output): Show count of unavailables at end of output.
2243         (info-xref-all-info-files): Exclude ".*" dotfiles.  Ignore broken
2244         symlinks.  Exclude .texi files.  Exclude Emacs backup files.
2245         (info-xref-check-all-custom): Fix quietening viper-mode and
2246         gnus-registry-install -- use setq not let so as not to unbind
2247         after load.
2249 2011-01-16  Juri Linkov  <juri@jurta.org>
2251         * isearch.el (isearch-abort): Don't quit if search has
2252         an incomplete regexp (isearch-error is non-nil).  (Bug#7534)
2254 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
2256         * files.el (backup-buffer): Make last-resort backup file in
2257         .emacs.d (Bug#6953).
2259         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2260         make it with permission 700.
2262 2011-01-15  Kenichi Handa  <handa@m17n.org>
2264         * mail/rmailmm.el (rmail-mime-insert-header):
2265         Set rmail-mime-coding-system to a cons whose car is the last coding
2266         system used to decode the header.
2267         (rmail-mime-find-header-encoding): New function.
2268         (rmail-mime-insert-decoded-text):
2269         Override rmail-mime-coding-system if it is a cons.
2270         (rmail-show-mime): If only a header part was decoded, find the
2271         coding system while ignoring mm-charset-override-alist.
2273 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2275         * subr.el (event-start, event-end): Doc fix (Bug#7826).
2277 2011-01-15  Kenichi Handa  <handa@m17n.org>
2279         * mail/rmailmm.el (rmail-mime-next-item)
2280         (rmail-mime-previous-item): Delete them.
2281         (rmail-mime-shown-mode): Recursively call for children.
2282         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2283         Callers changed.
2284         (rmail-mime-raw-mode): Recursively call for children.
2285         (rmail-mode-map): Change mapping of tab and backtab to
2286         forward-button and backward-button respectively.
2287         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2288         button.
2289         (rmail-mime-update-tagline): New function.
2290         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2291         body display is changed.
2292         (rmail-mime-toggle-button): Rename from rmail-mime-image.
2293         (rmail-mime-image): Delete this button type.
2294         (rmail-mime-toggle): New button type.
2295         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2296         body display is changed.  Change the save button label to "Save".
2297         Don't process show/hide button here.
2298         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2299         the body display is changed.  Unconditionally call
2300         rmail-mime-insert for children.
2301         (rmail-mime-handle): Update `display' vector of the just inserted
2302         entity.
2303         (rmail-mime-process): If mail-header-parse-content-type returns
2304         nil, use "text/plain" as the fallback type.
2305         (rmail-mime-insert): For raw-mode, recursively call
2306         rmail-mim-insert for children.
2307         (rmail-mime): Handle the case that the current buffer is not rmail
2308         buffer (e.g. in summary buffer).
2310 2011-01-15  Kenichi Handa  <handa@m17n.org>
2312         * mail/rmailmm.el (rmail-mime-next-item)
2313         (rmail-mime-previous-item): Skip the body of a non-multipart
2314         entity if a tagline is shown.
2316 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2319         (tmm-prompt): Simplify.
2320         (tmm-add-prompt): Remove unused var `win'.
2322         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2323         to minor mode which used nil accidentally to mean "turn off".
2325 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
2327         * net/tramp-sh.el (tramp-find-inline-compress)
2328         (tramp-get-inline-coding): Quote command after pipe symbol for
2329         local calls under W32.  (Bug#6784)
2331 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
2333         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2334         only when running under W32.
2336 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
2338         * progmodes/grep.el (grep-compute-defaults): Quote the program
2339         file name after the pipe symbol in Grep templates.  (Bug#6784)
2340         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2342 2011-01-15  Lennart Borgman  <lennart.borgman@gmail.com>
2344         * buff-menu.el (Buffer-menu-buffer-list): New var.
2345         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2346         restricted buffer list is not lost on revert (Bug#7749).
2348 2011-01-15  Eric Hanchrow  <eric.hanchrow@gmail.com>
2350         * net/ldap.el (ldap-search-internal): Discard stderr output.
2352 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
2354         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
2356 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2360 2011-01-15  Kenichi Handa  <handa@m17n.org>
2362         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2363         part as a plain text.
2364         (rmail-mime-process-multipart): Set the default content-type to
2365         nil for unknown multipart subtypes (bug#7651).
2367 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * hexl.el (hexl-mode-old-*): Remove.
2370         (hexl-mode--old-var-vals): New var to replace them.
2371         (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2372         (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2373         Use them to set local vars (bug#7846).
2374         (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2375         (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2376         (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2378         * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2379         (smerge-resolve--normalize-re): New var.
2380         (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2381         (smerge-resolve): Use them.
2382         * newcomment.el (comment-only-p): New function.
2383         (comment-or-uncomment-region): Use it.
2385 2011-01-14  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
2387         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2388         table, get the value before switching to the output buffer.  (Bug#7733)
2390 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2394 2011-01-14  Kim F. Storm  <storm@cua.dk>
2396         * emulation/cua-base.el (cua--init-keymaps):
2397         Remap exchange-point-and-mark in cua-global-keymap.
2399 2011-01-14  Tassilo Horn  <tassilo@member.fsf.org>
2401         * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2402         loop keyword.
2404 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2406         * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2407         Require CL.
2408         (easy-menu-create-menu, easy-menu-convert-item-1):
2409         Use :label rather than nil for labels.  Use `case'.
2410         Add :enable as alias for :active.
2411         (easy-menu-binding): Obey :label.
2413 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         Use run-mode-hooks for major mode hooks (bug#513).
2416         * textmodes/reftex-toc.el (reftex-toc-mode-map):
2417         Rename from reftex-toc-map.
2418         (reftex-toc-mode): Use define-derived-mode.
2419         * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2420         (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2421         Rename from reftex-select-(label|bib)-map.  Move init into declaration.
2422         (reftex-select-label-mode, reftex-select-bib-mode):
2423         Use define-derived-mode.
2424         * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2425         (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2426         Move init into delcaration.
2427         (reftex-index-mode, reftex-index-phrases-mode):
2428         Use define-derived-mode.
2429         * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2430         speedbar-syntax-table.  Move init into declaration.
2431         (speedbar-mode-map): Rename from speedbar-key-map.
2432         Move init into declaration.
2433         (speedbar-file-key-map): Move init into declaration.
2434         (speedbar-mode): Use define-derived-mode.
2435         * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2436         * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2437         * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2438         (chart-face-list): Move initialization into declaration.
2439         (chart-mode): Use define-derived-mode.
2440         * calculator.el (calculator-mode-map): Move init into declaration.
2441         (calculator-mode): Use define-derived-mode.
2443         * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2444         work for nested comments.
2446         * progmodes/prolog.el: Use syntax-propertize.  Further code cleanup.
2447         (prolog-use-prolog-tokenizer-flag): Change default when
2448         syntax-propertize can be used.
2449         (prolog-syntax-propertize-function): New var.
2450         (prolog-mode-variables): Move make-local-variable into `set'.
2451         Don't make comment-column local since we don't set it.
2452         Set comment-add (as it was in previous prolog.el).  Use dolist.
2453         Set syntax-propertize-function.
2454         (prolog-mode, prolog-inferior-mode):
2455         Call prolog(-inferior)-menu directly, not through the mode-hook.
2456         (prolog-buffer-module, prolog-indent-level)
2457         (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2458         (prolog-comment-limits, prolog-goto-comment-column):
2459         Use line-(end|beginning)-position.
2460         (prolog-build-prolog-command): Tighten up regexp.
2461         (prolog-consult-compile): Move make-local-variable into `set'.
2462         (prolog-consult-compile-filter, prolog-goto-next-paren)
2463         (prolog-help-on-predicate, prolog-clause-info)
2464         (prolog-mark-predicate): Don't let+setq.
2465         (prolog-indent-line): Use indent-line-to.
2466         Only call prolog-goto-comment-column if necessary.
2467         (prolog-indent-level): Use bobp.
2468         (prolog-first-pos-on-line): Remove, not used any more.
2469         (prolog-in-string-or-comment): Use syntax-ppss if available.
2470         (prolog-help-on-predicate): Use read-string.
2471         (prolog-goto-predicate-info): Simplify.
2472         (prolog-read-predicate): Use `default' rather than `initial'.
2473         (prolog-temporary-file): Use make-temp-file to close a security hole.
2474         (prolog-toggle-sicstus-sd): New command.
2475         (prolog-electric-underscore, prolog-variables-to-anonymous):
2476         Use dynamic-scoping as it was meant.
2477         (prolog-menu): Move menu definitions to top-level.
2478         Use a toggle-button for Sicstus's source debugger.
2479         Change "Code" to the more usual "Prolog", and hence change "Prolog"
2480         to "System".
2481         (prolog-inferior-menu): Reuse prolog-menu's help menu.
2482         Move other menu definition to top-level.
2484 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
2486         * doc-view.el (doc-view-open-text): Use meaningful text buffer
2487         name.  Keep original document's directory as default-directory
2488         (bug#6446).
2489         (doc-view-initiate-display): Fall back to normal mode when
2490         doc-view-mode cannot be enabled, also when extracting the document
2491         text into a separate buffer (bug#6446).
2493         * simple.el (shell-command): Don't error out if shell command
2494         buffer contains text with non-nil read-only property when erasing
2495         the buffer.
2497 2011-01-13  Kim F. Storm  <storm@cua.dk>
2499         * ido.el (ido-may-cache-directory): Move "too-big" check later.
2500         (ido-next-match, ido-prev-match): Fix stray reordering of matching
2501         items when cycling through the matches.
2503 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
2505         * dired-x.el (dired-omit-verbose): New defcustom that allows
2506         disabling the omit messages.
2507         (dired-omit-expunge): Use it.
2509 2011-01-13  Christian Ohler  <ohler@gnu.org>
2511         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2513 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2515         * font-lock.el (font-lock-verbose): Default to nil.
2517 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2519         * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2520         (compose-mail): New arg RETURN-ACTION.
2521         (compose-mail-other-window, compose-mail-other-frame): Likewise.
2523         * mail/sendmail.el (mail-return-action): New var.
2524         (mail-mode): Make it buffer-local.
2525         (mail-bury): Obey it.  Move special Rmail window handling to
2526         rmail-mail-return.
2527         (mail, mail-setup): New arg RETURN-ACTION.
2528         (sendmail-user-agent-compose): Move from simple.el.
2530         * mail/rmail.el (rmail-mail-return): New function.
2531         (rmail-start-mail): Pass it to compose-mail.
2533 2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
2535         * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2536         menus.  Add menu item for customize-themes.
2538         * cus-theme.el (customize-themes):
2539         * emacs-lisp/package.el (package--list-packages):
2540         Use switch-to-buffer.
2542 2011-01-11  Johan Bockgård  <bojohan@gnu.org>
2544         * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2546 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         * progmodes/prolog.el: Fix up coding convention and such.
2549         (prolog-indent-width): Use the same default as in
2550         previous prolog.el rather than tab-width which depends on which buffer
2551         is current when the file is loaded.
2552         (prolog-electric-newline-flag): Only enable if electric-indent-mode
2553         is not available.
2554         (prolog-emacs): Remove.  Use (featurep 'xemacs) instead.
2555         (prolog-known-systems): Remove.
2556         (prolog-mode-syntax-table, prolog-inferior-mode-map):
2557         Move initialization into declaration.
2558         (prolog-mode-map): Move initialization into declaration.
2559         Remove system-specific mode-map vars, since they referred to the same
2560         keymap anyway.
2561         (prolog-mode-variables): Obey the user's preference w.r.t
2562         adaptive-fill-mode.  Prefer symbol-value to `eval'.
2563         (prolog-mode-keybindings-edit): Add compatibility bindings.
2564         (prolog-mode): Use define-derived-mode.  Don't handle mercury here.
2565         (mercury-mode-map): New var.
2566         (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2567         (prolog-ensure-process, prolog-process-insert-string)
2568         (prolog-consult-compile): Use with-current-buffer.
2569         (prolog-guess-fill-prefix): Simplify data flow.
2570         (prolog-replace-in-string): New function to use instead of
2571         replace-in-string.
2572         (prolog-enable-sicstus-sd): Don't abuse `eval'.
2573         (prolog-uncomment-region): Use `uncomment-region' when available.
2574         (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2575         (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2576         of int-to-char and char-to-int.
2577         (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2579 2011-01-11  Stefan Bruda  <stefan@bruda.ca>
2581         * progmodes/prolog.el: Replace by a whole new file.
2583 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * subr.el (eval-after-load): Fix timing for features (bug#7769).
2586         (declare-function, undefined, insert-for-yank)
2587         (replace-regexp-in-string): Follow checkdoc's recommendations.
2589 2011-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2592         refreshing the diary buffer.
2594 2011-01-10  Ken Manheimer  <ken.manheimer@gmail.com>
2596         * allout.el: Add 2011 to the file copyright.
2597         (allout-encrypt-string): Prevent encryption from adding an extra
2598         newline at the end of the topic body.
2599         (allout-version): Increment to 2.3.
2601 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
2603         * net/dbus.el (dbus-unregister-service): Complete doc.
2604         Fix call of dbus-error signal.
2605         (dbus-register-property): Use `dont-register' keyword.
2607 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2609         * net/dbus.el (dbus-unregister-service): Translate returned
2610         integer into a symbol.
2611         (dbus-register-property): Use `dbus-register-service' to do the
2612         name registration.
2614 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
2616         * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2617         Suggested by Joakim Verona.
2619         * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2621         * wid-edit.el (visibility): Replace :on-image and :off-image
2622         widget properties with :on-glyph and :off-glyph, for consistency
2623         with the `visibility' widget.
2624         (widget-toggle-value-create, widget-visibility-value-create):
2625         Merge into a single function `widget-toggle-value-create'.
2627         * cus-edit.el (custom-variable-value-create, custom-visibility)
2628         (custom-face-edit-value-create, custom-face-value-create):
2629         Replace :on-image and :off-image widget properties with :on-glyph and
2630         :off-glyph, for consistency with the `visibility' widget.
2632 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
2634         * net/ldap.el (ldap-search-internal): Don't use eval.
2636 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
2638         * subr.el (read-char-choice): Use read-key.
2640         * custom.el (custom-safe-themes): Rename from
2641         custom-safe-theme-files.  Add :risky tag.
2642         (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2643         custom-safe-themes, not filenames.  Suggested by Stefan Monnier.
2645 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
2647         * tool-bar.el (tool-bar-setup): Remove Help button.  Remove label
2648         from Search and add a label to Undo.
2650         * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2651         inappropriate buttons and adding :vert-only tags.
2653         * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2654         removal of Help tool-bar button.  Remove Undo button for space.
2656         * info.el (info-tool-bar-map): Add :vert-only tags.
2658 2011-01-08  Tassilo Horn  <tassilo@member.fsf.org>
2660         * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2661         image backend support.  Either of them is fine.
2663 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
2665         * subr.el (y-or-n-p): Doc fix.
2667         * custom.el (custom-safe-theme-files): New defcustom.
2668         (custom-theme-load-confirm): New function.
2669         (load-theme): Load theme using `load', confirming with
2670         custom-theme-load-confirm if necessary.
2672         * subr.el (read-char-choice): New function, factored out from
2673         dired-query and hack-local-variables-confirm.
2675         * dired-aux.el (dired-query):
2676         * files.el (hack-local-variables-confirm): Use it.
2678         * dired-aux.el (dired-compress-file):
2679         * files.el (abort-if-file-too-large, find-alternate-file)
2680         (set-visited-file-name, write-file, backup-buffer)
2681         (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2682         (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2683         Use new format string args for y-or-n-p and yes-or-no-p.
2685 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
2687         * progmodes/compile.el (compilation-error-regexp-alist-alist)
2688         [gcc-include]: Tighten file name match, add match for column
2689         number.  (Bug#7806)
2690         [gnu]: Remove unused group.
2692 2011-01-08  Glenn Morris  <rgm@gnu.org>
2694         * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2696         * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2698 2011-01-07  Sam Steingold  <sds@gnu.org>
2700         * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2701         the `explicit-shell-file-name' because that is the
2702         non-interactive shell.
2704 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
2706         * subr.el (y-or-n-p): Accept format string args.
2708 2011-01-07  Glenn Morris  <rgm@gnu.org>
2710         * Makefile.in (EMACSOPT): Add --no-site-lisp.
2712 2011-01-06  Ken Manheimer  <ken.manheimer@gmail.com>
2714         * allout.el (allout-back-to-current-heading): Ensure return to
2715         the visible containing topic, rather than a collapsed one.
2716         (allout-view-change-hook): Remove hook that was deprecated long ago.
2717         (allout-exposure-change-hook): Remove documentation remarks
2718         concerning removed allout-view-change-hook.
2719         (allout-flag-region): Remove invocation of and documentation
2720         remarks concerning allout-view-change-hook.
2722 2011-01-06  Glenn Morris  <rgm@gnu.org>
2724         * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2725         (vc-bzr-annotate-extract-revision-at-line):
2726         Handle authors with embedded spaces.  (Bug#7792)
2728 2011-01-05  Tassilo Horn  <tassilo@member.fsf.org>
2730         * doc-view.el (doc-view-image-width): New variable.
2731         (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2732         backend for PNG images, and do dynamic rescaling instead of
2733         reconverting the whole doc.
2735 2011-01-05  Glenn Morris  <rgm@gnu.org>
2737         * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2739 2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
2741         * allout.el: Reconcile with changes in line movement behavior for
2742         long text lines that cross more than a single physical window
2743         line, ie when truncate-lines is nil.
2744         (allout-next-visible-heading): Provide for change in line-move
2745         behavior on long lines when truncate-lines is nil.  In that case,
2746         line-move can wind up on the same textual line when it moves to
2747         the next window line, and moving to the bullet position after the
2748         move yields zero advancement.  Add logic to detect and compensate
2749         for the lack of progress.
2750         (allout-current-topic-collapsed-p): move-end-of-line respect for
2751         field boundaries is different when operating with body lines
2752         shorter than window width versus ones greater than window width,
2753         which can yield false negatives in this function.  Avoid
2754         difference by applying move-end-of-line while field-text-motion is
2755         inhibited.
2757 2011-01-04  Glenn Morris  <rgm@gnu.org>
2759         * textmodes/rst.el (rst-compile-toolsets):
2760         Add pdf and s5 to option alist.
2762 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2764         * net/dbus.el (dbus-register-property): Add optional parameter
2765         dont-register-service.  Updated docstring accordingly.
2767 2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2769         * textmodes/rst.el (rst-compile-pdf-preview)
2770         (rst-compile-slides-preview): Remove extra line.
2772 2011-01-04  Glenn Morris  <rgm@gnu.org>
2774         * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2775         Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
2776         default to `prog' without a .py extension.
2777         (rst-compile-pdf-preview, rst-compile-slides-preview):
2778         Use program names from rst-compile-toolsets, rather than hard-coding.
2779         (rst-portable-mark-active-p): Fix presumed typo.
2781 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2783         * term/w32-win.el (dynamic-library-alist): Set up correctly for
2784         libpng versions both before and after 1.4.0.  (Bug#7716)
2786 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2788         * time.el (display-time-mode): Mention display-time-interval in
2789         the doc string.  (Bug#7713)
2791 2011-01-02  Kenichi Handa  <handa@m17n.org>
2793         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2794         condition-case and return an error message string if something
2795         goes wrong.
2796         (rmail-show-mime): Adjust for the above change.  Insert the
2797         header by rmail-mime-insert-header.
2799 2011-01-02  Kenichi Handa  <handa@m17n.org>
2801         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2802         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2803         (rmail-mime-mbox-buffer)
2804         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2805         (rmail-mime-entity): Argument changed.  All codes handling an
2806         entity object are changed.
2807         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2808         the above change.
2809         (rmail-mime-entity-children, rmail-mime-entity-handler)
2810         (rmail-mime-entity-tagline): New functions.
2811         (rmail-mime-message-p): New function.
2812         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2813         (rmail-mime-entity-segment, rmail-mime-next-item)
2814         (rmail-mime-previous-item, rmail-mime-shown-mode)
2815         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2816         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2817         (rmail-mime-insert-tagline, rmail-mime-insert-header):
2818         New functions.
2819         (rmail-mime-text-handler): Call rmail-mime-insert-text.
2820         (rmail-mime-insert-decoded-text): New function.
2821         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2822         (rmail-mime-insert-image): Argument changed.  Caller changed.
2823         (rmail-mime-image): Call rmail-mime-toggle-hidden.
2824         (rmail-mime-set-bulk-data): New function.
2825         (rmail-mime-insert-bulk): Argument changed.
2826         (rmail-mime-multipart-handler): Return t.
2827         (rmail-mime-process-multipart): Argument changed.
2828         Handle "multipart/alternative" here.
2829         (rmail-mime-process): Argument changed.
2830         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2831         (rmail-mime-insert): Argument changed.  Handle raw display mode.
2832         (rmail-mime): Argument changed.  Handle toggling of raw display
2833         mode.
2834         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2835         rmail-mime-view-buffer.
2836         (rmail-insert-mime-forwarded-message): Likewise.
2837         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
2839         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2840         non-nil, handle the header in rmail-show-mime-function.
2842 2011-01-02  Leo  <sdl.web@gmail.com>
2844         * help-fns.el (describe-variable): Fix previous change.
2846 2011-01-02  Juri Linkov  <juri@jurta.org>
2848         * isearch.el (isearch-lazy-highlight-error): New variable.
2849         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2850         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
2851         to the current value of `isearch-error' (Bug#7468).
2853 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
2855         * help-fns.el (describe-variable): Don't emit trailing whitespace
2856         (Bug#7511).
2858 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
2860         * textmodes/rst.el (rst-compile-pdf-preview)
2861         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2863 2011-01-02  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2865         * emulation/edt-mapper.el: Override mapping of function keys so
2866         that the later call to read-key-sequence works.
2868 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2870         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2871         Unix EOLs.  (Bug#7589)
2873 2011-01-02  Leo  <sdl.web@gmail.com>
2875         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2876         if point is not behind eshell-last-output-end (Bug#7585).
2878 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * files.el (file-local-variables-alist):
2881         Make permanent-local (bug#7767).
2883 2011-01-02  Glenn Morris  <rgm@gnu.org>
2885         * version.el (emacs-copyright): Set short copyright year to 2011.
2887 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
2889         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2890         an existing temp buffer.  (Bug#7746)
2892 2011-01-02  Glenn Morris  <rgm@gnu.org>
2894         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2895         multiple addresses.  (Bug#7760)
2897 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
2899         * allout.el (allout-auto-fill): Do not infinitely recurse - use
2900         do-auto-fill if everything points back to allout-auto-fill.
2901         (allout-mode-deactivate-hook): Declare obsolete, in favor of
2902         standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2904 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
2906         * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2907         and "scpx".
2909 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2911         * doc-view.el (doc-view-set-doc-type): New function refactored
2912         from doc-view-mode.
2913         (doc-view-fallback-mode): New function.
2914         (doc-view-mode): Use it.
2915         (doc-view-mode-maybe): New function that checks if doc-view-mode
2916         can be used and falls back to the next best mode otherwise.
2918         * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2919         DVI, OpenDocument, and MS Office files.
2921 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
2923         * emacs-lisp/rx.el (rx-syntax): Fix typo.
2925 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2927         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2928         on a copy of auto-mode-alist, because that deletes with side
2929         effects.
2931 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2933         * doc-view.el (doc-view-mode, doc-view-toggle-display):
2934         Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2935         fallback instead of hard coding fundamental mode.
2937 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2939         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2940         Office) files also for searching.
2942 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2944         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2945         Office) files.  Not yet enabled via auto-mode-list.
2946         (doc-view-unoconv-program): New custom variable.
2947         (doc-view-mode-p): Handle new odf document type.
2948         (doc-view-odf->pdf): New conversion function.
2949         (doc-view-convert-current-doc): Call it for odf files.
2950         (doc-view-mode): Recognize newly supported file extensions.
2952 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
2954         * net/tramp.el (tramp-default-method-alist)
2955         (tramp-default-user-alist)
2956         (tramp-local-host-regexp, tramp-prefix-domain-format)
2957         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2959         * net/tramp-ftp.el:
2960         * net/tramp-gvfs.el:
2961         * net/tramp-gw.el:
2962         * net/tramp-imap.el:
2963         * net/tramp-sh.el:
2964         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2965         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2967 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
2969         * saveplace.el (save-place-alist-to-file): Save list sorted and
2970         pretty-printed, so that it is mergeable by line-based text merging,
2971         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2973 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
2975         * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2976         (allout-mode): Argument "toggle" => "force".
2977         Refine the docstring.
2978         Remove special provisions for reactivation, besides the 'force'
2979         argument.
2980         Consolidate layout provisions coce directly into the activation
2981         condition branch, now that we've removed those provisions.
2982         (allout-unload-function): Explicitly activate the mode before
2983         deactivating, if it's initially deactivated.
2984         (allout-set-buffer-multibyte): Properly prevent byte-compiler
2985         warnings for version of function used only where
2986         set-buffer-multibyte is unavailable.
2988 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
2990         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2991         are handled by the menu-bar entries.  As before, don't use
2992         :visibile to avoid changing the tool-bar.
2994 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
2996         * net/secrets.el (secrets-delete-alias): New defun.
2998 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
3000         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3001         methods, otherwise ~/.ssh/config would be ignored.
3003 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3005         * emacs-lisp/rx.el: Make it a superset of sregex.
3006         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3007         of args, add `regex' alias.
3008         (rx-info): Add arg to distinguish head and standalone forms.
3009         (rx-check, rx-form): Pass the corresponding arg.
3010         (rx-**): Simplify.
3011         (rx-repeat): Make it work for any number of args.
3012         (rx-syntax): Make it accept syntax chars as is.
3013         * obsolete/sregex.el: Move from emacs-lisp/.
3014         * emacs-lisp/re-builder.el: Remove sregex support.
3015         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3017 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
3019         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3020         PRIMARY first, then the clipboard.  (Bug#7699)
3022 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3024         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3025         print-number-table.
3027 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
3029         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3030         .emacs.elc (Bug#7530).
3032         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3033         image spec (Bug#7480).
3035 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3037         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3038         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3039         Move from lisp/.
3041 2010-12-20  Leo  <sdl.web@gmail.com>
3043         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3044         always be performed (Bug#7680).
3046 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
3048         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3049         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
3050         mouse-region-match.
3052         * color.el: Move from gnus/.
3054         * vc/diff.el (diff-better-file-name): Function deleted.
3055         abbreviating file names causes problems with shell-quote-argument.
3056         (diff-no-select): Just use expand-file-name.
3058         * tool-bar.el (tool-bar--image-expression): New function.
3059         (tool-bar-local-item, tool-bar--image-exp): Use it.
3060         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3061         Use :enable instead of :visible to avoid changing the tool-bar
3062         configuration unnecessarily.
3064         * info.el (info-tool-bar-map): Add separators.
3066 2010-12-17  Ken Brown  <kbrown@cornell.edu>
3068         * loadup.el: Use version numbers in Cygwin build.
3070 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
3072         * ido.el (ido-file-internal): Ask for confirmation before
3073         overwriting an existing file (Bug#1238).
3075 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
3077         * tool-bar.el (tool-bar-setup): Add separators.
3079         * menu-bar.el (featurep): Use menu-bar-separator.
3081 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
3083         Migrate allout encryption provisions from pgg to epg.
3085         * allout.el (allout-toggle-current-subtree-encryption)
3086         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3087         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
3088         for simpler universal argument interpretation.
3089         (allout-toggle-subtree-encryption): Adjust docstring to describe
3090         changed encryption provisions.  Change fetch-pass to keymode-cue, for
3091         simpler universal argument interpretation.  Remove provisions for
3092         handling key type and identity - they'll all be within
3093         allout-encrypt-string or epg/epg or even contained all the way in gpg.
3094         (allout-encrypt-string): Include keymode-cue, for optionally prompting
3095         for keypair recipients (universal argument > 1) and, in addition,
3096         associating the specified recipients with the outline (universal
3097         argument > 4) using a file local variable setting for
3098         'epa-file-encrypt-to'.
3099         Require epa, for recipients handling.
3100         Change how regexp filtering elements are named.
3101         Describe the problem with caching of incorrect symmetric-decryption
3102         keys.
3103         Use the epa-passphrase-callback-function, in case the user is using
3104         GnuPG v1.
3105         Support saving of the selected keypair recipients when invoked with a
3106         keymode-cue > 4.
3107         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3108         Require 'epa.
3109         Establish epg-context with armoring and default epg-protocol.
3110         Remove all passphrase cache, verification, and hinting code.
3111         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3112         No longer used, delete.
3113         (allout-mode): Adjust docstring to describe changed encryption
3114         provisions.  Describe the problem with caching of incorrect
3115         symmetric-decryption keys.
3116         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3117         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3118         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3119         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3120         Obsolete, remove.
3122 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3124         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3125         key selection prompt; make 'silent as default (Bug#7487).
3127 2010-12-16  Leo  <sdl.web@gmail.com>
3129         * eshell/eshell.el (eshell-directory-name):
3130         Use locate-user-emacs-file (Bug#7578).
3132 2010-12-15  Glenn Morris  <rgm@gnu.org>
3134         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3136 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
3137             Scott Evans  <gse@antisleep.com>
3139         * rect.el (rectange--default-line-number-format)
3140         (rectangle-number-line-callback): New functions.
3141         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3143 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
3145         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3146         Delete unused variables.
3147         (move-to-column-force): Remove function obsolete since 21.2.
3149 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
3151         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3152         (tramp-handle-insert-file-contents): Do not set permanent-local
3153         property.
3155         * net/tramp-cache.el (tramp-persistency-file-name):
3156         Use `locate-user-emacs-file' if fboundp.
3158         * net/tramp-sh.el (tramp-methods): Add "ksu".
3159         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
3160         method list.
3162 2010-12-14  Glenn Morris  <rgm@gnu.org>
3164         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3165         (find-tag-marker-ring): Declare.
3166         (js-find-symbol): Require etags.
3168         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3169         Require mail-utils.
3170         (mail-alias-file): Don't autoload.  Doc fix.
3171         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3172         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
3173         Mark as obsolete, and risky.
3174         (mail-setup): Simplify.
3176         * mail/mailalias.el (build-mail-aliases): Make it interactive.
3177         * mail/sendmail.el (build-mail-aliases): Update autoload.
3179         * dired.el (dired-trivial-filenames, dired-chown-program)
3180         (dired-auto-revert-buffer): Remove autoload cookies.
3181         * mail/sendmail.el (mail-recover-1): Require 'dired.
3183         * dired.el (dired-subdir-switches, dired-chown-program)
3184         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3185         Make into defcustoms.
3186         (dired-chown-program): Simplify initialization.
3188         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3190 2010-12-13  Romain Francoise  <romain@orebokech.com>
3192         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3194 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196         * net/netrc.el (netrc-point-at-eol): Remove the unused
3197         netrc-point-at-old and netrc-bound-and-true-p bindings.
3198         (netrc-parse): Cache the netrc contents.
3200 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
3202         * subr.el (posn-col-row): Evaluate header-line-format in the
3203         context of the POSITION window's buffer.
3205 2010-12-13  Glenn Morris  <rgm@gnu.org>
3207         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3208         (with-silent-modifications): Doc fixes.
3210 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
3212         * net/tramp.el (tramp-action-password, tramp-process-actions):
3213         Revert previous from.  Use `save-restriction'.
3215 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
3217         * calendar/diary-lib.el (diary-list-sexp-entries):
3218         Handle case of no newline at end of file.  (Bug#7536)
3220 2010-12-13  Glenn Morris  <rgm@gnu.org>
3222         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3224 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
3226         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3227         (tramp-process-actions): Do not widen.
3229         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3230         Protect buffer-modified value.  (Bug#7557)
3232 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
3234         * log-edit.el (log-edit-changelog-entries):
3235         Regexp quote filename.  (Bug#7505)
3237 2010-12-13  Tom Breton  <tehom@panix.com>
3239         * cus-edit.el (custom-save-all):
3240         Bind print-length and print-level to nil.  (Bug#7581)
3242 2010-12-13  Glenn Morris  <rgm@gnu.org>
3244         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3245         Run hooks to update menu contents.  (Bug#7586)
3247         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3248         file names, for the sake of MS Windows.  (Bug#7588)
3250 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3253         empty lines without a leading space.
3255 2010-12-13  Leo  <sdl.web@gmail.com>
3257         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3258         while mapping over marks (Bug#6810).
3260 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
3262         * image-dired.el (image-dired-db-file)
3263         (image-dired-temp-image-file, image-dired-gallery-dir)
3264         (image-dired-temp-rotate-image-file): Set default values relative
3265         to image-dired-dir (Bug#7518).
3267 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
3269         * format.el (format-decode-run-method): Pass args FROM and TO, not
3270         point-min and point-max, to shell-command-on-region (Bug#7488).
3272 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
3274         * frame.el (blink-cursor-mode): Make default t for ns.
3276 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
3278         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3280 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
3282         * comint.el (comint-dynamic-list-input-ring)
3283         (comint-dynamic-complete-filename)
3284         (comint-replace-by-expanded-filename)
3285         (comint-dynamic-simple-complete)
3286         (comint-dynamic-list-filename-completions)
3287         (comint-dynamic-list-completions): Doc fix (Bug#7499).
3289         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3290         Doc fix (Bug#7471).
3292 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
3294         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3295         (Bug#7533).
3297 2010-12-13  W. Martin Borgert  <debacle@debian.org>  (tiny change)
3299         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3300         (Bug#7491).
3302 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
3304         * files.el (file-relative-name): Handle UNC file names on
3305         DOS/Windows.  (Bug#4674)
3307 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
3309         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3310         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
3311         (epg-context-set-passphrase-callback): Mention that the callback
3312         is not called when used with GnuPG 2.x.
3314 2010-12-13  Glenn Morris  <rgm@gnu.org>
3316         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3317         Ensure ps-footer-font-size-internal is initialized.
3318         Call ps-get-page-dimensions before trying to use ps-font-for-text.
3320 2010-12-13  Kenichi Handa  <handa@m17n.org>
3322         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3323         within condition-case.
3324         (rmail-show-mime): Don't use condition-case.
3325         (rmail-search-mime-message): New function.
3326         (rmail-search-mime-message-function): Set to
3327         rmail-search-mime-message.
3329 2010-12-13  Leo  <sdl.web@gmail.com>
3331         * ido.el (ido-common-initialization): New function.  (bug#3274)
3332         (ido-mode): Use it.
3333         (ido-completing-read): Call it.
3335 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
3337         * bookmark.el (bookmark-name-from-full-record): Rename back to
3338         this original name from `bookmark-name-from-record' reverting part
3339         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3340         As Drew Adams pointed out, there was no reason to cause churn for
3341         third-party callers.  (Bug#7609)
3343 2010-12-12  Alan Mackenzie  <acm@muc.de>
3345         * progmodes/cc-engine.el (c-forward-type): Before scanning a
3346         template arglist, check that the current language supports this.
3348 2010-12-11  Glenn Morris  <rgm@gnu.org>
3350         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3351         state of the file matches.  (Bug#7544)
3352         (vc-bzr-register, vc-bzr-checkin)
3353         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3354         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3356         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3358 2010-12-11  Karel Klíč  <kklic@redhat.com>
3360         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
3362 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3364         Derive from prog-mode, use derived-mode-p, and fix up various
3365         minor style issues in lisp/progmodes.
3367         * progmodes/vhdl-mode.el (vhdl-mode):
3368         * progmodes/verilog-mode.el (verilog-mode):
3369         * progmodes/vera-mode.el (vera-mode):
3370         * progmodes/sql.el (sql-mode):
3371         * progmodes/scheme.el (scheme-mode):
3372         * progmodes/perl-mode.el (perl-mode):
3373         * progmodes/octave-inf.el (inferior-octave-mode):
3374         * progmodes/autoconf.el (autoconf-mode):
3375         * progmodes/m4-mode.el (m4-mode):
3376         * progmodes/inf-lisp.el (inferior-lisp-mode):
3377         * progmodes/idlwave.el (idlwave-mode):
3378         * progmodes/icon.el (icon-mode):
3379         * progmodes/idlw-help.el (idlwave-help-mode):
3380         * progmodes/dcl-mode.el (dcl-mode):
3381         * progmodes/idlw-shell.el (idlwave-shell-mode):
3382         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3383         (ebrowse-member-mode, ebrowse-electric-position-mode):
3384         Use define-derived-mode.
3386         * progmodes/xscheme.el (exit-scheme-interaction-mode)
3387         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3388         (xscheme-debugger-mode-p, xscheme-send-string-1):
3389         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3390         (tcl-load-file, tcl-restart-with-file):
3391         * progmodes/ps-mode.el (ps-run-running):
3392         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3393         * progmodes/js.el (js--get-all-known-symbols):
3394         * progmodes/inf-lisp.el (inferior-lisp-proc):
3395         * progmodes/idlwave.el (idlwave-beginning-of-statement)
3396         (idlwave-template, idlwave-update-buffer-routine-info)
3397         (idlwave-update-current-buffer-info)
3398         (idlwave-get-routine-info-from-buffers, idlwave-choose)
3399         (idlwave-scan-class-info, idlwave-fix-keywords)
3400         (idlwave-list-buffer-load-path-shadows):
3401         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3402         (idlwave-toolbar-remove):
3403         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3404         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3405         (idlwave-shell-menu-def):
3406         * progmodes/idlw-complete-structtag.el
3407         (idlwave-prepare-structure-tag-completion):
3408         * progmodes/gud.el (gud-set-buffer):
3409         * progmodes/f90.el (f90-backslash-not-special):
3410         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3412         * progmodes/xscheme.el (xscheme-start)
3413         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3414         * progmodes/which-func.el (which-function):
3415         * progmodes/vhdl-mode.el (vhdl-set-style):
3416         * progmodes/verilog-mode.el (verilog-set-compile-command)
3417         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3418         (verilog-set-define, verilog-auto-reeval-locals):
3419         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3420         * progmodes/simula.el (simula-mode):
3421         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3422         * progmodes/python.el (python-check, python-mode):
3423         * progmodes/prolog.el (prolog-mode-variables):
3424         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3425         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3426         * progmodes/delphi.el (delphi-mode):
3427         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3428         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3429         (c-font-lock-init): Move make-local-variable to their setq.
3431         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3432         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3433         make-local-hook.
3434         * progmodes/sh-script.el (sh-require-final-newline): Remove.
3435         (sh-set-shell): Don't set require-final-newline since it's already done
3436         by prog-mode.
3437         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3438         since we never set it.
3439         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3440         Use read-string and standard prompt.
3441         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3442         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3443         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3444         (meta-common-mode-map): Rename from meta-mode-map.
3445         Remove C-m binding, which is a user preference, not mode specific.
3446         (meta-common-mode): New major mode; replace meta-common-initialization.
3447         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3448         around with font-lock.
3449         * progmodes/etags.el (select-tags-table-mode):
3450         Derive from special-mode.
3451         * progmodes/octave-mod.el (octave-mode):
3452         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3453         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3454         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3455         Let define-derived-mode do its job.
3456         * progmodes/cpp.el (cpp-edit-mode-map):
3457         Move initialization into declaration.
3458         (cpp-edit-mode): Use define-derived-mode.
3459         (cpp-edit-load): Use derived-mode-p.
3460         * progmodes/mixal-mode.el (mixal-mode):
3461         * progmodes/f90.el (f90-mode):
3462         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3463         require-final-newline since prog-mode does it already.
3464         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3465         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3466         * progmodes/antlr-mode.el: Require cc-mode upfront.
3467         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3468         the declaration.
3469         (antlr-directory-dependencies, antlr-show-makefile-rules):
3470         Use derived-mode-p.
3471         (antlr-language-option): Don't assume point-min==1.
3472         (antlr-mode): Use define-derived-mode.
3473         * progmodes/ada-mode.el: Use derived-mode-p.
3474         (ada-mode): Use define-derived-mode.
3475         Use hack-local-variables-hook.
3477 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3479         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3480         (texinfo-mode): Don't disable adaptive-fill-mode.
3481         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3482         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3483         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3484         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3485         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3486         (texinfo-insert-@quotation, texinfo-insert-@samp)
3487         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3488         (texinfo-insert-@uref): Use define-skeleton.
3489         (texinfo-insert-@-with-arg): Delete.
3491 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
3493         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3494         nil, do quote archive member names.  (Bug#6144)
3496 2010-12-10  Glenn Morris  <rgm@gnu.org>
3498         * files.el (diff-no-select): Declare.
3500         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3501         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3503         * comint.el (comint-input-ring-file-name): Doc fix.
3505 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
3507         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3508         New functions.
3509         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3510         Use them instead of `nil' and `>', respectively.
3511         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3512         instead of `nil'.
3513         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3514         and menu-bar-positive-p instead of `nil' and `>', respectively.
3515         (Bug#1077)
3517 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3519         * whitespace.el (whitespace-newline-mode): Code fix.
3521 2010-12-09  Glenn Morris  <rgm@gnu.org>
3523         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3524         Rename functions without commas, update callers.
3526 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
3528         * whitespace.el (whitespace-cleanup-region):
3529         Clean up spaces before tabs.  (Bug#7582)
3531 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
3533         * bookmark.el: Adjust parameter names and doc strings to resolve
3534         confusion over whether "bookmark" meant a bookmark name or a
3535         bookmark record.  Along the way, shorten one function's name for
3536         similar reasons.  (Issue #7548)
3537         (bookmark-name-from-record): New name for
3538         `bookmark-name-from-full-record'.  All callers changed.
3539         (bookmark-get-bookmark, bookmark-get-bookmark-record)
3540         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3541         (bookmark-get-annotation, bookmark-set-annotation)
3542         (bookmark-get-filename, bookmark-set-filename)
3543         (bookmark-get-position, bookmark-set-position)
3544         (bookmark-get-front-context-string, bookmark-set-front-context-string)
3545         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3546         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3547         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3548         Rename `bookmark' parameter to `bookmark-name-or-record', to
3549         clearly show its role, and shorten or adjust doc strings accordingly.
3550         (bookmark-set-name): Same, and pass the parameter directly to
3551         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3552         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3553         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3554         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3555         and in some cases shorten doc string accordingly.
3556         (bookmark-rename): Change `old' and `new' parameters to `old-name'
3557         and `new-name', and adjust an internal variable to avoid confusion.
3558         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3559         parameter in doc string.
3561 2010-12-08  Glenn Morris  <rgm@gnu.org>
3563         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3564         from gdb's history file.  (Bug#7575)
3566         * mail/emacsbug.el (report-emacs-bug):
3567         Try to handle some other mail clients.
3569 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * files.el (dir-locals-collect-variables): Don't let errors stop us.
3572         Use string-prefix-p.
3573         (file-name-version-regexp): New var.
3574         (file-name-sans-versions):
3575         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3576         (jka-compr-get-compression-info): Use dolist.
3577         (jka-compr-compression-info-list): Don't bother specifying
3578         version/backup regexps.
3580 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
3582         * simple.el (just-one-space): Make argument n default to 1 if
3583         omitted.
3585 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * electric.el (electric-indent-post-self-insert-function):
3588         Delete trailing newlines even if we don't reindent.
3590 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * minibuffer.el (completion-at-point): Remove the `arg'.
3593         * bindings.el (complete-symbol): Move back from minibuffer.el.
3595 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3597         * simple.el (just-one-space): Delete newlines for negative arg.
3599 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3601         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3602         (ansi-color-filter-apply): Simplify.
3603         (ansi-color-apply): Use `font-lock-face' rather than `face'.
3605 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
3607         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3609 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
3611         * dired.el (dired-use-ls-dired): Set default to a special
3612         "unspecified" value.
3613         (dired-insert-directory): When called the first time, check
3614         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3616 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
3618         * replace.el: Add "collect" feature to occur.
3619         (occur-collect-regexp-history): New var.
3620         (occur-read-primary-args): Return a replace string for nlines,
3621         if needed.
3622         (occur): Extend the meaning of nlines.
3624 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3627         (which-func-update-1): Distinguish symbols from strings.
3628         (which-function): Stay within 80 columns.
3630 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3632         * subr.el (with-demoted-errors): Distinguish symbols from strings.
3634         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3635         Improve docstring.
3636         (comment-style): Use comment-styles's docs to describe values.
3638 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
3640         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3641         and ns-show-prefs (Bug#7535).
3643         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3644         bindings (Bug#7535).
3646 2010-12-03  Glenn Morris  <rgm@gnu.org>
3648         * nxml/nxml-mode.el: Require rng-nxml.
3649         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3650         Remove declarations.
3652         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3653         * nxml/rng-nxml.el, nxml/rng-valid.el:
3654         Remove leading `*' from defcustom docs.
3656         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3657         (normal-top-level-add-to-load-path, tty-handle-args):
3658         Convert comments to basic doc-strings.
3660         * net/browse-url.el (browse-url-url-at-point)
3661         (browse-url-default-browser): Remove autoload cookies.
3663         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3664         Remove more undefined cl functions.
3666         * vc/diff.el (diff-sentinel): Make new arguments optional.
3667         * ibuf-ext.el (diff-sentinel): Update declaration.
3669 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
3671         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3672         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
3673         (epg-context-set-passphrase-callback): Mention that the callback
3674         is not called when used with GnuPG 2.x.
3676 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
3678         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3679         (tramp-file-name-port): Check also for `tramp-default-port'.
3680         (tramp-get-connection-name): New defun.
3681         (tramp-get-connection-process): Use it.
3682         (tramp-debug-message): Extend function exclude list.
3683         (tramp-drop-volume-letter): Fix doc string.
3685         * net/tramp-cmds.el: Remove solved todo item.
3687         * net/tramp-ftp.el:
3688         * net/tramp-gvfs.el:
3689         * net/tramp-gw.el:
3690         * net/tramp-imap.el:
3691         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3692         and `tramp-default-user-alist', respectively.
3694         * net/tramp-gw.el (tramp-gw-open-connection):
3695         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3697         * net/tramp-imap.el (tramp-imap-make-iht): Use just
3698         `tramp-file-name-port'.
3700         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3701         and "psftp".  Exchange "%k" marker with options.
3702         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3703         Compute size of link target.
3704         (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3705         `tramp-current-*' up due to gateway methods.  Optimize computing of
3706         copy arguments.  Use `tramp-get-connection-name' and
3707         `tramp-get-connection-buffer'.  Improve debug messages.
3708         (tramp-compute-multi-hops): Remove port determination.
3709         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3711         * net/trampver.el: Update release number.
3713 2010-12-02  Glenn Morris  <rgm@gnu.org>
3715         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3716         Avoid infinite loop over windows.  (Bug#7492)
3718         * progmodes/flymake.el (flymake-check-file-limit):
3719         Allow nil to mean "no limit".
3720         (flymake-check-patch-master-file-buffer): Update for above change.
3721         Allow a .tex file-name extension to be optional.
3722         (flymake-master-tex-init): Also match \include statements.
3724 2010-11-30  Sam Steingold  <sds@gnu.org>
3726         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3727         (nxml-parent-document-set): A function to set `nxml-parent-document'.
3728         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3729         (nxml-mode-hook): Remove `defcustom' (auto-defined by
3730         define-derived-mode').
3731         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3732         users who want to call `nxml-parent-document-set'.
3734 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3736         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3737         stand-alone lines, since that is handled by log-edit-match-to-eoh
3738         (Bug#6465).
3740 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
3742         * dired.el (dired-get-filename): Replace backslashes with slashes
3743         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
3744         * locate.el (locate-default-make-command-line): Don't consider
3745         drive letter and root directory part of
3746         `directory-listing-before-filename-regexp'.  (Bug#7308)
3747         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3749 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3752         of :smie-open/close-alist.
3753         (smie-next-sexp): Make it accept a "start token" as argument.
3754         (smie-indent-keyword): Be careful not to misidentify tokens that span
3755         more than one line, as empty lines.  Add argument `token'.
3757 2010-11-27  Kenichi Handa  <handa@m17n.org>
3759         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3760         multipart subtypes, insert all as usual.
3762         * mail/rmail.el: Require rfc2047.
3764 2010-11-27  Kenichi Handa  <handa@m17n.org>
3766         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3767         (rmail-mime-entity-disposition)
3768         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3769         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3770         (rmail-mime-save): Handle the case that the button's `data' is a
3771         MIME entity.
3772         (rmail-mime-insert-text): New function.
3773         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3774         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3775         (rmail-mime-insert-bulk): New function mostly copied from the old
3776         rmail-mime-bulk-handler.
3777         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3778         (rmail-mime-process-multipart): New function mostly copied from
3779         the old rmail-mime-multipart-handler.
3780         (rmail-mime-show): Just call rmail-mime-process.
3781         (rmail-mime-process): New function mostly copied from the old
3782         rmail-mime-show.
3783         (rmail-mime-insert-multipart, rmail-mime-parse)
3784         (rmail-mime-insert, rmail-show-mime)
3785         (rmail-insert-mime-forwarded-message)
3786         (rmail-insert-mime-resent-message): New functions.
3787         (rmail-insert-mime-forwarded-message-function): Set to
3788         rmail-insert-mime-forwarded-message.
3789         (rmail-insert-mime-resent-message-function): Set to
3790         rmail-insert-mime-resent-message.
3792         * mail/rmailsum.el: Require rfc2047.
3793         (rmail-header-summary): Handle multiline Subject: field.
3794         (rmail-summary-line-decoder): Change the default to
3795         rfc2047-decode-string.
3797         * mail/rmail.el (rmail-enable-mime): Change the default to t.
3798         (rmail-mime-feature): Change the default to `rmailmm'.
3799         (rmail-quit): Delete the specifal code for rmail-enable-mime.
3800         (rmail-display-labels): Likewise.
3801         (rmail-show-message-1): Check rmail-enable-mime, and use
3802         rmail-show-mime-function for a MIME message.  Decode the headers
3803         according to RFC2047.
3805 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3807         * progmodes/which-func.el (which-func-imenu-joiner-function):
3808         Return a string, as expected.
3809         (which-function-mode): Make sure we stop any previous timer before
3810         starting a new one.
3812 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
3814         * net/tramp.el (tramp-default-method-alist)
3815         (tramp-default-user-alist, tramp-default-proxies-alist):
3816         Adapt custom options type.  (Bug#7445)
3818 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3820         * progmodes/python.el: Add Ipython support (Bug#5390).
3821         (python-shell-prompt-alist)
3822         (python-shell-continuation-prompt-alist): New options.
3823         (python--set-prompt-regexp): New function.
3824         (inferior-python-mode, run-python, python-shell):
3825         Require ansi-color.  Use python--set-prompt-regexp to set the comint
3826         prompt based on the Python interpreter.
3827         (python--prompt-regexp): New var.
3828         (python-check-comint-prompt)
3829         (python-comint-output-filter-function): Use it.
3830         (run-python): Use a pipe (Bug#5694).
3832 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3834         * progmodes/python.el (run-python): Doc fix.
3835         (python-keep-current-directory-in-path): New var (Bug#7454).
3837 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3839         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3840         Prompt user before actually printing.
3842 2010-11-27  Glenn Morris  <rgm@gnu.org>
3844         * startup.el (package-enable-at-startup, package-initialize):
3845         Remove unnecessary declarations.
3847 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
3849         * international/characters.el (glyphless-char-display-control):
3850         Exclude newline and TAB from the c0-control group.
3852 2010-11-27  Glenn Morris  <rgm@gnu.org>
3854         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3855         (expand-mail-aliases): Remove unnecessary autoload.
3857         * allout.el (allout-command-prefix, allout-mode-map): Declare.
3859         * shell.el (shell-dir-cookie-re): Move definition before use.
3861         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3862         Replace undefined CL functions.
3864 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
3866         * simple.el (prog-mode): Set bidi-paragraph-direction to
3867         left-to-right.
3869         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3871 2010-11-26  Glenn Morris  <rgm@gnu.org>
3873         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3874         diary-outlook-formats can be sensitive to calendar-date-style.
3875         (diary-outlook-formats): Simplify the default setting.
3876         (diary-from-outlook-internal): Pass subject and body as arguments.
3877         Use dolist rather than dotimes.  Don't save the diary buffer.
3878         (diary-from-outlook-gnus, diary-from-outlook-rmail):
3879         Pass subject and body as explicit arguments to the -internal function.
3881 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3884         parsing them.  This makes mailto:...?subject=foo\nbar work.
3886 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * vc/diff.el (diff): Fix last change.
3890 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
3893         (pcase--dontcare-upats): New var.
3894         (pcase-let, pcase-let*): Generate better code.
3895         Accept the same bodies as `let'.
3896         (pcase-dolist): New macro.
3897         (pcase--trivial-upat-p): New helper function.
3898         (pcase--expand): Strip leading "(let nil" if any.
3900 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902         * mail/mailclient.el (browse-url): Require.
3903         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3904         use the external browser function to send the mail (bug#7469).
3906         * net/browse-url.el (browse-url-browser-function): Revert the
3907         default back to the previous value, since the new value broke
3908         mailclient.el.
3909         (browse-url-mailto-function): New variable for mailto: URLs.
3910         (browse-url): Use the new variable for mailto: URLs.
3912 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3914         * eshell/esh-cmd.el (eshell-parse-command):
3915         * eshell/esh-arg.el (eshell-parse-arguments):
3916         * eshell/em-script.el (eshell-source-file):
3917         Use with-silent-modifications.
3919 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
3921         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
3922         for a merge location.
3924         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3925         (vc-bzr-merge-branch): Always prompt.
3926         (vc-bzr-async-command): Use the full branch filename.
3928 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3930         * shell.el (shell): Use current-buffer by default if it's already
3931         a shell mode buffer and its process is dead.
3932         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3934 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
3936         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3937         Mention that the keywords should be comma separated.
3939 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
3941         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3942         Accept optional prefix arg meaning to prompt for a command.
3943         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
3944         prefix arg meaning to prompt for a command.
3945         (vc-pull): Alias for vc-update.
3947         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3948         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3949         (vc-bzr-merge-branch): New functions, implementing merge-branch
3950         and pull operations.
3952 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * Makefile.in: Fix up last merge.
3956         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3957         (diff-sentinel): Get them as arguments instead.
3958         (diff-old-file, diff-new-file, diff-extra-args): Remove.
3959         (diff-file-local-copy, diff-better-file-name): New funs.
3960         (diff-no-select): Rename from diff-into-buffer.
3961         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
3962         Prefer closures to buffer-local variables.
3963         (diff): Adjust accordingly.
3964         (diff-buffer-with-file): Move from files.el.
3965         * files.el (diff-buffer-with-file): Move to vc/diff.el.
3966         (diff-buffer-internal): Remove.
3967         (diff-buffer-buffer): Remove.
3968         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3969         the buffer name used, and so as not to mess up windows and frames.
3971 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
3973         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3974         (diff-buffer-internal): New function extracted from diff-buffer-with-file
3975         (diff-buffer-with-file): Use it.
3976         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3977         (diff): Use it.
3979 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3981         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3982         \ref's or \pageref's value as default instead of initial input.
3984 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
3986         * files.el (backup-by-copying-when-mismatch): The default value is
3987         now t.
3989         * startup.el (normal-top-level):
3990         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3991         `backup-by-copying-when-mismatch'.
3993 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3995         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3997 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3999         * progmodes/python.el (python-font-lock-keywords):
4000         Highlight top-level augmented assignments (Bug#6445).
4002 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4004         * term/ns-win.el (ns-right-control-modifier)
4005         (ns-right-command-modifier): Defvar them.
4007         * cus-start.el (all): Add ns-right-control-modifier and
4008         ns-right-command-modifier (Bug#7458).
4010 2010-11-20  Glenn Morris  <rgm@gnu.org>
4012         * emacs-lisp/authors.el (authors-ignored-files)
4013         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4015 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4017         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4018         (report-emacs-bug-parse-query-results)
4019         (report-emacs-bug-create-existing-bugs-buffer): Pass through
4020         keywords used for querying the bug database to show them in the
4021         existing bugs buffer.
4023 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
4025         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4027         * info.el (info-tool-bar-map): Add some :vert-only keywords.
4029 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
4031         * international/characters.el (glyphless-char-display-control):
4032         Make it a defcustom, with update-glyphless-char-display as its
4033         :set attribute.
4034         (top level): Don't call update-glyphless-char-display.
4036 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
4038         Sync with Tramp 2.2.0.
4040         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4041         `file-remote-p' (due to compatibility).
4043         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4044         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4046         * net/trampver.el: Update release number.
4048 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
4050         * faces.el (glyphless-char): Define value for `pc'.
4052 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4054         Implemented a bug querying mechanism.
4055         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4056         (report-emacs-bug-create-existing-bugs-buffer)
4057         (report-emacs-bug-parse-query-results)
4058         (report-emacs-bug-query-existing-bugs): New functions.
4060 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
4062         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4063         a \ref{} or \pageref{} macro, then use its value as initial input.
4065 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4067         * calc/calc-units.el (math-build-units-table-buffer):
4068         calc/README: Mention that the TeX specific units won't use the
4069         `tex' prefix in TeX mode.
4070         calc/calc-lang.el (math-variable-table): Don't use the `tex'
4071         prefix for units in TeX mode.
4073 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * simple.el (kill-new, kill-append, kill-region):
4076         * comint.el (comint-kill-region): Make the yank-handler argument
4077         obsolete.
4079 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4082         that are both openers (resp. closers) and something else.
4083         (smie-grammar): Loosen definition of valid values.
4084         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4085         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4086         (smie-indent-after-keyword): Adjust users.
4087         (smie-indent-keyword): Don't indent empty lines.
4089         * vc-hg.el (vc-hg-program): New var.
4090         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4091         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4093 2010-11-18  Glenn Morris  <rgm@gnu.org>
4095         * emacs-lisp/autoload.el (autoload-find-destination): The function
4096         coding-system-eol-type may return non-numeric values.  (Bug#7414)
4098 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
4100         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4102 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
4104         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
4106 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
4108         * textmodes/picture.el (picture-mouse-set-point): Don't use
4109         posn-col-row; explicitly compute the motion based on the posn at
4110         the window-start (Bug#7390).
4112 2010-11-18  Glenn Morris  <rgm@gnu.org>
4114         * novice.el (disabled-command-function):
4115         Fix 2009-11-15 change.  (Bug#7384)
4117 2010-11-18  Glenn Morris  <rgm@gnu.org>
4119         * calendar/calendar.el (diary-iso-date-forms): Make elements
4120         mutually exclusive.  (Bug#7377)
4122 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4125         when filling the remaining "unconstrained" values.
4127 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4130         safety predicate.
4132         * files.el (safe-local-variable-p): Gracefully handle errors.
4134         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4135         Use smie-indent-virtual when indenting relative to an opener.
4136         (smie-rule-separator): Use smie-rule-parent.
4137         (smie-indent-keyword): Consult rules, even for openers at bol.
4138         (smie-indent-comment-close): Try to align closer's content.
4140 2010-11-18  Glenn Morris  <rgm@gnu.org>
4142         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4144 2010-11-18  Glenn Morris  <rgm@gnu.org>
4146         * printing.el (pr-menu-bind): Doc fix.
4148         * speedbar.el (speedbar-toggle-images): Doc fix.
4150         * progmodes/python.el (python-shell): Doc fix.
4152         * wid-edit.el (widget-field-use-before-change)
4153         (widget-use-overlay-change): Doc fixes.
4155 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         Minor cleanup to improve style.
4158         * textmodes/rst.el (rst-update-section): Use point-marker.
4159         (rst-get-decoration): Eliminate unneeded assignment.
4160         (rst-promote-region, rst-straighten-decorations)
4161         (rst-section-tree, rst-adjust): Use point-marker.
4162         (rst-toc-mode-mouse-goto): Avoid setq.
4163         (rst-shift-region-guts, rst-shift-region-left)
4164         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4165         (rst-convert-bullets-to-enumeration): Use copy-marker.
4167         * minibuffer.el (completion-fail-discreetly): New var.
4168         (completion--do-completion): Use it.
4170         * electric.el (electric-pair-pairs): New var.
4171         (electric-pair-post-self-insert-function): Use it.
4172         (electric-layout-post-self-insert-function): Don't insert a before
4173         newline unless it's actually needed.
4175 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * progmodes/python.el (run-python): Explain why we remove the current
4178         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
4180         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4182 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4184         * progmodes/octave-mod.el: Rely on elecric-*-modes.
4185         (octave-mode-map): Don't bind ;, SPC, and LF.
4186         (octave-auto-indent, octave-auto-newline): Remove.
4187         (electric-layout-rules): Declare.
4188         (octave-mode): Set electric-layout-rules.
4189         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4190         (octave-reindent-then-newline-and-indent, octave-electric-semi)
4191         (octave-electric-space): Remove.
4193         * electric.el (electric-layout-mode): New minor mode.
4194         (electric--after-char-pos): New function.
4195         (electric-indent-post-self-insert-function): Use it.
4196         (electric-layout-rules): New var.
4197         (electric-layout-post-self-insert-function): New function.
4198         (electric-indent-mode): Make them interact better.
4200 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4202         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4203         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4204         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4206 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
4208         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4209         Make sure to check inside the word (Bug#6761).
4211 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
4213         * startup.el (command-line): If the cursorColor resource is set,
4214         change the cursor face-spec (Bug#7392).
4216 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
4218         The main features of the following allout.el changes are:
4219         - implement user customization for the allout key bindings
4220         - add a customization control by which the user can inhibit use of
4221           a trailing Ctrl-H, so by default it's reserved for use with
4222           describe-prefix-bindings
4223         - adapt to new version of called-interactively-p, while
4224           maintaining backwards compatibility with old version
4225         - fix hotspot navigation so i works properly with meta-modified keys.
4227         * allout.el (allout-keybindings, allout-bind-keys)
4228         (allout-keybindings-binding, allout-prefixed-keybindings)
4229         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4230         (allout-keybindings-list, allout-mode-map-adjustments)
4231         (allout-setup-mode-map): Establish allout-mode keymaps as user
4232         customizable settings, and also establish a customizable setting which
4233         regulates whether or not a trailing control-h is reserved for use with
4234         describe-prefix-bindings - and inhibit it by default, so that control-h
4235         *is* reserved for describe-prefix-bindings unless the user changes it.
4237         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4238         and accurately between modified and unmodified events, and handle
4239         modified events more comprehensively.
4241         * allout.el (allout-substring-no-properties):
4242         Alias to use or provide version of `substring-no-properties'.
4243         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4245         * allout.el (allout-next-single-char-property-change):
4246         Alias to use or provide version of `next-single-char-property-change'.
4247         (allout-annotate-hidden, allout-hide-by-annotation):
4248         Use `allout-next-single-char-property-change'.
4250         * allout.el (allout-select-safe-coding-system):
4251         Alias to use or provide version of `select-safe-coding-system'.
4252         (allout-toggle-subtree-encryption):
4253         Use `allout-select-safe-coding-system'.
4255         * allout.el (allout-set-buffer-multibyte):
4256         Alias to use or provide version of `set-buffer-multibyte'.
4257         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4259         * allout.el (allout-called-interactively-p): Macro for using the
4260         different versions of called-interactively-p identically, depending on
4261         the subroutine's argument signature.
4262         (allout-back-to-current-heading, allout-beginning-of-current-entry):
4263         Use `(interactive "p")' instead of `(called-interactively-p)'.
4265         * allout.el (allout-init, allout-ascend, allout-end-of-level)
4266         (allout-previous-visible-heading, allout-forward-current-level)
4267         (allout-backward-current-level, allout-show-children):
4268         Use `allout-called-interactively-p' instead of `called-interactively-p'.
4270         * allout.el (allout-before-change-handler):
4271         Exempt edits to the (overlaid) character after the allout outline
4272         bullet from edit confirmation prompt.
4274         * allout.el (allout-add-resumptions):
4275         Ensure that it respects correct buffer for keybindings.
4277         * allout.el (allout-beginning-of-line):
4278         Use `allout-previous-single-char-property-change' alias for the sake of
4279         diverse compatibility.
4281         * allout.el (allout-end-of-line):
4282         Use `allout-mark-active-p' to encapsulate respect for mark activity.
4284 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
4286         * frame.el (frame-notice-user-settings): Don't clobber other
4287         user-set parameters when calling face-set-after-frame-default in
4288         response to background-color parameter (Bug#7373).
4290 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
4292         * international/characters.el (glyphless-char-display-control):
4293         Rename from glyphless-char-control; all users changed.  Doc fix.
4294         Signal an error if display method is not one of the recognized
4295         symbols.
4297 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
4299         * net/tramp-compat.el (tramp-compat-line-beginning-position)
4300         (tramp-compat-line-end-position): Remove them.
4302         * net/tramp.el (tramp-parse-rhosts-group)
4303         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4304         (tramp-parse-hosts-group, tramp-parse-passwd-group)
4305         (tramp-parse-netrc-group, tramp-parse-putty-group)
4306         * net/tramp-cmds.el (tramp-append-tramp-buffers)
4307         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4308         (tramp-sh-handle-file-selinux-context)
4309         (tramp-sh-handle-file-name-all-completions)
4310         (tramp-sh-handle-insert-directory)
4311         (tramp-sh-handle-expand-file-name, tramp-find-executable)
4312         (tramp-wait-for-output, tramp-send-command-and-read)
4313         * net/tramp-smb.el (tramp-smb-read-file-entry)
4314         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4316         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4317         `point-at-bol'.
4318         (tramp-remote-coding-commands): Add an alternative using "base64
4319         -d -i".  This is needed for older base64 versions from GNU
4320         coreutils.  Reported by Klaus Reichl
4321         <Klaus.Reichl@thalesgroup.com>.
4323 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4325         * simple.el (count-words-region): New function.
4327 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4329         * shell.el (shell-dir-cookie-re): New custom variable.
4330         (shell-dir-cookie-watcher): New function.
4332         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4333         and compilation-mode (bug#7350).
4335         * vc/smerge-mode.el (smerge-refine): Choose better default part to
4336         highlight when one of them is empty.
4338         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4339         trailing space.
4340         (skeleton-newline): New function.
4341         (skeleton-internal-1): Use it.
4343         * simple.el (open-line): `newline' may strip trailing space.
4345 2010-11-12  Kevin Ryde  <user42@zip.com.au>
4347         * international/mule-cmds.el (princ-list): Use mapc.
4349 2010-11-12  Glenn Morris  <rgm@gnu.org>
4351         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4352         Use it to replace all instances of "*Compile-Log*".
4354 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4357         indentation specs.
4359 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * progmodes/modula2.el: Use SMIE and skeleton.
4362         (m2-mode-syntax-table): (*..*) can be nested.
4363         Add //...\n.  Fix paren syntax.
4364         (m2-mode-map): Remove LF and TAB bindings.
4365         (m2-indent): Add safety property.
4366         (m2-smie-grammar): New var.
4367         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4368         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4369         (m2-mode): Use define-derived-mode.
4370         (m2-newline, m2-tab): Remove.
4371         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4372         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4373         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4374         (m2-import): Use define-skeleton.
4376 2010-11-11  Glenn Morris  <rgm@gnu.org>
4378         * obsolete/lucid.el: Don't warn about any CL functions in this file.
4380         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4381         (ls-lisp-verbosity): Add custom :set-after property.
4382         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4383         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4384         (ls-lisp-insert-directory): Update caller.
4385         (ls-lisp-set-options): New function.
4386         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4387         Doc fix.
4389         * play/landmark.el (lm-prompt-for-move):
4390         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4392         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4394         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4395         (idlwave-study-twins): Prefix dynamic local variable `name'.
4396         (idlwave-routine-twin-compare): Update for above change.
4398         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4399         Prefix dynamic local variables `name', `kwd', and `link'.
4400         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4401         * progmodes/idlw-complete-structtag.el
4402         (idlwave-complete-structure-tag-help):
4403         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4404         (idlwave-complete-sysvar-tag-help)
4405         (idlwave-complete-class-structure-tag-help):
4406         Update for above name changes.
4408 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410         * net/browse-url.el (browse-url-browser-function): Change the
4411         default to use `browse-url-mail' on mailto: URLs.
4413 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
4415         * emacs-lisp/package.el (package-read-all-archive-contents):
4416         Reset package-archive-contents to nil before re-reading.
4418 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
4420         * textmodes/flyspell.el (flyspell-word): Do not re-check words
4421         already found as misspellings by (flyspell-large-region), just
4422         do highlighting (bug#7322).
4424 2010-11-10  Glenn Morris  <rgm@gnu.org>
4426         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4428         * emulation/edt.el (edt-with-position): New macro.
4429         (edt-find-forward, edt-find-backward, edt-find-next-forward)
4430         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4431         (edt-paragraph-forward, edt-paragraph-backward): Use it.
4433         * emulation/tpu-extras.el (tpu-with-position): New macro.
4434         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4436         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4438         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4439         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4440         (texinfo-master-menu, texinfo-insert-node-lines)
4441         (texinfo-multiple-files-update):
4442         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4443         Use line-beginning-position.
4445         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4446         No recent Emacs supports system-type `emx'.
4448         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4449         (ada-command-separator, ada-default-prj-properties)
4450         (ada-find-any-references): Update for above name change.
4452         * dirtrack.el (dirtrack-directory-function)
4453         (dirtrack-canonicalize-function):
4454         * filecache.el (file-cache-completion-ignore-case)
4455         (file-cache-case-fold-search, file-cache-ignore-case):
4456         * term.el (serial-port-is-file-p): Cosmetic change.
4458         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4459         Remove non-existent `windows-95' system-type.
4460         * dired.el (dired-chown-program): Remove non-existent `linux'
4461         system-type.
4463         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4464         (ping-program-options): Remove non-existent `linux' system-type.
4466         * startup.el (package-initialize): Update declaration.
4468         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4469         (ls-lisp-handle-switches): Use time-less-p.
4470         (ls-lisp-format-time): Use float-time.
4472         * textmodes/remember.el (remember-time-to-seconds): Remove.
4473         (remember-store-in-mailbox): Use float-time.
4475         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4477         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4478         never a real function.
4479         (with-no-warnings): Remove compat stub, now unused.
4480         (time-less-p): Doc fix.
4481         (time-to-number-of-days): Simplify.
4483         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4484         Remove.
4485         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4486         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4487         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4488         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4489         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4491         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4492         (eshell-shuffle-files, eshell-shorthand-tar-command)
4493         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4494         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4495         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4496         Prefix dynamic local variable `matches'.
4498         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4499         Prefix dynamic local variable `skeleton'.
4501 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4503         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4504         in mail buffer; make yank-action always a command that yanks original
4505         buffer.
4507 2010-11-09  Glenn Morris  <rgm@gnu.org>
4509         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4511 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * minibuffer.el (minibuffer-completion-help): Specify the end of the
4514         completion field (bug#7211).
4516         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4517         Fix handling of backslash escapes.
4518         (python-quote-syntax): Adjust accordingly.
4520 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
4522         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4523         (vc-mtn-workfile-branch): Adjust to new output format.
4525 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * international/mule-cmds.el (princ-list): Mark as obsolete.
4529 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * emacs-lisp/smie.el: New package.
4533 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
4535         * files.el (backup-by-copying-when-mismatch):
4536         Set `permanent-local' property.
4538         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4539         `permanent-local' property for `backup-by-copying-when-mismatch'.
4541 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
4543         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
4545 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
4547         * progmodes/verilog-mode.el (verilog-insert-one-definition)
4548         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4549         AUTOINOUT for SV style multidimensional arrays, bug294.
4550         Reported by Eric Mastromarchi.
4551         (verilog-preprocess): Use with-current-buffer and
4552         font-lock-fontify-buffer to cleanup style issues.
4554 2010-11-09  Glenn Morris  <rgm@gnu.org>
4556         * locate.el (locate, locate-mode): Doc fixes.
4558 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
4560         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4561         user for confirmation.
4562         (server-force-stop): Use it.
4563         (server-start): Use server-force-stop for kill-emacs-hook, to
4564         avoid user interaction while killing Emacs.
4566 2010-11-09  Glenn Morris  <rgm@gnu.org>
4568         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4569         (meta-indent-line): Simplify.
4571         * vc/emerge.el (emerge-line-number-in-buf):
4572         * textmodes/ispell.el (ispell-region):
4573         * textmodes/fill.el (current-fill-column):
4574         * progmodes/xscheme.el (xscheme-send-current-line):
4575         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4576         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4577         * progmodes/sh-script.el (sh-handle-prev-do):
4578         * progmodes/meta-mode.el (meta-indent-line):
4579         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4580         (idlwave-in-quote):
4581         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4582         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4583         * progmodes/fortran.el (fortran-looking-at-if-then):
4584         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4585         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4586         (cperl-find-pods-heres):
4587         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4588         * net/quickurl.el (quickurl-list-insert):
4589         * net/ldap.el (ldap-search-internal):
4590         * net/eudc.el (eudc-expand-inline):
4591         * mail/sendmail.el (sendmail-send-it):
4592         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4593         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4594         (viper-brac-function):
4595         * calc/calc-yank.el (calc-do-grab-region):
4596         * calc/calc-keypd.el (calc-keypad-press):
4597         * term.el (term-move-columns, term-insert-spaces):
4598         * speedbar.el (speedbar-highlight-one-tag-line):
4599         * simple.el (current-word):
4600         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4601         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4602         (Info-scroll-down):
4603         * hippie-exp.el (he-line-beg):
4604         * epa.el (epa--marked-keys):
4605         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4606         (dired-update-file-line, dired-add-entry, dired-remove-entry)
4607         (dired-relist-entry):
4608         * buff-menu.el (Buffer-menu-buffer):
4609         * array.el (current-line):
4610         * allout.el (allout-resolve-xref)
4611         (allout-latex-verbatim-quote-curr-line):
4612         Replace yet more uses of end-of-line etc with line-end-position, etc.
4614 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4617         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4618         (checkdoc-syntax-table): Initialize in the declaration.
4619         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4620         the mode on unconditionally.
4622         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4623         (extent-end-position, extent-start-position): Remove setf method for
4624         non-existing functions (bug#7319).
4626 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4629         (smie-precs->prec2): Rename from smie-precs-precedence-table.
4630         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4631         (smie-prec2->grammar): Rename from smie-prec2-levels.
4632         (smie-grammar): Rename from smie-op-levels.
4633         (smie-indent--hanging-p): Rename from smie-hanging-p.
4634         (smie-rule-hanging-p): New alias.
4635         (smie-indent--bolp): Rename from smie-bolp.
4636         (smie-indent--hanging-p): New alias.
4637         (smie--token): New dynamically bound variable.
4638         (smie-indent--parent): New function.
4639         (smie-rule-parent-p): Use it; rename from smie-parent-p.
4640         (smie-rule-next-p): Rename from smie-next-p.
4641         (smie-rule-prev-p): Rename from smie-prev-p.
4642         (smie-rule-sibling-p, smie-rule-parent)
4643         (smie-indent--separator-outdent, smie-rule-separator): New functions.
4644         (smie-rule-separator-outdent): New var.
4645         (smie-indent--rule): Merge with smie-indent--column.
4646         (smie-indent-forward-token, smie-indent-backward-token):
4647         Also recognize close parens.
4648         (smie-indent-keyword): Don't use smie-indent--column any more.
4649         (smie-indent-after-keyword): Ignore closers by default.
4650         (smie-indent-line): Use with-demoted-errors.
4651         * progmodes/octave-mod.el (octave-smie-grammar):
4652         Rename from octave-smie-op-levels.
4653         (octave-smie-rules): Adjust to new behavior.
4654         * progmodes/prolog.el (prolog-smie-grammar):
4655         Rename from prolog-smie-op-levels.
4657 2010-11-07  Glenn Morris  <rgm@gnu.org>
4659         * eshell/esh-util.el (subst-char-in-string)
4660         (directory-files-and-attributes): These compatibility definitions are
4661         not needed on any version of Emacs since at least 21.4.
4663         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4664         (verilog-get-end-of-line): Remove.
4665         (verilog-within-string, verilog-re-search-forward-substr)
4666         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4667         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4668         Use point-at-bol, point-at-eol.
4669         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4670         Remove.
4671         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4672         (electric-pascal-terminate-line, pascal-set-auto-comments)
4673         (pascal-indent-paramlist, pascal-indent-declaration)
4674         (pascal-get-lineup-indent, pascal-func-completion)
4675         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4676         Use point-at-bol, point-at-eol.
4677         * progmodes/flymake.el (flymake-line-beginning-position)
4678         (flymake-line-end-position): Remove.
4679         (flymake-highlight-line): Use point-at-bol, point-at-eol.
4680         * eshell/esh-util.el (line-end-position, line-beginning-position):
4681         Remove compat definitions.
4683         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4684         Use end-of-line N.
4685         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4686         Use line-end-position.
4688         * emacs-lisp/chart.el (chart-zap-chars):
4689         * play/decipher.el (decipher-set-map):
4690         * progmodes/ada-mode.el (ada-get-current-indent)
4691         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4692         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4693         * progmodes/ada-xref.el (ada-initialize-runtime-library)
4694         (ada-get-all-references):
4695         * progmodes/cperl-mode.el (cperl-electric-paren)
4696         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4697         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4698         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4699         (cperl-word-at-point-hard):
4700         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4701         (idlwave-shell-filename-string, idlwave-shell-batch-command)
4702         (idlwave-shell-display-line):
4703         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4704         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4705         * progmodes/js.el (js--re-search-forward-inner)
4706         (js--re-search-backward-inner):
4707         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4708         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4709         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4710         * textmodes/flyspell.el (flyspell-process-localwords):
4711         * textmodes/ispell.el (ispell-buffer-local-parsing)
4712         (ispell-buffer-local-dict, ispell-buffer-local-words):
4713         Use point-at-bol and point-at-eol.
4715         * speedbar.el (speedbar-generic-item-info)
4716         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4717         (speedbar-add-indicator, speedbar-check-vc-this-line)
4718         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4719         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4720         Replace more uses of end-of-line etc with line-end-position.
4722 2010-11-06  Glenn Morris  <rgm@gnu.org>
4724         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4725         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4726         (texinfo-delete-existing-pointers, texinfo-find-pointer)
4727         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4728         (texinfo-multiple-files-update):
4729         * textmodes/table.el (table--probe-cell-left-up)
4730         (table--probe-cell-right-bottom):
4731         * textmodes/picture.el (picture-tab-search):
4732         * textmodes/page-ext.el (pages-copy-header-and-position)
4733         (pages-directory-for-addresses):
4734         * progmodes/vera-mode.el (vera-get-offset):
4735         * progmodes/simula.el (simula-calculate-indent):
4736         * progmodes/python.el (python-pdbtrack-overlay-arrow):
4737         * progmodes/prolog.el (end-of-prolog-clause):
4738         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4739         * progmodes/icon.el (indent-icon-exp):
4740         * progmodes/etags.el (tag-re-match-p):
4741         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4742         * progmodes/ebnf2ps.el (ebnf-begin-file):
4743         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4744         (dcl-save-local-variable):
4745         * play/life.el (life-setup):
4746         * play/gametree.el (gametree-looking-at-ply):
4747         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4748         * mail/sendmail.el (mail-mode-auto-fill):
4749         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4750         * emacs-lisp/edebug.el (edebug-overlay-arrow):
4751         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4752         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4753         (woman-tab-to-tab-stop, WoMan-warn-ignored):
4754         * type-break.el (type-break-file-keystroke-count):
4755         * term.el (term-replace-by-expanded-history-before-point)
4756         (term-skip-prompt, term-extract-string):
4757         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4758         (speedbar-contract-line, speedbar-toggle-line-expansion)
4759         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4760         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4761         * sort.el (sort-skip-fields):
4762         * skeleton.el (skeleton-internal-list):
4763         * simple.el (line-move-finish, line-move-to-column):
4764         * shell.el (shell-forward-command):
4765         * misc.el (copy-from-above-command):
4766         * makesum.el (double-column):
4767         * ebuff-menu.el (electric-buffer-update-highlight):
4768         * dired.el (dired-move-to-end-of-filename):
4769         * dframe.el (dframe-popup-kludge):
4770         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4771         * arc-mode.el (archive-get-lineno):
4772         Use line-end-position and line-beginning-position.
4774         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4775         (idlwave-study-twins): Prefix dynamic local `class'.
4776         (idlwave-routine-twin-compare): Update for above name change.
4778         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4779         Use boundp tests to silence compiler.  Update for changed name of
4780         bytecomp-filename variable.
4782         * emulation/viper-cmd.el (viper-read-string-with-history):
4783         Prefix dynamic local `initial'.
4784         (viper-minibuffer-standard-hook): Update for above name change.
4786         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4787         (elint-init-form): Update for above name change.
4789         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4790         local variables `cbeg' and `cend' a prefix.
4791         (mail-extr-voodoo): Update for above name change.
4793         * textmodes/reftex-toc.el (reftex-toc-do-promote)
4794         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4795         (reftex-toc-promote-action): Doc fix.
4797         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4798         `prompt', `data' a prefix.
4799         (reftex-select-post-command-hook, reftex-select-callback)
4800         (reftex-select-mouse-accept, reftex-select-read-cite):
4801         Update for above name changes.
4803         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4804         `refstyle' to reftex-refstyle.
4805         (reftex-offer-label-menu): Update for above name change.
4806         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4807         `refstyle' name change.
4809         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4810         with with-current-buffer.
4811         (diff, template): Give dynamic local variables a prefix.
4812         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4813         (emerge-line-number-in-buf): Update for above name change.
4814         (emerge-combine-versions-internal): Rename local `template' to
4815         emerge-combine-template.
4816         (emerge-combine-versions-edit): Update for above name change.
4818 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
4820         * textmodes/reftex-cite.el
4821         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4822         entries with whitespace after \bibitem.
4823         (reftex-create-bibtex-file): Match entries containing numbers and
4824         symbol constituents.  Make sure that entries with whitespace at
4825         various places are found.
4827 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
4829         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4831 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
4833         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4835 2010-11-05  Glenn Morris  <rgm@gnu.org>
4837         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4838         (woman2-roff-buffer): Give local variable `request' a prefix.
4839         (woman0-macro): Rename argument `request' in the same way.
4840         (woman-request): New name for `request' dynamic variable.
4841         (woman-unquote, woman-forward-arg): Update for above name change.
4842         (woman1-roff-buffer): Give local variable `unquote' a prefix.
4843         (woman1-unquote): New name for `unquote' dynamic variable.
4844         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4845         (woman-translations): Rename from `translations'.  No longer global.
4846         (woman2-tr, woman-translate): Update for above name change.
4847         (woman-translate): Check for bound variable.
4848         (woman2-roff-buffer): Give local variable `translations' a prefix.
4850         * play/doctor.el: Give all local variables a prefix.  Update callers.
4851         (doc$, doctor-put-meaning): Use backquote.
4853         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4854         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4856         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4857         variables bytes, ptr, op a prefix.
4858         (disassemble-offset): Update for above change.
4860 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
4862         * emacs-lisp/package.el (package-unpack): Remove no-op.
4863         (package--builtins, package--dir): Doc fix.
4864         (package-activate-1, package-activate, package-install)
4865         (package-compute-transaction): Fix error message.
4866         (package-delete): Use delete-directory.  Omit system packages.
4867         (package-initialize): Set package-alist to nil first.
4868         (package-menu-mark-delete, package-menu-mark-install): Don't add
4869         symbols that are inconsistent with the package state.
4870         (package-menu-execute): Perform deletions and installations as
4871         single batch operations.
4873 2010-11-03  Glenn Morris  <rgm@gnu.org>
4875         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4876         (props): Remove unnecessary declaration.
4878         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4879         set-process-query-on-exit-flag.
4881         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4882         (reftex-toc-do-promote): Remove unused local `mpos'.
4883         (reftex-toc-restore-region): Make `mpos' local to this function.
4885         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4887         * play/landmark.el (lm-losing-threshold): Correct spelling.
4888         (lm-human-plays): Use new name.
4890         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4891         (gomoku-human-plays): Use new name.
4893         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4894         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4895         (gomoku-score-trans-table, gomoku-winning-threshold)
4896         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4898 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
4900         * emacs-lisp/package.el: Don't put built-in packages in
4901         package-alist, to avoid loading inefficiencies.
4902         (package-built-in-p): Make VERSION optional, and treat it as a
4903         minimum acceptable version.
4904         (package-activate): Search separately for built-in packages.
4905         Emit a warning if a dependency fails.
4906         (define-package): Handle most common case, where there is no
4907         obsolete package, first.
4908         (package-compute-transaction): Print required version in error.
4909         (package--initialized): New variable.
4910         (list-packages): Use it.
4911         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
4912         built-in packages in packages-alist; keep it separate.
4913         Set package--initialized.
4914         (describe-package): Avoid activating packages as a side-effect.
4915         Search separately for built-in packages.
4916         (describe-package-1): Handle the case where an elpa package is
4917         simultaneously built-in and available/installed.
4918         (package-installed-p, package--generate-package-list):
4919         Search separately for built-in packages.
4920         (package-load-descriptor): Doc fix.
4922 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * progmodes/perl-mode.el (perl-syntax-propertize-function):
4925         Handle __DATA__ and __END__.
4927 2010-11-02  Noah Friedman  <friedman@splode.com>
4929         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4930         nil, do not ask to recompile files that are not already compiled,
4931         and do not recompile them.
4933 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
4935         * emacs-lisp/package.el (package-initialize): Ensure that
4936         obsoleted built-in packages are not in package-activated-list
4937         during activation.
4938         (describe-package-1): Make the "installed" status override
4939         "built-in".
4941 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4943         * subr.el (version-separator, version-regexp-alist): Remove '*'
4944         from docstring.
4945         (version-list-<=, version<=, version=): Doc fix.
4947 2010-11-01  Kenichi Handa  <handa@m17n.org>
4949         * faces.el (glyphless-char): Inherit underline for tty.
4951 2010-11-01  Kenichi Handa  <handa@m17n.org>
4953         Implement various display methods for glyphless characters.
4955         * international/characters.el (char-acronym-table): New variable.
4956         (glyphless-char-control): New variable.
4957         (update-glyphless-char-display): New function.
4959         * faces.el (glyphless-char): New face.
4961 2010-11-01  Glenn Morris  <rgm@gnu.org>
4963         * calendar/holidays.el (general-holidays, oriental-holidays)
4964         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4965         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4966         the definitions of their targets.
4968         * emacs-lisp/smie.el (smie): New custom group.
4969         (smie-blink-matching-inners, smie-indent-basic): Add :group.
4971         * faces.el (xw-defined-colors, x-setup-function-keys):
4972         * mouse-sel.el (x-select-text):
4973         * term/w32console.el (x-setup-function-keys): Update declarations.
4975         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4977         * textmodes/ispell.el (comment-add): Declare.
4979         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4980         Declare.
4982         * info.el (finder-keywords-hash, package-alist): Declare.
4984 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
4986         * finder.el (finder-compile-keywords): Don't use intern-soft,
4987         since package names may not yet exist in the obarray.
4989 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
4991         * vc/vc-arch.el (vc-arch-checkin):
4992         * vc/vc-cvs.el (vc-cvs-checkin):
4993         * vc/vc-mtn.el (vc-mtn-checkin):
4994         * vc/vc-rcs.el (vc-rcs-checkin):
4995         * vc/vc-sccs.el (vc-sccs-checkin):
4996         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4997         since 2010-04-21 commit by Stefan Monnier.
4999 2010-11-01  Glenn Morris  <rgm@gnu.org>
5001         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5003         * startup.el (package-enable-at-startup, package-initialize):
5004         Silence compiler.
5006         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5007         Silence compiler.
5009 2010-10-31  Julien Danjou  <julien@danjou.info>
5011         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5012         (byte-recompile-directory):
5013         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5014         Use `byte-recompile-file'.
5016 2010-10-31  Glenn Morris  <rgm@gnu.org>
5018         * cus-start.el: Handle standard values via a keyword.
5019         Only set version property if specified.
5020         (cursor-in-non-selected-windows, menu-bar-mode)
5021         (tool-bar-mode, show-trailing-whitespace):
5022         Do not specify standard values.
5023         (transient-mark-mode, temporary-file-directory): Use :standard.
5025 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
5027         * term/x-win.el (x-get-selection-value): New function that gets
5028         PRIMARY with type as specified in x-select-request-type.  (Bug#6802)
5030 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
5032         * net/tramp.el (tramp-handle-insert-file-contents): For root,
5033         preserve owner and group when editing files.  (Bug#7289)
5035 2010-10-31  Glenn Morris  <rgm@gnu.org>
5037         * speedbar.el (speedbar-mode):
5038         * play/fortune.el (fortune-in-buffer, fortune):
5039         * play/gomoku.el (gomoku-mode):
5040         * play/landmark.el (lm-mode):
5041         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5042         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
5044         * select.el (x-selection): Mark it as an obsolete alias.
5046 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5048         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5049         major-mode (bug#7284).
5051 2010-10-31  Glenn Morris  <rgm@gnu.org>
5053         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5054         rather than just an unused variable that inherits from the real one.
5056 2010-10-31  Alan Mackenzie  <acm@muc.de>
5058         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5059         This fixes bug #7185.
5061 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
5063         * startup.el (command-line): Search for package directories, and
5064         don't load package.el if none are found.
5066         * emacs-lisp/package.el (describe-package, list-packages):
5067         Call package-initialize if it has not been called yet.
5069 2010-10-30  Alan Mackenzie  <acm@muc.de>
5071         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5072         which fontifies the tail of an enum.
5073         (c-basic-matchers-after): Insert a call to the above new function.
5074         This fixes bug #7264.
5076 2010-10-30  Glenn Morris  <rgm@gnu.org>
5078         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5079         tool-bar-mode, transient-mark-mode.  (Bug#7306)
5080         Include the :set property in the dumped Emacs.
5082 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5084         SMIE: change indent rules format, improve smie-setup.
5085         * emacs-lisp/smie.el (smie-precs-precedence-table)
5086         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5087         Mark them pure so the tables gets built at compile time.
5088         (smie-bnf-precedence-table): Store the closer-alist in the table.
5089         (smie-prec2-levels): Preserve the closer-alist.
5090         (smie-blink-matching-open): Be more forgiving in case of indentation.
5091         (smie-hanging-p): Rename from smie-indent--hanging-p.
5092         (smie-bolp): Rename from smie-indent--bolp.
5093         (smie--parent, smie--after): New dynamic vars.
5094         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5095         (smie-indent-rules): Remove.
5096         (smie-indent--offset-rule): Remove fun.
5097         (smie-rules-function): New var.
5098         (smie-indent--rule): New fun.
5099         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5100         (smie-indent-exps): Use it.
5101         (smie-setup): Setup paren blinking; add keyword args for token
5102         functions; extract closer-alist from op-levels.
5103         (smie-indent-debug-log): Remove var.
5104         (smie-indent-debug): Remove fun.
5105         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5106         (prolog-smie-rules): New fun to replace it.
5107         (prolog-mode-variables): Simplify.
5108         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5109         it's setup automatically.
5110         (octave-smie-indent-rules): Remove.
5111         (octave-smie-rules): New fun to replace it.
5112         (octave-mode): Simplify.
5114 2010-10-29  Glenn Morris  <rgm@gnu.org>
5116         * files.el (temporary-file-directory): Remove (already defined in C).
5117         * cus-start.el: Add temporary-file-directory.
5119         * abbrev.el (abbrev-mode):
5120         * composite.el (auto-composition-mode):
5121         * menu-bar.el (menu-bar-mode):
5122         * simple.el (transient-mark-mode):
5123         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5124         that they do not define the associated variables twice.
5125         * simple.el (transient-mark-mode): Remove defvar.
5126         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5127         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5128         Handle multiple groups, and also custom-delayed-init-variables.
5129         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5131 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5134         (pcase-if): Add one minor optimization.
5135         (pcase-split-equal): Rename from pcase-split-eq.
5136         (pcase-split-member): Rename from pcase-split-memq.
5137         (pcase-u1): Add strings to the member optimization.
5138         Add `guard' variant of predicates.
5139         (pcase-q1): Add string patterns.
5141 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5143         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5145 2010-10-28  Glenn Morris  <rgm@gnu.org>
5147         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5148         Move menu-bar related settings to ../menu-bar.el.
5149         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5150         Move ns-specific settings here from term/ns-win.el.
5152         * simple.el (x-selection-owner-p): Remove unused declaration.
5154 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5156         * minibuffer.el (completion-cycling): New var (bug#7266).
5157         (minibuffer-complete, completion--do-completion):
5158         Use completion--flush-all-sorted-completions.
5159         (minibuffer-complete): Only cycle if completion-cycling is set.
5160         (completion--flush-all-sorted-completions): Unset completion-cycling.
5161         (minibuffer-force-complete): Set completion-cycling.
5162         (completion-all-sorted-completions): Move declaration before first use.
5164 2010-10-28  Leo  <sdl.web@gmail.com>
5166         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5167         which changes the order of matches seen by users (bug#7231).
5169 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
5171         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5172         Don't confuse -omega as "-o mega".
5174 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5176         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5177         (log-edit-author): New dynamic var.
5178         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5179         to return the author if different from committer.
5180         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5182         * play/landmark.el: Adjust commenting convention.
5183         (lm-nil-score): Rename from nil-score.
5184         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5185         (OOOOscore): Move into a let in lm-score-trans-table.
5186         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5188         * electric.el (electric-indent-chars): Autoload.
5189         * progmodes/octave-mod.el (octave-mode):
5190         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5191         (ruby-mode-abbrev-table): Merge initialization and declaration.
5193 2010-10-27  Glenn Morris  <rgm@gnu.org>
5195         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5196         variable.
5198         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5200         * term/ns-win.el: Restore require of cl when compiling.
5201         (menu-bar-final-items): Remove non-existent `windows' menu.
5202         (ns-handle-nxopen): Optionally handle the temp-case.
5203         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5204         (ns-insert-file, ns-find-file): Use `pop'.
5206 2010-10-26  Glenn Morris  <rgm@gnu.org>
5208         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5210 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
5212         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5213         global map.
5214         * term/common-win.el (x-setup-function-keys): Remove most of the
5215         keymappings.  Comment on the remaining ones.
5217 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
5219         * server.el (server-port): New option.  (Bug#854)
5220         (server-start): Use server-port.
5222 2010-10-26  Glenn Morris  <rgm@gnu.org>
5224         * term/ns-win.el (ns-version-string): Remove unused declaration.
5225         (ns-invocation-args): Change to x-invocation-args.
5226         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5227         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5228         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5229         Use x-invocation-args instead of ns-invocation-args.
5230         (ns-initialize-window-system, handle-args-function-alist):
5231         Use x-handle-args instead of ns-handle-args.
5232         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5233         * startup.el (command-line-ns-option-alist): Replace
5234         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5235         ns-handle-iconic with the x- equivalents.
5237         * term/common-win.el (x-select-enable-clipboard):
5238         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5240         * term/ns-win.el: No need to require cl when compiling.
5241         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5242         (xw-defined-colors): Use the common-win definitions.
5243         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5244         (ns-handle-iconic): Make it an alias for x-handle-iconic.
5245         * term/common-win.el (x-select-text, x-alternatives-map)
5246         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5247         * loadup.el [ns]: Load common-win.
5249 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
5251         * epa-mail.el (epa-mail-encrypt): Handle local-part only
5252         recipients; expand mail aliases (Bug#7280).
5254 2010-10-25  Glenn Morris  <rgm@gnu.org>
5256         * term/common-win.el (x-handle-switch): Simplify with pop.
5257         Optionally handle numeric switches.
5258         (x-handle-numeric-switch): Just call x-handle-switch.
5259         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5260         (x-handle-name-switch, x-handle-display, x-handle-args):
5261         Simplify with pop.
5263         * term/ns-win.el: Do not require easymenu.
5264         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5265         <spell>: Move adjustments to menu-bar.el.
5266         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5267         <separator-undo, spell>: Move ns-win's adjustments here.
5268         * loadup.el [ns]: Do not load easymenu.
5270 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
5272         * image.el (image-checkbox-checked, image-checkbox-unchecked):
5273         Delete (Bug#7222).
5275         * startup.el (fancy-startup-tail): Instead of using inline images,
5276         refer to image files from etc/.
5278         * wid-edit.el (checkbox): Likewise.
5279         (widget-image-find): Center image specs.
5281 2010-10-24  Glenn Morris  <rgm@gnu.org>
5283         * term/ns-win.el (x-select-text): Doc fix.
5284         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5285         (x-select-text): Move to term/common-win.
5286         * term/w32-win.el (xw-defined-colors): Move to common-win.
5287         * term/x-win.el (xw-defined-colors, x-alternatives-map)
5288         (x-setup-function-keys, x-select-text): Move to common-win.
5289         * term/common-win.el (x-select-text, x-alternatives-map)
5290         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5291         definitions here.
5293 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
5295         * net/mairix.el (mairix-searches-mode-map):
5296         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5298 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
5300         * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5301         auto-built for efficiency of execution and updating.
5302         (verilog-extended-complete-re): Support 'pure' fucntion & task
5303         declarations (these have no bodies).
5304         (verilog-beg-of-statement): General cleanup to enable support of
5305         'pure' fucntion & task declarations (these have no bodies).
5306         These efforts together fix Verilog bug210 from veripool; which was also
5307         noticed by Steve Pearlmutter.
5308         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5309         (verilog-directive-nest-re, verilog-set-auto-endcomments):
5310         Support `elsif.  Reported by Shankar Giri.
5311         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5312         attribute handling for lining up declarations and assignments.
5313         (verilog-beg-of-statement-1): Fix issue where continued declaration
5314         is indented differently if it is after a begin..end clock.
5315         (verilog-in-attribute-p, verilog-skip-backward-comments)
5316         (verilog-skip-forward-comment-p): Support proper treatment of
5317         attributes by indent code.  Reported by Jeff Steele.
5318         (verilog-in-directive-p): Fix comment to correctly describe function.
5319         (verilog-backward-up-list, verilog-in-struct-region-p)
5320         (verilog-backward-token, verilog-in-struct-p)
5321         (verilog-in-coverage-p, verilog-do-indent)
5322         (verilog-pretty-declarations): Use verilog-backward-up-list as
5323         wrapper around backward-up-list inorder to properly skip comments.
5324         Reported by David Rogoff.
5325         (verilog-property-re, verilog-endcomment-reason-re)
5326         (verilog-beg-of-statement, verilog-set-auto-endcomments)
5327         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5328         of if).  Reported by Max Bjurling and
5329         (verilog-calc-1): Fix for clocking block in modport
5330         declaration.  Reported by Brian Hunter.
5332 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
5334         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5335         (verilog-gate-keywords, verilog-read-sub-decls)
5336         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5337         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5338         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
5339         (verilog-read-decls): Fix spaces in V2K module parameters causing
5340         mis-identification as interfaces, bug287.
5341         (verilog-read-decls): Fix not treating "parameter string" as a
5342         parameter in AUTOINSTPARAM.
5343         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5344         treating `elsif similar to `endif inside AUTOSENSE.
5345         (verilog-do-indent): Implement correct automatic or static task or
5346         function end comment highlight.  Reported by Steve Pearlmutter.
5347         (verilog-font-lock-keywords-2): Fix highlighting of single
5348         character pins, bug264.  Reported by Michael Laajanen.
5349         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5350         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5351         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5352         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
5353         (verilog-pretty-expr): Fix interactive arguments, bug272.
5354         Reported by Mark Johnson.
5355         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5356         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5357         bug269.  Suggested by Gary Delp.
5358         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5359         (verilog-preprocessor, verilog-set-compile-command):
5360         Create verilog-preprocess and verilog-preprocessor to show
5361         preprocessed output.
5362         (verilog-get-beg-of-line, verilog-get-end-of-line)
5363         (verilog-modi-file-or-buffer, verilog-modi-name)
5364         (verilog-modi-point, verilog-within-string): Move defmacro's
5365         before first use to avoid warning.  Reported by Steve Pearlmutter.
5366         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5367         (verilog-colorize-region, verilog-highlight-buffer)
5368         (verilog-highlight-includes, verilog-highlight-modules)
5369         (verilog-highlight-region, verilog-mode): Rename colorize to
5370         highlight to match other packages.  Disable module highlighting,
5371         as received speed complaints, reenable for experimentation only
5372         using new verilog-highlight-modules.
5373         (verilog-read-decls): Fix regexp stack overflow in very large
5374         AUTO_TEMPLATEs, bug250.
5375         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5376         (verilog-scan): Create verilog-save-buffer-state to standardize
5377         making insignificant changes that shouldn't call hooks.
5378         (verilog-save-no-change-functions, verilog-save-scan-cache)
5379         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5380         Create verilog-save-no-change-functions to wrap verilog-scan
5381         preservation, and fix to work with nested preserved calls.
5382         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5383         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5384         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
5385         (verilog-submit-bug-report): Update variable list to be complete.
5386         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5387         breaking on-the-fly font-locking.
5388         (verilog-colorize-buffer, verilog-colorize-include-files)
5389         (verilog-colorize-include-files-buffer, verilog-colorize-region)
5390         (verilog-load-file-at-mouse, verilog-load-file-at-point)
5391         (verilog-mode, verilog-read-inst-module-matcher): With point on a
5392         AUTOINST cell instance name, middle mouse button now finds-file on
5393         it.  Suggested by Brad Dobbie.
5394         (verilog-alw-get-temps, verilog-auto-reset)
5395         (verilog-auto-sense-sigs, verilog-read-always-signals)
5396         (verilog-read-always-signals-recurse): Fix loop indexes being
5397         AUTORESET.  AUTORESET now assumes any variables in the
5398         initialization section of a for() should be ignored.
5399         Reported by Dan Dever.
5400         (verilog-error-font-lock-keywords)
5401         (verilog-error-regexp-emacs-alist)
5402         (verilog-error-regexp-xemacs-alist): Fix error detection of
5403         Cadence HAL, reported by David Asher.  Repair drift between the
5404         three similar error variables.
5405         (verilog-modi-lookup, verilog-modi-lookup-cache)
5406         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5407         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5408         Fix slow verilog-auto expansion on very large files.
5409         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5410         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5411         "{1*2{...".  Broke in last revision.
5412         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5413         submodule connections with replications "{#{a},#{b}}".
5415 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
5417         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5418         Fix typo in docstring.
5420 2010-10-24  Kenichi Handa  <handa@m17n.org>
5422         * face-remap.el (text-scale-adjust): Call read-event with a proper
5423         prompt.
5425 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
5427         * emacs-lisp/unsafep.el: Don't mark functions that display
5428         messages as safe.  Suggested by Johan Bockgård.
5430 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5432         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5433         Turn comments into docstrings.
5435         * minibuffer.el (completion--replace): Move point where it belongs
5436         when there's a common suffix (bug#7215).
5438 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
5440         Merge read-color and facemenu-read-color (Bug#7242).
5442         * faces.el (read-color): Use the completion code from
5443         facemenu-read-color.  Require match in completion.  Doc fix.
5445         * facemenu.el (facemenu-read-color): Alias for read-color.
5446         (facemenu-set-foreground, facemenu-set-background):
5447         Use read-color.
5449         * frame.el (set-background-color, set-foreground-color)
5450         (set-cursor-color, set-mouse-color, set-border-color):
5451         Use read-color.
5453 2010-10-24  Leo  <sdl.web@gmail.com>
5455         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5456         argument of delete-file and delete-directory (Bug#7011).
5458 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
5460         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5461         button-buffer-map.
5463 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
5465         * emacs-lisp/package.el (package--generate-package-list): Make the
5466         *Packages* buffer read-only.
5468 2010-10-24  Alan Mackenzie  <acm@muc.de>
5470         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5471         result of `c-beginning-of-decl-1' between invocations of a lambda
5472         function (Bug #7265).
5474 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
5476         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5477         executable is not available on the system (Bug#7268).
5479 2010-10-24  Glenn Morris  <rgm@gnu.org>
5481         * select.el (selection-coding-system, next-selection-coding-system):
5482         Sync doc with C versions.
5484         * w32-vars.el (x-select-enable-clipboard):
5485         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5486         * term/common-win.el (x-select-enable-clipboard): Move here.
5488         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5489         definition of C variable.
5491         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5492         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5493         Don't redefine things that are defined in C.
5494         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5495         (show-trailing-whitespace, auto-hscroll-mode)
5496         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5497         Set up the appropriate custom properties.
5499 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
5501         Bind "C-c ]" to ...
5502         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5503         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5504         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5505         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5507 2010-10-23  Glenn Morris  <rgm@gnu.org>
5509         * textmodes/flyspell.el (flyspell-mode): If there was an error,
5510         say what it was.
5512         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5513         Sync docs with C version.
5515         * term/ns-win.el (xw-defined-colors):
5516         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5518         * term/pc-win.el (x-select-enable-clipboard):
5519         * term/x-win.el (x-select-enable-clipboard):
5520         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5522         * comint.el (comint-password-prompt-regexp): Make it less vague.
5523         Bump version.
5525         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5527         * help.el (finder-by-keyword): Remove unnecessary autoload.
5529 2010-10-22  Glenn Morris  <rgm@gnu.org>
5531         * loadup.el: Unconditionally load float-sup.
5532         * paren.el (show-paren-delay):
5533         * emacs-lisp/float-sup.el:
5534         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5535         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5536         (lazy-lock-stealth-verbose): Assume float support.
5537         * ps-print.el: Assume float support on Emacs.
5538         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5539         Remove non-float branch.
5541         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5542         src/Makefile no longer being pre-processed.
5544 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5546         * emacs-lisp/find-func.el (find-library): Use test-completion.
5548 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5552 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
5554         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5555         space in stat format string.
5556         (tramp-send-command): Unset $PS1 when using here documents, in
5557         order not to get several prompts.
5558         (tramp-get-inline-coding): Return `nil' in case of errors.
5560 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
5562         * hexl.el (hexl-mode, hexl-mode-exit):
5563         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5564         (hexl-revert-buffer-function): New function.
5565         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5567 2010-10-19  Alan Mackenzie  <acm@muc.de>
5569         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5570         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5571         that these keywords aren't wrongly matched as identifiers.
5573         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5574         setting of c-new-BEG and c-new-END from c-before-change to
5575         c-after-change.  (Bug#7181)
5577 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
5579         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5580         Don't mark as safe.
5582         * custom.el (custom-theme-set-variables): Likewise.
5583         (load-theme): Add custom-theme-set-faces and
5584         custom-theme-set-variables to safe-functions while loading.
5585         (custom-enabled-themes): Mark as risky.
5587 2010-10-18  Julien Danjou  <julien@danjou.info>
5589         * bindings.el: Remove end dashes in default mode-line-format.
5591 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
5593         * bindings.el (global-map): Bind C-d to delete-char and deletechar
5594         to delete-forward-char.
5596         * simple.el (normal-erase-is-backspace-mode): Remap delete to
5597         deletechar, and hence delete-forward-char.
5599 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * repeat.el (repeat): Use read-key (bug#6256).
5603 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
5605         * emacs-lisp/unsafep.el: Don't mark functions that display
5606         messages as safe.  Suggested by Johan Bockgård.
5608 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * minibuffer.el (completion--replace): Move point where it belongs
5611         when there's a common suffix (bug#7215).
5613 2010-10-19  Kenichi Handa  <handa@m17n.org>
5615         * international/characters.el: Add category '|' (word breakable)
5616         to fullwidth characters.
5618 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
5620         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5621         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5622         order to make stat results a float.  Patch by Andreas Schwab
5623         <schwab@linux-m68k.org>.
5625 2010-10-18  Julien Danjou  <julien@danjou.info>
5627         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5628         hidden by `make-pointer-invisible'.
5630 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * files.el (locate-file-completion-table): Strip non-matching elements
5633         before checking length of list (bug#7238).
5635 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
5637         * custom.el (custom-theme-set-variables): Mark as a safe function.
5638         (load-theme): Check forms using unsafep.
5640         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5642 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
5644         * textmodes/ispell.el (ispell-aspell-find-dictionary):
5645         Fix aspell data file searching (bug#7230).
5647 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
5649         * cus-theme.el (custom-theme--migrate-settings): New var.
5650         (customize-create-theme): Allow editing the `user' theme.
5651         (custom-theme-add-variable, custom-theme-add-var-1)
5652         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5653         to the front of each variable or face widget.
5654         (custom-theme-write): Save theme settings in the correct order.
5655         Optionally, remove saved settings from user customizations.
5656         (custom-theme-write-variables, custom-theme-write-faces):
5657         Save only the checked widgets.
5658         (customize-themes): Add a link for migrating custom settings.
5660         * custom.el (custom-declare-theme, provide-theme):
5661         Use custom-theme-name-valid-p.
5662         (custom-theme-name-valid-p): Remove checks that are now
5663         unnecessary since themes no longer obey load-path.
5665         * cus-edit.el (custom-variable-value-create): For the simple
5666         style, hide documentation string when hidden.
5668 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
5670         * cus-edit.el (custom-variable, custom-face): Combine the
5671         :inhibit-magic and :display-style properties into a single
5672         :custom-style property.
5673         (custom-toggle-hide-variable, custom-toggle-hide-face):
5674         New functions.  If hiding an edited value, save it to :shown-value.
5675         (custom-variable-value-create, custom-face-value-create): Use them.
5676         (custom-magic-reset): Allow magic property to be unset.
5678         * custom.el: Custom themes no longer use load-path.
5679         (custom-theme-load-path): New option.  Change built-in theme
5680         directory to etc/.
5681         (custom-enabled-themes): Add custom-theme-load-path dependency.
5682         (custom-theme--load-path): New function.
5683         (load-theme, custom-available-themes): Use it.
5685         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5686         (customize-themes): Link to custom-theme-load-path variable.
5687         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5688         :custom-style property.
5690         * themes/*.el: Moved to etc/.
5692 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
5694         * textmodes/reftex-cite.el
5695         (reftex-extract-bib-entries-from-thebibliography): Do not move
5696         point when searching for \bibitem entries.  Match entries with
5697         spaces or tabs in front of arguments.
5699 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
5701         * cus-theme.el (customize-create-theme): Delete overlays after
5702         erasing.  If given a THEME arg, display only the faces of that arg
5703         instead of custom-theme--listed-faces.
5704         (custom-theme-variable-menu, custom-theme-variable-action)
5705         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5706         (custom-theme-add-variable, custom-theme-add-face): Apply value
5707         from the theme settings, instead of the current value.
5708         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5709         (custom-theme-visit-theme): Allow calling outside theme buffers.
5710         (custom-theme-merge-theme): Don't enable the theme when merging.
5711         (custom-theme-write-variables, custom-theme-write-faces): Use the
5712         :shown-value properties to save buffer values, not global ones.
5713         (customize-themes): Display a warning about user customizations.
5715         * cus-edit.el (custom-variable-value-create)
5716         (custom-face-value-create): Obey new special properties
5717         :shown-value and :inhibit-magic.
5719 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
5721         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5722         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
5723         <dale@codefu.org>.
5725 2010-10-14  Kenichi Handa  <handa@m17n.org>
5727         * mail/rmail.el (rmail-show-message-1): Catch an error of
5728         base64-decode-region and just show an error message (bug#7165).
5730         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
5731         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5732         a font-spec (bug#7197).
5734 2010-10-14  Glenn Morris  <rgm@gnu.org>
5736         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5738 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
5740         * international/mule.el (define-coding-system):
5741         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5742         * composite.el (compose-region): Fix typo in docstring.
5744 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
5746         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5747         only after checking the theme-face property.
5749         * faces.el (face-spec-reset-face): Reset all attributes in one
5750         single call to set-face-attribute.
5751         (face-spec-match-p): Make it a defsubst.
5752         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5753         (x-create-frame-with-faces, tty-create-frame-with-faces)
5754         (tty-set-up-initial-frame-faces): Don't recompute face specs in
5755         frame-set-background-mode, since they are recomputed immediately
5756         afterwards in face-set-after-frame-default.
5757         (face-set-after-frame-default): Minor optimization.
5758         (cursor): Provide non-trivial defface spec.
5760         * custom.el (custom-theme-recalc-face): Simplify.
5762 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
5764         * calc/calc-alg.el (math-var): Rename from `var'.
5765         (math-is-polynomial, math-is-poly-rec): Replace `var'
5766         with `math-var'.
5768         * calc/calcalg2.el (math-var): Rename from `var'.
5769         (calcFunc-table, math-scan-for-limits): Replace `var'
5770         with `math-var'.
5772 2010-10-13  Glenn Morris  <rgm@gnu.org>
5774         * subr.el (last): Deal with dotted lists (reported in bug#7174).
5776 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
5778         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5780 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782         * net/tls.el (tls-program): Remove spurious %s from openssl.
5783         (tls-starttls-switches): Remove starttls hack.
5784         (open-tls-stream): Ditto.
5785         (tls-find-starttls-argument): Ditto.
5787 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
5789         * image.el (image-library-alist): Declare as obsolete alias.
5790         (image-type-available-p): Use `dynamic-library-alist'.
5792         * term/w32-win.el (dynamic-library-alist):
5793         Use instead of `image-library-alist'.
5795 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
5797         * subr.el (last): Make it faster.  (Bug#7174)
5799 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
5801         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
5803 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
5805         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5806         (describe-theme-1): Extract doc from unloaded themes.
5808         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5810         * themes/tango-theme.el:
5811         * themes/tango-dark-theme.el:
5812         * themes/wheatgrass-theme.el: New files.
5814 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
5816         * cus-theme.el (describe-theme, customize-themes)
5817         (custom-theme-save): New commands.
5818         (custom-new-theme-mode-map): Bind C-x C-s.
5819         (custom-new-theme-mode): Use custom--initialize-widget-variables.
5820         (customize-create-theme): New optional arg THEME.
5821         (custom-theme-revert): Use it.
5822         (custom-theme-visit-theme): Remove dead code.
5823         (custom-theme-merge-theme): Use custom-available-themes.
5824         (custom-theme-write): Make interactive.
5825         (custom-theme-write): Use custom-theme-name-valid-p.
5826         (describe-theme-1, custom-theme-choose-revert)
5827         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5828         New funs.
5829         (custom-theme-allow-multiple-selections): New option.
5830         (custom-theme-choose-mode): New major mode.
5832         * custom.el (custom-theme-set-variables): Remove dead code.
5833         Obey custom--inhibit-theme-enable.
5834         (custom--inhibit-theme-enable): New var.
5835         (provide-theme): Obey it.
5836         (load-theme): Replace load with manual read/eval, in order to
5837         check for correctness.  Use custom-theme-name-valid-p.
5838         (custom-theme-name-valid-p): New function.
5839         (custom-available-themes): Use it.
5841         * cus-edit.el (custom--initialize-widget-variables): New function.
5842         (Custom-mode): Use it.
5844         * cus-face.el (custom-theme-set-faces): Remove dead code.
5845         Obey custom--inhibit-theme-enable.
5847         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5849 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
5851         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5853 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
5855         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5856         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5857         (mac-right-option-modifier): New alias for ns-right-option-modifier.
5859         * cus-start.el (all): ns-right-alternate-modifier is new.
5861 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * emacs-lisp/lisp.el (lisp-completion-at-point):
5864         Use emacs-lisp-mode-syntax-table for the whole function.
5866 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
5868         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5869         instead of font-lock-mode before adding keywords.
5870         Remove hi-lock-mode off code.  Remove inhibit hack.
5871         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5872         non-nil; removed hook inhibit hack.
5874 2010-10-12  Glenn Morris  <rgm@gnu.org>
5876         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5877         (load-path-shadows-find): ... to this.
5878         (list-load-path-shadows): Update for above change.
5880         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5882 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5884         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5885         Fix comment for declare-function.
5887 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
5889         * custom.el (custom-fix-face-spec): New function; code moved from
5890         custom-face-edit-fix-value.
5891         (custom-push-theme): Use it when checking if a face has been
5892         changed outside customize.
5893         (custom-available-themes): New function.
5894         (load-theme): Use it.
5896         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5898         * custom.el (custom-push-theme): Cleanup (use cond).
5899         (disable-theme): Recompute the saved-face property.
5900         (custom-theme-recalc-face): Follow face alias before setting prop.
5902         * image.el (image-checkbox-checked, image-checkbox-unchecked):
5903         New variables, containing checkbox images.
5905         * startup.el (fancy-startup-tail):
5906         * wid-edit.el (checkbox): Use them.
5908 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5910         * shell.el (shell-mode-map):
5911         * progmodes/modula2.el (m2-mode-map):
5912         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5913         * play/mpuz.el (mpuz-mode-map):
5914         * play/landmark.el (lm-mode-map):
5915         * play/decipher.el (decipher-mode-map):
5916         * play/5x5.el (5x5-mode-map):
5917         * net/telnet.el (telnet-mode-map):
5918         * net/quickurl.el (quickurl-list-mode-map):
5919         * net/mairix.el (mairix-searches-mode-map):
5920         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5921         * net/dig.el (dig-mode-map):
5922         * mail/mspools.el (mspools-mode-map):
5923         * hexl.el (hexl-mode-map):
5924         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5925         (wordstar-C-o-map, wordstar-C-q-map):
5926         * emacs-lisp/edebug.el (edebug-eval-mode-map):
5927         * emacs-lisp/chart.el (chart-map):
5928         * edmacro.el (edmacro-mode-map):
5929         * erc/erc-list.el (erc-list-menu-mode-map):
5930         * array.el (array-mode-map): Declare and define in one step.
5932         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5934 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
5936         * epa.el (epa-passphrase-callback-function): Display filename
5937         passed as the 3rd arg.
5938         * epa-file.el (epa-file-passphrase-callback-function):
5939         Pass filename to epa-passphrase-callback-function.
5941 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
5943         * cus-edit.el (custom-face-widget-to-spec)
5944         (custom-face-get-current-spec, custom-face-state): New functions.
5945         (custom-face-set, custom-face-mark-to-save)
5946         (custom-face-value-create, custom-face-state-set): Use them.
5948         * cus-theme.el (custom-theme--listed-faces): New var.
5949         (customize-create-theme): Use *Custom Theme* as the buffer name.
5950         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
5951         faces listed in custom-theme--listed-faces.
5952         (custom-theme-revert): New function.
5953         (custom-theme-add-variable, custom-theme-add-face): Insert at the
5954         bottom of the list.
5955         (custom-theme-write): Prompt for theme name if empty.
5956         (custom-theme-write-variables): Use dolist.
5957         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5959 2010-10-09  Alan Mackenzie  <acm@muc.de>
5961         Enhance fontification of declarators to take account of the
5962         presence/absence of "typedef".
5964         * cc-engine.el (c-forward-type): New &optional param
5965         "brace-block-too".
5966         (c-forward-decl-or-cast-1): cdr of return value now indicates the
5967         presence of either or both of a "struct"-like keyword and "typedef".
5969         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5970         fontification of declarators which follow a "}".
5971         (c-font-lock-declarations): Fontify declarators according to the
5972         presence/absence of "typedef".
5974         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5975         for "typedef".
5976         (c-typedef-decl-key): New lang variable built from
5977         c-typedef-decl-kwds.
5979 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5982         since that's too annoying.  Move the filter groups commands to
5983         TAB/backtab.
5985         * epa.el (epa-passphrase-callback-function): Say what we're
5986         querying the password for.
5988         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5989         behaviour, don't bury the ibuffer buffer when visiting other buffers.
5991 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
5993         * cus-edit.el (custom-commands, custom-buffer-create-internal)
5994         (custom-magic-value-create): Pad button tags with spaces.
5995         (custom-face-edit): New variable.
5996         (custom-face-value-create): Determine whether to use the usual
5997         face editor here, instead of using custom-face-selected.
5998         Pass face defaults to custom-face-edit widget.
5999         (custom-face-selected, custom-display-unselected): Delete widgets.
6000         (custom-display-unselected-match): Function removed.
6001         (custom-face-set, custom-face-mark-to-save):
6002         Accept custom-face-edit widgets as the direct widget child.
6004         * wid-edit.el (widget--completing-widget): New var.
6005         (widget-default-complete): Bind it when doing completion.
6006         (widget-string-complete, widget-file-complete): Use it.
6008 2010-10-09  Glenn Morris  <rgm@gnu.org>
6010         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6011         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6012         (holiday-hebrew-misc): Small simplifications.
6014         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6016         * net/browse-url.el: Don't require thingatpt, term, dired,
6017         executable, or w3-auto when compiling.
6018         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6019         Declare.
6020         (browse-url-text-emacs): Require term.
6022 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
6024         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6026 2010-10-08  Glenn Morris  <rgm@gnu.org>
6028         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6030         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6031         (shadows-compare-text-p): Make it an obsolete alias for...
6032         (load-path-shadows-compare-text): ... new name.
6033         (find-emacs-lisp-shadows): Update for above name change.
6034         (load-path-shadows-same-file-or-nonexistent): New name for the old
6035         shadow-same-file-or-nonexistent.
6037 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
6039         * minibuffer.el (completion--some, completion--do-completion)
6040         (minibuffer-complete-and-exit, minibuffer-completion-help)
6041         (completion-basic-try-completion)
6042         (completion-basic-all-completions)
6043         (completion-pcm--find-all-completions): Use lexical-let to
6044         avoid some false matches in variable completion (Bug#7056)
6046 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
6048         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
6050 2010-10-08  Leo  <sdl.web@gmail.com>
6052         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6053         return non-nil if the file exists (Bug#7090).
6055 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * minibuffer.el (completion--replace):
6058         Better preserve markers (bug#7138).
6060 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
6062         * server.el (server-process-filter): Doc fix.
6064 2010-10-08  Drew Adams  <drew.adams@oracle.com>
6066         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
6068 2010-10-08  Glenn Morris  <rgm@gnu.org>
6070         * vc/ediff-wind.el (ediff-setup-control-frame):
6071         * vc/ediff-ptch.el (ediff-default-backup-extension):
6072         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6073         (ediff-exec-process): Remove system-types emx, windows-95.
6075         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
6077 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
6079         * cus-edit.el (custom-variable, custom-face): Doc fix.
6080         (custom-face-edit): Add value-create attribute.
6081         (custom-face-edit-value-create)
6082         (custom-face-edit-value-visibility-action): New functions.
6083         Hide unused face attributes by default, and add a visibility toggle.
6084         (custom-face-edit-deactivate): Show empty values with shadow face.
6085         (custom-face-selected): Only use this for face specs with default
6086         attributes.
6087         (custom-face-value-create): Cleanup.
6089         * wid-edit.el (widget-checklist-value-create): Use dolist.
6090         (widget-checklist-match-find): Make second arg optional.
6092 2010-10-07  Glenn Morris  <rgm@gnu.org>
6094         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6095         Prefix things.
6097         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6098         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6099         load-path-shadows-mode, update references.
6100         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6101         Rename variable and button.
6102         (list-load-path-shadows): Update button caller.
6104 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * emacs-lisp/smie.el (smie-bnf-classify): New function.
6107         (smie-bnf-precedence-table): Use it to remember the closers/openers.
6108         (smie-merge-prec2s): Handle those new entries.
6109         (smie-prec2-levels): Only set precedence to nil for actual
6110         openers/closers.
6111         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6112         that is now unnecessary.
6114 2010-10-07  Miles Bader  <miles@gnu.org>
6116         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6118 2010-10-07  Glenn Morris  <rgm@gnu.org>
6120         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6121         (mail-position-on-field): Remove declarations.
6122         (mail-position-on-field): Autoload it.
6123         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6124         and mail-header-end.  Don't require sendmail.
6126         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6127         (shadow-mode): New mode.
6128         (shadow-find-file): New button.
6129         (list-load-path-shadows): Use shadow-mode and buttons.
6131         * iimage.el (iimage-version): Remove.
6132         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6133         Turn into defcustoms.
6134         (iimage-mode-map): Give it a doc string.
6136         * calendar/appt.el (appt-activate): Give a warning rather than an error
6137         if there is no diary-file.
6139 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
6141         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6142         Use `tramp-handle-find-backup-file-name'.
6144 2010-10-06  Glenn Morris  <rgm@gnu.org>
6146         * font-core.el (font-lock-defaults-alist): Remove variable.
6147         (font-lock-mode): Doc fix.
6148         (font-lock-default-function): Do not consult font-lock-defaults-alist.
6149         * font-lock.el (font-lock-refresh-defaults): Doc fix.
6150         (font-lock-set-defaults): Doc fix.
6151         Do not consult font-lock-defaults-alist.
6153         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6155         * emacs-lisp/cl.el: No longer provide cl-19.
6157 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
6159         * net/tramp.el (tramp-handle-directory-files-and-attributes)
6160         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6161         New defuns, taken from tramp-smb.el.
6162         (tramp-coding-system-change-eol-conversion)
6163         (tramp-set-process-query-on-exit-flag): Remove.
6165         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6166         (tramp-compat-coding-system-change-eol-conversion)
6167         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6168         from tramp.el.
6170         * net/tramp-gvfs.el:
6171         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6172         by `tramp-compat-set-process-query-on-exit-flag'.
6174         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6175         Use `tramp-handle-directory-files-and-attributes',
6176         `tramp-handle-file-exists-p' and
6177         `tramp-handle-file-newer-than-file-p'.
6178         (tramp-imap-handle-file-exists-p)
6179         (tramp-imap-handle-file-executable-p)
6180         (tramp-imap-handle-file-readable-p)
6181         (tramp-imap-handle-directory-files-and-attributes)
6182         (tramp-imap-handle-file-newer-than-file-p): Remove.
6184         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6185         by `tramp-compat-set-process-query-on-exit-flag' and
6186         `tramp-coding-system-change-eol-conversion' by
6187         `tramp-compat-coding-system-change-eol-conversion'.
6189         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6190         Use `tramp-handle-directory-files-and-attributes',
6191         `tramp-handle-file-exists-p' and
6192         `tramp-handle-file-newer-than-file-p'.
6193         (tramp-smb-handle-directory-files-and-attributes)
6194         (tramp-smb-handle-file-exists-p)
6195         (tramp-smb-handle-file-newer-than-file-p): Remove.
6196         (tramp-smb-maybe-open-connection):
6197         Replace `tramp-set-process-query-on-exit-flag' by
6198         `tramp-compat-set-process-query-on-exit-flag'.
6200 2010-10-05  Glenn Morris  <rgm@gnu.org>
6202         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6204 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
6206         Continue reorganization of load dependencies.  (Bug#7156)
6208         * net/tramp.el (tramp-handle-file-local-copy-hook)
6209         (tramp-delete-temp-file-function): Move down.
6210         (tramp-exists-file-name-handler): Move up.
6211         (tramp-register-file-name-handlers): Simplify autoload.
6212         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6213         (tramp-handle-directory-files, tramp-handle-dired-uncache)
6214         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6215         (tramp-handle-file-name-completion)
6216         (tramp-handle-file-name-directory)
6217         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6218         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6219         (tramp-handle-find-backup-file-name)
6220         (tramp-handle-insert-file-contents, tramp-handle-load)
6221         (tramp-handle-substitute-in-file-name)
6222         (tramp-handle-unhandled-file-name-directory)
6223         (tramp-mode-string-to-int, tramp-local-host-p)
6224         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6226         * net/tramp-gvfs.el (top):
6227         * net/tramp-smb.el (top): Do not require 'tramp-sh.
6229         * net/tramp-sh.el (all): Move several objects to tramp.el, see
6230         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6232 2010-10-04  Glenn Morris  <rgm@gnu.org>
6234         * calendar/appt.el (appt-add): Ensure reminders are enabled.
6235         (appt-activate): Give status messages.
6237 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
6239         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
6240         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6241         `gnutls-negotiate' (formerly `starttls-negotiate').
6242         Remove trivial wrapper `starttls-open-stream'.
6244 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6246         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6247         log-outgoing commands.
6248         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6249         to create a buffer local revert-buffer-function variable.
6250         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6251         revert-buffer-function lambda.
6253 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
6255         * net/gnutls.el (starttls-negotiate): Use the plist interface to
6256         `gnutls-boot'.  Make TYPE the only required parameter.
6257         Allow TRUSTFILES and KEYFILES to be lists.
6258         (open-ssl-stream): Use it.
6260 2010-10-03  Glenn Morris  <rgm@gnu.org>
6262         * subr.el (directory-sep-char): Remove obsolete variable.
6263         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6264         it is "necessary".
6266         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6267         * vc/vc.el (vc-static-header-alist): Doc fix.
6268         * vc/vc-cvs.el (vc-cvs-header):
6269         * vc/vc-rcs.el (vc-rcs-header):
6270         * vc/vc-sccs.el (vc-sccs-header):
6271         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6272         * obsolete/vc-mcvs.el (vc-mcvs-header):
6273         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6274         on XEmacs.
6276 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6278         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6279         Remove obsolete use of binary-overwrite-mode (Bug#7001).
6281 2010-10-03  Glenn Morris  <rgm@gnu.org>
6283         * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6285         * textmodes/rst.el (rst-font-lock-keywords-function):
6286         Drop Emacs 20 code.
6288         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6290         * printing.el: Drop Emacs 20 code.
6292         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6293         without having used appt.el already).
6295         * subr.el (make-local-hook): Remove function obsolete since 21.1.
6296         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6297         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6298         XEmacs.
6299         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6300         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6302         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6303         (charset-width, find-charset-region, chars-in-region, forward-point)
6304         (encode-coding-string, coding-system-p, ccl-execute-on-string)
6305         (define-ccl-program, multibyte-string-p, string-make-multibyte):
6306         Remove compatibility cruft (none of these are used by ps*.el).
6308 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6310         * subr.el (booleanp): Return t instead of a list (Bug#7086).
6312 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6314         * server.el (server-process-filter, server-return-error):
6315         Give emacsclient time to shut down after receiving an error string.
6317 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
6319         * files.el (remote-file-name-inhibit-cache): New defcustom.
6321         * time.el (display-time-file-nonempty-p):
6322         Use `remote-file-name-inhibit-cache'.
6324         * net/tramp.el (tramp-completion-reread-directory-timeout):
6325         Fix docstring.
6327         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6328         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6329         `remote-file-name-inhibit-cache'.  Check also for an integer
6330         value.  Add/increase counter when `tramp-verbose' >= 10.
6331         (tramp-set-file-property): Add/increase counter when
6332         `tramp-verbose' >= 10.
6334         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6335         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6336         (tramp-bug): Set tramp-autoload cookie.  Report all interned
6337         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
6338         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
6339         characters only in strings.
6341         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6342         to backward compatibility.
6344         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6345         (tramp-handle-file-name-all-completions)
6346         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6347         (tramp-open-connection-setup-interactive-shell):
6348         Call `tramp-cleanup-connection' directly.
6350 2010-10-02  Glenn Morris  <rgm@gnu.org>
6352         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6354         * subr.el (char-bytes): Remove obsolete function.
6356         * isearch.el (isearch-return-char): Remove obsolete function.
6358         * mouse.el: No longer provide mldrag.
6359         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6360         Remove obsolete aliases.
6362         * comint.el (comint-kill-output): Remove obsolete alias.
6364         * composite.el (decompose-composite-char): Remove obsolete function.
6365         * ps-def.el (decompose-composite-char): Remove unused function.
6367         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6369         * outline.el (outline-visible): Remove obsolete function.
6371         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6372         * faces.el (internal-find-face, internal-get-face)
6373         (frame-update-faces, frame-update-face-colors)
6374         (x-frob-font-weight, x-frob-font-slant)
6375         (internal-frob-font-weight, internal-frob-font-slant)
6376         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6377         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6378         (x-make-font-bold-italic): Remove functions and aliases, obsolete
6379         since Emacs 21.1.
6380         * emulation/viper-util.el (viper-get-face):
6381         * obsolete/lucid.el (find-face, get-face): Use facep.
6382         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6383         Remove unused functions.
6384         * vc/ediff-util.el (ediff-submit-report): Doc fix.
6386         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6387         delete tempfile if interrupted during compilation.
6389 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391         * net/tls.el (tls-starttls-switches): Give up on using starttls with
6392         gnutls-cli.
6393         (tls-program): Add --insecure to be consistent with the defaults from
6394         openssl s_client.  Now all three commands are insecure.
6396 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
6398         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6399         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6400         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6402 2010-10-01  Glenn Morris  <rgm@gnu.org>
6404         * obsolete/sc.el: Remove file.
6406         * files.el (temporary-file-directory): On darwin, also try
6407         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6409 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
6411         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6412         Let's not break compatibility gratuitously, shall we?
6414 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416         * net/tls.el (tls-starttls-switches): New variable.
6417         (tls-find-starttls-argument): Use it.
6418         (open-tls-stream): Ditto.
6420         * net/netrc.el (netrc-credentials): Return the value of the "default"
6421         entry.
6422         (netrc-machine): Ditto.
6424 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
6426         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6428 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
6430         * server.el (server-start): Don't write pid to the authentication file.
6431         (server-create-tty-frame): Don't send pid.
6432         (server-process-filter): Send pid at the start of every connection.
6434 2010-09-30  Glenn Morris  <rgm@gnu.org>
6436         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6437         (show-all-diary-entries): Remove obsolete function aliases.
6439         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6440         Remove options, obsolete since 22.1.
6441         (appt-display-format, appt-display-message):
6442         Remove backwards-compatibility code.
6443         (appt-check): No longer check appt-issue-message.
6444         (appt-make-list): No longer autoload it.  Doc fix.  No longer
6445         activate the package.
6447 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6450         (starttls-negotiate): Just call boot, and let the handshake be
6451         triggered from the read loop.
6453 2010-09-29  Glenn Morris  <rgm@gnu.org>
6455         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6456         not displaying the diary.
6457         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6458         * calendar/appt.el (appt-check): No longer need to kill diary.
6460         * calendar/diary-lib.el (diary-list-entries): Move the
6461         "Preparing..." message entirely here.
6462         (diary-simple-display, diary-fancy-display): Move "Preparing..."
6463         messages to diary-list-entries.
6464         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6465         diary-display-function.
6467         * calendar/diary-lib.el (diary-include-other-diary-files):
6468         Trap some recursive includes.
6470         * calendar/appt.el (appt-activate): Check diary file.
6472 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6474         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6475         construction.
6477         * calendar/time-date.el: No need to require cl for Emacs 21.
6479 2010-09-28  Glenn Morris  <rgm@gnu.org>
6481         * calendar/appt.el (appt-check): Minor simplification.
6483 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6485         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6486         citation prefix.
6488 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
6490         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6491         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
6493 2010-09-27  Kenichi Handa  <handa@m17n.org>
6495         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6496         "ustar" format.
6498 2010-09-27  Kenichi Handa  <handa@m17n.org>
6500         * international/mule.el (define-coding-system): Docstring fixed.
6502         * international/mule-diag.el (describe-character-set): Use princ
6503         with proper print-length and print-level instead of insert.
6505 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6507         * window.el (walk-windows): Doc fix (bug#7105).
6509 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6511         * emacs-lisp/float-sup.el (e): Remove.
6513 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6515         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6516         variable.
6517         (starttls-negotiate): Use it.
6519 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6522         back.
6524 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6528 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6532         * net/netrc.el (netrc-store-data): New function.
6534 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
6536         * net/gnutls.el: GnuTLS glue code to set up a connection.
6538 2010-09-25  Julien Danjou  <julien@danjou.info>
6540         * notifications.el: Call dbus-register-signal only if it is bound.
6542 2010-09-25  Glenn Morris  <rgm@gnu.org>
6544         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6545         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6546         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6547         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6548         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6549         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6550         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6551         * eshell/esh-util.el, eshell/esh-var.el:
6552         Remove leading `*' from docs of faces and defcustoms.
6554 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
6556         * eshell/em-ls.el (eshell-ls-archive-regexp):
6557         * eshell/esh-util.el (eshell-tar-regexp):
6558         * ibuffer.el (ibuffer-compressed-file-name-regexp):
6559         * info.el (Info-suffix-list):
6560         * international/mule.el (auto-coding-alist):
6561         * woman.el (woman-file-regexp, woman-file-compression-regexp):
6562         * progmodes/etags.el (tags-compression-info-list):
6563         Support xz compression.
6565 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
6567         * files.el (get-free-disk-space): Don't assume the "df" output
6568         columns line up (Bug#6995).
6570 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
6572         * finder.el (finder-unknown-keywords):
6573         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6574         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6576 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
6578         * server.el (server-start): Revert part of 2010-08-08 change.  Using
6579         address 127.0.0.1 for local host is now done in Fmake_network_process.
6581 2010-09-24  Glenn Morris  <rgm@gnu.org>
6583         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6584         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6585         * textmodes/css-mode.el, textmodes/dns-mode.el:
6586         Move autoloaded auto-mode-alist entries to files.el.
6587         * files.el (auto-mode-alist): Move entries here.
6589 2010-09-23  Glenn Morris  <rgm@gnu.org>
6591         * isearch.el (isearch-lazy-highlight-cleanup)
6592         (isearch-lazy-highlight-initial-delay)
6593         (isearch-lazy-highlight-interval)
6594         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6595         * net/net-utils.el (ipconfig-program-options):
6596         Move aliases to options before the associated definitions.
6598 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * newcomment.el (comment-normalize-vars): Better test validity of
6601         comment-end-skip.
6603 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6606         (float-e): New name for `e'.
6607         (degrees-to-radians, radians-to-degrees):
6608         * calendar/solar.el (solar-longitude):
6609         * calculator.el (calculator-registers, calculator-funcall):
6610         * textmodes/artist.el (artist-spray-random-points):
6611         * play/bubbles.el (bubbles--initialize-images): Use new names.
6613 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
6615         Update to CEDET 1.0's version of EIEIO.
6617         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6618         New function.
6619         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6620         (eieio-default-eval-maybe): Eval val instead of unquoting only.
6621         (class-precedence-list): If class is nil, return nil.
6622         (eieio-generic-call): If class of first input arg is nil, don't
6623         look up static methods, and do check for primary methods.
6624         (initialize-instance): See if the default needs to be evaluated
6625         during the constructor.
6626         (eieio-perform-slot-validation-for-default): Don't do the check
6627         for values that will eventually be evaluated.
6628         (eieio-eval-default-p): New function.
6629         (eieio-default-eval-maybe): Use it.
6631 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
6633         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6634         method-invocation-order.
6635         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6636         (eieio-class-precedence-dfs): Compute class precedence list using
6637         dfs algorithm.
6638         (eieio-class-precedence-bfs): Compute class precedence list using
6639         bfs algorithm.
6640         (eieio-class-precedence-c3): Compute class precedence list using
6641         c3 algorithm.
6642         (class-precedence-list): New function.
6643         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6644         (inconsistent-class-hierarchy): New error symbol.
6645         (call-next-method): Stow the replacement argument list for future
6646         call-next-method invocations.
6648 2010-09-23  Glenn Morris  <rgm@gnu.org>
6650         * calendar/appt.el (appt-check): If not displaying the diary,
6651         use (diary 1) to only get the entries we need.
6652         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6653         that it is in day order.  (Bug#7019)
6655         * calendar/appt.el (appt-check): Rather than showing the diary,
6656         just turn off invisible display, and only if needed.
6658         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
6660 2010-09-23  Glenn Morris  <rgm@gnu.org>
6662         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6663         (byte-compile-defvar, byte-compile-cl-warn):
6664         Start warnings with lower-case, like the majority.
6666         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6668         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
6670         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6671         * files.el (auto-mode-alist): Move ld-script entries here, further down
6672         the list.
6674         * vc/add-log.el: Don't require timezone when compiling.
6675         (timezone-make-date-sortable): Autoload it.
6676         (change-log-sortable-date-at): Don't require timezone.
6677         Use `ignore-errors'.
6679         * comint.el (comint-use-prompt-regexp-instead-of-fields):
6680         Move alias before definition, so it does not need autoloading.
6682         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6683         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6684         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6685         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6686         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6687         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6688         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6689         * textmodes/tex-mode.el, textmodes/two-column.el:
6690         Remove leading `*' from docs of defcustoms etc.
6692 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6694         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6696 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6698         * calendar/time-date.el (date-to-time): Try using parse-time-string
6699         first before using the slower timezone-make-date-arpa-standard.
6701 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6703         * calendar/time-date.el (format-seconds): Comment fix.
6705 2010-09-22  Glenn Morris  <rgm@gnu.org>
6707         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6708         is not automatically buffer-local.
6710 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6713         (smie-indent-comment): Be more careful with comment-start-skip.
6714         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6715         (smie-indent-functions): Use them.
6717 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
6719         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6721 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
6723         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6724         tool-bar-position.  Don't modify frame parameters here.
6725         (menu-bar-options-save): Add tool-bar-position.
6727         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6729 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6731         * textmodes/reftex-parse.el (reftex-what-macro)
6732         (reftex-context-substring): Let-bind forward-sexp-function to nil
6733         since we don't need/want to treat \begin...\end as a block (bug#7053).
6735         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6737         * simple.el (blink-matching-open): Use syntax-class.
6739         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6740         Set invisibility spec for pascal's outline mode.
6741         (pascal-outline-change): Clean up calling convention.
6742         (pascal-show-all, pascal-hide-other-defuns): Update callers.
6744         * progmodes/prolog.el (prolog-smie-forward-token)
6745         (prolog-smie-backward-token): New functions.
6746         (prolog-mode-variables): Use them to parse "!," correctly.
6747         Set up smie-blink-matching for ".".
6749         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6750         and `end'.
6751         (ispell-region, ispell-process-line): Update users.
6753         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6754         point-min==1.
6756         * textmodes/ispell.el: Fix commenting convention.
6757         (ispell-parse-output): Simplify, use push.
6758         (ispell-region): Use match-string-no-properties.
6759         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6760         (ispell-minor-mode): Use define-minor-mode.
6761         (ispell-message): Remove unused var `skip-regexp'.
6762         (ispell-add-per-file-word-list): Use dynamic let-binding.
6763         Try and use the proper comment marker.
6765         * mail/sendmail.el: Fix commenting convention.
6766         (sendmail-send-it): Use line-beginning-position.
6768         * help-fns.el (describe-variable): Add original value, if applicable.
6770 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
6772         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6774         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6776 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6779         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6780         (smie-prec2-levels): Use them to better diagnose precedence cycles.
6781         (smie-blink-matching-check): Don't signal a mismatch if car is t.
6782         (smie-blink-matching-open): Rewrite to remove assumptions, so that
6783         something like "." can also be a closer.
6784         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6785         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6786         Rename internal functions to use "--".  Update callers.
6788         * frame.el (make-frame-names-alist): Don't list frames on other displays.
6790         * fringe.el (fringe-styles): New var.
6791         (fringe-mode, fringe-query-style): Use it.
6793 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
6795         * progmodes/sql.el: Version 2.8
6796         (sql-login-params): Update widget structure; changes still needed.
6797         (sql-product-alist): Add :list-all and :list-table features for
6798         SQLite, Postgres and MySQL products.
6799         (sql-redirect): Handle default value.
6800         (sql-execute, sql-execute-feature): New functions.
6801         (sql-read-table-name): New function.
6802         (sql-list-all, sql-list-table): New functions.  User API.
6803         (sql-mode-map, sql-interactive-mode-map): Add key definitions
6804         for above functions.
6805         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6806         for above functions.
6807         (sql-postgres-login-params): Add user and database defaults.
6808         (sql-buffer-live-p): Bug fix.
6809         (sql-product-history): New variable.
6810         (sql-read-product): New function.  Use it.
6811         (sql-set-product, sql-product-interactive): Use it.
6812         (sql-connection-history): New variable.
6813         (sql-read-connection): New function.  Use it.
6814         (sql-connect): New function.
6815         (sql-for-each-login): Redesign function interface.
6816         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6817         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
6818         (sql-comint): Check for program.  Existing live buffer.
6819         (sql-comint-postgres): Add port parameter.
6821 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6823         * emacs-lisp/warnings.el: Fix commenting convention.
6824         (display-warning): Use special mode and make the buffer read-only.
6826 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
6828         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6829         empty string when it follows a repeated or optional pattern.
6831 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6833         * indent.el (indent-according-to-mode): Apply syntax-propertize.
6834         (indent-region): Use indent-according-to-mode.
6836 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
6838         * fringe.el (fringe-mode): Doc fix.
6840 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6842         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6843         refreshing the preview buffer.
6845 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6847         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6848         (latex-syntax-propertize-rules): New consts; replace
6849         tex-font-lock-syntactic-keywords.
6850         (tex-env-mark, latex-env-before-change): New functions.
6851         (latex-electric-env-pair-mode): New minor mode.
6852         (tex-font-lock-verb): Change arguments; do move point.
6853         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6854         representation as a form of comment.
6855         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6856         (doctex-syntax-propertize-rules): New const; replaces
6857         doctex-font-lock-syntactic-keywords.
6858         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6860         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6861         (fortran-make-syntax-propertize-function): New function; replaces
6862         fortran-font-lock-syntactic-keywords.
6863         (fortran-mode): Use it.
6864         (fortran-line-length): Use it.  Improve interactive spec.
6866         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6867         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
6868         when adding surrounding \(..\).
6870         * progmodes/js.el (js-mode): Fix last change (bug#7054).
6872 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6874         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6875         Use with-current-buffer.
6877         * isearch.el (isearch-face): Rename from `isearch'.
6878         (isearch-highlight): Use new name.
6880 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
6882         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6883         5, for `half' width fringes.  (Bug#6933)
6885 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6888         (byte-compile-defvar): "foo/bar" does not lack a prefix.
6890         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6892 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
6894         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6895         in calculating new frame position.  Add more space between new and
6896         parent on the left (Bug#7048).
6898 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
6900         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6901         defmacro.
6903 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
6905         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6907         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6908         obsolete alias for x-selection-value.
6910         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6912 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
6914         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6915         cookie.
6917 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
6919         * net/tramp-compat.el (tramp-compat-with-temp-message)
6920         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6921         (tramp-compat-process-put): New defuns.
6923         * net/tramp.el (top):
6924         * net/tramp-gvfs.el (top):
6925         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6927         * net/tramp.el (tramp-progress-reporter-update):
6928         Use `tramp-compat-funcall'.
6930         * net/tramp.el (tramp-process-actions):
6931         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6932         * net/tramp-sh.el (tramp-handle-vc-registered)
6933         (tramp-get-remote-stat, tramp-get-remote-readlink):
6934         Use `tramp-compat-with-temp-message'.
6936         * net/tramp-sh.el (top): Require 'cl.
6937         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6938         (tramp-open-connection-setup-interactive-shell):
6939         Use `tramp-compat-process-put'.
6941 2010-09-15  Alan Mackenzie  <acm@muc.de>
6943         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6944         indentation.
6945         (c-forward-<>-arglist-recur): Fix an infinite recursion.
6947 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6950         `lexical' for warnings related to lexical scoping.
6951         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6952         global vars which don't have a prefix and could hence affect lexical
6953         scoping in unrelated files.
6955 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957         * net/imap.el: Revert back to version
6958         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6959         seem problematic.
6961 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6963         * obsolete/old-whitespace.el (whitespace-unload-function):
6964         Explicitly pass `obarray' to `unintern' to avoid a warning.
6966 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6969         Add `when' argument.  Update callers.
6971         * subr.el (unintern): Declare the obarray arg mandatory.
6973 2010-09-14  Glenn Morris  <rgm@gnu.org>
6975         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6976         Doc fixes.
6978         * calendar/diary-lib.el (diary-included-files): New variable.
6979         (diary-list-entries): Maybe initialize diary-included-files.
6980         (diary-include-other-diary-files): Append to diary-included-files.
6981         * calendar/appt.el (appt-update-list): Also check the members of
6982         diary-included-files.  (Bug#6999)
6983         (appt-check): Doc fix.
6985 2010-09-14  David Reitter  <david.reitter@gmail.com>
6987         * simple.el (line-move-visual): Do not truncate goal column to
6988         integer size.  (Bug#7020)
6990 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6992         * repeat.el (repeat): Allow repeating when the last event is a click.
6993         Suggested by Drew Adams (bug#6256).
6995 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
6997         * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
6998         Replace setting HGRCPATH to "" by some less invasive --config options.
7000 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * font-lock.el (font-lock-beginning-of-syntax-function):
7003         Mark as obsolete.
7005 2010-09-14  Glenn Morris  <rgm@gnu.org>
7007         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7008         and tool-bar modes.  (Bug#6211)
7009         (menu-bar-mode): Move setting of standard-value after the
7010         minor-mode definition, otherwise it seems to have no effect.
7012 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
7014         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7015         Fix typo.  (Bug#6976)
7017 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7019         * whitespace.el: Allow cleaning up blanks without blank
7020         visualization (Bug#6651).  Adjust help window for
7021         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
7022         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
7023         (whitespace-style): Add new value 'face.  Adjust docstring.
7024         (whitespace-space, whitespace-hspace, whitespace-tab):
7025         Adjust foreground property face.
7026         (whitespace-line-column): Adjust docstring and type declaration.
7027         (whitespace-style-value-list, whitespace-toggle-option-alist)
7028         (whitespace-help-text): Adjust const initialization.
7029         (whitespace-toggle-options, global-whitespace-toggle-options):
7030         Adjust docstring.
7031         (whitespace-display-window, whitespace-interactive-char)
7032         (whitespace-style-face-p, whitespace-color-on): Adjust code.
7033         (whitespace-help-scroll): New fun.
7035 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * calendar/time-date.el (format-seconds): Comment fix.
7039 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
7041         * progmodes/sql.el: Version 2.7.
7042         (sql-buffer-live-p): Improve detection.
7043         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7044         (sql-set-sqli-buffer): Use it.
7045         (sql-product-interactive): Run `sql-set-sqli-hook'.
7046         (sql-rename-buffer): Code cleanup.
7047         (sql-redirect, sql-redirect-value): New functions.  More to come.
7049 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
7051         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.
7052         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7053         (TRAMP_SRC): New macro.
7054         ($(lisp)/net/tramp-loaddefs.el): New target.
7056 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
7058         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
7060         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
7062         * net/tramp.el (top): Don't show loading message.  Require just
7063         'tramp-compat, everything else is required there.
7064         Use `ignore-errors' where appropriate.
7065         (tramp-inline-compress-start-size, tramp-copy-size-limit)
7066         (tramp-terminal-type, tramp-end-of-output)
7067         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7068         (tramp-completion-function-alist-ssh)
7069         (tramp-completion-function-alist-telnet)
7070         (tramp-completion-function-alist-su)
7071         (tramp-completion-function-alist-putty, tramp-remote-path)
7072         (tramp-remote-process-environment, tramp-sh-extra-args)
7073         (tramp-actions-before-shell, tramp-uudecode)
7074         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7075         (tramp-perl-file-attributes)
7076         (tramp-perl-directory-files-and-attributes)
7077         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7078         (tramp-perl-encode, tramp-perl-decode)
7079         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7080         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7081         (tramp-handle-make-symbolic-link, tramp-handle-load)
7082         (tramp-handle-file-name-as-directory)
7083         (tramp-handle-file-name-directory)
7084         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7085         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7086         (tramp-do-file-attributes-with-ls)
7087         (tramp-do-file-attributes-with-perl)
7088         (tramp-do-file-attributes-with-stat)
7089         (tramp-handle-set-visited-file-modtime)
7090         (tramp-handle-verify-visited-file-modtime)
7091         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7092         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7093         (tramp-handle-file-selinux-context)
7094         (tramp-handle-set-file-selinux-context)
7095         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7096         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7097         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7098         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7099         (tramp-handle-file-ownership-preserved-p)
7100         (tramp-handle-directory-file-name, tramp-handle-directory-files)
7101         (tramp-handle-directory-files-and-attributes)
7102         (tramp-do-directory-files-and-attributes-with-perl)
7103         (tramp-do-directory-files-and-attributes-with-stat)
7104         (tramp-handle-file-name-all-completions)
7105         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7106         (tramp-handle-copy-file, tramp-handle-copy-directory)
7107         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7108         (tramp-do-copy-or-rename-file-via-buffer)
7109         (tramp-do-copy-or-rename-file-directly)
7110         (tramp-do-copy-or-rename-file-out-of-band)
7111         (tramp-handle-make-directory, tramp-handle-delete-directory)
7112         (tramp-handle-delete-file)
7113         (tramp-handle-dired-recursive-delete-directory)
7114         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7115         (tramp-handle-insert-directory)
7116         (tramp-handle-unhandled-file-name-directory)
7117         (tramp-handle-expand-file-name)
7118         (tramp-handle-substitute-in-file-name)
7119         (tramp-handle-executable-find, tramp-process-sentinel)
7120         (tramp-handle-start-file-process, tramp-handle-process-file)
7121         (tramp-handle-call-process-region, tramp-handle-shell-command)
7122         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7123         (tramp-handle-insert-file-contents)
7124         (tramp-handle-insert-file-contents-literally)
7125         (tramp-handle-find-backup-file-name)
7126         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7127         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7128         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7129         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7130         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7131         (tramp-find-file-exists-command, tramp-open-shell)
7132         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7133         (tramp-open-connection-setup-interactive-shell)
7134         (tramp-local-coding-commands, tramp-remote-coding-commands)
7135         (tramp-find-inline-encoding, tramp-call-local-coding-command)
7136         (tramp-inline-compress-commands, tramp-find-inline-compress)
7137         (tramp-compute-multi-hops, tramp-maybe-open-connection)
7138         (tramp-send-command, tramp-wait-for-output)
7139         (tramp-send-command-and-check, tramp-barf-unless-okay)
7140         (tramp-send-command-and-read, tramp-mode-string-to-int)
7141         (tramp-convert-file-attributes, tramp-check-cached-permissions)
7142         (tramp-file-mode-from-int, tramp-file-mode-permissions)
7143         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7144         (tramp-method-out-of-band-p, tramp-local-host-p)
7145         (tramp-get-remote-path, tramp-get-remote-tmpdir)
7146         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7147         (tramp-get-test-command, tramp-get-test-nt-command)
7148         (tramp-get-file-exists-command, tramp-get-remote-ln)
7149         (tramp-get-remote-perl, tramp-get-remote-stat)
7150         (tramp-get-remote-readlink, tramp-get-remote-trash)
7151         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7152         (tramp-get-local-uid, tramp-get-local-gid)
7153         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7154         tramp-sh.el.
7155         (tramp-methods, tramp-default-method-alist)
7156         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7157         Move initialization to tramp-sh.el.
7158         (tramp-temp-name-prefix): Make it a defconst.
7159         (tramp-dissect-file-name): Don't check anymore for multi-hop
7160         methods.
7161         (tramp-debug-outline-regexp): Add a docstring.
7162         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7163         (tramp-get-debug-buffer): Use it.
7165         * net/tramp-cache.el (top): Set tramp-autoload cookie for
7166         initialization forms.
7167         (tramp-set-connection-property): Don't protect `tramp-message'
7168         call, it isn't necessary any longer.
7169         (tramp-dump-connection-properties): Use `ignore-errors'.
7171         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7172         'password-cache and 'auth-source.
7174         * net/tramp-gvfs.el (top):
7175         * net/tramp-smb.el (top): Require 'tramp-sh.
7177         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7179         * net/tramp-sh.el: New file, derived from tramp.el.
7180         (top): Initialize `tramp-methods', `tramp-default-method-alist',
7181         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7182         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7183         Use `ignore-errors' where appropriate.
7184         (tramp-sh-file-name-handler-alist): Rename from
7185         `tramp-file-name-handler-alist'.
7186         (tramp-send-command-and-check): Return t or nil.  Remove all
7187         `zerop' checks, where called.
7188         (tramp-handle-set-file-modes)
7189         (tramp-do-copy-or-rename-file-directly)
7190         (tramp-handle-delete-directory, tramp-handle-delete-file)
7191         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7192         (tramp-sh-file-name-handler, tramp-send-command-and-check)
7193         (tramp-get-remote-ln): Set tramp-autoload cookie.
7195         * net/tramp-fish.el: Remove file.
7197 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
7199         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7200         buffer-file-name to avoid file-locking.  (Bug#7026)
7202 2010-09-13  Julien Danjou  <julien@danjou.info>
7204         * notifications.el (notifications-notify): Add support for
7205         image-path and sound-name.
7206         (notifications-specification-version): Add this variable.
7208 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7210         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7212 2010-09-12  Leo  <sdl.web@gmail.com>
7214         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7215         (rcirc-completion-start): New variables.
7216         (rcirc-nick-completions): Rename to rcirc-completions.
7217         (rcirc-nick-completion-start-offset): Delete.
7218         (rcirc-completion-at-point): New function for constructing
7219         completion data for both nicks and irc commands.  Add to
7220         completion-at-point-functions in rcirc mode.
7221         (rcirc-complete): Rename from rcirc-nick-complete; use
7222         rcirc-completion-at-point.
7223         (defun-rcirc-command): Update rcirc-client-commands.
7225 2010-09-11  Glenn Morris  <rgm@gnu.org>
7227         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7228         atomically, to avoid parallel build errors.  (Bug#4196)
7230 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
7232         * progmodes/sql.el: Version 2.6
7233         (sql-dialect): Synonym for "sql-product".
7234         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7235         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7236         Set "sql-buffer" to buffer name not buffer object so multiple sql
7237         interactive buffers work properly.  Reverts misguided changes in
7238         earlier work.
7239         (sql-comint): Make sure different buffer name is used if "*SQL*"
7240         buffer is for a different product.
7241         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7242         login param.
7243         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7244         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7245         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7246         Accept new buffer name or prompt for one.
7247         (sql-port): Default to zero.
7248         (sql-comint-mysql): Handle "sql-port" as a numeric.
7249         (sql-port-history): Delete unused variable.
7250         (sql-get-login): Default "sql-port" to a number.
7251         (sql-product-alist): Correct Postgres prompt and terminator regexp.
7252         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7253         "sqlite3" executables.
7254         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7255         (sql-buffer-live-p): New function.
7256         (sql-mode-menu, sql-send-string): Use it.
7257         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7258         syntax pattern.
7259         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7260         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7262 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264         * net/netrc.el (netrc-credentials): New convenience function.
7266 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7268         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7269         to replace texinfo-font-lock-syntactic-keywords.
7270         (texinfo-mode): Use it.
7272         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7273         Use syntax-propertize-function.
7275         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7276         replace sgml-font-lock-syntactic-keywords.
7277         (sgml-mode): Use it.
7279         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7280         since we don't use it.
7282         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7284         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7285         if available.
7286         (vhdl-fontify-buffer): Adjust.
7288         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7289         replace tcl-font-lock-syntactic-keywords.
7290         (tcl-mode): Use it.
7292         * progmodes/simula.el (simula-syntax-propertize-function): New var to
7293         replace simula-font-lock-syntactic-keywords.
7294         (simula-mode): Use it.
7296         * progmodes/sh-script.el (sh-st-symbol): Remove.
7297         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7298         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7299         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7300         (sh-font-lock-paren): Set syntax-multiline.
7301         (sh-font-lock-syntactic-keywords): Remove.
7302         (sh-syntax-propertize-function): New function to replace it.
7303         (sh-mode): Use it.
7305         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7306         Define while compiling.
7307         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7308         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7309         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7310         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7311         (ruby-here-doc-end-syntax): Only define when
7312         syntax-propertize is not available.
7313         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7314         New functions.
7315         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7316         (electric-indent-chars): Silence bytecompiler.
7317         (ruby-mode): Use prog-mode, syntax-propertize-function, and
7318         electric-indent-chars.
7320         * progmodes/python.el (python-syntax-propertize-function): New var to
7321         replace python-font-lock-syntactic-keywords.
7322         (python-mode): Use it.
7323         (python-quote-syntax): Simplify and adjust to new use.
7325         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7326         replace perl-font-lock-syntactic-keywords.
7327         (perl-syntax-propertize-special-constructs): New fun to replace
7328         perl-font-lock-special-syntactic-constructs.
7329         (perl-font-lock-syntactic-face-function): New fun.
7330         (perl-mode): Use it.
7332         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7333         to replace octave-font-lock-close-quotes.
7334         (octave-syntax-propertize-function): New function to replace
7335         octave-font-lock-syntactic-keywords.
7336         (octave-mode): Use it.
7338         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7339         replaces mixal-font-lock-syntactic-keywords.
7340         (mixal-mode): Use it.
7342         * progmodes/make-mode.el (makefile-syntax-propertize-function):
7343         New var; replaces makefile-font-lock-syntactic-keywords.
7344         (makefile-mode): Use it.
7345         (makefile-imake-mode): Adjust.
7347         * progmodes/js.el (js--regexp-literal): Define while compiling.
7348         (js-syntax-propertize-function): New var; replaces
7349         js-font-lock-syntactic-keywords.
7350         (js-mode): Use it.
7352         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7353         replaces gdb-script-font-lock-syntactic-keywords.
7354         (gdb-script-mode): Use it.
7356         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7357         (fortran--font-lock-syntactic-keywords): New var.
7358         (fortran-line-length): Update syntax-propertize-function and
7359         fortran--font-lock-syntactic-keywords.
7361         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7363         * progmodes/cfengine.el (cfengine-mode):
7364         Use syntax-propertize-function.
7365         (cfengine-font-lock-syntactic-keywords): Remove.
7367         * progmodes/autoconf.el (autoconf-mode):
7368         Use syntax-propertize-function.
7369         (autoconf-font-lock-syntactic-keywords): Remove.
7371         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7372         (ada-after-change-function, ada-initialize-syntax-table-properties)
7373         (ada-handle-syntax-table-properties): Only define when
7374         syntax-propertize is not available.
7375         (ada-mode): Use syntax-propertize-function.
7377         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7378         (font-lock-fontify-syntactic-keywords-region): Move handling of
7379         font-lock-syntactically-fontified to...
7380         (font-lock-default-fontify-region): ...here.
7381         Let syntax-propertize-function take precedence.
7382         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7384         * emacs-lisp/syntax.el (syntax-propertize-function)
7385         (syntax-propertize-chunk-size, syntax-propertize--done)
7386         (syntax-propertize-extend-region-functions): New vars.
7387         (syntax-propertize-wholelines, syntax-propertize-multiline)
7388         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7389         (syntax-propertize): New functions.
7390         (syntax-propertize-rules): New macro.
7391         (syntax-ppss-flush-cache): Set syntax-propertize--done.
7392         (syntax-ppss): Call syntax-propertize.
7394         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7396 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
7398         * textmodes/ispell.el (ispell-init-process): Improve comments.
7399         XEmacs compatibility changes regarding (add-hook) 'local option
7400         and (set-process-query-on-exit-flag).
7402 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
7404         * net/tramp-cache.el (tramp-parse-connection-properties):
7405         Set tramp-autoload cookie.
7407 2010-09-09  Glenn Morris  <rgm@gnu.org>
7409         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7410         (imagemagick-register-types): Doc fix.
7412 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7416         * progmodes/js.el (require): Require is already "eval-and-compile".
7417         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
7418         (js--re-search-backward): Use js--re-search-forward.
7420         * progmodes/fortran.el (fortran-line-length): Don't recompute
7421         syntactic keywords redundantly a second time.
7423         * progmodes/ada-mode.el: Replace "(set '" with setq.
7424         (ada-mode): Simplify.
7425         (ada-create-case-exception, ada-adjust-case-interactive)
7426         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7427         (ada-search-ignore-string-comment, ada-move-to-start)
7428         (ada-move-to-end): Use with-syntax-table.
7430         * font-lock.el (save-buffer-state): Remove `varlist' arg.
7431         (font-lock-unfontify-region, font-lock-default-fontify-region):
7432         Update usage correspondingly.
7433         (font-lock-fontify-syntactic-keywords-region):
7434         Set parse-sexp-lookup-properties buffer-locally here.
7435         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7437         * simple.el (blink-matching-open): Don't burp if we can't find a match.
7439 2010-09-08  Glenn Morris  <rgm@gnu.org>
7441         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7442         Error if not compiled with -DBYTE_CODE_METER.
7444         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7445         Ignore dir-locals-file.
7447 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7449         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7450         Not a const.
7451         (compilation-error-regexp-alist-alist): Rule out ": " in file names
7452         for the `gnu' messages.
7453         (compilation-set-skip-threshold): New command.
7454         (compilation-start): Use \' rather than $.
7455         (compilation-forget-errors): Use clrhash.
7457 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
7459         * textmodes/ispell.el (ispell-valid-dictionary-list):
7460         Simplify logic.
7462 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
7464         Migrate to Tramp 2.2.  Rearrange load dependencies.
7465         (Bug#1529, Bug#5448, Bug#5705)
7467         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7468         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7469         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7471         * net/tramp.el (top): Remove all other tramp-* loads except
7472         tramp-compat.el.  Remove all changes to tramp-unload-hook for
7473         other tramp-* packages.  Rearrange defun order.  Change calls of
7474         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7475         `tramp-compat-octal-to-decimal' to new function names.
7476         (tramp-terminal-type, tramp-initial-end-of-output)
7477         (tramp-methods, tramp-foreign-file-name-handler-alist)
7478         (tramp-tramp-file-p, tramp-completion-mode-p)
7479         (tramp-send-command-and-check, tramp-get-remote-path)
7480         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7481         (tramp-shell-quote-argument): Set tramp-autoload cookie.
7482         (with-file-property, with-connection-property): Move to
7483         tramp-cache.el.
7484         (tramp-local-call-process, tramp-decimal-to-octal)
7485         (tramp-octal-to-decimal): Move to tramp-compat.el.
7486         (tramp-handle-shell-command): Do not require 'shell.
7487         (tramp-compute-multi-hops): No special handling for tramp-gw-*
7488         symbols.
7489         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7491         * net/tramp-cache.el (top): Require 'tramp.  Add to
7492         `tramp-unload-hook'.
7493         (tramp-cache-data, tramp-get-file-property)
7494         (tramp-set-file-property, tramp-flush-file-property)
7495         (tramp-flush-directory-property, tramp-get-connection-property)
7496         (tramp-set-connection-property, tramp-flush-connection-property)
7497         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7498         cookie.
7499         (with-file-property, with-connection-property): New defuns, moved
7500         from tramp.el.
7501         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7502         macro.
7504         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7505         (tramp-version): Set tramp-autoload cookie.
7507         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
7508         changes to tramp-unload-hook for other tramp-* packages.  Add to
7509         `tramp-unload-hook'.
7510         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7511         (tramp-compat-call-process): New defuns, moved from tramp.el.
7513         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
7514         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7515         Add to `tramp-unload-hook'.  Change call of
7516         `tramp-compat-decimal-to-octal' to new function name.
7517         (tramp-fish-method): Make it a defconst.
7518         (tramp-fish-file-name-p): Make it a defsubst.
7519         (tramp-fish-method, tramp-fish-file-name-handler)
7520         (tramp-fish-file-name-p): Set tramp-autoload cookie.
7522         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7523         `tramp-foreign-file-name-handler-alist'.  Add to
7524         `tramp-unload-hook'.
7525         (tramp-ftp-method): Make it a defconst.
7526         (tramp-ftp-file-name-p): Make it a defsubst.
7527         (tramp-ftp-method, tramp-ftp-file-name-handler)
7528         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7530         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7531         `tramp-foreign-file-name-handler-alist'.  Add to
7532         `tramp-unload-hook'.  Change checks, whether package can be
7533         loaded.
7534         (tramp-gvfs-file-name-p): Make it a defsubst.
7535         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7536         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7537         (tramp-gvfs-handle-file-directory-p): New defun.
7538         (tramp-gvfs-file-name-handler-alist): Use it.
7540         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7541         `tramp-foreign-file-name-handler-alist'.  Add to
7542         `tramp-unload-hook'.
7543         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7544         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7545         defconst.
7546         (tramp-gw-tunnel-method, tramp-gw-socks-method)
7547         (tramp-gw-open-connection): Set tramp-autoload cookie.
7549         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
7550         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7551         Add to `tramp-unload-hook'.  Change checks, whether package can be
7552         loaded.
7553         (tramp-imap-file-name-p): Make it a defsubst.
7554         (tramp-imap-method, tramp-imaps-method)
7555         (tramp-imap-file-name-handler)
7556         (tramp-imap-file-name-p): Set tramp-autoload cookie.
7558         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
7559         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7560         Add to `tramp-unload-hook'.  Change checks, whether package can be
7561         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
7562         function name.
7563         (tramp-smb-tunnel-method): Make it a defconst.
7564         (tramp-smb-file-name-p): Make it a defsubst.
7565         (tramp-smb-method, tramp-smb-file-name-handler)
7566         (tramp-smb-file-name-p): Set tramp-autoload cookie.
7568         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7569         (tramp-uuencode-region): Set tramp-autoload cookie.
7571         * net/trampver.el (top) Add to `tramp-unload-hook'.
7572         (tramp-version, tramp-bug-report-address): Set tramp-autoload
7573         cookie.  Update release number.
7575 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
7577         * textmodes/ispell.el (ispell-start-process): Make sure original
7578         arg list is properly initialized (Bug#6993, Bug#6994).
7580 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
7582         * files.el (directory-abbrev-alist): Use \` as default regexp.
7584         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7585         chars like - or ] (bug#6984).
7586         (rx-any-condense-range): Explode 2-char ranges.
7588 2010-09-06  Glenn Morris  <rgm@gnu.org>
7590         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7592 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7594         * textmodes/bibtex.el:
7595         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7597 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599         * net/imap.el (imap-message-map): Remove optional buffer parameter,
7600         since no callers use it.
7601         (imap-message-get): Ditto.
7602         (imap-message-put): Ditto.
7603         (imap-mailbox-map): Ditto.
7604         (imap-mailbox-put): Ditto.
7605         (imap-mailbox-get): Ditto.
7606         (imap-mailbox-get): Revert last change for this function.
7608 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7611         callers to use `imap-fetch' instead.  According to the comments, this
7612         should be safe, since all other IMAP clients use the 1:* syntax.
7613         (imap-enable-exchange-bug-workaround): Remove.
7614         (imap-debug): Remove -- doesn't seem very useful.
7616 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618         * net/imap.el (imap-log): New convenience function used throughout
7619         instead of repeating the same code all over the place.
7621 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
7623         * mouse.el (mouse-save-then-kill): Save region to kill-ring
7624         when mouse-drag-copy-region is non-nil (Bug#6956).
7626 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
7628         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7629         Improve regexps (Bug#6987).
7630         (dired-sort-toggle): Search more robustly for -t flag.
7632         * files.el (get-free-disk-space): Search more robustly for
7633         "available" column.  Suggested by Ehud Karni
7634         <ehud@unix.mvs.co.il>.
7636 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
7638         * international/uni-bidi.el:
7639         * international/uni-category.el:
7640         * international/uni-combining.el:
7641         * international/uni-decimal.el:
7642         * international/uni-mirrored.el:
7643         * international/uni-name.el: Regenerate.
7645 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * electric.el (electric-indent-post-self-insert-function):
7648         Don't reindent with a sloppy indentation function.
7650         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7651         border case in change-log-mode.
7653 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
7655         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7656         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7657         Recognize leading tab in gcc-include regexp.  Ignore names with
7658         leading "from" or "in" in gnu regexp (Bug#6937).
7660 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7663         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7664         (ispell-start-process): Avoid setq and simplify logic.
7665         (ispell-init-process): Setup kill-buffer-hook locally when needed.
7666         (kill-buffer-hook): Don't use it globally with code that uses
7667         expand-file-name since that may call kill-buffer via
7668         code_conversion_restore.
7670 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
7672         * emacs-lisp/package.el (package-directory-list): Only call
7673         file-name-nondirectory on a string.
7675 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
7677         * emacs-lisp/package.el (package--download-one-archive):
7678         Ensure that archive-contents is valid before saving it.
7679         (package-activate-1, package-mark-obsolete, define-package)
7680         (package-compute-transaction, package-list-maybe-add): Use push.
7682 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         Use SMIE's blink-paren for octave-mode.
7685         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7686         Backslashes do not escape single-quotes, single-quotes do.
7687         (octave-block-else-regexp, octave-block-end-regexp)
7688         (octave-block-match-alist): Remove.
7689         (octave-smie-bnf-table): New var, with old content.
7690         (octave-smie-op-levels): Use it.
7691         (octave-smie-closer-alist): New var.
7692         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
7693         (octave-blink-matching-block-open): Remove.
7694         (octave-reindent-then-newline-and-indent, octave-electric-semi)
7695         (octave-electric-space): Let self-insert-command run expand-abbrev and
7696         blink parens.
7698         * electric.el (electricity): New group.
7699         (electric-indent-chars): New var.
7700         (electric-indent-post-self-insert-function): New fun.
7701         (electric-indent-mode): New minor mode.
7702         (electric-pair-skip-self): New custom.
7703         (electric-pair-post-self-insert-function): New function.
7704         (electric-pair-mode): New minor mode.
7706         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7707         calcAlg-blink-matching-open.
7708         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7709         (calc-do-alg-entry): Only touch the part of the keymap that varies.
7710         Use the new blink-matching-check-function.
7712         Provide blink-matching support to SMIE.
7713         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7714         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7715         (smie-blink-matching-check, smie-blink-matching-open): New functions.
7717         * simple.el (newline): Fix last change to properly remove itself from
7718         the hook.
7720 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7722         * simple.el (newline): Eliminate optimization.
7723         Use post-self-insert-hook to set hard-newline and things before
7724         running post-self-insert-hook.
7725         (blink-matching-check-mismatch): New function.
7726         (blink-matching-check-function): New variable.
7727         (blink-matching-open): Use them.
7728         Skip back forward over prefix chars skipped by forward-sexp.
7729         Don't check if the parens are backslash escaped.
7730         (blink-paren-post-self-insert-function): Check backslash escaping here.
7732 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
7734         * emacs-lisp/package.el (package-menu-mode-map):
7735         Change package-menu-revert bindings to revert-buffer.
7736         (package-menu-mode): Set revert-buffer-function.
7737         (package-menu-revert): Doc fix.
7739 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
7741         * textmodes/ispell.el (ispell-init-process): Use "~/" as
7742         `default-directory' unless using Ispell per-directory personal
7743         dictionaries and not in a mini-buffer under XEmacs.
7744         (kill-buffer-hook): Do not kill ispell process on exit when
7745         `ispell-process-directory' is "~/".  (Bug#6143)
7747 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
7749         * simple.el (kill-new): Call interprogram-cut-function with only
7750         one argument.
7752         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7753         Remove cut buffer from error message.
7755         * term/x-win.el (x-select-text):
7756         * term/pc-win.el (x-selection-value):
7757         * term/ns-win.el (x-selection-value):
7758         * eshell/em-term.el:
7759         * w32-fns.el (x-get-selection-value):
7760         * mouse-sel.el (mouse-sel-set-selection-function):
7761         * frame.el (display-selections-p): Remove cut-buffer in documentation.
7763         * term/x-win.el: Update documentation for x-last-selected-text-*.
7764         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7765         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7766         (x-select-text): Remove argument PUSH, update documentation.
7767         Remove cut-buffer code.
7768         (x-selection-value-internal): Was previously x-selection-value.
7769         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7770         Update documentation, remove cut-buffer code.
7771         Call x-selection-value-internal.
7772         (x-clipboard-yank): Call x-selection-value-internal.
7773         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7775         * term/pc-win.el (x-last-selected-text):
7776         x-cut-buffer-or-selection-value renamed to x-selection-value
7777         (x-select-text): Remove argument PUSH, update documentation.
7779         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7780         x-cut-buffer-or-selection-value renamed to x-selection-value
7781         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7782         (x-select-text): Remove argument PUSH, update documentation.
7784         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7786         * w32-fns.el (x-last-selected-text):
7787         x-cut-buffer-or-selection-value renamed to x-selection-value.
7788         (x-cut-buffer-max): Remove.
7789         (x-select-text): Remove argument PUSH, update documentation.
7791         * simple.el (interprogram-cut-function): Remove mention of PUSH.
7793         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7795         * mouse-sel.el (mouse-sel-get-selection-function):
7796         x-cut-buffer-or-selection-value renamed to x-selection-value.
7797         (x-select-text): Remove optional push.
7799 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7801         * simple.el (blink-paren-function): Move from C to here.
7802         (blink-paren-post-self-insert-function): New function.
7803         (post-self-insert-hook): Use it.
7805         * emacs-lisp/pcase.el (pcase-split-memq):
7806         Fix overenthusiastic optimisation.
7807         (pcase-u1): Handle the case of a lambda pred.
7809 2010-08-31  Kenichi Handa  <handa@m17n.org>
7811         * international/mule-cmds.el (standard-display-european-internal):
7812         Setup standard-display-table for 8-bit characters by storing 8-bit
7813         characters in the element vector.
7815         * disp-table.el (standard-display-8bit):
7816         Setup standard-display-table for 8-bit characters by storing 8-bit
7817         characters in the element vector.
7818         (standard-display-european): Likewise.
7820 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
7822         * textmodes/nroff-mode.el (nroff-view): New command.
7823         (nroff-mode-map): Bind it to C-c C-c.
7825 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * emacs-lisp/smie.el (smie-down-list): New command.
7829         Remove old indentation and navigation code on octave-mode.
7830         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7831         smie-down-list rather than add a binding for octave-down-block.
7832         (octave-mark-block, octave-blink-matching-block-open):
7833         Rely on forward-sexp-function.
7834         (octave-fill-paragraph): Don't narrow, so you can use
7835         indent-according-to-mode.
7836         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7837         (octave-in-block-p, octave-re-search-forward-kw)
7838         (octave-re-search-backward-kw, octave-indent-calculate)
7839         (octave-end-as-array-index-p, octave-block-end-offset)
7840         (octave-scan-blocks, octave-forward-block, octave-backward-block)
7841         (octave-down-block, octave-backward-up-block, octave-up-block)
7842         (octave-before-magic-comment-p, octave-indent-line): Remove.
7844 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
7846         * emacs-lisp/package.el (package--read-archive-file): Just use
7847         `read', to avoid copying an additional string.
7848         (package-menu-mode): Set header-line-format here.
7849         (package-menu-refresh, package-menu-revert): Signal an error if
7850         not in the Package Menu.
7851         (package-menu-package-list): New var.
7852         (package--generate-package-list): Operate on the current buffer;
7853         don't assume that it is *Packages*, since the user may rename it.
7854         Allow persistent package listings and sort keys using
7855         package-menu-package-list and package-menu-package-sort-key.
7856         (package-menu--version-predicate): Fix version calculation.
7857         (package-menu-sort-by-column): Don't select the window.
7858         (package--list-packages): Create the *Packages* buffer.
7859         Set package-menu-package-list-key.
7860         (list-packages): Sorting by status is now the default.
7861         (package-buffer-info): Use match-string-no-properties.
7862         (define-package): Add a &rest argument for future proofing, but
7863         don't use it yet.
7864         (package-install-from-buffer, package-install-buffer-internal):
7865         Merge into a single function, package-install-from-buffer.
7866         (package-install-file): Change caller.
7868         * finder.el: Load finder-inf using `require'.
7869         (finder-list-matches): Sorting by status is now the default.
7870         (finder-compile-keywords): Simpify printing.
7872 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7874         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7875         (octave-mode-map): Remove special bindings for forward/backward-block
7876         and octave-backward-up-block.  Use smie-close-block.
7877         (octave-continuation-marker-regexp): New var.
7878         (octave-continuation-regexp): Use it.
7879         (octave-operator-table, octave-smie-op-levels)
7880         (octave-operator-regexp, octave-smie-indent-rules): New vars.
7881         (octave-smie-backward-token, octave-smie-forward-token): New funs.
7882         (octave-mode): Use SMIE.
7883         (octave-close-block): Delete.
7885 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
7887         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7888         CLIPBOARD, not in PRIMARY.  (Bug#6944)
7890 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7893         a list of parents.
7894         (smie-indent-column): Allow indirection through variables.
7896         * composite.el (save-buffer-state): Delete, unused.
7897         * font-lock.el (save-buffer-state): Use with-silent-modifications.
7898         (font-lock-default-fontify-region): Use with-syntax-table.
7899         * jit-lock.el (with-buffer-unmodified): Remove.
7900         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7902         Use `declare' in defmacros.
7903         * window.el (save-selected-window):
7904         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7905         * progmodes/python.el (def-python-skeleton):
7906         * net/dbus.el (dbus-ignore-errors):
7907         * jka-cmpr-hook.el (with-auto-compression-mode):
7908         * international/mule.el (with-category-table):
7909         * emacs-lisp/timer.el (with-timeout):
7910         * emacs-lisp/lisp-mnt.el (lm-with-file):
7911         * emacs-lisp/eieio.el (with-slots):
7912         * emacs-lisp/easymenu.el (easy-menu-define):
7913         * emacs-lisp/debug.el (debugger-env-macro):
7914         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7915         (Multiple-value-call, Multiple-value-prog1):
7916         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7917         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7918         edebug rule to definition.
7919         * emacs-lisp/lisp-mode.el (save-selected-window)
7920         (with-current-buffer, combine-after-change-calls)
7921         (with-output-to-string, with-temp-file, with-temp-buffer)
7922         (with-temp-message, with-syntax-table, read-if, eval-after-load)
7923         (dolist, dotimes, when, unless):
7924         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7926 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
7928         * finder.el: Require `package'.
7929         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
7930         (finder-package-info): Var deleted.
7931         (finder-keywords-hash, finder--builtins-alist): New vars.
7932         (finder-compile-keywords): Compute package--builtins and
7933         finder-keywords-hash instead of finder-keywords-hash, respecting
7934         the "Package" header.
7935         (finder-unknown-keywords, finder-list-matches):
7936         Use finder-keywords-hash and package--list-packages.
7937         (finder-mode): Don't set font-lock-defaults.
7938         (finder-exit): We don't use "*Finder-package*" and "*Finder
7939         Category*" buffers anymore.
7941         * emacs-lisp/package.el (package--builtins-base): Var deleted.
7942         (package--builtins): Set default value to nil.
7943         (package-initialize): Load precomputed value of package--builtins
7944         from finder-inf.el.
7945         (package-alist, package-compute-transaction)
7946         (package-download-transaction): Improve docstring.
7947         (package-read-all-archive-contents): Do not change
7948         package--builtins here.
7949         (list-packages): Make package-list-packages an alias for this.
7950         Sort by status by default.
7951         (package--list-packages): Add optional PACKAGES arg.
7952         (describe-package-1): Use font-lock-face property.  For built-in
7953         packages, insert file commentary.
7954         (package--generate-package-list): Rename from
7955         package-list-packages-internal; all callers changed.  Add optional
7956         PACKAGES arg.  Add alphabetical sort fallbacks.
7957         (package-menu--version-predicate, package-menu--status-predicate)
7958         (package-menu--description-predicate)
7959         (package-menu--name-predicate): New functions.
7961         * info.el (Info-finder-find-node): Search package-alist instead of
7962         finder-package-info.
7964 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
7966         * subr.el (version-regexp-alist): Don't use "a" and "b" for
7967         "alpha" and "beta".
7968         (version-to-list): Handle versions like "10.3d".
7970 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7973         (macroexp-accumulate): Use `declare'.
7975 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7977         * whitespace.el (whitespace-style): Adjust type declaration.
7979 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
7981         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7983 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
7985         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7986         (Bug#6907).
7988 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
7990         * progmodes/js.el: Make indentation more customizable (Bug#6914).
7991         (js-paren-indent-offset, js-square-indent-offset)
7992         (js-curly-indent-offset): New options.
7993         (js--proper-indentation): Use them.
7995 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
7997         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7998         instead of inspecting font-lock properties (Bug#6916).
8000 2010-08-26  David Reitter  <david.reitter@gmail.com>
8002         * server.el (server-visit-files): Run pre-command-hook and
8003         post-command-hook for each buffer while it is current (Bug#6910).
8004         (server-execute): Do not run hooks here.
8006 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
8008         Sync with Tramp 2.1.19.
8010         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8011         deleting tmpfile.
8012         (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8014         * net/tramp.el (tramp-handle-expand-file-name)
8015         (tramp-completion-handle-file-name-all-completions)
8016         (tramp-completion-handle-file-name-completion):
8017         Use `tramp-connectable-p'.
8019         * net/trampver.el: Update release number.
8021 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
8023         * help.el (help-map): Bind `C-h P' to describe-package.
8025         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8027         * emacs-lisp/package.el (package-refresh-contents): Catch errors
8028         when downloading archives.
8029         (describe-package-1): Add package commentary.
8030         (package-install-button-action): New function.
8031         (package-menu-mode-map): Bind ? to package-menu-describe-package.
8032         (package-menu-view-commentary): Function removed.
8033         (package-list-packages-internal): Hide the `package' package too.
8035 2010-08-25  Kenichi Handa  <handa@m17n.org>
8037         * language/misc-lang.el ("Arabic"): New language environment.
8038         Setup composition-function-table for Arabic characters.
8040         * international/fontset.el (setup-default-fontset): Fix typo for
8041         arabic OTF spec (fini->fina).
8043 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
8045         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8046         on all frames.
8048 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8050         * whitespace.el: Allow cleaning up blanks without blank
8051         visualization (Bug#6651).  Adjust help window for
8052         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
8053         instead of whitespace-line-column (from EmacsWiki).  New version
8054         13.1.
8055         (whitespace-style): Add new value 'face.  Adjust docstring.
8056         (whitespace-space, whitespace-hspace, whitespace-tab):
8057         Adjust foreground property face.
8058         (whitespace-line-column): Adjust docstring and type declaration.
8059         (whitespace-style-value-list, whitespace-toggle-option-alist)
8060         (whitespace-help-text): Adjust const initialization.
8061         (whitespace-toggle-options, global-whitespace-toggle-options):
8062         Adjust docstring.
8063         (whitespace-display-window, whitespace-interactive-char)
8064         (whitespace-style-face-p, whitespace-color-on): Adjust code.
8065         (whitespace-help-scroll): New fun.
8067 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
8069         * emacs-lisp/package.el (list-packages): Alias for
8070         package-list-packages.
8072 2010-08-24  Kevin Ryde  <user42@zip.com.au>
8074         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8075         (Bug#5651).
8077         * progmodes/ruby-mode.el (ruby): Add defgroup.
8079 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
8081         * progmodes/python.el: Add Ipython support (Bug#5390).
8082         (python-shell-prompt-alist)
8083         (python-shell-continuation-prompt-alist): New options.
8084         (python--set-prompt-regexp): New function.
8085         (inferior-python-mode, run-python, python-shell):
8086         Require ansi-color.  Use python--set-prompt-regexp to set the comint
8087         prompt based on the Python interpreter.
8088         (python--prompt-regexp): New var.
8089         (python-check-comint-prompt)
8090         (python-comint-output-filter-function): Use it.
8091         (run-python): Use a pipe (Bug#5694).
8093 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
8095         * progmodes/python.el (python-send-region): Send a different
8096         Python command if Ipython is in use.
8097         (python-check-version): Use a Python command to find the version.
8099 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
8101         * mouse.el (mouse-yank-primary): Avoid setting primary when
8102         deactivating the mark (Bug#6872).
8104 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
8106         * progmodes/python.el (python-block-pairs): Allow use of "finally"
8107         with "else" (Bug#3991).
8109 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
8111         * net/dbus.el: Accept UNIX domain sockets as bus address.
8112         (top): Don't initialize `dbus-registered-objects-table' anymore,
8113         this is done in dbusbind.c.
8114         (dbus-check-event): Adapt test for bus.
8115         (dbus-return-values-table, dbus-unregister-service)
8116         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8117         Adapt doc string.
8119 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
8121         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8123 2010-08-22  Juri Linkov  <juri@jurta.org>
8125         * simple.el (read-extended-command): New function with the logic
8126         for `completing-read' moved to Elisp from `execute-extended-command'.
8127         Use `function-called-at-point' in `minibuffer-default-add-function'
8128         to get a command name for M-n (bug#5364, bug#5214).
8130 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
8132         * startup.el (command-line-1): Issue warning for ignored arguments
8133         --unibyte, etc (Bug#6886).
8135 2010-08-22  Leo  <sdl.web@gmail.com>
8137         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8138         (ignore, bright, dim, keyword): Split list of nicknames before
8139         passing to rcirc-add-or-remove (Bug#6894).
8141 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
8143         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8145 2010-08-22  Leo  <sdl.web@gmail.com>
8147         Fix buffer-list rename&refresh after killing a buffer in ido.
8148         * ido.el: Revert Óscar's.
8149         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8150         Remember the buffers at head, rather than their name.
8151         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8153 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
8154             Stefan Monnier  <monnier@iro.umontreal.ca>
8156         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8157         extra backslash added to each line (bug#6890).
8159 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * subr.el (read-key): Don't echo keystrokes (bug#6883).
8163 2010-08-22  Glenn Morris  <rgm@gnu.org>
8165         * menu-bar.el (menu-bar-games-menu): Add landmark.
8167 2010-08-22  Glenn Morris  <rgm@gnu.org>
8169         * align.el (align-regexp): Make group and spacing arguments
8170         use the interactive defaults when non-interactive.  (Bug#6698)
8172         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8173         expansion, so as not to need sendmail.
8174         (mail-text-start): Remove declaration.
8175         (rmail-retry-failure): Require sendmail.
8177 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
8179         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8181 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
8183         * progmodes/flymake.el (flymake-start-syntax-check-process):
8184         Use `start-file-process' in order to let it run also on remote hosts.
8186 2010-08-22  Kenichi Handa  <handa@m17n.org>
8188         * files.el: Add `word-wrap' as safe local variable.
8190 2010-08-22  Glenn Morris  <rgm@gnu.org>
8192         * woman.el (woman-translate): Case matters.  (Bug#6849)
8194 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
8196         * simple.el (kill-region): Doc fix (Bug#6787).
8198 2010-08-22  Glenn Morris  <rgm@gnu.org>
8200         * calendar/diary-lib.el (diary-header-line-format):
8201         Fit it to the window, not the frame.
8203 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
8205         * subr.el (ignore-errors): Add debug declaration.
8207 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
8209         * whitespace.el (whitespace-color-off): Remove post-command-hook
8210         locally.
8212 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8216 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
8218         * cus-edit.el (custom-group-value-create): Add extra newline
8219         before end line (Bug#6876).
8221 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
8223         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8224         when extending it.  Before killing on the second click, check if
8225         the buffer is the correct one.  Doc fix.
8226         (mouse-secondary-save-then-kill): Allow usage without first
8227         calling mouse-start-secondary, by defaulting to point.  Don't save
8228         an empty secondary selection.  Doc fix.
8230 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8232         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
8233         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8234         New version 13.0.
8235         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8236         Adjust initialization.
8237         (whitespace-bob-marker, whitespace-eob-marker)
8238         (whitespace-buffer-changed): New vars.
8239         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8240         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8241         (whitespace-post-command-hook, whitespace-display-char-on):
8242         Adjust code.
8243         (whitespace-looking-back, whitespace-buffer-changed): New funs.
8244         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8246 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8248         * files.el (locate-file-completion-table): Only list the .el and .elc
8249         extensions if there's no other choice (bug#5955).
8251         * facemenu.el (facemenu-self-insert-data): New var.
8252         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8253         New functions.
8254         (facemenu-add-face): Use them.
8256         * simple.el (blink-matching-open): Obey forward-sexp-function.
8258 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * simple.el (prog-mode-map): New var.
8261         (prog-indent-sexp): New command.
8263         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8265         * progmodes/prolog.el (smie): Require.
8267         * emacs-lisp/smie.el (smie-default-backward-token)
8268         (smie-default-forward-token): Strip properties.
8269         (smie-next-sexp): Be more careful with associative operators.
8270         (smie-forward-sexp-command): Generalize.
8271         (smie-backward-sexp-command): Simplify.
8272         (smie-closer-alist): New var.
8273         (smie-close-block): New command.
8274         (smie-indent-debug-log): New var.
8275         (smie-indent-offset-rule): Add a few more cases.
8276         (smie-indent-column): New function.
8277         (smie-indent-after-keyword): Use it.
8278         (smie-indent-keyword): Use it.
8279         Fix up the opener code's point position.
8280         (smie-indent-comment): Only applies at BOL.
8281         (smie-indent-debug): New command.
8283         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8284         declarations that are useful before running the macro.
8286 2010-08-18  Joakim Verona  <joakim@verona.se>
8288         * image.el (imagemagick-types-inhibit): New variable.
8289         (imagemagick-register-types): New function.
8290         * image-mode.el (image-transform-properties): New function.
8291         (image-transform-set-scale, image-transform-fit-to-height)
8292         (image-transform-set-rotation, image-transform-set-resize)
8293         (image-transform-fit-to-width, image-transform-fit-to-height):
8294         New functions.
8295         (image-toggle-display-image): Support image transforms.
8297 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8299         * image.el (create-animated-image): Don't add heuristic mask to image
8300         (Bug#6839).
8302 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
8304         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8305         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8307 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8311         Font-lock '...' strings, plus various simplifications and fixes.
8312         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8313         (octave-font-lock-close-quotes): New function.
8314         (octave-font-lock-syntactic-keywords): New var.
8315         (octave-mode): Use it.  Set beginning-of-defun-function.
8316         (octave-mode-map): Don't override the <foo>-defun commands.
8317         (octave-mode-menu): Pass it directly to easy-menu-define;
8318         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8319         (octave-block-match-alist): Fix up last change so that
8320         octave-close-block uses the more specific keyword.
8321         (info-lookup-mode): Silence byte-compiler.
8322         (octave-beginning-of-defun): Not interactive any more.
8323         Optimize slightly.
8324         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8325         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8326         (octave-completion-at-point-function): Make sure point is within
8327         beg..end.
8328         (octave-reindent-then-newline-and-indent):
8329         Use reindent-then-newline-and-indent.
8330         (octave-add-octave-menu): Remove.
8332 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
8334         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8335         (report-emacs-bug-can-use-xdg-email): New functions.
8336         (report-emacs-bug): Set can-xdg-email to result of
8337         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
8338         \C-cm to report-emacs-bug-insert-to-mailer and add help text
8339         about it.
8341         * net/browse-url.el (browse-url-default-browser): Add cond
8342         for browse-url-xdg-open.
8343         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8345 2010-08-17  Glenn Morris  <rgm@gnu.org>
8347         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8348         (c-fontify-recorded-types-and-refs): Define for compiler.
8349         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8350         before use.
8352         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8353         Fix format call.
8355 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
8357         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8358         properties.
8359         (tramp-handle-process-file): Call the program in a subshell, in
8360         order to preserve working directory.
8361         (tramp-action-password): Hide password prompt before next run.
8362         (tramp-process-actions): Widen connection buffer for the trace.
8364 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
8366         * net/rcirc.el (rcirc-log-process-buffers): New option.
8367         (rcirc-print): Use it.
8368         (rcirc-generate-log-filename): New function.
8369         (rcirc-log-filename-function): Change default to
8370         rcirc-generate-log-filename (Bug#6828).
8372 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
8374         * simple.el (deactivate-mark): If select-active-regions is `only',
8375         only set selection for temporarily active regions.
8377         * cus-start.el: Change defcustom for select-active-regions.
8379 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
8381         * mouse.el (mouse--drag-set-mark-and-point): New function.
8382         (mouse-drag-track): Use LOCATION arg to push-mark.
8383         Use mouse--drag-set-mark-and-point to take click-count into
8384         consideration when updating point and mark (Bug#6840).
8386 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
8388         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8389         Give the Ruby rule a lower priority than Gnu (Bug#6778).
8391 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8393         * font-lock.el (lisp-font-lock-keywords-2):
8394         Add combine-after-change-calls, condition-case-no-debug,
8395         with-demoted-errors, and with-silent-modifications (Bug#6025).
8397 2010-08-14  Kevin Ryde  <user42@zip.com.au>
8399         * emacs-lisp/copyright.el (copyright-update-year)
8400         (copyright-update): Temporary switch-to-buffer to ensure the
8401         buffer change being queried is visible (Bug#5394).
8403 2010-08-14  Tom Tromey  <tromey@redhat.com>
8405         * progmodes/etags.el (tags-file-name): Mark safe if stringp
8406         (Bug#6733).
8408 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
8410         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8411         MS-DOS.  (Bug#6689)
8413 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
8415         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8416         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8417         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8418         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8419         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8420         Call menu-bar-set-tool-bar-position.
8422 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8424         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8425         comment style (bug#6834).
8426         * progmodes/scheme.el (scheme-mode-syntax-table):
8427         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8428         "b" flag in "' 14b" syntax.
8430         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8431         for (un)commenting the region and performing completion.
8432         (octave-mode-menu): Use standard commands for help and completion.
8433         (octave-mode-syntax-table): Support %{..%} comments (sort of).
8434         (octave-mode): Use define-derived-mode.
8435         Set completion-at-point-functions and don't set columns.
8436         Don't disable adaptive-fill-regexp.
8437         (octave-describe-major-mode, octave-comment-region)
8438         (octave-uncomment-region, octave-comment-indent)
8439         (octave-indent-for-comment): Remove.
8440         (octave-indent-calculate): Rename from calculate-octave-indent.
8441         (octave-indent-line, octave-fill-paragraph): Update caller.
8442         (octave-initialize-completions): No need to make an alist.
8443         (octave-completion-at-point-function): New function.
8444         (octave-complete-symbol): Use it.
8445         (octave-insert-defun): Use define-skeleton.
8447         * progmodes/octave-mod.el (octave-mode): Set comment-add.
8448         (octave-mode-map): Use comment-dwim (bug#6829).
8450 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>
8452         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8453         indentation of inserted comment.
8455 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
8457         * faces.el (region): Add type gtk that uses gtk colors.
8459         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8460         Handle theme-name change.
8462 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
8464         * progmodes/sql.el: Version 2.5
8465         (sql-product-alist): Add :prompt-cont-regexp property for several
8466         database products.
8467         (sql-prompt-cont-regexp): New variable.
8468         (sql-output-newline-count, sql-output-by-send):
8469         New variables.  Record number of newlines in input text.
8470         (sql-send-string): Handle multiple filters and count newlines.
8471         (sql-send-magic-terminator): Count terminator newline.
8472         (sql-interactive-remove-continuation-prompt): Filters output to
8473         remove continuation prompts; one for each newline.
8474         (sql-interactive-mode): Set up new variables, prompt regexp and
8475         output filter.
8476         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8477         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8479 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * emacs-lisp/pcase.el: New file.
8483 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
8485         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8486         as here-document, otherwise the command could exceed maximum
8487         length of command line.
8488         (tramp-handle-vc-registered): Call script accordingly.
8489         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8491 2010-08-10  Kenichi Handa  <handa@m17n.org>
8493         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8494         composable pattern.
8496 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
8498         * emacs-lisp/package.el (package-version-split)
8499         (package--version-first-nonzero, package-version-compare):
8500         Functions removed.
8501         (package-directory-list, package-load-all-descriptors)
8502         (package--built-in, package-activate, define-package)
8503         (package-installed-p, package-compute-transaction)
8504         (package-read-all-archive-contents)
8505         (package--add-to-archive-contents, package-buffer-info)
8506         (package-tar-file-info, package-list-packages-internal):
8507         Use version-to-list and version-list-*.
8509         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8510         Use version-to-list.
8511         (package-upload-buffer-internal): Use version-list-<=.
8513 2010-08-09  Kenichi Handa  <handa@m17n.org>
8515         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8516         composable pattern.
8518 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
8520         * tutorial.el (tutorial--default-keys): C-d is now bound to
8521         delete-forward-char (Bug#6826).
8523         * mouse.el (mouse-drag-track): Remove accidentally-removed check
8524         for `double' value of mouse-1-click-follows-link (Bug#6807).
8526 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
8528         * replace.el (replace-highlight): Bind isearch-forward and
8529         isearch-error, ensuring that highlighting is updated if the user
8530         switches the search direction (Bug#6808).
8532         * isearch.el (isearch-lazy-highlight-forward): New var.
8533         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8534         (isearch-lazy-highlight-update): Use it.
8536 2010-08-08  Kenichi Handa  <handa@m17n.org>
8538         * international/mule.el (define-charset): Store NAME as :base property.
8539         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8540         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8541         current priority.  Force using the designation of the specific
8542         charset by adding `charset' text property.  Improve the whole algorithm.
8544 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
8546         * emulation/pc-select.el (pc-selection-mode-hook)
8547         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8548         (pc-selection-mode): Fix typos in docstrings.
8550 2010-08-08  Kenichi Handa  <handa@m17n.org>
8552         * language/cyrillic.el: Don't add "microsoft-cp1251" to
8553         ctext-non-standard-encodings-alist here.
8555         * international/mule.el (ctext-non-standard-encodings-alist):
8556         Add "koi8-r" and "microsoft-cp1251".
8557         (ctext-standard-encodings): New variable.
8558         (ctext-non-standard-encodings-table): List only elements for
8559         non-standard encodings.
8560         (ctext-pre-write-conversion): Adjust for the above change.
8561         Check ctext-standard-encodings.
8563         * international/mule-conf.el (compound-text): Doc fix.
8564         (ctext-no-compositions): Doc fix.
8565         (compound-text-with-extensions): Doc fix.
8567 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8571 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
8573         * progmodes/which-func.el (which-func-format): Split help-echo text
8574         into lines, like other mode-line tooltips.
8576         * server.el (server-start): When using TCP sockets, force IPv4
8577         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
8579 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8581         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8583 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
8585         * term.el (term-delimiter-argument-list): Reflow docstring.
8586         (term-read-input-ring, term-write-input-ring, term-send-input)
8587         (term-bol, term-erase-in-display, serial-supported-or-barf):
8588         Fix typos in docstrings.
8590 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8594 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
8596         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8598 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
8600         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8601         Fix typo in docstring (bug#6747).
8603 2010-08-08  Leo  <sdl.web@gmail.com>
8605         * eshell/esh-io.el (eshell-get-target): Better detection of
8606         read-only file (Bug#6762).
8608 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
8610         * align.el (align-default-spacing): Doc fix.
8611         (align-region-heuristic, align-regexp): Fix typos in docstrings.
8613 2010-08-08  Stephen Peters  <speters@itasoftware.com>
8615         * calendar/icalendar.el
8616         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
8617         (icalendar--get-weekday-numbers): New.
8618         (icalendar--convert-recurring-to-diary): Handle multiple byday
8619         values in weekly rules.  (Bug#6766)
8621 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
8623         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8624         (icalendar--create-uid, icalendar-export-region)
8625         (icalendar--parse-summary-and-rest): Code formatting.
8627 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8629         * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8630         to italicize headers.
8631         (calc-highlight-selections-with-faces): New variable.
8632         (calc-selected-face, calc-nonselected-face): New faces.
8634         * calc/calccomp.el (math-comp-highlight-string): Use
8635         `calc-highlight-selections-with-faces' to determine how to highlight
8636         sub-formulas.
8638         * calc/calc-sel.el (calc-show-selections): Change message to when
8639         using faces to highlight selections.
8641 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
8643         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8644         Add SQLite 3 keywords, functions and datatypes.
8645         (sql-interactive-mode): Remove `comint-process-echoes' set to t
8646         (Bug#6686).
8648 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
8650         * simple.el (select-active-regions): Move to keyboard.c.
8651         (deactivate-mark): Used saved-region-selection.
8652         (select-active-region): Function removed.
8653         (activate-mark, set-mark, push-mark-command)
8654         (handle-shift-selection): Don't call it.
8655         (keyboard-quit): Avoid adding the region to the window selection.
8657         * mouse.el (mouse-drag-track): Remove hacks to deal with old
8658         select-active-regions implementation.
8659         (mouse-yank-at-click): Doc fix.
8661         * cus-start.el: Add custom declaration for select-active-regions.
8663 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
8665         * simple.el (delete-forward-char): Doc fix.
8667         * tutorial.el (help-with-tutorial): Hack safe file-local variables
8668         after reading the tutorial.
8670 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
8672         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8673         Fix for the case that a C style comment has its delimiters alone on
8674         their respective lines.  (Bug#193)
8676 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
8678         * net/tramp.el (tramp-handle-start-file-process): Set connection
8679         property "vec".
8680         (tramp-process-sentinel): Use it for flushing the cache.
8681         We cannot do it via the process buffer, the buffer could be deleted
8682         already when running the sentinel.
8684 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
8686         * comint.el (comint-mode): Make directory tracking functions
8687         functional on remote files.  (Bug#6764)
8689 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
8691         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8693 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
8695         * emacs-lisp/find-gc.el (find-gc-source-files):
8696         Rename unexec.c => unexcoff.c.
8698         * emacs-lisp/authors.el (authors-fixed-entries):
8699         Rename unexec.c => unexcoff.c.
8701 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
8703         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8704         cache, not only file cache.
8705         (tramp-process-sentinel): New defun.
8706         (tramp-handle-start-file-process): Use it, in order to invalidate
8707         file caches.
8709 2010-08-03  Leo  <sdl.web@gmail.com>
8711         * server.el (server-start): Simplify loop.
8713 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8715         * frame.el (screen-height, screen-width, set-screen-width)
8716         (set-screen-height): Remove ancient compatibility aliases.
8718         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8719         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
8721         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8722         that change current buffer.
8724 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8726         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8727         beginning of the string.  Use `string-match-p'.  (Bug#6765)
8729 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
8731         * cus-start.el (x-gtk-use-system-tooltips): New variable.
8733 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
8735         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8736         (package--builtins): Tweak descriptions.
8737         (package-print-package): Upcase descriptions if necessary.
8738         Show all built-in packages in font-lock-builtin-face.
8739         (package-list-packages-internal): Omit "emacs" package.
8740         Show status of built-in packages as "built-in".
8742 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
8744         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
8745         before killing to preserve the primary selection (Bug#6701).
8747         * term/x-win.el (x-select-text): Doc fix.
8749 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
8751         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8752         (objc-font-lock-extra-types):
8753         * progmodes/cc-mode.el (c-basic-common-init):
8754         * progmodes/cc-langs.el (c-make-mode-syntax-table)
8755         (c++-make-template-syntax-table)
8756         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8757         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8758         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8759         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8760         * progmodes/cc-fonts.el (c-make-inverse-face)
8761         (c-basic-matchers-after):
8762         * progmodes/cc-engine.el (c-forward-keyword-clause)
8763         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8764         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8765         (c-guess-continued-construct, c-guess-basic-syntax):
8766         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8767         The above functions were modified or created.
8769 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
8771         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8773 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
8775         * files.el (bidi-paragraph-direction): Define safe local values.
8777         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8778         language-info-alist.  Remove outdated FIXME in a comment.
8780 2010-07-31  Alan Mackenzie  <acm@muc.de>
8782         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8783         Auto-fill broken in C/C++ modes.
8785 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
8787         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8788         (menu-bar-showhide-tool-bar-menu-customize-disable)
8789         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8790         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8791         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8792         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8793         make a menu for Options => toolbar that can move it.
8795 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
8797         * emacs-lisp/package-x.el (package--make-rss-entry):
8798         (package-maint-add-news-item, package--update-news)
8799         (package-upload-buffer-internal): New arg ARCHIVE-URL.
8801         * emacs-lisp/package.el (package-archive-url): Rename from
8802         package-archive-id.
8803         (package-install): Doc fix.
8804         (package-download-single, package-download-tar, package-install)
8805         (package-menu-view-commentary): Callers changed.
8807 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
8809         * net/tramp.el (tramp-handle-start-file-process): Check only for
8810         `remote-tty' process property.
8811         (tramp-open-shell): Don't check for tty.
8812         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8813         process property.
8815         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8816         host.
8818 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
8820         * emacs-lisp/package.el (package-load-list, package-archives)
8821         (package-archive-contents, package-user-dir)
8822         (package-directory-list, package--builtins, package-alist)
8823         (package-activated-list, package-obsolete-alist): Mark as risky.
8825 2010-07-28  Phil Hagelberg  <phil@evri.com>
8827         Add support for non-default package repositories.
8828         * emacs-lisp/package.el (package-archive-base): Var deleted.
8829         (package-archives): New variable.
8830         (package-archive-contents): Doc fix.
8831         (package-load-descriptor): Do nothing if descriptor file is missing.
8832         (package--write-file-no-coding): New function.
8833         (package-unpack-single): Use it.
8834         (package-archive-id): New function.
8835         (package-download-single, package-download-tar)
8836         (package-menu-view-commentary): Use it.
8837         (package-installed-p): Make second argument optional.
8838         (package-read-all-archive-contents): New function.
8839         (package-initialize): Use it.
8840         (package-read-archive-contents): Add ARCHIVE argument.
8841         (package--add-to-archive-contents): New function.
8842         (package-install): Don't call package-read-archive-contents.
8843         (package--download-one-archive): Store archive file in a
8844         subdirectory of package-user-dir.
8845         (package-menu-execute): Remove spurious line movement.
8847 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
8849         * cus-start.el (tool-bar-style): Add text-image-horiz.
8851 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
8853         * progmodes/gud.el (gud-common-init): Check for remoteness of
8854         `file', and not of `default-directory'.
8856 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
8858         * net/tramp.el (tramp-methods): Move hostname to the end in all
8859         ssh `tramp-login-args'.
8860         (tramp-verbose): Describe verbose level 9.
8861         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8862         (tramp-open-connection-setup-interactive-shell): Trace stty
8863         settings if `tramp-verbose' >= 9.
8864         (tramp-handle-start-file-process): Implement tty setting.
8865         (Bug#4604, Bug#6360)
8867         * net/tramp-cmds.el (tramp-bug): Recommend setting of
8868         `tramp-verbose' to 9.
8870 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
8872         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8873         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8874         Remove references to package `lisp-re' (bug#4369).
8876 2010-07-27  Tom Tromey  <tromey@redhat.com>
8878         * progmodes/js.el (js-mode):
8879         * progmodes/make-mode.el (makefile-mode):
8880         * progmodes/simula.el (simula-mode):
8881         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8883 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
8885         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8887         * time.el (display-time-day-and-date): Remove spurious * in docstring.
8888         (display-time-world-buffer-name, display-time-world-mode-map):
8889         Fix typos in docstrings.
8891 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
8893         * image-mode.el (image-display-size): New function.
8894         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8895         (image-mode-fit-frame): Use it (Bug#6639).
8897 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
8899         * dired.el (dired-buffers-for-dir): Handle list values of
8900         dired-directory (Bug#6636).
8902 2010-07-26  Sam Steingold  <sds@gnu.org>
8904         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8905         Do not call `x-get-selection' the second time, reuse the value.
8907 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
8909         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8910         which consist of control chars only.  Suggested by Richard Stallman.
8912 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
8914         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8915         exists before passing an error to find-file-not-found-functions
8916         (bug#6723).
8918 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
8920         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8921         Remove leading nil element, adjust values.
8922         (tetris-shapes, tetris-shape-scores):
8923         Change representation of shapes and remove some redundancy.
8924         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8925         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8926         Adjust for working with new representation of shapes.
8927         (tetris-shape-rotations): New function.
8928         (tetris-move-bottom, tetris-move-left, tetris-move-right)
8929         (tetris-rotate-prev, tetris-rotate-next):
8930         Adjust for working with the new version of tetris-test-shape.
8932 2010-07-23  Markus Triska  <markus.triska@gmx.at>
8934         * progmodes/ps-mode.el: Use comint (bug#5954).
8935         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8936         (ps-mode-other-newline): Simplify.
8937         (ps-run-mode): Derive from comint-mode instead of
8938         fundamental-mode, yielding input history etc.
8939         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8940         (ps-run-send-string): Adapt for comint-mode.
8941         (ps-run-newline): Remove now unneeded function.
8943 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8945         * net/tramp.el (tramp-methods): Move hostname to the end in all
8946         plink `tramp-login-args'.
8948 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8950         * net/tramp.el (tramp-open-shell): New defun.
8951         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8952         Use it.
8954 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8956         * net/tramp.el (tramp-file-name-regexp-unified)
8957         (tramp-completion-file-name-regexp-unified): On W32 systems, do
8958         not regard the volume letter as remote filename.  (Bug#5447)
8960 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
8962         * custom.el (custom-declare-variable): Give a clearer error message
8963         when the docstring is missing (bug#6476).
8965 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
8967         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
8968         (sql-login-params): New widget definition.
8969         (sql-oracle-login-params, sql-mysql-login-params)
8970         (sql-solid-login-params, sql-sybase-login-params)
8971         (sql-informix-login-params, sql-ingres-login-params)
8972         (sql-ms-login-params, sql-postgres-login-params)
8973         (sql-interbase-login-params, sql-db2-login-params)
8974         (sql-linter-login-params): Use it.
8975         (sql-sqlite-login-params): Use it; Define "database" parameter as
8976         a file name.
8977         (sql-sqlite-program): Change to "sqlite3".
8978         (sql-comint-sqlite): Make sure database name is complete.
8979         (sql-for-each-login): New function.
8980         (sql-connect, sql-save-connection): Use it.
8981         (sql-get-login-ext): New function.
8982         (sql-get-login): Use it.
8983         (sql-make-alternate-buffer-name): Handle :file parameters.
8985 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
8987         * dired.el (dired-no-confirm): Document value t and fix defcustom to
8988         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
8990 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8992         * dired.el (dired-mode-map): Use command remapping (bug#6632).
8994 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
8996         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8998 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
9000         * net/tramp.el (tramp-get-ls-command)
9001         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9002         instead of "/".
9004 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
9006         * progmodes/sql.el: Version 2.3.
9007         (sql-connection-alist): Change keys from symbols to strings;
9008         enhanced the widget definition.
9009         (sql-mode-menu): Add submenu to select connections.
9010         (sql-interactive-mode-menu): Add "Save Connection" item.
9011         (sql-add-product): Fix menu item.
9012         (sql-get-product-feature): Improved error handling.
9013         (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9014         (sql-make-alternate-buffer-name): Simplified.
9015         (sql-product-interactive): Handle missing product.
9016         (sql-connect): Support string keys, minor improvements.
9017         (sql-save-connection): New function.
9018         (sql-connection-menu-filter): New function.
9020 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
9022         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9023         (tramp-open-connection-setup-interactive-shell):
9024         Apply workaround for IRIX64 bug.  Move argument of last
9025         `tramp-send-command' where it belongs to.
9027 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
9029         * net/tramp.el (tramp-perl-file-attributes)
9030         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9031         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9032         front of `login-args'.
9034 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
9036         * time.el (display-time-world-mode): Define with `define-derived-mode'.
9037         Set `show-trailing-whitespace' to nil.
9038         (display-time-world-display): Simplify.
9040 2010-07-18  Alan Mackenzie  <acm@muc.de>
9042         Enhance `c-file-style' in file/directory local variables.
9043         * progmodes/cc-mode.el (c-count-cfss): New function.
9044         (c-before-hack-hook): Call `c-set-style' differently according to
9045         whether c-file-style was set in file or directory local
9046         variables.
9048 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
9050         * progmodes/sql.el: Version 2.2.
9051         (sql-product, sql-user, sql-database, sql-server, sql-port):
9052         Use defcustom :safe keyword rather than putting safe-local-variable
9053         property.
9054         (sql-password): Use defcustom :risky keyword rather than putting
9055         risky-local-variable property.
9056         (sql-oracle-login-params, sql-sqlite-login-params)
9057         (sql-solid-login-params, sql-sybase-login-params)
9058         (sql-informix-login-params, sql-ingres-login-params)
9059         (sql-ms-login-params, sql-postgres-login-params)
9060         (sql-interbase-login-params, sql-db2-login-params)
9061         (sql-linter-login-params): Add `port' option.
9062         (sql-get-product-feature): Add NO-INDIRECT parameter.
9063         (sql-comint-oracle, sql-comint-sybase)
9064         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9065         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9066         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9067         (sql-comint-linter): Rename sql-connect-* functions to
9068         sql-comint-*.
9069         (sql-product-alist, sql-mode-menu): Rename as above and
9070         :sqli-connect-func to :sqli-comint-func.
9071         (sql-connection): New variable.
9072         (sql-interactive-mode): Set it.
9073         (sql-connection-alist): New variable.
9074         (sql-connect): New function.
9075         (sql--alt-buffer-part, sql--alt-if-not-empty)
9076         (sql-make-alternate-buffer-name): Improved alternative buffer name.
9078 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9080         * image-mode.el (image-bookmark-make-record): Do not set context
9081         in an image (Bug#6650).
9083 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
9085         * simple.el (select-active-region): New function.
9086         (push-mark-command, set-mark, activate-mark)
9087         (handle-shift-selection): Use it.
9088         (deactivate-mark): Don't check for size of region.
9090         * mouse.el (mouse-drag-track): Use select-active-region.
9092 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
9094         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9095         "--dired" stronger.
9097 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
9099         * term/x-win.el (x-select-enable-primary): Change default to nil.
9100         (x-select-enable-clipboard): Add :version keyword.
9102         * mouse.el (mouse-drag-copy-region):
9103         * simple.el (select-active-regions): Likewise.
9105 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
9107         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9108         (vc-coding-system-for-diff): Use it to decide whether to inherit
9109         from the file the EOL format for reading the diffs of that file.
9110         (Bug#4451)
9112 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
9114         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9115         unibyte, so compressed attachments are not compressed again.
9117 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
9119         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9120         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9121         (tramp-find-shell): Simplify setting connection property.
9122         (tramp-get-ls-command): Make test for "--color=never" stronger.
9124 2010-07-15  Simon South  <ssouth@member.fsf.org>
9126         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9127         blocks within record declarations (i.e. variant parts) correctly.
9129 2010-07-15  Simon South  <ssouth@member.fsf.org>
9131         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9132         over literal tokens when parsing so newlines aren't "absorbed" by
9133         single-line comments.  Corrects the indentation of case blocks
9134         that have a comment on the first line.
9136 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
9138         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9139         by Drew Adams (Bug#5504).
9141 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
9143         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9144         now that Unicode is used (Bug#6594).
9146 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
9148         * term/x-win.el (x-select-enable-clipboard): Default to t.
9149         (x-initialize-window-system): Don't overwrite Paste menu item.
9151         * simple.el (select-active-regions): Default to t.
9152         (push-mark-command): Don't overwrite primary with empty string.
9154         * mouse.el: Bind mouse-2 to mouse-yank-primary.
9155         (mouse-drag-copy-region): Default to nil.
9157         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9158         Cut/Copy/Paste menu bar items.
9160 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9162         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9163         Patch applied by Karl Fogel.
9165         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9166         and `bookmark-current-buffer' if they have been already set in
9167         another buffer (e.g gnus-art).
9169 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9170             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9172         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9174         * bookmark.el (bookmark-make-record-default): Allow unneeded
9175         information to be omitted from the record.
9177         Adjust declarations and calls:
9179         * info.el (bookmark-make-record-default): Adjust declaration.
9180         (Info-bookmark-make-record): Adjust call.
9182         * woman.el (bookmark-make-record-default): Adjust declaration.
9183         (woman-bookmark-make-record): Adjust call.
9185         * man.el (bookmark-make-record-default): Adjust declaration.
9186         (Man-bookmark-make-record): Adjust call.
9188         * image-mode.el (bookmark-make-record-default): Adjust declaration.
9190         * doc-view.el (bookmark-make-record-default): Adjust declaration.
9192 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9194         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9195         This is also from Thierry Volpiatto's patch in bug #6444.  However,
9196         because it was extraneous to the functional change in that patch,
9197         and causes a re-indendation, I am committing it separately.
9199 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9201         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9202         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9203         Patch applied by Karl Fogel (Bug#6444).
9205 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
9207         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9209 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
9211         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9212         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
9213         (ns-alternatives-map): Change S-tab binding to backtab
9214         (bug#6616).
9216         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9217         under ns.
9219 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
9221         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9222         (Bug#5806)
9224         * language/tv-util.el (tai-viet-re): Remove format.
9226 2010-07-12  Kenichi Handa  <handa@m17n.org>
9228         * language/hebrew.el: Remove no-byte-compile declaration.
9229         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
9230         composition-function-table for 3-character looking back.
9231         (hebrew-font-get-precomposed): New function.
9232         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9234 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
9236         * mouse.el (mouse-drag-track): Handle select-active-regions
9237         (Bug#6612).
9239 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
9241         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9242         empty argument to gvfs-copy.
9244 2010-07-10  Glenn Morris  <rgm@gnu.org>
9246         * calendar/calendar.el (calendar-week-end-day): New function.
9247         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9248         Respect calendar-week-start-day.  (Bug#6606)
9249         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9250         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9251         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9252         respect calendar-week-start-day.
9254 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
9256         * simple.el (use-region-p): Doc fix (Bug#6607).
9258 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
9260         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9261         Add regexps for cucumber and ruby.
9263 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
9265         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9266         (epa-file-insert-file-contents): Hack to prevent
9267         find-file from opening empty buffer when decryption failed
9268         (bug#6568).
9270 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
9272         * textmodes/ispell.el (ispell-alternate-dictionary):
9273         Use file-readable-p.
9274         Return nil if no word-list is found at default locations.
9275         (ispell-complete-word-dict): Default to nil.
9276         (ispell-command-loop): Use 'word-list' when using lookup-words.
9277         (lookup-words): Use ispell-complete-word-dict or
9278         ispell-alternate-dictionary.  Check for word-list availability
9279         and handle errors if needed with better messages (Bug#6539).
9280         (ispell-complete-word): Use ispell-complete-word-dict or
9281         ispell-alternate-dictionary.
9283 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
9285         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9286         builtins (BufferError, BytesWarning, WindowsError; callables
9287         bin, bytearray, bytes, format, memoryview, next, print; __package__).
9289 2010-07-07  Glenn Morris  <rgm@gnu.org>
9291         * play/zone.el (top-level): Do not require timer, tabify, or cl.
9292         (zone-shift-left): Ignore intangibility, and any errors from
9293         forward-char.
9294         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
9295         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9296         deleting, and copying text properties.
9297         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9298         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9299         to point-max is hard.
9300         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9301         (zone-fill-out-screen): Ignore intangibility.
9303 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
9305         * menu-bar.el (menu-bar-mode):
9306         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9307         if it has been set.
9309         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9310         word/line selection (Bug#6565).
9312 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
9314         * net/dbus.el (dbus-send-signal): Declare function.
9316 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
9318         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9319         (dbus-register-property): New optional argument EMITS-SIGNAL.
9320         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9322 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
9324         * mouse.el (mouse-drag-overlay): Variable deleted.
9325         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9326         (mouse--remap-link-click-p): New function.
9327         (mouse-drag-track): Handle dragging by using temporary Transient
9328         Mark mode, instead of a special overlay.
9329         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9330         mouse-show-mark.
9332         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9333         deleted.
9335 2010-07-02  Juri Linkov  <juri@jurta.org>
9337         * autoinsert.el (auto-insert-alist): Fix readability
9338         by using dotted pair notation for lambda.
9340 2010-07-02  Juri Linkov  <juri@jurta.org>
9342         * faces.el (read-face-name): Rename arg `string-describing-default'
9343         to `default'.  Doc fix.  Display the default value in quotes
9344         in the prompt.  With empty input, return the `default' arg,
9345         unless the default value is a string (in which case return nil).
9346         (describe-face): Replace the string `default' arg of `read-face-name'
9347         with the symbol `default'.
9349 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
9351         * emulation/viper-cmd.el (viper-delete-backward-char)
9352         (viper-del-backward-char-in-insert)
9353         (viper-del-backward-char-in-replace, viper-change)
9354         (viper-backward-indent): Replace delete-backward-char with
9355         delete-char (Bug#6552).
9357 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
9359         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9361 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
9363         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9364         argument passed to frame-creation-function (Bug#5378).
9366         * faces.el (x-handle-named-frame-geometry)
9367         (x-handle-reverse-video, x-create-frame-with-faces)
9368         (face-set-after-frame-default, tty-create-frame-with-faces):
9369         Don't separately consult default-frame-alist.  It is now passed as the
9370         PARAMETER argument.
9372 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
9374         * startup.el (command-line): Don't call tool-bar-setup in a
9375         tty-only build.
9377 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
9379         * ruler-mode.el (ruler--save-header-line-format): New fun.
9380         (ruler-mode): Use it as a setter function, so as not to overwrite
9381         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9383 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
9385         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
9386         (vc-root-diff, vc-print-root-log, vc-log-incoming)
9387         (vc-log-outgoing): Use it.
9388         (vc-diff-internal): Set diff-vc-backend.
9390         * vc/diff-mode.el (diff-vc-backend): New var.
9392 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
9394         * dynamic-setting.el (font-setting-change-default-font):
9395         Remove call to message.
9397 2010-06-28  Kenichi Handa  <handa@m17n.org>
9399         * international/quail.el (quail-insert-kbd-layout): Fix the
9400         showing of untranslated characters.
9402 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
9404         * simple.el (delete-active-region): New option.
9405         (delete-backward-char): Implement in Lisp.
9406         (delete-forward-char): New command.
9408         * mouse.el (mouse-region-delete-keys): Delete.
9409         (mouse-show-mark): Simplify.
9411         * bindings.el (global-map): Bind delete and DEL, the former to
9412         delete-forward-char.
9414 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
9416         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9417         (ruby-mode): Bind indent-line-function (Bug#5119).
9419 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
9421         * startup.el (command-line): Recognize "0" X resource value.
9423 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
9425         * startup.el (command-line): Use X resources to set the value of
9426         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9428         * menu-bar.el (menu-bar-mode):
9429         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9430         Set init-value to t.
9432         * frame.el (frame-notice-user-settings): Don't change
9433         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9434         vice versa (Bug#2249).
9436 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
9438         * w32-fns.el (w32-convert-standard-filename): Doc fix.
9440 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
9442         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9443         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9445         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9446         default directories are expanded (Bug#6143).
9448 2010-06-24  Juri Linkov  <juri@jurta.org>
9450         * minibuffer.el (completions-format): Change default from nil to
9451         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
9453 2010-06-24  Juri Linkov  <juri@jurta.org>
9455         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9456         buffer-locally to lambda that re-runs the vc diff command.
9457         (Bug#6447)
9459 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
9461         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9462         echo area is in use (Bug#3412).
9464 2010-06-22  Glenn Morris  <rgm@gnu.org>
9466         * textmodes/texinfmt.el (texinfo-format-region)
9467         (texinfo-raise-lower-sections, texinfo-format-separate-node)
9468         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9469         (texinfo-format-option, texinfo-noindent):
9470         Use line-beginning-position and line-end-position.
9472         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9473         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9474         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9475         utf-8 characters.
9477 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
9479         * play/zone.el (zone-fall-through-ws): Fix next-line ->
9480         forward-line fallout.
9482 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
9484         * mouse.el (mouse-appearance-menu): Add docstring.
9486         * help.el (describe-key): Print up-event using key-description.
9488 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
9490         * net/zeroconf.el (zeroconf-resolve-service)
9491         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9492         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9494 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
9496         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9498 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
9500         Avoid displaying files with a nil state in vc-dir.
9501         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9502         cases that cause insertion.
9503         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9504         with a nil state.
9506 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
9508         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9510 2010-06-29  Leo  <sdl.web@gmail.com>
9512         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
9514 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
9516         * generic-x.el (bat-generic-mode): Fix regexp for command line
9517         switches (Bug#5719).
9519 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
9521         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9522         of nconc to avoid pure storage error (Bug#6239).
9524 2010-06-27  Christoph Scholtes  <cschol2112@googlemail.com>
9526         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9527         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9528         bindings of bookmark-automatically-show-annotations (Bug#6515).
9530 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
9532         * arc-mode.el (archive-zip-extract): Don't quote the file name on
9533         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
9535 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9537         * comint.el (make-comint, make-comint-in-buffer): Mention return
9538         value in the docstrings.  (Bug#6498)
9540 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
9542         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9543         since it is not present when using some non-default switches.
9545 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
9547         * simple.el (compose-mail): Fix doc string to refer to
9548         `compose-mail-user-agent-warnings', instead of to the
9549         nonexistent `compose-mail-check-user-agent'.
9551 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
9553         Fix an indentation bug:
9555         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9556         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9557         of existing values.
9559         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9560         (c-clear->-pair-props-if-match-before): now return t when they've
9561         cleared properties, nil otherwise.
9562         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9563         by taking account of the existing value.
9565         * progmodes/cc-defs.el
9566         (c-clear-char-property-with-value-function): Fix this to clear the
9567         property rather than overwriting it with nil.
9569 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
9571         * emacs-lisp/package.el (package-print-package): Add link to
9572         package description via describe-package.
9573         (describe-package-1): List package requirements.  Add button to
9574         perform installation.
9575         (package-menu-describe-package): New command.
9577         * help-mode.el (help-package): New button type.
9579 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
9581         * emacs-lisp/package.el: Move package-list-packages binding to
9582         menu-bar.el.
9583         (describe-package, describe-package-1, package--dir): New funs.
9584         (package-activate-1): Use package--dir.
9586         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9588         * help-mode.el (help-package-def): New button type.
9590         * menu-bar.el: Move package-list-packages binding here from
9591         package.el.
9593 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
9595         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
9597 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9599         * emacs-lisp/edebug.el (edebug-read-list):
9600         Phase out old-style backquotes.
9602 2010-06-17  Juri Linkov  <juri@jurta.org>
9604         * help-mode.el (help-mode): Set buffer-local variable
9605         revert-buffer-function to help-mode-revert-buffer.
9606         (help-mode-revert-buffer): New function.
9608         * info.el (Info-revert-find-node): Check for major-mode Info-mode
9609         before popping to "*info*" (like in other Info functions).
9610         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
9611         old-history-forward.  Pop to old-buffer-name or "*info*" to
9612         recreate the killed buffer.  Set Info-history-forward from
9613         old-history-forward.
9614         (Info-breadcrumbs-depth): Add :group and :version.
9616 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9620 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
9622         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9623         for languages like Portuguese with pt_{BR,PT} and no plain pt.
9625 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
9627         * emacs-lisp/package.el (package-menu-mode-map):
9628         Move initialization into declaration.
9630         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9632 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
9634         * emacs-lisp/package.el (package-archive-base): Point to
9635         elpa.gnu.org.
9636         (package-enable, package-load-list): New defcustoms.
9637         (package-user-dir, package-directory-list): Turn into defcustoms.
9638         Don't include package-user-dir in package-directory-list.
9639         (package--builtins-base): Don't include Emacs as a "package".
9640         (package-subdirectory-regexp): New var.
9641         (package-load-all-descriptors, package-compute-transaction)
9642         (package-download-transaction): Obey package-load-list.
9643         (package-activate-1): Rename from package-do-activate.
9644         (package-list-packages-internal): Check package-load-list.
9645         (package-load-descriptor, package-generate-autoloads)
9646         (package-unpack, package-unpack-single)
9647         (package--read-archive-file, package-delete):
9648         Use expand-file-name.
9650         * emacs-lisp/package-x.el: New file.  Package uploading
9651         functionality split out from package.el.
9653         * startup.el (command-line): Load packages after reading init file.
9655 2010-06-17  Tom Tromey  <tromey@redhat.com>
9657         * emacs-lisp/package.el: New file.
9659 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9661         Fix vc-annotate for renamed files when using Git.
9662         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9663         ls-files.  Doe not pass the object as a file name to cat-file, it
9664         is not a file name.
9665         (vc-git-annotate-command): Pass the file name using -- to avoid
9666         ambiguity with the revision.
9667         (vc-git-previous-revision): Pass a relative file name.
9669 2010-06-22  Glenn Morris  <rgm@gnu.org>
9671         * progmodes/js.el (js-mode-map): Use standard capitalization and
9672         ellipses for menu entries.
9674         * wid-edit.el (widget-complete): Doc fix.
9676 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
9678         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9680 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9682         Fix annotating other revisions for renamed files in vc-annotate.
9683         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9684         VC backend.  Use it when non-nil.
9685         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9686         (Bug#6487).
9688         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9689         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9690         Do not pass the file name to the 'previous-revision call when we
9691         don't want a file diff.  (Bug#6489)
9693 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
9695         Fix finding revisions for renamed files in vc-annotate.
9696         * vc/vc.el (vc-find-revision): Add an optional argument for
9697         the VC backend.  Use it when non-nil.
9698         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9699         backend to vc-find-revision.  (Bug#6487)
9701 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
9703         Fix reading file names in Git annotate buffers.
9704         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9705         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
9707 2010-06-20  Alan Mackenzie  <acm@muc.de>
9709         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9710         in file local variables, set it first.
9712 2010-06-19  Glenn Morris  <rgm@gnu.org>
9714         * descr-text.el (describe-char-unicode-data): Insert separating
9715         space when needed.  (Bug#6422)
9717         * progmodes/idlwave.el (idlwave-action-and-binding):
9718         Fix typo in 2009-12-03 change.  (Bug#6450)
9720 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9722         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9723         handling for `lambda' (misunderstanding).
9725 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
9727         * calc/calc-poly.el (math-accum-factors): Make sure that
9728         constants aren't distributed after they are factored out.
9730 2010-06-16  Juri Linkov  <juri@jurta.org>
9732         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9733         `list-colors-print'.  (Bug#6332)
9735         * subr.el (read-quoted-char): Fix up last change (bug#6290).
9737 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9739         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9740         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
9742         * font-lock.el (font-lock-major-mode): Rename from
9743         font-lock-mode-major-mode to distinguish it from
9744         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9745         (font-lock-set-defaults):
9746         * font-core.el (font-lock-default-function): Adjust users.
9747         (font-lock-mode): Don't set it at all.
9749 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9751         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9753 2010-06-16  Glenn Morris  <rgm@gnu.org>
9755         * calendar/appt.el (appt-time-msg-list): Doc fix.
9756         (appt-check): Let-bind appt-warn-time.
9757         (appt-add): Make the 3rd argument optional.
9758         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
9759         Only add WARNTIME to the output list if non-nil.
9761 2010-06-16  Ivan Kanis  <apple@kanis.eu>
9763         * calendar/appt.el (appt-check): Let the 3rd element of
9764         appt-time-msg-list specify the warning time.
9765         (appt-add): Add new argument with the warning time.  (Bug#5176)
9767 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
9769         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9770         older than version 1.6.  (Bug#6361)
9772 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
9774         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9775         used by cl-do-arglist.  (Bug#6408)
9777 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
9779         * textmodes/ispell.el (ispell-dictionary-base-alist):
9780         Fix portuguese casechars/not-casechars for missing 'çÇ'.
9781         Suggested by Rolando Pereira (bug#6434).
9783 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
9785         * facemenu.el (list-colors-sort): Doc fix.
9787 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
9789         * progmodes/sql.el (sql-connect-mysql): Fix typo.
9791 2010-06-14  Juri Linkov  <juri@jurta.org>
9793         Add sort option `list-colors-sort'.  (Bug#6332)
9794         * facemenu.el (color-rgb-to-hsv): New function.
9795         (list-colors-sort): New defcustom.
9796         (list-colors-sort-key): New function.
9797         (list-colors-display): Doc fix.  Sort list according to the option
9798         `list-colors-sort'.
9799         (list-colors-print): Add HSV values to `help-echo' property of
9800         RGB strings.
9802 2010-06-14  Juri Linkov  <juri@jurta.org>
9804         * compare-w.el: Move to the "vc" subdirectory.
9806 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9808         * image-mode.el (image-mode-map): Remap left-char and right-char.
9810         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9812 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
9814         * term/common-win.el (x-colors): Add all the color names defined
9815         in rgb.txt (Bug#6332).
9817         * facemenu.el (list-colors-print): Don't print extra names if it
9818         will overflow the window width.
9820         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9821         change (Bug#6343).
9823 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
9825         * files.el (make-directory): Doc fix (bug#6396).
9827 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
9829         * net/tramp.el (tramp-remote-process-environment): Protect version
9830         string by apostroph.
9831         (tramp-shell-prompt-pattern): Do not use a shy group in case of
9832         XEmacs.
9833         (tramp-file-name-for-operation): Add `call-process-region'.
9834         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9836         * net/tramp-compat.el (top): Do not autoload
9837         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
9838         only when `start-file-process' is not bound.
9839         (tramp-advice-file-expand-wildcards): Do not use
9840         `tramp-handle-file-remote-p'.
9841         (tramp-compat-make-temp-file): Handle the case, that
9842         `make-temp-file' has no third argument EXTENSION.
9844 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
9846         * makefile.w32-in (WINS_BASIC): Include new directory vc.
9848         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9850 2010-06-11  Juri Linkov  <juri@jurta.org>
9852         * finder.el (finder-known-keywords): Add keyword "vc"
9853         for version control.
9855         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9856         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9857         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9858         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9860 2010-06-11  Juri Linkov  <juri@jurta.org>
9862         Move version control related files to the "vc" subdirectory.
9863         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9864         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9865         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9866         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9867         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9868         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9869         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9870         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9871         Move files to the "vc" subdirectory.
9873 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
9875         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9876         (Bug#6367).
9878 2010-06-11  Stephen Eglen  <stephen@gnu.org>
9880         * shell.el: Bind `shell-resync-dirs' to M-RET.
9882 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
9884         * notifications.el: Move file from lisp/net, because it is
9885         supposed to talk locally to the user.
9887 2010-06-10  Julien Danjou  <julien@danjou.info>
9889         * net/notifications.el (notifications-on-action-signal)
9890         (notifications-on-closed-signal): Pass notification id as first
9891         argument to the callback functions.  Add docstrings.
9892         (notifications-notify): Fix docstring.
9894 2010-06-10  Glenn Morris  <rgm@gnu.org>
9896         * emacs-lisp/authors.el (authors-ignored-files)
9897         (authors-valid-file-names): Add some files.
9899 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9902         merge conflict, giving preference to the emacs-23 version of the code.
9904 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9906         * emacs-lisp/advice.el (ad-compile-function):
9907         Define warning-suppress-types before we let-bind it (bug#6275).
9909         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9910         declare it, make it buffer-local and permanent-local (bug#6324).
9911         (vc-resynch-window): Adjust name.
9912         * vc-hooks.el (vc-find-file-hook): Adjust name.
9914 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
9916         * net/notifications.el (notifications-notify): Fix docstring.
9918 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
9920         Update to Unicode 6.0.0 beta.
9921         * international/charprop.el: Update copyright.
9922         * international/mule-cmds.el (ucs-names): Update character ranges.
9923         * international/uni-bidi.el:
9924         * international/uni-category.el:
9925         * international/uni-combining.el:
9926         * international/uni-comment.el:
9927         * international/uni-decimal.el:
9928         * international/uni-decomposition.el:
9929         * international/uni-digit.el:
9930         * international/uni-lowercase.el:
9931         * international/uni-mirrored.el:
9932         * international/uni-name.el:
9933         * international/uni-numeric.el:
9934         * international/uni-old-name.el:
9935         * international/uni-titlecase.el:
9936         * international/uni-uppercase.el: Regenerate.
9938 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
9940         * emacs-lisp/smie.el (comment-string-strip): Declare function.
9941         (smie-precs-precedence-table): Fix typo in docstring.
9943         * vc-mtn.el (log-edit-extract-headers): Declare function.
9945         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9947         * net/notifications.el (dbus-register-signal): Declare function.
9948         (notifications-notify): Fix typos and reflow docstring.
9950 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
9952         Improve VC create/retrieve tag/branch.
9953         * vc.el (vc-create-tag): Do not read the directory name for VCs
9954         with repository revision granularity.  Adjust the tag/branch
9955         prompt.  Reset VC properties.
9956         (vc-retrieve-tag): Do not read the directory name for VCs
9957         with repository revision granularity.  Reset VC properties.
9959 2010-06-09  Julien Danjou  <julien@danjou.info>
9961         * net/notifications.el: New file.
9963 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
9965         Add optional support for resetting VC properties.
9966         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9967         call vc-file-clearprops when true.
9968         (vc-resynch-buffer): Add new optional argument, pass it down.
9969         (vc-resynch-buffers-in-directory): Likewise.
9971         Improve support for special markup in the VC commit message.
9972         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9973         * vc-hg.el (vc-hg-checkin): Add support for Date:.
9974         * vc-git.el (vc-git-checkin):
9975         * vc-bzr.el (vc-bzr-checkin): Likewise.
9977 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9980         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9982 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
9984         * iimage.el: Remove images as soon as the underlying text is modified.
9985         (iimage-modification-hook): New function.
9986         (iimage-mode-buffer): Use it.
9988 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9990         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9991         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
9992         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
9993         (smie-indent-keyword): Add handling of open-paren keywords.
9994         (smie-indent-comment-continue): Don't assume comment-continue.
9996 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
9998         * window.el (pop-to-buffer): Remove the conditional that
9999         compares new-window and old-window, so it will reselect
10000         the selected window unconditionally.
10001         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10003 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * emacs-lisp/smie.el (smie-indent-offset-after)
10006         (smie-indent-forward-token, smie-indent-backward-token): New functions.
10007         (smie-indent-after-keyword): Use them.
10008         (smie-indent-fixindent): Only applies to the indentation of the BOL.
10009         (smie-indent-keyword): Tweak the black magic.
10010         (smie-indent-comment-continue): Strip comment-continue before use.
10011         (smie-indent-functions): Indent comments before keywords.
10013 2010-06-06  Juri Linkov  <juri@jurta.org>
10015         * isearch.el (isearch-lazy-highlight-search): Fix looping
10016         by checking for empty match.  This syncs this loop with the
10017         similar loop in `isearch-search'.  (Bug#6362)
10019 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
10021         * net/dbus.el (dbus-register-method): Declare function.
10022         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10023         (dbus-introspect): Doc fix.
10024         (dbus-event-bus-name, dbus-introspect-get-interface)
10025         (dbus-introspect-get-argument): Reflow docstrings.
10027 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
10029         vc-log-incoming/vc-log-outgoing fixes for Git.
10030         * vc-git.el (vc-git-log-view-mode): Fix font lock for
10031         incoming/outgoing logs.
10032         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10033         instead of vc-git-compute-remote.
10034         (vc-git-compute-remote): Remove.
10036 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
10038         * term/common-win.el (x-colors): Add "dark green" and "dark
10039         turquoise" (Bug#6332).
10041 2010-06-04  Juri Linkov  <juri@jurta.org>
10043         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10044         Instead of setting `replace' to t and replacing the same string
10045         with itself, don't do certain actions when
10046         kill-do-not-save-duplicates is non-nil and string is equal to car
10047         of kill-ring: don't call menu-bar-update-yank-menu, don't push
10048         interprogram-paste strings to kill-ring, and don't push the input
10049         argument `string' to kill-ring.
10050         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10052 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
10054         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10056 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
10058         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10059         (tramp-gvfs-handler-mounted-unmounted)
10060         (tramp-gvfs-connection-mounted-p): Handle default-location.
10062         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10063         move files to trash.
10065 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
10067         * international/mule-cmds.el (nonascii-insert-offset)
10068         (nonascii-translation-table): Add obsolescence information.
10070         * international/mule.el (make-translation-table-from-vector): Doc fix.
10072 2010-06-03  Glenn Morris  <rgm@gnu.org>
10074         * desktop.el (desktop-clear-preserve-buffers):
10075         Add "*Warnings*" buffer.  (Bug#6336)
10077 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
10079         vc-log-incoming/vc-log-outgoing improvements for Git.
10080         * vc-git.el (vc-git-log-outgoing): Use the same format as the
10081         short log.
10082         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
10084         Add bindings for vc-log-incoming and vc-log-outgoing.
10085         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10086         and vc-log-outgoing.
10087         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10088         and vc-log-outgoing.
10090 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
10092         * net/rcirc.el (rcirc-sort-nicknames): Remove.
10093         (rcirc-handler-366): Always sort nicknames.
10095 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
10097         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10099 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
10101         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10103 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * net/rcirc.el (rcirc-sort-nicknames): Change default.
10106         (rcirc-sort-nicknames-join): Avoid setq.
10108 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10110         * net/rcirc.el (rcirc-sort-nicknames): New custom.
10111         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10112         (rcirc-handler-366): Use them.
10114 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         Split smie-indent-calculate into more manageable chunks.
10117         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10118         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10119         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10120         (smie-indent-exps): Extract from smie-indent-calculate.
10121         (smie-indent-functions): New var.
10122         (smie-indent-functions): Use them.
10124 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10127         (smie-indent-calculate): Simplify and cleanup.
10129 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
10131         * net/tramp-gvfs.el (top): Require url-util.
10132         (tramp-gvfs-mount-point): Remove.
10133         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10134         New defuns.
10135         (with-tramp-dbus-call-method): Format trace message.
10136         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10137         Implement backup call, when operation on local files fails.
10138         Use progress reporter.  Flush properties of changed files.
10139         (tramp-gvfs-handle-make-directory): Make more traces.
10140         (tramp-gvfs-url-file-name): Hexify file name in url.
10141         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10142         into account for the resulting file name.
10143         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10144         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
10145         (tramp-gvfs-handler-mounted-unmounted)
10146         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10147         attribute "default_location".  Set "prefix" property.
10148         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10149         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10150         exists.  Raise an error, if not (due to a corresponding answer
10151         "no" in interactive questions, for example).
10153 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
10155         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10157 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
10159         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10160         right-*.  (Bug#6265)
10162 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
10164         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10165         * vc-git.el (vc-git-compute-remote): New function.
10166         (vc-git-log-outgoing): Use it instead of hard coding a value.
10167         (vc-git-log-incoming): New function.
10169         Improve state updating for VC tag commands.
10170         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10171         to update the state of all buffers in the directory.
10173         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10175 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10177         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10178         `file-directory-p' to the filename part rather than to the whole text.
10180 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10184 2010-05-31  Drew Adams  <drew.adams@oracle.com>
10186         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10188 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
10190         * subr.el (momentary-string-display): Just use read-event to read
10191         the exit event (Bug#6238).
10193 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
10195         * international/mule.el (define-coding-system): Doc fix (bug#6313).
10197 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
10199         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10200         Suggested by Eli Zaretskii <eliz@gnu.org>.
10202 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * minibuffer.el (completion-file-name-table): Don't return a boundary
10205         past the end of `string' (bug#6299).
10206         (completion--file-name-table): Delegate to completion-file-name-table
10207         for the `boundaries' case.
10209 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
10211         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10212         movement commands.
10214         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10215         `path-separator', but maintain compatibility with Emacs 20.2.
10217 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
10219         * server.el (server-process-filter): Receive parent-id argument
10220         from emacsclient.
10221         (server-create-window-system-frame): New arg.  Pass parent-id as
10222         frame parameter.
10224 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
10226         Bidi-sensitive word movement with arrow keys.
10227         * subr.el (right-arrow-command, left-arrow-command): Move to
10228         bindings.el.
10230         * bindings.el (right-char, left-char): Move from subr.el and
10231         rename from right-arrow-command and left-arrow-command.
10232         (right-word, left-word): New functions.
10233         (global-map) <right>: Bind to right-char.
10234         (global-map) <left>: Bind to left-char.
10235         (global-map) <C-right>: Bind to right-word.
10236         (global-map) <C-left>: Bind to left-word.
10238         * ls-lisp.el (ls-lisp-classify-file): New function.
10239         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10240         (ls-lisp-classify): Call ls-lisp-classify-file.
10241         (insert-directory): Remove blanks from switches.
10243 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
10245         * ansi-color.el: Delete unused escape sequences (Bug#6085).
10246         (ansi-color-drop-regexp): New constant.
10247         (ansi-color-apply, ansi-color-filter-region)
10248         (ansi-color-apply-on-region): Delete unrecognized control sequences.
10249         (ansi-color-apply): Build string list before calling concat.
10251 2010-05-28  Juri Linkov  <juri@jurta.org>
10253         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10254         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10255         (Bug#5270)
10257 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
10259         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10260         to ignored backtrace functions.
10261         (with-progress-reporter): Expand docstring.
10262         (tramp-handle-delete-file): Implement TRASH argument.
10263         (tramp-get-remote-trash): New defun.
10265 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
10267         * net/tramp-compat.el (tramp-compat-delete-file):
10268         Use `symbol-value' for backward compatibility.
10270         * net/tramp.el (tramp-handle-make-symbolic-link)
10271         (tramp-handle-load)
10272         (tramp-do-copy-or-rename-file-via-buffer)
10273         (tramp-do-copy-or-rename-file-directly)
10274         (tramp-do-copy-or-rename-file-out-of-band)
10275         (tramp-handle-process-file, tramp-handle-call-process-region)
10276         (tramp-handle-shell-command, tramp-handle-file-local-copy)
10277         (tramp-handle-insert-file-contents, tramp-handle-write-region)
10278         (tramp-delete-temp-file-function): Use `delete-file' instead
10279         of `tramp-compat-delete-file'.
10281         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10282         (tramp-fish-handle-make-symbolic-link)
10283         (tramp-fish-handle-process-file): Use `delete-file' instead
10284         of `tramp-compat-delete-file'.
10286         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10287         Use `delete-file' instead of `tramp-compat-delete-file'.
10289         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10290         `delete-file' instead of `tramp-compat-delete-file'.
10292         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10293         Use `delete-file' instead of `tramp-compat-delete-file'.
10295         * net/tramp-smb.el (tramp-smb-handle-copy-file)
10296         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10297         (tramp-smb-handle-write-region): Use `delete-file' instead of
10298         `tramp-compat-delete-file'.
10299         (tramp-smb-handle-delete-directory): Use 'trash as arg.
10301 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
10303         * dired.el (dired-delete-file): New arg TRASH.
10304         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
10305         (dired-do-flagged-delete, dired-do-delete): Use trash.
10307         * speedbar.el (speedbar-item-delete): Allow trashing.
10309         * files.el (delete-directory): New arg TRASH.
10311         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10312         (ange-ftp-rename-remote-to-remote)
10313         (ange-ftp-rename-local-to-remote)
10314         (ange-ftp-rename-remote-to-local, ange-ftp-load)
10315         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10316         `delete-file'.
10317         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10318         allow trashing.
10320         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10321         handle new TRASH arg of `delete-file'.
10323         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10324         (tramp-handle-make-symbolic-link, tramp-handle-load)
10325         (tramp-do-copy-or-rename-file-via-buffer)
10326         (tramp-do-copy-or-rename-file-directly)
10327         (tramp-do-copy-or-rename-file-out-of-band)
10328         (tramp-handle-process-file, tramp-handle-call-process-region)
10329         (tramp-handle-shell-command, tramp-handle-file-local-copy)
10330         (tramp-handle-insert-file-contents, tramp-handle-write-region)
10331         (tramp-delete-temp-file-function): Use null TRASH arg in
10332         tramp-compat-delete-file call.
10334         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10335         (tramp-fish-handle-delete-file)
10336         (tramp-fish-handle-make-symbolic-link)
10337         (tramp-fish-handle-process-file): Use null TRASH arg in
10338         `tramp-compat-delete-file' call.
10340         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10341         arg in `tramp-compat-delete-file' call.
10343         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10344         (tramp-gvfs-handle-write-region): Use null TRASH arg in
10345         `tramp-compat-delete-file' call.
10347         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10348         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10349         `tramp-compat-delete-file' call.
10351         * net/tramp-smb.el (tramp-smb-handle-copy-file)
10352         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10353         (tramp-smb-handle-write-region): Use null TRASH arg in
10354         tramp-compat-delete-file call.
10355         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10356         (tramp-smb-handle-delete-file): Rename arg.
10358         * diff.el (diff-sentinel):
10359         * epg.el (epg--make-temp-file, epg-decrypt-string)
10360         (epg-verify-string, epg-sign-string, epg-encrypt-string):
10361         * jka-compr.el (jka-compr-partial-uncompress)
10362         (jka-compr-call-process, jka-compr-write-region):
10363         * server.el (server-sentinel): Remove optional arg from
10364         delete-file, reverting 2010-05-03 change.
10366 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
10368         * progmodes/verilog-mode.el (verilog-type-font-keywords):
10369         Use font-lock-constant-face, not obsolete font-lock-reference-face.
10371 2010-05-27  Kenichi Handa  <handa@m17n.org>
10373         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10374         element of GSTRING is nil.
10376 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * emacs-lisp/smie.el (smie-forward-token-function)
10379         (smie-backward-token-function): New vars.
10380         (smie-backward-sexp, smie-forward-sexp)
10381         (smie-indent-hanging-p, smie-indent-calculate): Use them.
10382         (smie-default-backward-token): Rename from smie-backward-token and
10383         skip comments.
10384         (smie-default-forward-token): Rename from smie-forward-token and
10385         skip comments.
10386         (smie-next-sexp): Handle nil results from next-token.
10387         (smie-indent-calculate): Add a new case for special `fixindent' comments.
10389 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
10391         * progmodes/verilog-mode.el (verilog-type-font-keywords):
10392         Use font-lock-constant-face, not obsolete font-lock-reference-face.
10394 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
10396         * htmlfontify.el (hfy-face-resolve-face): New function.
10397         (hfy-face-to-style): Use it (Bug#6279).
10399 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10401         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10402         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10404 2010-05-26  Glenn Morris  <rgm@gnu.org>
10406         * emulation/edt.el (edt-load-keys): Use locate-library.
10408 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
10410         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10411         (log-edit-changelog-entries): Doc fix.
10412         (log-edit-changelog-insert-entries): Args changed.
10413         Rename relative filenames in ChangeLog entries.  Delete tabs.
10414         (log-edit-insert-changelog-entries): Reorganize return value of
10415         `log-edit-changelog-entries' to pass filenames to
10416         log-edit-changelog-insert-entries.
10418 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10420         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10421         `image-dired-dired-insert-marked-thumbs' to
10422         `image-dired-dired-toggle-marked-thumbs'.
10424         * image-dired.el: Require cl when compiling.
10425         (image-dired-dired-toggle-marked-thumbs): Rename from
10426         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
10427         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
10428         to 'no-dir.  Skip files whose names don't match
10429         `image-file-name-regexp'.  When file has a thumbnail overlay,
10430         delete it.  (Bug#5270)
10432 2010-05-25  Juri Linkov  <juri@jurta.org>
10434         * image-mode.el (image-mode): Add image-after-revert-hook to
10435         after-revert-hook.
10436         (image-after-revert-hook): New function.  (Bug#5669)
10438 2010-05-25  Juri Linkov  <juri@jurta.org>
10440         * image.el (image-animated-p): When delay between animated images
10441         is 0, set it to 10 (0.1 sec).  (Bug#6258)
10443 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
10445         * net/tramp.el (tramp-handle-insert-directory): Don't use
10446         `forward-word', its default syntax could be changed.
10448 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
10450         * net/tramp.el (tramp-progress-reporter-update): New defun.
10451         (with-progress-reporter): Use it.
10452         (tramp-process-actions):
10453         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10454         Preserve current message, in order to let progress reporter continue
10455         afterwards.  (Bug#6257)
10457 2010-05-25  Glenn Morris  <rgm@gnu.org>
10459         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10460         Add :version.
10462 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
10464         * net/rcirc.el (rcirc-default-user-name): Change to "user".
10465         (rcirc-default-full-name): Change to "unknown".
10466         (rcirc-user-name-history): Add variable.
10468 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
10469             Jonathan Rockway  <jon@jrock.us>
10471         * net/rcirc.el (rcirc-server-alist): Add :pass.
10472         (rcirc): When prompting for connection parameters, also prompt for
10473         username and password.
10474         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
10475         value to server when connecting.
10477 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10480         (smie-merge-prec2s): Pass the tables as separate args.
10481         (smie-bnf-precedence-table): Adjust call accordingly.
10482         (smie-prec2-levels): Set levels at the end.
10484         Replace Lisp calls to delete-backward-char by delete-char.
10485         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10486         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10487         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10488         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10489         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10490         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10491         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10492         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10493         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10494         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10495         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10496         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10497         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10498         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10499         delete-backward-char by calls to delete-char.
10501 2010-05-25  Kenichi Handa  <handa@m17n.org>
10503         * language/hebrew.el (hebrew-shape-gstring): New function.
10504         Register it in composition-function-table for all Hebrew combining
10505         characters.
10507 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10509         * epa.el (epa--select-keys): Don't explicitly delete the window since
10510         that can fail (e.g. sole window in frame).  Use dedication instead.
10512 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
10514         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10516 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
10518         * image.el (image-refresh): Define as an alias for image-flush.
10520         * image-mode.el (image-toggle-display-image): Caller changed.
10522 2010-05-21  Juri Linkov  <juri@jurta.org>
10524         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10525         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
10526         whitespace, call wildcard-to-regexp on substrings and concat them
10527         with "\\|".  (Bug#6114)
10529 2010-05-21  Alan Mackenzie  <acm@muc.de>
10531         * progmodes/cc-engine.el (c-parse-state-get-strategy):
10532         Replace parameter `here' with `here-' and `here-plus', which sandwich
10533         any pertinent CPP construct.
10534         (c-remove-stale-state-cache-backwards): Fix a bug which happens
10535         when doing (c-parse-state) in a CPP construct: Exclude any "new"
10536         CPP construct from taking part in the scanning.
10538 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
10540         * net/tramp.el (tramp-do-copy-or-rename-file)
10541         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10542         Tune `with-progress-reporter' messages.
10543         (tramp-handle-vc-registered):
10544         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10545         (tramp-fish-handle-insert-file-contents)
10546         (tramp-fish-maybe-open-connection):
10547         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10548         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10549         (tramp-imap-handle-insert-file-contents)
10550         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10552 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
10554         * add-log.el (change-log-font-lock-keywords):
10555         Highlight all authors in multi-author entries.
10557         * smerge-mode.el (smerge-refine-ignore-whitespace)
10558         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10559         Fix typos in docstrings.
10560         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10562 2010-05-21  Glenn Morris  <rgm@gnu.org>
10564         * progmodes/fortran.el (fortran-mode):
10565         * progmodes/f90.el (f90-mode): Derive from prog-mode.
10567         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10568         having a relative path in src/Makefile.in.
10570 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10572         * help-mode.el (help-make-xrefs): For Info node links turn
10573         newlines into spaces.  Link node names with newlines are matched
10574         by help-xref-info-regexp and buttonized, this change ensures they
10575         can be followed successfully with RET.  (Bug#6206)
10577 2010-05-20  Juri Linkov  <juri@jurta.org>
10579         * locate.el (locate): Use pop-to-buffer instead of
10580         switch-to-buffer-other-window.  (Bug#6204)
10582 2010-05-20  Juri Linkov  <juri@jurta.org>
10584         * replace.el (replace-highlight): Fix lazy-highlighting
10585         for `M-s w str M-% str RET'.
10587 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
10589         * isearch.el (isearch-yank-word-or-char): Pull next subword
10590         when `subword-mode' is activated.  (Bug#6220)
10592 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
10594         * isearch.el (isearch-update-post-hook): New hook.
10595         (isearch-update): Use the new hook.  (Bug#6225)
10597 2010-05-20  Juri Linkov  <juri@jurta.org>
10599         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10600         [f1], [help], and (char-to-string help-char) instead of "\C-h".
10601         (Bug#6222)
10603 2010-05-20  Juri Linkov  <juri@jurta.org>
10605         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10606         (Bug#6223)
10608 2010-05-20  Juri Linkov  <juri@jurta.org>
10610         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10611         FILE-NAME to read from the minibuffer when called interactively
10612         with prefix argument instead of using buffer-file-name.
10613         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10615         * dired.el: Update autoloads.
10617 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
10619         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10620         nxml-finish-element, for consistency with SGML mode.
10622         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10623         octave-close-block.
10625 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
10627         * composite.el: Require cl when compiling.
10628         (reference-point-alist, compose-gstring-for-graphic)
10629         (compose-gstring-for-terminal): Fix typos in docstrings.
10631 2010-05-19  Juri Linkov  <juri@jurta.org>
10633         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10634         set-window-parameter.
10636 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10638         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10639         where appropriate.
10640         (tramp-maybe-open-connection): Use it.
10642 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
10644         * simple.el (move-end-of-line): Make sure we are at line beginning
10645         before backing up to end of previous line.
10647 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10649         * password-cache.el (password-cache-remove): Fix docstring.
10651         * net/secrets.el: Autoload the widget functions.
10652         (secrets-search-items, secrets-create-item)
10653         (secrets-get-attributes, secrets-expand-item): Attributes will be
10654         stored on the password database without leading ":", as all other
10655         clients do as well.
10656         (secrets-mode): Fix docstring.
10657         (secrets-show-secrets): Provide it as autoloaded command only when
10658         D-Bus support is available.  Check existence of Secret Service API.
10660 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * indent.el (indent-region): Deactivate region (bug#6200).
10664 2010-05-19  Glenn Morris  <rgm@gnu.org>
10666         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
10668 2010-05-19  Kenichi Handa  <handa@m17n.org>
10670         * composite.el: Register compose-gstring-for-graphic in
10671         composition-function-table only for combining characters (Mn, Mc, Me).
10673 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
10675         * calc/calc-trail.el (calc-trail-isearch-forward)
10676         (calc-trail-isearch-backward): Ensure that the new window
10677         point is set correctly.
10679 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * subr.el (read-quoted-char): Resolve modifiers after key
10682         remapping (bug#6212).
10684 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
10686         Add visualization code for secrets.
10687         * net/secrets.el (secrets-mode): New major mode.
10688         (secrets-show-secrets, secrets-show-collections)
10689         (secrets-expand-collection, secrets-expand-item)
10690         (secrets-tree-widget-after-toggle-function)
10691         (secrets-tree-widget-show-password): New defuns.
10693 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10695         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10696         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10697         handled in smie-next-sexp.
10698         (smie-indent-calculate): Provide a starting indentation (so the
10699         recursion is well-founded ;-).
10701         Fix handling of non-associative equal levels.
10702         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10703         when it's not needed.
10704         (smie-op-left, smie-op-right): New functions.
10705         (smie-next-sexp): New function, extracted from smie-backward-sexp.
10706         Better handle equal levels to distinguish the associative case from
10707         the "multi-keyword construct" case.
10708         (smie-backward-sexp, smie-forward-sexp): Use it.
10710 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
10712         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10714         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10715         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10717 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         Provide a simple generic indentation engine and use it for Prolog.
10720         * emacs-lisp/smie.el: New file.
10721         * progmodes/prolog.el (prolog-smie-op-levels)
10722         (prolog-smie-indent-rules): New var.
10723         (prolog-mode-variables): Use them to configure SMIE.
10724         (prolog-indent-line, prolog-indent-level): Remove.
10726 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
10728         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10729         order before computing the averages.
10731 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
10733         * calc/calc-vec.el (calc-histogram):
10734         (calcFunc-histogram): Allow vectors as inputs.
10735         (math-vector-avg): New function.
10737         * calc/calc-ext.el (math-group-float): Have the number of digits
10738         being grouped depend on the radix (Bug#6189).
10740 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
10742         * version.el (emacs-copyright, emacs-version): Don't define here,
10743         now that emacs.c defines it.
10745 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
10747         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10748         "Describe Language Environment" menu item.
10750         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10752         Bidi-sensitive movement with arrow keys.
10753         * subr.el (right-arrow-command, left-arrow-command): New functions.
10755         * bindings.el (global-map): Bind them to right and left arrow keys.
10757         Don't override standard definition of convert-standard-filename.
10758         * files.el (convert-standard-filename):
10759         Call w32-convert-standard-filename and dos-convert-standard-filename on
10760         the corresponding systems.
10762         * w32-fns.el (w32-convert-standard-filename): Rename from
10763         convert-standard-filename.  Doc fix.
10765         * dos-fns.el (dos-convert-standard-filename): Doc fix.
10766         (convert-standard-filename): Don't defalias.
10767         (register-name-alist, make-register, register-value)
10768         (set-register-value, intdos): Obsolete aliases for the
10769         corresponding dos-* functions and variables.
10770         (dos-intdos): Add a doc string.
10772 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
10774         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10775         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10776         (math-compose-tex-func):
10777         * calc/calccomp.el (math-compose-expr):
10778         * calc/calc-ext.el (math-format-flat-expr-fancy):
10779         * calc/calc-store.el (calc-read-var-name):
10780         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10782         * calc/calc.el (var-π, var-φ, var-γ): New variables.
10783         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10784         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10785         (math-standard-units): Add units.
10787 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10789         * progmodes/asm-mode.el (asm-mode):
10790         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10792         * pcomplete.el (pcomplete-completions-at-point): New function,
10793         extracted from pcomplete-std-complete.
10794         (pcomplete-std-complete): Use it.
10796 2010-05-15  Glenn Morris  <rgm@gnu.org>
10798         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10799         Remove references to CVS, RCS and Old directories.
10801 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
10803         * calc/calc-bin.el (math-format-twos-complement): Group digits when
10804         appropriate.
10806 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10808         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10809         (sh-mode-syntax-table): Give it a default value instead.
10810         (sh-header-marker): Make buffer-local.
10811         (sh-mode): Move make-local-variable to the corresponding setq.
10812         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10813         Use complete-with-action.
10815         * simple.el (prog-mode): New (abstract) major mode.
10816         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10817         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10819 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
10821         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10822         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10823         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10824         (sql-make-alternate-buffer-name, sql-placeholders-filter)
10825         (sql-escape-newlines-filter, sql-input-sender)
10826         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10828 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
10830         Add TeX open-block and close-block keybindings to SGML, and vice versa.
10832         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10833         latex-open-block and C-c / to latex-close-block.
10835         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10836         and C-c C-e to sgml-close-tag.
10838 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
10840         * net/tramp.el (with-progress-reporter): Create reporter object
10841         only when the message would be displayed.  Handle nested calls.
10842         (tramp-handle-load, tramp-handle-file-local-copy)
10843         (tramp-handle-insert-file-contents, tramp-handle-write-region)
10844         (tramp-maybe-send-script, tramp-find-shell):
10845         Use `with-progress-reporter'.
10846         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10847         Fix message text.
10849         * net/tramp-smb.el (tramp-smb-handle-copy-file)
10850         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10851         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10852         Use `with-progress-reporter'.
10854 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
10856         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10857         process everytime when spellchecking from the minibuffer (bug#6143).
10859 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10861         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10863         * dos-fns.el: Add "dos-" prefix for namespace control.
10864         (convert-standard-filename): Define as alias for
10865         dos-convert-standard-filename but only if applicable.
10867 2010-05-12  Alan Mackenzie  <acm@muc.de>
10869         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10870         Push the mark at the start of these functions when appropriate.
10872 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10874         * minibuffer.el (completion-cycle-threshold): New custom var.
10875         (completion--do-completion): Use it.
10876         (minibuffer-complete): Use cycling if appropriate.
10878 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
10880         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10881         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10883 2010-05-11  Juri Linkov  <juri@jurta.org>
10885         * scroll-all.el (scroll-all-check-to-scroll):
10886         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10888 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * iimage.el (iimage-mode-map): Move initialization into declaration.
10891         (iimage-mode-buffer): Use with-silent-modifications.
10892         Simplify calling convention.  Adjust callers.
10893         (iimage-mode): Don't run hook redundantly.
10895         * minibuffer.el (completion-pcm--pattern->regex):
10896         Fix last change (bug#6160).
10898 2010-05-10  Juri Linkov  <juri@jurta.org>
10900         Remove nodes visited during Isearch from the Info history.
10901         * info.el (Info-isearch-initial-history)
10902         (Info-isearch-initial-history-list): New variables.
10903         (Info-isearch-start): Record initial values of
10904         Info-isearch-initial-history and Info-isearch-initial-history-list.
10905         Add Info-isearch-end to isearch-mode-end-hook.
10906         (Info-isearch-end): New function.
10908 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
10910         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10911         format string, in order to work around a bug in pdksh.
10912         Reported by Gilles Pion <gpion@lfdj.com>.
10913         (tramp-handle-verify-visited-file-modtime): Do not send a command
10914         when the connection is not established.
10915         (tramp-handle-set-file-times): Simplify the check for utc.
10917 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
10919         Fix use of `filter-buffer-substring' (rework previous change).
10920         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10921         (cua-repeat-replace-region):
10922         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10923         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10924         (cua-cut-region-to-global-mark): Use it.
10926 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
10928         * progmodes/sql.el: Version 2.1.
10929         (sql-product-alist): Redesign structure of product info.
10930         (sql-product, sql-user, sql-server, sql-database): Safe variables.
10931         (sql-port, sql-port-history): New variables.
10932         (sql-interactive-product): New variable.
10933         (sql-send-terminator): New variable.
10934         (sql-imenu-generic-expression): Add "Types" imenu entry.
10935         (sql-oracle-login-params, sql-sqlite-login-params)
10936         (sql-mysql-login-params, sql-solid-login-params)
10937         (sql-sybase-login-params, sql-informix-login-params)
10938         (sql-ingres-login-params, sql-ms-login-params)
10939         (sql-postgres-login-params, sql-interbase-login-params)
10940         (sql-db2-login-params, sql-linter-login-params)
10941         (sql-oracle-scan-on): New variables.
10942         (sql-mode-map): Add C-c C-i to start interactive mode.
10943         (sql-mode-menu): Update existing menu entries.
10944         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10945         (sql-mode-oracle-font-lock-keywords)
10946         (sql-mode-postgres-font-lock-keywords)
10947         (sql-mode-ms-font-lock-keywords)
10948         (sql-mode-sybase-font-lock-keywords)
10949         (sql-mode-informix-font-lock-keywords)
10950         (sql-mode-interbase-font-lock-keywords)
10951         (sql-mode-ingres-font-lock-keywords)
10952         (sql-mode-solid-font-lock-keywords)
10953         (sql-mode-mysql-font-lock-keywords)
10954         (sql-mode-sqlite-font-lock-keywords)
10955         (sql-mode-db2-font-lock-keywords)
10956         (sql-mode-linter-font-lock-keywords): Update initialization to
10957         reduce run-time complexity.
10958         (sql-add-product, sql-del-product): New functions.
10959         (sql-set-product-feature, sql-get-product-feature): New functions.
10960         (sql-product-font-lock): Update product API.
10961         (sql-add-product-keywords): New function.
10962         (sql-highlight-product): Update product API.
10963         (sql-help-list-products): New function.
10964         (sql-help): Dynamically lists free and non-free products.
10965         (sql-get-login): Correct bug in handling history and added
10966         prompt for port.
10967         (sql-copy-column): Copy without properties.
10968         (sqli-input-sender): Apply filters to SQLi input.
10969         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10970         Implement as a filter.
10971         (sql-escape-newlines-filter): Implement as a filter.
10972         (sql-remove-tabs-filter): New function.
10973         (sql-send-magic-terminator): New function.
10974         (sql-send-string): Implement magic terminator.
10975         (sql-send-region): Use `sql-send-string'.
10976         (sql-interactive-mode): Use product API.
10977         (sql-product-interactive): Use product API.
10978         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10979         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10980         (sql-db2, sql-linter): Use `sql-product-interactive'.
10981         (sql-connect): New function.
10982         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10983         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10984         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10985         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10986         Use `sql-connect'.
10988 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10990         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10991         New custom variable.
10992         (completion-pcm--string->pattern): Use it.
10993         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10994         Make it handle any symbol as `any'.
10995         (completion-pcm--merge-completions): Extract common suffix for the new
10996         `prefix' symbol as well.
10997         (completion-substring--all-completions): Use the new `prefix' symbol.
10999 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
11001         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11002         not bound.
11003         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11004         (tramp-compat-funcall): New defmacro.
11005         (tramp-compat-line-beginning-position)
11006         (tramp-compat-line-end-position)
11007         (tramp-compat-temporary-file-directory)
11008         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11009         (tramp-compat-copy-file, tramp-compat-copy-directory)
11010         (tramp-compat-delete-file, tramp-compat-delete-directory)
11011         (tramp-compat-number-sequence, tramp-compat-process-running-p)
11012         * net/tramp.el (top, with-progress-reporter)
11013         (tramp-rfn-eshadow-setup-minibuffer)
11014         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11015         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11016         (tramp-completion-mode-p, tramp-check-for-regexp)
11017         (tramp-open-connection-setup-interactive-shell)
11018         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11019         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11020         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11021         * net/tramp-cmds.el (tramp-cleanup-all-connections)
11022         (tramp-reporter-dump-variable, tramp-load-report-modules)
11023         (tramp-append-tramp-buffers)
11024         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11026         * net/tramp-imap.el (top): Autoload `epg-make-context'.
11028 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * progmodes/compile.el (compilation-buffer-modtime): Rename from
11031         buffer-modtime.  Adjust users.
11033 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
11035         * international/mule.el (auto-coding-alist): Only purecopy
11036         car of each item, not the whole list (Bug#6083).
11038 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
11040         * progmodes/js.el (js-mode): Make paragraph variables local before
11041         calling c-setup-paragraph-variables (Bug#6071).
11043 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
11045         * composite.el (compose-region, reference-point-alist): Fix typos
11046         in the doc strings.
11048 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11050         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11051         gnuplot's "set" command.
11053 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
11055         * abbrev.el (last-abbrev-text): Doc fix.
11056         (abbrev-prefix-mark): Don't escape parenthesis.
11058 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
11060         * composite.el (find-composition): Doc fix.
11062 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
11064         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11065         (sql-oracle-program, sql-sqlite-options)
11066         (sql-query-placeholders-and-send): Doc fixes.
11067         (sql-set-product, sql-interactive-mode): Reflow docstrings.
11068         (sql-imenu-generic-expression, sql-buffer)
11069         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11070         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11071         (sql-mode-sybase-font-lock-keywords)
11072         (sql-mode-informix-font-lock-keywords)
11073         (sql-mode-interbase-font-lock-keywords)
11074         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11075         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11076         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11077         (sql-product-feature, sql-highlight-product)
11078         (comint-line-beginning-position, sql-rename-buffer)
11079         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11080         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11081         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11082         Fix typos in docstrings.
11084 2010-05-08  Juri Linkov  <juri@jurta.org>
11086         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11087         property instead of `invisible' and `after-string' (bug#5998).
11089 2010-05-08  Juri Linkov  <juri@jurta.org>
11091         * image-mode.el (image-mode-as-text): Fix typo in docstring.
11093 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
11095         * filecache.el (file-cache-add-directory-list)
11096         (file-cache-add-directory-recursively): Fix typos in docstrings.
11098 2010-05-08  Kenichi Handa  <handa@m17n.org>
11100         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11101         (gujarati-composable-pattern): Fix typo.
11103 2010-05-08  Kenichi Handa  <handa@m17n.org>
11105         * language/indian.el (oriya-composable-pattern)
11106         (tamil-composable-pattern, malayalam-composable-pattern):
11107         Add two-part vowels to "v" (vowel sign).
11109 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
11111         * files.el (copy-directory): Handle symlinks (Bug#5982).
11113 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11115         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11116         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
11117         (Bug#5846).
11119 2010-05-08  Glenn Morris  <rgm@gnu.org>
11121         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11123         * minibuffer.el (completion-at-point): Doc fix.
11125 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11127         * electric.el (Electric-command-loop): Minor tweak.
11129         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11130         better with dedicated windows.
11132 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
11134         * Version 23.2 released.
11136 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
11137             Stefan Monnier  <monnier@iro.umontreal.ca>
11139         Highlight vendor specific properties.
11140         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11141         (css-proprietary-property): New face.
11142         (css-font-lock-keywords): Use them.
11144 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
11146         * cus-start.el (all): Add native condition for tool-bar-* symbols.
11148 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11150         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11151         * files.el (auto-mode-alist): Remove redundant entries.
11153         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11154         * simple.el (auto-save-mode): Move from files.el.
11155         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11157 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11159         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11161 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11163         * mail/binhex.el (binhex-decode-region-internal)
11164         * mail/uudecode.el (uudecode-decode-region-internal)
11165         * net/dns.el (dns-read-string-name, dns-write, dns-read)
11166         (dns-read-type, dns-query)
11167         * pgg-parse.el (pgg-parse-armor)
11168         * pgg.el (pgg-verify-region)
11169         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11170         XEmacs.
11172         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11174 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
11176         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11178         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11179         * emulation/cua-base.el (cua-repeat-replace-region):
11180         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11181         (cua-cut-region-to-global-mark):
11182         Remove text properties with `set-text-properties'.
11184 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
11186         * net/tramp.el (top, with-progress-reporter):
11187         Use `symbol-function' inside `funcall'.
11189         * net/tramp-compat.el (tramp-compat-file-attributes)
11190         (tramp-compat-delete-file, tramp-compat-delete-directory):
11191         Handle only `wrong-number-of-arguments' error.
11193         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11194         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11195         inside `funcall'.
11197 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11199         * minibuffer.el (completion--sreverse, completion--common-suffix):
11200         New functions.
11201         (completion-pcm--merge-completions): Extract common suffix when safe.
11203         * emacs-lisp/easy-mmode.el (define-minor-mode):
11204         Make :variable more flexible.
11205         * files.el (auto-save-mode): Use it to define using define-minor-mode.
11207 2010-05-05  Juri Linkov  <juri@jurta.org>
11209         Add `slow' and `history' tags to the desktop data.
11211         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11212         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11213         (Info-finder-find-node): Require `finder.el' to be able
11214         to restore node from the desktop.
11215         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
11216         data `Info-history' and `slow' tag in the assoc list.
11217         (Info-restore-desktop-buffer): Don't restore nodes with the
11218         `slow' tag.  Restore `Info-history'.
11220 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
11222         Add FORCE argument to `delete-file'.
11224         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11225         forcing to delete the temporary file.
11226         (ange-ftp-delete-file): Add FORCE arg.
11227         (ange-ftp-rename-remote-to-remote)
11228         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11229         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11230         Force file deletion.
11232         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11234         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11235         (tramp-handle-make-symbolic-link, tramp-handle-load)
11236         (tramp-do-copy-or-rename-file-via-buffer)
11237         (tramp-do-copy-or-rename-file-directly)
11238         (tramp-do-copy-or-rename-file-out-of-band)
11239         (tramp-handle-process-file, tramp-handle-call-process-region)
11240         (tramp-handle-shell-command, tramp-handle-file-local-copy)
11241         (tramp-handle-insert-file-contents, tramp-handle-write-region)
11242         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11244         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11245         (tramp-fish-handle-make-symbolic-link)
11246         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11248         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11249         Use `tramp-compat-delete-file'.
11251         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11252         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11254         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11255         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11257         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11258         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11259         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11260         Use `tramp-compat-delete-file'.
11262 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11264         Minor cleanups.
11265         * subr.el (add-minor-mode): Use push.
11266         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11267         * emulation/edt.el (edt-select-mode): Simplify.
11269         Use define-minor-mode in more cases.
11270         * term/tvi970.el (tvi970-set-keypad-mode):
11271         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11272         (normal-erase-is-backspace-mode):
11273         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11274         (set-scroll-bar-mode-1): (Re)move to its sole caller.
11275         (get-scroll-bar-mode): New function.
11276         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11278         Use define-minor-mode for less obvious cases.
11279         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11280         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11281         * international/iso-ascii.el (iso-ascii-mode):
11282         * frame.el (auto-raise-mode, auto-lower-mode):
11283         * composite.el (global-auto-composition-mode): Use define-minor-mode.
11285 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
11287         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11288         in order to see error messages for failed logins.
11290 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
11292         * diff.el (diff-sentinel):
11294         * epg.el (epg--make-temp-file, epg-decrypt-string)
11295         (epg-verify-string, epg-sign-string, epg-encrypt-string):
11297         * jka-compr.el (jka-compr-partial-uncompress)
11298         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11300         * server.el (server-sentinel): Use delete-file's new FORCE arg
11301         (Bug#6070).
11303 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11305         Use define-minor-mode where applicable.
11306         * view.el (view-mode):
11307         * type-break.el (type-break-query-mode)
11308         (type-break-mode-line-message-mode):
11309         * textmodes/reftex.el (reftex-mode):
11310         * term/vt100.el (vt100-wide-mode):
11311         * tar-mode.el (tar-subfile-mode):
11312         * savehist.el (savehist-mode):
11313         * ibuf-ext.el (ibuffer-auto-mode):
11314         * composite.el (auto-composition-mode):
11315         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11316         Use define-minor-mode.
11317         (vhdl-mode): Use static mode-line format.
11318         (vhdl-mode-line-update): Delete.
11319         (vhdl-create-mode-menu, vhdl-activate-customizations)
11320         (vhdl-hs-minor-mode): Don't bother calling it.
11322 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * simple.el (with-wrapper-hook): Move.
11325         (buffer-substring-filters): Mark obsolete.
11326         (filter-buffer-substring-functions): New variable.
11327         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
11329 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11330             Michael Albinus  <michael.albinus@gmx.de>
11332         Implement compression for inline methods.
11334         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11335         (tramp-copy-size-limit): Allow also nil.
11336         (tramp-inline-compress-commands): New defconst.
11337         (tramp-find-inline-compress, tramp-get-inline-compress)
11338         (tramp-get-inline-coding): New defuns.
11339         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11340         replaced by `tramp-get-inline-coding'.
11341         (tramp-handle-file-local-copy, tramp-handle-write-region)
11342         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11344 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11346         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11347         Remove unused functions.
11349         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11350         Set find-tag-default-function as a variable rather than a property.
11352         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11353         * progmodes/etags.el (tags-completion-at-point-function):
11354         Remove left over interactive spec.  Add autoloading stub.
11355         (complete-tag): Use tags-completion-at-point-function.
11357 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
11359         * minibuffer.el (tags-completion-at-point-function): Fix return value.
11361 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
11363         * ido.el (ido-init-completion-maps): Remove C-v binding.
11364         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11366 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
11368         * minibuffer.el (tags-completion-at-point-function): New function.
11369         (completion-at-point-functions): Use it.
11371         * progmodes/etags.el (complete-tag): Revert last change.
11373 2010-04-29  Alan Mackenzie  <acm@muc.de>
11375         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11376         off-by-one error (in end of macro position).
11378 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11381         firefox is absent.  Don't autoload.
11382         (browse-url-galeon-program): Don't autoload.
11384 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
11386         * bindings.el (complete-symbol): Move into minibuffer.el.
11388         * minibuffer.el (complete-tag): Move from etags.el.  If tags
11389         completion cannot be performed, return nil instead of signalling
11390         an error.
11391         (completion-at-point): Make it an alias for complete-symbol.
11392         (complete-symbol): Move from bindings.el, and replace with the
11393         body of completion-at-point.
11395         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11397 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
11399         * net/tramp.el (tramp-remote-selinux-p): New defun.
11400         (tramp-handle-file-selinux-context)
11401         (tramp-handle-set-file-selinux-context): Use it.
11403 2010-04-28  Sam Steingold  <sds@gnu.org>
11405         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11406         `safe-local-variable' if the value is a string or a symbol with
11407         the property `bug-reference-url-format'.
11409 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
11411         * progmodes/bug-reference.el (bug-reference-url-format):
11412         Revert 2010-04-27 change due to security risk.
11414 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         Make it possible to locally disable a globally enabled mode.
11417         * simple.el (fundamental-mode): Run fundamental-mode-hook.
11418         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11419         rather than kill-all-local-variables so it runs fundamental-mode-hook.
11420         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11421         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11422         that subsequent hooks get a chance to disable it.
11424 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11427         Avoid re-enabling a minor mode after the user turned the minor mode
11428         off if MODE-enable-in-buffers is run twice (typically once from
11429         fundamental-mode's after-change-major-mode-hook and a second time from
11430         run-mode-hook's own after-change-major-mode-hook).
11432         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11434 2010-04-27  Sam Steingold  <sds@gnu.org>
11436         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11437         `safe-local-variable' if the value is a string or a function, as
11438         documented and implemented on 2010-04-02.
11440 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
11442         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11443         when method is 'kill.
11445 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
11447         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11448         condition in default directory check.
11449         (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11450         Kill ispell process when killing its associated buffer.
11452 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
11454         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11455         but we aren't using it.
11457 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
11459         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11460         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11462 2010-04-24  Glenn Morris  <rgm@gnu.org>
11464         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11465         Ignore VCS-ignore files, and deleted nextstep preferences files.
11466         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11467         (authors-ambiguous-files): New list.
11468         (authors-valid-file-names): Add some deleted files.
11469         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11470         (authors-disambiguate-file-name): New function.  (Bug#5501)
11471         (authors-canonical-file-name): Doc fix.
11472         Don't warn about obsolete files.
11473         (authors-canonical-file-name, authors-scan-el):
11474         Use authors-disambiguate-file-name.
11476         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11477         Add autoload cookies.
11478         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11479         (generated-autoload-file): Set file-local value to "htmlfontify.el".
11480         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11481         They have definitions / compiler macros in cl.el.
11482         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11483         Replace manual autoloads with generated ones.
11484         (htmlfontify-unload-rgb-file): Remove autoload.
11485         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11487 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11490         (byte-compile-setq-default): Optimize for the
11491         single-var case and don't call byte-compile-form in this case to avoid
11492         inf-loop with byte-compile-set-default.
11494         * progmodes/compile.el (compilation-start): Abbreviate default directory.
11496 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
11498         Implement SELINUX backends.
11500         * net/tramp.el (tramp-file-name-handler-alist):
11501         Add `file-selinux-context' and `set-file-selinux-context'.
11502         (tramp-handle-file-selinux-context)
11503         (tramp-handle-set-file-selinux-context): New defuns.
11504         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11505         Handle PRESERVE-SELINUX-CONTEXT.
11507         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11508         Add `file-selinux-context' and `set-file-selinux-context'.
11509         (tramp-gvfs-handle-file-selinux-context)
11510         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11511         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11513         * net/ange-ftp.el (ange-ftp-copy-file):
11514         * net/tramp-fish.el (tramp-fish-handle-copy-file):
11515         * net/tramp-imap.el (tramp-imap-handle-copy-file):
11516         * net/tramp-smb.el (tramp-smb-handle-copy-file):
11517         Add PRESERVE-SELINUX-CONTEXT.
11519 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
11521         Synchronize with Tramp repository.
11523         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11524         (tramp-action-process-alive, tramp-action-out-of-band)
11525         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11526         (tramp-exists-file-name-handler): Fix docstring.
11527         (with-progress-reporter): New defmacro.
11528         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11529         (tramp-maybe-open-connection): Use it.
11531 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
11533         Detect ssh 'ControlMaster' argument automatically in some cases.
11535         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11536         (tramp-default-method): Use it.
11538 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
11540         * net/tramp.el (tramp-handle-copy-file): Add new optional
11541         parameter `preserve-selinux-context'.
11542         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11544 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
11546         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11547         Ensure, that non remote files are still checked.  Oops.
11549 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
11551         Fix Bug#5840.
11553         * icomplete.el (icomplete-completions): Use `non-essential'.
11555         * net/tramp.el (tramp-connectable-p): New defun.
11556         (tramp-handle-expand-file-name)
11557         (tramp-completion-handle-file-name-all-completions)
11558         (tramp-completion-handle-file-name-completion): Use it.
11560 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11562         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11564 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
11566         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11568         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11570         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11571         is present.
11573         * info.el (info-tool-bar-map): Add labels.
11575         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11577         * cus-edit.el (custom-commands): Add labels for tool bar.
11578         (custom-buffer-create-internal, Custom-mode): Adjust for
11579         labels in custom-commands.
11581         * dynamic-setting.el: Renamed from font-setting.el.
11583 2010-04-21  John Wiegley  <jwiegley@gmail.com>
11585         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11586         toggles the use of virtual buffers.
11587         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11588         (ido-toggle-virtual-buffers): New function.
11590 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
11592         Use `define-derived-mode'; fix window selection; doc fixes.
11593         * play/tetris.el (tetris, tetris-update-speed-function)
11594         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11595         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11596         (tetris-rotate-next, tetris-end-game, tetris-start-game)
11597         (tetris-pause-game): Fix typos in docstrings.
11598         (tetris-mode-map, tetris-null-map):
11599         Move initialization into declaration.
11600         (tetris-mode): Define with `define-derived-mode';
11601         set show-trailing-whitespace to nil.
11602         (tetris): Prefer window already displaying the "*Tetris*" buffer.
11604 2010-04-21  Karel Klíč  <kklic@redhat.com>
11606         * files.el (backup-buffer): Handle SELinux context, and return it
11607         if a backup was made by renaming.
11608         (backup-buffer-copy): Set SELinux context to the target file.
11609         (basic-save-buffer): Set SELinux context of the newly written file.
11610         (basic-save-buffer-1): Now it also returns any SELinux context.
11611         (basic-save-buffer-2): Set SELinux context of the newly created file,
11612         and return it.
11613         * net/tramp.el (tramp-file-name-for-operation):
11614         Add file-selinux-context.
11616 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11618         Make the log-edit comments use RFC822 format throughout.
11620         * vc.el (vc-checkin, vc-modify-change-comment):
11621         Adjust to new vc-start/finish-logentry.
11622         (vc-find-conflicted-file): New command.
11623         (vc-transfer-file): Adjust to new vc-checkin.
11624         (vc-next-action): Improve scoping.
11626         * vc-hg.el (vc-hg-log-edit-mode): Remove.
11627         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
11629         * vc-git.el (vc-git-log-edit-mode): Remove.
11630         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
11631         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11633         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11634         (vc-start-logentry): Remove argument `extra'.
11635         (vc-finish-logentry): Remove extra args.
11637         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11638         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
11639         (vc-bzr-conflicted-files): New function.
11641         * log-edit.el (log-edit-extra-flags)
11642         (log-edit-before-checkin-process): Remove.
11643         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11644         (log-edit-headers-alist): New var.
11645         (log-edit-header-contents-regexp): New const.
11646         (log-edit-match-to-eoh): New function.
11647         (log-edit-font-lock-keywords): Use them.
11648         (log-edit): Insert a "Summary:" header as default.
11649         (log-edit-mode): Mark font-lock rules as case-insensitive.
11650         (log-edit-done): Cleanup headers.
11651         (log-view-process-buffer): Remove.
11652         (log-edit-extract-headers): New function to replace it.
11654 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
11656         * subr.el (default-direction-reversed): Remove obsolescence info.
11658 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11660         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11661         windows/frames.
11663         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11664         I.e. include text after point in the completion region.
11665         Also, return nil when we're not after/in a symbol.
11667         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11668         default enable-multibyte-characters.
11670 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * international/mule.el: Help the user choose a valid coding-system.
11673         (read-buffer-file-coding-system): New function.
11674         (set-buffer-file-coding-system): Use it.  Prompt the user if the
11675         coding-system cannot encode all the chars.
11677         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11678         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11679         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11680         Don't use *vc-bzr-shelve*.
11682 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
11684         Fix the version number for added files.
11685         * vc-hg.el (vc-hg-working-revision): Check if the file is
11686         registered after hg parent fails (Bug#5961).
11688 2010-04-19  Glenn Morris  <rgm@gnu.org>
11690         * htmlfontify.el (htmlfontify-buffer)
11691         (htmlfontify-copy-and-link-dir): Autoload entry points.
11693 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
11695         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11696         name relative to the project root (Bug#5960).
11698 2010-04-19  Glenn Morris  <rgm@gnu.org>
11700         * vc-git.el (vc-git-print-log): Doc fix.
11702 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
11704         * ido.el (ido-file-internal): Fix 2009-12-02 change.
11706 2010-04-19  Christoph Scholtes  <cschol2112@googlemail.com>
11708         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11709         default settings (Bug#5928).
11711 2010-04-19  Glenn Morris  <rgm@gnu.org>
11713         * progmodes/fortran.el (fortran-match-and-skip-declaration):
11714         New function.
11715         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
11717 2010-04-19  Kenichi Handa  <handa@m17n.org>
11719         * language/indian.el (malayalam-composable-pattern): Fix previous
11720         change (add U+0D4D "SIGN VIRAMA").
11721         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11722         (tamil-composable-pattern): Fix typo in the regexp.
11723         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11724         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11725         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11727 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
11729         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11730         paragraph-separate (Bug#5821).
11732 2010-04-19  Juri Linkov  <juri@jurta.org>
11734         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11736         * info.el (Info-find-node-2): Comment out code that skips
11737         breadcrumbs line.
11738         (Info-mouse-follow-link): New command.
11739         (Info-link-keymap): New keymap.
11740         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11741         Return a string with links instead of inserting breadcrumbs
11742         to the Info buffer.
11743         (Info-fontify-node): Comment out code that inserts breadcrumbs.
11744         Instead of putting the `invisible' text property over the Info
11745         header, make an overlay over the Info header with the `invisible'
11746         property and `after-string' set to the string returned by
11747         `Info-breadcrumbs'.
11749 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
11751         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11752         Reported by monkey@sandpframing.com.
11754 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11757         (tmm-get-keymap): Add key-binding shortcuts now that they're not
11758         available in the "keyseq cache" any more.
11760         * custom.el (defcustom): Add edebug spec.
11762 2010-04-18  Juri Linkov  <juri@jurta.org>
11764         Test for special mode-class in view-buffer instead of view-file (bug#5513).
11766         * view.el (view-file, view-buffer): Move test for special mode-class
11767         from view-file to view-buffer.
11769         * tar-mode.el (tar-extract): Turn if's into one cond
11770         like in arc-mode.el.
11772 2010-04-18  Juri Linkov  <juri@jurta.org>
11774         Add 7z archive format support (bug#5475).
11776         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11777         (archive-7z-extract): New defcustom.
11778         (archive-find-type): Add magic string for 7z.
11779         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11780         If `stderr-file' is non-nil, use `(t stderr-file)' for the
11781         `buffer' arg of `call-process'.
11782         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11783         call the function `archive-7z-extract' with the variable
11784         `archive-7z-extract' let-bound to `archive-zip-extract'.
11785         (archive-7z-summarize, archive-7z-extract): New functions.
11787         * international/mule.el (auto-coding-alist):
11788         * files.el (auto-mode-alist): Add 7z file extension.
11790 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11792         * loadup.el: Setup hash-cons for pure data.
11794         Fix duplicate entries in cedet's loaddefs.el files.
11795         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11796         Should make most file-local generated-autoload-file unnecessary.
11797         (print-readably): Silence warnings.
11798         (autoload-find-destination): Take load-name as an arg to make sure
11799         it's the same as the one that will be in the file.
11800         (autoload-generate-file-autoloads): Adjust to above changes.
11801         Try to make the dataflow a bit simpler.
11803         * cvs-status.el (cvs-refontify): Remove unused.
11805 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
11807         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11809         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11810         twos-complement mode.
11812 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
11814         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11815         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
11816         (calc-inverse): Add "Option" to message, as appropriate.
11817         (calc-hyperbolic): Add "Option" to message, as appropriate.
11818         (calc-option, calc-is-option): New functions.
11820         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11821         (calc-option-prefix-help): New function.
11823         * calc/calc-misc.el (calc-help): Add "Option" entry.
11825         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11826         (calc-option-flag): New variable.
11827         (calc-do): Set `calc-option-flag to nil.
11828         (calc-set-mode-line): Add "Opt " as appropriate.
11830 2010-04-16  Juri Linkov  <juri@jurta.org>
11832         Move scrolling commands from simple.el to window.el
11833         because their primitives are implemented in window.c.
11835         * simple.el (scroll-error-top-bottom)
11836         (scroll-up-command, scroll-down-command, scroll-up-line)
11837         (scroll-down-line, scroll-other-window-down)
11838         (beginning-of-buffer-other-window, end-of-buffer-other-window):
11839         * window.el (scroll-error-top-bottom)
11840         (scroll-up-command, scroll-down-command, scroll-up-line)
11841         (scroll-down-line, scroll-other-window-down)
11842         (beginning-of-buffer-other-window, end-of-buffer-other-window):
11843         Move from simple.el to window.el because their primitives are
11844         implemented in window.c.
11846 2010-04-16  Juri Linkov  <juri@jurta.org>
11848         * isearch.el (isearch-lookup-scroll-key): Check both
11849         `isearch-scroll' and `scroll-command' properties.
11850         (scroll-up, scroll-down): Remove `isearch-scroll' property.
11852         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11854         * simple.el (scroll-up-command, scroll-down-command)
11855         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11857 2010-04-15  Juri Linkov  <juri@jurta.org>
11859         * simple.el (scroll-up-command, scroll-down-command)
11860         (scroll-up-line, scroll-down-line): Put `scroll-command'
11861         property on the these symbols.  Remove them from
11862         `scroll-preserve-screen-position-commands'.
11864         * mwheel.el (mwheel-scroll): Put `scroll-command' and
11865         `isearch-scroll' properties on the `mwheel-scroll' symbol.
11866         Remove it from `scroll-preserve-screen-position-commands'.
11868         * isearch.el (isearch-allow-scroll): Doc fix.
11870 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
11872         * net/tramp.el (tramp-error-with-buffer): Don't show the
11873         connection buffer when we are in completion mode.
11874         (tramp-file-name-handler): Catch the error for some operations
11875         when we are in completion mode.  This gives the user the chance to
11876         correct the file name in the minibuffer.
11878 2010-04-15  Glenn Morris  <rgm@gnu.org>
11880         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11882 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
11884         Simplify by using `define-derived-mode'.
11885         * info.el (Info-mode):
11886         * calendar/todo-mode.el (todo-mode):
11887         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11888         (gomoku-mode-map): Move initialization into declaration.
11890 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
11892         Fix Bug#5840.
11893         * ido.el (ido-file-name-all-completions-1):
11894         * minibuffer.el (minibuffer-completion-help):
11895         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11897 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * simple.el (non-essential): New var.
11901         Add a new field `location' to bookmarks for non-file bookmarks.
11902         * bookmark.el (bookmark-location): Use the new field, if present.
11903         (bookmark-insert-location): Undo last change, not needed any more.
11904         * man.el (Man-bookmark-make-record):
11905         * woman.el (woman-bookmark-make-record): Add `location' field.
11907 2010-04-14  Juri Linkov  <juri@jurta.org>
11909         * simple.el (scroll-error-top-bottom): New defcustom.
11910         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
11912         * emulation/pc-select.el (pc-select-override-scroll-error):
11913         Obsolete in favor of `scroll-error-top-bottom'.
11915 2010-04-14  Juri Linkov  <juri@jurta.org>
11917         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11918         `scroll-up-command' and `M-v' to `scroll-down-command'.
11920         * emulation/cua-rect.el (cua--init-rectangles):
11921         * forms.el (forms--change-commands):
11922         * image-mode.el (image-mode-map):
11923         Remap scroll-down-command and scroll-up-command
11924         in addition to scroll-down and scroll-up.
11926 2010-04-14  Juri Linkov  <juri@jurta.org>
11928         * mwheel.el (scroll-preserve-screen-position-commands):
11929         Add mwheel-scroll to this list of commands.
11931         * simple.el (scroll-preserve-screen-position-commands):
11932         Add scroll-up-command, scroll-down-command, scroll-up-line,
11933         scroll-down-line to this list of commands.
11935 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * obsolete/complete.el: Move from lisp/complete.el.
11939         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11941         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11942         to the minor mode function now turns the mode ON unconditionally.
11944 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11946         * vc-dir.el (vc-dir-kill-line): New command.
11947         (vc-dir-mode-map): Bind it to C-k.
11949         * bookmark.el (bookmark-insert-location): Handle a nil filename.
11951         * woman.el: Add bookmark declarations to silence the compiler.
11952         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11953         step to compatibility between man and woman bookmarks.
11954         Adjust for Man-default-bookmark-title renaming.
11955         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
11957         * man.el: Add bookmark declarations to silence the compiler.
11958         (Man-name-local-regexp): Make it match NAME as well.
11959         (Man-getpage-in-background): Return the buffer.
11960         (Man-notify-when-ready): Use `case'.
11961         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11962         Don't hardcode "NAME".  Simplify.
11963         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11964         Rename from Man-bookmark-make-record.
11965         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
11966         we have the actual man-args.  Use Man-getpage-in-background rather
11967         than `man' since the arg is already processed.  Let bookmark.el do the
11968         window handling.  Only wait for the relevant process.
11969         Don't forget to autoload.
11971         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11973 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11975         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11976         New functions.
11977         (woman-mode): Setup bookmark support.
11979         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11980         (man-bookmark-jump): New functions.
11981         (Man-mode): Setup bookmark support.
11983 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
11985         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11986         recognize ssh-keygen prompt (Bug#2817).
11988 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
11990         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11992 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
11994         Synchronize with Tramp repository.
11996         * net/tramp.el (tramp-completion-function-alist)
11997         (tramp-file-name-regexp, tramp-chunksize)
11998         (tramp-local-coding-commands, tramp-remote-coding-commands):
11999         Fix docstring.
12000         (tramp-remote-process-environment): Use `format' instead of `concat'.
12001         (tramp-handle-directory-files-and-attributes)
12002         (tramp-get-remote-path): Use `copy-tree'.
12003         (tramp-handle-file-name-all-completions): Backward/ XEmacs
12004         compatibility: Use `completion-ignore-case' if
12005         `read-file-name-completion-ignore-case' does not exist.
12006         (tramp-do-copy-or-rename-file-directly): Do not use
12007         `tramp-handle-file-remote-p'.
12008         (tramp-do-copy-or-rename-file-out-of-band):
12009         Use `tramp-compat-delete-directory'.
12010         (tramp-do-copy-or-rename-file-out-of-band)
12011         (tramp-compute-multi-hops, tramp-maybe-open-connection):
12012         Use `format-spec-make'.
12013         (tramp-find-foreign-file-name-handler)
12014         (tramp-advice-make-auto-save-file-name)
12015         (tramp-set-auto-save-file-modes): Remove superfluous check for
12016         `stringp'.  This is done inside `tramp-tramp-file-p'.
12017         (tramp-debug-outline-regexp): New defconst.
12018         (tramp-get-debug-buffer): Use it.
12019         (tramp-check-for-regexp): Use (forward-line 1).
12020         (tramp-set-auto-save-file-modes): Adapt version check.
12022         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12023         Wrap call of `featurep' for 2nd argument.
12024         (tramp-compat-make-temp-file): Simplify fallback implementation.
12025         (tramp-compat-copy-tree): Remove function.
12026         (tramp-compat-delete-directory): Provide implementation for older
12027         Emacsen.
12029         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12030         Do not use `tramp-fish-handle-file-attributes.
12032         * net/trampver.el: Update release number.
12034 2010-04-10  Glenn Morris  <rgm@gnu.org>
12036         * progmodes/compile.el (compilation-save-buffers-predicate):
12037         Add missing :version tag.
12039 2010-04-09  Sam Steingold  <sds@gnu.org>
12041         * progmodes/compile.el (compilation-save-buffers-predicate):
12042         Remove the "autoload" cookie.
12044         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12045         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12046         and `bug-reference-prog-mode' can be used in hooks directly.
12048 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12050         Add --author support to git commit.
12051         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12052         (vc-git-log-edit-mode): New minor mode.
12053         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12054         New declarations.
12056 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
12058         * vc-hooks.el, vc-git.el: Improve documentation comments.
12060 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12062         Fix some of the problems in defsubst* (bug#5728).
12063         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12064         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12066 2010-04-07  Sam Steingold  <sds@gnu.org>
12068         * progmodes/compile.el (compilation-save-buffers-predicate):
12069         New custom variable.
12070         (compile, recompile): Pass it to `save-some-buffers'.
12072 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
12074         * wid-edit.el (widget-choose): Move cursor to the second line of
12075         the buffer (Bug#5695).
12077 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
12079         Add new VC methods: vc-log-incoming and vc-log-outgoing.
12080         * vc.el (vc-print-log-setup-buttons): New function split out from
12081         vc-print-log-internal.
12082         (vc-log-internal-common): New function, a parametrized version of
12083         vc-print-log-internal.
12084         (vc-print-log-internal): Just call vc-log-internal-common with the
12085         right arguments.
12086         (vc-incoming-outgoing-internal):
12087         (vc-log-incoming, vc-log-outgoing): New functions.
12088         (vc-log-view-type): New permanent local variable.
12090         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12092         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12093         of the dynamic bound vc-short-log.
12094         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12096         * vc-git.el (vc-git-log-outgoing): New function.
12097         (vc-git-log-view-mode): Use vc-log-view-type instead
12098         of the dynamic bound vc-short-log.
12100         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12101         of the dynamic bound vc-short-log.  Highlight the tag.
12102         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12103         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12104         (vc-hg-incoming-mode): Remove.
12105         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12107 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
12109         Fix default-directory for vc-root-diff.
12110         * vc.el (vc-root-diff): Bind default-directory to the root
12111         directory for the diff command.
12113 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
12115         * progmodes/verilog-mode.el (verilog-forward-sexp):
12116         (verilog-calc-1): Support "disable fork" and "fork wait" multi
12117         word keywords, suggested by Steve Pearlmutter.
12118         (verilog-pretty-declarations): Support lineup of declarations in
12119         port lists.
12120         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12121         fix bug for /* / comments.
12122         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12123         Speed up and simplfy as this is never called with a bound.
12124         (verilog-pretty-declarations): Enhance to line up declarations
12125         inside a parameter list, suggested by Alan Morgan.
12126         (verilog-pretty-expr): Tune assignment regular expression match
12127         string for corner cases; also use markers instead of character
12128         number as indent changes the later.
12130 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
12132         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12133         as missing keyword.
12134         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12135         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
12136         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12137         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
12138         Tennant.
12139         (verilog-keywords):
12140         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12141         1800-2009 keywords, including "global.".
12143 2010-04-06  John Wiegley  <jwiegley@gmail.com>
12145         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12146         appearing in buffer list (if a live buffer name matched a recentf
12147         file basename).  Should use uniquify to offer a real solution.
12149 2010-04-06  John Wiegley  <jwiegley@gmail.com>
12151         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12152         comment to code, and add a :version tag.
12153         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12155 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
12157         Enable recentf-mode if using virtual buffers.
12158         * ido.el (recentf-list): Declare for byte-compiler.
12159         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
12160         (ido-make-buffer-list): Simplify.
12161         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
12163 2010-04-05  Juri Linkov  <juri@jurta.org>
12165         Scrolling commands which scroll a line instead of full screen.
12166         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12168         * simple.el (scroll-up-line, scroll-down-line): New commands.
12169         Put property isearch-scroll=t on them.
12171         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12172         Remove commands.
12174 2010-04-05  Juri Linkov  <juri@jurta.org>
12176         Scrolling commands which do not signal errors at top/bottom.
12177         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12179         * simple.el (scroll-up-command, scroll-down-command): New commands.
12180         Put property isearch-scroll=t on them.
12182         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12183         `scroll-down-command' and [next] from `scroll-up' to
12184         `scroll-up-command'.
12186         * emulation/cua-base.el: Put property CUA=move on
12187         `scroll-up-command' and `scroll-down-command'.
12188         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12189         and `scroll-down-command' to `cua-scroll-down'.
12191 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
12193         * help.el (describe-mode): Return nil.
12195 2010-04-04  John Wiegley  <jwiegley@gmail.com>
12197         * ido.el (ido-use-virtual-buffers): New variable to indicate
12198         whether "virtual buffer" support is enabled for IDO.
12199         (ido-virtual): Face used to indicate virtual buffers in the list.
12200         (ido-buffer-internal): If a buffer is chosen, and no such buffer
12201         exists, but a virtual buffer of that name does (which would be why
12202         it was in the list), recreate the buffer by reopening the file.
12203         (ido-make-buffer-list): If virtual buffers are being used, call
12204         `ido-add-virtual-buffers-to-list' before the make list hook.
12205         (ido-virtual-buffers): New variable which contains a copy of the
12206         current contents of the `recentf-list', albeit pared down for the
12207         sake of speed, and with proper faces applied.
12208         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12209         create a list of "virtual buffers" to present to the user in
12210         addition to the currently open set.  Note that this logic could
12211         get rather slow if that list is too large.  With the default
12212         `recentf-max-saved-items' of 200, there is little speed penalty.
12214 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12216         * font-lock.el: Require CL when compiling.
12217         (font-lock-turn-on-thing-lock): Use `case'.
12219 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
12221         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12222         Zaretskii.
12224 2010-04-02  Juri Linkov  <juri@jurta.org>
12226         * ehelp.el (electric-help-orig-major-mode):
12227         New buffer-local variable.
12228         (electric-help-mode): Set it to original major-mode.  Doc fix.
12229         (with-electric-help): Use `electric-help-orig-major-mode' instead
12230         of (default-value 'major-mode).  Doc fix.
12231         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12233 2010-04-02  Sam Steingold  <sds@gnu.org>
12235         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12236         `vc-hg-command' with a list of flags.
12238         * progmodes/bug-reference.el (bug-reference-bug-regexp):
12239         Also accept "patch" and "RFE".
12240         (bug-reference-fontify): `bug-reference-url-format' can also be a
12241         function to be able to handle the bug kind.
12242         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12244 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
12246         * tmm.el (tmm-get-keymap): Check with symbolp before passing
12247         value to fboundp, it may not be a symbol.
12249 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
12251         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12253 2010-03-31  Juri Linkov  <juri@jurta.org>
12255         * simple.el (next-line, previous-line): Re-throw a signal
12256         with `signal' instead of using `ding'.
12257         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12259 2010-03-31  Juri Linkov  <juri@jurta.org>
12261         * simple.el (keyboard-escape-quit): Raise deselecting the active
12262         region higher than exiting the minibuffer.
12263         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12265 2010-03-31  Juri Linkov  <juri@jurta.org>
12267         * image.el (image-animated-p): Use `image-metadata' instead of
12268         `image-extension-data'.  Get GIF extenstion data from metadata
12269         property `extension-data'.
12271 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12273         * simple.el (append-to-buffer): Simplify.
12275 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
12277         * textmodes/artist.el (artist-mode): Fix typo in docstring.
12278         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
12280 2010-03-31  Kenichi Handa  <handa@m17n.org>
12282         * language/sinhala.el (composition-function-table): Fix regexp for
12283         the new Unicode specification.
12285         * language/indian.el (devanagari-composable-pattern)
12286         (tamil-composable-pattern, kannada-composable-pattern)
12287         (malayalam-composable-pattern): Adjust for the new Unicode
12288         specification.
12289         (bengali-composable-pattern, gurmukhi-composable-pattern)
12290         (gujarati-composable-pattern, oriya-composable-pattern)
12291         (telugu-composable-pattern): New variables to cope with the new
12292         Unicode specification.  Use them in composition-function-table.
12294 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         Make tmm-menubar work for the Buffers menu again (bug#5726).
12297         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12298         vectors rather than cons cells, as used in menu-bar-update-buffers.
12300 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
12302         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12303         (js-insert-and-indent): Revert 2009-08-15 change, restoring
12304         electric punctuation for "{}();,:" (Bug#5586).
12306         * mail/sendmail.el (mail-default-directory): Doc fix.
12308 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
12310         * mail/sendmail.el (mail-default-directory): Doc fix.
12312 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
12314         * subr.el (version-regexp-alist, version-to-list)
12315         (version-list-<, version-list-=, version-list-<=)
12316         (version-list-not-zero, version<, version<=, version=): Doc fix.
12317         (Bug#5744).
12319 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
12321         * vc.el (vc-root-diff): Doc fix.
12323 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
12325         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12327         * simple.el (append-to-buffer): Fix last change.
12329 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
12331         * simple.el (append-to-buffer): Ensure that point is preserved if
12332         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
12333         (Bug#5749)
12335 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12337         * files.el (auto-mode-case-fold): Change default to t.
12339 2010-03-30  Juri Linkov  <juri@jurta.org>
12341         * dired-x.el (dired-omit-mode): Doc fix.
12343 2010-03-30  Juri Linkov  <juri@jurta.org>
12345         * replace.el (occur-accumulate-lines): Move occur-engine related
12346         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12347         to be located after `occur-engine'.
12349 2010-03-30  Juri Linkov  <juri@jurta.org>
12351         Make occur handle multi-line matches cleanly with context.
12352         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12354         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12355         (occur-engine): Add local variables `ret', `prev-after-lines',
12356         `prev-lines'.  Use more arguments for `occur-context-lines'.
12357         Set first elem of its returned list to `data', and the second elem
12358         to `prev-after-lines'.  Don't print the separator line.
12359         In the end, print remaining context after-lines.
12360         (occur-context-lines): Add new arguments `begpt', `endpt',
12361         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
12362         after-lines of the previous match with before-lines of the
12363         current match and not overlap them.  Return a list with two
12364         values: the output line and the list of context after-lines.
12366 2010-03-30  Juri Linkov  <juri@jurta.org>
12368         * replace.el (occur-accumulate-lines): Fix a bug where the first
12369         context line at the beginning of the buffer was missing.
12371 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
12373         * files.el: Make bidi-display-reordering safe variable for boolean
12374         values.
12376 2010-03-29  Phil Hagelberg  <phil@evri.com>
12377             Chong Yidong  <cyd@stupidchicken.com>
12379         * subr.el: Extend progress reporters to perform "spinning".
12380         (progress-reporter-update, progress-reporter-do-update):
12381         Handle non-numeric value arguments.
12382         (progress-reporter--pulse-characters): New var.
12384 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
12386         * progmodes/compile.el (compilation-start): Fix regexp detection
12387         of initial cd command (Bug#5771).
12389 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
12391         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12393 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
12395         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12396         * progmodes/gdb-mi.el: Restore.
12397         * progmodes/gdb-ui.el: Remove.
12398         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12400 2010-03-25  Glenn Morris  <rgm@gnu.org>
12402         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12403         all dired buffers, even tramp ones.  (Bug#5755)
12405 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12407         Add "union tags" in mpc.el.
12408         * mpc.el: Remove backward compatibility code.
12409         (mpc-browser-tags): Change default.
12410         (mpc--find-memoize-union-tags): New var.
12411         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12412         (mpc-cmd-find): Handle the case where the playlist does not exist.
12413         Handle union-tags.
12414         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
12415         (mpc-cmd-add): Use mpc-cmd-flush.
12416         (mpc-tagbrowser-tag-name): New fun.
12417         (mpc-tagbrowser-buf): Use it.
12418         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
12420 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12422         Misc cleanup.
12423         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12424         Use replace-regexp-in-string.
12425         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12426         (makefile-imake-mode-syntax-table): Move init into defvar.
12427         (makefile-mode): Use define-derived-mode.
12429         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12430         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12431         not be present any more.
12433 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12435         * faces.el (set-face-attribute): Fix typo in docstring.
12436         (face-valid-attribute-values): Reflow docstring.
12438 2010-03-24  Glenn Morris  <rgm@gnu.org>
12440         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12442 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
12444         * indent.el (indent-for-tab-command): Doc fix.
12446 2010-03-24  Alan Mackenzie  <acm@muc.de>
12448         * progmodes/cc-engine.el (c-remove-stale-state-cache):
12449         Fix off-by-one error.  Fixes bug #5747.
12451 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12453         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12454         (image-dired-read-comment): Doc fix.
12456         * json.el (json-object-type, json-array-type, json-key-type)
12457         (json-false, json-null, json-read-number):
12458         * minibuffer.el (completion-in-region-functions):
12459         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12460         (cal-tex-cursor-week):
12461         * emacs-lisp/trace.el (trace-function):
12462         * eshell/em-basic.el (eshell/printnl):
12463         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12464         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12465         * obsolete/levents.el (allocate-event, event-key, event-object)
12466         (event-point, event-process, event-timestamp, event-to-character)
12467         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12468         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12469         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12470         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12471         (reftex-highlight-selection): Fix typos in docstrings.
12473 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12475         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12477 2010-03-24  Glenn Morris  <rgm@gnu.org>
12479         * mail/rmail.el (rmail-highlight-face): Restore option deleted
12480         2008-02-13 without comment; mark it obsolete.
12481         (rmail-highlight-headers): Use rmail-highlight-face once more.
12483 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
12485         * woman.el (woman2-process-escapes): Only consume the newline if
12486         the filler character is on a line by itself (Bug#5729).
12488 2010-03-24  Kenichi Handa  <handa@m17n.org>
12490         * language/indian.el (devanagari-composable-pattern): Add more
12491         consonants.
12493 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
12495         * net/trampver.el: Update release number.
12497 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
12499         * net/tramp.el (tramp-find-executable):
12500         Use `tramp-get-connection-buffer'.  Make the regexp for checking
12501         output of "wc -l" more robust.
12502         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12503         (tramp-open-connection-setup-interactive-shell): Remove workaround
12504         for OpenSolaris bug, it is not needed anymore.
12506 2010-03-24  Glenn Morris  <rgm@gnu.org>
12508         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
12510 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
12512         * files.el (auto-mode-alist): Accept more verilog file patterns.
12514 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12518 2010-03-24  Glenn Morris  <rgm@gnu.org>
12520         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12521         log-edit-before-checkin-process.
12523         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12525         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12527         * vc-dispatcher.el (vc-start-logentry): Doc fix.
12528         (log-view-process-buffer, log-edit-extra-flags): Declare.
12530         * log-edit.el (log-edit-before-checkin-process): Doc fix.
12532 2010-03-23  Sam Steingold  <sds@gnu.org>
12534         Fix bug#5620: recalculate all markers on compilation buffer
12535         modifications, not on file modifications.
12536         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12537         variable: the buffer modification time, for buffers not associated with
12538         files.
12539         (compilation-mode): Create it.
12540         (compilation-filter): Update it.
12541         (compilation-next-error-function): Use it instead of
12542         `visited-file-modtime' for timestamp.
12544 2010-03-23  Juri Linkov  <juri@jurta.org>
12546         Implement Occur multi-line matches.
12547         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12549         * replace.el (occur): Doc fix.
12550         (occur-engine): Set `begpt' to the beginning of the first line.
12551         Set `endpt' to the end of the last match line.  At first, count
12552         line numbers between `origpt' and `begpt'.  Split out code from
12553         `out-line' variable to new let-bindings `match-prefix' and
12554         `match-str'.  In `out-line' add non-numeric prefix to all
12555         non-first lines of multi-line matches.  Finally, count lines
12556         between `begpt' and `endpt' and add to `lines'.
12558 2010-03-23  Juri Linkov  <juri@jurta.org>
12560         * replace.el (occur-accumulate-lines, occur-engine):
12561         Use `occur-engine-line' instead of duplicate code.
12562         (occur-engine-line): New function created from duplicate code
12563         in `occur-accumulate-lines' and `occur-engine'.
12565         * replace.el (occur-engine-line): Add optional arg `keep-props'.
12566         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12568 2010-03-23  Juri Linkov  <juri@jurta.org>
12570         * finder.el: Remove TODO tasks.
12572         * info.el (Info-finder-find-node): Add node "all"
12573         with all package info.  Handle a list of multiple keywords
12574         separated by comma.
12575         (info-finder): In interactive use with a prefix argument,
12576         use `completing-read-multiple' to read a list of keywords
12577         separated by comma.
12579 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12581         Add a new completion style `substring'.
12582         * minibuffer.el (completion-basic--pattern): New function.
12583         (completion-basic-try-completion, completion-basic-all-completions):
12584         Use it.
12585         (completion-substring--all-completions)
12586         (completion-substring-try-completion)
12587         (completion-substring-all-completions): New functions.
12588         (completion-styles-alist): New style `substring'.
12590 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         Get rid of .elc files after removal of the corresponding .el.
12593         * Makefile.in (compile-clean): New target.
12594         (compile-main): Use it.
12596 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
12598         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12599         don't do make there.  When compiling with separate object dir, there
12600         is no Makefile there.
12602 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12604         Get rid of the ELCFILES abomination, again.
12605         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12606         (all, compile): Don't call compile-last.
12607         (compile-main): Build the "elcfiles" list dynamically.
12608         (compile-targets): New (internal) target.
12610 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
12612         * Makefile.in (top_srcdir): Define.
12613         (abs_top_builddir): Define.
12614         (srcdir): Don't append `/..'.
12615         (EMACS): Use ${abs_top_builddir}.
12616         (all, compile, compile-always, compile-last): Don't set emacswd.
12617         (update-subdirs, update-authors): Use $(top_srcdir) instead of
12618         $(srcdir).
12619         (lisp): Use $(srcdir) instead of @srcdir@.
12621 2010-03-21  Juri Linkov  <juri@jurta.org>
12623         Fix message of multi-line occur regexps and multi-buffer header lines.
12624         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12626         * replace.el (occur-1): Don't display regexp if it is longer
12627         than window-width.  Use `query-replace-descr' to display regexp.
12628         (occur-engine): Don't display regexp in the buffer header for
12629         multi-buffer occur.  Display a separate header line with total
12630         match count and regexp for multi-buffer occur.
12631         Use `query-replace-descr' to display regexp.
12633 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12635         * net/secrets.el: Fix parenthesis.
12636         (secrets-enabled): Fix parenthesis.
12638 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12640         Use more relative file and directory names.
12641         * Makefile.in (EMACS): Arrange for it to work when we chdir.
12642         (setwins, setwins_almost, setwins_for_subdirs):
12643         Don't `cd'; output relative names.
12644         (all, compile, compile-always, compile-last): Set emacswd.
12645         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12646         Just cd to the lisp source dir so we can use relative file names.
12648         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12650 2010-03-20  Glenn Morris  <rgm@gnu.org>
12652         * textmodes/rst.el: Use faces for font-lock customization, and make the
12653         old -face variables obsolete.
12654         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12655         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12656         (rst-block-face, rst-external-face, rst-definition-face)
12657         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12658         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12659         Make obsolete.
12660         (rst-font-lock-keywords-function): Update for above changes.
12662 2010-03-20  Juri Linkov  <juri@jurta.org>
12664         * s-region.el:
12665         * obsolete/s-region.el: Move to obsolete.
12667 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
12669         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12671 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12673         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12675 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12677         Add special markup processing for commit logs.
12678         * log-edit.el (log-edit-extra-flags): New variable.
12679         (log-edit): Add new argument MODE.  Use that mode when non-nil
12680         instead of the log-view-mode.
12681         (log-view-process-buffer): New function.
12683         * vc.el: Document that the checkin method takes optional
12684         arguments.  Document new backend specific method: log-view-mode.
12685         (vc-default-log-edit-mode): New function.
12686         (vc-checkin): Use a backend specific log-view-mode.
12687         Pass extra arguments to the checkin method.
12688         (vc-modify-change-comment): Pass a dummy extra argument.
12690         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12691         log-edit.
12692         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12693         (vc-finish-logentry): Process the log buffer before passing it
12694         down.  Pass log-edit-extra-flags.
12696         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12697         command.
12698         (log-edit-extra-flags, log-edit-before-checkin-process):
12699         New declarations.
12701         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12702         command.
12703         (log-edit-extra-flags, log-edit-before-checkin-process):
12704         New declarations.
12705         (vc-hg-log-edit-mode): New derived mode.
12707         * vc-arch.el (vc-arch-checkin):
12708         * vc-cvs.el (vc-cvs-checkin):
12709         * vc-git.el (vc-git-checkin):
12710         * vc-mtn.el (vc-mtn-checkin):
12711         * vc-rcs.el (vc-rcs-checkin):
12712         * vc-sccs.el (vc-sccs-checkin):
12713         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12715 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12718         parent typo).
12720 2010-03-19  Glenn Morris  <rgm@gnu.org>
12722         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12724 2010-03-18  Glenn Morris  <rgm@gnu.org>
12726         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12728         * replace.el (query-replace-history): Give it a doc string.
12729         (map-query-replace-regexp): Use query-replace-from-history-variable
12730         and query-replace-to-history-variable.
12732         * mail/hashcash.el (declare-function): Remove duplicate definition.
12734         * mail/emacsbug.el (report-emacs-bug-pretest-address):
12735         Make it an obsolete alias for report-emacs-bug-address.
12736         (message-strip-special-text-properties): Declare.
12737         (report-emacs-bug): Remove test for a pretest bug address.
12738         Combine message-mode-specific code.
12740         * mail/supercite.el: Don't require sendmail.
12741         (mh-in-header-p): Declare rather than using with-no-warnings.
12742         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12743         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
12745         * calendar/cal-french.el: Convert to utf-8.
12747         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12748         Emacs scripts.
12750 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
12752         * net/secrets.el (secrets-enabled): New variable.  Use it instead
12753         of a subfeature.
12755 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
12757         * net/secrets.el (top): Register the D-Bus signals only when the
12758         service "org.freedesktop.secrets" can be pinged.
12759         Provide subfeature `enabled'.
12761 2010-03-14  Juri Linkov  <juri@jurta.org>
12763         Add finder unknown keywords.
12765         * finder.el (finder-unknown-keywords): New function.
12767         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12768         to create a Finder node with unknown keywords.
12770 2010-03-14  Juri Linkov  <juri@jurta.org>
12772         * finder.el (finder-compile-keywords): Replace `princ' with
12773         `prin1' on a list of symbols interned from keyword strings.
12775         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12776         a comma, then split keywords using a comma and optional whitespace.
12777         Otherwise, split by whitespace.
12779         * complete.el:
12780         * face-remap.el:
12781         * log-view.el:
12782         * net/hmac-def.el:
12783         * net/hmac-md5.el:
12784         * net/netrc.el:
12785         * progmodes/mixal-mode.el: Fix keywords.
12787 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
12789         * Makefile.in (ELCFILES): Add net/secrets.elc.
12791         * net/secrets.el: New file.
12793 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
12795         * facemenu.el (list-colors-display, list-colors-print): New arg
12796         callback.  Use it to allow selecting colors.
12798         * wid-edit.el (widget-image-insert): Insert image prop even if the
12799         current display is non-graphic.
12800         (widget-field-value-set): New fun.
12801         (editable-field): Use it.
12802         (widget-field-value-get): Clean up unused var.
12803         (widget-color-value-create, widget-color--choose-action):
12804         New funs.  Allow using list-colors-display to choose color.
12806 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
12808         * cus-edit.el: Resort topmost custom groups.
12809         (custom-buffer-sort-alphabetically): Default to t.
12810         (customize-apropos): Use apropos-parse-pattern.
12811         (custom-search-field): New var.
12812         (custom-buffer-create-internal): Add custom-apropos search field.
12813         (custom-add-parent-links): Don't display parent doc.
12814         (custom-group-value-create): Don't sort top-level custom group.
12815         (custom-magic-value-create): Show visibility button before option name.
12817         (custom-variable-state): New fun, from custom-variable-state-set.
12818         (custom-variable-state-set): Use it.
12819         (custom-group-value-create): Hide options with standard values
12820         using the :hidden-states property.  Use progress reporter.
12822         (custom-show): Simplify.
12823         (custom-visibility): Disable images by default.
12824         (custom-variable): New property :hidden-states.
12825         (custom-variable-value-create): Enable images for
12826         custom-visibility widgets.  Use :hidden-states property to
12827         determine initial visibility.
12829         * wid-edit.el (widget-image-find): Give images center ascent.
12830         (visibility): Add :on-image and :off-image properties.
12831         (widget-visibility-value-create): Use them.
12833 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
12835         * cus-edit.el (processes): Remove from development group.
12836         (oop, hypermedia): Delete group.
12837         (comm): Promote to top-level group.
12839         * net/browse-url.el (browse-url):
12840         * net/xesam.el (xesam):
12841         * net/tramp.el (tramp):
12842         * net/goto-addr.el (goto-address):
12843         * net/ange-ftp.el (ange-ftp): Put in comm group.
12845         * view.el (view): Remove from editing group.
12847         * uniquify.el (uniquify): Put in files group.
12849         * net/browse-url.el (browse-url):
12850         * ps-print.el (postscript): Put in external group.
12852         * cus-edit.el (outlines):
12853         * textmodes/text-mode.el (text-mode-hook):
12854         * textmodes/table.el (table):
12855         * textmodes/picture.el (picture):
12856         * outline.el (outlines): Put in wp group.
12858         * nxml/nxml-mode.el (nxml): Remove from wp group.
12860         * net/tramp-imap.el (tramp-imap): Put in tramp group.
12862         * mail/metamail.el (metamail): Remove from hypermedia group.
12864         * cus-edit.el (abbrev):
12865         * whitespace.el (whitespace):
12866         * vcursor.el (vcursor):
12867         * reveal.el (reveal):
12868         * hl-line.el (hl-line): Put in convenience group.
12870         * epg-config.el (epg): Put in data group.
12872         * emulation/pc-select.el (pc-select): Put in emulations group.
12874         * calculator.el (calculator): Put in applications group.
12876 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
12878         Add .dir-locals.el support for file-less buffers.
12879         * files.el (hack-local-variables): Split out code to apply local
12880         variable settings ...
12881         (hack-local-variables-apply): ... here.  New function.
12882         (hack-dir-local-variables): Use the default directory for when the
12883         buffer does not have an associated file.
12884         (hack-dir-local-variables-non-file-buffer): New function.
12885         * diff-mode.el (diff-mode):
12886         * vc-annotate.el (vc-annotate-mode):
12887         * vc-dir.el (vc-dir-mode):
12888         * log-edit.el (log-edit-mode):
12889         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12891 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
12893         Add support for shelving snapshots and for showing shelves.
12894         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12895         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12896         New functions.
12897         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12898         (vc-bzr-extra-menu-map): Map them.
12900 2010-03-11  Glenn Morris  <rgm@gnu.org>
12902         * cus-edit.el (customize-changed-options-previous-release):
12903         Bump to 23.1.
12905         * image.el (image-animate-max-time): Fix :version tag.
12907 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
12909         * Branch for 23.2.
12911 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         * vc-git.el (vc-git-revision-table): Include remote branches.
12915 2010-03-10  Kim F. Storm  <storm@cua.dk>
12917         Animated image API.
12918         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12920         * image.el (image-animate-max-time): New defcustom.
12921         (image-animated-types): New defconst.
12922         (create-animated-image, image-animate-timer)
12923         (image-animate-start, image-animate-stop, image-animate-timeout)
12924         (image-animated-p): New functions.
12926         * image-mode.el (image-toggle-display-image):
12927         Replace `create-image' with `create-animated-image'.
12929 2010-03-09  Miles Bader  <miles@gnu.org>
12931         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12932         instead of "format:"; this ensures that the output is
12933         newline-terminated.
12935 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
12937         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12938         that all errors are caught, and that the return value is always a
12939         list (Bug#5692).
12941 2010-03-08  Kenichi Handa  <handa@m17n.org>
12943         * language/misc-lang.el (windows-1256): New coding system.
12944         (cp1256): New alias of windows-1256 (bug#5690).
12946 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
12948         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12949         call to rfc822-bad-address.  (Bug#5692)
12951 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
12953         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12954         Use vc-git-root as default directory for revision path (Bug#5657).
12956 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
12958         * calculator.el (calculator): Don't bind split-window-keep-point
12959         (Bug#5674).
12961 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12963         * vc-git.el: Re-flow to fit into 80 columns.
12964         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12965         Remove spurious `quote' element in each case alternative.
12966         (vc-git-show-log-entry): Use prog1.
12967         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12969 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12971         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12973 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
12975         * macros.el (insert-kbd-macro): Look up keyboard macro using the
12976         definition, not the name (Bug#5481).
12978 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
12980         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12981         argument with a local variable.  (Bug#5670)
12983 2010-03-02  Juri Linkov  <juri@jurta.org>
12985         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
12987 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
12989         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12990         error when FILENAME and NEWNAME are existing remote directories.
12992         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12993         parameter DIR-FLAG.
12995 2010-03-02  Glenn Morris  <rgm@gnu.org>
12997         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12998         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13000 2010-03-01  Kenichi Handa  <handa@m17n.org>
13002         * language/burmese.el (burmese-composable-pattern): Rename from
13003         myanmar-composable-pattern.
13005         * international/characters.el (script-list):
13006         * international/fontset.el (script-representative-chars):
13007         Change myanmar to burmese.
13008         (otf-script-alist): Likewise.
13009         (setup-default-fontset): Likewise.  Re-fix :otf spec.
13011 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13013         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13015 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
13017         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13019 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
13021         * net/tramp.el (tramp-handle-write-region): START can be a string.
13022         Take care in the checks.  Reported by Dan Davison
13023         <davison@stats.ox.ac.uk>.
13025 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
13027         * net/dbus.el (dbus-introspect, dbus-get-property)
13028         (dbus-set-property, dbus-get-all-properties):
13029         Use `dbus-call-method' when noninteractive.  (Bug#5645)
13031 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
13033         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13034         * emacs-lisp/elint.el (elint-add-required-env):
13035         * calendar/icalendar.el (icalendar--add-diary-entry):
13036         * calc/calcalg2.el (math-tracing-integral):
13037         * files.el (recover-session-finish): Use with-current-buffer
13038         instead of save-excursion.
13040 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13042         Fix in-buffer completion when after-change-functions modify the buffer.
13043         * minibuffer.el (completion--replace): New function.
13044         (completion--do-completion): Use it and use relative movement.
13046 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
13048         * international/fontset.el (setup-default-fontset): Fix :otf spec.
13050 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
13052         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13053         Allow the characters _<> in the stack entry (Bug#5653).
13055 2010-02-26  Kenichi Handa  <handa@m17n.org>
13057         * language/burmese.el: Fix entries in composition-function-table.
13058         (myanmar-composable-pattern): New variable.
13060         * international/fontset.el (setup-default-fontset): Add an entry
13061         for myanmar.
13063         * international/characters.el (script-list): Add Myanmar
13064         Extended-A.
13066 2010-02-26  Glenn Morris  <rgm@gnu.org>
13068         * custom.el (custom-initialize-delay): Doc fix.
13070         * mail/sendmail.el (send-mail-function): Autoload the call
13071         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13073 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
13075         * files.el (hack-local-variables-filter): For eval forms, also
13076         check safe-local-variable-p (Bug#5636).
13078 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
13080         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13081         setting the modes by `ignore-errors'.  It might fail, for example
13082         if the file is not owned by the user but the group.
13083         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13085 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
13087         * files.el (directory-listing-before-filename-regexp):
13088         Use stricter matching for iso-style dates, to avoid false matches with
13089         date-like filenames (Bug#5597).
13091         * htmlfontify.el (htmlfontify): Doc fix.
13093         * eshell/eshell.el (eshell): Doc fix.
13095         * startup.el (fancy-about-screen): In mode-line, apply
13096         mode-line-buffer-id face only to the buffer name (Bug#5613).
13098 2010-02-20  Kevin Ryde  <user42@zip.com.au>
13100         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13101         In `watcom' anchor regexp to start of line, to avoid slowness
13102         (Bug#5599).
13104 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
13106         * subr.el (remove-yank-excluded-properties): Explain in a comment
13107         why `category' property is removed.
13109 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
13111         * isearch.el (isearch-update-post-hook, isearch-update):
13112         Revert 2010-02-17 change.
13114 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
13116         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13117         (icalendar--convert-weekly-to-ical)
13118         (icalendar--convert-yearly-to-ical)
13119         (icalendar--convert-block-to-ical)
13120         (icalendar--convert-cyclic-to-ical)
13121         (icalendar--convert-anniversary-to-ical): Take care of time
13122         specifications where hour has 1-digit only (Bug#5549).
13124 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
13126         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13127         of disassemble output in GDB 7.1.
13129 2010-02-19  Glenn Morris  <rgm@gnu.org>
13131         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13132         property.  (Bug#5593)
13134 2010-02-18  Sam Steingold  <sds@gnu.org>
13136         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13138 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13140         Use abbreviated file names in bookmarks (bug#5591).
13141         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13142         calls to expand-file-name.
13143         (bookmark-relocate): Use abbreviated file names in bookmarks.
13144         (bookmark-load): Use abbreviated file names in messages.
13146 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
13148         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13149         expand "." and "..".  Reported by Thierry Volpiatto
13150         <thierry.volpiatto@gmail.com>.
13152 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
13154         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13155         permissions of the temporary file to "0600".  In case the remote
13156         file has no read permissions for the owner, there might be
13157         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
13159 22010-02-18  Glenn Morris  <rgm@gnu.org>
13161         * emacs-lisp/authors.el (authors-renamed-files-alist):
13162         Add entries for INSTALL.CVS.
13164 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
13166         * vc-bzr.el: Fix typo in Known Bugs section.
13168         * isearch.el (isearch-update-post-hook): New hook.
13169         (isearch-update): Use the new hook.
13171 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
13173         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13174         Fix errors in copying directories.
13175         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13176         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13177         (tramp-handle-delete-file)
13178         (tramp-handle-dired-recursive-delete-directory)
13179         (tramp-handle-write-region): Flush also the cache for the upper
13180         directory.
13182 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
13184         * simple.el (save-interprogram-paste-before-kill): Doc fix.
13186         * cus-edit.el (hardware): Doc fix.
13188         * man.el (man): Add to external custom group.
13190         * delim-col.el (columns): Move to wp custom group.
13192         * doc-view.el (doc-view): Add to data custom group.
13194         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13196         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13197         by ispell-parse-output (Bug#5575).
13199 2010-02-16  Kenichi Handa  <handa@m17n.org>
13201         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13202         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13203         (skkdic-convert): Use `euc-japan' coding system for writing.
13205 2010-02-16  Glenn Morris  <rgm@gnu.org>
13207         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13208         tex-main-file before using it.  (Bug#5562)
13210 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13212         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13213         warnings, since it is annoying for the user to see them each time he
13214         runs the code.
13216 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
13218         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13219         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13220         instead of PROC for caching "first-password-request".  Otherwise,
13221         new processes would not profit from passwords already entered.
13223         * net/tramp-cache.el (tramp-dump-connection-properties):
13224         Don't save "first-password-request" property.
13226 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
13228         * outline.el (outline-head-from-level):
13229         * simple.el (with-wrapper-hook):
13230         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13231         (elint-defun, elint-buffer-env, elint-top-form-logged)
13232         (elint-unbound-variable):
13233         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13234         Fix typos in docstrings.
13236 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
13238         * files.el (insert-directory): When WILDCARD-REGEXP and
13239         FULL-DIRECTORY-P are nil, insert the file entry instead of the
13240         whole directory.  (Bug#5551)
13242         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
13243         dired's alignment sanity.  (Bug#5516)
13245 2010-02-14  Juri Linkov  <juri@jurta.org>
13247         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13248         Remove remaining ^H with their preceding chars.  (Bug#5566)
13250 2010-02-13  Glenn Morris  <rgm@gnu.org>
13252         * simple.el (transpose-subr): Give it a doc-string.
13254         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13255         Doc fixes.
13257 2010-02-12  Juri Linkov  <juri@jurta.org>
13259         * arc-mode.el (archive-unique-fname): Make directories for nested
13260         archives.  (Bug#5540)
13262 2010-02-12  Juri Linkov  <juri@jurta.org>
13264         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
13266 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * subr.el (copy-overlay): Handle deleted overlays.
13270         * man.el (Man-completion-table): Don't signal an error if we can't run
13271         manual-program (bug#4056).
13273 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
13275         * textmodes/artist.el (artist-mt): Fix typos in docstring.
13277 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13279         * info.el (Info-bookmark-jump): Simplify.
13281         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13282         (bookmark-default-handler): Accept new bookmark field `buffer'.
13284 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
13286         * iswitchb.el (iswitchb-completions): Revert last change.
13288 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
13290         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13291         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13292         This prevents file names like "~/" being listed literally.
13294 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
13296         * term/xterm.el (xterm-maybe-set-dark-background-mode):
13297         Remove dead code.  (Bug#5546)
13299 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
13301         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13302         correctly (Bug#5548).
13304 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
13306         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13307         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13309 2010-02-08  Kenichi Handa  <handa@m17n.org>
13311         * international/mule-util.el (with-coding-priority): Add autoload
13312         cookie for putting `lisp-indent-function'.
13314 2010-02-07  Glenn Morris  <rgm@gnu.org>
13316         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13317         Move F2003 named interfaces from keywords-2 to keywords-1, and
13318         use function-name-face rather than constant-face.
13319         Simplify "abstract interface" regexp.
13321 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
13323         * eshell/esh-util.el (eshell-file-attributes): New optional arg
13324         ID-FORMAT.  Pass it to `file-attributes'.
13326         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13328 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
13330         * faces.el (set-face-attribute): Allow calling
13331         internal-set-lisp-face-attribute with 'unspecified family and
13332         foundry argument (Bug#5536).
13334 2010-02-07  Glenn Morris  <rgm@gnu.org>
13336         * progmodes/f90.el (f90-font-lock-keywords-2)
13337         (f90-looking-at-type-like, f90-looking-at-program-block-end):
13338         Handle F2003 named interfaces.
13340 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
13342         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13343         beg and end before calling c-get-state-before-change-functions.
13345 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
13347         * vc-bzr.el (vc-bzr-dir-extra-headers):
13348         Disable the pending merges header.
13350 2010-02-05  Juri Linkov  <juri@jurta.org>
13352         * doc-view.el (doc-view-mode):
13353         * image-mode.el (image-mode): Put property mode-class=special.
13354         (Bug#4896)
13356 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
13358         * vc-svn.el (vc-svn-revision-table): New function.
13360 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
13362         * net/ange-ftp.el (ange-ftp-insert-directory):
13363         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13364         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13365         Handle also directories.  (Bug#5478)
13367 2010-02-05  Glenn Morris  <rgm@gnu.org>
13369         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13371 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
13373         * startup.el (command-line-1): Convert options beginning with a
13374         single dash as well (Bug#5519).
13376 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13378         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13379         * minibuffer.el (completion-initials-expand): Only check the presence
13380         of delims *within* the boundaries, since otherwise the / delim is
13381         always found for files.
13383         Fix up various corner case problems.
13384         * doc-view.el (doc-view-last-page-number): New function.
13385         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13386         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13387         (doc-view-kill-proc): Avoid inf-loop in freak cases.
13388         (doc-view-reconvert-doc): Use the new recursive delete-directory.
13389         (doc-view-convert-current-doc): Don't create the resolution.el file
13390         here any more.
13391         (doc-view-pdf/ps->png): Do it here instead.
13392         (doc-view-already-converted-p): Check that resolution.el is present.
13393         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13394         windows that are not yet showing images.
13396 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
13398         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13399         `dired-uncache' for every elemnt which is an absolute file name.
13401         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13402         directory, handle its directory component.
13403         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13404         function is called permanently and creates noise, otherwise.
13406         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13407         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13408         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
13410 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
13412         * macros.el (apply-macro-to-region-lines):
13413         Minor simplification.  (Bug#5485)
13415 2010-02-04  Glenn Morris  <rgm@gnu.org>
13417         * mail/rmail.el (rmail-show-message-1): Handle malformed
13418         quoted-printable text.  (Bug#5441)
13420         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13422         * simple.el (visual-line-mode): Capitalize lighter.
13424 2010-02-03  John Wiegley  <jwiegley@gmail.com>
13426         * iswitchb.el (iswitchb-completions): Add bookmark files to the
13427         list of files considered for "virtual buffer" completions.
13429 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
13431         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13432         also in case of (and (not full) (not wildcard)).  This is needed
13433         when dired is called with a list of files, which are not in
13434         `default-directory'.  (Bug#5478)
13436 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13440 2010-02-02  Juri Linkov  <juri@jurta.org>
13442         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13443         from unidiff to allow function-line after @@.
13445 2010-02-02  Juri Linkov  <juri@jurta.org>
13447         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13448         '(RCS SCCS) with inverted condition.
13450 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
13452         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13453         messages.
13455 2010-02-01  Juri Linkov  <juri@jurta.org>
13457         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13458         compare with "pkunzip" and "pkzip" instead of only "pkzip".
13459         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13460         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
13462 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13464         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13465         (doc-view-revert-buffer): New command.
13466         (doc-view-mode-map): Use it.
13468 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
13470         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13471         pending merge is detected.
13473 2010-01-31  Juri Linkov  <juri@jurta.org>
13475         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13476         beginning of interactive spec like all other grep commands do.
13477         Put "all" in front of "gz".  (Bug#5260)
13479 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
13481         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13483 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
13485         * dirtrack.el (dirtrack): Warn instead of signalling error if the
13486         regexp is incorrect (Bug#5476).
13488 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
13490         * net/tramp.el (tramp-handle-insert-directory): Handle also
13491         symlinks, when FILENAME is not in `default-directory'.
13493 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
13495         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13496         FILE is not in `default-directory'.  (Bug#5478)
13498         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13499         of SWITCHES.  Handle the case, FILENAME is not in
13500         `default-directory'.  (Bug#5478)
13501         (tramp-register-file-name-handlers): Add safe-magic property.
13503 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
13505         * arc-mode.el (archive-zip-extract): Quote the argument passed to
13506         unzip (Bug#5475).
13508 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
13510         * progmodes/flymake.el (flymake-allowed-file-name-masks)
13511         (flymake-master-make-header-init): Add other C++ filename masks.
13512         (flymake-find-possible-master-files)
13513         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13515 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
13517         Fix some busybox annoyances.
13519         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13520         not responding." string.
13521         (tramp-open-connection-setup-interactive-shell): Dump stty
13522         settings.  Enable "neveropen" arg for all `tramp-send-command'
13523         calls.  Handle "=" in variable values properly.
13524         (tramp-find-inline-encoding): Raise an error, when no encoding is
13525         found.
13526         (tramp-wait-for-output): Check, whether PROC buffer is available.
13527         Remove spurious " ^H" sequences, sent by busybox.
13528         (tramp-get-ls-command): Suppress coloring, if possible.
13530 2010-01-28  Glenn Morris  <rgm@gnu.org>
13532         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
13534         * log-edit.el (log-edit-strip-single-file-name): Add missing
13535         :safe, :group, and :version tags.
13537 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
13539         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13540         buffers.  (Bug#5477)
13542 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
13544         * files.el (delete-directory): Handle moving to trash without
13545         first doing recursion (Bug#5436).
13547 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
13549         * vc-hooks.el (vc-path): Mark as obsolete.
13551 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
13553         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13554         names too.
13556         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13557         for the short log.
13558         (vc-bzr-log-view-mode): Adjust regexp for the above change.
13560 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
13562         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13564         * vc-bzr.el (vc-bzr-revision-table): New function.
13566 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
13568         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13569         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
13571 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
13573         Remove support for adding --signoff on commit.
13574         Future support will use an incompatible generic mechanism.
13575         * vc-git.el (vc-git-add-signoff): Remove variable.
13576         (vc-git-toggle-signoff): Remove function.
13577         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13579         * term/xterm.el (xterm-maybe-set-dark-background-mode):
13580         Rename from xterm-set-background-mode.  Return t if the background mode
13581         was set.
13582         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13583         earlier, call it again in case the background mode has changed.
13585 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
13587         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13588         (Bug#3541).
13590 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
13592         * emacs-lisp/assoc.el (aelement): Doc fix.
13593         (aput, adelete, amake): Use lexical-let (Bug#5450).
13595 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
13597         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13598         is the same as subprogram call, not declaration.  (Bug#5435).
13600 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
13602         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13603         (tramp-smb-maybe-open-connection): Use it.
13605 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
13607         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
13609 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13612         just because we see "encoding: 8bit".
13613         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13615 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
13617         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13619 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
13621         * jka-compr.el (jka-compr-load): If load-file is not in
13622         load-history, try its file-truename version.  (bug#5447)
13624 2010-01-21  Alan Mackenzie  <acm@muc.de>
13626         Fix a situation where deletion of a cpp construct throws an error.
13627         * progmodes/cc-engine.el (c-invalidate-state-cache):
13628         Before invoking c-with-all-but-one-cpps-commented-out, check that the
13629         special cpp construct is still in the buffer.
13630         (c-parse-state): Record the special cpp with markers, not numbers.
13632 2010-01-21  Kenichi Handa  <handa@m17n.org>
13634         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13635         process last-command-event, as it is now decoded first (Bug#5380).
13637 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
13639         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13641 2010-01-20  Glenn Morris  <rgm@gnu.org>
13643         * indent.el (tab-always-indent): Fix custom-type.
13645 2010-01-19  Alan Mackenzie  <acm@muc.de>
13647         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13648         buffer throws "args out of range".
13649         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13650         playing the role of delimiter.
13652 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
13654         * progmodes/ada-mode.el: Fix bug#5400.
13655         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13656         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13657         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
13658         Improve comments in "is" portion.  Handle null procedure declaration.
13659         (ada-move-to-end): Improve doc string.
13661 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
13663         * ido.el (ido-cur-list): Initialize to nil.
13664         Remove obsolete information from commentary.
13665         (ido-choice-list): Initialize to nil.
13666         (ido-get-bufname): Reject minibuffers.
13667         (ido-make-buffer-list): If "default" is a nonexistent
13668         buffer, ignore it, as per the function's comment.
13669         (ido-kill-buffer-internal): New function.
13670         (ido-kill-buffer-at-head): Use it.
13671         (ido-visit-buffer): Likewise.
13673 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13675         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13677 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
13679         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13680         Fix typos in chart titles.
13682         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13683         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13684         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13685         (describe-class, eieio-describe-generic, describe-generic):
13686         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13687         (eieio-speedbar-expand):
13688         * emulation/viper-cmd.el (viper-exec-form-in-vi)
13689         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13690         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13691         (viper-del-backward-char-in-replace, viper-backward-indent)
13692         (viper-brac-function, viper-register-to-point, viper-submit-report):
13693         * net/tramp.el (tramp-remote-coding-commands):
13694         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13695         Fix typos in docstrings.
13697 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13699         * mail/sendmail.el (mail-yank-original): Set the mark if the
13700         specified function for yanking does not do it.
13702 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
13704         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
13706         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13707         resyncing a directory.
13709 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
13711         * progmodes/ada-mode.el: Fix bug#1920.
13712         (ada-ident-re): Delete ., allow multibyte characters.
13713         (ada-goto-label-re): New; matches goto labels.
13714         (ada-block-label-re): New; matches block labels.
13715         (ada-label-re): New; matches both.
13716         (ada-named-block-re): Delete; callers changed to use
13717         `ada-block-label-re' instead.
13718         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13719         Use `ada-block-label-re'.
13720         (ada-indent-on-previous-lines): Improve handling of goto labels.
13721         (ada-get-indent-block-start): Special-case block label.
13722         (ada-get-indent-label): Split into `ada-indent-block-label' and
13723         `ada-indent-goto-label'.
13724         (ada-goto-stmt-start, ada-goto-next-non-ws):
13725         Optionally ignore goto labels.
13726         (ada-goto-next-word): Simplify.
13727         (ada-indent-newline-indent-conditional): Insert newline before
13728         trying to fix indentation; doc fix.
13730 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
13732         * calc/calc.el (calc-command-flags): Give it an initial value.
13734 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13736         * files.el (minibuffer-with-setup-hook):
13737         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13738         (artist-key-draw-continously, artist-key-do-continously-continously)
13739         (artist-key-set-point-continously, artist-mouse-draw-continously):
13740         Fix typos in docstrings.
13742 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
13744         * nxml/nxml-mode.el (nxml-extend-after-change-region):
13745         Never return t (Bug#3898).
13747 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
13749         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13750         can parse the output of the external commands (Bug#5279).
13752 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
13754         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13756 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
13758         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13760         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13762         * startup.el (command-line): Remove unused --icon-type arg.
13763         Handle --display arg, passing it to command-line-1 (Bug#5392).
13765 2010-01-16  Mario Lang  <mlang@delysid.org>
13767         * emacs-lisp/chart.el (chart-translate-namezone):
13768         * textmodes/artist.el (artist-compute-popup-menu-table):
13769         Remove duplicated words in doc-strings.
13771 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
13773         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13774         to mairix-search to suppress threading (Bug#5342).
13776 2010-01-15  Kenichi Handa  <handa@m17n.org>
13778         * international/mule-cmds.el (canonicalize-coding-system-name):
13779         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13781 2010-01-15  Glenn Morris  <rgm@gnu.org>
13783         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
13785         * wid-edit.el (widget-keymap): Doc fix.
13787         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13788         former seems to be more widely accepted by various svn versions.
13790 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
13792         * find-cmd.el (find-constituents):
13793         * vc-arch.el (vc-arch-root):
13794         * window.el (window-body-height, pop-up-frames):
13795         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13796         * progmodes/ada-stmt.el (ada-if):
13797         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13798         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13799         (ispell-encoding8-command, ispell-aspell-supports-utf8)
13800         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13802         * progmodes/flymake.el (flymake-post-syntax-check):
13803         Fix typo in error message.
13805 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
13807         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13808         which is always a string.  (Bug#5313)
13810 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
13812         * progmodes/ada-xref.el (ada-default-prj-properties):
13813         Simplify previous change.
13815 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
13817         * progmodes/ada-xref.el (ada-default-prj-properties):
13818         Default ada_project_path to $ADA_PROJECT_PATH.
13820 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
13822         * progmodes/ada-mode.el (ada-create-keymap):
13823         Override `narrow-to-defun' with `ada-narrow-to-defun'.
13825 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
13827         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13828         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13829         (ada-get-current-indent, ada-imenu-generic-expression)
13830         (ada-which-function): Check for it.
13832 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
13834         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13835         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13837 2010-01-14  Glenn Morris  <rgm@gnu.org>
13839         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
13841 2010-01-14  Kenichi Handa  <handa@m17n.org>
13843         * composite.el (auto-composition-mode): Make it a buffer local
13844         variable (permanent-local).
13845         (auto-composition-function): Set the default value to
13846         auto-compose-chars.
13847         (auto-composition-mode): Make it a simple function, not a minor mode.
13848         (global-auto-composition-mode): Likewise.
13849         (turn-on-auto-composition-if-enabled): Delete it.
13851 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
13853         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13855 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
13857         * files.el (copy-directory): Compute target for recursive
13858         directories with identical names.  (Bug#5343)
13860 2010-01-12  Glenn Morris  <rgm@gnu.org>
13862         * mail/emacsbug.el (report-emacs-bug-pretest-address):
13863         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13865 2010-01-11  Sam Steingold  <sds@gnu.org>
13867         * imenu.el (imenu-default-create-index-function): Detect infinite
13868         loops caused by imenu-prev-index-position-function.
13870 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
13872         * htmlfontify.el (htmlfontify-load-rgb-file)
13873         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13874         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13875         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13876         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13877         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13878         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13879         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13880         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13881         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13882         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13883         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13884         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13885         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13886         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13887         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13888         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13889         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13890         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13891         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13892         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13893         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13894         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13895         backslash-quoting from parentheses, etc.
13897 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
13899         * progmodes/js.el: Autoload javascript-mode alias.
13901 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
13903         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13904         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13905         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13906         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13907         Fix typos in docstrings.
13908         (ffap-url-regexp): Doc fix.
13909         (ffap-at-mouse): Fix typo in message.
13911 2010-01-11  Glenn Morris  <rgm@gnu.org>
13913         * version.el (emacs-copyright): Set copyright year to 2010.
13915 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13917         * format.el (format-annotate-function): Only set
13918         write-region-post-annotation-function after running to-fn so as not to
13919         affect nested write-region calls (bug#5273).
13921 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
13923         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13924         wisent/python.el.
13926 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
13928         * man.el (Man-goto-section): Signal error if the section is not
13929         found (Bug#5317).
13931 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
13933         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13934         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
13936 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
13938         * progmodes/compile.el: Don't treat compile-command as safe if
13939         compilation-read-command might be nil (Bug#4218).
13941 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
13943         * startup.el (command-line-1): Use orig-argi to check for ignored X and
13944         NS options.
13946 2010-01-08  Kenichi Handa  <handa@m17n.org>
13948         * international/fontset.el (build-default-fontset-data):
13949         Exclude characters in scripts kana, hangul, han, or cjk-misc.
13951 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
13953         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13954         to `create-file-buffer' as it expects, not just a buffer name.
13955         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13956         to help uniquify.  (Bug#3224)
13958 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
13960         * font-setting.el (font-setting-change-default-font): Use user-spec
13961         instead of name.
13963 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13965         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13967 2010-01-05  Tom Tromey  <tromey@redhat.com>
13969         * progmodes/python.el (python-font-lock-keywords):
13970         Handle qualified decorators (Bug#881).
13972 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
13974         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13975         in a lightweight checkout.
13977 2010-01-05  Kenichi Handa  <handa@m17n.org>
13979         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13981 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
13983         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13985 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
13987         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13988         checkouts.  (Bug#618)
13989         (vc-bzr-log-view-mode): Also highlight the author.
13990         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13991         (vc-bzr-shelve-menu-map):
13992         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13993         (vc-bzr-shelve-apply): Make prompt more explicit.
13995 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13997         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13998         They are valid characters in URL paths (rfc3986), and at least
13999         Firefox does not understand the encoded version (Bug#3166).
14001 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
14003         * progmodes/octave-mod.el (octave-end-keywords)
14004         (octave-block-begin-or-end-regexp, octave-block-match-alist):
14005         Add "end" keyword (Bug#3061).
14006         (octave-end-as-array-index-p): New function.
14007         (calculate-octave-indent): Use it.
14009 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14011         * bookmark.el: Consistently put the text property on the bookmark name.
14012         (bookmark-bmenu-marks-width): Bump back to 2, to include
14013         annotation marks.
14014         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14015         property on the bookmark name, instead of not putting it at all.
14016         (bookmark-bmenu-list): Fix where we put the text property.
14018 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14020         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14021         for showing buffer modified state (as added in the previous change).
14023 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14025         * bookmark.el: Show modified state of bookmark buffer more accurately.
14026         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14027         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14028         (with-buffer-modified-unmodified): New macro.
14029         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14030         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14031         Use new macro to preserve the buffer modified state.
14033 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14035         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14036         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14037         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14038         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14039         (bookmark-bmenu-rename, bookmark-bmenu-locate)
14040         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14041         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14043 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
14045         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14046         Make the lines in the generated doc string shorter.  (Bug#4668)
14048 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
14050         * net/rcirc.el: Add follow-link binding (Bug#4738).
14052 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
14054         * Makefile.in (bzr-update): Rename from cvs-update.
14055         (cvs-update): New target for backward compatibility.
14057         * makefile.w32-in (bzr-update): Rename from cvs-update.
14058         (cvs-update): New target for backward compatibility.
14060 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14062         * bookmark.el: Remove gratuitous gratitude.
14064 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14066         * bookmark.el (bookmark-bmenu-any-marks): New function.
14067         (bookmark-bmenu-save): Clear buffer modification if no marks.
14069 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14071         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14072         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14073         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14074         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14076         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14077         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14078         To: emacs-devel {_AT_} gnu.org
14079         Subject: bookmark.el bug report
14080         Date: Mon, 28 Dec 2009 14:19:16 +0800
14081         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14083 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
14085         * bookmark.el: Improvements suggested by Drew Adams:
14086         (bookmark-bmenu-ensure-position): New name for
14087         `bookmark-bmenu-check-position'.  Just ensure the position,
14088         don't return any meaningful value.
14089         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14090         New constants.
14092 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
14094         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14095         (bookmark-yank-point, bookmark-bmenu-check-position):
14096         Fix typos in docstrings.
14097         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14098         (bookmark-name-from-full-record, bookmark-get-position)
14099         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14100         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14101         Remove useless quoting of parenthesis, etc. in docstrings.
14103         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14104         (ediff-append-custom-diff): Fix typo in error message.
14105         (ediff-meta-mark-equal-files): Fix typos in messages.
14107         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14109         * net/imap-hash.el (imap-hash-make): Doc fix.
14110         (imap-hash-test): Fix typo in error message; reflow docstring.
14111         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14112         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14113         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14114         Fix typos in docstrings.
14115         (imap-hash-open-connection): Fix typo in error message.
14117         * play/gomoku.el (gomoku): Fix typos in docstring.
14119         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14120         (gdb-jsonify-buffer): Fix typos in docstring.
14121         (gdb-goto-breakpoint): Fix typo in error message.
14122         ("Display Other Windows"): Fix typo in help message.
14123         (gdb-speedbar-expand-node): Fix typo in question.
14125         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14126         (idlwave-html-system-help-location, idlwave-html-help-location)
14127         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14128         (idlwave-help-browser-generic-args, idlwave-help-directory)
14129         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14130         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14131         (idlwave-online-help, idlwave-help-html-link)
14132         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14133         Fix typos in docstrings.
14134         (idlwave-help-with-source, idlwave-help-find-routine-definition):
14135         Reflow docstrings.
14136         (idlwave-help-assistant-start): Fix typo in error message.
14138         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14139         (octave-electric-space): Fix typos in docstrings.
14141 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14143         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14145 2010-01-01  Juri Linkov  <juri@jurta.org>
14147         * comint.el (comint-input-ring-size): Make it a defcustom and
14148         increase the default to 500 (Bug#5148).
14150 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
14152         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14153         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14154         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14156 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
14158         Show working revision correctly for mercurial.
14159         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14160         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14162 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
14164         Declare some functions for the byte-compiler.
14165         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14166         (speedbar-timer-fn, speedbar-change-expand-button-char)
14167         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14169 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
14171         This changeset reverts GDB Graphical Interface to use annotations.
14172         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14174 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
14176         Make vc-dir work on subdirectories of the bzr root.
14177         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14178         Return file names relative to it.
14179         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14180         relative directory to vc-bzr-after-dir-status.
14182 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
14184         * font-lock.el (font-lock-refresh-defaults): New function, which
14185         can be used to let font-lock react to external changes in
14186         variables like font-lock-defaults and keywords.
14187         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14189 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
14191         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14193         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14195 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
14197         Supersede color.diff settings in git log (bug#5211).
14199         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14200         escape chars in its output when the user has color.diff set to `always'.
14201         This fix works on git 1.4.2 and newer (released on 2006-08-13).
14203 2009-12-26  Kevin Ryde  <user42@zip.com.au>
14205         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14206         node.  Keep previous "Index" name to work with past coreutils too.
14208         * man.el (man): Revise docstring a bit to show -a and -l as
14209         examples.  Add -k description since support for it has otherwise
14210         been a secret.  (Further to bug#3717.)
14211         (Man-bgproc-sentinel): When "-k foo" produces no output show error
14212         "no matches" rather than "Can't find manpage", as the latter reads
14213         like -k was interpreted as a page name, which is not so.  (Bug#5431)
14215 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
14217         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14218         switches.  Check also for //SUBDIRED// line.
14220 2009-12-25  Kenichi Handa  <handa@m17n.org>
14222         * language/indian.el (devanagari-composable-pattern): Fix to
14223         handle ZWNJ and ZWJ.  Use it in composition-function-table for
14224         Devanagari.
14225         (malayalam-composable-pattern): Fix previous change.
14227 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14229         * ps-print.el (ps-face-attributes): It was not returning the
14230         attribute face for faces specified as string.  Reported by harven
14231         <harven@free.fr>.  (Bug#5254)
14232         (ps-print-version): New version 7.3.5.
14234 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
14236         * calendar/icalendar.el (icalendar--convert-tz-offset):
14237         Fix timezone names.
14238         (icalendar--convert-tz-offset): Fix the "last-day-problem".
14239         (icalendar--add-diary-entry): Remove the trailing blank that
14240         diary-make-entry inserts.
14242 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
14244         Make `file-expand-wildcards' work for remote files.
14246         * files.el (file-expand-wildcards): In case of remote files, check
14247         only local file name part for wildcards.  Provide feature 'files
14248         and subfeature 'remote-wildcards.  (Bug#5198)
14250         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14251         if there is already an established connection.
14252         (tramp-advice-file-expand-wildcards): Remove it.
14254         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14255         (tramp-advice-file-expand-wildcards): Move from tramp.el.
14256         Activate advice for older GNU Emacs versions.  (Bug#5237)
14258 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
14260         Some doc fixes (more needed).
14262         * find-cmd.el (find-constituents): Reflow docstring.
14263         (find-cmd, find-prune, find-command): Fix typos in docstrings.
14264         (find-generic): Doc fix.
14266 2009-12-17  Juri Linkov  <juri@jurta.org>
14268         Fix regression from 23.1 to allow multiple modes in Local Variables.
14270         * files.el (hack-local-variables-filter): While ignoring duplicates,
14271         don't take `mode' into account.
14272         (hack-local-variables-filter, hack-dir-local-variables):
14273         Don't remove duplicate `mode' from local-variables-alist (like `eval').
14275 2009-12-17  Juri Linkov  <juri@jurta.org>
14277         Make `dired-diff' safer.  (Bug#5225)
14279         * dired-aux.el (dired-diff): Signal an error when `file' equals to
14280         `current' or when `file' is a directory of the `current' file.
14282 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
14284         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14285         unconditionally preloaded files.
14287 2009-12-16  Juri Linkov  <juri@jurta.org>
14289         Revert to old 23.1 logic of using the file at the mark as default.
14290         * dired-aux.el (dired-diff): Use the file at the mark as default
14291         if it's not the same as the current file, and the target dir is
14292         the current dir or the mark is active.  Add the current file
14293         as the arg of `dired-dwim-target-defaults'.  Use the default file
14294         in the prompt.  (Bug#5225)
14296 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
14298         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14299         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14300         (tramp-check-for-regexp): Check also, when an echoing shell stops
14301         to echo sent commands.
14303 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
14305         * Makefile.in: Revert last change (Bug#5191).
14307 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
14309         * vc-hg.el (vc-hg-print-log): Fix argument order.
14310         (vc-hg-working-revision): Make sure the command is executed in a
14311         known environment so that we can parse the output.  (Bug#4417)
14313 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
14315         * progmodes/python.el (python-symbol-completions): Remove text
14316         properties from symbol string before calling python-send-receive.
14318 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
14320         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14321         when there are values for both file and line.  (Bug#5060)
14323 2009-12-14  Juri Linkov  <juri@jurta.org>
14325         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14326         whitespace after the file name of the first line of unified format,
14327         because git-diff doesn't output whitespace and file modification time
14328         after the file name.
14330 2009-12-14  David Kastrup  <dak@gnu.org>
14332         * info.el (Info-hide-cookies-node): Before hiding a cookie,
14333         check if it already has the `display' property added by
14334         `Info-display-images-node', and not put the `invisible' property
14335         in this case.
14337 2009-12-13  Glenn Morris  <rgm@gnu.org>
14339         * mail/emacsbug.el (message-sort-headers): Define for compiler.
14340         (report-emacs-bug): In message-mode, sort manually before storing
14341         original report text.  (Bug#5178)
14342         Remove superfluous save-excursion.
14344 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
14346         * net/dbus.el (dbus-property-handler): Filter lambda forms out
14347         when responding to "GetAll" properties.
14349 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
14351         * simple.el (compose-mail): Remove mail-setup-with-from from
14352         customization checks.
14354 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
14356         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14357         RAR archives created on Unix systems.
14359 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14361         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14362         the varalias that was accidentally removed by the 2009-11-19 change
14363         (bug#5186).
14365 2009-12-12  Kenichi Handa  <handa@m17n.org>
14367         * language/indian.el (indian-compose-regexp): New function.
14368         (malayalam-composable-pattern): Fix the pattern.
14369         (composition-function-table): Set malayalam-composable-pattern for
14370         Malayalam characters.
14372 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
14374         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14375         rather than down-mouse-1, based on follow-link conventions.
14377         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14378         are compiled.
14380 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
14382         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14383         (verilog-vmm-statement-re, verilog-ovm-statement-re)
14384         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14385         (verilog-leap-to-head, verilog-backward-token):
14386         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
14388 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
14390         * progmodes/verilog-mode.el (verilog-auto-lineup)
14391         (verilog-nameable-item-re): Cleanup user-visible spelling and
14392         documentation errors.  One reported by Gary Delp.
14393         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14394         (verilog-read-decls): Fix AUTOWIRE with types declared in a
14395         package, bug195.  Reported by Pierre-David Pfister.
14397 2009-12-11  Glenn Morris  <rgm@gnu.org>
14399         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14401         * mail/emacsbug.el: No longer require sendmail.
14402         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
14403         (report-emacs-bug-orig-text): Doc fix.
14404         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14405         New local variables, to adapt to different mail-user-agents.
14406         (report-emacs-bug): Fix test for a gnu.org address.
14407         Use overlays for emphasis, since font-lock defeats 'face property.
14408         Pretest bugs also end up at the newsgroup these days.
14409         Stop message-mode stripping text properties.
14410         Set and use the new buffer-local variables.
14411         (report-emacs-bug-hook): Add doc-string.
14412         Remove some unnecessary save-excursions and simplify.
14413         Use the appropriate hook and send-command.
14415         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14416         capitalization of some menu entries.
14418 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14420         * whitespace.el (whitespace-display-char-on):
14421         Ensure `buffer-display-table' is unique when two or more windows are
14422         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14423         New version 12.1.
14425 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
14427         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14428         characters in the Attribute field.
14430 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
14432         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
14434 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14436         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14437         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14438         Disregard autoload-excludes.
14439         (update-directory-autoloads): Obey autoload-excludes here instead.
14440         But don't store its contents in no-autoloads and remove entries that
14441         refer to excludes files.
14443 2009-12-10  Glenn Morris  <rgm@gnu.org>
14445         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14446         (expand-mail-aliases): Define for compiler.
14448         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14449         Define for compiler.
14451         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14452         appropriate for the mail-user-agent in use.
14454 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
14456         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14458 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
14460         Fix short log parsing and fontification.
14461         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14462         Fix fontification for the [merge] label.
14464 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
14466         Drop some properties to avoid surprises (bug#5002).
14467         * htmlfontify.el (hfy-ignored-properties): New defcustom.
14468         (hfy-fontify-buffer): Use it.
14470 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14472         Minor cleanup.
14473         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14474         Adjust all callers.
14475         (ffap-locate-file): Remove unused arg `dir-ok' and make other
14476         args compulsory.  Adjust callers.
14477         (ffap-gopher-at-point): Remove unused var `name'.
14479         Get rid of the ELCFILES abomination.
14480         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14481         (compile-elcfiles): New phony target.
14482         (compile-main): Compute ELCFILES dynamically.
14483         (compile-clean): New target to remove left-over elc files.
14484         (compile, all): Use it.
14486 2009-12-09  Kenichi Handa  <handa@etlken>
14488         * international/mule-diag.el: Require help-mode instead of help-fns.
14490 2009-12-09  Kenichi Handa  <handa@m17n.org>
14492         * international/mule-cmds.el (ucs-names): Supply sufficiently
14493         fine ranges instead of pre-calculating accurate ranges.
14494         Iterate with bigger gc-cons-threshold.
14496 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
14498         Add support for stashing a snapshot of the current tree.
14499         * vc-git.el (vc-git-stash-snapshot): New function.
14500         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14502 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
14504         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14505         instead of `(beginning|end)-of-line'.
14507 2009-12-08  Glenn Morris  <rgm@gnu.org>
14509         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14511         * Makefile.in (ELCFILES): Regenerate.
14513 2009-12-07  Juri Linkov  <juri@jurta.org>
14515         Don't lazy-highlight the comint output in history Isearch mode.
14517         * comint.el (comint-history-isearch-search): Instead of
14518         `comint-line-beginning-position', use `comint-after-pmark-p'
14519         to check if point if before the process mark, and go to
14520         `process-mark' in this case.
14522 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14524         * textmodes/tex-mode.el (latex-complete)
14525         (latex-indent-or-complete): Remove.
14526         (latex-mode): Set completion-at-point-functions instead.
14528         Provide a standard completion command and hook it into TAB.
14529         * minibuffer.el (completion-at-point-functions): New var.
14530         (completion-at-point): New command.
14531         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14532         * progmodes/python.el (python-mode-map): Use completion-at-point.
14533         (python-completion-at-point): Rename from python-partial-symbol and
14534         adjust for use in completion-at-point-functions.
14535         (python-mode): Setup completion-at-point for Python completion.
14536         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14537         extracted from lisp-complete-symbol.
14538         (lisp-complete-symbol): Use it.
14539         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14540         setup completion-at-point for Elisp completion.
14541         (emacs-lisp-mode-map, lisp-interaction-mode-map):
14542         Use completion-at-point.
14543         * ielm.el (ielm-map): Use completion-at-point.
14544         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14545         * progmodes/sym-comp.el: Move to...
14546         * obsolete/sym-comp.el: Move from progmodes.
14548 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
14550         Prevent save-buffer in Rmail buffers from using the coding-system
14551         of the current message, and from clobbering the encoding mnemonics
14552         in the mode line (Bug#4623).
14554         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14555         flag, too.
14556         (rmail-message-encoding): New variable.
14557         (rmail-write-region-annotate): Record the encoding of the current
14558         message in rmail-message-encoding.
14559         (rmail-after-save-hook): New function, restores the encoding of
14560         the current message after the message collection is saved.
14562 2009-12-07  Juri Linkov  <juri@jurta.org>
14564         * progmodes/grep.el (grep-read-files): Use `completing-read'
14565         instead of `read-string'.  Set its `collection' arg to
14566         `read-file-name-internal'.  (Bug#4301)
14568 2009-12-07  Juri Linkov  <juri@jurta.org>
14570         Correctly restore original Isearch point.  (Bug#4994)
14572         * isearch.el (isearch-mode): Move `isearch-push-state' after
14573         `(run-hooks 'isearch-mode-hook)'.
14574         (isearch-cancel): When `isearch-push-state-function' is defined,
14575         let-bind `isearch-cmds' to the first state (the last element of
14576         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14577         function and restores the original point).  Otherwise, move point
14578         to `isearch-opoint'.
14580 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14582         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14583         chars that don't have names, so the table can be built much faster at
14584         run-time.
14586 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
14588         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14589         change.  Suggested by David Kastrup.
14591         * simple.el (compose-mail): Check for incompatibilities and warn.
14592         (compose-mail-user-agent-warnings): New option.
14594 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
14596         Support showing a single log entry from vc-annotate.
14597         * vc.el (print-log): Add a new argument: START-REVISION.
14598         (vc-print-log-internal): Add a new optional argument and
14599         pass it to the backend.
14600         (vc-print-log, vc-print-root-log): Adjust callers.
14601         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14602         buffer already displays the requested log entry, use it.
14603         Otherwise display only the log entry in question.
14604         * vc-svn.el (vc-svn-print-log):
14605         * vc-mtn.el (vc-mtn-print-log):
14606         * vc-hg.el (vc-hg-state):
14607         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14608         (vc-git-show-log-entry): Return t on success.
14609         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14610         (vc-bzr-show-log-entry): Return t on success.
14611         * vc-rcs.el (vc-rcs-print-log):
14612         * vc-sccs.el (vc-sccs-print-log):
14613         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14615 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
14617         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14618         Add menus to the meta mode.  (Bug#5043)
14620 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
14622         * ediff-init.el (ediff-event-key): Use event-to-character instead of
14623         event-key.
14625         * ediff.el (ediff-buffers-internal): Add unwind-protect.
14627 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
14629         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
14630         Berbain <raphael.berbain@gmail.com>.
14632         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
14633         characters.
14634         (tramp-initial-end-of-output): New defconst.
14635         (tramp-methods, tramp-find-shell)
14636         (tramp-open-connection-setup-interactive-shell)
14637         (tramp-maybe-open-connection): Use it.
14638         (tramp-shell-prompt-pattern, tramp-wait-for-output):
14639         Handle existence of `#' and `$'.
14641         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14642         Use `tramp-initial-end-of-output'.
14644 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
14646         Get the background mode from the terminal for xterm, and set
14647         faces accordingly.
14648         * term/xterm.el (xterm-set-background-mode): New function.
14649         (terminal-init-xterm): Use it in case xterm supports background
14650         color queries.  Recompute faces after getting the background
14651         color.
14653 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
14655         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14656         number comment back on its own line, for easier parsing.
14658 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14660         Make it work for non-file buffers (bug#5102).
14661         * doc-view.el (doc-view-current-cache-dir):
14662         Use doc-view-buffer-file-name rather than buffer-file-name.
14663         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14665 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
14667         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14668         author field is too short.
14670 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
14672         * vc-git.el (vc-git-print-log): Handle a limit argument.
14673         Display the short log in graph form and with labels.
14674         (vc-git-log-view-mode): Handle labels.
14676         Make vc-revert change VC state from 'added to 'unregistered.
14677         * vc-git.el (vc-git-revert): Call git reset first.
14679 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
14681         * net/newst-backend.el, net/newst-plainview.el:
14682         * net/newst-reader.el, net/newst-ticker.el:
14683         * net/newst-treeview.el, net/newsticker.el:
14684         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
14686 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
14688         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14690         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14691         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
14692         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14693         Update annotation regexp.
14695         * simple.el (beginning-of-visual-line): Constrain to field
14696         boundaries (Bug#5106).
14698 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
14700         * xml.el (xml-substitute-numeric-entities):
14701         Move newsticker--decode-numeric-entities in newst-backend.el to
14702         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
14703         * net/newst-backend.el (newsticker--parse-generic-feed)
14704         (newsticker--parse-generic-items)
14705         (newsticker--decode-numeric-entities):
14706         Move newsticker--decode-numeric-entities in newst-backend.el to
14707         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
14709 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
14711         * progmodes/js.el (js--js-not): Add null to the list of values.
14713 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
14715         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14717 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14719         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14720         delimiter if it is at the end of the current line.
14721         (bibtex-generate-url-list): Fix docstring.
14723 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14725         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14726         minibuffer's content with itself.
14727         Fold the confirm-after-completion case into the `confirm' case.
14728         (completion-pcm-word-delimiters): Add : and / to the delimiters.
14730 2009-12-06  Kevin Ryde  <user42@zip.com.au>
14732         * ffap.el (ffap-rfc-path): Make this a defcustom since
14733         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
14735         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14736         manuals, similar to existing setup for help-mode.  (Bug#3913.)
14738 2009-12-05  Juri Linkov  <juri@jurta.org>
14740         Save and restore dired buffer's point positions too.  (Bug#4880)
14742         * dired.el (dired-save-positions): Return in the first element
14743         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14744         Doc fix.
14745         (dired-restore-positions): First restore buffer's position.
14746         While restoring window's positions, check if window still displays
14747         the original buffer.
14749 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
14751         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14752         if possible.
14754         * shell.el (shell): Require ansi-color (Bug#5113).
14756         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14758         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14760 2009-12-05  Alan Mackenzie  <acm@muc.de>
14762         * progmodes/cc-mode.el (c-before-hack-hook)
14763         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14764         `c-file-style' to work again.  This reversion restores the current
14765         software to its state in Emacs 23.1.  (Bug#4146)
14767 2009-12-05  Kevin Ryde  <user42@zip.com.au>
14769         * textmodes/sgml-mode.el (sgml-lexical-context):
14770         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14772 2009-12-05  Juri Linkov  <juri@jurta.org>
14774         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14775         for virtual nodes.  (Bug#4147)
14776         (Info-find-node-2): Set `Info-current-node-virtual' to nil
14777         when moving from a virtual node.
14778         (Info-mode-menu): Add `Info-virtual-index' to the menu.
14779         (Info-mode): Add `Info-virtual-index' to the docstring.
14781 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14783         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14784         track of the buffer position of the end of a BibTeX entry as this
14785         position may change during reformatting.
14786         (bibtex-format-entry): Remove whitespace before processing
14787         numerical fields so that we recognize the latter properly.
14788         (bibtex-reformat): Do not use push which changes the global value
14789         of bibtex-entry-format.
14790         (bibtex-field-braces-alist, bibtex-field-strings-alist)
14791         (bibtex-field-re-init): Replace only space characters by regexp
14792         for whitespace.
14793         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14794         (bibtex-initialize): Also update bibtex-strings.
14795         (bibtex-kill-field): Preserve white space at end of entry.
14796         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14797         Update bibtex-reference-keys.
14799 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * minibuffer.el (completion-pcm--merge-try): Also consider placing
14802         point after a star, if that's the only place where modifications can
14803         make progress.
14805 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
14807         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14808         in docstrings.
14810 2009-12-04  Juri Linkov  <juri@jurta.org>
14812         * proced.el (proced): Call `(proced-update t)' to update process
14813         information instead of only running proced-post-display-hook.
14814         (proced-send-signal): Add a leading space to the buffer name
14815         " *Marked Processes*" to make this buffer ephemeral.
14817 2009-12-04  Juri Linkov  <juri@jurta.org>
14819         * dired.el (dired-auto-revert-buffer): New defcustom.
14820         (dired-internal-noselect): Use it.
14822 2009-12-04  Juri Linkov  <juri@jurta.org>
14824         Change roles of modes and functions in image-mode.el (Bug#5062).
14826         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14827         in `auto-mode-alist'.
14828         (image-mode-previous-major-mode): New variable.
14829         (image-minor-mode-map): Rename from `image-mode-text-map'.
14830         (image-mode): Move graceful error-handling code from
14831         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
14832         (image-minor-mode): Remove all image-handling code.
14833         Replace `image-mode-text-map' with `image-minor-mode-map'.
14834         Check for `image-type' in mode-line format string.
14835         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14836         (image-mode-as-text): New function with most code from
14837         `image-mode-maybe'.
14838         (image-toggle-display-text): Move code that removes image
14839         properties from `image-toggle-display' to here.
14840         (image-toggle-display-image): New function with code that adds
14841         image properties copied from `image-toggle-display'.
14842         (image-toggle-display): Remove most code with leaving only code
14843         that toggles between `image-mode-as-text' and `image-mode'.
14845 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
14847         * net/newst-treeview.el
14848         (newsticker--treeview-list-highlight-start): Restored call to
14849         save-excursion: Selected item was stuck.
14850         (newsticker--treeview-list-select): New.
14851         (newsticker--treeview-item-show-text)
14852         (newsticker--treeview-item-show)
14853         (newsticker--treeview-item-update): Use new
14854         newsticker-treeview-item-mode.
14855         (newsticker-treeview-update): Keep current item.
14856         (newsticker-treeview-next-new-or-immortal-item): Doc change.
14857         (newsticker--treeview-first-feed): Doc change.
14858         (newsticker-treeview-list-menu)
14859         (newsticker-treeview-item-menu): Add menu entries.
14860         (newsticker-treeview-item-mode): New.
14862         * net/newst-backend.el (newsticker-customize): Delete other
14863         windows.
14865 2009-12-04  Sam Steingold  <sds@gnu.org>
14867         * log-view.el (log-view-mode-map): "q" calls quit-window,
14868         like in all the other non-self-insert buffers.
14870 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14872         Minor cleanup.
14873         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14874         key decoding rather than do it manually via last-input-event +
14875         ascii-character.
14876         (term-exec): Use delete-and-extract-region.
14877         (term-handle-ansi-terminal-messages): Remove unused var `end'.
14878         (term-process-pager): Remove unused var `i'.
14879         (term-dynamic-simple-complete): Make obsolete.
14880         (serial-update-config-menu): Remove unused vars `y' and `str'.
14881         (term-update-mode-line): Remove unused var `temp'.
14883 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
14885         Limit the number of log entries displayed by default.
14886         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14887         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14888         using a prefix argument.
14890 2009-12-03  Glenn Morris  <rgm@gnu.org>
14892         * progmodes/idlwave.el (class): Restore still useful declaration.
14894 2009-12-03  Alan Mackenzie  <acm@muc.de>
14896         Enhance `c-parse-state' to run efficiently in "brace deserts".
14898         * progmodes/cc-mode.el (c-basic-common-init):
14899         Call c-state-cache-init.
14900         (c-neutralize-syntax-in-and-mark-CPP): Rename from
14901         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
14902         placing `category' properties value 'c-cpp-delimiter at its boundaries.
14904         * progmodes/cc-langs.el (c-before-font-lock-function):
14905         c-extend-and-neutralize-syntax-in-CPP has been renamed
14906         c-neutralize-syntax-in-and-mark-CPP.
14908         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14909         with `category' properties now, not `syntax-table' ones.
14911         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14912         enhanced (but slower) version of c-end-of-macro that won't land
14913         inside a literal or on another awkward character.
14914         (c-state-cache-too-far, c-state-cache-start)
14915         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14916         (c-state-nonlit-pos-cache-limit, c-state-point-min)
14917         (c-state-point-min-lit-type, c-state-point-min-lit-start)
14918         (c-state-min-scan-pos, c-state-brace-pair-desert)
14919         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14920         buffer local variables.
14921         (c-state-literal-at, c-state-lit-beg)
14922         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14923         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14924         (c-state-cache-top-paren, c-state-cache-after-top-paren)
14925         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14926         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14927         (c-renarrow-state-cache)
14928         (c-append-lower-brace-pair-to-state-cache)
14929         (c-state-push-any-brace-pair, c-append-to-state-cache)
14930         (c-remove-stale-state-cache)
14931         (c-remove-stale-state-cache-backwards, c-state-cache-init)
14932         (c-invalidate-state-cache-1, c-parse-state-1)
14933         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14934         (c-parse-state): Enhance and refactor.
14935         (c-debug-parse-state): Amend to deal with all the new variables.
14937         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14938         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14939         modify to use category text properties rather than syntax-table ones.
14940         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14941         to switch off/on the syntactic paren property of C++ template
14942         delimiters using the category property.
14943         (c-with-<->-as-parens-suppressed): Macro to invoke code with
14944         template delims suppressed.
14945         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14946         New constant/macros which apply category properties to the start
14947         and end of preprocessor constructs.
14948         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14949         "comment out" the syntactic value of characters in preprocessor
14950         constructs.
14951         (c-with-cpps-commented-out)
14952         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14953         with characters in all or all but one preprocessor constructs
14954         "commented out".
14956 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14958         * proced.el (proced-filter-alist): Use regexp-quote.
14960 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
14962         Cleanup.
14963         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14964         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
14965         arguments.  Expand `default-directory'.
14967         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14968         the benefit of returning an expanded localname.
14969         (tramp-tramp-file-p): Handle the case NAME is not a string.
14971 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
14973         Add support for bzr shelve/unshelve.
14974         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14975         (vc-bzr-extra-menu-map): New variables.
14976         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14977         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14978         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14979         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14980         (vc-bzr-dir-extra-headers): Display shelves.
14982         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14984 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14986         * textmodes/bibtex.el (bibtex-complete-internal):
14987         Use completion-in-region.
14988         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14990 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
14992         Support applying stashes.  Improve UI.
14993         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14994         (vc-git-stash-apply, vc-git-stash-pop)
14995         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14996         (vc-git-stash-menu): New functions.
14997         (vc-git-stash-menu-map): New variable.
14998         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15000 2009-12-03  Glenn Morris  <rgm@gnu.org>
15002         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15003         (vc-print-log-internal): Fix previous change.
15004         (vc-revert): Correct pluralization.
15006 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * progmodes/make-mode.el (makefile-special-targets-list): No need for
15009         it to be an alist any more.
15010         (makefile-complete): Use completion-in-region.
15012         * progmodes/octave-mod.el (octave-complete-symbol):
15013         Use completion-in-region.
15015         Misc cleanup.
15016         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15017         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15018         (idlwave-complete-class): Don't quote lambda.
15019         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15020         (idlwave-mode-map): Move initialization into declaration.
15021         (idlwave-action-and-binding): Use backquotes.
15022         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15023         Simplify.
15024         (idlwave-is-pointer-dereference): Remove unused var `pos'.
15025         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15026         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15027         `parts', and `all-parts'.
15028         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15029         (idlwave-convert-xml-system-routine-info): Remove unused string
15030         `version-string'.
15031         (idlwave-display-user-catalog-widget): Use dolist.
15032         (idlwave-scanning-lib): Declare dynamically-scoped var.
15033         (idlwave-scan-library-catalogs): Remove unused var `flags'.
15034         (completion-highlight-first-word-only): Declare to silence bytecomp.
15035         (idlwave-popup-select): Tighten scope of `resp'.
15036         (idlwave-find-struct-tag): Remove unused var `beg'.
15037         (idlwave-after-load-rinfo-hook): Declare.
15038         (idlwave-sintern-class-info): Remove unused var `taglist'.
15039         (idlwave-find-class-definition): Remove unused var `list'.
15040         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15041         (idlwave-what-module-find-class): Remove unused var `classes'.
15043 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
15045         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15047 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15049         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15050         buffers visited.  Remove redundant current-buffer-saving.
15052 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15054         Use completion-in-buffer and remove uses of dynamic scoping.
15055         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15056         (pascal-buffer-to-use, pascal-flag): Don't declare.
15057         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15058         (pascal-get-completion-decl, pascal-keyword-completion):
15059         Add `pascal-str' argument, save-excursion,
15060         return the found completions, and don't filter with pascal-pred.
15061         (pascal-completion-cache): New var.
15062         (pascal-completion): Don't switch buffer any more (it was never
15063         necessary).  Don't save-excursion any more (it's done by the called
15064         subroutines).  Use a cache to avoid redundant computations.
15065         Use complete-with-action rather than pascal-completion-response and
15066         let it apply the predicate as well.
15067         (pascal-complete-word): Use completion-in-buffer when
15068         pascal-toggle-completions is nil.
15069         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15070         not used any more.
15071         (pascal-comp-defun): Don't change buffer any more.
15072         Use complete-with-action rather than pascal-completion-response and
15073         let it apply the predicate as well.
15074         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15075         when neded.
15077 2009-12-02  Kenichi Handa  <handa@m17n.org>
15079         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15080         shape for all Indic scripts.
15082 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15084         Use completion-in-buffer.
15085         * wid-edit.el (widget-field-text-end): New function.
15086         (widget-field-value-get): Use it.
15087         (widget-string-complete, widget-file-complete)
15088         (widget-color-complete): Use it and completion-in-region.
15089         (widget-complete): Don't narrow the buffer.
15091 2009-12-02  Glenn Morris  <rgm@gnu.org>
15093         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
15094         (rmail-select-summary): Use rmail-pop-to-buffer.
15095         * mail/rmailsum.el: Replace all pop-to-buffer calls with
15096         rmail-pop-to-buffer, to prevent horizontal splits.
15098         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15099         save-excursion with save-current-buffer.
15100         Widen before searching.  (Bug#5093)
15101         (diary-list-sexp-entries): Remove superfluous save-excursion.
15103 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
15105         * woman.el (woman-make-bufname): Handle man-pages with "." in the
15106         name.  (Bug#5038)
15108 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
15110         * ido.el (ido-file-internal): Handle filenames at point that do
15111         not have a directory part.  (Bug#5049)
15113 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
15115         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15116         (mpc-songs-jump-to, mpc-resume): Doc fixes.
15118 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
15120         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15121         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15122         any more.
15124 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15126         * comint.el (comint-insert-input): Ignore clicks to the right of
15127         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15129         * vc.el (vc-print-log-internal): Don't wait for the process to
15130         terminate before setting up the major mode.
15132         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15133         in case.
15135         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15136         the last element.
15138         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15140 2009-12-01  Glenn Morris  <rgm@gnu.org>
15142         * window.el (window--display-buffer-2): Fix previous changes.
15144 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
15146         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15148 2009-12-01  Glenn Morris  <rgm@gnu.org>
15150         * Makefile.in (ELCFILES): Add mpc.elc.
15152 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15154         * mpc.el: New file.
15156 2009-12-01  Glenn Morris  <rgm@gnu.org>
15158         * window.el (window-to-use): Define for compiler.
15160         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15161         consistent with others (no final period).
15163         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15164         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
15166 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
15168         Make vc-print-log buttons work.
15169         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15171 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
15173         * savehist.el (savehist-autosave-interval): Allow setting to nil
15174         through customize.  (Bug#5056)
15176 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
15178         Fix references to jit-lock properties.
15179         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15180         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15181         (perl-font-lock-special-syntactic-constructs):
15182         Quote jit-lock-defer-multiline property.
15184 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
15186         * vc-git.el (vc-git-registered): Call vc-git-root only once.
15188 2009-11-30  Juri Linkov  <juri@jurta.org>
15190         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15191         value `buffer' of `multi-isearch-next-buffer-current-function'.
15192         Use `(current-buffer)' when `buffer' is nil.
15193         (multi-isearch-next-buffer-from-list): Don't fallback to
15194         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
15196 2009-11-30  Juri Linkov  <juri@jurta.org>
15198         * misearch.el (multi-isearch-read-buffers): Move canonicalization
15199         of buffers with `get-buffer' to `multi-isearch-buffers'.
15200         (multi-isearch-buffers, multi-isearch-buffers-regexp):
15201         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
15202         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15203         FILES with `expand-file-name' converting relative file names
15204         to absolute.  Doc fix.  (Bug#4727)
15206 2009-11-30  Juri Linkov  <juri@jurta.org>
15208         * misearch.el (multi-isearch-read-buffers)
15209         (multi-isearch-read-matching-buffers): New functions.
15210         (multi-isearch-buffers, multi-isearch-buffers-regexp):
15211         Use them in the `interactive' spec.  Doc fix.
15212         (multi-isearch-read-files, multi-isearch-read-matching-files):
15213         New functions.
15214         (multi-isearch-files, multi-isearch-files-regexp):
15215         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
15217 2009-11-30  Juri Linkov  <juri@jurta.org>
15219         * doc-view.el (doc-view-continuous):
15220         Rename from `doc-view-continuous-mode'.
15221         (doc-view-menu): Move "Toggle display" to the top.
15222         Add submenu "Continuous" with radio buttons "Off"/"On"
15223         and "Save as Default".
15224         (doc-view-scroll-up-or-next-page)
15225         (doc-view-scroll-down-or-previous-page)
15226         (doc-view-next-line-or-next-page)
15227         (doc-view-previous-line-or-previous-page):
15228         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
15230 2009-11-30  Juri Linkov  <juri@jurta.org>
15232         * comint.el (comint-mode-map): Rebind `M-r' from
15233         `comint-previous-matching-input' to
15234         `comint-history-isearch-backward-regexp'.
15235         Unbind `M-s' to allow global key binding `M-s'.
15236         Add menu items for `comint-history-isearch-backward' and
15237         `comint-history-isearch-backward-regexp'.  (Bug#3746)
15239 2009-11-30  Juri Linkov  <juri@jurta.org>
15241         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15242         For def=recenter, replace `recenter' with `recenter-top-bottom'
15243         that is called with `this-command' and `last-command' let-bound
15244         to `recenter-top-bottom'.  When the last `def' was not `recenter',
15245         set `recenter-last-op' to nil.  (Bug#4981)
15247 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15249         Minor cleanup and simplification.
15250         * filecache.el (file-cache-add-directory)
15251         (file-cache-add-directory-recursively)
15252         (file-cache-add-from-file-cache-buffer)
15253         (file-cache-delete-file-regexp, file-cache-delete-directory)
15254         (file-cache-files-matching-internal, file-cache-display): Use dolist.
15255         (file-cache-temp-minibuffer-message): Delete function.
15256         (file-cache-minibuffer-complete): Use minibuffer-message instead.
15258         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15259         Don't signal an error when bumping into EOB in tr, s, or y.
15261 2009-11-29  Juri Linkov  <juri@jurta.org>
15263         * startup.el (fancy-about-text): Fix wording of Guided Tour.
15264         (Bug#4960)
15266         * descr-text.el (describe-char-unidata-list): Use lowercase name
15267         for "Unicode name" like in other tags.
15269 2009-11-29  Juri Linkov  <juri@jurta.org>
15271         * ediff-util.el (ediff-minibuffer-with-setup-hook):
15272         New compatibility macro.
15273         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15275 2009-11-29  Juri Linkov  <juri@jurta.org>
15277         Add defcustom to define the cycling order of `recenter-top-bottom'.
15278         (Bug#4981)
15280         * window.el (recenter-last-op): Doc fix.
15281         (recenter-positions): New defcustom.
15282         (recenter-top-bottom): Rewrite to use `recenter-positions'.
15283         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15285 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
15287         Improve integration of Tramp and ange-ftp in eshell.
15289         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15290         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
15291         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
15293         * eshell/esh-util.el (top): Require also Tramp when compiling.
15294         (eshell-directory-files-and-attributes): Check for FTP remote
15295         connection.
15296         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15297         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15298         (eshell-file-attributes): Handle ".".  Return `entry'.
15300         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15301         (ange-ftp-directory-files-and-attributes)
15302         (ange-ftp-real-directory-files-and-attributes): New defuns.
15304         * net/tramp.el (tramp-maybe-open-connection): Open the remote
15305         shell with "exec" when possible.  This prevents trailing prompts
15306         in `start-file-process'.
15308 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15310         Try and remove assumptions about point-min==1.
15311         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15312         (rng-compute-mode-line-string): Show the validation percentage in
15313         terms of the narrowed text, not the widened text.
15314         (rng-do-some-validation): Don't catch internal errors when debugging.
15315         (rng-first-error): Simplify.
15316         (rng-after-change-function): Remove work around.  AFAIK the bug has
15317         been fixed a while ago.
15319         * image-mode.el (image-minor-mode): Exit more gracefully when the image
15320         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15322         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15324         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15325         `cd' doesn't always do it for us (bug#5067).
15327         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15328         on 2009-10-25 as part of some other change (bug#5067).
15330 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15332         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15333         `suspicious'.
15334         (byte-compile-warnings): Use byte-compile-warning-types.
15335         (byte-compile-save-excursion): Warn about use of set-buffer right
15336         after save-excursion.
15338         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15339         the excursion as well.
15341 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
15343         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15344         providing a Tramp related implementation of "su" and "sudo".
15345         (eshell-unix-initialize): Add "su" and "sudo".
15347 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
15349         * net/socks.el (socks-send-command): Convert binary request to
15350         unibyte before sending.  This fixes mishandling of some port
15351         numbers such as 129.
15353 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15355         * help.el (describe-bindings-internal): Remove `interactive'.
15357         * man.el (Man-completion-table): Trim a terminating "(".
15358         Remove the space between name page a section.
15359         Add the command's description on the `help-echo' property.
15360         Remove `process-connection-type' binding since it's unused by
15361         call-process.
15362         Provide completion for the "<section> <name>" format as well.
15363         (Man-default-man-entry): Remove spurious var shadowing the argument.
15365 2009-11-26  Kevin Ryde  <user42@zip.com.au>
15367         * log-view.el: Add "Keywords: tools", since its other keywords
15368         aren't in finder-known-keywords, and following vc.el.
15370         * sha1.el (sha1-string-external): default-directory "/" in case
15371         otherwise non-existent.  process-connection-type pipe for touch of
15372         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
15374 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         Misc coding convention cleanups.
15377         * htmlfontify.el (hfy-init-kludge-hook): Rename from
15378         hfy-init-kludge-hooks.
15379         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15380         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15381         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15382         and push.
15383         (hfy-slant, hfy-weight): Use tables rather than code.
15384         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15385         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15386         (hfy-face-attr-for-class): Initialize `face-spec' directly.
15387         (hfy-face-to-css): Remove `nconc' with single arg.
15388         (hfy-p-to-face-lennart): Use `or'.
15389         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
15390         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15391         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15392         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15393         (hfy-force-fontification): Use run-hooks.
15395 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
15397         Various minor fixes.
15398         * htmlfontify.el (hfy-default-header): Add toggle_invis since
15399         Javascript belongs in the header, not the body.
15400         (hfy-javascript): Remove.
15401         (hfy-fontify-buffer): Don't insert it any more.
15402         (hfy-face-at): Handle (face0 face1 face2) style face properties.
15403         Fix bug in invis handling when there were no invis props in a chunk.
15405 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15407         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15409 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
15411         * finder.el (finder-mode-map): Add a menu.
15413 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
15415         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15416         "unsigned" structs.
15418         (verilog-leap-to-head, verilog-backward-token): Handle "disable
15419         fork" statement better.
15421 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
15423         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15424         (verilog-delete-auto, verilog-delete-empty-auto-pair)
15425         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15426         Reported by Clay Douglass.
15428         (verilog-auto-inst, verilog-auto-star-safe)
15429         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15430         Fix removing "// Interfaces" when saving .* expansions.
15431         Reported by Pierre-David Pfister.
15433 2009-11-26  Glenn Morris  <rgm@gnu.org>
15435         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15436         the scope.
15438 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
15440         * vc-annotate.el (vc-annotate-revision-previous-to-line):
15441         Really use previous revision.
15443 2009-11-25  Kevin Ryde  <user42@zip.com.au>
15445         * man.el (Man-completion-table): default-directory "/" in case
15446         doesn't otherwise exist.  process-environment COLUMNS=999 so as
15447         not to truncate long names.  process-connection-type pipe to avoid
15448         any chance of hitting the pseudo-tty TIOCGWINSZ.
15449         (man): completion-ignore-case t for friendliness and since man
15450         itself is case-insensitive on the command line.
15451         Further to Bug#3717.
15453         * arc-mode.el: Add "Keywords: files", so the details in its
15454         commentary can be reached from finder-by-keyword.
15455         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
15456         editing mode, but it's comms related and sgml-mode.el has "comm"
15457         on that basis too.
15458         * textmodes/bibtex-style.el: Add "Keywords: tex".
15459         * international/isearch-x.el, international/ja-dic-cnv.el:
15460         * international/ja-dic-utl.el, international/kkc.el:
15461         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15463 2009-11-25  Juri Linkov  <juri@jurta.org>
15465         * man.el (Man-completion-table): Modify regexp to include
15466         section names to completion strings.  (Bug#3717)
15468 2009-11-25  Juri Linkov  <juri@jurta.org>
15470         Search recursively in gzipped files.  (Bug#4982)
15472         * progmodes/grep.el (grep-highlight-matches): Add new options
15473         `always' and `auto'.  Doc fix.
15474         (grep-process-setup): Check `grep-highlight-matches' for
15475         `auto-detect' to determine the need to compute grep defaults.
15476         Move Windows/DOS specific --colors settings handling
15477         to `grep-compute-defaults'.  Check `grep-highlight-matches'
15478         to get the value of "--color=".
15479         (grep-compute-defaults): Compute `grep-highlight-matches' when it
15480         has the value `auto-detect'.  Move Windows/DOS specific settings
15481         from `grep-process-setup'.
15482         (zrgrep): New command with alias `rzgrep'.
15484 2009-11-25  Juri Linkov  <juri@jurta.org>
15486         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15487         to nil instead of switching off view-mode.  (Bug#4896)
15489 2009-11-25  Juri Linkov  <juri@jurta.org>
15491         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
15493         * mwheel.el (mwheel-scroll-up-function)
15494         (mwheel-scroll-down-function): New defvars.
15495         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15496         `scroll-up', and `mwheel-scroll-down-function' instead of
15497         `scroll-down'.
15499         * doc-view.el (doc-view-scroll-up-or-next-page)
15500         (doc-view-scroll-down-or-previous-page): Add optional ARG.
15501         Use this ARG in the call to image-scroll-up/image-scroll-down.
15502         Change `interactive' spec to "P".  Goto next/previous page only
15503         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15504         SPC/DEL case).  Doc fix.
15505         (doc-view-next-line-or-next-page)
15506         (doc-view-previous-line-or-previous-page): Rename arg to ARG
15507         for consistency.
15508         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15509         `doc-view-scroll-up-or-next-page', and buffer-local
15510         `mwheel-scroll-down-function' to
15511         `doc-view-scroll-down-or-previous-page'.
15513 2009-11-25  Juri Linkov  <juri@jurta.org>
15515         Provide additional default values (directories at other Dired
15516         windows) via M-n in the minibuffer of some Dired commands.
15518         * dired-aux.el (dired-diff, dired-compare-directories)
15519         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15520         `minibuffer-default' in `minibuffer-with-setup-hook'.
15521         (dired-dwim-target-directory): Find a window that displays Dired
15522         buffer instead of failing when the next window is not Dired.
15523         Use `get-window-with-predicate' to find for the next Dired window.
15524         (dired-dwim-target-defaults): New function.
15526         * ediff-util.el (ediff-read-file-name):
15527         Use `dired-dwim-target-defaults' to set `minibuffer-default'
15528         in `minibuffer-with-setup-hook'.
15530 2009-11-25  Juri Linkov  <juri@jurta.org>
15532         Provide additional default values (file name at point or at the
15533         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
15535         * minibuffer.el (read-file-name-defaults): New function.
15536         (read-file-name): Reset `minibuffer-default' to nil when
15537         it duplicates initial input `insdef'.
15538         Bind `minibuffer-default-add-function' to lambda that
15539         calls `read-file-name-defaults' in `minibuffer-selected-window'.
15540         (minibuffer-insert-file-name-at-point): New command.
15542         * files.el (file-name-at-point-functions): New defcustom.
15543         (find-file-default): Remove defvar.
15544         (find-file-read-args): Don't use `find-file-default'.
15545         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15546         to `read-file-name'.
15547         (find-file-literally): Use `read-file-name' with
15548         `confirm-nonexistent-file-or-buffer'.
15550         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15552         * dired.el (dired-read-dir-and-switches):
15553         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15554         to `read-file-name'.
15555         (dired-file-name-at-point): New function.
15556         (dired-mode): Add hook `dired-file-name-at-point' to
15557         `file-name-at-point-functions'.
15559 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15561         Really make the *Completions* window soft-dedicated (bug#5030).
15562         * window.el (window--display-buffer-2): Add `dedicated' argument.
15563         (display-buffer): Pass it when needed so the dedicated flag is set
15564         after calling set-window-buffer, which would otherwise reset it.
15566 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15568         * progmodes/meta-mode.el (meta-complete-symbol):
15569         * progmodes/etags.el (complete-tag):
15570         * mail/mailabbrev.el (mail-abbrev-complete-alias):
15571         Use completion-in-region.
15573         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15574         (dabbrev-completion): Use completion-in-region.
15575         (dabbrev--abbrev-at-point): Simplify regexp.
15577         * abbrev.el (abbrev--before-point): Use word-motion functions
15578         if :regexp is not specified (bug#5031).
15580         * subr.el (string-prefix-p): New function.
15582         * man.el (Man-completion-cache): New var.
15583         (Man-completion-table): Use it.
15585         * vc.el (vc-print-log-internal): Make `limit' optional for better
15586         compatibility (e.g. with vc-annotate.el).
15588 2009-11-24  Kevin Ryde  <user42@zip.com.au>
15590         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15591         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
15593         * emacs-lisp/elint.el (elint-add-required-env): Better error message
15594         when .el source file not found or other error.
15596 2009-11-24  Markus Triska  <markus.triska@gmx.at>
15598         * linum.el (linum-update-window): Ignore intangible (bug#4996).
15600 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15602         Handle the [back] button properly (bug#4979).
15603         * descr-text.el (describe-text-properties): Add a `buffer' argument.
15604         Use help-setup-xref, help-buffer, and with-help-window.
15605         (describe-char): Add `buffer' argument.
15606         Pass proper command to help-setup-xref.  Don't meddle with
15607         help-xref-stack-item directly.
15608         (describe-text-category): Use with-help-window and help-buffer.
15610         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15611         for the displayed buffer (bug#4887).
15613         * man.el (Man-completion-table): New function.
15614         (man): Use it.
15616 2009-11-24  David Reitter  <david.reitter@gmail.com>
15618         * vc-git.el (vc-git-registered): Use checkout directory (where
15619         .git is) rather than the file's directory and a relative path spec
15620         to work around a bug in git.
15622 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
15624         Improve handling of processes on remote hosts.
15626         * eshell/esh-util.el (eshell-path-env): New defvar.
15627         (eshell-parse-colon-path): New defun.
15628         (eshell-file-attributes): Use `eshell-parse-colon-path'.
15630         * eshell/esh-ext.el (eshell-search-path):
15631         Use `eshell-parse-colon-path'.
15632         (eshell-remote-command): Remove argument HANDLER.
15633         (eshell-external-command): Check for FTP remote connection.
15635         * eshell/esh-proc.el (eshell-gather-process-output):
15636         Use `file-truename', in order to start also symlinked files.
15637         Apply `start-file-process' instead of `start-process'.
15638         Shorten `command' to the local file name part.
15640         * eshell/em-cmpl.el (eshell-complete-commands-list):
15641         Use `eshell-parse-colon-path'.
15643         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15645         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
15646         to `eshell-directory-change-hook'.
15648 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
15650         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15651         because it could be enabled automatically if view-read-only is non-nil.
15653 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
15655         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15656         made on 2009-11-22.
15658 2009-11-24  Glenn Morris  <rgm@gnu.org>
15660         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15661         deleted variable bookmark-bmenu-bookmark-column.
15663 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15665         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15667 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
15669         * net/browse-url.el (browse-url-filename-alist): On Windows, add
15670         two slashes to the "file:" prefix.
15671         (browse-url-file-url): De-munge Cygwin filenames before passing
15672         them to Windows browser.
15673         (browse-url-default-windows-browser): Use call-process.
15675 2009-11-23  Juri Linkov  <juri@jurta.org>
15677         Implement DocView Continuous mode.  (Bug#4896)
15678         * doc-view.el (doc-view-continuous-mode): New defcustom.
15679         (doc-view-mode-map): Bind C-n/<down> to
15680         `doc-view-next-line-or-next-page', C-p/<up> to
15681         `doc-view-previous-line-or-previous-page'.
15682         (doc-view-next-line-or-next-page)
15683         (doc-view-previous-line-or-previous-page): New commands.
15685 2009-11-23  Juri Linkov  <juri@jurta.org>
15687         Implement Isearch in comint input history.  (Bug#3746)
15688         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15689         `isearch-mode-hook'.
15690         (comint-history-isearch): New defcustom.
15691         (comint-history-isearch-backward)
15692         (comint-history-isearch-backward-regexp): New commands.
15693         (comint-history-isearch-message-overlay): New buffer-local variable.
15694         (comint-history-isearch-setup, comint-history-isearch-end)
15695         (comint-goto-input, comint-history-isearch-search)
15696         (comint-history-isearch-message, comint-history-isearch-wrap)
15697         (comint-history-isearch-push-state)
15698         (comint-history-isearch-pop-state): New functions.
15700 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
15702         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15703         return.
15704         (tramp-handle-make-symbolic-link)
15705         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15706         Quote file names.
15707         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15708         (tramp-handle-process-file): Use it.
15710 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15712         * window.el (move-to-window-line-last-op): Remove.
15713         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15715 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
15717         Make M-r mirror the new cycling behavior of C-l.
15718         * window.el (move-to-window-line-last-op): New var.
15719         (move-to-window-line-top-bottom): New command.
15720         (global-map): Bind M-r move-to-window-line-top-bottom.
15722 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
15724         * dired-x.el (dired-guess-shell-alist-default):
15725         Support xz format.  (Bug#4953)
15727 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
15729         * emulation/viper-cmd.el: Use viper-last-command-char instead of
15730         last-command-char/last-command-event.
15731         (viper-prefix-arg-value): Do correct conversion of event-char for
15732         XEmacs.
15734         * emulation/viper-util.el, emulation/viper.el:
15735         Use viper-last-command-char instead of
15736         last-command-char/last-command-event.
15738         * ediff-init.el, ediff-mult.el, ediff-util.el:
15739         Replace last-command-char and last-command-event
15740         with (ediff-last-command-char) everywhere.
15742         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15743         created in fundamental mode.
15745         * ediff.el (ediff-version): Revert the change of interactive-p to
15746         called-interactively-p.
15748 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
15750         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15751         generation from word-movement command names.
15753 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
15755         * cus-start.el (all): Add native condition for font-use-system-font.
15757 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
15759         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15760         Correct the patch from 2009-11-18.  (Bug#3910)
15762 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
15764         * progmodes/subword.el: Rename from lisp/subword.el.
15766         * subword.el: Rename to progmodes/subword.el.
15768         * Makefile.in (ELCFILES): Adapt to subword.el move.
15770 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15771             Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15774         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15775         (bookmark-bmenu-show-filenames): Use push.
15776         (bookmark-bmenu-hide-filenames): Use local var instead of
15777         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
15778         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15779         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15780         filenames now that the bookmark names are always available.
15782 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15784         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15785         (bookmark-search-pattern): Move and leave unbound.
15786         (bookmark-bmenu-mode-map): Change binding.
15787         (bookmark-read-search-input): Simplify.
15788         Don't use text-char-description.  Don't error on non-char events.
15789         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15790         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15791         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15792         Use a local var for the timer.
15793         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15794         (i.e. bookmark-bmenu-search).
15796 2009-11-21  Glenn Morris  <rgm@gnu.org>
15798         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
15800 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
15802         * net/browse-url.el (browse-url-default-windows-browser):
15803         Use cygstart for cygwin.
15805 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
15807         * bookmark.el: Formatting and doc fixes only:
15808         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15809         (bookmark-bmenu-search): Wrap to fit within 80 columns.
15810         Minor grammar and punctuation fixes in doc string.
15811         (bookmark-read-search-input): Adjust to fit within 80 columns.
15813 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
15815         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15816         (c-backward-into-nomenclature): Adapt to subword renaming.
15818         * subword.el (subword-forward, subword-backward, subword-mark)
15819         (subword-kill, subword-backward-kill, subword-transpose)
15820         (subword-downcase, subword-upcase, subword-capitalize)
15821         (subword-forward-internal, subword-backward-internal):
15822         Rename from forward-subword, backward-subword, mark-subword,
15823         kill-subword, backward-kill-subword, transpose-subwords,
15824         downcase-subword, upcase-subword, capitalize-subword,
15825         forward-subword-internal, backward-subword-internal.
15827 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15829         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15830         New options.
15831         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15832         New vars.
15833         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15834         (bookmark-bmenu-filter-alist-by-regexp)
15835         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15836         (bookmark-bmenu-search): New command.
15837         (bookmark-bmenu-mode-map): Bind it.
15839 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
15841         * progmodes/cc-cmds.el: declare-functioned forward-subword and
15842         backward-subword to quit the byte-compiler.
15844         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15846         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15848         * progmodes/cc-cmds.el (c-update-modeline)
15849         (c-forward-into-nomenclature, c-backward-into-nomenclature):
15850         Refer to subword.el functions instead of cc-subword.el.
15852         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15853         subword.el functions instead of cc-subword.el.
15855         * progmodes/cc-subword.el: Rename to subword.el.
15856         * subword.el: Rename from progmodes/cc-subword.el.
15857         (subword-mode-map): Rename from c-subword-mode-map.
15858         (subword-mode): Rename from c-subword-mode.
15859         (global-subword-mode): New global minor mode.
15860         (forward-subword): Rename from c-forward-subword.
15861         (backward-subword): Rename from c-backward-subword.
15862         (mark-subword): Rename from c-mark-subword.
15863         (kill-subword): Rename from c-kill-subword.
15864         (backward-kill-subword): Rename from c-backward-kill-subword.
15865         (transpose-subwords): Rename from c-tranpose-subword.
15866         (downcase-subword): Rename from c-downcase-subword.
15867         (capitalize-subword): Rename from c-capitalize-subword.
15868         (forward-subword-internal): Rename from c-forward-subword-internal.
15869         (backward-subword-internal): Rename from c-backward-subword-internal.
15871 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
15873         * vc.el (vc-deduce-fileset): Allow non-state changing operations
15874         from a dired buffer.
15875         (vc-dired-deduce-fileset): New function.
15876         (vc-root-diff, vc-print-root-log): Use it.
15878         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15879         nil LIMIT argument to vc-print-log-internal.
15881 2009-11-20  Glenn Morris  <rgm@gnu.org>
15883         * Makefile.in (ELCFILES): Regenerate.
15885 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
15887         * calc/calc.el (calc-set-mode-line):
15888         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15889         (math-format-number): Rename `math-format-complement-signed' to
15890         `math-format-twos-complement'.
15892         * calc/calc-bin.el (math-format-twos-complement): Rename from
15893         math-format-complement-signed.
15894         (calc-radix): Rename `calc-complement-signed-mode' to
15895         `calc-twos-complement-mode'.
15896         (calc-octal-radix, calc-hex-radix): Add an argument for
15897         two's complement.
15899         * calc/calc-embed.el (calc-embedded-mode-vars):
15900         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15902         * calc/calc-ext.el (calc-init-extensions):
15903         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15904         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15906         * calc/calc-units.el (math-build-units-table-buffer):
15907         Let `calc-twos-complement-mode' be nil.
15909         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15910         entries.
15912         * calc/calc-vec.el (calcFunc-vunpack):
15913         * calc/calc-aent.el (calc-do-calc-eval):
15914         * calc/calc-forms.el (math-format-date):
15915         * calc/calc-graph.el (calc-graph-plot):
15916         * calc/calc-math.el (math-use-emacs-fn):
15917         * calc/calccomp.el (math-compose-expr):
15918         Let `calc-twos-complement-mode' be nil.
15920 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15922         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15923         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
15924         * minibuffer.el (completion-in-region-functions): New hook.
15925         (completion-in-region): New function.
15926         * emacs-lisp/lisp.el (lisp-complete-symbol):
15927         * pcomplete.el (pcomplete-std-complete): Use it.
15929 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15931         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15932         (latex-complete-alist): New vars.
15933         (latex-string-prefix-p, latex-complete-bibtex-keys)
15934         (latex-complete-envnames, latex-complete-refkeys)
15935         (latex-complete-data): New functions.
15936         (latex-complete, latex-indent-or-complete): New commands.
15938         * window.el (display-buffer-mark-dedicated): New var.
15939         (display-buffer): Obey it.
15940         * minibuffer.el (minibuffer-completion-help): Use it.
15942         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15944         * filecache.el (file-cache-add-file): Use push and cons.
15945         (file-cache-delete-file-regexp): Use push.
15946         (file-cache-complete): Use completion-in-region.
15948         * simple.el (with-wrapper-hook): Fix thinko.
15950         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15951         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15952         Use with-current-buffer and string-to-number.
15953         (hfy-fallback-colour-values): Use assoc-string.
15954         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15955         (hfy-face-at): Remove unused var `found-face'.
15956         (hfy-compile-stylesheet): Remove unused var `css'.
15957         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15958         and `orig-buffer'.
15959         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15960         Use with-current-buffer.
15961         (hfy-text-p): Use expand-file-name and fewer setq.
15963 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
15965         * htmlfontify.el, hfy-cmap.el: New files.
15967 2009-11-19  Juri Linkov  <juri@jurta.org>
15969         * minibuffer.el (completions-format): New defcustom.
15970         (completion--insert-strings): Implement vertical format.
15972         * simple.el (switch-to-completions): Move point to the first
15973         completion when point was at the beginning of the buffer.
15975 2009-11-19  Juri Linkov  <juri@jurta.org>
15977         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
15979         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15981 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
15983         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15984         (mail-signature): Change default to t.
15985         (mail-from-style): Deprecate `system-default' value.
15986         (mail-insert-from-field): For default value of mail-from-style,
15987         default to `angles' unless `angles' needs quoting and `parens'
15988         does not.
15989         (mail-citation-prefix-regexp): Use citation regexp from
15990         message-mode.
15992 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
15994         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15995         Set variables for computing the prompt for reading password.
15997 2009-11-19  Glenn Morris  <rgm@gnu.org>
15999         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
16001         * textmodes/flyspell.el (sgml-lexical-context): Declare.
16003         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16004         (newsticker-treeview-listwindow-height): Fix custom type.
16006 2009-11-19  Kenichi Handa  <handa@m17n.org>
16008         * descr-text.el (describe-char-padded-string): Compose with TAB
16009         only if there's a font for CH.
16010         (describe-char): Fix the condition for detecting a trivial composition.
16012 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
16014         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16015         more accurate version of the regexp.  (Bug#3910)
16017 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
16019         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16021 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
16023         * font-setting.el (font-use-system-font): Declare for byte-compiler.
16024         (font-setting-change-default-font): Fix typo in docstring.
16026 2009-11-18  Alan Mackenzie  <acm@muc.de>
16028         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16030 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
16032         * font-setting.el (font-use-system-font): Move ...
16034         * cus-start.el (all): ... to here.
16036 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
16038         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16039         Don't set `ad-return-value' if `ad-do-it' doesn't.
16041         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16042         modification time.
16044 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
16046         * menu-bar.el: Put "Use system font" in Option-menu.
16047         (menu-bar-options-save): Add font-use-system-font.
16049         * loadup.el: If feature system-font-setting or font-render-setting is
16050         there, load font-setting.
16052         * Makefile.in (ELCFILES): Add font-settings.el.
16053         * font-setting.el: New file.
16055 2009-11-17  Glenn Morris  <rgm@gnu.org>
16057         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16059         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16060         Preserve point in the list buffer.  (Bug#4939)
16061         Use point-at-eol.
16062         (newsticker--treeview-list-update-highlight)
16063         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16065 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
16067         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16068         Remove.
16070         * calc/calc-ext.el (calc-init-extensions): Remove references to
16071         symclip.
16073         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16075         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16076         * calc/calc-help.el (calc-b-prefix-help): Remove references to
16077         `calc-symclip'.
16079 2009-11-16  Kevin Ryde  <user42@zip.com.au>
16081         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16082         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16084         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16085         (lm-keywords-list): Allow comma-only separator like "foo,bar".
16086         Ignore trailing spaces by omit-nulls to split-string (fixing
16087         regression from Emacs 21 due to the incompatible split-string
16088         change).  (Bug #4928.)
16090 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16092         * vc.el (vc-log-show-limit): Default to 2000.
16093         (vc-print-log-internal): Insert buttons to request more entries
16094         when limiting the output.
16096         * vc-sccs.el (vc-sccs-print-log):
16097         * vc-rcs.el (vc-rcs-print-log):
16098         * vc-cvs.el (vc-cvs-print-log):
16099         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16100         LIMIT is non-nil.
16102 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
16104         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16105         error when `tramp-gvfs-dbus-event-vector' is set.
16106         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16108 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16110         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16112 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
16114         * net/dbus.el (dbus-unregister-service): New defun.
16115         (dbus-register-property): Register the handlers of
16116         "org.freedesktop.DBus.Properties" for SERVICE.
16117         (dbus-property-handler): Fix docstring.
16119 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16121         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16122         Quote doc string reference in defvaralias as it is not in special form.
16123         (byte-compile-output-docform): Doc fix.
16125 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
16127         * calc/calc.el (math-2-word-size, math-half-2-word-size)
16128         (calc-complement-signed-mode): New variables.
16129         (calc-set-mode-line): Add indicator for twos-complements.
16130         (math-format-number): Format twos-complement notation.
16132         * calc/calc-bin.el (calc-word-size): Reset the variables
16133         `math-2-word-size' and `math-half-2-word-size'.
16134         (math-format-complement-signed, math-symclip, calcFunc-symclip)
16135         (calc-symclip): New functions.
16137         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16139         * calc/calc-embed.el (calc-embedded-mode-vars):
16140         Add `calc-complement-signed-mode' to the list of modes.
16142         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16143         (calc-b-oper-keys): Add `calc-symclip' to list.
16145         * calc/calc-ext.el (math-read-number-fancy): Read complement
16146         signed numbers.
16147         (calc-init-extensions): Add binding for `calc-symclip'.
16148         Add autoload for `calcFunc-symclip' and `calc-symclip'.
16150         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16151         `calc-symclip'.
16152         (calc-modes-menu): Add item for twos complement mode.
16154         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16156 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
16158         * register.el (jump-to-register, insert-register): Handle Semantic
16159         tags.  From commented-out advice in semantic/senator.el.
16161 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16163         * vc.el (vc-log-show-limit): New variable.
16164         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
16165         when using a prefix argument.
16166         (vc-print-log-internal): Add new argument LIMIT.
16168         * vc-svn.el (vc-svn-print-log):
16169         * vc-mtn.el (vc-mtn-print-log):
16170         * vc-hg.el (vc-hg-print-log):
16171         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16172         pass it to the log command when set.  Make the BUFFER argument
16173         non-optional.
16175         * vc-sccs.el (vc-sccs-print-log):
16176         * vc-rcs.el (vc-rcs-print-log):
16177         * vc-git.el (vc-git-print-log):
16178         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16179         ignore it.  Make the BUFFER argument non-optional.
16181         * bindings.el (mode-line-buffer-identification): Do not purecopy.
16183 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
16185         * dired.el (dired-mode-map): Move encryption items to "Operate"
16186         menu (Bug#4703).
16188         * strokes.el (strokes-update-window-configuration): Make strokes
16189         buffer current before erasing (Bug#4906).
16191 2009-11-15  Juri Linkov  <juri@jurta.org>
16193         * simple.el (set-mark-default-inactive): Add :type, :group
16194         and :version.  (Bug#4876)
16196 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
16198         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16199         (archive-unique-fname): ... here.  (Bug#4929)
16201 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16203         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16204         with a real fix.
16206         * novice.el (disabled-command-function): Add useful args.
16207         Setup the help buffer so that [back] works.
16208         Remove redundant call to help-mode.
16209         (disabled-command-function): Use `case'.
16210         (en/disable-command): New function extracted from enable-command.
16211         (enable-command, disable-command): Use it.
16213 2009-11-14  Glenn Morris  <rgm@gnu.org>
16215         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16216         constants.  (Bug#4913)
16218         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16220 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
16222         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16223         defined in C that have no doc-strings.  (Bug#1063)
16225 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
16227         * cus-edit.el (data, files):
16228         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
16230 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
16232         * simple.el (shell-command): Doc fix (Bug#4891).
16234         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16236 2009-11-14  Glenn Morris  <rgm@gnu.org>
16238         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16239         statements for vc-diff, emerge-quit, and rmail-cease-edit.
16240         If they are already loaded, eval-after-load will do the right thing.
16242         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16243         compiling.
16245         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16247         * simple.el (x-selection-owner-p): Declare.
16248         (read-mail-command): Use custom radio type rather than choice.
16249         (completion-no-auto-exit): Doc fix.
16251         * custom.el (defgroup):
16252         * epg-config.el (epg): Doc fixes.
16254 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
16256         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16257         * international/ccl.el (define-ccl-program): Do not purecopy the
16258         docstring, defconst does it anyway.
16260 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16262         * add-log.el (add-change-log-entry): Avoid displaying the changelog
16263         a second time.
16265         * x-dnd.el (x-dnd-maybe-call-test-function):
16266         * window.el (split-window-vertically):
16267         * whitespace.el (whitespace-help-on):
16268         * vc-rcs.el (vc-rcs-consult-headers):
16269         * userlock.el (ask-user-about-lock-help)
16270         (ask-user-about-supersession-help):
16271         * type-break.el (type-break-force-mode-line-update):
16272         * time-stamp.el (time-stamp-conv-warn):
16273         * terminal.el (te-set-output-log, te-more-break, te-filter)
16274         (te-sentinel, terminal-emulator):
16275         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16276         (term-write-input-ring, term-check-source, term-start-output-log):
16277         (term-display-buffer-line, term-dynamic-list-completions):
16278         (term-ansi-make-term, serial-term):
16279         * subr.el (selective-display):
16280         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16281         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16282         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16283         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16284         (speedbar-remove-localized-speedbar-support)
16285         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16286         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16287         (speedbar-buffers-line-directory):
16288         * simple.el (shell-command-on-region, append-to-buffer)
16289         (prepend-to-buffer):
16290         * shadowfile.el (shadow-save-todo-file):
16291         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16292         (scroll-bar-maybe-set-window-start):
16293         * sb-image.el (speedbar-image-dump):
16294         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16295         (load-save-place-alist-from-file):
16296         * ps-samp.el (ps-print-message-from-summary):
16297         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16298         (ps-background-image, ps-begin-job, ps-do-despool):
16299         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16300         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16301         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16302         (pr-call-process, pr-file-list, pr-interface-save):
16303         * novice.el (disabled-command-function)
16304         (enable-command, disable-command):
16305         * mouse.el (mouse-buffer-menu-alist):
16306         * mouse-copy.el (mouse-kill-preserving-secondary):
16307         * macros.el (kbd-macro-query):
16308         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16309         * informat.el (batch-info-validate):
16310         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16311         * hippie-exp.el (try-expand-dabbrev-visible):
16312         * help-mode.el (help-make-xrefs):
16313         * help-fns.el (describe-variable):
16314         * generic-x.el (bat-generic-mode-run-as-comint):
16315         * finder.el (finder-mouse-select):
16316         * find-dired.el (find-dired-sentinel):
16317         * filesets.el (filesets-file-close):
16318         * files.el (list-directory):
16319         * faces.el (list-faces-display, describe-face):
16320         * facemenu.el (list-colors-display):
16321         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16322         * epg.el (epg--process-filter, epg-cancel):
16323         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16324         (epa--read-signature-type):
16325         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16326         (emerge-file-names):
16327         * ehelp.el (electric-helpify):
16328         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16329         * ediff-vers.el (rcs-ediff-view-revision):
16330         * ediff-util.el (ediff-setup):
16331         * ediff-mult.el (ediff-append-custom-diff):
16332         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16333         (ediff-wordify):
16334         * echistory.el (Electric-command-history-redo-expression):
16335         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16336         * disp-table.el (describe-display-table):
16337         * dired.el (dired-find-buffer-nocreate):
16338         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16339         * dabbrev.el (dabbrev--same-major-mode-p):
16340         * chistory.el (list-command-history):
16341         * apropos.el (apropos-documentation):
16342         * allout.el (allout-obtain-passphrase):
16343         (allout-copy-exposed-to-buffer):
16344         (allout-verify-passphrase): Use with-current-buffer.
16346 2009-11-13  Glenn Morris  <rgm@gnu.org>
16348         * Makefile.in (ELCFILES): Regenerate.
16350 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
16352         * net/dbus.el (dbus-registered-objects-table): Rename from
16353         `dbus-registered-functions-table', because it contains also properties.
16354         (dbus-unregister-object): Unregister also properties.
16355         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16356         Use a timeout of 500 msec, in order to not block.
16357         (dbus-register-property, dbus-property-handler): New defuns.
16359 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16361         * simple.el (minibuffer-default-add-completions): Drop deprecated
16362         4th arg.
16364 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
16366         * textmodes/artist.el (artist-mouse-choose-operation):
16367         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16368         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16369         (artist-compute-up-event-key): New function.
16370         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16372 2009-11-13  Kenichi Handa  <handa@m17n.org>
16374         * language/japan-util.el: Make sure that the value of jisx0208
16375         property is jisx0208 character.
16377 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
16379         * international/mule.el (auto-coding-regexp-alist): Only purecopy
16380         car or each item, not the whole list.
16382 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16384         * minibuffer.el (minibuffer-completion-help):
16385         Use minibuffer-hide-completions.
16387 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
16389         * dired.el (dired-save-positions, dired-restore-positions): New funs.
16390         (dired-revert): Use them (bug#4880).
16392 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
16394         * tooltip.el (tooltip-frame-parameters): Undo previous change.
16396 2009-11-12  Juri Linkov  <juri@jurta.org>
16398         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16399         New functions.
16400         (find-file-literally-at-point): Alias of `ffap-literally'.
16402 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
16404         * textmodes/ispell.el (ispell-skip-region-alist):
16405         * textmodes/css-mode.el (auto-mode-alist):
16406         * progmodes/compile.el (auto-mode-alist):
16407         * international/mule.el (ctext-non-standard-encodings-alist)
16408         (ctext-non-standard-encodings-regexp):
16409         * simple.el (shell-command-switch, text-read-only):
16410         * replace.el (occur-mode-map):
16411         * paths.el (rmail-file-name):
16412         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16413         * find-file.el (ff-special-constructs):
16414         * files.el (file-name-handler-alist):
16415         * composite.el: Purecopy strings.
16417         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16419 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
16421         * widget.el (define-widget): Purecopy the docstring.
16422         * international/mule-cmds.el (charset): Do not purecopy the
16423         docstring here, define-widget does it.
16425         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16426         * textmodes/bibtex-style.el (auto-mode-alist):
16427         * progmodes/inf-lisp.el (inferior-lisp-prompt):
16428         * progmodes/compile.el (compile-command):
16429         * language/korea-util.el (default-korean-keyboard):
16430         * international/mule-conf.el (file-coding-system-alist):
16431         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16432         * tooltip.el (tooltip-frame-parameters):
16433         * newcomment.el (comment-end, comment-padding):
16434         * dired.el (dired-trivial-filenames):
16435         * comint.el (comint-file-name-prefix): Purecopy initial values.
16437 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
16439         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16440         (tramp-advice-minibuffer-electric-tilde): Unload advices via
16441         `tramp-unload'.
16442         (tramp-advice-make-auto-save-file-name)
16443         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16444         after removing the advice.
16446 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
16448         * progmodes/grep.el (grep-regexp-alist):
16449         * international/mule-cmds.el (iso-2022-control-alist):
16450         * emacs-lisp/timer.el (timer-duration-words):
16451         * subr.el (version-separator, version-regexp-alist):
16452         * minibuffer.el (completion-styles-alist):
16453         * faces.el (face-attribute-name-alist, list-faces-sample-text):
16454         Change defvars to defconsts.
16456         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16457         * loadup.el ("international/mule-conf"): Load the byte compiled version.
16458         * international/mule-conf.el: Allow to be byte compiled.
16460         * international/mule.el (define-charset): Purecopy props.
16461         (load-with-code-conversion): Purecopy doc string and file name.
16462         (put-charset-property): Purecopy strings.
16463         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16465         * international/mule-cmds.el (register-input-method): Purecopy arguments.
16466         (define-char-code-property): Correctly purecopy the table.
16468         * international/ccl.el (define-ccl-program): Purecopy the docstring.
16470         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16472         * subr.el (add-hook): Purecopy strings.
16473         (eval-after-load): Purecopy load-history-regexp and the form.
16475         * custom.el (custom-declare-group): Purecopy load-file-name.
16477         * subr.el (menu-bar-separator): New defconst.
16478         * net/eudc.el (eudc-tools-menu):
16479         * international/mule-cmds.el (set-coding-system-map)
16480         (mule-menu-keymap):
16481         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16482         * vc-hooks.el (vc-menu-map):
16483         * replace.el (occur-mode-map):
16484         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16485         (menu-bar-edit-menu, menu-bar-goto-menu)
16486         (menu-bar-custom-menu, menu-bar-showhide-menu)
16487         (menu-bar-options-menu, menu-bar-tools-menu)
16488         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16489         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16490         (menu-bar-help-menu):
16491         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16492         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16494         * term/x-win.el (x-gtk-stock-map):
16495         * progmodes/vera-mode.el (auto-mode-alist):
16496         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16497         (inferior-lisp-program, inferior-lisp-load-command):
16498         * progmodes/hideshow.el (hs-special-modes-alist):
16499         * progmodes/gud.el (same-window-regexps):
16500         * progmodes/grep.el (grep-program, find-program, xargs-program):
16501         * net/telnet.el (same-window-regexps):
16502         * net/rlogin.el (same-window-regexps):
16503         * language/ethiopic.el (font-ccl-encoder-alist):
16504         * vc-sccs.el (vc-sccs-master-templates):
16505         * vc-rcs.el (vc-rcs-master-templates):
16506         * subr.el (cl-assertion-failed):
16507         * simple.el (next-error-overlay-arrow-position):
16508         * lpr.el (lpr-command):
16509         * locate.el (locate-ls-subdir-switches):
16510         * info.el (same-window-regexps, info)
16511         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16512         * image-mode.el (image-mode, auto-mode-alist):
16513         * hippie-exp.el (hippie-expand-ignore-buffers):
16514         * format.el (format-alist):
16515         * find-dired.el (find-ls-subdir-switches, find-grep-options)
16516         (find-name-arg):
16517         * facemenu.el (facemenu-keybindings):
16518         * dired.el (dired-listing-switches, dired-chown-program):
16519         * diff.el (diff-switches, diff-command):
16520         * cus-edit.el (same-window-regexps):
16521         * bindings.el (mode-line-mule-info)
16522         (mode-line-buffer-identification): Purecopy strings.
16524 2009-11-11  Juri Linkov  <juri@jurta.org>
16526         * simple.el (dired-get-filename) <declare-function>:
16527         Tell the byte-compiler about dired-get-filename.
16528         (shell-command): In Dired mode, get filename from the current line
16529         as the default value.
16531 2009-11-10  Glenn Morris  <rgm@gnu.org>
16533         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16534         * calendar/holidays.el, progmodes/cperl-mode.el:
16535         Update x-popup-menu declarations.
16537         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16538         (list-load-path-shadows): Use dolist.
16539         (list-load-path-shadows): Use with-current-buffer.
16541 2009-11-10  Juri Linkov  <juri@jurta.org>
16543         * minibuffer.el (read-file-name): Support a list of default values
16544         in `default-filename'.  Use the first file name where only one
16545         element is required.  Doc fix.
16547 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
16549         * net/dbus.el (dbus-unregister-object): Release service, if no
16550         other method is registered for it.
16552 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
16554         * bookmark.el (bookmark-completing-read): Sort bookmark names if
16555         bookmark-sort-flag is non-nil (Bug#4653).
16557 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
16559         * emulation/cua-base.el: Add CUA property to some CC mode commands
16560         (Bug#4100).
16562 2009-11-08  Kevin Ryde  <user42@zip.com.au>
16564         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16565         at end of sentence (Bug#4818).
16567 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
16569         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16570         Handle "see declaration of" MSFT statements (Bug#4100).
16572 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
16574         * net/tramp.el (tramp-advice-make-auto-save-file-name)
16575         (tramp-advice-file-expand-wildcards): Unload via
16576         `ad-remove-advice'.
16578         * net/trampver.el: Update release number.
16580 2009-11-08  Kevin Ryde  <user42@zip.com.au>
16582         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16583         `ad-do-it'.
16585 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
16587         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16588         in order to keep context in SELinux.
16590 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
16592         * dired-aux.el (dired-query): Place cursor in echo area and allow
16593         C-g.
16595         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16596         menu item if not on a directory (Bug#4701).
16598 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
16600         Sync with Tramp 2.1.17.
16602         * net/tramp.el (tramp-handle-copy-directory): Don't use
16603         `file-remote-p' (due to compatibility).
16605         * net/tramp-compat.el (tramp-compat-copy-directory)
16606         (tramp-compat-delete-directory): New defuns.
16608         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16609         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16610         Use `tramp-compat-delete-directory'.
16612         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16613         (tramp-smb-handle-delete-directory):
16614         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16616         * net/trampver.el: Update release number.
16618 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
16620         * tar-mode.el (tar-copy): Call write-region on the right buffer
16621         (Bug#4857).
16623         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16624         by hand, if necessary (Bug#4878).
16626 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
16628         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16629         align size column (Bug#4839).
16631         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16632         statement.
16634 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
16636         * progmodes/ld-script.el (auto-mode-alist):
16637         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16639         * cus-face.el (custom-declare-face): Purecopy face spec.
16641 2009-11-06  Kenichi Handa  <handa@m17n.org>
16643         * international/uni-bidi.el: Re-generated.
16644         * international/uni-category.el: Re-generated.
16645         * international/uni-combining.el: Re-generated.
16646         * international/uni-mirrored.el: Re-generated.
16648 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
16650         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16651         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16652         (tex-start-options, slitex-run-command, latex-run-command)
16653         (tex-run-command, tex-directory):
16654         * textmodes/ispell.el (ispell-html-skip-alists)
16655         (ispell-tex-skip-alists, ispell-tex-skip-alists):
16656         * textmodes/fill.el (adaptive-fill-first-line-regexp):
16657         (adaptive-fill-regexp):
16658         * textmodes/dns-mode.el (auto-mode-alist):
16659         * progmodes/python.el (interpreter-mode-alist):
16660         * progmodes/etags.el (tags-compression-info-list):
16661         * progmodes/etags.el (tags-file-name):
16662         * net/browse-url.el (browse-url-galeon-program)
16663         (browse-url-firefox-program):
16664         * mail/sendmail.el (mail-signature-file)
16665         (mail-citation-prefix-regexp):
16666         * international/mule-conf.el (eight-bit):
16667         * international/latexenc.el (latex-inputenc-coding-alist):
16668         * international/fontset.el (x-pixel-size-width-font-regexp):
16669         * emacs-lisp/warnings.el (warning-type-format):
16670         * emacs-lisp/trace.el (trace-buffer):
16671         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16672         (emacs-lisp-mode-map):
16673         * calendar/holidays.el (holiday-solar-holidays)
16674         (holiday-bahai-holidays, holiday-islamic-holidays)
16675         (holiday-christian-holidays, holiday-hebrew-holidays)
16676         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16677         (hebrew-holidays-1, holiday-oriental-holidays)
16678         (holiday-general-holidays):
16679         * x-dnd.el (x-dnd-known-types):
16680         * tool-bar.el (tool-bar):
16681         * startup.el (site-run-file):
16682         * shell.el (shell-dumb-shell-regexp):
16683         * rfn-eshadow.el (file-name-shadow-tty-properties)
16684         (file-name-shadow-properties):
16685         * paths.el (remote-shell-program, news-directory):
16686         * mouse.el ([C-down-mouse-3]):
16687         * menu-bar.el (menu-bar-tools-menu):
16688         * jka-cmpr-hook.el (jka-compr-load-suffixes)
16689         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16690         (jka-compr-compression-info-list):
16691         * isearch.el (search-whitespace-regexp):
16692         * image-file.el (image-file-name-extensions):
16693         * find-dired.el (find-ls-option):
16694         * files.el (directory-listing-before-filename-regexp)
16695         (directory-free-space-args, insert-directory-program)
16696         (list-directory-brief-switches, magic-fallback-mode-alist)
16697         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16698         (automount-dir-prefix):
16699         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16700         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16701         (face-font-registry-alternatives, face-font-registry-alternatives)
16702         (face-font-family-alternatives):
16703         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16704         (facemenu-foreground-menu, facemenu-face-menu):
16705         * epa-hook.el (epa-file-name-regexp):
16706         * dnd.el (dnd-protocol-alist):
16707         * textmodes/rst.el (auto-mode-alist):
16708         * button.el (default-button): Purecopy strings.
16710 2009-11-06  Glenn Morris  <rgm@gnu.org>
16712         * Makefile.in (ELCFILES): Update.
16714 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16716         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16717         * emacs-lisp/levents.el: Move to obsolete/levents.el.
16719         * nxml/xsd-regexp.el (xsdre-gen-categories):
16720         * nxml/xmltok.el (xmltok-parse-entity):
16721         * nxml/rng-parse.el (rng-parse-validate-file):
16722         * nxml/rng-maint.el (rng-format-manual)
16723         (rng-manual-output-force-new-line):
16724         * nxml/rng-loc.el (rng-save-schema-location-1):
16725         * nxml/rng-cmpct.el (rng-c-parse-file):
16726         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16727         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16729 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
16731         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16732         Remove extra save-excursions and make-variable-buffer-local's.
16733         Suggested by Stefan Monnier.
16735         (verilog-getopt-file, verilog-module-inside-filename-p)
16736         (verilog-set-define): Merge GNU 1.35 and repair changes from
16737         switching to using with-current-buffer.
16739         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16740         being treated as a number and confusing AUTORESET.
16741         Reported by Dan Dever.
16743         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16744         Add verilog-auto-ignore-concat to fix backward compatibility with
16745         older verilog-modes.  Reported by Dan Katz.
16747         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16748         containing closing anchors "...$".
16750         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16751         Reported by Wade Smith.
16753         (verilog-batch-execute-func): Comment on function usage.
16755 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
16757         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16758         for labels.
16760         (verilog-label-re, verilog-calc-1): Support proper indent of named
16761         asserts.
16763         (verilog-backward-token, verilog-basic-complete-re)
16764         (verilog-beg-of-statement, verilog-indent-re): Support proper
16765         indent of the assert statement at the beginning of a block of text.
16767         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16768         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16769         tokens as begins.
16771 2009-11-05  Glenn Morris  <rgm@gnu.org>
16773         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16774         Emacs 19.  (Bug#1531)
16775         (byte-compile-fix-header): Update for the above change.
16776         Drop test for epoch::version.
16778         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16779         * cus-dep.el (custom-make-dependencies):
16780         * finder.el (finder-compile-keywords):
16781         Use autoload-rubric's feature argument.
16783         * calendar/diary-lib.el (top-level): Make load behave more like require.
16785         * vc-git.el (vc-git-stash-map): Move definition before use.
16787 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
16789         * custom.el (custom-declare-group): Purecopy standard-value.
16790         (custom-declare-group): Purecopy custom-prefix.
16792         * international/mule.el (load-with-code-conversion):
16793         Call do-after-load-evaluation unconditionally.
16795         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16797 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16799         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16801 2009-11-04  Glenn Morris  <rgm@gnu.org>
16803         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16804         (byte-compile-compatibility): Remove option.
16805         (byte-compile-close-variables, byte-compile-fix-header)
16806         (byte-compile-insert-header, byte-compile-output-docform)
16807         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16808         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16809         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16810         (byte-compile-insert, byte-compile-defun):
16811         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
16812         (byte-defop-compiler19): Remove.
16813         Without byte-compile-compatibility, the 'emacs19-opcode property is not
16814         used by anything.  Replace all calls with byte-defop-compiler.
16816 2009-11-04  Juri Linkov  <juri@jurta.org>
16818         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16819         (menu-bar-options-menu): Don't quote the `prop' arg of
16820         `menu-bar-make-mm-toggle'.
16822 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
16824         * calendar/calendar.el (cal-loaddefs):
16825         * calendar/diary-lib.el (diary-loaddefs):
16826         * calendar/holidays.el (hol-loaddefs):
16827         * eshell/esh-module.el (esh-groups): Load rather than require.
16829 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16831         * calendar/todo-mode.el (todo-add-category): Don't hardcode
16832         point-min==1.
16833         (todo-top-priorities): Only display-buffer when called interactively.
16834         (todo-item-start): Don't save excursion point.
16835         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
16836         (todo-insert-item-here, todo-file-item, todo-remove-item):
16837         Adjust uses of todo-item-start and todo-item-end.
16839         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16840         (autoload-rubric): Don't use any more.
16842         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16843         and only put a prop if it is non-nil.
16845 2009-11-03  Juri Linkov  <juri@jurta.org>
16847         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16848         (menu-bar-options-menu): Fix list quoting (Bug#4429).
16850         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16851         and "Menu" to make top-level menu item visually one unit (like
16852         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16853         multi-word menu items).  Fix :help string for quit-window.
16855 2009-11-03  Glenn Morris  <rgm@gnu.org>
16857         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16858         (byte-compile-file-form-define-abbrev-table)
16859         (byte-compile-file-form-custom-declare-variable)
16860         (byte-compile-variable-ref, byte-compile-defvar):
16861         Whether or not a warning is enabled should only affect whether we issue
16862         the warning, not whether or not we collect the relevant data.
16863         Eg warnings can be turned on and off throughout the course of a file.
16865         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16866         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16868 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16870         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16871         * play/mpuz.el (mpuz-create-buffer):
16872         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16873         (lm-print-y,s,noise, lm-print-w0, lm-init):
16874         * play/gomoku.el (gomoku-prompt-for-move):
16875         * play/fortune.el (fortune-in-buffer):
16876         * play/dissociate.el (dissociated-press):
16877         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16878         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16879         * mail/supercite.el (sc-eref-show):
16880         * mail/smtpmail.el (smtpmail-send-it):
16881         * mail/rmailsum.el (rmail-summary-next-labeled-message)
16882         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16883         (rmail-summary-undelete-many, rmail-summary-rmail-update)
16884         (rmail-summary-goto-msg, rmail-summary-expunge)
16885         (rmail-summary-get-new-mail, rmail-summary-search-backward)
16886         (rmail-summary-add-label, rmail-summary-output-menu)
16887         (rmail-summary-output-body):
16888         * mail/rfc822.el (rfc822-addresses):
16889         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16890         * mail/mailpost.el (post-mail-send-it):
16891         * mail/hashcash.el (hashcash-generate-payment):
16892         * mail/feedmail.el (feedmail-run-the-queue)
16893         (feedmail-queue-send-edit-prompt-help-first)
16894         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16895         (feedmail-deduce-address-list):
16896         * eshell/esh-ext.el (eshell-remote-command):
16897         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16898         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16899         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16900         (viper-save-string-in-file, viper-valid-marker):
16901         * emulation/viper-keym.el (viper-toggle-key):
16902         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16903         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16904         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16905         * emulation/viper-cmd.el (viper-exec-form-in-vi)
16906         (viper-exec-form-in-emacs, viper-brac-function):
16907         * emulation/viper.el (viper-delocalize-var):
16908         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16909         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16910         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16911         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16912         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16913         * emulation/edt.el (edt-electric-helpify):
16914         * emulation/cua-rect.el (cua--rectangle-aux-replace):
16915         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16916         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16917         (cua-indent-to-global-mark-column):
16918         * calendar/diary-lib.el (calendar-mark-1):
16919         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16920         Use with-current-buffer.
16921         * emulation/viper.el (viper-delocalize-var): Use dolist.
16923 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
16925         * comint.el (comint-replace-by-expanded-history-before-point):
16926         Replace !! with the previous input string literally (Bug#1795).
16928 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
16930         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16931         to be made up of whitespace.
16933 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
16935         * minibuffer.el (read-file-name): Don't use file dialogs for
16936         remote directories (Bug#99).
16938 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
16940         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16942 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
16944         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16945         instead of deleting the window or frame.
16947 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
16949         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16950         Support face colors.
16952         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16953         New function.  Support face colors (Bug#1168).
16954         (tex-common-initialization): Use it.
16956         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16957         mode allows it (Bug#1168).
16959 2009-10-31  Juri Linkov  <juri@jurta.org>
16961         * facemenu.el (list-colors-display): Don't mark buffer as
16962         modified (Bug#3948).
16964 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
16966         * international/mule-diag.el (list-character-sets-1):
16967         Minor message fix (Bug#3526).
16969         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16970         Fix face property (Bug#4834).
16971         (etags-list-tags, etags-tags-apropos-additional)
16972         (etags-tags-apropos, tags-select-tags-table): Add follow-link
16973         property.
16975         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16976         items.
16978 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16980         * textmodes/two-column.el (2C-split):
16981         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16982         * textmodes/tex-mode.el (tex-set-buffer-directory):
16983         * textmodes/spell.el (spell-region, spell-string):
16984         * textmodes/reftex.el (reftex-erase-buffer):
16985         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16986         * textmodes/reftex-toc.el (reftex-toc-promote-action):
16987         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16988         (reftex-select-item):
16989         * textmodes/reftex-ref.el (reftex-label-info-update)
16990         (reftex-offer-label-menu):
16991         * textmodes/reftex-index.el (reftex-index-change-entry)
16992         (reftex-index-phrases-info):
16993         * textmodes/reftex-global.el (reftex-create-tags-file)
16994         (reftex-save-all-document-buffers, reftex-ensure-write-access):
16995         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16996         (reftex-view-crossref-from-bibtex):
16997         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16998         (reftex-extract-bib-entries-from-thebibliography)
16999         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17000         * textmodes/refbib.el (r2b-capitalize-title):
17001         (r2b-convert-buffer, r2b-help):
17002         * textmodes/page-ext.el (pages-directory)
17003         (pages-directory-goto-with-mouse):
17004         * textmodes/bibtex.el (bibtex-validate-globally):
17005         * textmodes/bib-mode.el (bib-capitalize-title):
17006         * textmodes/artist.el (artist-clear-buffer, artist-system):
17007         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17008         (local-set-scheme-interaction-buffer, xscheme-process-filter)
17009         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17010         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17011         (xscheme-send-control-g-interrupt, xscheme-start-process)
17012         (xscheme-process-sentinel, xscheme-cd):
17013         * progmodes/verilog-mode.el (verilog-read-always-signals)
17014         (verilog-set-define, verilog-getopt-file)
17015         (verilog-module-inside-filename-p):
17016         * progmodes/sh-script.el:
17017         * progmodes/python.el (python-pdbtrack-get-source-buffer)
17018         (python-pdbtrack-grub-for-buffer, python-execute-file):
17019         * progmodes/octave-inf.el (inferior-octave):
17020         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17021         (idlwave-shell-compile-helper-routines, idlwave-set-local)
17022         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17023         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17024         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17025         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17026         (idlwave-shell-filter, idlwave-shell-examine-highlight)
17027         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17028         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17029         (idlwave-shell-examine-display, idlwave-shell-run-region)
17030         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17031         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17032         * progmodes/idlw-help.el (idlwave-help-get-special-help)
17033         (idlwave-help-get-help-buffer):
17034         * progmodes/gud.el (gud-basic-call, gud-find-class)
17035         (gud-tooltip-activate-mouse-motions-if-enabled):
17036         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17037         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17038         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17039         (ebrowse-tags-next-file):
17040         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17041         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17042         (ebnf-eps-finish-and-write):
17043         * progmodes/cpp.el (cpp-edit-save):
17044         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17045         * progmodes/cc-defs.el (c-emacs-features):
17046         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17047         (antlr-directory-dependencies):
17048         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17049         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17050         (ada-find-any-references, ada-make-filename-from-adaname)
17051         (ada-make-body-gnatstub):
17052         * obsolete/rnews.el (news-list-news-groups):
17053         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17054         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17055         * net/rcirc.el (rcirc-debug):
17056         * net/newst-treeview.el (newsticker--treeview-list-add-item)
17057         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17058         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17059         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17060         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17061         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17062         (newsticker--treeview-list-clear-highlight)
17063         (newsticker--treeview-list-update-highlight)
17064         (newsticker--treeview-list-highlight-start)
17065         (newsticker--treeview-tree-update-highlight)
17066         (newsticker--treeview-get-selected-item)
17067         (newsticker-treeview-mark-list-items-old)
17068         (newsticker--treeview-set-current-node):
17069         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17070         * net/newst-backend.el (newsticker--get-news-by-funcall)
17071         (newsticker--get-news-by-wget, newsticker--image-get)
17072         (newsticker--image-sentinel):
17073         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17074         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17075         (eudc-ph-close-session):
17076         * net/eudc.el (eudc-save-options):
17077         * language/thai-word.el (thai-update-word-table):
17078         * language/japan-util.el (japanese-string-conversion):
17079         * international/titdic-cnv.el (tsang-quick-converter)
17080         (ziranma-converter, ctlau-converter):
17081         * international/mule-cmds.el (describe-language-environment):
17082         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17083         (skkdic-convert-postfix, skkdic-convert-prefix):
17084         (skkdic-convert-okuri-nasi, skkdic-convert):
17085         * emacs-lisp/re-builder.el (reb-update-overlays):
17086         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17087         * emacs-lisp/gulp.el (gulp-send-requests):
17088         * emacs-lisp/find-gc.el (trace-call-tree):
17089         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17090         (eieio-describe-generic):
17091         * emacs-lisp/eieio-base.el (eieio-persistent-read):
17092         * emacs-lisp/edebug.el (edebug-outside-excursion):
17093         * emacs-lisp/debug.el (debugger-make-xrefs):
17094         * emacs-lisp/cust-print.el (custom-prin1-to-string):
17095         * emacs-lisp/chart.el (chart-new-buffer):
17096         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17097         Use with-current-buffer.
17098         * textmodes/artist.el (artist-system): Don't call
17099         copy-sequence on a fresh string.
17100         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17102 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
17104         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17105         is no item to edit.  (Bug#4820)
17106         (todo-top-priorities): Restore point and restore narrowing in Todo
17107         buffer.  (Bug#4820)
17109 2009-10-31  Glenn Morris  <rgm@gnu.org>
17111         * net/ange-ftp.el (top-level): Don't require dired when compiling.
17112         (comint-last-output-start, comint-last-input-start)
17113         (comint-last-input-end): Don't defvar when compiling.
17114         (ange-ftp-process-file): Use bound-and-true-p.
17116         * pcmpl-rpm.el (top-level): Move provide statement to end.
17117         (pcmpl-rpm): Remove unused custom group.
17119         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17121         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17123         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17124         (byte-compile-warnings): Add `constants' as an option.
17125         (byte-compile-callargs-warn, byte-compile-arglist-warn)
17126         (display-call-tree): Update for byte-compile-fdefinition possibly
17127         returning `(macro lambda ...)'.  (Bug#4778)
17128         (byte-compile-variable-ref, byte-compile-setq-default):
17129         Respect `constants' member of byte-compile-warnings.
17131 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17133         * vc-bzr.el (vc-bzr-revision-keywords): New var.
17134         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17135         to "submit:".
17137 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
17139         * textmodes/ispell.el (ispell-skip-region-alist):
17140         * international/mule-conf.el (eight-bit):
17141         * international/fontset.el (font-encoding-alist):
17142         * startup.el (pure-space-overflow-message):
17143         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17144         * paths.el (gnus-nntp-service, rmail-spool-directory)
17145         (term-file-prefix):
17146         * files.el (save-some-buffers-action-alist):
17147         * cmuscheme.el (same-window-buffer-names):
17148         * ielm.el (same-window-buffer-names):
17149         * shell.el (same-window-buffer-names):
17150         * mail/sendmail.el (same-window-buffer-names):
17151         * progmodes/inf-lisp.el (same-window-buffer-names):
17152         * bindings.el (mode-line-client)
17153         (mode-line-column-line-number-mode-map):
17154         * language/tibetan.el (tibetan-precomposition-rule-regexp)
17155         (tibetan-precomposed-regexp): Purecopy string arguments.
17157 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17159         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17160         (calcDigit-nondigit):
17161         * calc/calc-yank.el (calc-copy-to-buffer):
17162         * calc/calc-units.el (calc-invalidate-units-table):
17163         * calc/calc-trail.el (calc-trail-yank):
17164         * calc/calc-store.el (calc-insert-variables):
17165         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17166         * calc/calc-prog.el (calc-read-parse-table):
17167         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17168         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17169         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17170         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17171         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17172         (calc-graph-name, calc-graph-find-command, calc-graph-view)
17173         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17174         * calc/calc-ext.el (calc-realign):
17175         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17176         (calc-embedded-finish-edit, calc-embedded-make-info)
17177         (calc-embedded-finish-command, calc-embedded-stack-change):
17178         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17180         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17181         shell-dynamic-complete-filename in preference to
17182         comint-dynamic-complete-filename.
17184         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17185         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17186         Don't consider whether the display supports colors.
17187         (bookmark-import-new-list): Use dolist.
17188         (bookmark-bmenu-mode-map): Move initialization into declaration.
17189         (bookmark-bmenu-list): Use dolist, simplify.
17190         (bookmark-show-all-annotations): Use save-selected-window and dolist.
17191         (menu-bar-final-items): Use push.
17193 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
17195         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17196         it works on remote files.
17197         (vc-hg-diff): Don't pass any `--cwd' argument.
17199 2009-10-27  Kevin Ryde  <user42@zip.com.au>
17201         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17202         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17203         (Further to Bug#3921).
17205 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
17207         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17208         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17209         calling `tramp-imap-put-file'.  Add file size to the call.
17210         (tramp-imap-get-file-entries): Compute also user name, file size,
17211         and date.
17212         (tramp-imap-handle-insert-directory): Insert uid and gid.
17213         (tramp-imap-handle-file-attributes): Transform uid and gid
17214         according to `id-format'.
17215         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
17216         size in header X-Size.
17218 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
17220         * simple.el (transpose-subr): Give clearer error when the mark
17221         is not set.  (Bug#4807)
17223 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
17225         * net/tramp.el (tramp-perl-file-truename): New defconst.
17226         Perl code contributed by yary <not.com@gmail.com> (tiny change).
17227         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17228         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17229         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17231         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17232         Ignore `dired-call-process'.
17233         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17235 2009-10-26  Julian Scheid  <julians37@gmail.com>
17237         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17238         (tramp-get-remote-readlink): New defun.
17239         (tramp-handle-file-truename): Use it.
17240         (tramp-handle-file-exists-p): Check file-attributes cache, assume
17241         file exists if cache value present.
17242         (tramp-check-cached-permissions): New defun.
17243         (tramp-handle-file-readable-p): Use it.
17244         (tramp-handle-file-writable-p): Likewise.
17245         (tramp-handle-file-executable-p): Likewise.
17246         (tramp-handle-file-name-all-completions): Try using Perl to get
17247         partial completions.  When perl not available, combine `cd' and
17248         `ls' into single remote operation and use shell expansion to get
17249         partial remote directory contents.  Set `file-exists-p' cache for
17250         directory and any files returned by ls.  Change cache handling to
17251         support partial directory contents.  Use error message emitted by
17252         remote `cd' or Perl code for local tramp-error.
17253         (tramp-do-copy-or-rename-file-directly): Avoid separate
17254         tramp-send-command-and-check call.
17255         (tramp-handle-process-file): Merge three remote ops into one.
17256         Do not flush all caches when `process-file-side-effects' is set.
17257         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17258         file-attributes shows uid/gid to be set already.
17260 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
17262         * textmodes/tex-mode.el (tex-dvi-view-command)
17263         (tex-show-queue-command, tex-open-quote):
17264         * progmodes/ruby-mode.el (auto-mode-alist)
17265         (interpreter-mode-alist): Purecopy strings.
17267         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17269         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17270         string for the hook, keymap and abbrev table.
17272         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17274         * x-dnd.el (x-dnd-xdnd-to-action):
17275         * startup.el (fancy-startup-text, fancy-about-text): Change to
17276         defconst from defvar.
17278         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17280         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17281         Purecopy initialization strings.
17283         * mail/sendmail.el (mail-header-separator)
17284         (mail-personal-alias-file):
17285         * mail/rmail.el (rmail-default-dont-reply-to-names)
17286         (rmail-ignored-headers, rmail-retry-ignored-headers)
17287         (rmail-highlighted-headers, rmail-secondary-file-directory)
17288         (rmail-secondary-file-regexp):
17289         * files.el (null-device, file-name-invalid-regexp)
17290         (locate-dominating-stop-dir-regexp)
17291         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17292         (interpreter-mode-alist): Use mapcar instead of mapc.
17294         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17296         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17297         (completion-ignored-extensions):
17298         (debug-ignored-errors): Purecopy strings.
17300 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17302         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17303         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17304         (pcomplete--here): Use push.
17306         * subr.el (all-completions): Declare the 4th arg obsolete.
17308 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17310         * pcomplete.el (pcomplete-unquote-argument-function): New var.
17311         (pcomplete-unquote-argument): New function.
17312         (pcomplete--common-suffix): Always pay attention to case.
17313         (pcomplete--table-subvert): Quote and unquote the text.
17314         (pcomplete--common-quoted-suffix): New function.
17315         (pcomplete-std-complete): Use it and pcomplete-begin.
17317         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17318         we're inside a dedicated or minibuffer window.
17320 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
17322         * bookmark.el: Update documentation, especially documentation
17323         of `bookmark-alist' and of the bookmark file format.
17324         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
17326 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
17328         * mail/emacsbug.el (report-emacs-bug): Clarify that the
17329         keybindings apply to the mail buffer (Bug#4003).  Shrink help
17330         window to buffer.
17332         * whitespace.el (whitespace-mode, whitespace-newline-mode)
17333         (global-whitespace-mode, global-whitespace-newline-mode)
17334         (whitespace-toggle-options, global-whitespace-toggle-options):
17335         Doc fix (Bug#3660).
17337         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17338         of xmltok-start before the end tag was inserted (Bug#2840).
17340         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17341         patterns that are preceded by an open-paren (Bug#1320).
17343 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
17345         * files.el (delete-directory): Delete symlinks to directories with
17346         delete-file (Bug#4739).
17348 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
17350         * vc.el (vc-backend-for-registration): Rename from
17351         vc-get-backend-for-registration.  Update callers.
17353         * international/mule-cmds.el (set-language-info-alist):
17354         Purecopy lang-env.
17355         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17356         (charset): Purecopy the name.
17357         (define-char-code-property): Purecopy string arguments.
17359         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17360         Purecopy string arguments.
17362         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17363         * ediff-hook.el (menu-bar-ediff-menu):
17364         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17365         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17367 2009-10-24  Glenn Morris  <rgm@gnu.org>
17369         * comint.el (comint-dynamic-list-completions):
17370         * term.el (term-dynamic-list-completions): Use choose-completion rather
17371         than obsolete alias mouse-choose-completion.
17373         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17374         file-cache-choose-completion.
17375         (file-cache-choose-completion): Handle an optional event argument.
17376         (file-cache-mouse-choose-completion): Make it an obsolete alias.
17378         * progmodes/octave-mod.el (octave-complete-symbol):
17379         Use choose-completion if mouse-choose-completion is ever removed.
17381         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17382         use.
17384         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17385         compiler.
17387         * vc-hooks.el (vc-responsible-backend): Fix declaration.
17389 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17391         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17392         Ignore `pred' now that we receive one.
17393         Handle test-completion specially.
17395 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
17397         * vc.el (vc-responsible-backend): Throw an error if not backend is
17398         found.  Remove the REGISTER argument.  Move the code dealing with
17399         REGISTER ...
17400         (vc-get-backend-for-registration): ... here.  New function.
17401         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17402         of vc-responsible-backend, pass the file name instead of the
17403         directory name.
17405 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17407         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17408         New funs.
17409         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
17410         (pcomplete-comint-setup): Don't modify a global var via
17411         accidental side-effects.
17412         (pcomplete-shell-setup): Adjust call accordingly.
17413         (pcomplete-parse-comint-arguments): Use push.
17415 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
17417         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17418         Allow uncapitalized info node names (Bug#3921).
17420         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17421         to the DEBUG file (Bug#3781).
17423 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
17425         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17426         dictionary entry (Bug#4579).
17428 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
17430         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17431         from `rfn-eshadow-update-overlay-hook' when unloading.
17432         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17433         "rsyncc".  Adjust doc string.
17434         (tramp-temp-buffer-file-name): New buffer-local defvar.
17435         (tramp-handle-insert-file-contents, tramp-handle-write-region):
17436         Keep temporary file when indicated by method ("rsync" and
17437         "rsyncc").
17438         (tramp-handle-write-region): Handle APPEND.
17439         (tramp-delete-temp-file-function): New defun.  Added to
17440         `kill-buffer-hook'.
17442 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
17444         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17446 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
17448         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17449         (color-name-rgb-alist, tty-standard-colors)
17450         (tty-color-mode-alist): Change to defconst.
17452         * simple.el (mark-inactive): Purecopy message.
17454         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17455         (global-map, yank-menu):
17456         * textmodes/ispell.el (ispell-menu-map):
17457         * net/eudc.el (eudc-tools-menu):
17458         * international/mule-cmds.el (describe-language-environment-map)
17459         (setup-language-environment-map, set-coding-system-map)
17460         (mule-menu-keymap):
17461         * vc-hooks.el (vc-menu-entry, vc-menu-map):
17462         * replace.el (occur-mode-map):
17463         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17465 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
17467         * calc/calc.el (math-read-number, math-read-number-simple):
17468         Use `save-match-data'.
17470 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17472         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17473         rather than fiddling with global-map bindings, since it should only
17474         affect per-terminal settings.
17475         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17477         * minibuffer.el (completion-table-with-terminator): Allow to specify
17478         the terminator-regexp.
17480         * simple.el (switch-to-completions): Look for *Completions* in other
17481         frames as well.
17483         * pcomplete.el: Allow the use of completion-tables.
17484         (pcomplete-std-complete): New command.
17485         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17486         (pcomplete--here): Use a function for `form' rather than an expression,
17487         so it can be byte-compiled.
17488         (pcomplete-here, pcomplete-here*): Adjust accordingly.
17489         Add edebug declaration.
17490         (pcomplete-show-completions): Remove unused var `curbuf'.
17491         (pcomplete-do-complete, pcomplete-stub):
17492         Don't assume `completions' is a list of strings any more.
17494 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
17496         * find-dired.el (find-name-arg): Fix typo in docstring.
17498 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17500         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17501         (pcmpl-linux-fs-types): Same, and update to new modules layout.
17503         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17504         pcomplete-entries.
17506         * comint.el (comint-read-input-ring, comint-write-input-ring)
17507         (comint-substitute-in-file-name)
17508         (comint-dynamic-complete-as-filename)
17509         (comint-dynamic-simple-complete)
17510         (comint-dynamic-list-filename-completions)
17511         (comint-dynamic-list-completions)
17512         (comint-redirect-results-list-from-process): Minor simplifications.
17514 2009-10-21  Kevin Ryde  <user42@zip.com.au>
17516         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17517         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17518         the first form.  And insert a blank line after ";;; Code" since
17519         that's usual style.  (Bug#4612)
17521         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17523 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17525         * minibuffer.el (completion-table-with-terminator): Properly implement
17526         boundaries, in case `terminator' appears in the suffix.
17527         (completion--embedded-envvar-table): Don't return boundaries if
17528         there's no valid completion.  Simplify.
17529         (completion-file-name-table): New completion table extracted from
17530         completion--file-name-table.
17531         (completion--file-name-table): Use it.
17532         (read-file-name-predicate): Declare obsolete.
17533         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17534         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17535         completion-file-name-table, and use the `pred' argument.
17536         * files.el (locate-file-completion-table): Use the `pred' arg rather
17537         than read-file-name-predicate.
17538         (abbreviate-file-name): Use \` rather than ^ for BOS.
17540 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17542         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17543         vc-responsible-backend to register, it causes problems.
17545 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17547         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17549 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
17551         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17552         (tramp-smb-handle-file-attributes): Use it.
17553         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17554         (tramp-smb-handle-insert-directory): Use `mapc' rather than
17555         `mapcar'.  Use `tramp-smb-get-stat-capability'.
17556         Add `dired-filename' text properties.
17557         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17558         (tramp-smb-maybe-open-connection): Simplify check for smbclient
17559         version.
17561 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17563         * subr.el (read-key-delay): Reduce to 0.01.
17564         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17565         (bug#4751).
17567 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17569         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17571         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17572         (Info-menu): Remove unused vars `last' and `completions'.
17573         (Info-index-nodes): Remove unused var `node'.
17575         * info.el (Info-complete-menu-item): Use complete-with-action.
17577 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
17579         Make vc-annotate work through copies and renames.
17580         * vc-annotate.el (vc-annotate-extract-revision-at-line):
17581         Return the file name too.
17582         (vc-annotate-revision-at-line)
17583         (vc-annotate-find-revision-at-line)
17584         (vc-annotate-revision-previous-to-line)
17585         (vc-annotate-show-log-revision-at-line): Update to get the file
17586         name from vc-annotate-extract-revision-at-line.
17587         (vc-annotate-show-diff-revision-at-line-internal): Change the
17588         argument to mean whether to show a file diff or not.  Get the file
17589         name from vc-annotate-extract-revision-at-line.
17590         (vc-annotate-show-diff-revision-at-line):
17591         Update vc-annotate-show-diff-revision-at-line call.
17592         (vc-annotate-warp-revision): Add an optional file argument.
17594         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17595         (vc-git-annotate-extract-revision-at-line): Also return the file
17596         name if found.
17598         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17599         command.  Remove unused code.
17600         (vc-hg-annotate-re): Update to match --follow output.
17601         (vc-hg-annotate-extract-revision-at-line): Also return the file
17602         name if found.
17604         * vc.el: Update annotate-extract-revision-at-line documentation.
17606 2009-10-18  Kevin Ryde  <user42@zip.com.au>
17608         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17609         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17611         * net/browse-url.el (browse-url): Identify alist with "consp and
17612         not functionp" and let all other things go down the `apply' leg,
17613         as suggested by Stefan.  (Further to bug#4531.)
17615 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
17617         * minibuffer.el (read-file-name): Check for repeat before putting
17618         a default argument in file-name-history (Bug#4657).
17620         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17621         read syntax (Bug#4737).
17623         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17625 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
17627         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17628         (html-tag-alist, html-tag-help): Add descriptions for undocumented
17629         entries and make note of obsolete tags.
17631 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17633         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17635 2009-10-18  Glenn Morris  <rgm@gnu.org>
17637         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17638         grep, so that binary files (eg international/uni-bidi.el) can match.
17639         Remove test for "UnicodeData" files, since it is hopefully unnecessary
17640         now, and in any case the file header format has changed.
17642 2009-10-17  Glenn Morris  <rgm@gnu.org>
17644         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17645         (flyspell-get-word, flyspell-large-region)
17646         (flyspell-auto-correct-previous-word): Doc/error message fixes.
17648 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
17650         * Makefile.in (ELCFILES): Add ede/shell.
17652 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
17654         * term/common-win.el (x-colors): Purecopy it.
17656 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17658         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17659         permissive for when the buffer is empty.
17660         (tar-header-block-tokenize): Decode the username and groupname.
17661         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17663 2009-10-17  Eric Ludlam  <zappo@gnu.org>
17665         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17666         contains multibyte characters, choose first applicable coding
17667         system automatically.
17669 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17671         * international/mule-cmds.el (select-safe-coding-system): If the file
17672         has a coding cookie, use it regardless of any other setting (bug#4712).
17674 2009-10-17  Glenn Morris  <rgm@gnu.org>
17676         * foldout.el (foldout-mouse-swallow-events):
17677         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17679         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17680         (dired-keep-marker-copy, dired-keep-marker-hardlink)
17681         (dired-keep-marker-symlink, dired-dwim-target)
17682         (dired-copy-preserve-time): Do not autoload these defcustoms.
17684         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17685         messages from messing up the file coding.  (Bug#4623)
17687 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
17689         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17690         if no match is found for the current dictionary.  (Bug#4578)
17692         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17693         optional, since that is how it is documented, and this is often called
17694         with a nil argument.  (Bug#4577)
17695         (flyspell-external-point-words, flyspell-auto-correct-word)
17696         (flyspell-correct-word-before-point, flyspell-word-search-forward)
17697         (flyspell-word-search-backward): Remove nil argument in calls to
17698         flyspell-get-word, since it is not needed now.
17700 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
17702         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
17704 2009-10-16  Glenn Morris  <rgm@gnu.org>
17706         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17708 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
17710         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17711         (ange-ftp-file-size): New function.
17712         (ange-ftp-file-attributes): Use it.
17714 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
17716         * net/tramp-smb.el (tramp-smb-version): New defvar.
17717         (tramp-smb-maybe-open-connection): Use it, in order to avoid
17718         repeated checks.
17720 2009-10-16  Glenn Morris  <rgm@gnu.org>
17722         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17723         Maybe copy some custom properties from old to new name.  (Bug#4706)
17725 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
17727         * subr.el (error, sit-for, start-process-shell-command)
17728         (start-file-process-shell-command): Set the calling convention
17729         after the function definition.
17731 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17733         * subr.el (error, sit-for, start-process-shell-command)
17734         (start-file-process-shell-command): Use the new
17735         set-advertised-calling-convention feature.
17737 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
17739         * international/ucs-normalize.el (ucs-normalize-version):
17740         Change to 1.2.
17741         (check-range): Adjust for Unicode 5.2.
17743 2009-10-15  Juri Linkov  <juri@jurta.org>
17745         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17746         to the `menu-item' format.
17748 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
17750         * net/tramp.el (tramp-replace-environment-variables): Do not fail
17751         if the environment variable does not exist.
17753         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17754         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17755         parameter.
17756         (tramp-smb-handle-add-name-to-file)
17757         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17758         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17759         (tramp-smb-handle-file-attributes)
17760         (tramp-smb-do-file-attributes-with-stat)
17761         (tramp-smb-handle-file-local-copy)
17762         (tramp-smb-handle-insert-directory)
17763         (tramp-smb-handle-make-directory)
17764         (tramp-smb-handle-make-directory-internal)
17765         (tramp-smb-handle-make-symbolic-link)
17766         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17767         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17768         (tramp-smb-maybe-open-connection): Apply the changed parameters.
17769         (tramp-smb-read-file-entry): Read Disk names in compressed format.
17770         Handle long file names.
17771         (tramp-smb-get-cifs-capabilities): Check, whether the connection
17772         process is running.
17773         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17774         Read share names with "-g" option.
17776 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
17778         * net/rcirc.el (rcirc-view-log-file): New command.
17779         (rcirc-track-minor-mode-map): Remove C-c ` binding.
17780         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17781         specified.
17783 2009-10-15  Glenn Morris  <rgm@gnu.org>
17785         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17786         from the second command-line argument.
17787         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17788         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17789         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17790         w32-batch-update-autoloads.
17791         * emacs-lisp/autoload.el (autoload-make-program): New variable.
17792         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17794         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17795         the headers cannot be located.  Simplify, subtracting superflous
17796         save-excursions.
17798 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17800         Replace completion-base-size by completion-base-position to fix bugs
17801         such as (bug#4699).
17802         * simple.el (completion-base-position): New var.
17803         (completion-base-size): Mark as obsolete.
17804         (choose-completion): Make it work for mouse events as well.
17805         Pass the new base-position to choose-completion-string.
17806         (choose-completion-guess-base-position): New function, extracted from
17807         choose-completion-delete-max-match.
17808         (choose-completion-delete-max-match): Use it.  Make obsolete.
17809         (choose-completion-string): Use the new base-position info.
17810         (completion-root-regexp): Delete.
17811         (completion-setup-function): Preserve completion-base-position.
17812         Eliminate obsolete base-size manipulation.
17813         * minibuffer.el (display-completion-list): Don't mess with base-size.
17814         (minibuffer-completion-help): Set completion-base-position instead.
17815         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17816         choose-completion.
17817         * textmodes/bibtex.el (bibtex-complete):
17818         * emacs-lisp/crm.el (crm--choose-completion-string):
17819         Adjust to new calling convention.
17820         * complete.el (partial-completion-mode): Use minibufferp to avoid
17821         bumping into incompatible change to choose-completion-string-functions.
17822         * ido.el (ido-choose-completion-string): Make its calling convention
17823         more permissive.
17824         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17825         base-size manipulation.
17826         (comint-dynamic-list-input-ring): Use dotimes and push.
17827         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17828         fundamental-mode.  Use `or'.
17830 2009-10-14  Juri Linkov  <juri@jurta.org>
17832         * misearch.el (multi-isearch-next-buffer-from-list)
17833         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
17835 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17837         * Makefile.in (compile-onefile): Load `bytecomp' rather than
17838         `bytecomp.el'.
17840         * minibuffer.el (completion-pcm--merge-completions): Make sure the
17841         string we return is all made up of text from the completions rather
17842         than part from the completions and part from the input (bug#4219).
17844         * ido.el (ido-everywhere): Use define-minor-mode.
17846         * buff-menu.el (list-buffers, ctl-x-map):
17847         Mark the entry points with ;;;###autoload cookies.
17849 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
17851         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17852         correctly in the detached head case.
17853         (vc-git-print-log): Remove unused binding.
17855         * vc.el (vc-responsible-backend): When a directory is passed for
17856         for registration create a VC repository if no backend is
17857         responsible for the directory argument.
17858         (vc-deduce-fileset): Tell vc-responsible-backend to register.
17860         * vc.el: Move comments about RCS and SCCS ...
17861         * vc-rcs.el:
17862         * vc-sccs.el: ... here, respectively.
17864 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17866         * minibuffer.el (completion--file-name-table): Return nil if there's
17867         no file completion, even if substitute-in-file-name changed
17868         the string (bug#4708).
17870 2009-10-13  Juri Linkov  <juri@jurta.org>
17872         * files-x.el (read-file-local-variable-value): Don't filter out
17873         minor modes from mode name completion (bug#4664).
17875 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
17877         * international/mule-cmds.el (ucs-names): Remove exclusion of
17878         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17880 2009-10-13  Kenichi Handa  <handa@m17n.org>
17882         * international/uni-name.el: Regenerated.
17884 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
17886         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
17887         should be automatically buffer-local, but isn't.)
17889 2009-10-12  Sam Steingold  <sds@gnu.org>
17891         * progmodes/compile.el (compilation-next-error-function): Fix the
17892         timestamps if the buffer has been visited before.
17893         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17894         non-anchored patterns, like the perl one (bug#3928).
17896 2009-10-12  Glenn Morris  <rgm@gnu.org>
17898         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17899         Let-bind `size'.
17901 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
17903         * proced.el (proced-unload-function): New function.
17905         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17906         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17907         Doc fix.
17909         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17911 2009-10-11  Juri Linkov  <juri@jurta.org>
17913         * files-x.el (read-file-local-variable-value):
17914         Provide default value only for bound variables (bug#4664).
17916 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
17918         * net/tramp.el (tramp-local-host-p): Function shall return nil for
17919         connection methods like smb.
17921         * net/tramp-cache.el (tramp-flush-connection-property): The hash
17922         can be empty.
17924         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17925         (tramp-smb-file-name-handler-alist): Add handlers for
17926         `add-name-to-file', `make-symbolic-link'.
17927         (tramp-smb-handle-add-name-to-file)
17928         (tramp-smb-do-file-attributes-with-stat)
17929         (tramp-smb-handle-make-symbolic-link)
17930         (tramp-smb-get-cifs-capabilities): New defuns.
17931         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17932         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17933         (tramp-smb-handle-file-local-copy)
17934         (tramp-smb-handle-make-directory-internal)
17935         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17936         The file name syntax depends on cifs capabilities.
17937         (tramp-smb-handle-file-attributes):
17938         Call `tramp-smb-do-file-attributes-with-stat' if possible.
17939         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17940         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17942 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
17944         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17945         (eieio-defclass): Apply deftype handler and setf-method properties
17946         directly.
17947         (eieio-add-new-slot): Avoid union function from cl library.
17948         (eieio--typep): New function.
17949         (eieio-perform-slot-validation): Use it.
17951 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
17953         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17954         Update documentation to refer to the variables documented in r1.135.
17955         (Bug#4188)
17957 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
17959         * bookmark.el (Info-suffix-list): Remove this unused variable.
17960         (bookmark-current-point): Remove this obsolete variable.
17961         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17962         Adjust for removal of bookmark-current-point.
17964         (bookmarks-already-loaded, bookmark-current-buffer)
17965         (bookmark-yank-point): Document.  (Bug#4188)
17967 2009-10-10  Glenn Morris  <rgm@gnu.org>
17969         * frame.el (frame-height): Doc fix.
17971         * calendar/calendar.el (calendar-split-width-threshold): New option.
17972         (calendar-basic-setup): Use calendar-split-width-threshold.
17974 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
17976         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17977         Ideographic Supplement" range (U+1F200..U+1F2FF).
17979 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
17981         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17982         since the list will have been rebuilt anyway.  (Bug#4349)
17984 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
17986         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17987         (bookmark-bmenu-execute-deletions): Don't save here, as
17988         bookmark-delete will now do so if necessary.
17989         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17990         (Bug#4348)
17992 2009-10-09  Glenn Morris  <rgm@gnu.org>
17994         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17996 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
17998         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17999         (bookmark-jump-other-window): Just invoke bookmark-jump with new
18000         argument now, so the two function's behaviors will match.  (Bug#3645)
18002 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
18004         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18005         (tramp-file-name-real-host, tramp-file-name-port):
18006         Apply `save-match-data'.
18008         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18009         case both directories are remote.
18010         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18011         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18013 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
18015         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18017 2009-10-07  Glenn Morris  <rgm@gnu.org>
18019         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18020         of concat.
18022 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18024         * files-x.el (read-file-local-variable): Include some
18025         non-user-variables in the completion table (bug#4664).
18027 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
18029         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18030         message.
18032         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18033         (tramp-smb-file-name-handler-alist): Add handler for
18034         `copy-directory', `expand-file-name', `set-file-modes'.
18035         (tramp-smb-handle-copy-directory)
18036         (tramp-smb-handle-expand-file-name)
18037         (tramp-smb-handle-set-file-modes): New defuns.
18038         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18039         (tramp-smb-handle-file-attributes): Simplify check for retrieving
18040         entry.
18041         (tramp-smb-handle-insert-directory): Don't flush the cache.
18042         (tramp-smb-maybe-open-connection): Check for samba client and
18043         server versions.
18045 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
18047         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18048         to not error out of search for "^lisp=" fails.
18050 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
18052         * makefile.w32-in (WINS_UPDATES): New macro.
18053         (custom-deps, finder-data, autoloads): Use it.
18055 2009-10-07  Glenn Morris  <rgm@gnu.org>
18057         * Makefile.in (autoloads): Revert previous change.
18058         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18059         the list of preloaded files passed on the command-line, get
18060         it from src/Makefile.
18062         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18063         show the original buffer rather than a random one.
18065 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
18067         * help.el (describe-no-warranty): Place point in a slightly better
18068         position in the GPLv3 text.
18070 2009-10-06  Sam Steingold  <sds@gnu.org>
18072         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18073         the comm attribute is present before calling regexp-quote.
18075 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
18077         * play/animate.el (animate-string): For good effect, make sure
18078         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18080         * play/animate.el (animate-sequence, animate-birthday-present):
18081         * misc.el (butterfly): Don't set `indent-tabs-mode'.
18083 2009-10-06  Glenn Morris  <rgm@gnu.org>
18085         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18087         * emacs-lisp/autoload.el (autoload-excludes): New variable.
18088         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18089         (batch-update-autoloads): Process a string value of autoload-excludes,
18090         set during the build process.
18091         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
18093         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18094         inside with-parsed...  macro so that `v' is defined.
18096         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18097         * progmodes/fortran.el (fortran-end-of-block)
18098         (fortran-beginning-of-block):
18099         Also push mark in the macro case.
18101         * emerge.el (emerge-show-file-name):
18102         * calc/calc.el (calc-quit):
18103         * calc/calc-misc.el (calc-big-or-small):
18104         * calc/calc-graph.el (calc-graph-view):
18105         * calc/calc-ext.el (calc-reset):
18106         * calendar/calendar.el (calendar-basic-setup):
18107         Use window-full-height-p.
18109         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18110         header we don't understand, don't insert another.  (Bug#4624)
18111         If changing mime charset, insert the new one in the right place.
18113 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
18115         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18116         (cal-tex-cursor-month): Correctly increment the end date for diary and
18117         holiday listing.  (Bug#4626)
18119 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18121         * help-fns.el (describe-function-1): Don't burp if the function is not
18122         a symbol.
18124 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
18126         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18127         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18128         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18129         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18131         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18132         (eieio-default-superclass): Reflow docstrings.
18133         (this, class-option-assoc, defclass, eieio-class-un-autoload)
18134         (eieio-unbind-method-implementations, defmethod)
18135         (eieio-validate-slot-value, eieio-validate-class-slot-value)
18136         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18137         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18138         (eieio-slot-originating-class-p, eieio-slot-name-index)
18139         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18140         (constructor, initialize-instance, no-next-method, object-print)
18141         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18142         Fix typos in docstrings.
18143         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18144         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18145         (next-method-p): Doc fixes.
18146         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18147         Fix typos in error messages.
18148         (eieio-defmethod): Fix typo in description of generic method.
18150         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18151         (eieio-persistent-save-interactive, slot-missing):
18152         Fix typos in docstrings.
18153         (eieio-instance-inheritor-slot-boundp): Doc fix.
18155         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18156         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18158         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18159         (eieio-custom-object-apply-reset):
18160         Fix typos in docstrings and error messages.
18162         * emacs-lisp/eieio-datadebug.el (data-debug-show):
18163         Fix typo in docstring.
18165         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18166         (eieio-browse-tree): Doc fix.
18167         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18168         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18169         Fix typos in docstrings.
18171         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18172         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18173         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18174         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18175         Reflow docstrings.
18177 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
18179         * vc-hg.el (log-view-vc-backend): Declare for compiler.
18180         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18181         Set log-view-vc-backend so that diff can work.
18183         * log-view.el (log-view-diff): Use vc-diff-internal instead of
18184         vc-version-diff.
18185         (vc-diff-internal): Autoload this instead of vc-version-diff.
18187 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
18189         * simple.el (eval-expression): Doc fix.
18191         * progmodes/cwarn.el (cwarn-mode): Doc fix.
18193 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
18195         * files.el (directory-files-no-dot-files-regexp): New defconst.
18196         (delete-directory): Use it.
18197         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
18199         * net/tramp.el (tramp-verbose): Fix docstring.
18200         (tramp-methods): Add recursive option to `tramp-copy-args'.
18201         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
18202         "scp1_old", "scp2_old", "rsync", "rsyncc".
18203         (tramp-default-method): Check also for `auth-source-user-or-password'.
18204         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18205         Add handler for `copy-directory'.
18206         (tramp-handle-copy-directory): New defun.
18207         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18208         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18209         Optimize sent command.
18211 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18213         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18214         window if necessary.
18216         * calendar/calendar.el (calendar-basic-setup): Don't call
18217         switch-to-buffer in a dedicated window.
18219 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
18221         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18222         don't do anything related to relocating, just return nil.
18223         (bookmark-error-no-filename): New error.
18224         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18225         bookmark has no file.  Don't even attempt to handle things that
18226         are not files; the whole point of custom handlers is to keep that
18227         knowledge elsewhere anyway.  Tighten some comments.
18228         (bookmark-file-or-variation-thereof): Remove now-unused function.
18229         (bookmark-location): Doc string fix.
18230         (Bug#4250)
18232 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
18234         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18235         don't use a file dialog, because they usually don't know how to read
18236         a directory target from the user.  (Bug#4230)
18237         Also, make sure the prompt can display directories as well as files.
18239 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
18241         * bookmark.el (bookmark-set, bookmark-buffer-name):
18242         Improve doc strings.  (Bug#1193)
18244 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
18246         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18247         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18248         (bookmark-get-annotation, bookmark-set-annotation)
18249         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18250         (bookmark-set-position, bookmark-get-front-context-string)
18251         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18252         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18253         (bookmark-jump-other-window, bookmark-handle-bookmark)
18254         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18255         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18256         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18257         Improve doc strings to say whether bookmark can be a string or
18258         a record or both, and make other consistency and clarity fixes.
18259         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18260         (bookmark-default-annotation-text, bookmark-yank-word)
18261         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18262         (bookmark-import-new-list, bookmark-maybe-rename)
18263         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18264         (bookmark-bmenu-bookmark): Give these doc strings.
18265         (bookmark-bmenu-check-position): Give this a doc string, but also
18266         add a FIXME comment about how the function may be pointless.
18267         (bookmark-default-handler): Rework doc string and change a
18268         parameter name, to clarify that this takes a bookmark record
18269         not a bookmark name.
18270         (bookmark-set): Change a parameter name to indicate its meaning,
18271         and improve the doc string a bit.
18272         (Bug#4188)
18274 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
18276         * bookmark.el (bookmark-alist): Document the new `handler' element
18277         in the param alist.
18278         (bookmark-make-record-function): Adjust documentation for above.
18279         (Bug#4193)
18281 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
18283         * info.el (Info-bookmark-make-record): Document this function.
18284         (Info-bookmark-jump): Document with a doc string, not just a comment.
18285         (Bug#4203)
18287 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
18289         * files.el (copy-directory): New defun.
18291         * dired-aux.el (dired-copy-file-recursive): Use it.
18293 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
18295         * files-x.el (modify-dir-local-variable)
18296         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18297         docstrings.
18299         * recentf.el (recentf-unload-function): New function.
18301 2009-10-04  Glenn Morris  <rgm@gnu.org>
18303         * window.el (window-full-height-p): Add doc string.
18305 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
18307         * window.el (window-full-height-p): New function.  (Bug#4543)
18309 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
18311         * vc.el: Remove commented out code.
18312         (vc-derived-from-dir-mode): Remove, unused.
18313         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18315 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
18317         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18318         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
18319         there could be recursive loading when `default-directory' is a
18320         remote file name.  (Bug#4614)
18322 2009-10-03  Glenn Morris  <rgm@gnu.org>
18324         * calendar/calendar.el (calendar-basic-setup): Handle the case where
18325         the frame is wide.
18326         (calendar-generate-window): Test for shrinkability rather than width.
18328         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18329         reusing existing buffers, in case we happen to visit two files with the
18330         same basename.  (Bug#4593)
18332 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
18334         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18335         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18336         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18337         subdirs of cedet as well.
18338         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18340 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18342         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18343         Obey advertised-signature-table.
18345         * help-fns.el (help-function-arglist): Don't check
18346         advertised-signature-table.
18347         (describe-function-1): Do it here instead so it also applies to subrs.
18349 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
18351         * simple.el (start-file-process): Say in the doc-string, that file
18352         handlers might not support pty association, if PROGRAM is nil.
18354         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18355         HOST and USER are strings.  They are nil, when there are
18356         incomplete entries in ~/.netrc, for example.
18357         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
18358         root directory ("device busy" error otherwise).
18360         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18361         Flush file properties of created directory.
18363 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
18365         * makefile.w32-in (WINS_BASIC): Remove cedet.
18366         (WINS_CEDET): Add cedet.
18367         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18369 2009-10-02  Kevin Ryde  <user42@zip.com.au>
18371         * net/browse-url.el (browse-url): Pass any symbol in
18372         browse-url-browser-function to `apply', since if you've mistakenly put
18373         an unbound symbol then the error is clearer.  (Bug#4531)
18375 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
18377         * allout.el (allout-init, allout-back-to-current-heading)
18378         (allout-beginning-of-current-entry, allout-ascend-to-depth)
18379         (allout-ascend, allout-up-current-level, allout-end-of-level)
18380         (allout-previous-visible-heading, allout-forward-current-level)
18381         (allout-backward-current-level, allout-show-children):
18382         * apropos.el (apropos-describe-plist):
18383         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18384         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18385         * completion.el (add-completion, add-permanent-completion):
18386         * descr-text.el (describe-text-category, describe-char):
18387         * desktop.el (desktop-lazy-abort):
18388         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18389         * dired.el (dired-build-subdir-alist):
18390         * ediff.el (ediff-version):
18391         * elide-head.el (elide-head, elide-head-show):
18392         * emerge.el (emerge-version):
18393         * env.el (getenv):
18394         * face-remap.el (variable-pitch-mode):
18395         * faces.el (describe-face):
18396         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18397         (dired-at-point):
18398         * files.el (find-file-existing, auto-save-mode):
18399         * font-lock.el (font-lock-fontify-buffer):
18400         * help-fns.el (describe-function, describe-variable)
18401         (describe-syntax, describe-categories):
18402         * help.el (view-lossage, describe-bindings, describe-key)
18403         (describe-mode):
18404         * hexl.el (hexl-current-address):
18405         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18406         * info.el (Info-goto-emacs-key-command-node):
18407         * log-edit.el (log-edit-insert-cvs-template)
18408         (log-edit-insert-cvs-rcstemplate):
18409         * menu-bar.el (menu-bar-mode):
18410         * mouse.el (mouse-appearance-menu):
18411         * newcomment.el (comment-indent-new-line):
18412         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18413         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18414         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18415         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18416         * recentf.el (recentf-mode):
18417         * savehist.el (savehist-mode, savehist-save):
18418         * shadowfile.el (shadow-copy-files):
18419         * simple.el (kill-ring-save, next-line, previous-line)
18420         (normal-erase-is-backspace-mode):
18421         * strokes.el (strokes-update-window-configuration)
18422         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18423         (strokes-xpm-for-stroke):
18424         * time.el (emacs-uptime, emacs-init-time):
18425         * tutorial.el (tutorial--describe-nonstandard-key)
18426         (tutorial--detailed-help):
18427         * type-break.el (type-break-mode)
18428         (type-break-mode-line-message-mode, type-break-query-mode)
18429         (type-break-guesstimate-keystroke-threshold):
18430         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18431         * version.el (emacs-version):
18432         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18433         * winner.el (winner-mode):
18434         * calendar/timeclock.el (timeclock-in, timeclock-out)
18435         (timeclock-status-string, timeclock-change)
18436         (timeclock-workday-remaining-string)
18437         (timeclock-workday-elapsed-string)
18438         (timeclock-when-to-leave-string):
18439         * calendar/todo-mode.el (todo-add-category):
18440         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18441         * emacs-lisp/autoload.el (update-file-autoloads):
18442         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18443         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18444         (checkdoc-message-text, checkdoc-defun):
18445         * emacs-lisp/debug.el (debugger-list-functions):
18446         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18447         * emacs-lisp/eieio-opt.el (eieio-describe-class)
18448         (eieio-describe-generic):
18449         * emacs-lisp/lisp-mnt.el (lm-synopsis):
18450         * emacs-lisp/shadow.el (list-load-path-shadows):
18451         * emulation/cua-base.el (cua-mode):
18452         * emulation/edt.el (edt-set-scroll-margins):
18453         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18454         (tpu-toggle-regexp, tpu-toggle-search-direction)
18455         (tpu-toggle-rectangle, tpu-toggle-control-keys):
18456         * emulation/tpu-extras.el (tpu-set-scroll-margins):
18457         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18458         (viper-set-parsing-style-toggling-macro)
18459         (viper-set-emacs-state-searchstyle-macros):
18460         * emulation/viper.el (viper-set-hooks):
18461         * eshell/esh-mode.el (eshell-truncate-buffer):
18462         * international/mule-cmds.el (prefer-coding-system)
18463         (describe-input-method, describe-language-environment):
18464         * international/mule-diag.el (list-character-sets)
18465         (describe-character-set, describe-coding-system)
18466         (describe-fontset, list-fontsets, list-input-methods):
18467         * mail/sendmail.el (mail-signature):
18468         * net/ange-ftp.el (ange-ftp-copy-file):
18469         * net/browse-url.el (browse-url):
18470         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18471         * net/quickurl.el (quickurl-add-url):
18472         * net/rcirc.el (names, topic):
18473         * net/xesam.el (xesam-mode):
18474         * play/5x5.el (5x5-new-game):
18475         * play/yow.el (apropos-zippy):
18476         * progmodes/ada-mode.el (ada-mode-version):
18477         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18478         (f90-end-of-block)
18479         (f90-beginning-of-block):
18480         * progmodes/fortran.el (fortran-end-of-block)
18481         (fortran-beginning-of-block):
18482         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18483         * progmodes/python.el (python-describe-symbol, python-shell):
18484         * term/ns-win.el (ns-print-buffer):
18485         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18486         * textmodes/flyspell.el (flyspell-mode-on):
18487         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18488         (pages-directory-for-addresses):
18489         * textmodes/table.el (table-recognize-cell)
18490         (table-query-dimension, table-generate-source)
18491         (table-insert-sequence, table--warn-incompatibility):
18492         * textmodes/tex-mode.el (tex-validate-buffer):
18493         * textmodes/texinfmt.el (texinfmt-version)
18494         (texinfo-format-buffer):
18495         Use `called-interactively-p' instead of `interactive-p'.
18497 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
18499         * image-mode.el (image-toggle-display):
18500         * emacs-lisp/elp.el (elp-instrument-function):
18501         * emacs-lisp/advice.el (ad-make-advised-definition):
18502         * emacs-lisp/easy-mmode.el (define-minor-mode):
18503         * net/browse-url.el (browse-url-maybe-new-window):
18504         * progmodes/sh-script.el (sh-learn-buffer-indent):
18505         Pass new argument 'any to `called-interactively-p'.
18507 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
18509         * international/uni-bidi.el:
18510         * international/uni-category.el:
18511         * international/uni-combining.el:
18512         * international/uni-comment.el:
18513         * international/uni-decimal.el:
18514         * international/uni-decomposition.el:
18515         * international/uni-digit.el:
18516         * international/uni-lowercase.el:
18517         * international/uni-mirrored.el:
18518         * international/uni-name.el:
18519         * international/uni-numeric.el:
18520         * international/uni-old-name.el:
18521         * international/uni-titlecase.el:
18522         * international/uni-uppercase.el:
18523         Regenerate from Unicode 5.2.0 data.
18525 2009-10-01  Glenn Morris  <rgm@gnu.org>
18527         * Makefile.in (ELCFILES): Regenerate.
18529 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18531         * subr.el (interactive-p): Mark obsolete.
18532         (called-interactively-p): Make the optional-ness of `kind' obsolete.
18533         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18534         advertised-signature-table for subroutines as well.
18536         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18537         (set-advertised-calling-convention): New function.
18538         (make-obsolete, define-obsolete-function-alias)
18539         (make-obsolete-variable, define-obsolete-variable-alias):
18540         Make the optional-ness of `when' obsolete.
18541         (define-obsolete-face-alias): Make `when' non-optional.
18542         * help-fns.el (help-function-arglist):
18543         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18544         Use advertised-signature-table.
18546 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
18548         * files.el (delete-directory): New defun.  The original function
18549         in fileio.c has been renamed to `delete-directory-internal'.
18551         * dired.el (dired-delete-file): Call `delete-directory' with
18552         RECURSIVE parameter.
18554         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18555         parameter RECURSIVE.  Implementation is missing.
18557         * net/tramp.el (tramp-handle-make-directory): Flush upper
18558         directory's file properties.
18559         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18560         (tramp-handle-dired-recursive-delete-directory): Flush directory
18561         properties after the remove command only.
18563         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18564         Handle optional parameter RECURSIVE.
18566         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18567         Handle optional parameter RECURSIVE.
18569         * net/tramp-smb.el (tramp-smb-errors): Add error message for
18570         connection timeout.
18571         (tramp-smb-handle-delete-directory): Handle optional parameter
18572         RECURSIVE.
18574 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18576         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18577         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18578         (byte-compile-defmacro): Use backquotes.
18580         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18582         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18583         has no associated file.
18584         (vc-resynch-buffer): Use vc-dir-buffers.
18586 2009-10-01  Glenn Morris  <rgm@gnu.org>
18588         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18589         (chart-file-count):
18590         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18591         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18592         * emacs-lisp/eieio-opt.el (eieio-describe-class):
18593         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18594         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18595         (eieio-copy-parents-into-subclass, make-instance, class-children)
18596         (eieio-generic-form):
18598         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18599         match-data.  (Bug#4555).
18601         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18602         rather than parsing it as a regexp.  This relaxes the layout
18603         requirements and makes errors easier to detect.
18604         (check-declare-verify): Check file is regular.
18605         (check-declare-directory): Doc fix.
18606         * subr.el (declare-function): Doc fix.
18608         * ibuffer.el (ibuffer-format-qualifier):
18609         * isearch.el (hi-lock-regexp-okay):
18610         * calc/calc.el (math-zerop):
18611         * mail/uce.el (rmail-msgbeg, rmail-msgend):
18612         * term/w32-win.el (setup-default-fontset, set-fontset-font):
18613         Remove unused declarations.
18615 2009-09-30  Eric Ludlam  <zappo@gnu.org>
18617         * emacs-lisp/eieio.el (boolean-p): Delete.
18619 2009-09-30  Glenn Morris  <rgm@gnu.org>
18621         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18623         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18624         filename is not a string.
18626 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
18628         * files.el (safe-local-eval-forms): Fix typo.
18630 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18632         * vc-hooks.el (vc-dir-buffers): New var.
18633         (vc-state-refresh): New function.
18634         (vc-state): Use it.
18635         (vc-after-save): Always ask the backend to recompute the new state.
18636         Always call vc-dir if necessary, using vc-dir-buffers.
18637         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18638         Use vc-dir-buffers.
18639         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18640         (vc-dir-prepare-status-buffer, vc-dir-update)
18641         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18642         Don't call expand-file-name on default-directory.
18644 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
18646         * speedbar.el (speedbar-item-delete):
18647         * calc/calc-prog.el (calc-kbd-if):
18648         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18650         * epa.el (epa-key-list-mode-map):
18651         * hi-lock.el (hi-lock-menu): Fix typos in menus.
18653         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18654         (hs-show-hook): Fix typo in docstring.
18656 2009-09-29  Glenn Morris  <rgm@gnu.org>
18658         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18659         file-name-nondirectory call preventing location of cedet files.
18660         (check-declare-verify): Use literal search rather than re-search.
18661         Add basic defmethod and defclass, and define-overloadable-function.
18663         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18664         Use tramp-compat-file-attributes rather than nonexistent
18665         tramp-compat-handle-file-attributes.
18667         * Makefile.in (lisptagsfiles4): New.
18668         (AUTOGENEL): Add cedet loaddefs files.
18669         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18670         (update-elclist, compile-always, backup-compiled-files)
18671         (bootstrap-clean): Add yet another directory level.
18672         (update-elclist): Use LC_COLLATE rather than COLLATE.
18673         (ELCFILES): Update, via `make update-elclist'.
18675 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
18677         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18678         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18679         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18681 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
18683         * Makefile.in (lisptagsfiles3): Define.
18684         (TAGS, TAGS-LISP): Use it.
18685         (update-elclist): Add third directory level to look for elc files.
18686         (compile-always): Likewise.
18687         (backup-compiled-files): Likewise.
18688         (bootstrap-clean): Likewise.
18689         (ELCFILES): Update.
18691 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
18693         * Makefile.in (ELCFILES): Add CEDET files.
18695 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
18697         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18699         * net/tramp.el (top): Require tramp-imap.
18701         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18702         Use `tramp-compat-handle-file-attributes'.
18704 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18706         * net/tramp-imap.el: New package.
18708 2009-09-28  Eric Ludlam  <zappo@gnu.org>
18710         * emacs-lisp/chart.el:
18711         * emacs-lisp/eieio-base.el:
18712         * emacs-lisp/eieio-comp.el:
18713         * emacs-lisp/eieio-custom.el:
18714         * emacs-lisp/eieio-datadebug.el:
18715         * emacs-lisp/eieio-opt.el:
18716         * emacs-lisp/eieio-speedbar.el:
18717         * emacs-lisp/eieio.el: New files.
18719 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18721         * whitespace.el (whitespace-trailing-regexp)
18722         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18723         Fix doc string.
18725 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
18727         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18728         menu.
18730         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18731         menu-bar-ediff-menu.
18733         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18734         define-overloadable-function.
18736         * progmodes/autoconf.el: Provide autoconf as well, so that this
18737         file can be `require'd.
18739         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18741         * emacs-lisp/autoload.el (generated-autoload-feature)
18742         (generated-autoload-load-name): New vars.
18743         (autoload-rubric, autoload-generate-file-autoloads): Use them.
18744         (make-autoload): Recognize define-overloadable-function and
18745         defclass forms (for EIEIO).
18747         * Makefile.in (update-subdirs): Exclude cedet directory.
18749 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
18751         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
18753         * faces.el: Default light-background background for region face to
18754         ns_selection_color under NS.
18756 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
18758         * net/imap-hash.el: New library, see NEWS.
18760         * Makefile.in (ELCFILES): Add imap-hash.el.
18762 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18764         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18765         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18766         * help-macro.el (make-help-screen): Avoid using an ambiguous function
18767         definition where the docstring could be taken for the return value.
18769 2009-09-26  Glenn Morris  <rgm@gnu.org>
18771         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18772         Add option to only show images below a certain size.
18773         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18774         save-excursion calls.
18776 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
18778         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18779         subdirectories) and eieio.
18781 2009-09-26  Alan Mackenzie  <acm@muc.de>
18783         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18784         Correct buggy bracketing.  (Bug#4289)
18786         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18787         character constants (as case labels).  (Bug#4289)
18789 2009-09-25  Juri Linkov  <juri@jurta.org>
18791         * files.el (safe-local-eval-forms): Allow time-stamp in
18792         before-save-hook (Bug#4554).
18794 2009-09-25  Drew Adams  <drew.adams@oracle.com>
18796         * menu-bar.el (list-buffers-directory): Doc fix.
18798 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18800         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18801         Try and avoid copying twice the same paragraph.
18802         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18803         Remove save-excursion.
18804         (log-edit-changelog-entry): Do it here instead.
18806 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
18808         * bs.el (bs--get-file-name): Use `list-buffers-directory'
18809         when available, instead of hardcoding mode names.  Doc fix.
18811         * menu-bar.el (list-buffers-directory): Add docstring.
18812         Make automatically buffer-local.
18814         * dired.el (dired-mode):
18815         * files.el (cd-absolute):
18816         * pcvs.el (cvs-temp-buffer):
18817         * pcvs-util.el (cvs-get-buffer-create):
18818         * shell.el (shell-mode):
18819         * vc-dir.el (vc-dir-mode):
18820         Don't make `list-buffers-directory' buffer local.
18822 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
18824         * comint.el (comint-exec, comint-run, make-comint):
18825         Doc fixes (Bug#4542).
18827 2009-09-25  Glenn Morris  <rgm@gnu.org>
18829         * mail/rmailmm.el (rmail-mime): New custom group.
18830         Move all defcustoms in this file into this group.
18831         (rmail-mime-media-type-handlers-alist): Revert previous change.
18832         (rmail-mime-show-images): New option.
18833         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18834         references to it, since it wasn't actually used for anything.
18835         (rmail-mime-insert-image): New function.
18836         (rmail-mime-image): Use rmail-mime-insert-image.
18837         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18838         obey the value of `rmail-mime-show-images' option.  Print the size of
18839         attachments.
18841 2009-09-25  David Engster  <deng@randomsample.de>
18843         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
18845 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18847         * whitespace.el: Does not highlight trailing spaces While point is
18848         at end of line.  Does not highligt spaces at beginning of buffer
18849         while point is at beginning of buffer.  Does not highlight spaces
18850         at end of buffer while point is at end of buffer.  (Bug#4177)
18851         New version 12.0.
18852         (whitespace-display-mappings): Adjust initialization.
18853         (whitespace-point, whitespace-font-lock-refontify): New vars.
18854         (whitespace-color-on, whitespace-color-off): Adjust code.
18855         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18856         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18857         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18859 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
18861         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18863         * textmodes/sgml-mode.el: Remove xml-mode alias.
18865         * files.el (auto-mode-alist, conf-mode-maybe)
18866         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18868 2009-09-24  Alan Mackenzie  <acm@muc.de>
18870         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18871         c-forward-conditionals, but it doesn't move point and doesn't set
18872         the mark.
18873         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18874         (c-down-conditional-with-else, c-backward-conditional)
18875         (c-forward-conditional): Refactor to use c-scan-conditionals.
18877 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
18879         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18880         (help-default-arg-highlight): Remove.
18881         (help-highlight-arg): New function.
18882         (help-do-arg-highlight): Use it.
18883         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
18885 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18887         * term.el (term-set-scroll-region, term-handle-ansi-escape):
18888         Undo last change, which didn't fix the problem and introduced others.
18890 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
18892         * progmodes/gdb-mi.el: Don't require speedbar.
18893         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18895 2009-09-24  Glenn Morris  <rgm@gnu.org>
18897         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18899         * term/ns-win.el (ns-reg-to-script): Define for compiler.
18901         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18902         there is no newline after the final mime boundary.  (Bug#4539)
18903         Move markers on insertion so that any buttons inserted don't end up in
18904         the next part of a multipart message.
18905         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
18906         (rmail-mime-bulk-handler): Optionally handle images.
18907         (rmail-mime-image): New button action.
18908         (rmail-mime-image-handler): New function.
18909         (rmail-mime-mode): New mode.
18910         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
18912 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18914         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18915         than just dropping elements from it (bug#4504).
18917         * term.el (term-set-scroll-region): Don't move cursor any more.
18918         (term-handle-ansi-escape): Call term-goto here instead.
18919         Suggested by Ivan Kanis <apple@kanis.eu>.
18921         * term.el: Require CL.
18922         (term-ansi-reset): New function.
18923         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18924         (term-handle-colors-array): Simplify.
18926 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
18928         * allout.el (allout-overlay-interior-modification-handler)
18929         (allout-obtain-passphrase):
18930         * epa-file.el (epa-file-write-region):
18931         * ps-print.el (ps-begin-job):
18932         * vc-hooks.el (vc-toggle-read-only):
18933         * vc-rcs.el (vc-rcs-rollback):
18934         * vc-sccs.el (vc-sccs-rollback):
18935         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18936         (vc-version-diff, vc-revert, vc-rollback):
18937         * wdired.el (wdired-check-kill-buffer):
18938         * emacs-lisp/authors.el (authors):
18939         * net/socks.el (socks-open-connection):
18940         * net/zeroconf.el (zeroconf-service-add-hook):
18941         * obsolete/vc-mcvs.el (vc-mcvs-register):
18942         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18943         (gdb-select-frame):
18944         * progmodes/grep.el (lgrep, rgrep):
18945         * progmodes/idlw-help.el (idlwave-help-check-locations)
18946         (idlwave-help-html-link, idlwave-help-assistant-open-link):
18947         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18948         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18949         (reftex-toc-rename-label): Fix typos in error messages.
18951         * dired-aux.el (dired-do-shell-command): Reflow docstring.
18952         (dired-copy-how-to-fn): Doc fix.
18953         (dired-files-attributes, dired-read-shell-command):
18954         Fix typos in docstrings.
18956         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18957         (dired-x-find-file-other-window): Reflow docstrings.
18958         (dired-omit-marker-char, dired-read-shell-command)
18959         (dired-x-submit-report): Fix typos in docstrings.
18961         * shell.el (shell-mode-hook):
18962         * view.el (View-scroll-line-forward):
18963         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18964         Fix typos in docstrings.
18966         * net/dig.el (dig-invoke): Fix typo in docstring.
18967         (query-dig): Reflow docstring.
18969         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18970         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18971         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18972         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18973         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18974         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18975         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18976         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18977         (idlwave-completion-map, idlwave-current-indent)
18978         (idlwave-custom-ampersand-surround, idlwave-customize)
18979         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18980         (idlwave-define-abbrev, idlwave-determine-class-special)
18981         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18982         (idlwave-end-block-reg, idlwave-end-of-statement)
18983         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18984         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18985         (idlwave-explicit-class-listed, idlwave-file-header)
18986         (idlwave-fill-paragraph, idlwave-find-class-definition)
18987         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18988         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18989         (idlwave-in-quote, idlwave-indent-action-table)
18990         (idlwave-indent-expand-table, idlwave-indent-line)
18991         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18992         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18993         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18994         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18995         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18996         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18997         (idlwave-outlawed-buffers, idlwave-popup-select)
18998         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18999         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19000         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19001         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19002         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19003         (idlwave-statement-type, idlwave-struct-skip)
19004         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19005         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19006         (idlwave-what-module-find-class): Fix typos in docstrings.
19007         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19008         (idlwave-calculate-cont-indent, idlwave-expand-equal)
19009         (idlwave-find-module, idlwave-find-structure-definition)
19010         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19011         (idlwave-list-load-path-shadows, idlwave-next-statement)
19012         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19013         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19014         (idlwave-template): Reflow docstrings.
19016         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19017         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19018         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19019         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19020         (idlwave-shell-display-line, idlwave-shell-display-wframe)
19021         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19022         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19023         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19024         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19025         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19026         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19027         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19028         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19029         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19030         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19031         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19032         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19033         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19034         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19035         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19036         Fix typos in docstrings.
19037         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19038         (idlwave-shell-hide-output, idlwave-shell-mode)
19039         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19040         Reflow docstrings.
19042         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19044 2009-09-24  Ivan Kanis  <apple@kanis.eu>
19046         * term.el (term-bold-attribute): New var.
19047         (term-handle-colors-array): Use it.
19049 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
19051         * progmodes/gdb-mi.el (gdb-version): New variable.
19052         (gdb-non-stop-handler): Set gdb-version.
19053         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19054         Condition "--thread" option on gdb-version.
19055         (gdb-invalidate-threads): Remove unused argument.
19057 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19059         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19060         to looking-back to avoid ridiculous slow down in large files (bug#4511).
19062 2009-09-23  Glenn Morris  <rgm@gnu.org>
19064         * mail/rmail.el (rmail-reply): Don't try to add a References header when
19065         replying to mail without References or Message-Id.  (Bug#4525)
19067 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
19069         * term/ns-win.el (ns-reg-to-script): New variable.
19071 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
19073         * epg.el (epg-wait-for-status): Preserve existing 'error results.
19075 2009-09-22  Sam Steingold  <sds@gnu.org>
19077         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19078         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19079         to 1 because hg returns status 1 when nothing is found.
19080         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19082 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19084         * textmodes/fill.el: Convert to utf-8 encoding.
19085         (fill-french-nobreak-p): Remove redundant » and « inherited from our
19086         pre-Unicode days.
19088         * add-log.el (change-log-fill-forward-paragraph): New function.
19089         (change-log-mode): Use it so fill-region DTRT.
19090         Set fill-indent-according-to-mode here rather than in
19091         change-log-fill-paragraph.
19092         (change-log-fill-paragraph): Remove.
19094 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
19096         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19097         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
19099 2009-09-22  Glenn Morris  <rgm@gnu.org>
19101         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19102         the scroll-bar scroll the calendar window rather than the buffer.
19104         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19105         commands that move point (as opposed to scrolling).
19107         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19109         * emacs-lisp/elint.el (elint): New custom group.
19110         (elint-log-buffer): Make it a defcustom.
19111         (elint-scan-preloaded, elint-ignored-warnings)
19112         (elint-directory-skip-re): New options.
19113         (elint-builtin-variables): Doc fix.
19114         (elint-preloaded-env): New variable.
19115         (elint-unknown-builtin-args): Add an entry for encode-time.
19116         (elint-extra-errors): Make it a variable rather than a constant.
19117         (elint-preloaded-skip-re): New constant.
19118         (elint-directory): Skip files matching elint-directory-skip-re.
19119         (elint-features): New variable, local to linted buffers.
19120         (elint-update-env): Initialize elint-features.  Possibly add
19121         elint-preloaded-env to the buffer's environment.
19122         (elint-get-top-forms): Bind elint-current-pos, for log messages.
19123         Skip quoted forms.
19124         (elint-init-form): New function, extracted from elint-init-env.
19125         Make non-list forms a warning rather than an error.
19126         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
19127         easy-menu-define, put that adds an error-condition, and provide.
19128         When requiring cl, also require cl-macs.  Really require cl, to handle
19129         some cl macros.  Store required libraries in the list elint-features,
19130         so as not to re-load them.  Treat cc-require like require.
19131         (elint-init-env): Call elint-init-form to do the work.
19132         Handle eval-and-compile and such like.
19133         (elint-add-required-env): Do not clear messages.
19134         (elint-special-forms): Add handlers for function, defalias, if, when,
19135         unless, and, or.
19136         (elint-form): Add optional argument to ignore elint-special-forms,
19137         useful to prevent recursive calls from handlers.  Doc fix.
19138         Respect elint-ignored-warnings.
19139         (elint-form): Respect elint-ignored-warnings.
19140         (elint-bound-variable, elint-bound-function): New variables.
19141         (elint-unbound-variable): Respect elint-bound-variable.
19142         (elint-get-args): Respect elint-bound-function.
19143         (elint-check-cond-form): Add some simple handling for (f)boundp and
19144         featurep tests.
19145         (elint-check-defalias-form): New handler.
19146         (elint-check-let-form): Make an empty let a warning rather than an
19147         error.
19148         (elint-check-setq-form): Make an empty setq a warning rather than an
19149         error.  Respect elint-ignored-warnings.
19150         (elint-check-defvar-form): Accept null doc-strings.
19151         (elint-check-conditional-form): New handler.  Does some simple-minded
19152         checking of featurep and (f)boundp tests.
19153         (elint-put-function-args): New function.
19154         (elint-initialize): Use elint-scan-doc-file rather than
19155         elint-find-builtin-variables.  Use elint-put-function-args.
19156         Possibly scan preloaded-file-list.
19157         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19158         extend to handle functions as well.
19160 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
19162         * linum.el (linum-delete-overlays, linum-update-window):
19163         Do not modify the right margin.  (Bug#3971)
19165 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
19167         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19168         Use nxml-mode instead of xml-mode.
19170 2009-09-21  Kevin Ryde  <user42@zip.com.au>
19172         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
19174 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19176         * net/dig.el (dig-mode): Use define-derived-mode.
19178 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
19180         * vc-dispatcher.el (vc-do-command): Return the process object in
19181         the asynchronous case.  Use when instead of if.  Do not run
19182         vc-exec-after to display a message if not enabled.  (Bug#4463)
19184         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19185         properties to the stash strings.
19186         (vc-git-stash-list): Return a list of strings.
19187         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19188         (vc-git-stash-show-at-point): New functions.
19189         (vc-git-stash-map): New keymap.
19191         * register.el (ctl-x-r-map): Define the keys here instead of
19192         using autoload.
19194 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
19196         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19197         list, to workaround performance problem (bug#4485).
19199 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
19201         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19203 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
19205         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19206         Document that this option is not recommended to use.
19208 2009-09-19  Glenn Morris  <rgm@gnu.org>
19210         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19211         variable `var'.
19213         * calc/calc-alg.el (var):
19214         * calc/calcalg2.el (var): Define for compiler.
19216 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
19218         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19219         Doc fix (Bug#3932).
19221         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19223         * time-stamp.el (time-stamp-month-dd-yyyy)
19224         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19225         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19226         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19227         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19228         Remove functions that have been obsolete since 1995 (Bug#4436).
19230         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19231         indent buffer only if called interactively (Bug#4452).
19233 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
19234             Eli Zaretskii  <eliz@gnu.org>
19236         This fixes bug#4197 (merged to bug#865, though not identical).
19237         * server.el (server-auth-dir): Add docstring note about FAT32.
19238         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19239         but warn against using them.
19241 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
19243         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19244         older GDB where there is no has_more field.
19246 2009-09-19  Glenn Morris  <rgm@gnu.org>
19248         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19250 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
19252         * files.el (auto-mode-alist): Change default for XML files to nXML
19253         mode (Bug#4169).
19255 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
19257         * server.el (server-ensure-safe-dir): Pass 'integer
19258         to `file-attributes', as suggested.
19260 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19262         * dired-aux.el (dired-query-alist): Remove spurious backslash.
19263         (dired-query): Use read-key.
19265 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
19267         * cus-start.el (ns-use-qd-smoothing): Remove.
19269 2009-09-18  Glenn Morris  <rgm@gnu.org>
19271         * allout.el (top-level): Remove unnecessary progn.
19273         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19275         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19276         definition of abbrev table.
19278         * speedbar.el (speedbar-track-mouse):
19279         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19280         * net/eudc.el (eudc-expand-inline):
19281         * net/newst-backend.el (newsticker--cache-read-feed):
19282         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19283         condition-case handlers.
19285 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
19287         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19288         (gdb-var-list): Add an element for has_more field.
19289         (gdb-non-stop-handler): Enable pretty printing for STL containers.
19290         (gdb-var-create-handler, gdb-var-list-children-handler-1)
19291         (gdb-var-update-handler-1): Parse output of dynamic variable
19292         objects (STL containers).
19293         (gdb-var-delete-1): Pass var1 as an explicit second argument.
19294         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
19296         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19297         gdb-var-list.
19298         (gud-speedbar-buttons): Make node expandable if expression "has more"
19299         children.
19301 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
19303         * startup.el (emacs-quick-startup): Remove variable and all uses.
19304         (command-line): Set `inhibit-x-resources' instead.
19305         (command-line-1): Use `inhibit-x-resources' instead.
19307 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
19309         * subr.el: Fix last change to avoid using the `unless' macro,
19310         which breaks bootstrapping.
19312 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19314         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19315         extended definitions, in case we reload subr.el after having
19316         loaded CL.
19317         (eval-next-after-load): Mark as obsolete.
19319 2009-09-17  Juri Linkov  <juri@jurta.org>
19321         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19322         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19323         (menu-bar-showhide-menu, menu-bar-tools-menu)
19324         (menu-bar-describe-menu, menu-bar-help-menu)
19325         (minibuffer-local-completion-map, minibuffer-local-map):
19326         Fix list quoting.
19328 2009-09-17  Glenn Morris  <rgm@gnu.org>
19330         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19331         arguments, whether or not it has a handler.
19333         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19335         * simple.el (hard-newline): Give it a doc-string.
19337         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19338         (lisp-mode-syntax-table): Give them doc-strings.
19340 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
19342         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19343         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19344         (menu-bar-options-menu, menu-bar-showhide-menu)
19345         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19346         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19347         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19348         (menu-bar-options-menu, menu-bar-tools-menu)
19349         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19350         (menu-bar-help-menu):
19351         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19352         string arguments.
19354         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19355         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19356         calls for the menu names and :help.
19358 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19360         * mouse.el (minor-mode-menu-from-indicator): Pay attention
19361         to :minor-mode-function (bug#4455).
19363 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19365         * startup.el (command-line): Initialize the window-system after
19366         processing the command-line.
19368         * textmodes/page.el (what-page): Make sure we don't inf-loop if
19369         page-delimiter matches the empty string.
19371 2009-09-16  Glenn Morris  <rgm@gnu.org>
19373         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19374         byte-compile-not-obsolete-var.  It's a list now.
19375         (byte-compile-not-obsolete-funcs): New variable.
19376         (byte-compile-warn-obsolete): Don't warn about functions if they are in
19377         byte-compile-not-obsolete-funcs.
19378         (byte-compile-variable-ref, byte-compile-defvar): Update for
19379         byte-compile-not-obsolete-vars name-change and list nature.
19380         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19381         and variables behind (f)boundp tests.
19382         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19384 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
19386         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19388 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19390         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19391         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19392         Don't autoload.
19394 2009-09-15  Stephen Eglen  <stephen@gnu.org>
19396         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19397         the virtual-buffers, use the name of the buffer specified by
19398         find-file-noselect, as the match may be a symlink.  (This was a
19399         problem if the target and the symlink had different names.)
19401 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19403         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19405         * desktop.el (desktop-path): Check user-emacs-directory.
19407         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19409         * loadup.el: Use after-load-functions to GC after loading each file.
19410         Remove the explicit GC calls that used to be sprinkled around.
19412         * subr.el (after-load-functions): New hook.
19413         (do-after-load-evaluation): Run it.  Use string-match-p to detect
19414         `obsolete' packages, rather than painfully extracting the relevant
19415         directory name.
19417 2009-09-15  Glenn Morris  <rgm@gnu.org>
19419         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19420         free variable `doc'.
19422         * dired.el (dired-mode-map): Add menu entry for async shell command.
19424         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19425         variables, also consider the .elc files, since the .el files are
19426         normally gzipped (subsequent code locates the .el.gz from the .elc).
19428         * calc/calc-prog.el (arglist): Define for compiler.
19430         * calendar/diary-lib.el (diary-display-function): Change the default to
19431         fancy display.
19432         (body): Define for compiler.
19434         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19435         (byte-compile-file-form, byte-compile-lambda)
19436         (byte-compile-top-level-body, byte-compile-form)
19437         (byte-compile-variable-ref, byte-compile-setq)
19438         (byte-compile-setq-default, byte-compile-body)
19439         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19440         (batch-byte-compile): Give some more local variables with common names
19441         a "bytecomp-" prefix to avoid masking warnings about free variables.
19443         * startup.el (command-line-1): Give local variables with common names a
19444         distinguishing prefix, so as not to hide free variable warnings during
19445         bootstrap.
19447         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19448         clever and add a suffix to make a unique name, just let the user decide
19449         whether or not to overwrite it.  If the input is a directory, write the
19450         default filename to that directory.  (Bug#4388)
19451         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19452         is a filename-as-a-directory.
19454 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19456         * textmodes/page.el (what-page): Don't move to beginning of line.
19457         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19459 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
19461         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19463 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
19465         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19466         * help.el (help-for-help-internal): Add purecopy calls for text.
19468         * vc.el (top): print-log method now takes an optional SHORTLOG
19469         argument.  Add a new method: root.
19470         (vc-root-diff, vc-print-root-log): New functions.
19471         (vc-log-short-style): New variable.
19472         (vc-print-log-internal): Add support for showing short logs.
19474         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19475         vc-print-root-log and vc-print-root-diff.
19477         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19478         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19479         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19480         short logs.
19482         * vc-cvs.el (vc-cvs-print-log):
19483         * vc-mtn.el (vc-mtn-print-log):
19484         * vc-rcs.el (vc-rcs-print-log):
19485         * vc-sccs.el (vc-sccs-print-log):
19486         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19487         that is ignored for now.
19489         * vc-mtn.el (vc-mtn-annotate-command):
19490         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19492 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19494         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19495         to function-key-map, and give them ascii-character property.
19496         * term/x-win.el (x-alternatives-map):
19497         * term/ns-win.el (ns-alternatives-map):
19498         * term/internal.el (msdos-key-remapping-map):
19499         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19501 2009-09-14  Glenn Morris  <rgm@gnu.org>
19503         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19504         temp-buffers (2009-09-12).
19506 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19508         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19509         the new read-key function.
19511 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
19513         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19514         is defined (Bug#4405).
19516 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
19518         * recentf.el (recentf-cleanup): Use a hash table to find
19519         duplicates (Bug#4407).
19521 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
19523         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19524         kp-0 to ascii equivalents (Bug#4325).
19526 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
19528         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19530         * eshell/em-hist.el:
19531         * eshell/em-dirs.el (eshell-complete-user-reference):
19532         Declare pcomplete functions and variables to avoid compiler warnings.
19534 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
19536         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19537         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19538         * eshell/em-alias.el (eshell-aliases-file):
19539         * eshell/em-hist.el (eshell-history-file-name):
19540         Use expand-file-name instead of concat to make file names (Bug#4308).
19542 2009-09-13  Glenn Morris  <rgm@gnu.org>
19544         * ediff-merg.el (ediff-do-merge):
19545         * filesets.el (filesets-run-cmd):
19546         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19547         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19548         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19549         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19550         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19551         Replace empty `let's with `progn'.
19553 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19555         * mail/sendmail.el (send-mail-function):
19556         * tooltip.el (tooltip-mode):
19557         * simple.el (transient-mark-mode):
19558         * rfn-eshadow.el (file-name-shadow-mode):
19559         * frame.el (blink-cursor-mode):
19560         * font-core.el (global-font-lock-mode):
19561         * files.el (temporary-file-directory)
19562         (small-temporary-file-directory, auto-save-file-name-transforms):
19563         * epa-hook.el (auto-encryption-mode):
19564         * composite.el (global-auto-composition-mode):
19565         Use custom-initialize-delay.
19566         * startup.el (command-line): Don't explicitly call
19567         custom-reevaluate-setting for all the above vars.
19568         * custom.el (custom-initialize-safe-set)
19569         (custom-initialize-safe-default): Delete.
19571 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19573         * term/x-win.el (x-initialize-window-system):
19574         * term/w32-win.el (w32-initialize-window-system):
19575         * term/ns-win.el (ns-initialize-window-system): Don't call
19576         mouse-wheel-mode since it's enabled globally by default already.
19578         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19579         actually define the variable, but only silences the byte-compiler.
19580         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19581         before looking it up.
19582         (mouse-wheel-scroll-amount): Also reset the bindings if this value
19583         is changed.
19585 2009-09-12  Glenn Morris  <rgm@gnu.org>
19587         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19588         1000.
19589         (elint-add-required-env): Don't beep on error.
19590         (elint-forms): In case of error, return ENV unchanged.
19591         (elint-init-env): Skip non-list forms.
19592         (elint-log): Handle unknown file positions.
19594 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
19596         * epg.el (epg-make-context): Add autoload cookie.
19597         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19598         (epg-decrypt-string, epg-start-verify, epg-verify-file)
19599         (epg-verify-string, epg-start-sign, epg-sign-file)
19600         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19601         (epg-encrypt-string, epg-start-export-keys)
19602         (epg-export-keys-to-file, epg-export-keys-to-string)
19603         (epg-start-import-keys, epg-import-keys-from-file)
19604         (epg-import-keys-from-string, epg-start-receive-keys)
19605         (epg-receive-keys, epg-import-keys-from-server)
19606         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19607         (epg-sign-keys, epg-start-generate-key)
19608         (epg-generate-key-from-file, epg-generate-key-from-string):
19609         Remove autoload cookie.
19611 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
19613         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19614         reevaluation of trash-directory.
19616         * mwheel.el: Fix last change.
19617         (mouse-wheel-mode): New defvar.
19618         (mouse-wheel-mode): Remove autoload cookie.
19620 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19622         * mwheel.el (mwheel-installed-bindings): New var.
19623         (mouse-wheel-mode): Use it, so as to make sure we really remove all
19624         the bindings we set last time.  Use custom-initialize-delay.
19625         * loadup.el: Load mwheel after term/*-win.el.
19626         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19627         and mouse-wheel-up-event now that their first evaluation is done
19628         sufficiently late to be correct.
19630         * startup.el (tutorial-directory): Make it a defcustom.
19631         Use custom-initialize-delay rather than eval-at-startup to set it.
19632         * image.el (image-load-path): Make it a defcustom.
19633         Use custom-initialize-delay rather than eval-at-startup to set it.
19634         * subr.el (eval-at-startup): Remove.
19635         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19637         * subr.el (do-after-load-evaluation): Warn the user after loading an
19638         obsolete package.
19640 2009-09-12  Glenn Morris  <rgm@gnu.org>
19642         * proced.el (proced-mark-alt): Remove alias.
19643         (proced-mode-map): Remove proced-mark-alt.
19645         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19646         Elint file and directory.  Remove initialization entry.
19648         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19649         commands.
19650         (elint-current-buffer): Set mode-line-process.
19651         (elint-init-env): Handle define-derived-mode.
19652         Fix declare-function with unspecified arglist.  Guard against odd
19653         defalias statements (eg iso-insert's 8859-1-map).
19654         (elint-add-required-env): Use a temp buffer.
19655         (elint-form): Just print the function/macro name, not the whole form.
19656         Return env unchanged if we fail to parse a macro.
19657         (elint-forms): Guard against parse errors.
19658         (elint-output): New function, to handle batch mode.
19659         (elint-log-message): Add optional argument.  Use elint-output.
19660         (elint-set-mode-line): New function.
19662 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
19664         * emacs-lisp/elp.el (elp-not-profilable): Add more
19665         functions (Bug#4233).
19667 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
19669         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19670         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19672 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
19674         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19675         (gdb-var-list-children): Use json parsing.
19677 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
19679         * progmodes/js.el (js--proper-indentation): Handle the case where
19680         char-before is null.  Reported by Deniz Dogan.
19682 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
19684         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19686 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
19688         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19689         (epg-digest-algorithm-alist): Add SHA224.
19690         (epg-context-set-passphrase-callback)
19691         (epg-context-set-progress-callback): Add description about
19692         callback function.
19694 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19696         * custom.el (custom-delayed-init-variables): New var.
19697         (custom-initialize-delay): New function.
19698         * startup.el (command-line): "Re"evaluate all vars in
19699         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
19700         explicitly any more.
19701         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19702         to avoid creating a ~/.emacs.d at build-time (bug#4347).
19704         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19706 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
19708         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19709         (gdb-var-update-handler): Use json parsing.
19711 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
19713         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19714         decode annotated text, regardless of language environment.  (Bug#2741)
19716 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19718         * Makefile.in (autoloads): Make rmail.el writable as well.
19720 2009-09-11  Glenn Morris  <rgm@gnu.org>
19722         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19723         loaddefs.el.
19724         * dired.el: Regenerate with extracted autoloads.
19725         * Makefile.in (autoloads): Make dired.el writable.
19727         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19728         * ibuffer.el: Regenerate with extracted autoloads.
19729         * Makefile.in (autoloads): Make ibuffer.el writable.
19731         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19732         * version.el (emacs-copyright, emacs-major-version)
19733         (emacs-minor-version): Reformat doc-strings for make-docfile.
19735         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19736         functions and variables, since they must be stuff specific to some other
19737         platform.
19738         (apropos-print): Make mouse-click message less specific about button.
19740         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19741         that records where a macro was defined.
19742         * help-fns.el (describe-function-1): Mention if a function has a
19743         compiler-macro.
19744         * help-mode.el (help-function-cmacro): New button.
19746         * locate.el (top-level): Always require dired.
19747         (locate-mode-map): Initialize inside the defvar.
19749         * net/ange-ftp.el (dired-compress-file): Declare.
19750         (ange-ftp-dired-compress-file): Add doc string.
19752         * term/ns-win.el (x-display-name, x-setup-function-keys):
19753         Unify doc-strings with X versions.
19755 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19757         * emulation/crisp.el (crisp-mode-map): Move initialization
19758         into declaration.
19759         (crisp-mode): Use define-minor-mode.
19761         * progmodes/xscheme.el (xscheme-evaluation-commands):
19762         Put a :advertised-binding property rather than using
19763         advertised-xscheme-send-previous-expression.
19764         (advertised-xscheme-send-previous-expression): Declare obsolete.
19765         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19766         `advertised-undo'.
19767         (crisp-mode): Add corresponding bindings to
19768         undo's :advertised-binding instead.
19769         * dired.el (dired-mode-map): Put a :advertised-binding property rather
19770         than using dired-advertised-find-file.
19771         (dired-advertised-find-file):
19772         * simple.el (advertised-undo):
19773         * wid-edit.el (advertised-widget-backward): Declare obsolete.
19774         (widget-keymap): Put a :advertised-binding property rather
19775         than using advertised-widget-backward.
19776         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19777         than using advertised-undo.
19778         * tutorial.el (tutorial--default-keys): Adjust accordingly.
19780 2009-09-10  Simon South  <ssouth@slowcomputing.org>
19782         * progmodes/delphi.el (delphi-tab): Indent region when Transient
19783         Mark mode is enabled and region is active; otherwise indent or
19784         insert TAB as usual.
19785         (delphi-mode): Update description of TAB-key binding.
19787 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19789         * subr.el (define-key-rebound-commands): Mark obsolete.
19790         * startup.el (precompute-menubar-bindings): Remove.
19791         (normal-top-level): Remove obsolete code that tried to precompute
19792         menubar bindings.
19793         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19794         define-key-rebound-commands and precompute-menubar-bindings.
19796 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19798         * net/imap.el (imap-interactive-login): Better messages.
19799         (imap-open): Fix bug with renamed buffer on reconnect.
19800         (imap-authenticate): Add buffer-local imap-last-authenticator variable
19801         for easier debugging and cleaner code.  On successful (guessed based on
19802         server capabilities) secondary authentication, set imap-state
19803         correctly.
19804         (imap-last-authenticator): Define imap-last-authenticator as a variable
19805         to avoid warnings.
19807 2009-09-10  Glenn Morris  <rgm@gnu.org>
19809         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19811         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19812         (byte-compile-file-form-autoload): Don't warn about unknown functions
19813         where the autoload statement comes after the use.
19814         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19815         that any handlers inside the body (eg require) are in turn respected.
19817         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19818         effects.
19820         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19821         and syntax and abbrev tables basic docs, if they don't have any.
19823         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19825         * international/mule-cmds.el (top-level): Require cl when compiling.
19826         (view-hello-file): Use default-value rather than
19827         default-enable-multibyte-characters.
19829         * progmodes/fortran.el: Move all safe and risky properties into the
19830         defcustoms.
19832         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19833         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19834         * mail/undigest.el:
19835         Put autoloads in rmail.el rather than loaddefs.el.
19836         * mail/rmail.el: Regenerate with extracted autoloads.
19838         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19839         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19841 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
19843         Reported in thread for Bug#4375.
19844         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19845         "-data-evaluate-expression" instead of print.
19846         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19847         (gdb-tooltip-print): Parse output from above MI command.
19848         (gdb): Revert 2009-08-11 change.  User should detach inferior
19849         manually.
19851         Remove the word "separate" from IO functions as inferior
19852         output is now never displayed in the GUD buffer.
19854 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
19856         * startup.el (command-line-normalize-file-name): On Windows and
19857         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19859 2009-09-10  Juri Linkov  <juri@jurta.org>
19861         * isearch.el (isearch-text-char-description): Propertize escape
19862         character sequences with the `escape-glyph' face.  (Bug#4344)
19864         * simple.el (shell-command): Set asynchronous process filter to
19865         `comint-output-filter'.  (Bug#4343)
19867         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19868         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
19869         the list.  Move "asm" to the bottom.
19870         (grep-find-ignored-directories): Add `choice' with nil value
19871         to empty the list easily.
19872         (grep-find-ignored-files): New option.
19873         (grep-files-history): Set to nil by default instead of '("ch" "el").
19874         (grep-compute-defaults): Add "<X>" to `grep-template'.
19875         (grep-read-files): Bind new local variables `default-alias' and
19876         `default-extension'.  Use a list of default values for the file prompt.
19877         (lgrep): Add `--exclude=' command line options composed from
19878         `grep-find-ignored-files'.
19879         (rgrep): Add `-name' command line options composed from
19880         `grep-find-ignored-files'.  (Bug#4301)
19882 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19884         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19885         (bug#4368).
19887 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19889         * calendar/time-date.el (autoload):
19890         Expand define-obsolete-function-alias into defalias and make-obsolete
19891         for old Emacsen that Gnus supports.
19892         (with-no-warnings): Define it for old Emacsen.
19893         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19894         is available.
19895         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19896         float-time is available; suppress compile warning for time-to-seconds.
19898 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
19900         * net/imap.el (imap-message-map): Docstring fix.
19902 2009-09-09  Glenn Morris  <rgm@gnu.org>
19904         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19905         line numbers too.  (Bug#4374)
19907 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19909         * smerge-mode.el (smerge-remove-props, smerge-refine):
19910         Use with-silent-modifications (bug#4342).
19912         * subr.el (with-silent-modifications): New macro.
19914 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
19916         * files.el (top-level): Require `cl' when compiling.
19918 2009-09-07  Glenn Morris  <rgm@gnu.org>
19920         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19922         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19923         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
19925 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
19927         * vc-git.el (vc-git-annotate-command): Use separator to parse
19928         arguments correctly.
19930 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
19932         * proced.el (proced-mode): Doc fix.
19934 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
19936         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19937         lstat fails.
19938         (tramp-do-file-attributes-with-ls): Check for file existence at
19939         remote end.
19940         (tramp-do-file-attributes-with-stat): Likewise.
19941         (tramp-convert-file-attributes): Return nil when attr is nil.
19943 2009-09-05  Glenn Morris  <rgm@gnu.org>
19945         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19946         properties to this button.
19947         (diary-fancy-display): Don't extend the button to the final newline.
19948         (diary-fancy-display-mode): Continue to define "q" as a local key.
19950         * calendar/cal-china.el (holiday-chinese): Make it slightly more
19951         efficient.
19953         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19955         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19956         (byte-compile-dest-file-function): New option.
19957         (byte-compile-dest-file): Doc fix.
19958         Obey byte-compile-dest-file-function.
19959         (byte-compile-cl-file-p): New function.
19960         (byte-compile-eval): Only suppress noruntime warnings about cl functions
19961         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
19962         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19963         than for file being previously loaded.
19964         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19965         (byte-compile-file-form-require): Handle the case where requiring a file
19966         indirectly causes CL to be loaded.
19968 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
19970         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19971         before killing the old buffer, since by the time `kill-buffer' is
19972         run so many buffer variables have been set to nil that it may not
19973         behave as expected.  (Bug#4061)
19975 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
19977         * files.el (find-alternate-file): If the old buffer is modified
19978         and visiting a file, behave similarly to `kill-buffer' when
19979         killing it, thus reverting to the pre-1.878 behavior; see
19980         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19981         for discussion.  Also, consult `buffer-file-name' as a variable
19982         not as a function, for consistency with the rest of the code.
19984 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
19986         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19987         also when adding a new directory.
19989         * net/tramp-compat.el (tramp-compat-line-beginning-position):
19990         New defun.
19992 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19994         * files.el (locate-file-completion-table): Make it provide boundary
19995         information, so partial-completion works better.
19997 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
19999         * mail/footnote.el (Footnote-text-under-cursor):
20000         Check footnote-text-marker-alist before using it (bug#4324).
20002 2009-09-04  Glenn Morris  <rgm@gnu.org>
20004         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20005         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20006         * play/solitaire.el, play/tetris.el:
20007         Remove leading * from defcustom and defface docs.
20009         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20010         necessary.
20011         (diary-fancy-overriding-map): New variable.
20012         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20013         Use view-mode.
20015         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20016         goto-line.
20018 2009-09-03  Glenn Morris  <rgm@gnu.org>
20020         * arc-mode.el (archive-mode):
20021         * dos-fns.el (set-default-process-coding-system):
20022         * man.el (Man-getpage-in-background):
20023         * menu-bar.el (menu-bar-describe-menu):
20024         * server.el (server-process-filter):
20025         * startup.el (command-line):
20026         * tar-mode.el (tar-header-block-tokenize, tar-extract):
20027         * w32-fns.el (set-default-process-coding-system):
20028         * x-dnd.el (x-dnd-handle-file-name):
20029         * international/mule-cmds.el (mule-menu-keymap)
20030         (set-default-coding-systems, language-info-alist, set-language-info)
20031         (set-language-environment, standard-display-european-internal)
20032         (set-locale-environment):
20033         * international/mule-diag.el (mule-diag):
20034         * mail/emacsbug.el (report-emacs-bug):
20035         * mail/rmail.el (rmail-mode):
20036         * mail/sendmail.el (mail-setup):
20037         Use default-value rather than default-enable-multibyte-characters.
20039         * progmodes/f90.el: Move all safe properties into the defcustoms.
20040         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20042         * calendar/appt.el (appt-check):
20043         * calendar/diary-lib.el (diary-set-header, diary-live-p)
20044         (diary-check-diary-file, diary-list-entries)
20045         (diary-include-other-diary-files, diary-simple-display)
20046         (diary-fancy-display, diary-print-entries)
20047         (diary-mark-included-diary-files, diary-make-entry):
20048         Don't call substitute-in-file-name on diary-file.
20050 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
20051             Stefan Monnier  <monnier@iro.umontreal.ca>
20053         * mail/footnote.el (footnote-prefix): Make it a defcustom.
20054         (footnote-mode-map): Move initialization into the declaration.
20055         (footnote-minor-mode-map): Define it rather than changing global-map.
20056         (footnote-mode): Use define-minor-mode.
20058 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
20060         * net/tramp.el (tramp-handle-file-attributes-with-ls)
20061         (tramp-do-file-attributes-with-perl)
20062         (tramp-do-file-attributes-with-stat): Rename from
20063         `tramp-handle-file-attributes-with-*'.
20064         (tramp-handle-file-attributes): Use them.
20065         (tramp-do-directory-files-and-attributes-with-perl)
20066         (tramp-do-directory-files-and-attributes-with-stat): Rename from
20067         `tramp-handle-directory-files-and-attributes-with-*'.
20068         (tramp-handle-directory-files-and-attributes): Use them.
20069         (tramp-method-out-of-band-p): Additional parameter SIZE.
20070         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20071         (tramp-handle-write-region): Use it.
20072         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20073         (tramp-handle-vc-registered): Check, whether the first run did
20074         return files to be tested.
20075         (tramp-advice-make-auto-save-file-name): Do not call directly
20076         `tramp-handle-make-auto-save-file-name', because this would bypass
20077         the locking mechanism.
20079         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20080         (file-remote-p, process-file, start-file-process, set-file-times)
20081         (tramp-compat-file-attributes): Compatibility functions shall not
20082         call directly `tramp-handle-*', because this would bypass the
20083         locking mechanism.
20084         (tramp-compat-number-sequence): New defun.
20086 2009-09-02  Glenn Morris  <rgm@gnu.org>
20088         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20089         alias for float-time.
20090         (time-to-number-of-days): In Emacs, use float-time.
20091         * net/newst-backend.el (time-add): Suppress warnings from compat
20092         function.
20093         * time.el (emacs-uptime, emacs-init-time):
20094         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20095         Use float-time rather than time-to-seconds.
20097         * minibuffer.el (completion-initials-expand): Fix typo.
20099         * faces.el (modeline, modeline-inactive, modeline-highlight)
20100         (modeline-buffer-id):
20101         * info.el (info-menu-5): Mark these face aliases as obsolete.
20103 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
20105         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20106         space ...
20107         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20108         no "--thread" option.
20109         (gdb-stopped): Don't print "Switched to thread" message when it is
20110         unchanged.
20112 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20114         * minibuffer.el (completion-try-completion)
20115         (completion-all-completions): Remove ill-defined (and
20116         mistakenly installed and luckily never used nor documented)
20117         `completion-styles' property.
20118         (completion-initials-expand, completion-initials-all-completions)
20119         (completion-initials-try-completion): New functions.
20120         (completion-styles-alist): Add doc to each entry.
20121         Add new `initials' entry.
20123 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
20125         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20126         MI command -var-evaluate-expression.
20127         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20128         and tweak for case of string child.
20129         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20131 2009-09-01  Glenn Morris  <rgm@gnu.org>
20133         * add-log.el (change-log-date-face, change-log-name-face)
20134         (change-log-email-face, change-log-file-face, change-log-list-face)
20135         (change-log-conditionals-face, change-log-function-face)
20136         (change-log-acknowledgement-face):
20137         * cus-edit.el (custom-invalid-face, custom-rogue-face)
20138         (custom-modified-face, custom-set-face, custom-changed-face)
20139         (custom-saved-face, custom-button-face, custom-button-pressed-face)
20140         (custom-documentation-face, custom-state-face, custom-comment-face)
20141         (custom-comment-tag-face, custom-variable-tag-face)
20142         (custom-variable-button-face, custom-face-tag-face)
20143         (custom-group-tag-face-1, custom-group-tag-face):
20144         * diff-mode.el (diff-header-face, diff-file-header-face)
20145         (diff-index-face, diff-hunk-header-face, diff-removed-face)
20146         (diff-added-face, diff-changed-face, diff-function-face)
20147         (diff-context-face, diff-nonexistent-face):
20148         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20149         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20150         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20151         (Info-title-4-face):
20152         * isearch.el (isearch-lazy-highlight-face):
20153         * log-view.el (log-view-file-face, log-view-message-face):
20154         * paren.el (show-paren-match-face, show-paren-mismatch-face):
20155         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20156         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20157         (cvs-msg-face):
20158         * smerge-mode.el (smerge-mine-face, smerge-other-face)
20159         (smerge-base-face, smerge-markers-face):
20160         * wid-edit.el (widget-documentation-face, widget-button-face)
20161         (widget-field-face, widget-single-line-field-face)
20162         (widget-inactive-face, widget-button-pressed-face):
20163         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20164         (woman-addition-face):
20165         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20166         (eshell-ls-executable-face, eshell-ls-readonly-face)
20167         (eshell-ls-unreadable-face, eshell-ls-special-face)
20168         (eshell-ls-missing-face, eshell-ls-archive-face)
20169         (eshell-ls-backup-face, eshell-ls-product-face)
20170         (eshell-ls-clutter-face):
20171         * eshell/em-prompt.el (eshell-prompt-face):
20172         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20173         * obsolete/old-whitespace.el (whitespace-highlight-face):
20174         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20175         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20176         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20177         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20178         (antlr-font-lock-literal-face):
20179         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20180         (ebrowse-root-class-face, ebrowse-file-name-face)
20181         (ebrowse-default-face, ebrowse-member-attribute-face)
20182         (ebrowse-member-class-face, ebrowse-progress-face):
20183         * progmodes/make-mode.el (makefile-space-face):
20184         * progmodes/sh-script.el (sh-heredoc-face):
20185         * textmodes/flyspell.el (flyspell-incorrect-face)
20186         (flyspell-duplicate-face):
20187         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20188         * textmodes/texinfo.el (texinfo-heading-face):
20189         Mark face aliases with "-face" suffix as obsolete.
20191         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20192         compiler.
20194         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20195         (eudc-bob-sound-menu): Use defvar rather than defconst, since
20196         easy-menu-define wants to modify these.
20198         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20200         * net/browse-url.el (browse-url-file-url):
20201         * term/internal.el (dos-codepage-setup):
20202         Use default-value rather than default-enable-multibyte-characters.
20204         * progmodes/etags.el (etags-goto-tag-location):
20205         * progmodes/flymake.el (flymake-highlight-line)
20206         (flymake-goto-file-and-line, flymake-goto-line):
20207         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20208         (gdb-goto-breakpoint):
20209         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20210         * progmodes/python.el (python-find-function)
20211         (python-pdbtrack-track-stack-file):
20212         * progmodes/verilog-mode.el (verilog-surelint-off):
20213         * term/ns-win.el (ns-open-file-select-line):
20214         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20215         Use forward-line rather than goto-line.
20217         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20218         * textmodes/reftex-index.el (reftex-display-index):
20219         * textmodes/reftex-ref.el (reftex-offer-label-menu):
20220         * textmodes/reftex-toc.el (reftex-toc):
20221         Remove unnecessary bindings of default-major-mode (all are followed by
20222         major-mode check and possible mode switch).
20224 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
20226         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20227         Handle watchpoints (bug#4282).
20228         (def-gdb-thread-buffer-command): Enable thread to be selected by
20229         clicking without selecting threads buffer first.
20230         (gdb-current-context-command): Use selected frame so that "up",
20231         "down" etc work in the GUD buffer.
20232         (gdb-update): Find selected frame before rendering stack buffer.
20233         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20235 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20237         * progmodes/sym-comp.el (displayed-completions): Remove.
20238         (symbol-complete): Use minibuffer-complete.
20240 2009-08-31  Glenn Morris  <rgm@gnu.org>
20242         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20244         * apropos.el (apropos-symbols-internal):
20245         Handle (obsolete) face aliases.
20247         * faces.el (describe-face): Adjust the output format to be more like
20248         describe-variable, and to mention (obsolete) face aliases.
20249         Adjust the whitespace so that help-setup-xref works.
20251         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20252         * calendar/diary-lib.el (diary-button-face):
20253         Mark these face aliases as obsolete.
20255         * calendar/calendar.el (calendar-today): Doc fix.
20257 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
20259         * progmodes/gdb-mi.el (gdb-control-all-threads)
20260         (gdb-control-current-thread): Force tool bar update.
20261         (gdb-non-stop-handler): New function.
20262         (gdb-init-1): Use it to test if non-stop mode is supported.
20263         Remove unused gdbmi buffer type.
20265 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
20267         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20268         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
20270 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
20272         * comint.el (comint-exec-1): Check command is non-null first.
20273         Part of gdb-mi.el change (2009-08-28).
20275 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20277         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20279 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
20281         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20282         instead of `dolist' to avoid a recursive require when bootstrapping.
20284 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20286         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20288         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20290         * net/imap.el (imap-send-command): Simplify.
20291         (imap-wait-for-tag): point-max -> buffer-size.
20293         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20295         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20296         with constant argument.
20298         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20300         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20302         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20303         Change default, since most of our files don't have a history.
20304         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20305         the user.
20307         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20308         Add comint-run.
20310         * calc/calc.el: Improve commenting convention.
20311         (calc-digit-map, toplevel): Simplify.
20313         * comint.el (comint-insert-input): Be careful to only set point if we
20314         don't delegate to some other command.
20316         * proced.el (proced-signal-list): Make it an alist.
20317         (proced-grammar-alist): Capitalize names.
20318         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20319         Disable undo manually and make it read-only.
20320         Use completion-annotate-function.
20322         * minibuffer.el (minibuffer-message): If the current buffer is not
20323         a minibuffer, insert the message in the echo area rather than at the
20324         end of the buffer.
20325         (completion-annotate-function): New variable.
20326         (minibuffer-completion-help): Use it.
20327         (completion--embedded-envvar-table): Environment vars are
20328         always case-sensitive.
20330 2009-08-30  Glenn Morris  <rgm@gnu.org>
20332         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20333         from fortran-current-defun.
20334         (fortran-beginning-of-subprogram): Be more precise about finding the
20335         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
20336         (fortran-end-of-subprogram): Simplify.
20337         (fortran-current-defun): Use fortran-start-prog-re.
20339 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
20341         * subr.el (do-after-load-evaluation): Simplify.
20343 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20345         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20347         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
20348         (vc-rcs-print-log): Use it.
20350         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20352 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20354         * paths.el (abbrev-file-name): Move to abbrev.el.
20355         * abbrev.el (abbrev-file-name): Move from paths.el.
20356         Obey user-emacs-directory.
20357         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20358         user-emacs-directory.
20359         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20360         abbrev-file-name and calc-settings-file any more.
20361         * startup.el (command-line): Recompute abbrev-file-name and
20362         abbreviated-home-dir.
20363         (normal-no-mouse-startup-screen): Improve the generic code and get rid
20364         of the special code for when C-h bindings haven't been changed.
20365         (display-startup-echo-area-message): Use with-current-buffer.
20366         (command-line-1): Use a list of strings, rather than a list of lists
20367         of strings for longopts.
20369         * files.el (get-free-disk-space): Use / for default-directory.
20371         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20372         Use with-current-buffer.
20374         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20375         Recognize immutable variables like most-positive-fixnum.
20376         (byte-compile-setq-default): Check and warn if trying to assign
20377         to an immutable variable, or a non-variable.
20379         * progmodes/cc-vars.el (c-comment-continuation-stars):
20380         * progmodes/cc-engine.el (c-looking-at-bos):
20381         * progmodes/cc-cmds.el (c-toggle-auto-state)
20382         (c-forward-into-nomenclature, c-backward-into-nomenclature)
20383         (c-comment-line-break-function): Add version of obsolescence.
20385 2009-08-28  Juri Linkov  <juri@jurta.org>
20387         * files.el (magic-fallback-mode-alist): Add ZIP magic number
20388         associated with `archive-mode'.
20390         * image.el (image-type-header-regexps): Use only JPEG magic number
20391         to determine JPEG images, and don't use `image-jpeg-p' because
20392         Emacs can display non-JFIF non-Exif JPEG images.
20394 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
20396         * arc-mode.el (archive-mode):
20397         * emacs-lisp/re-builder.el (re-builder-unload-function):
20398         Protect against the default value of `major-mode' being nil.
20400 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
20402         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20403         Fix typos in docstrings.
20405         * progmodes/js.el (js--macro-decl-re): Doc fix.
20406         (js--plain-method-re, js--split-name): Refloc docstring.
20407         (js--class-styles, js--make-merged-item, js--splice-into-items):
20408         Fix typos in docstrings; reflow docstrings.
20409         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20410         (js--variable-decl-matcher, js--inside-pitem-p)
20411         (js--parse-state-at-point, js--get-all-known-symbols)
20412         (js--symbol-history, js-find-symbol, js--js-references)
20413         (js--moz-interactor, js--js-encode-value, js--read-tab):
20414         Fix typos in docstrings.
20416 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20418         * textmodes/reftex.el (reftex-get-file-buffer-force):
20419         * progmodes/verilog-mode.el (verilog-batch-execute-func):
20420         * emulation/viper.el (viper-go-away, viper-set-hooks):
20421         * emacs-lisp/re-builder.el (re-builder-unload-function):
20422         * emacs-lisp/bytecomp.el (byte-compile-file):
20423         * ses.el (ses-unload-function):
20424         * hexl.el (hexl-find-file):
20425         * files.el (normal-mode):
20426         * ehelp.el (with-electric-help):
20427         * autoinsert.el (auto-insert-alist):
20428         * arc-mode.el (archive-mode):
20429         Use (default-value 'major-mode) instead of default-major-mode.
20431         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20432         * international/mule.el (load-with-code-conversion):
20433         * emacs-lisp/debug.el (debug):
20434         * ediff-vers.el (ediff-rcs-get-output-buffer):
20435         * dired.el (dired-internal-noselect): Don't let-bind
20436         default-major-mode around code that doesn't use it.
20437         E.g. buffer creation via get-buffer-create doesn't use it.
20439 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
20441         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20442         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20443         when writing the temp file.  Otherwise, epa-file gets confused.
20444         (tramp-register-file-name-handlers): Make it a defun.  Move also
20445         `epa-file-handler' to the front of `file-name-handler-alist'.
20447 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20449         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20450         start right after a ^M.
20451         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20452         (tramp-completion-file-name-regexp-separate)
20453         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20454         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20455         Don't modify last-coding-system-used by accident.
20456         (tramp-completion-file-name-handler): Apply the checks here,
20457         instead during registration.
20458         (tramp-register-file-name-handlers): Rename from
20459         `tramp-register-file-name-handler'.  Register both
20460         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20461         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
20463 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
20465         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20466         Remove variable ...
20467         (gdb-init-1, gdb-display-separate-io-buffer)
20468         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20469         references to it.
20470         (gdb-inferior-io-mode): Use make-comint-in-buffer.
20471         (gdb-inferior-filter): Use comint-output-filter to stop
20472         echoing and remove ^M characters.
20474 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20476         * emulation/viper-init.el (viper-restore-cursor-type):
20477         * emulation/cua-base.el (cua--update-indications):
20478         Replace default-cursor-type with (default-value 'cursor-type).
20480         * mail/sendmail.el (mail-recover-1):
20481         * international/mule-diag.el (describe-current-coding-system-briefly)
20482         (describe-current-coding-system):
20483         * international/mule-cmds.el (select-safe-coding-system)
20484         (select-message-coding-system)
20485         (set-language-environment-coding-systems, set-locale-environment):
20486         * hexl.el (hexl-insert-multibyte-char):
20487         * dos-w32.el (find-buffer-file-type-coding-system):
20488         * simple.el (what-cursor-position):
20489         Replace uses of default-buffer-file-coding-system
20490         with (default-value 'buffer-file-coding-system).
20492         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20493         Replace uses of default-cursor-in-non-selected-windows
20494         with (default-value 'cursor-in-non-selected-windows).
20495         Use with-current-buffer.
20497         * mail/feedmail.el: Use CL macros.
20498         (feedmail-run-the-queue, feedmail-send-it-immediately):
20499         * dos-w32.el (find-buffer-file-type): Replace uses of
20500         default-buffer-file-type with (default-value 'buffer-file-type).
20502 2009-08-28  Glenn Morris  <rgm@gnu.org>
20504         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20505         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20506         Use default-value of major-mode rather than default-major-mode.
20508 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20510         * Makefile.in (update-elcfiles): Report left over elc files.
20512         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20513         expand-file-name and with-current-buffer.
20514         (mail-get-names, mail-directory): Use with-current-buffer.
20516         * vc.el (vc-read-revision): New function.
20517         (vc-version-diff, vc-merge): Use it.
20519 2009-08-27  Sam Steingold  <sds@gnu.org>
20521         * simple.el (kill-do-not-save-duplicates): New user option.
20522         (kill-new): When it is non-nil, and the new string is the same as
20523         the latest kill, set replace to t to avoid duplicates in kill-ring.
20525 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
20527         * net/tramp.el (tramp-handle-process-file): Do not flush all
20528         caches when `process-file-side-effects' is set.
20529         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20530         instead of `tramp-find-file-exists-command'.
20531         Unset `process-file-side-effects'.
20533 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
20535         * net/tramp.el (tramp-methods): New method "rsyncc".
20536         (top): Add completion function for "rsyncc".
20537         (tramp-message-show-message): New defvar.
20538         (tramp-message, tramp-error): Use it.
20539         (tramp-do-copy-or-rename-file-directly): Extend check for direct
20540         remote copying.
20541         (tramp-do-copy-or-rename-file-out-of-band): Handle new
20542         `tramp-methods' entry `copy-env' of "rsyncc".
20543         (tramp-vc-registered-read-file-names): New defconst.
20544         (tramp-vc-registered-file-names): New defvar.
20545         (tramp-handle-vc-registered): Implement optimization strategy.
20546         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20547         (tramp-vc-file-name-handler): New defun.
20548         (tramp-get-ls-command, tramp-get-test-command)
20549         (tramp-get-file-exists-command, tramp-get-remote-ln)
20550         (tramp-get-remote-perl, tramp-get-remote-stat)
20551         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20553         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20554         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
20555         timestamps.
20556         (tramp-get-file-property): Check for timestamps in
20557         `tramp-cache-inhibit-cache'.
20558         (tramp-set-file-property): Write timestamp.
20560 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20562         * language/japan-util.el (japanese-symbol-table): Add entries for
20563         cp932-2-byte.
20565         * international/characters.el: Add category `j' to cp932-2-byte.
20567 2009-08-27  Kenichi Handa  <handa@m17n.org>
20569         * international/fontset.el (build-default-fontset-data): New macro.
20570         (setup-default-fontset): Use build-default-fontset-data for CJK,
20571         tibetan, ethiopic, and ipa.
20573 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20575         * cus-start.el (default-major-mode): Customize `major-mode' instead.
20576         (enable-multibyte-characters): Not customizable any more.
20578         * subr.el (default-mode-line-format, default-header-line-format)
20579         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20580         (default-direction-reversed, default-truncate-lines)
20581         (default-left-margin, default-tab-width, default-case-fold-search)
20582         (default-left-margin-width, default-right-margin-width)
20583         (default-left-fringe-width, default-right-fringe-width)
20584         (default-fringes-outside-margins, default-scroll-bar-width)
20585         (default-vertical-scroll-bar, default-indicate-empty-lines)
20586         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20587         (default-fringe-cursor-alist, default-scroll-up-aggressively)
20588         (default-scroll-down-aggressively, default-fill-column)
20589         (default-cursor-type, default-buffer-file-type)
20590         (default-cursor-in-non-selected-windows)
20591         (default-buffer-file-coding-system, default-major-mode)
20592         (default-enable-multibyte-characters): Mark as obsolete.
20594 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
20596         * vc-dir.el (vc-dir-update): Remove debug helper.
20598         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20600 2009-08-26  Sam Steingold  <sds@gnu.org>
20602         * simple.el (save-interprogram-paste-before-kill): New user option.
20603         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20604         save the interprogram-paste into kill-ring before overriding it
20605         with the Emacs kill.
20607 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
20609         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20610         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20611         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20612         and move to vc-rcs.el.
20613         (vc-default-next-revision): Rename to vc-rcs-next-revision and
20614         move to vc-rcs.el.
20615         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20616         (vc-rcs-update-changelog): Remove.
20617         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20618         and move to vc-rcs.el.
20620         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20621         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20622         renaming.
20623         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20624         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20625         vc.el, renamed to be RCS specific.
20627         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20628         New functions.
20629         (vc-cvs-update-changelog): Move here from vc.el.
20631         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20632         New functions.
20634 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20636         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20638 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
20640         * vc-git.el (vc-git-register): Use "git add" for directories.
20641         (vc-git-stash, vc-git-stash-show): New functions.
20642         (vc-git-extra-menu-map): Bind them.
20644         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20645         directory correctly in case the item is a directory itself.
20647         * vc.el: Document the desired behavior for reverted files in the
20648         `added' state.
20649         (vc-default-prettify-state-info): Remove function, unused.
20651         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20653 2009-08-26  Glenn Morris  <rgm@gnu.org>
20655         * bindings.el (standard-mode-line-format): Reposition dashes in
20656         which-func entry.  (Bug#4217)
20658         * files.el (enable-local-variables, enable-local-eval)
20659         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20660         the defcustoms.
20661         (auto-mode-alist, ignored-local-variables)
20662         (save-some-buffers-action-alist): Move risky declarations to the
20663         definitions.
20664         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20665         (font-lock-defaults, format-alist, imenu--index-alist)
20666         (imenu-generic-expression, input-method-alist, minor-mode-alist)
20667         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20668         (mode-line-modified, mode-line-mule-info, mode-line-position)
20669         (mode-line-process, mode-line-remote, outline-level)
20670         (parse-time-rules, rmail-output-file-alist)
20671         (special-display-buffer-names, vc-mode):
20672         Move risky declarations to the relevant files.
20673         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20674         (mode-line-modified, mode-line-process, mode-line-position)
20675         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20676         * font-core.el (font-lock-defaults):
20677         * format.el (format-alist):
20678         * vc-hooks.el (vc-mode):
20679         * window.el (special-display-buffer-names):
20680         * international/mule-cmds.el (input-method-alist):
20681         Define riskiness here (dumped file) rather than in files.el.
20682         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20683         * imenu.el (imenu-generic-expression, imenu--index-alist):
20684         * outline.el (outline-level):
20685         * time.el (display-time-string):
20686         * calendar/parse-time.el (parse-time-rules):
20687         * mail/rmailout.el (rmail-output-file-alist):
20688         Autoload riskiness here, rather than placing in files.el.
20690 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
20692         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20694 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
20696         * simple.el (process-file-side-effects): New defvar.
20698         * dired-aux.el (dired-show-file-type):
20699         * vc.el (vc-diff-internal):
20700         * vc-arch.el (vc-arch-diff):
20701         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20702         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20703         * vc-git.el (vc-git-registered, vc-git-working-revision)
20704         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20705         (vc-git--empty-db-p):
20706         * vc-hooks.el (vc-user-login-name):
20707         * vc-svn.el (vc-svn-registered, vc-svn-state)
20708         (vc-svn-dir-extra-headers, vc-svn-find-revision):
20709         * progmodes/grep.el (grep-probe): Let-bind
20710         `process-file-side-effects' with nil.
20712         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20714         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20715         daemon.  Replace ping by checking for running service for bluez
20716         and zeroconf.  (Bug#4239)
20718 2009-08-25  Kevin Ryde  <user42@zip.com.au>
20720         * net/dig.el (dig): Add autoload cookie.
20722 2009-08-25  Glenn Morris  <rgm@gnu.org>
20724         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20725         load-history for absolute file-names.
20726         (byte-compile-file-form-require): Warn about use of the cl package.
20728         * format.el (format-alist): Doc fix.
20730         * play/bubbles.el (top-level): Don't require cl at run-time.
20732         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20733         run-time cl).
20735 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
20737         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20738         from cl package.
20739         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20741 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
20743         * calc/calc-alg.el (math-trig-rewrite)
20744         (math-hyperbolic-trig-rewrite): New functions.
20745         (calc-simplify): Simplify trig functions when asked.
20747 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20749         * diff-mode.el (diff-find-source-location): Avoid goto-line.
20751 2009-08-24  Kenichi Handa  <handa@m17n.org>
20753         * language/ind-util.el (mapthread): Delete it.
20754         (combinatorial): New function.
20755         (indian--puthash-cv): Use combinatorial instead of mapthread.
20757 2009-08-22  Kevin Ryde  <user42@zip.com.au>
20759         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20760         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20761         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20762         Clarify docstring that the value is strings not symbols.
20763         (checkdoc-list-of-strings-p): New function.
20765 2009-08-22  Glenn Morris  <rgm@gnu.org>
20767         * files.el (auto-mode-alist):
20768         * hippie-exp.el (he-concat-directory-file-name):
20769         * lpr.el (lpr-windows-system, printer-name):
20770         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20771         * ps-print.el (ps-windows-system):
20772         * startup.el (command-line):
20773         * emulation/viper-ex.el (viper-glob-function):
20774         * international/mule-cmds.el (set-language-environment-coding-systems):
20775         * net/ange-ftp.el (ange-ftp-write-region):
20776         * obsolete/fast-lock.el (fast-lock-cache-name):
20777         Remove code for defunct system-types emx, macos, mswindows, next-mach,
20778         unisoft-unix, vax-vms, win32, w32.
20780         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20781         given name if the pattern is not more specific.
20783         * calendar/lunar.el (lunar-phase-names): New option.
20784         (lunar-phase): Doc fix.
20785         (lunar-cycles-per-year): New constant.
20786         (lunar-index): New function.
20787         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20788         (lunar-phase-name): Use lunar-phase-names.
20789         (calendar-lunar-phases): Use format.
20790         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20792         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20793         Copy imenu-example--name-and-position function here for own use.
20794         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20796         * bs.el (bs--redisplay):
20797         * cus-edit.el (custom-redraw):
20798         * ibuffer.el (ibuffer-bury-buffer):
20799         * server.el (server-goto-line-column):
20800         * startup.el (command-line-1):
20801         * strokes.el (strokes-xpm-for-stroke):
20802         * term.el (term-display-buffer-line):
20803         * view.el (View-goto-line):
20804         * calc/calc.el (calc-do, calc-trail-buffer):
20805         * play/gamegrid.el (gamegrid-add-score-insecure):
20806         * progmodes/ada-mode.el (ada-compile-goto-error):
20807         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20808         (ebrowse-select-1st-to-9nth):
20809         * progmodes/cperl-mode.el (cperl-time-fontification):
20810         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20811         * progmodes/gud.el (gud-display-line):
20812         (idlwave-shell-display-line):
20813         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20814         * progmodes/make-mode.el (makefile-browser-toggle):
20815         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20816         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20817         * textmodes/picture.el (picture-draw-rectangle):
20818         * textmodes/reftex-index.el (reftex-index-goto-letter):
20819         (reftex-select-jump-to-previous):
20820         * textmodes/reftex-sel.el (reftex-find-start-point)
20821         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20822         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20823         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20824         * textmodes/tex-mode.el (tex-compilation-parse-errors):
20825         * textmodes/two-column.el (2C-associated-buffer):
20826         Use forward-line rather than goto-line.
20828         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20829         goto-line.
20831         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20832         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20833         (quick-check-list-to-regexp): Declare.
20835         * progmodes/make-mode.el (makefile-browser-insert-selection):
20836         Use goto-char rather than goto-line.
20838         * progmodes/prolog.el (compilation-error-regexp-alist)
20839         (compilation-forget-errors): Declare.
20841 2009-08-22  Juri Linkov  <juri@jurta.org>
20843         * progmodes/grep.el (lgrep, rgrep): At the beginning
20844         set `dir' to `default-directory' unless `dir' is a non-nil
20845         readable directory.  (Bug#4052)
20846         (lgrep, rgrep): Change a weird way to report an error
20847         from using `read-string' to using `error'.
20848         Instead of using interactive arguments in the function body,
20849         add new argument `confirm'.
20851 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20853         * textmodes/remember.el (remember-buffer):
20854         * progmodes/cperl-mode.el (cperl-vc-header-alist):
20855         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20856         (icalendar-extract-ical-from-buffer):
20857         * net/newst-treeview.el (newsticker-groups-filename):
20858         * net/newst-backend.el (newsticker-cache-filename):
20859         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20860         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20861         (speedbar-add-ignored-path-regexp, speedbar-line-path)
20862         (speedbar-buffers-line-path, speedbar-path-line)
20863         (speedbar-buffers-line-path):
20864         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20865         (epg-sign-keys):
20866         * epa.el (epa-display-verify-result):
20867         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20869 2009-08-21  Glenn Morris  <rgm@gnu.org>
20871         * progmodes/js.el (inferior-moz-process): Fix declaration.
20873         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20875         * obsolete/rnewspost.el (news-mail-reply):
20876         Use goto-char rather than goto-line.
20878         * term/ns-win.el (ns-open-file-select-line):
20879         Use line-beginning-position rather than goto-line.
20881         * apropos.el (apropos-command):
20882         * ehelp.el (electric-helpify):
20883         * printing.el (pr-show-setup):
20884         * strokes.el (strokes-help):
20885         * tutorial.el (tutorial--describe-nonstandard-key)
20886         (tutorial--detailed-help):
20887         * woman.el (woman-mini-help, woman-display-extended-fonts):
20888         * calc/calc-help.el (calc-describe-key):
20889         * emulation/edt.el (edt-electric-helpify):
20890         * international/mule-diag.el (mule-diag):
20891         * play/yow.el (apropos-zippy):
20892         * progmodes/python.el (python-describe-symbol):
20893         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20894         * textmodes/table.el (*table--cell-describe-mode)
20895         (*table--cell-describe-bindings):
20896         Use help-print-return-message rather than the now obsolete alias.
20898         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20899         (calendar-cursor-to-visible-date):
20900         * play/5x5.el (5x5-position-cursor):
20901         * play/decipher.el (decipher):
20902         * play/gomoku.el (gomoku-goto-xy):
20903         * play/landmark.el (lm-goto-xy):
20904         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20905         (mpuz-paint-digit):
20906         Use forward-line, not goto-line.
20908         * mail/rmail.el (rmail-obsolete): Delete custom group.
20909         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20910         (rmail-remote-password, rmail-remote-password-required):
20911         Remove unneeded :set-after and :set properties.
20913 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
20915         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20917 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
20919         * loadup.el: Remove leftover macos code.
20921         * vc-git.el (vc-git-annotate-command): Run asynchronously.
20922         Explicitly pass the date format to git blame so that user local
20923         so that the output format can be parsed.
20925 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
20927         * net/dbus.el (top): Don't check for (getenv
20928         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
20930 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
20932         * log-edit.el (log-edit-strip-single-file-name): New var.
20933         (log-edit-insert-changelog): Use it.  Bug#3571.
20935 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20937         * subr.el (read-passwd): Use read-key so keypad keys work as well.
20938         Bug#3287.
20940         * help.el (help-print-return-message): Rename from
20941         print-help-return-message.
20943         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20944         cvs-mode-map parent hack.
20945         (log-view-mode): Derive from special-mode.
20947         * linum.el (linum-mode): window-size-change-functions is redundant.
20948         Adapt to new window-configuration-change-hook behavior.
20949         (linum-after-size, linum-after-config): Remove.
20951         * imenu.el (imenu-example--name-and-position)
20952         (imenu-example--lisp-extract-index-name)
20953         (imenu-example--create-lisp-index, imenu-example--create-c-index):
20954         Mark as obsolete.
20956         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20957         (inferior-prolog-mode): Use it.
20958         (inferior-prolog-load-file): Reset list of errors.
20960 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20962         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20964         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20966 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
20968         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20969         is running already.
20971 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20973         * subr.el (listify-key-sequence-1): Use normal syntax since those
20974         integers are nowadays always represented by the same (positive) number
20975         on all platforms.
20976         (read-key-empty-map): New const.
20977         (read-key-delay): New var.
20978         (read-key): New function.
20979         (force-mode-line-update): Use with-current-buffer.
20980         (locate-user-emacs-file): Don't forget to abbreviate the file name.
20981         (start-process-shell-command, start-file-process-shell-command):
20982         Discourage the use of command-args.
20984 2009-08-19  Glenn Morris  <rgm@gnu.org>
20986         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20988 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20990         * simple.el (choose-completion-string): Don't rely on
20991         minibuffer-completing-file-name and ad-hoc checks to decide whether
20992         to continue completion or not.
20994         * minibuffer.el (minibuffer-hide-completions): New function.
20995         (completion--do-completion): Use it.
20996         (completions-annotations): New face.
20997         (completion--insert-strings): Use it.
20998         (completion-pcm--delim-wild-regex): Add docstring.
20999         (completion-pcm--string->pattern): Add support for 0-width delimiters
21000         in completion-pcm--delim-wild-regex.
21002 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21004         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21005         Remove unused var `buffer-modified-p'.
21007         * minibuffer.el (completion--do-completion): Move point for the #b001
21008         case as well (bug#4176).
21009         (minibuffer-complete, minibuffer-complete-word): Don't move point.
21011 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
21013         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
21014         and :session buses.
21016 2009-08-18  Kenichi Handa  <handa@m17n.org>
21018         * international/ucs-normalize.el (ucs-normalize-version):
21019         Change to 1.1.
21020         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21021         (utf-8-hfs): Make it perform normalization on encoding too.
21023         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
21024         (sentence-end-without-space): Delete duplicated chars.
21025         (sentence-end-base): Likewise.
21027         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
21028         (html-mode): Delete duplicated chars from sentence-end-base.
21030         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
21031         (texinfo-mode): Delete duplicated chars from sentence-end-base.
21033 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
21035         * files.el (hack-one-local-variable): If the mode function is for
21036         a minor mode, pass it an argument (Bug#4148).
21038 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
21040         * net/tramp.el (tramp-register-completion-file-name-handler):
21041         Check also for (member 'partial-completion completion-styles).
21043 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
21045         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21046         abbrev (Bug#3943).
21048 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
21050         * progmodes/cperl-mode.el: Merge upstream 6.2.
21051         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21052         (cperl-forward-re): Check cperl-brace-recursing.
21053         (cperl-highlight-charclass): New function.
21054         (cperl-find-pods-heres): Use it.
21055         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21056         (cperl-beautify-regexp-piece): Fix column calculation.
21057         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21058         (cperl-beautify-level): Don't process entire regexp.
21059         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21060         calling man.
21061         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21062         (cperl-init-faces): Build a list in the normal way.
21064 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
21066         * calendar/parse-time.el (parse-time-string-chars): Save match
21067         data.
21069 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21071         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21072         (sql-product): Use it.
21073         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21074         (sql-set-product): Add completion.
21075         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21076         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21077         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21078         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21079         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21080         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21081         (sql-highlight-db2-keywords): Remove.
21082         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21083         (sql-highlight-product): Use derived-mode-p.
21084         (sql-set-sqli-buffer): Use with-current-buffer.
21085         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21086         Simplify.
21088         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21090         * term.el: Fix commenting convention, turn comments into docstrings.
21092 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
21094         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21096 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
21098         * calendar/parse-time.el (parse-time-string-chars): Compute using
21099         character classes, to handle non-ascii characters (Bug#3190).
21101 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
21103         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21104         another heredoc if the user adds another < (Bug#3226).
21106         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21107         Don't initialize based on window-system (Bug#4124).
21109         * facemenu.el (facemenu-read-color): Use a completion function
21110         that accepts any defined color, such as RGB triplets (Bug#3677).
21112         * files.el (get-free-disk-space): Change fallback default
21113         directory to /.  Expand DIR argument before switching to fallback.
21114         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21116 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
21118         * files.el (load-library): Doc fix.
21120 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
21122         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21123         (viper-if-string): Redefine C-s in the minibuffer to insert the last
21124         incremental search string.
21126         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21127         XEmacs.
21129         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21130         (ediff-merge-region-is-non-clash)
21131         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21132         Also check if the job is really a merge job.
21134         * ediff.el (ediff-current-file): New function.
21136 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
21138         * progmodes/js.el: Edit docstrings throughout to follow Emacs
21139         conventions.
21140         (js-insert-and-indent): Delete function.
21141         (js-mode-map): Don't bind keys to js-insert-and-indent.
21142         (js-beginning-of-defun): Rename from js--beginning-of-defun.
21143         (js-end-of-defun): Rename from js--end-of-defun.
21144         (js-auto-indent-flag): Delete variable.
21146 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
21148         * progmodes/js.el: Remove proclaim statement.
21149         Defvar which-func-imenu-joiner-function to silence compiler.
21151         * files.el (auto-mode-alist): Use js-mode for .js files.
21153         * progmodes/js2-mode.el: Remove file.
21155         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21157         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21159         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21161 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
21162             Karl Landstrom  <karl.landstrom@brgeight.se>
21164         * progmodes/js.el: New file.
21166 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
21168         * timezone.el (timezone-parse-date): Add ability to understand ISO
21169         basic format (minimal separators) dates in addition to the
21170         already-supported extended format dates.
21172 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
21174         * international/ucs-normalize.el: Add a `coding' file variable.
21176         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21178 2009-08-14  Sam Steingold  <sds@gnu.org>
21180         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21182 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
21184         * faces.el (help-argument-name): Define it here instead of
21185         help-fns.el, because in daemon mode help-fns.el may be loaded when
21186         faces are still uninitialized (Bug#1078).
21188         * help-fns.el (help-argument-name): Move defface to faces.el.
21190 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
21192         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21193         create buffer with a pty but no process so that GDB can make the
21194         inferior the controlling process.
21196 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
21198         * international/ucs-normalize.el: New file.
21200 2009-08-13  Richard Stallman  <rms@gnu.org>
21202         * mail/rmail.el (rmail-get-attr-names):
21203         Accept an attribute header that is too short.
21205         * mail/rmail.el (rmail-forget-messages):
21206         Ignore nil elt in rmail-message-vector.  Use dotimes.
21208         * progmodes/compile.el (compilation-goto-locus):
21209         Use next-error-move-function.
21211         * simple.el (next-error-move-function): New variable.
21213 2009-08-12  Juri Linkov  <juri@jurta.org>
21215         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21216         always non-nil.  (Bug#4052)
21218         * replace.el (read-regexp): Return empty string when
21219         `default-value' is nil.
21220         (keep-lines-read-args): Don't use empty string as the
21221         default value for `read-regexp'.  (Bug#2495)
21223 2009-08-12  Juri Linkov  <juri@jurta.org>
21225         * international/mule-cmds.el (ucs-insert): Change arguments
21226         from `arg' to `character', `count', `inherit' to be the same
21227         as in `insert-char'.  Doc fix.  (Bug#4039)
21229         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21231 2009-08-12  Juri Linkov  <juri@jurta.org>
21233         * files-x.el: New file.
21235         * files.el: Move code that deals with adding/deleting
21236         file/directory-local variables to files-x.el.
21238         * Makefile.in (ELCFILES): Add files-x.elc.
21240 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
21242         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21243         to use `goto-line'.
21244         (gdb-place-breakpoints, gdb-get-location): Rewritten without
21245         `goto-line'.
21246         (gdb-invalidate-disassembly): Do not refresh upon receiving
21247         'update signal.  Instead, update all disassembly buffers only after
21248         threads list.
21249         (gdb): Send -target-detach when buffer is killed (Bug#3794).
21250         (gdb-starting): Move -data-list-register-names...
21251         (gdb-stopped): ...here so it's sent when first thread stops.
21252         (gdb-registers-handler-custom): Do nothing if register names are
21253         unknown yet.
21255         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21256         from `gdb-mi.el' to avoid extra tangling.
21258         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21259         change which breaks `gud-def' definitions used in `gdb'.
21260         (gdb-update-gud-running): No extra fuss for updating frame number.
21262 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21264         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21265         (describe-language-environment-map, setup-language-environment-map)
21266         (set-coding-system-map): Move initialization into declaration.
21267         (set-language-info-alist): Last arg to define-key-after can be skipped.
21269         * international/quail.el (quail-completion-1): Simplify.
21270         (quail-define-rules): Use slightly more compact code.
21271         (quail-insert-decode-map): Propertize keys, compact columns.
21273         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21274         Add goto-line.
21276 2009-08-10  Miles Bader  <miles@gnu.org>
21278         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21279         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21280         (js2-instance-member, js2-private-member, js2-private-function-call)
21281         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21282         (js2-magic-paren, js2-external-variable):
21283         Remove "-face" suffix from face names.
21284         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21285         (js2-highlight-undeclared-vars, js2-peek-token)
21286         (js2-parse-function-params, js2-mode-show-errors)
21287         (js2-mode-show-warnings, js2-make-magic-delimiter)
21288         (js2-mode-highlight-magic-parens): Update to use new face names.
21290 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
21292         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21293         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
21295 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
21297         * subr.el: Provide hashtable-print-readable.
21299         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21300         hs-c-like-adjust-block-beginning.
21301         (hs-hide-block-at-point): Stop hiding at the beginning of
21302         hs-block-end-regexp (Bug#700).
21304 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
21306         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21307         a macro.
21308         (gdb-registers-handler-custom): Do not fail when register names
21309         are unavailable.
21311 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
21313         * progmodes/gdb-mi.el (gdb-control-all-threads)
21314         (gdb-control-current-thread): Interactive setters for
21315         `gdb-gud-control-all-threads' to use in menu.
21316         (gdb-show-run-p): Show «Go» when process is not active.
21317         (gud-tool-bar-map): Add non-stop/A,T indicator.
21318         Uses gud/thread.xpm and gud/all.xpm.
21320 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
21322         * net/net-utils.el (net-utils-font-lock-keywords): New var.
21323         (nslookup-font-lock-keywords): Make it a variable.
21324         (net-utils-mode): New mode for viewing diagnostic network output.
21325         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21326         (net-utils-run-simple): New function.
21327         (ifconfig, iwconfig, netstat, arp, route): Use it.
21329 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
21331         * progmodes/gdb-mi.el (gdb-read-memory-custom)
21332         (gdb-memory-set-address, def-gdb-set-positive-number)
21333         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21334         after changing settings.
21335         (gdb-invalidate-disassembly): Update when first shown.
21336         (gdb-edit-locals-value): Fix.
21337         (gdb-registers-handler-custom): Print registers in right order and
21338         allow changing register values (only for current thread yet).
21339         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21340         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21341         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21342         (gdb-locals-handler-custom, gdb-registers-handler-custom):
21343         Thread info in mode name.
21344         (gdb-registers-mode-map): TAB to switch to locals.
21346 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
21348         * mail/rmail.el (rmail-add-mbox-headers)
21349         (rmail-set-message-counters-counter): Search for
21350         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
21352 2009-08-08  Glenn Morris  <rgm@gnu.org>
21354         * Makefile.in (ELCFILES): Update.
21356 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
21358         * mail/sendmail.el (mail-yank-original):
21359         Set buffer-file-coding-system from the one used by the message whose
21360         text is yanked.
21362         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21363         to "windows" when "pgnuplot" is used.
21364         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21365         Don't call accept-process-output if "pgnuplot" is used.
21366         (calc-graph-init): Don't send -display and -geometry to
21367         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
21368         running "pgnuplot -V" with shell-command-to-string.
21370         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21371         the default.
21373 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
21375         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21376         org/org-latex.elc.
21378 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
21380         * vc-dispatcher.el (vc-resynch-window): Update comment.
21382         * term.el (term-handle-ansi-escape): Add comments with the
21383         terminfo capabilities implemented.
21385 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
21387         * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21388         (gdb-var-create-handler): Rewritten using JSON parser.
21389         (gdb-propertize-header): Move earlier.
21390         (gdb-set-header): Remove to avoid duplication.
21391         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21392         Refresh disassembly buffers only after threads list have been
21393         update.
21394         (gdb-threads-header, gdb-registers-header): Per-buffer header line
21395         variables.
21397 2009-08-04  Juri Linkov  <juri@jurta.org>
21399         * files.el: Commands to add/delete file/directory-local variables.
21400         (read-file-local-variable, read-file-local-variable-value)
21401         (read-file-local-variable-mode, modify-file-local-variable)
21402         (modify-file-local-variable-prop-line)
21403         (modify-dir-local-variable): New functions.
21404         (add-file-local-variable, delete-file-local-variable)
21405         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21406         (add-dir-local-variable, delete-dir-local-variable)
21407         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21408         (copy-dir-locals-to-file-locals-prop-line): New commands.
21410 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
21412         * abbrev.el (insert-abbrev-table-description): Prettify output.
21413         Suggested by Karl Chen.
21415 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
21417         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21418         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21419         (gdb-overlay-arrow-position, gdb-thread-position)
21420         (gdb-disassembly-position): Declare variables.
21421         (gdb-wait-for-pending): Function now.
21422         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21423         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21424         compilation goes smoothly.
21425         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21426         (gdb-non-stop-setting): New customization setting which replaces
21427         `gdb-non-stop' so changing it doesn't break active GDB session.
21428         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21429         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21430         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21431         (gdb-show-threads-by-default): New customization options.
21432         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21433         routines.
21434         (gdb-get-buffer-create): Send buffers update signal when they are
21435         created.
21436         (gdb-invalidate-locals, gdb-invalidate-registers)
21437         (gdb-invalidate-breakpoints)
21438         (gdb-invalidate-threads, gdb-invalidate-disassembly)
21439         (gdb-invalidate-memory): Accept update signal.
21440         (gdb-current-context-command): Use --frame option.
21441         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21442         Implement `gdb-frame-number' selection logic.
21443         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21444         whether to show GUD toolbar buttons.
21445         (gdb-thread-exited): Unselect current thread when it exits.
21446         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21447         (gdb-mark-line): Routine which sets overlay arrow or inverses
21448         video on fringeless displays.
21449         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21450         to build aligned columns of data in GDB buffers and set text
21451         properties line-by-line.
21452         (gdb-invalidate-breakpoints)
21453         (gdb-breakpoints-list-handler-custom)
21454         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21455         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21456         (gdb-registers-handler-custom): Align data columns.
21457         (gdb-locals-handler-custom): Now prints data like in variable
21458         declarations.
21459         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21460         Remove confusing buttons.
21461         (gdb-invalidate-threads): Append --frame.
21462         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21463         between breakpoints/threads buffers.
21464         (gdb-set-window-buffer): Now can ignore dedicated windows.
21465         (gdb-propertize-header): Use `gdb-set-window-buffer'.
21466         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21467         (def-gdb-thread-buffer-gud-command): Replaces
21468         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21469         for fine thread control.
21470         (gdb-preempt-existing-or-display-buffer): New function used to
21471         display bound buffers without breaking window layout.
21472         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21473         (gdb-select-frame): New version of `gdb-frames-select' which now
21474         sets `gdb-frame-number' so commands may use --frame option instead
21475         of inner debugger state.
21476         (gdb-frame-handler): Do not set `gdb-frame-number'.
21477         (gdb-threads-mode-map): Select threads with mouse.
21479         * progmodes/gud.el (gdb-gud-context-call): Declare function to
21480         avoid compilation warning.
21481         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21482         `gdb-show-stop-p`.
21484         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21485         Argument `key' renamed to `buffer-type'.
21486         (gdb-current-context-buffer-name): Do not add thread info to
21487         buffer name when no thread is selected.
21488         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21489         command (bug 3794).
21490         (gdb-thread-selected): Handle `=thread-selected' notification.
21491         (gdb-wait-for-pending): New macro to deal with congestion problems.
21492         (gdb-breakpoints-list-handler-custom): Don't fail on pending
21493         breakpoints.
21494         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21495         This fixes problem similar to one described in bug 3947.
21496         (gud-menu-map): More menu items.
21497         (gdb-init-1): Reset `gdb-thread-number' to nil.
21499         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21500         non-stop settings.
21502         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21503         (gdb-current-context-command): Do not append --thread if
21504         `gdb-thread-number' is nil.
21505         (gdb-running-threads-count, gdb-stopped-threads-count):
21506         New variables.
21507         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21508         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21509         New customization options.
21510         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21511         GUD commands.
21512         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21513         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21514         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21515         set `gdb-thread-number' and update `gud-running' properly.
21516         (gdb-running): Update threads list when new threads appear.
21517         (gdb-stopped): Support non-stop operation and new thread switching
21518         logic.
21519         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21520         (gdb-json-partial-output): New set of JSON routines.
21521         (def-gdb-auto-update-trigger): New `signal-list' optional
21522         argument.
21523         (gdb-thread-list-handler-custom): Update `gud-running',
21524         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21525         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21526         (gdb-continue-thread, gdb-step-thread): New commands for fine
21527         thread execution control.
21528         (gud-menu-map): New menu items to switch non-stop options.
21529         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21530         (gdb-send): Mimic RET properly (bug 3794).
21532         * progmodes/gdb-mi.el (gdb-rules-name-maker)
21533         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21534         gdb-buffer-rules.
21535         (def-gdb-auto-update-handler): New nopreserve optional argument.
21536         (gdb-stack-list-frames-custom): Print stack from top to bottom.
21538         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21539         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21540         (gdb-parent-mode): New mode to derive other GDB modes from.
21541         (gdb-display-disassembly-for-thread)
21542         (gdb-frame-disassembly-for-thread): New commands for threads
21543         buffer.
21545         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21546         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21547         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21548         (gdb-update): We now store all GDB buffers in a list so that they
21549         can be updated by traversing a list instead of calling invalidate
21550         triggers explicitly.
21551         (def-gdb-trigger-and-handler): New macro to define trigger-handler
21552         pair for GDB buffer.
21553         (gdb-stack-buffer-name): Add thread information.
21554         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21555         handle pending triggers.
21556         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21557         (def-gdb-thread-buffer-simple-command)
21558         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21559         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21560         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21561         New commands which show buffers bound to thread.
21562         (gdb-stack-list-locals-regexp): Remove unused regexp.
21564         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21565         (gdb-locals-buffer-name, gdb-registers-buffer-name)
21566         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21567         to (gud-comint-buffer) in *-buffer-name functions
21568         because (gdb-get-target-string) already does that.
21569         (gdb-locals-handler-custom, gdb-registers-handler-custom)
21570         (gdb-changed-registers-handler): Rewritten without regexps.
21572         * progmodes/gdb-mi.el: Basic thread selection support.
21573         (gdb-thread-number): New variable.
21574         (gdb-current-context-command): New macro which adds --thread
21575         option to command.
21576         (gdb-threads-mode-map): Select thread with SPC.
21577         (gdb-thread-list-handler-custom): Mark current thread with overlay
21578         arrow.  Synchronize GDB thread and Emacs thread.
21579         (gdb-select-thread): New command which selects current thread.
21580         (gdb-invalidate-frames, gdb-invalidate-locals)
21581         (gdb-invalidate-registers): Use --thread option.
21583 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
21585         * net/tramp.el (top): Make check for tramp-gvfs loading more
21586         robust.  (Bug#3977)
21587         (tramp-handle-insert-file-contents): `unwind-protect' must be
21588         inside `with-parsed-tramp-file-name'.
21590         * net/tramp-gvfs.el (top): Remove superfluous message when loading
21591         fails.
21593 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
21595         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21596         directory if CLASSPATH is not set.
21598 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
21600         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21601         New defconst.
21602         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
21604 2009-08-02  Kevin Ryde  <user42@zip.com.au>
21606         * net/newst-backend.el (newsticker--raw-url-list-defaults):
21607         Update freshmeat link.  Delete newsforge.com as it seems gone.
21609 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
21611         * select.el (x-set-selection): Doc fix (Bug#4021).
21613         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21615         * help-fns.el (describe-variable): Treat list return values from
21616         dir-locals-find-file properly (Bug#4005).
21618 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
21620         * net/tramp.el (tramp-debug-message): Print also microseconds.
21622 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
21624         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21625         or END is non-nil.
21626         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21627         (tramp-get-debug-buffer): Change `outline-regexp' according to new
21628         format.
21630         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21631         (tramp-get-file-property): Use it.
21633         * autorevert.el (auto-revert-handler):
21634         Allow `auto-revert-tail-mode' for remote files.
21636 2009-08-02  Jason Rumney  <jasonr@gnu.org>
21638         * minibuffer.el (read-file-name): Treat confirm options to
21639         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
21641 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
21643         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21644         (font-lock-variable-name-face, font-lock-constant-face):
21645         Darken the colors for light backgrounds.
21647 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
21649         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21650         month names.  (Bug#3987)
21652 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
21654         * simple.el (line-move-finish): Pass whole number to
21655         line-move-to-column.
21656         (line-move-visual): Perform hscroll to the recorded position.
21658 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
21660         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21662 2009-07-29  Alan Mackenzie  <acm@muc.de>
21664         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21666 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
21668         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21669         (gdb-place-breakpoints): Use full path when setting breakpoints.
21671 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
21673         * calc/calc.el (calc-mode-map): Add keybinding for
21674         `calc-transpose-lines'.
21676 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
21678         * calc/calc-misc.el (calc-transpose-lines): New function.
21680 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
21682         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21683         Simplify check for out-of-band methods.
21684         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21685         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
21687 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
21689         * vc-git.el (vc-git-checkin): Fix typo.
21691 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
21693         * progmodes/js2-mode.el: New file.
21695 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
21697         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21698         (gud-menu-map): Adjust tooltip accordingly.
21700 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
21702         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21703         (vc-bzr-log-view-mode): Adjust log-view-file-re.
21705         * add-log.el (change-log-mode-map): Add a menu.
21707 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
21709         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21710         function returns nil.
21711         (dbus-handle-event): Handle special return value :ignore.
21712         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21714 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
21716         * view.el (view-mode-enable): Don't define Helper-return-blurb if
21717         it's not needed.
21719 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
21721         Fix Bug#3888:
21723         * w32-vars.el (x-select-enable-clipboard): Doc fix.
21725         * term/pc-win.el (x-display-name, x-colors)
21726         (x-select-enable-clipboard, x-select-text): Doc fix.
21728         * term/common-win.el (x-display-name, x-colors): Doc fix.
21730         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21731         (xw-defined-colors): Doc fix.
21733         * w32-fns.el (x-select-text, x-setup-function-keys)
21734         (x-get-selection, x-set-selection): Doc fix.
21736         * term/x-win.el (x-select-text, x-setup-function-keys)
21737         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21739         * select.el (x-set-selection): Doc fix.
21741 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
21743         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21744         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
21745         "IsNSSSupportAvailable" method is not available.
21746         Reported by Steve Youngs <steve@sxemacs.org>.
21748 2009-07-24  Kenichi Handa  <handa@m17n.org>
21750         * international/characters.el: Fix setting of category ?C, ?|, ?K,
21751         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
21752         (build-unicode-category-table): Fix range checks.
21754 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
21756         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21757         the buffer we try to sync is current when calling
21758         vc-resynch-buffer.
21760         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21761         not show up to date files.
21763 2009-07-24  Glenn Morris  <rgm@gnu.org>
21765         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21766         Add autoload cookies.  If necessary, initialize.
21767         (elint-log): Handle non-file buffers.
21768         (elint-initialize): Add optional argument to reinitialize.
21769         (elint-find-builtin-variables): Save excursion.
21771 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
21773         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21774         for Lint.
21776 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21778         * vc.el (vc-print-log-internal): New function, split out from ...
21779         (vc-print-log): ... here.
21780         (vc-dir-move-to-goal-column): Declare.
21782         * vc-git.el (vc-git-add-signoff): New variable.
21783         (vc-git-checkin): Use it.
21784         (vc-git-toggle-signoff): New function.
21785         (vc-git-extra-menu-map): Bind it to menu.
21786         (vc-git--run-command-string): Accept a nil FILE argument.
21787         (vc-git-stash-list): New function.
21788         (vc-git-dir-extra-headers): Use it.
21790 2009-07-23  Glenn Morris  <rgm@gnu.org>
21792         * help-fns.el (describe-variable): Describe ignored and risky local
21793         variables in a similar way to that in which we describe safe ones.
21795         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21796         (byte-compile-output-file-form, byte-compile-output-docform)
21797         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21798         Give some more local variables with common names a "bytecomp-" prefix,
21799         so as not to shadow things during compilation.
21800         * emacs-lisp/cl-macs.el (load-time-value)
21801         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21802         `outbuffer' to `bytecomp-outbuffer'.
21804         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21805         since the next two variables cover them automatically now.
21806         (elint-builtin-variables, elint-autoloaded-variables): New.
21807         (elint-unknown-builtin-args): Remove all members, since they can be
21808         parsed automatically now.
21809         (elint-extra-errors): New.
21810         (elint-env-add-env, elint-env-add-macro): Use cadr.
21811         (elint-current-buffer): Use or.  Change final message.
21812         (elint-get-top-forms): Use line-end-position.
21813         (elint-init-env): Use cadr.  Handle autoload, declare-function,
21814         and defalias.
21815         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
21816         (regexp-assoc): Remove unused function.
21817         (elint-top-form): Set elint-current-pos, to record the start of the
21818         top-level form, for compilation-mode.
21819         (elint-form): Trap errors in macro expansion.  Use dolist.
21820         (elint-unbound-variable): Use elint-builtin-variables and
21821         elint-autoloaded-variables.
21822         (elint-get-args): Use cadr, or.
21823         (elint-check-cond-form): Use dolist, cadr.
21824         (elint-check-condition-case-form): Doc fix.  Use cadr.
21825         Use elint-extra-errors.
21826         (elint-log): New function.
21827         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21828         Distinguish errors and warnings.
21829         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
21830         Use a bytecomp-style format.
21831         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
21832         (elint-get-log-buffer): Use compilation mode.  Disable undo.
21833         Don't truncate lines.
21834         (elint-initialize): Set builtin and autoloaded variable lists.
21835         Only process elint-unknown-builtin-args if non-nil.
21836         (elint-find-builtin-variables, elint-find-autoloaded-variables):
21837         New functions.
21838         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
21840 2009-07-22  Kevin Ryde  <user42@zip.com.au>
21842         * net/newst-backend.el (newsticker--parse-atom-1.0)
21843         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21844         (newsticker--parse-rss-1.0):
21845         * progmodes/idlwave.el (idlwave-mode):
21846         * progmodes/idlw-shell.el (idlwave-shell-mode):
21847         * progmodes/vera-mode.el (vera-mode):
21848         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21849         * progmodes/vhdl-mode.el (vhdl-mode):
21850         * textmodes/table.el (table-generate-source)
21851         (table--warn-incompatibility):
21852         Hyperlink urls in docstrings with URL `...'.
21854 2009-07-22  Glenn Morris  <rgm@gnu.org>
21856         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21857         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21858         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21859         Remove leading * from defcustom docs.
21861         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
21863         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21864         defcustom doc.
21865         (list-load-path-shadows): Optionally, just return shadows as a string.
21867         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21869 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
21871         * mail/rmailedit.el (rmail-edit-mode):
21872         Use auto-save-include-big-deletions.
21874         * mail/rmail.el (rmail-variables):
21875         Use auto-save-include-big-deletions.
21877         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21878         changes.
21880 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
21882         * calc/calc.el (calc-undo-length): New variable.
21883         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21885 2009-07-21  Richard Stallman  <rms@gnu.org>
21887         * files.el (auto-save-mode): Handle buffer-save-size = -2
21888         for toggling mode.
21890 2009-07-21  Glenn Morris  <rgm@gnu.org>
21892         * textmodes/ispell.el (ispell-looking-back): Update declaration.
21894         * calendar/todo-mode.el (calendar-current-date): Update declaration.
21896         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21897         silence compiler.  Instead...
21898         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21899         (ps-print-ensure-fontified): Update for above function name changes.
21901         * printing.el (pr-mh-get-msg-num, pr-mh-show)
21902         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21903         silence compiler.  Instead...
21904         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21905         (mh-show-buffer): Only define for compiler.
21906         (pr-mh-current-message): Update for above function name changes.
21908         * files.el (abort-if-file-too-large): Explicitly pass `filename'
21909         as an argument.
21910         (find-file-noselect, insert-file-1): Update for above change.
21912         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21914         * mail/mailclient.el (mailclient-send-it): Fix message.
21916         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21917         (edebug-eval): Check cl-debug-env is bound.
21918         (print-level, print-circle): Don't redefine built-in variables.
21920         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21921         (custom-print-vectors): Remove old comments from doc.
21923         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21924         (emerge-version): Make the variable an obsolete alias for the
21925         emacs-version variable.  Make the function obsolete.
21926         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21927         Emerge options, rather than merging in into the main Options menu.
21928         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
21929         and auto advance modes.  Disable edit/fast items when not relevant.
21931 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21933         * term/vt420.el (terminal-init-vt420): Fix typo.
21935 2009-07-20  Sam Steingold  <sds@gnu.org>
21937         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21938         variable (removed from compile.el on 2004-03-11).
21940 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
21942         * files.el (hack-local-variables-filter): Fix last change.
21944 2009-07-19  Juri Linkov  <juri@jurta.org>
21946         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21947         (dir-local-variables-alist): New buffer-local variable.
21948         (hack-local-variables-filter): If variable is not dir-local,
21949         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21950         because file-local overrides dir-local.
21951         (c-postprocess-file-styles) <declare-function>:
21952         Remove obsolete declaration.
21953         (hack-dir-local-variables): Add dir-local variable/value pair to
21954         `dir-local-variables-alist' and remove duplicates.  Doc fix.
21956         * help-fns.el (describe-variable): Add information about
21957         file-local and dir-local variables.
21959 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
21961         * files.el (hack-local-variables-filter): Rewrite.
21963 2009-07-19  Glenn Morris  <rgm@gnu.org>
21965         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21966         Silence compiler by only defining on XEmacs.
21968         * international/mule.el (auto-coding-regexp-alist): Only match
21969         BABYL... at the start of buffer, not of lines.  (Bug#3790)
21971         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21972         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
21973         (cal-menu-context-mouse-menu): Doc fix.
21975         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21977         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
21979 2009-07-18  Juri Linkov  <juri@jurta.org>
21981         * info.el: Virtual Info keyword finder.
21982         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21983         (Info-finder-file): New variable.
21984         (Info-finder-find-file): New function.
21985         (finder-known-keywords, finder-package-info)
21986         (find-library-name, lm-commentary): Use defvar and
21987         declare-function to silence compiler warnings.
21988         (Info-finder-find-node): New function.
21989         (info-finder): New command.
21991         * subr.el (process-kill-buffer-query-function): New function.
21992         (add-hook)<kill-buffer-query-functions>: Add hook
21993         `process-kill-buffer-query-function'.
21995 2009-07-18  Alan Mackenzie  <acm@muc.de>
21997         * progmodes/cc-mode.el (c-before-hack-hook)
21998         (c-postprocess-file-styles): Give invocation of `c-set-style'
21999         DONT-OVERRIDE parameter of t.  Already set style variables will
22000         thus not be overridden by style settings given by `c-file-syle'.
22002         * files.el (hack-local-variables-filter): Remove entries with
22003         duplicate keys from `file-local-variables-alist'.
22005 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
22007         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22008         x-set-selection if display-selections-p returns nil for the
22009         current frame.
22011 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
22013         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22015 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
22017         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22018         Accept nil in addition to a regexp.
22019         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22020         Accept nil in addition to a regexp.
22021         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22022         buffers that have an associated file.  Handle nil values of
22023         desktop-buffers-not-to-save and desktop-files-not-to-save.
22024         (Bug#3833)
22026         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22027         (x-disown-selection-internal): New functions.
22029 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
22031         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22032         warning.
22033         (gdb-breakpoints-header): Move forward to avoid compiler warning.
22034         (gdb-make-header-line-mouse-map): Remove duplicate definition.
22036 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
22038         * simple.el (set-mark): Revert last change.
22040 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
22042         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22043         rendering of pngs is not possible instead of messaging a long
22044         description.
22046 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
22048         * w32-fns.el (x-selection-owner-p): New function.
22050         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22051         (mouse-yank-at-click, mouse-yank-primary):
22052         If select-active-regions is non-nil, deactivate the mark before
22053         insertion.
22055         * simple.el (deactivate-mark, set-mark): Only save selection if we
22056         own it.
22058 2009-07-17  Kenichi Handa  <handa@m17n.org>
22060         * case-table.el (describe-buffer-case-table): Fix for the case
22061         that KEY is a cons.
22063 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
22065         * vc-rcs.el (vc-rcs-find-file-hook):
22066         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22068 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
22070         * net/tramp.el (tramp-wait-for-output): Handle the case when
22071         commands do not return a newline but a null byte before the shell
22072         prompt.  (Bug#3858)
22074 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22076         * term/ns-win.el (ns-set-alpha): Don't declare.
22077         (ns-set-background-alpha): Remove function.
22079 2009-07-16  Kevin Ryde  <user42@zip.com.au>
22081         * emacs-lisp/copyright.el (copyright-update): Save match-data across
22082         y-or-n-p, for safety.
22084 2009-07-16  Richard Stallman  <rms@gnu.org>
22086         * files.el (auto-save-mode): If buffer-saved-size is -2,
22087         don't clobber it.
22089         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22090         (rmail-retry-ignored-headers): Add more uninteresting fields.
22092 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
22094         * net/rcirc.el (rcirc): Use history variables.
22095         (rcirc-server-name-history, rcirc-nick-name-history)
22096         (rcirc-server-port-history): New variables.
22098 2009-07-15  Kenichi Handa  <handa@m17n.org>
22100         * international/mule-cmds.el (set-language-environment-charset):
22101         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22102         ignore them.
22104         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22105         Delete unibyte-display.
22107 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
22109         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22111 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
22113         * simple.el (deactivate-mark): Optional argument FORCE.
22114         (set-mark): Use deactivate-mark.
22116         * info.el (Info-search): No need to check transient-mark-mode
22117         before calling deactivate-mark.
22119         * select.el (x-set-selection): Doc fix.
22120         (x-valid-simple-selection-p): Allow buffer values.
22121         (xselect--selection-bounds): Handle buffer values.
22122         Suggested by David De La Harpe Golden.
22124         * mouse.el (mouse-set-region, mouse-drag-track):
22125         Call copy-region-as-kill before setting the mark, to let
22126         select-active-regions work.
22128 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
22130         * simple.el (deactivate-mark): If select-active-regions is
22131         non-nil, copy the selection data into a string.
22132         (activate-mark): If select-active-regions is non-nil, set the
22133         selection to the current buffer.
22134         (set-mark): Update selection if select-active-regions is non-nil.
22136         * select.el (x-valid-simple-selection-p): Allow buffer values.
22138 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22140         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22141         and more featureful message-mode.
22143 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
22145         * select.el (x-set-selection): Doc fix.
22146         (x-valid-simple-selection-p): Disallow selection data consisting
22147         of a list or cons of integers, since that is not used.
22148         (xselect--selection-bounds, xselect--int-to-cons): New functions.
22149         (xselect-convert-to-string, xselect-convert-to-length)
22150         (xselect-convert-to-filename, xselect-convert-to-charpos)
22151         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22153 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
22155         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22156         output in -break-info command (Emacs bug #3794).
22158 2009-07-14  Glenn Morris  <rgm@gnu.org>
22160         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22161         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22162         (edebug-print-length, edebug-print-level, edebug-print-circle)
22163         (edebug-sit-for-seconds, edebug-view-outside)
22164         (edebug-bounce-point, edebug-set-global-break-condition)
22165         (edebug-Go-nonstop-mode, edebug-trace-mode)
22166         (edebug-Trace-fast-mode, edebug-continue-mode)
22167         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22168         (edebug-visit-eval-list): Doc fixes.
22170         * subr.el (def-edebug-spec): Doc fix.
22172 2009-07-14  Kenichi Handa  <handa@m17n.org>
22174         * international/characters.el: Fix setting of category ?C.
22176 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
22178         * term/ns-win.el (x-select-font): defalias x-select-font to
22179         ns-popup-font-panel instead of generate-fontset-menu.
22181 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
22183         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
22185 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
22187         * arc-mode.el (archive-find-type): Allow for a PK00 string before
22188         the PK\003\004 header (Bug#3770).
22190 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
22192         * pcomplete.el (pcomplete-comint-setup): Check for
22193         shell-dynamic-complete-filename too.
22195 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
22197         * simple.el (temporary-goal-column): Change the value for
22198         line-move-visual to a cons cell.
22199         (line-move-visual): Record or set the window hscroll, if
22200         necessary (Bug#3494).
22201         (line-move-1): Handle cons value of temporary-goal-column.
22203 2009-07-11  Kenichi Handa  <handa@m17n.org>
22205         * international/mule-diag.el (describe-character-set): Don't show
22206         width.
22208 2009-07-10  Sam Steingold  <sds@gnu.org>
22210         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22211         Omake sometimes indents the errors it prints, so allow all
22212         regexps to start with spaces.
22214 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
22216         * cus-edit.el (customize-changed-options-previous-release):
22217         Bump value to 22.1.  (Bug#3804)
22219 2009-07-08  Sam Steingold  <sds@gnu.org>
22221         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22222         to be a cons cell (test . ignored-directory) to selectively ignore
22223         some directories depending on the location of the search.
22225 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
22227         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22228         remote user is root, on the local host.
22229         (tramp-local-host-p): Either the local user or the remote user
22230         must be root.  (Bug#3771)
22232 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
22234         * progmodes/gdb-mi.el (gdb): Remove description of
22235         gdb-use-separate-io-buffer.
22236         (menu): Don't allow toggling of or enable
22237         gdb-use-separate-io-buffer from menubar.
22239 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
22241         * mail/unrmail.el (unrmail): Make sure the message ends with two
22242         newlines (Bug#3769).
22244 2009-07-08  Glenn Morris  <rgm@gnu.org>
22246         * calendar/calendar.el (calendar-current-date): Rework previous change.
22248 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
22250         * calendar/calendar.el (calendar-current-date):
22251         Add an optional argument giving an offset from today.
22253 2009-07-08  Glenn Morris  <rgm@gnu.org>
22255         * tutorial.el (tutorial--describe-nonstandard-key):
22256         Adjust the message for when a key has been unbound.
22257         (help-with-tutorial): Hide the arch-tag.
22259 2009-07-08  Kenichi Handa  <handa@m17n.org>
22261         * international/fontset.el (setup-default-fontset): For each
22262         script, append (not set) font-specs.
22264         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22265         docstring.
22267 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
22269         * progmodes/gdb-mi.el (gdb-init-1): Move sending
22270         -data-list-register-names to ...
22271         (gdb-starting): ... here because GDB 7.0 requires execution to
22272         have started when using this MI command.
22273         (gdb-set-header): New function to distinguish select and
22274         unselected tabs in gdb buffers.
22275         (gdb-propertize-header): New macro that uses gdb-set-header.
22276         (gdb-breakpoints-header, gdb-locals-header): Use it.
22277         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22279 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
22281         * Makefile.in (ELCFILES): Remove fadr.elc.
22283 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
22285         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22286         may contain frame information, so `string-match' should be used.
22287         (gdb-update): Disassembly is invalidated through
22288         `gdb-get-selected-frame'.
22289         (gdb-pad-string): New function to pad string with spaces.
22290         (gdb-invalidate-disassembly): Invalidate only if the buffer
22291         exists.
22292         (gdb-disassembly-handler-custom): Column alignment.
22293         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22294         placing new ones.
22295         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22296         end of line, too.
22297         (gdb-frame-handler): Match convention to for disassembly buffer
22298         mode name.
22299         (gdb-stack-list-frames-handler): Rewritten without regexps.
22300         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22301         not highlight breakpoints without line information.
22302         (gdb-input): Add trailing newline to command.
22304         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22305         buffer properly.
22306         (gdb-breakpoints-list-handler-custom): Replacement for
22307         `gdb-break-list-handler'.  Using real parser instead of regexps
22308         now.
22309         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22310         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22311         to place breakpoints.
22312         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22313         functions.
22314         (gdb-disassembly-handler-custom): Show overlay arrow.
22315         (gdb-disassembly-place-breakpoints): Show breakpoints in
22316         disassembly buffer.
22317         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22318         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22319         instead of parsing breakpoints buffer.  Fixed old menu references
22320         in `gud-menu-map'.
22322         * fadr.el: Remove.
22324         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22325         (gdb-memory-address): New variable which holds top address of
22326         memory page shown in memory buffer.
22327         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22328         New customization variables.
22329         New functions:
22330         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22331         display the memory buffer.
22332         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22333         buffer display parameters.
22334         (def-gdb-memory-format, gdb-memory-format-binary)
22335         (gdb-memory-format-octal, gdb-memory-format-unsigned)
22336         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22337         Functions for setting memory buffer format.
22338         (gdb-memory-unit-word, gdb-memory-unit-halfword)
22339         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22340         unit size used in memory buffer.
22341         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22342         Switch to next/previous page of memory buffer.
22343         Now using (bindat-get-field) instead of fadr functions.
22345 2009-07-07  Sam Steingold  <sds@gnu.org>
22347         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22348         non-top-level files.
22350 2009-07-07  Kenichi Handa  <handa@m17n.org>
22352         * international/mule-cmds.el (reset-language-environment):
22353         Put the highset priority to the charset iso-8859-1.
22355 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
22357         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22358         to the end of the line when locating the block (Bug#700).
22360 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
22362         * net/tramp.el (tramp-handle-write-region): Flush file properties
22363         in case of short track.
22365 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
22367         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22368         Coded custom representation of verilog error regular expressions
22369         to work with Emacs-22's new format.
22370         (verilog-error-regexp-xemacs-alist): Coded custom representation
22371         of verilog error regular expressions to work with XEmacs format.
22372         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22373         error recognition into XEmacs.
22374         (verilog-error-regexp-add-emacs): Hook routine to install verilog
22375         error recognition into Emacs-22.
22377 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
22379         * woman.el: Remove stand-alone closing parentheses.
22380         (woman-file-name, woman2-format-paragraphs)
22381         (woman-leave-blank-lines): Code cleanup.
22382         (woman-use-own-frame): Change default to nil.
22383         (woman-italic, woman-bold, woman-unknown, woman-addition):
22384         Change defaults to inherit from default faces.
22385         (woman2-process-escapes): Consume the newline after a stand-alone
22386         filler character (Bug#3651).
22388 2009-07-06  Glenn Morris  <rgm@gnu.org>
22390         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22391         (top-level): Move provide to the end.
22392         (ffap): Remove defunct URL from custom group.
22394         * subr.el (eval-after-load): Doc fix.
22396 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
22398         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22399         `calc-embedded-word' is called twice.
22401 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22403         * files.el (find-alternate-file-other-window, find-alternate-file):
22404         Obey confirm-nonexistent-file-or-buffer.
22406 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
22408         * dired-aux.el (dired-show-file-type): Handle remote files.
22410 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
22412         * desktop.el (desktop-globals-to-save):
22413         Add file-name-history (Bug#2750).
22415 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
22417         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22419 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
22421         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22422         property on entire argument since this is what eshell-lisp-command
22423         expects.
22425 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
22427         * net/tramp-gvfs.el (tramp-gvfs-methods)
22428         (tramp-gvfs-zeroconf-domain)
22429         (tramp-bluez-discover-devices-timeout): Add version flag.
22430         (tramp-gvfs-handler-mounted-unmounted)
22431         (tramp-gvfs-connection-mounted-p): Polish handling of
22432         incompatibilities between GVFS 0.2 and 1.0.
22434 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
22436         * cus-start.el (all): Add make-pointer-invisible.
22438 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
22440         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22441         formatted correctly.
22443 2009-07-02  Juri Linkov  <juri@jurta.org>
22445         * info.el: Virtual Info files and nodes.
22446         (Info-virtual-files, Info-virtual-nodes): New variables.
22447         (Info-current-node-virtual): New variable.
22448         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22449         New functions.
22450         (Info-file-supports-index-cookies): Use Info-virtual-file-p
22451         to check for a virtual file instead of checking a fixed list
22452         of node names.
22453         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22454         instead of ad-hoc processing of "dir" and (apropos history toc).
22455         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22456         instead of ad-hoc processing of "dir" and (apropos history toc).
22457         Reread a file when moving from a virtual node.
22458         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22459         (Info-directory-toc-nodes, Info-directory-find-file)
22460         (Info-directory-find-node): New functions.
22461         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22462         (Info-history): Move part of code to
22463         `Info-history-find-node'.
22464         (Info-history-toc-nodes, Info-history-find-file)
22465         (Info-history-find-node): New functions.
22466         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22467         (Info-toc): Move part of code to `Info-toc-find-node'.
22468         (Info-toc-find-node): New function.
22469         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
22470         the current Info file name to references because now the node
22471         "*TOC*" belongs to the same Info manual.
22472         (Info-toc-build): Rename from `Info-build-toc'.
22473         (Info-toc-nodes): Rename input argument `file' to `filename'.
22474         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22475         instead of ad-hoc processing of ("dir" apropos history toc).
22476         (Info-index-nodes): Use Info-virtual-file-p
22477         to check for a virtual file instead of checking a fixed list
22478         of node names.
22479         (Info-index-node): Add check for `Info-current-node-virtual'.
22480         Raise `save-match-data' higher up the tree to contain
22481         `search-forward' too (bug fix).
22482         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22483         (Info-virtual-index-nodes): New variable.
22484         (Info-virtual-index-find-node, Info-virtual-index): New functions.
22485         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22486         (Info-apropos-file, Info-apropos-nodes): New variables.
22487         (Info-apropos-toc-nodes, Info-apropos-find-file)
22488         (Info-apropos-find-node, Info-apropos-matches): New functions.
22489         (info-apropos): Move part of code to `Info-apropos-find-node' and
22490         `Info-apropos-matches'.
22491         (Info-mode-map): Bind "I" to `Info-virtual-index'.
22492         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22493         for a virtual file instead of checking a fixed list of node names.
22495         * simple.el (async-shell-command): New command.
22497         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22499         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22500         instead of `mount-info'.
22502 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
22504         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22505         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22507 2009-07-02  Kenichi Handa  <handa@m17n.org>
22509         * international/mule.el (set-keyboard-coding-system): Force *-unix
22510         coding-system to avoid eol conversion.
22512 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
22514         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22515         Add handler for `process-file', `shell-command' and
22516         `start-file-process'.
22517         (tramp-gvfs-handle-shell-command)
22518         (tramp-gvfs-handle-start-file-process)
22519         (tramp-gvfs-handle-process-file): New defuns.
22520         (tramp-synce-list-devices): Simplify check for existence of property.
22522 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
22524         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22526 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
22528         * language/korean.el (set-language-info-alist): Add korean-cp949,
22529         cp949 to spec.
22531 2009-07-01  Kenichi Handa  <handa@m17n.org>
22533         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22535         * international/encoded-kb.el: Deleted.
22537         * international/mule.el (set-keyboard-coding-system): Perform the
22538         necessary setup here instead of calling encoded-kbd-setup-display.
22540 2009-07-01  Glenn Morris  <rgm@gnu.org>
22542         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22544 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
22546         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
22548 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
22550         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22551         Handle also the 'rename case, when setting file modes.  (Bug#3712)
22552         (tramp-default-file-modes): Remove execute permissions.
22554         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22555         (top): Add a default for "synce" in `tramp-default-user-alist'.
22556         Add completion function for "synce" method.
22557         (tramp-hal-service, tramp-hal-path-manager)
22558         (tramp-hal-interface-manager, tramp-hal-interface-device):
22559         New defconst.
22560         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22561         (tramp-synce-list-devices, tramp-synce-parse-device-names):
22562         New defuns.
22564         * net/trampver.el: Update release number.
22566 2009-06-30  Kenichi Handa  <handa@m17n.org>
22568         * international/fontset.el (setup-default-fontset): Add CJK fonts
22569         for symbols and the other miscellaneous characters.
22571         * language/korea-util.el (setup-korean-environment-internal):
22572         Make char-width-table suitable for Korean environments.
22573         (exit-korean-environment): Cancel above.
22575         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22576         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22577         setup-function to make char-width-table suitable for respective
22578         environments, and an exit-function to cancel that.
22580         * language/japan-util.el (setup-japanese-environment-internal):
22581         Call use-cjk-char-width-table with arg `ja_JP'.
22583         * international/characters.el (cjk-char-width-table): Delete it.
22584         (cjk-char-width-table-list): New variable.
22585         (use-cjk-char-width-table): New arg local-name.
22586         (use-default-char-width-table): Fix for the case that Emacs is
22587         already using the default char-width-table.
22589 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
22591         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22592         modes mandatory.  (Bug#3712)
22594 2009-06-29  Alan Mackenzie  <acm@muc.de>
22596         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22597         correction between the visible width of TABs and their number of bytes.
22599 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
22601         * server.el (server-buffer-done): Prevent kill-buffer from
22602         prompting by clearing the buffer modification flag (Bug#3696).
22604 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
22606         * progmodes/verilog-mode.el (verilog-beg-of-statement)
22607         (verilog-endcomment-reason-re): Support unique case and priority case.
22608         (verilog-basic-complete-re): Support localparam lineup.
22609         (verilog-beg-of-statement-1): Fix for robustness, unique case.
22610         (verilog-set-auto-endcomments): Fix for unique case, always_comb
22611         commenting.
22612         (verilog-leap-to-case-head): Now support *nested* unique &
22613         priority case statements.
22614         (verilog-auto-lineup): Make just declarations the default (as it
22615         had been).
22616         (verilog-leap-to-case-head): Support priority/unique case statements.
22617         (verilog-auto-lineup): Rework to give users radio buttons to
22618         select the various styles of automatic lineup.
22619         (verilog-error-regexp-alist): Rework to support the XEmacs style
22620         of error regular expressions from compilers, lint tools &
22621         simulators.  Note that GNU Emacs has made it impossible for a mode
22622         to load such things.
22623         (electric-verilog-terminate-line, verilog-indent-declaration)
22624         (verilog-auto-wiure): Rework for radio button selection of
22625         auto-lineup selection of specification of auto lineup.
22626         (verilog-beg-of-statement-1): Redesign to support proper operation
22627         in additional code, based on testing with auto-lineup.
22628         (verilog-calculate-indent, assignments & declarations)
22629         (verilog-backward-token): Enhance to support auto-lineup of
22630         assignments & declarations.
22631         (verilog-in-directive-p, verilog-at-struct-p): New function for
22632         easy test of whether we are.
22633         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22634         to support safe execution at almost anyline.
22635         (verilog-calc-1): Properly support indenting deep inside generate
22636         blocks.
22637         (verilog-init-font): Remove definition & use of verilog-init-font,
22638         as it is redundant with font-lock-defaults.
22639         (verilog-mode): Alter the definition of verilog-font-lock-defaults
22640         to avoid circular calls if syntax-ppss is a function (as is the
22641         case now in 22.x GNU Emacs) as that function would sometimes call
22642         itself, leading to (nearly) infinite recursion.
22643         (verilog-ovm-begin-re, verilog-ovm-end-re)
22644         (verilog-ovm-statement-re, verilog-leap-to-head)
22645         (verilog-backward-token): Add support for OVM macros.  Some are
22646         complete statements, and others open and close scopes like begin
22647         and end.
22648         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22649         (verilog-defun-level-generate-only-re): Really fix the defun-list
22650         compilation issue.
22651         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22652         coverpoint, constraint and cross statements.
22653         (verilog-defun-level-list, verilog-generate-defun-level-list)
22654         (verilog-all-defun-level-list): Redo these specifications - it is
22655         too hard to support eval-when compile aggregation of lists also
22656         built at when-compile time.
22657         (verilog-defun-level-list): Place defconsts of variables used in
22658         building regular expressions which are built in eval-when-compile
22659         bodies in the same eval-when-compile body to facilitate compile
22660         without load.
22661         (verilog-beg-block-re-ordered): Support indenting
22662         virtual/protected tasks and functions.
22663         (verilog-defun-level-list, verilog-in-generate-region-p)
22664         (verilog-backward-ws&directives, verilog-calc-1): Speed up
22665         indentation of some module items (generate items).
22666         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22667         across virtual/protected tasks and functions.
22669 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
22671         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22672         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
22673         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22674         in concatenations.  Reported by Yishay Belkind.
22675         (verilog-auto-ascii-enum): Support one-hot state machines in
22676         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
22677         (verilog-auto-inst, verilog-auto-inst-port): Include interface
22678         modport in AUTOINST and add vl-modport for users.
22679         Reported by David Rogoff.
22680         (verilog-auto-inout-module, verilog-auto-inst)
22681         (verilog-decls-get-interfaces, verilog-insert-definition)
22682         (verilog-insert-one-definition, verilog-read-decls)
22683         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22684         (verilog-sig-modport, verilog-signals-combine-bus)
22685         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22686         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22687         Suggested by David Rogoff.
22688         (verilog-repair-open-comma): Fix non-insertion of comma when
22689         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
22690         (verilog-make-width-expression): Simplify [A-1:0] expression
22691         widths to just {A{1'b0}}.
22692         (verilog-mode): Cleanup checkdoc warnings.
22693         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22694         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22695         inputs/outputs or data type.  Suggested by Vasu Kandadi.
22696         (next-error-last-buffer): Fix byte-compiler warning.
22697         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22698         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22699         or shell command text during AUTO expansion.  Suggested by Tad Truex.
22700         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22701         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22702         Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22703         in AUTOINOUT.  Reported by Matthew Lovell.
22704         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22705         causing use of <= assignments.  Reported by Alex Reed.
22706         (verilog-read-decls): Fix triand, trior, wand, wor to be
22707         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
22708         (verilog-extended-complete-re): Support import "DPI-C" functions.
22709         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22710         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
22711         (verilog-insert-date, verilog-insert-year)
22712         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22713         Windows systems.  Reported by Michael Potts.
22714         (verilog-read-module-name): Fix AUTOINST when the child module
22715         declaration's name is a tick define.  Reported by Elliot Mednick.
22716         (verilog-read-decls): Fix V2K parameter bit subscripts getting
22717         passed to next parameter's definition.  Reported by Bruce T.
22718         (verilog-read-decls): Fix detecting "parameter int" when using
22719         AUTOINSTPARAM.  Reported by Bruce T.
22720         (verilog-goto-defun): Fix goto not finding modules unless first
22721         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
22722         (verilog-mode): Expand -f flag arguments on entry to mode so
22723         verilog-goto-defun will work.  Reported by Lawrence Butcher.
22724         (verilog-getopt): Expand environment variables in -f file
22725         arguments.  Suggested by Lawrence Butcher.
22726         (verilog-set-define): Fix "Symbol's value as variable is void"
22727         when reading enumerations.
22728         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22729         Suggested by Stephen Peltan.
22730         (verilog-read-defines): Fix reading of enumerations in include
22731         files.  Reported by Steve Peltan.
22733 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
22735         * files.el (trash-directory): Fix defcustom type.
22737 2009-06-28  Juri Linkov  <juri@jurta.org>
22739         * help-fns.el (describe-function-1): Correctly locate adviced
22740         functions in hyperlink (Bug#2438).
22742 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
22744         * files.el (trash-directory): Change default to nil.
22745         (move-file-to-trash): If trash-directory is nil and
22746         system-move-file-to-trash is unbound, perform freedesktop-style
22747         trashing.
22749 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
22751         * files.el (move-file-to-trash): Add freedesktop trash
22752         support (Bug#973).
22754 2009-06-28  Glenn Morris  <rgm@gnu.org>
22756         * autorevert.el (global-auto-revert-non-file-buffers)
22757         (global-auto-revert-mode): Doc fixes.
22759 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
22761         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22763 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
22765         * faces.el (x-handle-named-frame-geometry): Ensure that we have
22766         opened an X connection before calling x-get-resource (Bug#3194).
22768         * play/doctor.el: Remove reference to obsolete website.
22769         (make-doctor-variables): Correct grammar mistake (Bug#2633).
22771 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
22773         Remove find-file-not-found-hook VC method.  (Bug#2757)
22774         * vc-hooks.el (vc-file-not-found-hook)
22775         (vc-default-find-file-not-found-hook): Remove functions.
22776         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22777         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22778         * vc.el:
22779         * vc-hg.el:
22780         * vc-git.el: Do not mention find-file-not-found-hook VC method.
22782 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
22784         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22785         compatibility function for `looking-back'.
22787         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22788         Use `ispell-looking-back'.
22790 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
22792         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22793         rather than `filename'.
22795 2009-06-23  Miles Bader  <miles@gnu.org>
22797         * face-remap.el (text-scale-set): New function.
22799 2009-06-23  Glenn Morris  <rgm@gnu.org>
22801         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22803         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22805         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22807         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22809         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22810         Simplify Persian conditionals.
22812         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22813         variable `filename'.
22815         * comint.el (comint-insert-input): Doc fix.
22817         * Makefile.in (ELCFILES): Fix typo in previous change.
22819 2009-06-23  Miles Bader  <miles@gnu.org>
22821         * cus-start.el: Add entry for `recenter-redisplay'.
22823 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
22825         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22826         Add an optional argument for the backend, use it instead of
22827         calling vc-backend.
22828         (vc-mode-line): Add an optional argument for the backend.
22829         Pass the backend to vc-state and vc-working-revision.  Move code for
22830         special handling for vc-state being a buffer to ...
22832         * vc-rcs.el (vc-rcs-find-file-hook):
22833         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
22835         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22836         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22837         vc-stay-local-p and vc-mode-line calls.
22839         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22840         (vc-cvs-diff, vc-cvs-annotate-command)
22841         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22842         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22843         vc-mode-line calls.
22845         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22846         direct comparison.
22847         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22848         backend when calling vc-mode-line.
22849         (vc-register): Do not create a closure for calling the vc register
22850         function, call it directly.
22852 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
22854         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22855         to make it obvious item can be clicked.
22857         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22859 2009-06-23  Kenichi Handa  <handa@m17n.org>
22861         * language/korea-util.el (korean-key-bindings): Change the binding
22862         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
22863         same command.
22865 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
22867         Sync with Tramp 2.1.16.
22869         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22871         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
22872         when a loading of a package fails.  Completion function for rsync
22873         is `tramp-completion-function-alist-ssh'.
22874         (all): Replace all calls of `split-string' and
22875         `tramp-split-string' by `tramp-compat-split-string'.
22876         (tramp-default-method): Use `tramp-compat-process-running-p'.
22877         (tramp-default-proxies-alist): Allow also Lisp forms.
22878         (tramp-remote-path): Add choice "Private Directories".
22879         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22880         (tramp-domain-regexp): Allow also "-", "_" and ".".
22881         (tramp-end-of-output): Remove newlines, and add "$" at the end.
22882         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22883         (tramp-debug-message): Insert header line in debug buffer.
22884         (tramp-handle-directory-files-and-attributes-with-stat):
22885         Care about filenames with spaces, or starting with "-".
22886         (tramp-handle-dired-uncache): New defun.
22887         (tramp-handle-insert-directory): Don't flush the directory from
22888         cache, this is handled by `dired-uncache' now.
22889         (tramp-handle-insert-file-contents): Improve error handling.
22890         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22891         Quote `tramp-end-of-output'.
22892         (tramp-action-password): Improve trace message.
22893         (tramp-check-for-regexp): Both echoes must be present, before removing.
22894         (tramp-open-connection-setup-interactive-shell): Trace coding system.
22895         (tramp-compute-multi-hops): Eval cons cells of
22896         `tramp-default-proxies-alist'.
22897         (tramp-maybe-open-connection): Use the same command pattern for
22898         first hop and further hops.
22899         (tramp-wait-for-output): Remove handling of newlines.
22900         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22901         (tramp-split-string): Remove function.  It is handled in
22902         tramp-compat now.
22904         * net/tramp-cmds.el (tramp-bug):
22905         Recommend `tramp-cleanup-all-connections' in the bug mail.
22907         * net/tramp-compat.el (tramp-compat-split-string)
22908         (tramp-compat-process-running-p): New defuns.
22910         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22911         for `dired-uncache'.
22913         * net/tramp-gvfs.el: New package.
22915         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22916         Add handler for `dired-uncache'.
22917         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22919         * net/trampver.el: Update release number.  Make version check fit
22920         for SXEmacs 22.
22922 2009-06-22  Jim Meyering  <meyering@redhat.com>
22924         Automatically handle .xz suffix (XZ-compressed files), too.
22925         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22926         XZ is the successor to LZMA: <http://tukaani.org/xz/>
22928 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
22929             Nick Roberts  <nickrob@snap.net.nz>
22931         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22932         repository (http://sphinx.net.ru/hg/gdb-mi/).
22934 2009-06-22  Glenn Morris  <rgm@gnu.org>
22936         * files.el (dir-locals-collect-mode-variables): Allow for any number of
22937         `mode' and `eval' entries.  (Bug#3430)
22939         * Makefile.in (ELCFILES): Add fadr.elc.
22941         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22942         differing behavior of \n and ^ in strings.  (Bug#3385)
22944         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22946         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22947         property.
22948         (lisp-indent-function): Make it a defcustom.
22950 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
22952         * progmodes/gdb-ui.el: Replace with ...
22953         * progmodes/gdb-mi.el: ... this file.
22954         * progmodes/gud.el: Modify for gdb-mi.el.
22956 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
22958         * fadr.el: New file.
22960 See ChangeLog.14 for earlier changes.
22962 ;; Local Variables:
22963 ;; coding: utf-8
22964 ;; End:
22966   Copyright (C) 2009-2011  Free Software Foundation, Inc.
22968   This file is part of GNU Emacs.
22970   GNU Emacs is free software: you can redistribute it and/or modify
22971   it under the terms of the GNU General Public License as published by
22972   the Free Software Foundation, either version 3 of the License, or
22973   (at your option) any later version.
22975   GNU Emacs is distributed in the hope that it will be useful,
22976   but WITHOUT ANY WARRANTY; without even the implied warranty of
22977   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22978   GNU General Public License for more details.
22980   You should have received a copy of the GNU General Public License
22981   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.