* lisp/progmodes/grep.el (grep-regexp-alist): Tighten the regexp.
[emacs.git] / lisp / ChangeLog
blob2b137af08d9ffba7c382078797900073b793b509
1 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
5 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * progmodes/octave-mod.el: Rely on elecric-*-modes.
8         (octave-mode-map): Don't bind ;, SPC, and LF.
9         (octave-auto-indent, octave-auto-newline): Remove.
10         (electric-layout-rules): Declare.
11         (octave-mode): Set electric-layout-rules.
12         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
13         (octave-reindent-then-newline-and-indent, octave-electric-semi)
14         (octave-electric-space): Remove.
16         * electric.el (electric-layout-mode): New minor mode.
17         (electric--after-char-pos): New function.
18         (electric-indent-post-self-insert-function): Use it.
19         (electric-layout-rules): New var.
20         (electric-layout-post-self-insert-function): New function.
21         (electric-indent-mode): Make them interact better.
23 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
26         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
27         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
29 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
31         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
32         Make sure to check inside the word (Bug#6761).
34 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
36         * startup.el (command-line): If the cursorColor resource is set,
37         change the cursor face-spec (Bug#7392).
39 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
41         The main features of the following allout.el changes are:
42         - implement user customization for the allout key bindings
43         - add a customization control by which the user can inhibit use of
44           a trailing Ctrl-H, so by default it's reserved for use with
45           describe-prefix-bindings
46         - adapt to new version of called-interactively-p, while
47           maintaining backwards compatibility with old version
48         - fix hotspot navigation so i works properly with meta-modified keys
50         * allout.el (allout-keybindings, allout-bind-keys)
51         (allout-keybindings-binding, allout-prefixed-keybindings)
52         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
53         (allout-keybindings-list, allout-mode-map-adjustments)
54         (allout-setup-mode-map): Establish allout-mode keymaps as user
55         customizable settings, and also establish a customizable setting which
56         regulates whether or not a trailing control-h is reserved for use with
57         describe-prefix-bindings - and inhibit it by default, so that control-h
58         *is* reserved for describe-prefix-bindings unless the user changes it.
60         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
61         and accurately between modified and unmodified events, and handle
62         modified events more comprehensively.
64         * allout.el (allout-substring-no-properties):
65         Alias to use or provide version of `substring-no-properties'.
66         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
68         * allout.el (allout-next-single-char-property-change):
69         Alias to use or provide version of `next-single-char-property-change'.
70         (allout-annotate-hidden, allout-hide-by-annotation):
71         Use `allout-next-single-char-property-change'.
73         * allout.el (allout-select-safe-coding-system):
74         Alias to use or provide version of `select-safe-coding-system'.
75         (allout-toggle-subtree-encryption):
76         Use `allout-select-safe-coding-system'.
78         * allout.el (allout-set-buffer-multibyte):
79         Alias to use or provide version of `set-buffer-multibyte'.
80         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
82         * allout.el (allout-called-interactively-p): Macro for using the
83         different versions of called-interactively-p identically, depending on
84         the subroutine's argument signature.
85         (allout-back-to-current-heading, allout-beginning-of-current-entry):
86         Use `(interactive "p")' instead of `(called-interactively-p)'.
88         * allout.el (allout-init, allout-ascend, allout-end-of-level)
89         (allout-previous-visible-heading, allout-forward-current-level)
90         (allout-backward-current-level, allout-show-children):
91         Use `allout-called-interactively-p' instead of `called-interactively-p'.
93         * allout.el (allout-before-change-handler):
94         Exempt edits to the (overlaid) character after the allout outline
95         bullet from edit confirmation prompt.
97         * allout.el (allout-add-resumptions):
98         Ensure that it respects correct buffer for keybindings.
100         * allout.el (allout-beginning-of-line):
101         Use `allout-previous-single-char-property-change' alias for the sake of
102         diverse compatibility.
104         * allout.el (allout-end-of-line):
105         Use `allout-mark-active-p' to encapsulate respect for mark activity.
107 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
109         * frame.el (frame-notice-user-settings): Don't clobber other
110         user-set parameters when calling face-set-after-frame-default in
111         response to background-color parameter (Bug#7373).
113 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
115         * international/characters.el (glyphless-char-display-control):
116         Renamed from glyphless-char-control; all users changed.  Doc fix.
117         Signal an error if display method is not one of the recognized
118         symbols.
120 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
122         * net/tramp-compat.el (tramp-compat-line-beginning-position)
123         (tramp-compat-line-end-position): Remove them.
125         * net/tramp.el (tramp-parse-rhosts-group)
126         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
127         (tramp-parse-hosts-group, tramp-parse-passwd-group)
128         (tramp-parse-netrc-group, tramp-parse-putty-group)
129         * net/tramp-cmds.el (tramp-append-tramp-buffers)
130         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
131         (tramp-sh-handle-file-selinux-context)
132         (tramp-sh-handle-file-name-all-completions)
133         (tramp-sh-handle-insert-directory)
134         (tramp-sh-handle-expand-file-name, tramp-find-executable)
135         (tramp-wait-for-output, tramp-send-command-and-read)
136         * net/tramp-smb.el (tramp-smb-read-file-entry)
137         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
139         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
140         `point-at-bol'.
141         (tramp-remote-coding-commands): Add an alternative using "base64
142         -d -i".  This is needed for older base64 versions from GNU
143         coreutils.  Reported by Klaus Reichl
144         <Klaus.Reichl@thalesgroup.com>.
146 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
148         * simple.el (count-words-region): New function.
150 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * shell.el (shell-dir-cookie-re): New custom variable.
153         (shell-dir-cookie-watcher): New function.
155         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
156         and compilation-mode (bug#7350).
158         * vc/smerge-mode.el (smerge-refine): Choose better default part to
159         highlight when one of them is empty.
161         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
162         trailing space.
163         (skeleton-newline): New function.
164         (skeleton-internal-1): Use it.
166         * simple.el (open-line): `newline' may strip trailing space.
168 2010-11-12  Kevin Ryde  <user42@zip.com.au>
170         * international/mule-cmds.el (princ-list): Use mapc.
172 2010-11-12  Glenn Morris  <rgm@gnu.org>
174         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
175         Use it to replace all instances of "*Compile-Log*"
177 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
180         indentation specs.
182 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * progmodes/modula2.el: Use SMIE and skeleton.
185         (m2-mode-syntax-table): (*..*) can be nested.
186         Add //...\n.  Fix paren syntax.
187         (m2-mode-map): Remove LF and TAB bindings.
188         (m2-indent): Add safety property.
189         (m2-smie-grammar): New var.
190         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
191         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
192         (m2-mode): Use define-derived-mode.
193         (m2-newline, m2-tab): Remove.
194         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
195         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
196         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
197         (m2-import): Use define-skeleton.
199 2010-11-11  Glenn Morris  <rgm@gnu.org>
201         * obsolete/lucid.el: Don't warn about any CL functions in this file.
203         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
204         (ls-lisp-verbosity): Add custom :set-after property.
205         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
206         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
207         (ls-lisp-insert-directory): Update caller.
208         (ls-lisp-set-options): New function.
209         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
210         Doc fix.
212         * play/landmark.el (lm-prompt-for-move):
213         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
215         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
217         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
218         (idlwave-study-twins): Prefix dynamic local variable `name'.
219         (idlwave-routine-twin-compare): Update for above change.
221         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
222         Prefix dynamic local variables `name', `kwd', and `link'.
223         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
224         * progmodes/idlw-complete-structtag.el
225         (idlwave-complete-structure-tag-help):
226         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
227         (idlwave-complete-sysvar-tag-help)
228         (idlwave-complete-class-structure-tag-help):
229         Update for above name changes.
231 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233         * net/browse-url.el (browse-url-browser-function): Change the
234         default to use `browse-url-mail' on mailto: URLs.
236 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
238         * emacs-lisp/package.el (package-read-all-archive-contents):
239         Reset package-archive-contents to nil before re-reading.
241 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
243         * textmodes/flyspell.el (flyspell-word): Do not re-check words
244         already found as misspellings by (flyspell-large-region), just
245         do highlighting (bug#7322).
247 2010-11-10  Glenn Morris  <rgm@gnu.org>
249         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
251         * emulation/edt.el (edt-with-position): New macro.
252         (edt-find-forward, edt-find-backward, edt-find-next-forward)
253         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
254         (edt-paragraph-forward, edt-paragraph-backward): Use it.
256         * emulation/tpu-extras.el (tpu-with-position): New macro.
257         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
259         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
261         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
262         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
263         (texinfo-master-menu, texinfo-insert-node-lines)
264         (texinfo-multiple-files-update):
265         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
266         Use line-beginning-position.
268         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
269         No recent Emacs supports system-type `emx'.
271         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
272         (ada-command-separator, ada-default-prj-properties)
273         (ada-find-any-references): Update for above name change.
275         * dirtrack.el (dirtrack-directory-function)
276         (dirtrack-canonicalize-function):
277         * filecache.el (file-cache-completion-ignore-case)
278         (file-cache-case-fold-search, file-cache-ignore-case):
279         * term.el (serial-port-is-file-p): Cosmetic change.
281         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
282         Remove non-existent `windows-95' system-type.
283         * dired.el (dired-chown-program): Remove non-existent `linux'
284         system-type.
286         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
287         (ping-program-options): Remove non-existent `linux' system-type.
289         * startup.el (package-initialize): Update declaration.
291         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
292         (ls-lisp-handle-switches): Use time-less-p.
293         (ls-lisp-format-time): Use float-time.
295         * textmodes/remember.el (remember-time-to-seconds): Remove.
296         (remember-store-in-mailbox): Use float-time.
298         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
300         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
301         never a real function.
302         (with-no-warnings): Remove compat stub, now unused.
303         (time-less-p): Doc fix.
304         (time-to-number-of-days): Simplify.
306         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
307         Remove.
308         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
309         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
310         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
311         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
312         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
314         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
315         (eshell-shuffle-files, eshell-shorthand-tar-command)
316         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
317         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
318         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
319         Prefix dynamic local variable `matches'.
321         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
322         Prefix dynamic local variable `skeleton'.
324 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
326         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
327         in mail buffer; make yank-action always a command that yanks original
328         buffer.
330 2010-11-09  Glenn Morris  <rgm@gnu.org>
332         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
334 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * minibuffer.el (minibuffer-completion-help): Specify the end of the
337         completion field (bug#7211).
339         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
340         Fix handling of backslash escapes.
341         (python-quote-syntax): Adjust accordingly.
343 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
345         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
346         (vc-mtn-workfile-branch): Adjust to new output format.
348 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * international/mule-cmds.el (princ-list): Mark as obsolete.
352 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * emacs-lisp/smie.el: New package.
356 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
358         * files.el (backup-by-copying-when-mismatch):
359         Set `permanent-local' property.
361         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
362         `permanent-local' property for `backup-by-copying-when-mismatch'.
364 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
366         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
368 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
370         * progmodes/verilog-mode.el (verilog-insert-one-definition)
371         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
372         AUTOINOUT for SV style multidimensional arrays, bug294.
373         Reported by Eric Mastromarchi.
374         (verilog-preprocess): Use with-current-buffer and
375         font-lock-fontify-buffer to cleanup style issues.
377 2010-11-09  Glenn Morris  <rgm@gnu.org>
379         * locate.el (locate, locate-mode): Doc fixes.
381 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
383         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
384         user for confirmation.
385         (server-force-stop): Use it.
386         (server-start): Use server-force-stop for kill-emacs-hook, to
387         avoid user interaction while killing Emacs.
389 2010-11-09  Glenn Morris  <rgm@gnu.org>
391         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
392         (meta-indent-line): Simplify.
394         * vc/emerge.el (emerge-line-number-in-buf):
395         * textmodes/ispell.el (ispell-region):
396         * textmodes/fill.el (current-fill-column):
397         * progmodes/xscheme.el (xscheme-send-current-line):
398         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
399         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
400         * progmodes/sh-script.el (sh-handle-prev-do):
401         * progmodes/meta-mode.el (meta-indent-line):
402         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
403         (idlwave-in-quote):
404         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
405         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
406         * progmodes/fortran.el (fortran-looking-at-if-then):
407         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
408         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
409         (cperl-find-pods-heres):
410         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
411         * net/quickurl.el (quickurl-list-insert):
412         * net/ldap.el (ldap-search-internal):
413         * net/eudc.el (eudc-expand-inline):
414         * mail/sendmail.el (sendmail-send-it):
415         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
416         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
417         (viper-brac-function):
418         * calc/calc-yank.el (calc-do-grab-region):
419         * calc/calc-keypd.el (calc-keypad-press):
420         * term.el (term-move-columns, term-insert-spaces):
421         * speedbar.el (speedbar-highlight-one-tag-line):
422         * simple.el (current-word):
423         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
424         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
425         (Info-scroll-down):
426         * hippie-exp.el (he-line-beg):
427         * epa.el (epa--marked-keys):
428         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
429         (dired-update-file-line, dired-add-entry, dired-remove-entry)
430         (dired-relist-entry):
431         * buff-menu.el (Buffer-menu-buffer):
432         * array.el (current-line):
433         * allout.el (allout-resolve-xref)
434         (allout-latex-verbatim-quote-curr-line):
435         Replace yet more uses of end-of-line etc with line-end-position, etc.
437 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
440         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
441         (checkdoc-syntax-table): Initialize in the declaration.
442         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
443         the mode on unconditionally.
445         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
446         (extent-end-position, extent-start-position): Remove setf method for
447         non-existing functions (bug#7319).
449 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
452         (smie-precs->prec2): Rename from smie-precs-precedence-table.
453         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
454         (smie-prec2->grammar): Rename from smie-prec2-levels.
455         (smie-grammar): Rename from smie-op-levels.
456         (smie-indent--hanging-p): Rename from smie-hanging-p.
457         (smie-rule-hanging-p): New alias.
458         (smie-indent--bolp): Rename from smie-bolp.
459         (smie-indent--hanging-p): New alias.
460         (smie--token): New dynamically bound variable.
461         (smie-indent--parent): New function.
462         (smie-rule-parent-p): Use it; rename from smie-parent-p.
463         (smie-rule-next-p): Rename from smie-next-p.
464         (smie-rule-prev-p): Rename from smie-prev-p.
465         (smie-rule-sibling-p, smie-rule-parent)
466         (smie-indent--separator-outdent, smie-rule-separator): New functions.
467         (smie-rule-separator-outdent): New var.
468         (smie-indent--rule): Merge with smie-indent--column.
469         (smie-indent-forward-token, smie-indent-backward-token):
470         Also recognize close parens.
471         (smie-indent-keyword): Don't use smie-indent--column any more.
472         (smie-indent-after-keyword): Ignore closers by default.
473         (smie-indent-line): Use with-demoted-errors.
474         * progmodes/octave-mod.el (octave-smie-grammar):
475         Rename from octave-smie-op-levels.
476         (octave-smie-rules): Adjust to new behavior.
477         * progmodes/prolog.el (prolog-smie-grammar):
478         Rename from prolog-smie-op-levels.
480 2010-11-07  Glenn Morris  <rgm@gnu.org>
482         * eshell/esh-util.el (subst-char-in-string)
483         (directory-files-and-attributes): These compatibility definitions are
484         not needed on any version of Emacs since at least 21.4.
486         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
487         (verilog-get-end-of-line): Remove.
488         (verilog-within-string, verilog-re-search-forward-substr)
489         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
490         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
491         Use point-at-bol, point-at-eol.
492         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
493         Remove.
494         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
495         (electric-pascal-terminate-line, pascal-set-auto-comments)
496         (pascal-indent-paramlist, pascal-indent-declaration)
497         (pascal-get-lineup-indent, pascal-func-completion)
498         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
499         Use point-at-bol, point-at-eol.
500         * progmodes/flymake.el (flymake-line-beginning-position)
501         (flymake-line-end-position): Remove.
502         (flymake-highlight-line): Use point-at-bol, point-at-eol.
503         * eshell/esh-util.el (line-end-position, line-beginning-position):
504         Remove compat definitions.
506         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
507         Use end-of-line N.
508         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
509         Use line-end-position.
511         * emacs-lisp/chart.el (chart-zap-chars):
512         * play/decipher.el (decipher-set-map):
513         * progmodes/ada-mode.el (ada-get-current-indent)
514         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
515         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
516         * progmodes/ada-xref.el (ada-initialize-runtime-library)
517         (ada-get-all-references):
518         * progmodes/cperl-mode.el (cperl-electric-paren)
519         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
520         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
521         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
522         (cperl-word-at-point-hard):
523         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
524         (idlwave-shell-filename-string, idlwave-shell-batch-command)
525         (idlwave-shell-display-line):
526         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
527         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
528         * progmodes/js.el (js--re-search-forward-inner)
529         (js--re-search-backward-inner):
530         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
531         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
532         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
533         * textmodes/flyspell.el (flyspell-process-localwords):
534         * textmodes/ispell.el (ispell-buffer-local-parsing)
535         (ispell-buffer-local-dict, ispell-buffer-local-words):
536         Use point-at-bol and point-at-eol.
538         * speedbar.el (speedbar-generic-item-info)
539         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
540         (speedbar-add-indicator, speedbar-check-vc-this-line)
541         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
542         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
543         Replace more uses of end-of-line etc with line-end-position.
545 2010-11-06  Glenn Morris  <rgm@gnu.org>
547         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
548         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
549         (texinfo-delete-existing-pointers, texinfo-find-pointer)
550         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
551         (texinfo-multiple-files-update):
552         * textmodes/table.el (table--probe-cell-left-up)
553         (table--probe-cell-right-bottom):
554         * textmodes/picture.el (picture-tab-search):
555         * textmodes/page-ext.el (pages-copy-header-and-position)
556         (pages-directory-for-addresses):
557         * progmodes/vera-mode.el (vera-get-offset):
558         * progmodes/simula.el (simula-calculate-indent):
559         * progmodes/python.el (python-pdbtrack-overlay-arrow):
560         * progmodes/prolog.el (end-of-prolog-clause):
561         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
562         * progmodes/icon.el (indent-icon-exp):
563         * progmodes/etags.el (tag-re-match-p):
564         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
565         * progmodes/ebnf2ps.el (ebnf-begin-file):
566         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
567         (dcl-save-local-variable):
568         * play/life.el (life-setup):
569         * play/gametree.el (gametree-looking-at-ply):
570         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
571         * mail/sendmail.el (mail-mode-auto-fill):
572         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
573         * emacs-lisp/edebug.el (edebug-overlay-arrow):
574         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
575         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
576         (woman-tab-to-tab-stop, WoMan-warn-ignored):
577         * type-break.el (type-break-file-keystroke-count):
578         * term.el (term-replace-by-expanded-history-before-point)
579         (term-skip-prompt, term-extract-string):
580         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
581         (speedbar-contract-line, speedbar-toggle-line-expansion)
582         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
583         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
584         * sort.el (sort-skip-fields):
585         * skeleton.el (skeleton-internal-list):
586         * simple.el (line-move-finish, line-move-to-column):
587         * shell.el (shell-forward-command):
588         * misc.el (copy-from-above-command):
589         * makesum.el (double-column):
590         * ebuff-menu.el (electric-buffer-update-highlight):
591         * dired.el (dired-move-to-end-of-filename):
592         * dframe.el (dframe-popup-kludge):
593         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
594         * arc-mode.el (archive-get-lineno):
595         Use line-end-position and line-beginning-position.
597         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
598         (idlwave-study-twins): Prefix dynamic local `class'.
599         (idlwave-routine-twin-compare): Update for above name change.
601         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
602         Use boundp tests to silence compiler.  Update for changed name of
603         bytecomp-filename variable.
605         * emulation/viper-cmd.el (viper-read-string-with-history):
606         Prefix dynamic local `initial'.
607         (viper-minibuffer-standard-hook): Update for above name change.
609         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
610         (elint-init-form): Update for above name change.
612         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
613         local variables `cbeg' and `cend' a prefix.
614         (mail-extr-voodoo): Update for above name change.
616         * textmodes/reftex-toc.el (reftex-toc-do-promote)
617         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
618         (reftex-toc-promote-action): Doc fix.
620         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
621         `prompt', `data' a prefix.
622         (reftex-select-post-command-hook, reftex-select-callback)
623         (reftex-select-mouse-accept, reftex-select-read-cite):
624         Update for above name changes.
626         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
627         `refstyle' to reftex-refstyle.
628         (reftex-offer-label-menu): Update for above name change.
629         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
630         `refstyle' name change.
632         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
633         with with-current-buffer.
634         (diff, template): Give dynamic local variables a prefix.
635         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
636         (emerge-line-number-in-buf): Update for above name change.
637         (emerge-combine-versions-internal): Rename local `template' to
638         emerge-combine-template.
639         (emerge-combine-versions-edit): Update for above name change.
641 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
643         * textmodes/reftex-cite.el
644         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
645         entries with whitespace after \bibitem.
646         (reftex-create-bibtex-file): Match entries containing numbers and
647         symbol constituents.  Make sure that entries with whitespace at
648         various places are found.
650 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
652         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
654 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
656         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
658 2010-11-05  Glenn Morris  <rgm@gnu.org>
660         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
661         (woman2-roff-buffer): Give local variable `request' a prefix.
662         (woman0-macro): Rename argument `request' in the same way.
663         (woman-request): New name for `request' dynamic variable.
664         (woman-unquote, woman-forward-arg): Update for above name change.
665         (woman1-roff-buffer): Give local variable `unquote' a prefix.
666         (woman1-unquote): New name for `unquote' dynamic variable.
667         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
668         (woman-translations): Rename from `translations'.  No longer global.
669         (woman2-tr, woman-translate): Update for above name change.
670         (woman-translate): Check for bound variable.
671         (woman2-roff-buffer): Give local variable `translations' a prefix.
673         * play/doctor.el: Give all local variables a prefix.  Update callers.
674         (doc$, doctor-put-meaning): Use backquote.
676         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
677         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
679         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
680         variables bytes, ptr, op a prefix.
681         (disassemble-offset): Update for above change.
683 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
685         * emacs-lisp/package.el (package-unpack): Remove no-op.
686         (package--builtins, package--dir): Doc fix.
687         (package-activate-1, package-activate, package-install)
688         (package-compute-transaction): Fix error message.
689         (package-delete): Use delete-directory.  Omit system packages.
690         (package-initialize): Set package-alist to nil first.
691         (package-menu-mark-delete, package-menu-mark-install): Don't add
692         symbols that are inconsistent with the package state.
693         (package-menu-execute): Perform deletions and installations as
694         single batch operations.
696 2010-11-03  Glenn Morris  <rgm@gnu.org>
698         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
699         (props): Remove unnecessary declaration.
701         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
702         set-process-query-on-exit-flag.
704         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
705         (reftex-toc-do-promote): Remove unused local `mpos'.
706         (reftex-toc-restore-region): Make `mpos' local to this function.
708         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
710         * play/landmark.el (lm-losing-threshold): Correct spelling.
711         (lm-human-plays): Use new name.
713         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
714         (gomoku-human-plays): Use new name.
716         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
717         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
718         (gomoku-score-trans-table, gomoku-winning-threshold)
719         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
721 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
723         * emacs-lisp/package.el: Don't put built-in packages in
724         package-alist, to avoid loading inefficiencies.
725         (package-built-in-p): Make VERSION optional, and treat it as a
726         minimum acceptable version.
727         (package-activate): Search separately for built-in packages.  Emit
728         a warning if a dependency fails.
729         (define-package): Handle most common case, where there is no
730         obsolete package, first.
731         (package-compute-transaction): Print required version in error.
732         (package--initialized): New variable.
733         (list-packages): Use it.
734         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
735         built-in packages in packages-alist; keep it separate.  Set
736         package--initialized.
737         (describe-package): Avoid activating packages as a side-effect.
738         Search separately for built-in packages.
739         (describe-package-1): Handle the case where an elpa package is
740         simultaneously built-in and available/installed.
741         (package-installed-p, package--generate-package-list): Search
742         separately for built-in packages.
743         (package-load-descriptor): Doc fix.
745 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
747         * progmodes/perl-mode.el (perl-syntax-propertize-function):
748         Handle __DATA__ and __END__.
750 2010-11-02  Noah Friedman  <friedman@splode.com>
752         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
753         nil, do not ask to recompile files that are not already compiled,
754         and do not recompile them.
756 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
758         * emacs-lisp/package.el (package-initialize): Ensure that
759         obsoleted built-in packages are not in package-activated-list
760         during activation.
761         (describe-package-1): Make the "installed" status override
762         "built-in".
764 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
766         * subr.el (version-separator, version-regexp-alist): Remove '*'
767         from docstring.
768         (version-list-<=, version<=, version=): Doc fix.
770 2010-11-01  Kenichi Handa  <handa@m17n.org>
772         * faces.el (glyphless-char): Inherit underline for tty.
774 2010-11-01  Kenichi Handa  <handa@m17n.org>
776         Implement various display methods for glyphless characters.
778         * international/characters.el (char-acronym-table): New variable.
779         (glyphless-char-control): New variable.
780         (update-glyphless-char-display): New funciton.
782         * faces.el (glyphless-char): New face.
784 2010-11-01  Glenn Morris  <rgm@gnu.org>
786         * calendar/holidays.el (general-holidays, oriental-holidays)
787         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
788         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
789         the definitions of their targets.
791         * emacs-lisp/smie.el (smie): New custom group.
792         (smie-blink-matching-inners, smie-indent-basic): Add :group.
794         * faces.el (xw-defined-colors, x-setup-function-keys):
795         * mouse-sel.el (x-select-text):
796         * term/w32console.el (x-setup-function-keys): Update declarations.
798         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
800         * textmodes/ispell.el (comment-add): Declare.
802         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
803         Declare.
805         * info.el (finder-keywords-hash, package-alist): Declare.
807 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
809         * finder.el (finder-compile-keywords): Don't use intern-soft,
810         since package names may not yet exist in the obarray.
812 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
814         * vc/vc-arch.el (vc-arch-checkin):
815         * vc/vc-cvs.el (vc-cvs-checkin):
816         * vc/vc-mtn.el (vc-mtn-checkin):
817         * vc/vc-rcs.el (vc-rcs-checkin):
818         * vc/vc-sccs.el (vc-sccs-checkin):
819         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
820         since 2010-04-21 commit by Stefan Monnier.
822 2010-11-01  Glenn Morris  <rgm@gnu.org>
824         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
826         * startup.el (package-enable-at-startup, package-initialize):
827         Silence compiler.
829         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
830         Silence compiler.
832 2010-10-31  Julien Danjou  <julien@danjou.info>
834         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
835         (byte-recompile-directory):
836         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
837         Use `byte-recompile-file'.
839 2010-10-31  Glenn Morris  <rgm@gnu.org>
841         * cus-start.el: Handle standard values via a keyword.
842         Only set version property if specified.
843         (cursor-in-non-selected-windows, menu-bar-mode)
844         (tool-bar-mode, show-trailing-whitespace):
845         Do not specify standard values.
846         (transient-mark-mode, temporary-file-directory): Use :standard.
848 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
850         * term/x-win.el (x-get-selection-value): New function that gets
851         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
853 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
855         * net/tramp.el (tramp-handle-insert-file-contents): For root,
856         preserve owner and group when editing files.  (Bug#7289)
858 2010-10-31  Glenn Morris  <rgm@gnu.org>
860         * speedbar.el (speedbar-mode):
861         * play/fortune.el (fortune-in-buffer, fortune):
862         * play/gomoku.el (gomoku-mode):
863         * play/landmark.el (lm-mode):
864         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
865         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
867         * select.el (x-selection): Mark it as an obsolete alias.
869 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
871         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
872         major-mode (bug#7284).
874 2010-10-31  Glenn Morris  <rgm@gnu.org>
876         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
877         rather than just an unused variable that inherits from the real one.
879 2010-10-31  Alan Mackenzie  <acm@muc.de>
881         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
882         This fixes bug #7185.
884 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
886         * startup.el (command-line): Search for package directories, and
887         don't load package.el if none are found.
889         * emacs-lisp/package.el (describe-package, list-packages): Call
890         package-initialize if it has not been called yet.
892 2010-10-30  Alan Mackenzie  <acm@muc.de>
894         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
895         which fontifies the tail of an enum.
896         (c-basic-matchers-after): Insert a call to the above new function.
897         This fixes bug #7264.
899 2010-10-30  Glenn Morris  <rgm@gnu.org>
901         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
902         tool-bar-mode, transient-mark-mode.  (Bug#7306)
903         Include the :set property in the dumped Emacs.
905 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
907         SMIE: change indent rules format, improve smie-setup.
908         * emacs-lisp/smie.el (smie-precs-precedence-table)
909         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
910         Mark them pure so the tables gets built at compile time.
911         (smie-bnf-precedence-table): Store the closer-alist in the table.
912         (smie-prec2-levels): Preserve the closer-alist.
913         (smie-blink-matching-open): Be more forgiving in case of indentation.
914         (smie-hanging-p): Rename from smie-indent--hanging-p.
915         (smie-bolp): Rename from smie-indent--bolp.
916         (smie--parent, smie--after): New dynamic vars.
917         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
918         (smie-indent-rules): Remove.
919         (smie-indent--offset-rule): Remove fun.
920         (smie-rules-function): New var.
921         (smie-indent--rule): New fun.
922         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
923         (smie-indent-exps): Use it.
924         (smie-setup): Setup paren blinking; add keyword args for token
925         functions; extract closer-alist from op-levels.
926         (smie-indent-debug-log): Remove var.
927         (smie-indent-debug): Remove fun.
928         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
929         (prolog-smie-rules): New fun to replace it.
930         (prolog-mode-variables): Simplify.
931         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
932         it's setup automatically.
933         (octave-smie-indent-rules): Remove.
934         (octave-smie-rules): New fun to replace it.
935         (octave-mode): Simplify.
937 2010-10-29  Glenn Morris  <rgm@gnu.org>
939         * files.el (temporary-file-directory): Remove (already defined in C).
940         * cus-start.el: Add temporary-file-directory.
942         * abbrev.el (abbrev-mode):
943         * composite.el (auto-composition-mode):
944         * menu-bar.el (menu-bar-mode):
945         * simple.el (transient-mark-mode):
946         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
947         that they do not define the associated variables twice.
948         * simple.el (transient-mark-mode): Remove defvar.
949         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
950         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
951         Handle multiple groups, and also custom-delayed-init-variables.
952         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
954 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
956         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
957         (pcase-if): Add one minor optimization.
958         (pcase-split-equal): Rename from pcase-split-eq.
959         (pcase-split-member): Rename from pcase-split-memq.
960         (pcase-u1): Add strings to the member optimization.
961         Add `guard' variant of predicates.
962         (pcase-q1): Add string patterns.
964 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
968 2010-10-28  Glenn Morris  <rgm@gnu.org>
970         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
971         Move menu-bar related settings to ../menu-bar.el.
972         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
973         Move ns-specific settings here from term/ns-win.el.
975         * simple.el (x-selection-owner-p): Remove unused declaration.
977 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
979         * minibuffer.el (completion-cycling): New var (bug#7266).
980         (minibuffer-complete, completion--do-completion):
981         Use completion--flush-all-sorted-completions.
982         (minibuffer-complete): Only cycle if completion-cycling is set.
983         (completion--flush-all-sorted-completions): Unset completion-cycling.
984         (minibuffer-force-complete): Set completion-cycling.
985         (completion-all-sorted-completions): Move declaration before first use.
987 2010-10-28  Leo  <sdl.web@gmail.com>
989         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
990         which changes the order of matches seen by users (bug#7231).
992 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
994         * progmodes/compile.el (compilation-mode-font-lock-keywords):
995         Don't confuse -omega as "-o mega".
997 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1000         (log-edit-author): New dynamic var.
1001         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1002         to return the author if different from committer.
1003         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1005         * play/landmark.el: Adjust commenting convention.
1006         (lm-nil-score): Rename from nil-score.
1007         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1008         (OOOOscore): Move into a let in lm-score-trans-table.
1009         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1011         * electric.el (electric-indent-chars): Autoload.
1012         * progmodes/octave-mod.el (octave-mode):
1013         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1014         (ruby-mode-abbrev-table): Merge initialization and declaration.
1016 2010-10-27  Glenn Morris  <rgm@gnu.org>
1018         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1019         variable.
1021         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1023         * term/ns-win.el: Restore require of cl when compiling.
1024         (menu-bar-final-items): Remove non-existent `windows' menu.
1025         (ns-handle-nxopen): Optionally handle the temp-case.
1026         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1027         (ns-insert-file, ns-find-file): Use `pop'.
1029 2010-10-26  Glenn Morris  <rgm@gnu.org>
1031         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1033 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
1035         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1036         global map.
1037         * term/common-win.el (x-setup-function-keys): Remove most of the
1038         keymappings.  Comment on the remaining ones.
1040 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
1042         * server.el (server-port): New option.  (Bug#854)
1043         (server-start): Use server-port.
1045 2010-10-26  Glenn Morris  <rgm@gnu.org>
1047         * term/ns-win.el (ns-version-string): Remove unused declaration.
1048         (ns-invocation-args): Change to x-invocation-args.
1049         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1050         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1051         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1052         Use x-invocation-args instead of ns-invocation-args.
1053         (ns-initialize-window-system, handle-args-function-alist):
1054         Use x-handle-args instead of ns-handle-args.
1055         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1056         * startup.el (command-line-ns-option-alist): Replace
1057         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1058         ns-handle-iconic with the x- equivalents.
1060         * term/common-win.el (x-select-enable-clipboard):
1061         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1063         * term/ns-win.el: No need to require cl when compiling.
1064         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1065         (xw-defined-colors): Use the common-win definitions.
1066         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1067         (ns-handle-iconic): Make it an alias for x-handle-iconic.
1068         * term/common-win.el (x-select-text, x-alternatives-map)
1069         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1070         * loadup.el [ns]: Load common-win.
1072 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
1074         * epa-mail.el (epa-mail-encrypt): Handle local-part only
1075         recipients; expand mail aliases (Bug#7280).
1077 2010-10-25  Glenn Morris  <rgm@gnu.org>
1079         * term/common-win.el (x-handle-switch): Simplify with pop.
1080         Optionally handle numeric switches.
1081         (x-handle-numeric-switch): Just call x-handle-switch.
1082         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1083         (x-handle-name-switch, x-handle-display, x-handle-args):
1084         Simplify with pop.
1086         * term/ns-win.el: Do not require easymenu.
1087         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1088         <spell>: Move adjustments to menu-bar.el.
1089         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1090         <separator-undo, spell>: Move ns-win's adjustments here.
1091         * loadup.el [ns]: Do not load easymenu.
1093 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1095         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1096         Delete (Bug#7222).
1098         * startup.el (fancy-startup-tail): Instead of using inline images,
1099         refer to image files from etc/.
1101         * wid-edit.el (checkbox): Likewise.
1102         (widget-image-find): Center image specs.
1104 2010-10-24  Glenn Morris  <rgm@gnu.org>
1106         * term/ns-win.el (x-select-text): Doc fix.
1107         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1108         (x-select-text): Move to term/common-win.
1109         * term/w32-win.el (xw-defined-colors): Move to common-win.
1110         * term/x-win.el (xw-defined-colors, x-alternatives-map)
1111         (x-setup-function-keys, x-select-text): Move to common-win.
1112         * term/common-win.el (x-select-text, x-alternatives-map)
1113         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1114         definitions here.
1116 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
1118         * net/mairix.el (mairix-searches-mode-map):
1119         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1121 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
1123         * verilog-mode.el (verilog-directive-re): Make this variable
1124         auto-built for efficiency of execution and updating.
1125         (verilog-extended-complete-re): Support 'pure' fucntion & task
1126         declarations (these have no bodies).
1127         (verilog-beg-of-statement): General cleanup to enable support of
1128         'pure' fucntion & task declarations (these have no bodies).
1129         These efforts together fix Verilog bug210 from veripool; which was also
1130         noticed by Steve Pearlmutter.
1131         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1132         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1133         Support `elsif.  Reported by Shankar Giri.
1134         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1135         attribute handling for lining up declarations and assignments.
1136         (verilog-beg-of-statement-1): Fix issue where continued declaration
1137         is indented differently if it is after a begin..end clock.
1138         (verilog-in-attribute-p, verilog-skip-backward-comments)
1139         (verilog-skip-forward-comment-p): Support proper treatment of
1140         attributes by indent code. Reported by Jeff Steele.
1141         (verilog-in-directive-p): Fix comment to correctly describe function.
1142         (verilog-backward-up-list, verilog-in-struct-region-p)
1143         (verilog-backward-token, verilog-in-struct-p)
1144         (verilog-in-coverage-p, verilog-do-indent)
1145         (verilog-pretty-declarations): Use verilog-backward-up-list as
1146         wrapper around backward-up-list inorder to properly skip comments.
1147         Reported by David Rogoff.
1148         (verilog-property-re, verilog-endcomment-reason-re)
1149         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1150         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1151         of if). Reported by Max Bjurling and
1152         (verilog-calc-1): Fix for clocking block in modport
1153         declaration. Reported by Brian Hunter.
1155 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
1157         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1158         (verilog-gate-keywords, verilog-read-sub-decls)
1159         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1160         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1161         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1162         (verilog-read-decls): Fix spaces in V2K module parameters causing
1163         mis-identification as interfaces, bug287.
1164         (verilog-read-decls): Fix not treating "parameter string" as a
1165         parameter in AUTOINSTPARAM.
1166         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1167         treating `elsif similar to `endif inside AUTOSENSE.
1168         (verilog-do-indent): Implement correct automatic or static task or
1169         function end comment highlight. Reported by Steve Pearlmutter.
1170         (verilog-font-lock-keywords-2): Fix highlighting of single
1171         character pins, bug264.  Reported by Michael Laajanen.
1172         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1173         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1174         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
1175         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1176         (verilog-pretty-expr): Fix interactive arguments, bug272.
1177         Reported by Mark Johnson.
1178         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1179         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1180         bug269. Suggested by Gary Delp.
1181         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1182         (verilog-preprocessor, verilog-set-compile-command):
1183         Create verilog-preprocess and verilog-preprocessor to show
1184         preprocessed output.
1185         (verilog-get-beg-of-line, verilog-get-end-of-line)
1186         (verilog-modi-file-or-buffer, verilog-modi-name)
1187         (verilog-modi-point, verilog-within-string): Move defmacro's
1188         before first use to avoid warning. Reported by Steve Pearlmutter.
1189         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1190         (verilog-colorize-region, verilog-highlight-buffer)
1191         (verilog-highlight-includes, verilog-highlight-modules)
1192         (verilog-highlight-region, verilog-mode): Rename colorize to
1193         highlight to match other packages.  Disable module highlighting,
1194         as received speed complaints, reenable for experimentation only
1195         using new verilog-highlight-modules.
1196         (verilog-read-decls): Fix regexp stack overflow in very large
1197         AUTO_TEMPLATEs, bug250.
1198         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1199         (verilog-scan): Create verilog-save-buffer-state to standardize
1200         making insignificant changes that shouldn't call hooks.
1201         (verilog-save-no-change-functions, verilog-save-scan-cache)
1202         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1203         Create verilog-save-no-change-functions to wrap verilog-scan
1204         preservation, and fix to work with nested preserved calls.
1205         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1206         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1207         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1208         (verilog-submit-bug-report): Update variable list to be complete.
1209         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1210         breaking on-the-fly font-locking.
1211         (verilog-colorize-buffer, verilog-colorize-include-files)
1212         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1213         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1214         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1215         AUTOINST cell instance name, middle mouse button now finds-file on
1216         it.  Suggested by Brad Dobbie.
1217         (verilog-alw-get-temps, verilog-auto-reset)
1218         (verilog-auto-sense-sigs, verilog-read-always-signals)
1219         (verilog-read-always-signals-recurse): Fix loop indexes being
1220         AUTORESET. AUTORESET now assumes any variables in the
1221         initialization section of a for() should be ignored.  Reported by
1222         Dan Dever.
1223         (verilog-error-font-lock-keywords)
1224         (verilog-error-regexp-emacs-alist)
1225         (verilog-error-regexp-xemacs-alist): Fix error detection of
1226         Cadence HAL, reported by David Asher.  Repair drift between the
1227         three similar error variables.
1228         (verilog-modi-lookup, verilog-modi-lookup-cache)
1229         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1230         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1231         Fix slow verilog-auto expansion on very large files.
1232         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1233         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1234         "{1*2{...".  Broke in last revision.
1235         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1236         submodule connections with replications "{#{a},#{b}}".
1238 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
1240         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1241         Fix typo in docstring.
1243 2010-10-24  Kenichi Handa  <handa@m17n.org>
1245         * face-remap.el (text-scale-adjust): Call read-event with a proper
1246         prompt.
1248 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1250         * emacs-lisp/unsafep.el: Don't mark functions that display
1251         messages as safe.  Suggested by Johan Bockgård.
1253 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1256         Turn comments into docstrings.
1258         * minibuffer.el (completion--replace): Move point where it belongs
1259         when there's a common suffix (bug#7215).
1261 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1263         Merge read-color and facemenu-read-color (Bug#7242).
1265         * faces.el (read-color): Use the completion code from
1266         facemenu-read-color.  Require match in completion.  Doc fix.
1268         * facemenu.el (facemenu-read-color): Alias for read-color.
1269         (facemenu-set-foreground, facemenu-set-background): Use
1270         read-color.
1272         * frame.el (set-background-color, set-foreground-color)
1273         (set-cursor-color, set-mouse-color, set-border-color): Use
1274         read-color.
1276 2010-10-24  Leo  <sdl.web@gmail.com>
1278         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1279         argument of delete-file and delete-directory (Bug#7011).
1281 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1283         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1284         button-buffer-map.
1286 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
1288         * emacs-lisp/package.el (package--generate-package-list): Make the
1289         *Packages* buffer read-only.
1291 2010-10-24  Alan Mackenzie  <acm@muc.de>
1293         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1294         result of `c-beginning-of-decl-1' between invocations of a lambda
1295         function (Bug #7265).
1297 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
1299         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1300         executable is not available on the system (Bug#7268).
1302 2010-10-24  Glenn Morris  <rgm@gnu.org>
1304         * select.el (selection-coding-system, next-selection-coding-system):
1305         Sync doc with C versions.
1307         * w32-vars.el (x-select-enable-clipboard):
1308         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1309         * term/common-win.el (x-select-enable-clipboard): Move here.
1311         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1312         definition of C variable.
1314         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1315         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1316         Don't redefine things that are defined in C.
1317         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1318         (show-trailing-whitespace, auto-hscroll-mode)
1319         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1320         Set up the appropriate custom properties.
1322 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1324         Bind "C-c ]" to ...
1325         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1326         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1327         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1328         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1330 2010-10-23  Glenn Morris  <rgm@gnu.org>
1332         * textmodes/flyspell.el (flyspell-mode): If there was an error,
1333         say what it was.
1335         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1336         Sync docs with C version.
1338         * term/ns-win.el (xw-defined-colors):
1339         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1341         * term/pc-win.el (x-select-enable-clipboard):
1342         * term/x-win.el (x-select-enable-clipboard):
1343         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1345         * comint.el (comint-password-prompt-regexp): Make it less vague.
1346         Bump version.
1348         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1350         * help.el (finder-by-keyword): Remove unnecessary autoload.
1352 2010-10-22  Glenn Morris  <rgm@gnu.org>
1354         * loadup.el: Unconditionally load float-sup.
1355         * paren.el (show-paren-delay):
1356         * emacs-lisp/float-sup.el:
1357         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1358         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1359         (lazy-lock-stealth-verbose): Assume float support.
1360         * ps-print.el: Assume float support on Emacs.
1361         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1362         Remove non-float branch.
1364         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1365         src/Makefile no longer being pre-processed.
1367 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         * emacs-lisp/find-func.el (find-library): Use test-completion.
1371 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1375 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1377         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1378         space in stat format string.
1379         (tramp-send-command): Unset $PS1 when using here documents, in
1380         order not to get several prompts.
1381         (tramp-get-inline-coding): Return `nil' in case of errors.
1383 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
1385         * hexl.el (hexl-mode, hexl-mode-exit):
1386         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1387         (hexl-revert-buffer-function): New function.
1388         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1390 2010-10-19  Alan Mackenzie  <acm@muc.de>
1392         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1393         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1394         that these keywords aren't wrongly matched as identifiers.
1396         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1397         setting of c-new-BEG and c-new-END from c-before-change to
1398         c-after-change.  (Bug#7181)
1400 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1402         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1403         Don't mark as safe.
1405         * custom.el (custom-theme-set-variables): Likewise.
1406         (load-theme): Add custom-theme-set-faces and
1407         custom-theme-set-variables to safe-functions while loading.
1408         (custom-enabled-themes): Mark as risky.
1410 2010-10-18  Julien Danjou  <julien@danjou.info>
1412         * bindings.el: Remove end dashes in default mode-line-format.
1414 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1416         * bindings.el (global-map): Bind C-d to delete-char and deletechar
1417         to delete-forward-char.
1419         * simple.el (normal-erase-is-backspace-mode): Remap delete to
1420         deletechar, and hence delete-forward-char.
1422 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * repeat.el (repeat): Use read-key (bug#6256).
1426 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1428         * emacs-lisp/unsafep.el: Don't mark functions that display
1429         messages as safe.  Suggested by Johan Bockgård.
1431 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * minibuffer.el (completion--replace): Move point where it belongs
1434         when there's a common suffix (bug#7215).
1436 2010-10-19  Kenichi Handa  <handa@m17n.org>
1438         * international/characters.el: Add category '|' (word breakable)
1439         to fullwidth characters.
1441 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1443         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1444         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1445         order to make stat results a float.  Patch by Andreas Schwab
1446         <schwab@linux-m68k.org>.
1448 2010-10-18  Julien Danjou  <julien@danjou.info>
1450         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1451         hidden by `make-pointer-invisible'.
1453 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * files.el (locate-file-completion-table): Strip non-matching elements
1456         before checking length of list (bug#7238).
1458 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1460         * custom.el (custom-theme-set-variables): Mark as a safe function.
1461         (load-theme): Check forms using unsafep.
1463         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
1465 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
1467         * textmodes/ispell.el (ispell-aspell-find-dictionary):
1468         Fix aspell data file searching (bug#7230).
1470 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1472         * cus-theme.el (custom-theme--migrate-settings): New var.
1473         (customize-create-theme): Allow editing the `user' theme.
1474         (custom-theme-add-variable, custom-theme-add-var-1)
1475         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
1476         to the front of each variable or face widget.
1477         (custom-theme-write): Save theme settings in the correct order.
1478         Optionally, remove saved settings from user customizations.
1479         (custom-theme-write-variables, custom-theme-write-faces):
1480         Save only the checked widgets.
1481         (customize-themes): Add a link for migrating custom settings.
1483         * custom.el (custom-declare-theme, provide-theme):
1484         Use custom-theme-name-valid-p.
1485         (custom-theme-name-valid-p): Remove checks that are now
1486         unnecessary since themes no longer obey load-path.
1488         * cus-edit.el (custom-variable-value-create): For the simple
1489         style, hide documentation string when hidden.
1491 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1493         * cus-edit.el (custom-variable, custom-face): Combine the
1494         :inhibit-magic and :display-style properties into a single
1495         :custom-style property.
1496         (custom-toggle-hide-variable, custom-toggle-hide-face):
1497         New functions.  If hiding an edited value, save it to :shown-value.
1498         (custom-variable-value-create, custom-face-value-create): Use them.
1499         (custom-magic-reset): Allow magic property to be unset.
1501         * custom.el: Custom themes no longer use load-path.
1502         (custom-theme-load-path): New option.  Change built-in theme
1503         directory to etc/.
1504         (custom-enabled-themes): Add custom-theme-load-path dependency.
1505         (custom-theme--load-path): New function.
1506         (load-theme, custom-available-themes): Use it.
1508         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
1509         (customize-themes): Link to custom-theme-load-path variable.
1510         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
1511         :custom-style property.
1513         * themes/*.el: Moved to etc/.
1515 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
1517         * textmodes/reftex-cite.el
1518         (reftex-extract-bib-entries-from-thebibliography): Do not move
1519         point when searching for \bibitem entries.  Match entries with
1520         spaces or tabs in front of arguments.
1522 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1524         * cus-theme.el (customize-create-theme): Delete overlays after
1525         erasing.  If given a THEME arg, display only the faces of that arg
1526         instead of custom-theme--listed-faces.
1527         (custom-theme-variable-menu, custom-theme-variable-action)
1528         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
1529         (custom-theme-add-variable, custom-theme-add-face): Apply value
1530         from the theme settings, instead of the current value.
1531         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
1532         (custom-theme-visit-theme): Allow calling outside theme buffers.
1533         (custom-theme-merge-theme): Don't enable the theme when merging.
1534         (custom-theme-write-variables, custom-theme-write-faces): Use the
1535         :shown-value properties to save buffer values, not global ones.
1536         (customize-themes): Display a warning about user customizations.
1538         * cus-edit.el (custom-variable-value-create)
1539         (custom-face-value-create): Obey new special properties
1540         :shown-value and :inhibit-magic.
1542 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1544         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1545         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1546         <dale@codefu.org>.
1548 2010-10-14  Kenichi Handa  <handa@m17n.org>
1550         * mail/rmail.el (rmail-show-message-1): Catch an error of
1551         base64-decode-region and just show an error message (bug#7165).
1553         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1554         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1555         a font-spec (bug#7197).
1557 2010-10-14  Glenn Morris  <rgm@gnu.org>
1559         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1561 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
1563         * international/mule.el (define-coding-system):
1564         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1565         * composite.el (compose-region): Fix typo in docstring.
1567 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
1569         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
1570         only after checking the theme-face property.
1572         * faces.el (face-spec-reset-face): Reset all attributes in one
1573         single call to set-face-attribute.
1574         (face-spec-match-p): Make it a defsubst.
1575         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
1576         (x-create-frame-with-faces, tty-create-frame-with-faces)
1577         (tty-set-up-initial-frame-faces): Don't recompute face specs in
1578         frame-set-background-mode, since they are recomputed immediately
1579         afterwards in face-set-after-frame-default.
1580         (face-set-after-frame-default): Minor optimization.
1581         (cursor): Provide non-trivial defface spec.
1583         * custom.el (custom-theme-recalc-face): Simplify.
1585 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
1587         * calc/calc-alg.el (math-var): Rename from `var'.
1588         (math-is-polynomial, math-is-poly-rec): Replace `var'
1589         with `math-var'.
1591         * calc/calcalg2.el (math-var): Rename from `var'.
1592         (calcFunc-table, math-scan-for-limits): Replace `var'
1593         with `math-var'.
1595 2010-10-13  Glenn Morris  <rgm@gnu.org>
1597         * subr.el (last): Deal with dotted lists (reported in bug#7174).
1599 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
1601         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
1603 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605         * net/tls.el (tls-program): Remove spurious %s from openssl.
1606         (tls-starttls-switches): Remove starttls hack.
1607         (open-tls-stream): Ditto.
1608         (tls-find-starttls-argument): Ditto.
1610 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1612         * image.el (image-library-alist): Declare as obsolete alias.
1613         (image-type-available-p): Use `dynamic-library-alist'.
1615         * term/w32-win.el (dynamic-library-alist):
1616         Use instead of `image-library-alist'.
1618 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
1620         * subr.el (last): Make it faster.  (Bug#7174)
1622 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
1624         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
1626 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1628         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
1629         (describe-theme-1): Extract doc from unloaded themes.
1631         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
1633         * themes/tango-theme.el:
1634         * themes/tango-dark-theme.el:
1635         * themes/wheatgrass-theme.el: New files.
1637 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1639         * cus-theme.el (describe-theme, customize-themes)
1640         (custom-theme-save): New commands.
1641         (custom-new-theme-mode-map): Bind C-x C-s.
1642         (custom-new-theme-mode): Use custom--initialize-widget-variables.
1643         (customize-create-theme): New optional arg THEME.
1644         (custom-theme-revert): Use it.
1645         (custom-theme-visit-theme): Remove dead code.
1646         (custom-theme-merge-theme): Use custom-available-themes.
1647         (custom-theme-write): Make interactive.
1648         (custom-theme-write): Use custom-theme-name-valid-p.
1649         (describe-theme-1, custom-theme-choose-revert)
1650         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
1651         New funs.
1652         (custom-theme-allow-multiple-selections): New option.
1653         (custom-theme-choose-mode): New major mode.
1655         * custom.el (custom-theme-set-variables): Remove dead code.
1656         Obey custom--inhibit-theme-enable.
1657         (custom--inhibit-theme-enable): New var.
1658         (provide-theme): Obey it.
1659         (load-theme): Replace load with manual read/eval, in order to
1660         check for correctness.  Use custom-theme-name-valid-p.
1661         (custom-theme-name-valid-p): New function.
1662         (custom-available-themes): Use it.
1664         * cus-edit.el (custom--initialize-widget-variables): New function.
1665         (Custom-mode): Use it.
1667         * cus-face.el (custom-theme-set-faces): Remove dead code.
1668         Obey custom--inhibit-theme-enable.
1670         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
1672 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1674         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
1676 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
1678         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1679         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1680         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1682         * cus-start.el (all): ns-right-alternate-modifier is new.
1684 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1686         * emacs-lisp/lisp.el (lisp-completion-at-point):
1687         Use emacs-lisp-mode-syntax-table for the whole function.
1689 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
1691         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1692         instead of font-lock-mode before adding keywords.
1693         Remove hi-lock-mode off code.  Remove inhibit hack.
1694         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1695         non-nil; removed hook inhibit hack.
1697 2010-10-12  Glenn Morris  <rgm@gnu.org>
1699         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1700         (load-path-shadows-find): ... to this.
1701         (list-load-path-shadows): Update for above change.
1703         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1705 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1707         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
1708         Fix comment for declare-function.
1710 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
1712         * custom.el (custom-fix-face-spec): New function; code moved from
1713         custom-face-edit-fix-value.
1714         (custom-push-theme): Use it when checking if a face has been
1715         changed outside customize.
1716         (custom-available-themes): New function.
1717         (load-theme): Use it.
1719         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
1721         * custom.el (custom-push-theme): Cleanup (use cond).
1722         (disable-theme): Recompute the saved-face property.
1723         (custom-theme-recalc-face): Follow face alias before setting prop.
1725         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1726         New variables, containing checkbox images.
1728         * startup.el (fancy-startup-tail):
1729         * wid-edit.el (checkbox): Use them.
1731 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1733         * shell.el (shell-mode-map):
1734         * progmodes/modula2.el (m2-mode-map):
1735         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
1736         * play/mpuz.el (mpuz-mode-map):
1737         * play/landmark.el (lm-mode-map):
1738         * play/decipher.el (decipher-mode-map):
1739         * play/5x5.el (5x5-mode-map):
1740         * net/telnet.el (telnet-mode-map):
1741         * net/quickurl.el (quickurl-list-mode-map):
1742         * net/mairix.el (mairix-searches-mode-map):
1743         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
1744         * net/dig.el (dig-mode-map):
1745         * mail/mspools.el (mspools-mode-map):
1746         * hexl.el (hexl-mode-map):
1747         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
1748         (wordstar-C-o-map, wordstar-C-q-map):
1749         * emacs-lisp/edebug.el (edebug-eval-mode-map):
1750         * emacs-lisp/chart.el (chart-map):
1751         * edmacro.el (edmacro-mode-map):
1752         * erc/erc-list.el (erc-list-menu-mode-map):
1753         * array.el (array-mode-map): Declare and define in one step.
1755         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1757 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
1759         * epa.el (epa-passphrase-callback-function): Display filename
1760         passed as the 3rd arg.
1761         * epa-file.el (epa-file-passphrase-callback-function):
1762         Pass filename to epa-passphrase-callback-function.
1764 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
1766         * cus-edit.el (custom-face-widget-to-spec)
1767         (custom-face-get-current-spec, custom-face-state): New functions.
1768         (custom-face-set, custom-face-mark-to-save)
1769         (custom-face-value-create, custom-face-state-set): Use them.
1771         * cus-theme.el (custom-theme--listed-faces): New var.
1772         (customize-create-theme): Use *Custom Theme* as the buffer name.
1773         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
1774         faces listed in custom-theme--listed-faces.
1775         (custom-theme-revert): New function.
1776         (custom-theme-add-variable, custom-theme-add-face): Insert at the
1777         bottom of the list.
1778         (custom-theme-write): Prompt for theme name if empty.
1779         (custom-theme-write-variables): Use dolist.
1780         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
1782 2010-10-09  Alan Mackenzie  <acm@muc.de>
1784         Enhance fontification of declarators to take account of the
1785         presence/absence of "typedef".
1787         * cc-engine.el (c-forward-type): New &optional param
1788         "brace-block-too".
1789         (c-forward-decl-or-cast-1): cdr of return value now indicates the
1790         presence of either or both of a "struct"-like keyword and "typedef".
1792         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
1793         fontification of declarators which follow a "}".
1794         (c-font-lock-declarations): Fontify declarators according to the
1795         presence/absence of "typedef".
1797         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
1798         for "typedef".
1799         (c-typedef-decl-key): New lang variable built from
1800         c-typedef-decl-kwds.
1802 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
1805         since that's too annoying.  Move the filter groups commands to
1806         TAB/backtab.
1808         * epa.el (epa-passphrase-callback-function): Say what we're
1809         querying the password for.
1811         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
1812         behaviour, don't bury the ibuffer buffer when visiting other buffers.
1814 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1816         * cus-edit.el (custom-commands, custom-buffer-create-internal)
1817         (custom-magic-value-create): Pad button tags with spaces.
1818         (custom-face-edit): New variable.
1819         (custom-face-value-create): Determine whether to use the usual
1820         face editor here, instead of using custom-face-selected.
1821         Pass face defaults to custom-face-edit widget.
1822         (custom-face-selected, custom-display-unselected): Delete widgets.
1823         (custom-display-unselected-match): Function removed.
1824         (custom-face-set, custom-face-mark-to-save):
1825         Accept custom-face-edit widgets as the direct widget child.
1827         * wid-edit.el (widget--completing-widget): New var.
1828         (widget-default-complete): Bind it when doing completion.
1829         (widget-string-complete, widget-file-complete): Use it.
1831 2010-10-09  Glenn Morris  <rgm@gnu.org>
1833         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
1834         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
1835         (holiday-hebrew-misc): Small simplifications.
1837         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
1839         * net/browse-url.el: Don't require thingatpt, term, dired,
1840         executable, or w3-auto when compiling.
1841         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
1842         Declare.
1843         (browse-url-text-emacs): Require term.
1845 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1847         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1849 2010-10-08  Glenn Morris  <rgm@gnu.org>
1851         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1853         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1854         (shadows-compare-text-p): Make it an obsolete alias for...
1855         (load-path-shadows-compare-text): ... new name.
1856         (find-emacs-lisp-shadows): Update for above name change.
1857         (load-path-shadows-same-file-or-nonexistent): New name for the old
1858         shadow-same-file-or-nonexistent.
1860 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1862         * minibuffer.el (completion--some, completion--do-completion)
1863         (minibuffer-complete-and-exit, minibuffer-completion-help)
1864         (completion-basic-try-completion)
1865         (completion-basic-all-completions)
1866         (completion-pcm--find-all-completions): Use lexical-let to
1867         avoid some false matches in variable completion (Bug#7056)
1869 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1871         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1873 2010-10-08  Leo  <sdl.web@gmail.com>
1875         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1876         return non-nil if the file exists (Bug#7090).
1878 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * minibuffer.el (completion--replace):
1881         Better preserve markers (bug#7138).
1883 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
1885         * server.el (server-process-filter): Doc fix.
1887 2010-10-08  Drew Adams  <drew.adams@oracle.com>
1889         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1891 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1893         * Makefile.in (ELCFILES): Update.
1895 2010-10-08  Glenn Morris  <rgm@gnu.org>
1897         * vc/ediff-wind.el (ediff-setup-control-frame):
1898         * vc/ediff-ptch.el (ediff-default-backup-extension):
1899         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1900         (ediff-exec-process): Remove system-types emx, windows-95.
1902         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
1904 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
1906         * cus-edit.el (custom-variable, custom-face): Doc fix.
1907         (custom-face-edit): Add value-create attribute.
1908         (custom-face-edit-value-create)
1909         (custom-face-edit-value-visibility-action): New functions.
1910         Hide unused face attributes by default, and add a visibility toggle.
1911         (custom-face-edit-deactivate): Show empty values with shadow face.
1912         (custom-face-selected): Only use this for face specs with default
1913         attributes.
1914         (custom-face-value-create): Cleanup.
1916         * wid-edit.el (widget-checklist-value-create): Use dolist.
1917         (widget-checklist-match-find): Make second arg optional.
1919 2010-10-07  Glenn Morris  <rgm@gnu.org>
1921         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1922         Prefix things.
1924         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1925         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1926         load-path-shadows-mode, update references.
1927         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1928         Rename variable and button.
1929         (list-load-path-shadows): Update button caller.
1931 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * emacs-lisp/smie.el (smie-bnf-classify): New function.
1934         (smie-bnf-precedence-table): Use it to remember the closers/openers.
1935         (smie-merge-prec2s): Handle those new entries.
1936         (smie-prec2-levels): Only set precedence to nil for actual
1937         openers/closers.
1938         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1939         that is now unnecessary.
1941 2010-10-07  Miles Bader  <miles@gnu.org>
1943         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1945 2010-10-07  Glenn Morris  <rgm@gnu.org>
1947         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1948         (mail-position-on-field): Remove declarations.
1949         (mail-position-on-field): Autoload it.
1950         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1951         and mail-header-end.  Don't require sendmail.
1953         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1954         (shadow-mode): New mode.
1955         (shadow-find-file): New button.
1956         (list-load-path-shadows): Use shadow-mode and buttons.
1958         * iimage.el (iimage-version): Remove.
1959         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1960         Turn into defcustoms.
1961         (iimage-mode-map): Give it a doc string.
1963         * calendar/appt.el (appt-activate): Give a warning rather than an error
1964         if there is no diary-file.
1966 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
1968         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1969         Use `tramp-handle-find-backup-file-name'.
1971 2010-10-06  Glenn Morris  <rgm@gnu.org>
1973         * font-core.el (font-lock-defaults-alist): Remove variable.
1974         (font-lock-mode): Doc fix.
1975         (font-lock-default-function): Do not consult font-lock-defaults-alist.
1976         * font-lock.el (font-lock-refresh-defaults): Doc fix.
1977         (font-lock-set-defaults): Doc fix.
1978         Do not consult font-lock-defaults-alist.
1980         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1982         * emacs-lisp/cl.el: No longer provide cl-19.
1984 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
1986         * net/tramp.el (tramp-handle-directory-files-and-attributes)
1987         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1988         New defuns, taken from tramp-smb.el.
1989         (tramp-coding-system-change-eol-conversion)
1990         (tramp-set-process-query-on-exit-flag): Remove.
1992         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1993         (tramp-compat-coding-system-change-eol-conversion)
1994         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1995         from tramp.el.
1997         * net/tramp-gvfs.el:
1998         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1999         by `tramp-compat-set-process-query-on-exit-flag'.
2001         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2002         Use `tramp-handle-directory-files-and-attributes',
2003         `tramp-handle-file-exists-p' and
2004         `tramp-handle-file-newer-than-file-p'.
2005         (tramp-imap-handle-file-exists-p)
2006         (tramp-imap-handle-file-executable-p)
2007         (tramp-imap-handle-file-readable-p)
2008         (tramp-imap-handle-directory-files-and-attributes)
2009         (tramp-imap-handle-file-newer-than-file-p): Remove.
2011         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2012         by `tramp-compat-set-process-query-on-exit-flag' and
2013         `tramp-coding-system-change-eol-conversion' by
2014         `tramp-compat-coding-system-change-eol-conversion'.
2016         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2017         Use `tramp-handle-directory-files-and-attributes',
2018         `tramp-handle-file-exists-p' and
2019         `tramp-handle-file-newer-than-file-p'.
2020         (tramp-smb-handle-directory-files-and-attributes)
2021         (tramp-smb-handle-file-exists-p)
2022         (tramp-smb-handle-file-newer-than-file-p): Remove.
2023         (tramp-smb-maybe-open-connection):
2024         Replace `tramp-set-process-query-on-exit-flag' by
2025         `tramp-compat-set-process-query-on-exit-flag'.
2027 2010-10-05  Glenn Morris  <rgm@gnu.org>
2029         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2031 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
2033         Continue reorganization of load dependencies.  (Bug#7156)
2035         * net/tramp.el (tramp-handle-file-local-copy-hook)
2036         (tramp-delete-temp-file-function): Move down.
2037         (tramp-exists-file-name-handler): Move up.
2038         (tramp-register-file-name-handlers): Simplify autoload.
2039         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2040         (tramp-handle-directory-files, tramp-handle-dired-uncache)
2041         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2042         (tramp-handle-file-name-completion)
2043         (tramp-handle-file-name-directory)
2044         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2045         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2046         (tramp-handle-find-backup-file-name)
2047         (tramp-handle-insert-file-contents, tramp-handle-load)
2048         (tramp-handle-substitute-in-file-name)
2049         (tramp-handle-unhandled-file-name-directory)
2050         (tramp-mode-string-to-int, tramp-local-host-p)
2051         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
2053         * net/tramp-gvfs.el (top):
2054         * net/tramp-smb.el (top): Do not require 'tramp-sh.
2056         * net/tramp-sh.el (all): Move several objects to tramp.el, see
2057         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2059 2010-10-04  Glenn Morris  <rgm@gnu.org>
2061         * calendar/appt.el (appt-add): Ensure reminders are enabled.
2062         (appt-activate): Give status messages.
2064 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2066         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
2067         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
2068         `gnutls-negotiate' (formerly `starttls-negotiate').
2069         Remove trivial wrapper `starttls-open-stream'.
2071 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2073         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2074         log-outgoing commands.
2075         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2076         to create a buffer local revert-buffer-function variable.
2077         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2078         revert-buffer-function lambda.
2080 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2082         * net/gnutls.el (starttls-negotiate): Use the plist interface to
2083         `gnutls-boot'.  Make TYPE the only required parameter.
2084         Allow TRUSTFILES and KEYFILES to be lists.
2085         (open-ssl-stream): Use it.
2087 2010-10-03  Glenn Morris  <rgm@gnu.org>
2089         * subr.el (directory-sep-char): Remove obsolete variable.
2090         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2091         it is "necessary".
2093         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2094         * vc/vc.el (vc-static-header-alist): Doc fix.
2095         * vc/vc-cvs.el (vc-cvs-header):
2096         * vc/vc-rcs.el (vc-rcs-header):
2097         * vc/vc-sccs.el (vc-sccs-header):
2098         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2099         * obsolete/vc-mcvs.el (vc-mcvs-header):
2100         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2101         on XEmacs.
2103 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2105         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2106         Remove obsolete use of binary-overwrite-mode (Bug#7001).
2108 2010-10-03  Glenn Morris  <rgm@gnu.org>
2110         * obsolete/x-menu.el: Remove file, obsolete since 21.1
2112         * textmodes/rst.el (rst-font-lock-keywords-function):
2113         Drop Emacs 20 code.
2115         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2117         * printing.el: Drop Emacs 20 code.
2119         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2120         without having used appt.el already).
2122         * subr.el (make-local-hook): Remove function obsolete since 21.1.
2123         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2124         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2125         XEmacs.
2126         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2127         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2129         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2130         (charset-width, find-charset-region, chars-in-region, forward-point)
2131         (encode-coding-string, coding-system-p, ccl-execute-on-string)
2132         (define-ccl-program, multibyte-string-p, string-make-multibyte):
2133         Remove compatibility cruft (none of these are used by ps*.el).
2135 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2137         * subr.el (booleanp): Return t instead of a list (Bug#7086).
2139 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2141         * server.el (server-process-filter, server-return-error):
2142         Give emacsclient time to shut down after receiving an error string.
2144 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
2146         * files.el (remote-file-name-inhibit-cache): New defcustom.
2148         * time.el (display-time-file-nonempty-p):
2149         Use `remote-file-name-inhibit-cache'.
2151         * net/tramp.el (tramp-completion-reread-directory-timeout):
2152         Fix docstring.
2154         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2155         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2156         `remote-file-name-inhibit-cache'.  Check also for an integer
2157         value.  Add/increase counter when `tramp-verbose' >= 10.
2158         (tramp-set-file-property): Add/increase counter when
2159         `tramp-verbose' >= 10.
2161         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2162         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2163         (tramp-bug): Set tramp-autoload cookie.  Report all interned
2164         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
2165         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
2166         characters only in strings.
2168         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2169         to backward compatibility.
2171         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2172         (tramp-handle-file-name-all-completions)
2173         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2174         (tramp-open-connection-setup-interactive-shell):
2175         Call `tramp-cleanup-connection' directly.
2177 2010-10-02  Glenn Morris  <rgm@gnu.org>
2179         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2181         * subr.el (char-bytes): Remove obsolete function.
2183         * isearch.el (isearch-return-char): Remove obsolete function.
2185         * mouse.el: No longer provide mldrag.
2186         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2187         Remove obsolete aliases.
2189         * comint.el (comint-kill-output): Remove obsolete alias.
2191         * composite.el (decompose-composite-char): Remove obsolete function.
2192         * ps-def.el (decompose-composite-char): Remove unused function.
2194         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2196         * outline.el (outline-visible): Remove obsolete function.
2198         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2199         * faces.el (internal-find-face, internal-get-face)
2200         (frame-update-faces, frame-update-face-colors)
2201         (x-frob-font-weight, x-frob-font-slant)
2202         (internal-frob-font-weight, internal-frob-font-slant)
2203         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2204         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2205         (x-make-font-bold-italic): Remove functions and aliases, obsolete
2206         since Emacs 21.1.
2207         * emulation/viper-util.el (viper-get-face):
2208         * obsolete/lucid.el (find-face, get-face): Use facep.
2209         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2210         Remove unused functions.
2211         * vc/ediff-util.el (ediff-submit-report): Doc fix.
2213         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2214         delete tempfile if interrupted during compilation.
2216 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218         * net/tls.el (tls-starttls-switches): Give up on using starttls with
2219         gnutls-cli.
2220         (tls-program): Add --insecure to be consistent with the defaults from
2221         openssl s_client.  Now all three commands are insecure.
2223 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
2225         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2226         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2227         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2229 2010-10-01  Glenn Morris  <rgm@gnu.org>
2231         * obsolete/sc.el: Remove file.
2233         * files.el (temporary-file-directory): On darwin, also try
2234         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2236 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
2238         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2239         Let's not break compatibility gratuitously, shall we?
2241 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243         * net/tls.el (tls-starttls-switches): New variable.
2244         (tls-find-starttls-argument): Use it.
2245         (open-tls-stream): Ditto.
2247         * net/netrc.el (netrc-credentials): Return the value of the "default"
2248         entry.
2249         (netrc-machine): Ditto.
2251 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
2253         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2255 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
2257         * server.el (server-start): Don't write pid to the authentication file.
2258         (server-create-tty-frame): Don't send pid.
2259         (server-process-filter): Send pid at the start of every connection.
2261 2010-09-30  Glenn Morris  <rgm@gnu.org>
2263         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2264         (show-all-diary-entries): Remove obsolete function aliases.
2266         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2267         Remove options, obsolete since 22.1.
2268         (appt-display-format, appt-display-message): Remove
2269         backwards-compatibility code.
2270         (appt-check): No longer check appt-issue-message.
2271         (appt-make-list): No longer autoload it.  Doc fix.  No longer
2272         activate the package.
2274 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
2277         (starttls-negotiate): Just call boot, and let the handshake be
2278         triggered from the read loop.
2280 2010-09-29  Glenn Morris  <rgm@gnu.org>
2282         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2283         not displaying the diary.
2284         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2285         * calendar/appt.el (appt-check): No longer need to kill diary.
2287         * calendar/diary-lib.el (diary-list-entries): Move the
2288         "Preparing..." message entirely here.
2289         (diary-simple-display, diary-fancy-display): Move "Preparing..."
2290         messages to diary-list-entries.
2291         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2292         diary-display-function.
2294         * calendar/diary-lib.el (diary-include-other-diary-files):
2295         Trap some recursive includes.
2297         * calendar/appt.el (appt-activate): Check diary file.
2299 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2301         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2302         construction.
2304         * calendar/time-date.el: No need to require cl for Emacs 21.
2306 2010-09-28  Glenn Morris  <rgm@gnu.org>
2308         * calendar/appt.el (appt-check): Minor simplification.
2310 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2312         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2313         citation prefix.
2315 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
2317         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2318         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
2320 2010-09-27  Kenichi Handa  <handa@m17n.org>
2322         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2323         "ustar" format.
2325 2010-09-27  Kenichi Handa  <handa@m17n.org>
2327         * international/mule.el (define-coding-system): Docstring fixed.
2329         * international/mule-diag.el (describe-character-set): Use princ
2330         with proper print-length and print-level instead of insert.
2332 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2334         * window.el (walk-windows): Doc fix (bug#7105).
2336 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * emacs-lisp/float-sup.el (e): Remove.
2340 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2342         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2343         variable.
2344         (starttls-negotiate): Use it.
2346 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2349         back.
2351 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2355 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2359         * net/netrc.el (netrc-store-data): New function.
2361 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2363         * net/gnutls.el: GnuTLS glue code to set up a connection.
2365 2010-09-25  Julien Danjou  <julien@danjou.info>
2367         * notifications.el: Call dbus-register-signal only if it is bound.
2369 2010-09-25  Glenn Morris  <rgm@gnu.org>
2371         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2372         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2373         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2374         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2375         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2376         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2377         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2378         * eshell/esh-util.el, eshell/esh-var.el:
2379         Remove leading `*' from docs of faces and defcustoms.
2381 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2383         * eshell/em-ls.el (eshell-ls-archive-regexp):
2384         * eshell/esh-util.el (eshell-tar-regexp):
2385         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2386         * info.el (Info-suffix-list):
2387         * international/mule.el (auto-coding-alist):
2388         * woman.el (woman-file-regexp, woman-file-compression-regexp):
2389         * progmodes/etags.el (tags-compression-info-list):
2390         Support xz compression.
2392 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
2394         * files.el (get-free-disk-space): Don't assume the "df" output
2395         columns line up (Bug#6995).
2397 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2399         * finder.el (finder-unknown-keywords):
2400         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2401         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2403 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2405         * server.el (server-start): Revert part of 2010-08-08 change.  Using
2406         address 127.0.0.1 for local host is now done in Fmake_network_process.
2408 2010-09-24  Glenn Morris  <rgm@gnu.org>
2410         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2411         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2412         * textmodes/css-mode.el, textmodes/dns-mode.el:
2413         Move autoloaded auto-mode-alist entries to files.el.
2414         * files.el (auto-mode-alist): Move entries here.
2416 2010-09-23  Glenn Morris  <rgm@gnu.org>
2418         * isearch.el (isearch-lazy-highlight-cleanup)
2419         (isearch-lazy-highlight-initial-delay)
2420         (isearch-lazy-highlight-interval)
2421         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2422         * net/net-utils.el (ipconfig-program-options):
2423         Move aliases to options before the associated definitions.
2425 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2427         * newcomment.el (comment-normalize-vars): Better test validity of
2428         comment-end-skip.
2430 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2432         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2433         (float-e): New name for `e'.
2434         (degrees-to-radians, radians-to-degrees):
2435         * calendar/solar.el (solar-longitude):
2436         * calculator.el (calculator-registers, calculator-funcall):
2437         * textmodes/artist.el (artist-spray-random-points):
2438         * play/bubbles.el (bubbles--initialize-images): Use new names.
2440 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
2442         Update to CEDET 1.0's version of EIEIO.
2444         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2445         New function.
2446         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2447         (eieio-default-eval-maybe): Eval val instead of unquoting only.
2448         (class-precedence-list): If class is nil, return nil.
2449         (eieio-generic-call): If class of first input arg is nil, don't
2450         look up static methods, and do check for primary methods.
2451         (initialize-instance): See if the default needs to be evaluated
2452         during the constructor.
2453         (eieio-perform-slot-validation-for-default): Don't do the check
2454         for values that will eventually be evaluated.
2455         (eieio-eval-default-p): New function.
2456         (eieio-default-eval-maybe): Use it.
2458 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2460         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2461         method-invocation-order.
2462         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2463         (eieio-class-precedence-dfs): Compute class precedence list using
2464         dfs algorithm.
2465         (eieio-class-precedence-bfs): Compute class precedence list using
2466         bfs algorithm.
2467         (eieio-class-precedence-c3): Compute class precedence list using
2468         c3 algorithm.
2469         (class-precedence-list): New function.
2470         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
2471         (inconsistent-class-hierarchy): New error symbol.
2472         (call-next-method): Stow the replacement argument list for future
2473         call-next-method invocations.
2475 2010-09-23  Glenn Morris  <rgm@gnu.org>
2477         * calendar/appt.el (appt-check): If not displaying the diary,
2478         use (diary 1) to only get the entries we need.
2479         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
2480         that it is in day order.  (Bug#7019)
2482         * calendar/appt.el (appt-check): Rather than showing the diary,
2483         just turn off invisible display, and only if needed.
2485         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
2487 2010-09-23  Glenn Morris  <rgm@gnu.org>
2489         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2490         (byte-compile-defvar, byte-compile-cl-warn):
2491         Start warnings with lower-case, like the majority.
2493         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2495         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
2497         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
2498         * files.el (auto-mode-alist): Move ld-script entries here, further down
2499         the list.
2501         * vc/add-log.el: Don't require timezone when compiling.
2502         (timezone-make-date-sortable): Autoload it.
2503         (change-log-sortable-date-at): Don't require timezone.
2504         Use `ignore-errors'.
2506         * comint.el (comint-use-prompt-regexp-instead-of-fields):
2507         Move alias before definition, so it does not need autoloading.
2509         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
2510         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
2511         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
2512         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
2513         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
2514         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
2515         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
2516         * textmodes/tex-mode.el, textmodes/two-column.el:
2517         Remove leading `*' from docs of defcustoms etc.
2519 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2521         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
2523 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2525         * calendar/time-date.el (date-to-time): Try using parse-time-string
2526         first before using the slower timezone-make-date-arpa-standard.
2528 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2530         * calendar/time-date.el (format-seconds): Comment fix.
2532 2010-09-22  Glenn Morris  <rgm@gnu.org>
2534         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
2535         is not automatically buffer-local.
2537 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
2540         (smie-indent-comment): Be more careful with comment-start-skip.
2541         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
2542         (smie-indent-functions): Use them.
2544 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
2546         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
2548 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
2550         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
2551         tool-bar-position.  Don't modify frame parameters here.
2552         (menu-bar-options-save): Add tool-bar-position.
2554         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
2556 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * textmodes/reftex-parse.el (reftex-what-macro)
2559         (reftex-context-substring): Let-bind forward-sexp-function to nil
2560         since we don't need/want to treat \begin...\end as a block (bug#7053).
2562         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
2564         * simple.el (blink-matching-open): Use syntax-class.
2566         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
2567         Set invisibility spec for pascal's outline mode.
2568         (pascal-outline-change): Clean up calling convention.
2569         (pascal-show-all, pascal-hide-other-defuns): Update callers.
2571         * progmodes/prolog.el (prolog-smie-forward-token)
2572         (prolog-smie-backward-token): New functions.
2573         (prolog-mode-variables): Use them to parse "!," correctly.
2574         Set up smie-blink-matching for ".".
2576         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
2577         and `end'.
2578         (ispell-region, ispell-process-line): Update users.
2580         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
2581         point-min==1.
2583         * textmodes/ispell.el: Fix commenting convention.
2584         (ispell-parse-output): Simplify, use push.
2585         (ispell-region): Use match-string-no-properties.
2586         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
2587         (ispell-minor-mode): Use define-minor-mode.
2588         (ispell-message): Remove unused var `skip-regexp'.
2589         (ispell-add-per-file-word-list): Use dynamic let-binding.
2590         Try and use the proper comment marker.
2592         * mail/sendmail.el: Fix commenting convention.
2593         (sendmail-send-it): Use line-beginning-position.
2595         * help-fns.el (describe-variable): Add original value, if applicable.
2597 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
2599         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
2601         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2603 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
2606         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
2607         (smie-prec2-levels): Use them to better diagnose precedence cycles.
2608         (smie-blink-matching-check): Don't signal a mismatch if car is t.
2609         (smie-blink-matching-open): Rewrite to remove assumptions, so that
2610         something like "." can also be a closer.
2611         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
2612         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
2613         Rename internal functions to use "--".  Update callers.
2615         * frame.el (make-frame-names-alist): Don't list frames on other displays.
2617         * fringe.el (fringe-styles): New var.
2618         (fringe-mode, fringe-query-style): Use it.
2620 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
2622         * progmodes/sql.el: Version 2.8
2623         (sql-login-params): Update widget structure; changes still needed.
2624         (sql-product-alist): Add :list-all and :list-table features for
2625         SQLite, Postgres and MySQL products.
2626         (sql-redirect): Handle default value.
2627         (sql-execute, sql-execute-feature): New functions.
2628         (sql-read-table-name): New function.
2629         (sql-list-all, sql-list-table): New functions.  User API.
2630         (sql-mode-map, sql-interactive-mode-map): Add key definitions
2631         for above functions.
2632         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
2633         for above functions.
2634         (sql-postgres-login-params): Add user and database defaults.
2635         (sql-buffer-live-p): Bug fix.
2636         (sql-product-history): New variable.
2637         (sql-read-product): New function. Use it.
2638         (sql-set-product, sql-product-interactive): Use it.
2639         (sql-connection-history): New variable.
2640         (sql-read-connection): New function.  Use it.
2641         (sql-connect): New function.
2642         (sql-for-each-login): Redesign function interface.
2643         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
2644         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
2645         (sql-comint): Check for program.  Existing live buffer.
2646         (sql-comint-postgres): Add port parameter.
2648 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * emacs-lisp/warnings.el: Fix commenting convention.
2651         (display-warning): Use special mode and make the buffer read-only.
2653 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
2655         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
2656         empty string when it follows a repeated or optional pattern.
2658 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * indent.el (indent-according-to-mode): Apply syntax-propertize.
2661         (indent-region): Use indent-according-to-mode.
2663 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2665         * fringe.el (fringe-mode): Doc fix.
2667 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2669         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
2670         refreshing the preview buffer.
2672 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
2675         (latex-syntax-propertize-rules): New consts; replace
2676         tex-font-lock-syntactic-keywords.
2677         (tex-env-mark, latex-env-before-change): New functions.
2678         (latex-electric-env-pair-mode): New minor mode.
2679         (tex-font-lock-verb): Change arguments; do move point.
2680         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
2681         representation as a form of comment.
2682         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
2683         (doctex-syntax-propertize-rules): New const; replaces
2684         doctex-font-lock-syntactic-keywords.
2685         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
2687         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
2688         (fortran-make-syntax-propertize-function): New function; replaces
2689         fortran-font-lock-syntactic-keywords.
2690         (fortran-mode): Use it.
2691         (fortran-line-length): Use it.  Improve interactive spec.
2693         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
2694         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
2695         when adding surrounding \(..\).
2697         * progmodes/js.el (js-mode): Fix last change (bug#7054).
2699 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
2702         Use with-current-buffer.
2704         * isearch.el (isearch-face): Rename from `isearch'.
2705         (isearch-highlight): Use new name.
2707 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
2709         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
2710         5, for `half' width fringes.  (Bug#6933)
2712 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2715         (byte-compile-defvar): "foo/bar" does not lack a prefix.
2717         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
2719 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
2721         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
2722         in calculating new frame position.  Add more space between new and
2723         parent on the left (Bug#7048).
2725 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
2727         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
2728         defmacro.
2730 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
2732         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
2734         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
2735         obsolete alias for x-selection-value.
2737         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
2739 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
2741         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
2742         cookie.
2744 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
2746         * net/tramp-compat.el (tramp-compat-with-temp-message)
2747         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
2748         (tramp-compat-process-put): New defuns.
2750         * net/tramp.el (top):
2751         * net/tramp-gvfs.el (top):
2752         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
2754         * net/tramp.el (tramp-progress-reporter-update):
2755         Use `tramp-compat-funcall'.
2757         * net/tramp.el (tramp-process-actions):
2758         * net/tramp-gvfs.el (tramp-handle-vc-registered):
2759         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
2760         (tramp-get-remote-stat, tramp-get-remote-readlink):
2761         Use `tramp-compat-with-temp-message'.
2763         * net/tramp-sh.el (top): Require 'cl.
2764         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
2765         (tramp-open-connection-setup-interactive-shell):
2766         Use `tramp-compat-process-put'.
2768 2010-09-15  Alan Mackenzie  <acm@muc.de>
2770         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
2771         indentation.
2772         (c-forward-<>-arglist-recur): Fix an infinite recursion.
2774 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2776         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2777         `lexical' for warnings related to lexical scoping.
2778         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
2779         global vars which don't have a prefix and could hence affect lexical
2780         scoping in unrelated files.
2782 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784         * net/imap.el: Revert back to version
2785         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2786         seem problematic.
2788 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2790         * obsolete/old-whitespace.el (whitespace-unload-function):
2791         Explicitly pass `obarray' to `unintern' to avoid a warning.
2793 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
2796         Add `when' argument.  Update callers.
2798         * subr.el (unintern): Declare the obarray arg mandatory.
2800 2010-09-14  Glenn Morris  <rgm@gnu.org>
2802         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
2803         Doc fixes.
2805         * calendar/diary-lib.el (diary-included-files): New variable.
2806         (diary-list-entries): Maybe initialize diary-included-files.
2807         (diary-include-other-diary-files): Append to diary-included-files.
2808         * calendar/appt.el (appt-update-list): Also check the members of
2809         diary-included-files.  (Bug#6999)
2810         (appt-check): Doc fix.
2812 2010-09-14  David Reitter  <david.reitter@gmail.com>
2814         * simple.el (line-move-visual): Do not truncate goal column to
2815         integer size.  (Bug#7020)
2817 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * repeat.el (repeat): Allow repeating when the last event is a click.
2820         Suggested by Drew Adams (bug#6256).
2822 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
2824         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
2825         Replace setting HGRCPATH to "" by some less invasive --config options.
2827 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2829         * font-lock.el (font-lock-beginning-of-syntax-function):
2830         Mark as obsolete.
2832 2010-09-14  Glenn Morris  <rgm@gnu.org>
2834         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
2835         and tool-bar modes.  (Bug#6211)
2836         (menu-bar-mode): Move setting of standard-value after the
2837         minor-mode definition, otherwise it seems to have no effect.
2839 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
2841         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2842         Fix typo.  (Bug#6976)
2844 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2846         * whitespace.el: Allow cleaning up blanks without blank
2847         visualization (Bug#6651).  Adjust help window for
2848         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2849         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
2850         (whitespace-style): Add new value 'face.  Adjust docstring.
2851         (whitespace-space, whitespace-hspace, whitespace-tab):
2852         Adjust foreground property face.
2853         (whitespace-line-column): Adjust docstring and type declaration.
2854         (whitespace-style-value-list, whitespace-toggle-option-alist)
2855         (whitespace-help-text): Adjust const initialization.
2856         (whitespace-toggle-options, global-whitespace-toggle-options):
2857         Adjust docstring.
2858         (whitespace-display-window, whitespace-interactive-char)
2859         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2860         (whitespace-help-scroll): New fun.
2862 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2864         * calendar/time-date.el (format-seconds): Comment fix.
2866 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
2868         * progmodes/sql.el: Version 2.7.
2869         (sql-buffer-live-p): Improve detection.
2870         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2871         (sql-set-sqli-buffer): Use it.
2872         (sql-product-interactive): Run `sql-set-sqli-hook'.
2873         (sql-rename-buffer): Code cleanup.
2874         (sql-redirect, sql-redirect-value): New functions.  More to come.
2876 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
2878         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.
2879         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2880         (TRAMP_SRC): New macro.
2881         ($(lisp)/net/tramp-loaddefs.el): New target.
2883 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2885         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
2887         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
2889         * net/tramp.el (top): Don't show loading message.  Require just
2890         'tramp-compat, everything else is required there.
2891         Use `ignore-errors' where appropriate.
2892         (tramp-inline-compress-start-size, tramp-copy-size-limit)
2893         (tramp-terminal-type, tramp-end-of-output)
2894         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2895         (tramp-completion-function-alist-ssh)
2896         (tramp-completion-function-alist-telnet)
2897         (tramp-completion-function-alist-su)
2898         (tramp-completion-function-alist-putty, tramp-remote-path)
2899         (tramp-remote-process-environment, tramp-sh-extra-args)
2900         (tramp-actions-before-shell, tramp-uudecode)
2901         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2902         (tramp-perl-file-attributes)
2903         (tramp-perl-directory-files-and-attributes)
2904         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2905         (tramp-perl-encode, tramp-perl-decode)
2906         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2907         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2908         (tramp-handle-make-symbolic-link, tramp-handle-load)
2909         (tramp-handle-file-name-as-directory)
2910         (tramp-handle-file-name-directory)
2911         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2912         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2913         (tramp-do-file-attributes-with-ls)
2914         (tramp-do-file-attributes-with-perl)
2915         (tramp-do-file-attributes-with-stat)
2916         (tramp-handle-set-visited-file-modtime)
2917         (tramp-handle-verify-visited-file-modtime)
2918         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2919         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2920         (tramp-handle-file-selinux-context)
2921         (tramp-handle-set-file-selinux-context)
2922         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2923         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2924         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2925         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2926         (tramp-handle-file-ownership-preserved-p)
2927         (tramp-handle-directory-file-name, tramp-handle-directory-files)
2928         (tramp-handle-directory-files-and-attributes)
2929         (tramp-do-directory-files-and-attributes-with-perl)
2930         (tramp-do-directory-files-and-attributes-with-stat)
2931         (tramp-handle-file-name-all-completions)
2932         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2933         (tramp-handle-copy-file, tramp-handle-copy-directory)
2934         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2935         (tramp-do-copy-or-rename-file-via-buffer)
2936         (tramp-do-copy-or-rename-file-directly)
2937         (tramp-do-copy-or-rename-file-out-of-band)
2938         (tramp-handle-make-directory, tramp-handle-delete-directory)
2939         (tramp-handle-delete-file)
2940         (tramp-handle-dired-recursive-delete-directory)
2941         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2942         (tramp-handle-insert-directory)
2943         (tramp-handle-unhandled-file-name-directory)
2944         (tramp-handle-expand-file-name)
2945         (tramp-handle-substitute-in-file-name)
2946         (tramp-handle-executable-find, tramp-process-sentinel)
2947         (tramp-handle-start-file-process, tramp-handle-process-file)
2948         (tramp-handle-call-process-region, tramp-handle-shell-command)
2949         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2950         (tramp-handle-insert-file-contents)
2951         (tramp-handle-insert-file-contents-literally)
2952         (tramp-handle-find-backup-file-name)
2953         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2954         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2955         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2956         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2957         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2958         (tramp-find-file-exists-command, tramp-open-shell)
2959         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2960         (tramp-open-connection-setup-interactive-shell)
2961         (tramp-local-coding-commands, tramp-remote-coding-commands)
2962         (tramp-find-inline-encoding, tramp-call-local-coding-command)
2963         (tramp-inline-compress-commands, tramp-find-inline-compress)
2964         (tramp-compute-multi-hops, tramp-maybe-open-connection)
2965         (tramp-send-command, tramp-wait-for-output)
2966         (tramp-send-command-and-check, tramp-barf-unless-okay)
2967         (tramp-send-command-and-read, tramp-mode-string-to-int)
2968         (tramp-convert-file-attributes, tramp-check-cached-permissions)
2969         (tramp-file-mode-from-int, tramp-file-mode-permissions)
2970         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2971         (tramp-method-out-of-band-p, tramp-local-host-p)
2972         (tramp-get-remote-path, tramp-get-remote-tmpdir)
2973         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2974         (tramp-get-test-command, tramp-get-test-nt-command)
2975         (tramp-get-file-exists-command, tramp-get-remote-ln)
2976         (tramp-get-remote-perl, tramp-get-remote-stat)
2977         (tramp-get-remote-readlink, tramp-get-remote-trash)
2978         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2979         (tramp-get-local-uid, tramp-get-local-gid)
2980         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2981         tramp-sh.el.
2982         (tramp-methods, tramp-default-method-alist)
2983         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2984         Move initialization to tramp-sh.el.
2985         (tramp-temp-name-prefix): Make it a defconst.
2986         (tramp-dissect-file-name): Don't check anymore for multi-hop
2987         methods.
2988         (tramp-debug-outline-regexp): Add a docstring.
2989         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2990         (tramp-get-debug-buffer): Use it.
2992         * net/tramp-cache.el (top): Set tramp-autoload cookie for
2993         initialization forms.
2994         (tramp-set-connection-property): Don't protect `tramp-message'
2995         call, it isn't necessary any longer.
2996         (tramp-dump-connection-properties): Use `ignore-errors'.
2998         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2999         'password-cache and 'auth-source.
3001         * net/tramp-gvfs.el (top):
3002         * net/tramp-smb.el (top): Require 'tramp-sh.
3004         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3006         * net/tramp-sh.el: New file, derived from tramp.el.
3007         (top): Initialize `tramp-methods', `tramp-default-method-alist',
3008         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
3009         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3010         Use `ignore-errors' where appropriate.
3011         (tramp-sh-file-name-handler-alist): Rename from
3012         `tramp-file-name-handler-alist'.
3013         (tramp-send-command-and-check): Return t or nil.  Remove all
3014         `zerop' checks, where called.
3015         (tramp-handle-set-file-modes)
3016         (tramp-do-copy-or-rename-file-directly)
3017         (tramp-handle-delete-directory, tramp-handle-delete-file)
3018         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
3019         (tramp-sh-file-name-handler, tramp-send-command-and-check)
3020         (tramp-get-remote-ln): Set tramp-autoload cookie.
3022         * net/tramp-fish.el: Remove file.
3024 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
3026         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3027         buffer-file-name to avoid file-locking.  (Bug#7026)
3029 2010-09-13  Julien Danjou  <julien@danjou.info>
3031         * notifications.el (notifications-notify): Add support for
3032         image-path and sound-name.
3033         (notifications-specification-version): Add this variable.
3035 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
3039 2010-09-12  Leo  <sdl.web@gmail.com>
3041         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3042         (rcirc-completion-start): New variables.
3043         (rcirc-nick-completions): Rename to rcirc-completions.
3044         (rcirc-nick-completion-start-offset): Delete.
3045         (rcirc-completion-at-point): New function for constructing
3046         completion data for both nicks and irc commands.  Add to
3047         completion-at-point-functions in rcirc mode.
3048         (rcirc-complete): Rename from rcirc-nick-complete; use
3049         rcirc-completion-at-point.
3050         (defun-rcirc-command): Update rcirc-client-commands.
3052 2010-09-11  Glenn Morris  <rgm@gnu.org>
3054         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3055         atomically, to avoid parallel build errors.  (Bug#4196)
3057 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
3059         * progmodes/sql.el: Version 2.6
3060         (sql-dialect): Synonym for "sql-product".
3061         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3062         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3063         Set "sql-buffer" to buffer name not buffer object so multiple sql
3064         interactive buffers work properly.  Reverts misguided changes in
3065         earlier work.
3066         (sql-comint): Make sure different buffer name is used if "*SQL*"
3067         buffer is for a different product.
3068         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3069         login param.
3070         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3071         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3072         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3073         Accept new buffer name or prompt for one.
3074         (sql-port): Default to zero.
3075         (sql-comint-mysql): Handle "sql-port" as a numeric.
3076         (sql-port-history): Delete unused variable.
3077         (sql-get-login): Default "sql-port" to a number.
3078         (sql-product-alist): Correct Postgres prompt and terminator regexp.
3079         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3080         "sqlite3" executables.
3081         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
3082         (sql-buffer-live-p): New function.
3083         (sql-mode-menu, sql-send-string): Use it.
3084         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3085         syntax pattern.
3086         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3087         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3089 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091         * net/netrc.el (netrc-credentials): New convenience function.
3093 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3095         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3096         to replace texinfo-font-lock-syntactic-keywords.
3097         (texinfo-mode): Use it.
3099         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3100         Use syntax-propertize-function.
3102         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3103         replace sgml-font-lock-syntactic-keywords.
3104         (sgml-mode): Use it.
3106         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3107         since we don't use it.
3109         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3111         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3112         if available.
3113         (vhdl-fontify-buffer): Adjust.
3115         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3116         replace tcl-font-lock-syntactic-keywords.
3117         (tcl-mode): Use it.
3119         * progmodes/simula.el (simula-syntax-propertize-function): New var to
3120         replace simula-font-lock-syntactic-keywords.
3121         (simula-mode): Use it.
3123         * progmodes/sh-script.el (sh-st-symbol): Remove.
3124         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3125         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3126         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3127         (sh-font-lock-paren): Set syntax-multiline.
3128         (sh-font-lock-syntactic-keywords): Remove.
3129         (sh-syntax-propertize-function): New function to replace it.
3130         (sh-mode): Use it.
3132         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3133         Define while compiling.
3134         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3135         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3136         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3137         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3138         (ruby-here-doc-end-syntax): Only define when
3139         syntax-propertize is not available.
3140         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3141         New functions.
3142         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3143         (electric-indent-chars): Silence bytecompiler.
3144         (ruby-mode): Use prog-mode, syntax-propertize-function, and
3145         electric-indent-chars.
3147         * progmodes/python.el (python-syntax-propertize-function): New var to
3148         replace python-font-lock-syntactic-keywords.
3149         (python-mode): Use it.
3150         (python-quote-syntax): Simplify and adjust to new use.
3152         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3153         replace perl-font-lock-syntactic-keywords.
3154         (perl-syntax-propertize-special-constructs): New fun to replace
3155         perl-font-lock-special-syntactic-constructs.
3156         (perl-font-lock-syntactic-face-function): New fun.
3157         (perl-mode): Use it.
3159         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3160         to replace octave-font-lock-close-quotes.
3161         (octave-syntax-propertize-function): New function to replace
3162         octave-font-lock-syntactic-keywords.
3163         (octave-mode): Use it.
3165         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3166         replaces mixal-font-lock-syntactic-keywords.
3167         (mixal-mode): Use it.
3169         * progmodes/make-mode.el (makefile-syntax-propertize-function):
3170         New var; replaces makefile-font-lock-syntactic-keywords.
3171         (makefile-mode): Use it.
3172         (makefile-imake-mode): Adjust.
3174         * progmodes/js.el (js--regexp-literal): Define while compiling.
3175         (js-syntax-propertize-function): New var; replaces
3176         js-font-lock-syntactic-keywords.
3177         (js-mode): Use it.
3179         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3180         replaces gdb-script-font-lock-syntactic-keywords.
3181         (gdb-script-mode): Use it.
3183         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3184         (fortran--font-lock-syntactic-keywords): New var.
3185         (fortran-line-length): Update syntax-propertize-function and
3186         fortran--font-lock-syntactic-keywords.
3188         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3190         * progmodes/cfengine.el (cfengine-mode):
3191         Use syntax-propertize-function.
3192         (cfengine-font-lock-syntactic-keywords): Remove.
3194         * progmodes/autoconf.el (autoconf-mode):
3195         Use syntax-propertize-function.
3196         (autoconf-font-lock-syntactic-keywords): Remove.
3198         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3199         (ada-after-change-function, ada-initialize-syntax-table-properties)
3200         (ada-handle-syntax-table-properties): Only define when
3201         syntax-propertize is not available.
3202         (ada-mode): Use syntax-propertize-function.
3204         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3205         (font-lock-fontify-syntactic-keywords-region): Move handling of
3206         font-lock-syntactically-fontified to...
3207         (font-lock-default-fontify-region): ...here.
3208         Let syntax-propertize-function take precedence.
3209         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3211         * emacs-lisp/syntax.el (syntax-propertize-function)
3212         (syntax-propertize-chunk-size, syntax-propertize--done)
3213         (syntax-propertize-extend-region-functions): New vars.
3214         (syntax-propertize-wholelines, syntax-propertize-multiline)
3215         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3216         (syntax-propertize): New functions.
3217         (syntax-propertize-rules): New macro.
3218         (syntax-ppss-flush-cache): Set syntax-propertize--done.
3219         (syntax-ppss): Call syntax-propertize.
3221         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3223 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
3225         * textmodes/ispell.el (ispell-init-process): Improve comments.
3226         XEmacs compatibility changes regarding (add-hook) 'local option
3227         and (set-process-query-on-exit-flag).
3229 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
3231         * net/tramp-cache.el (tramp-parse-connection-properties):
3232         Set tramp-autoload cookie.
3234 2010-09-09  Glenn Morris  <rgm@gnu.org>
3236         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3237         (imagemagick-register-types): Doc fix.
3239 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3243         * progmodes/js.el (require): Require is already "eval-and-compile".
3244         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
3245         (js--re-search-backward): Use js--re-search-forward.
3247         * progmodes/fortran.el (fortran-line-length): Don't recompute
3248         syntactic keywords redundantly a second time.
3250         * progmodes/ada-mode.el: Replace "(set '" with setq.
3251         (ada-mode): Simplify.
3252         (ada-create-case-exception, ada-adjust-case-interactive)
3253         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3254         (ada-search-ignore-string-comment, ada-move-to-start)
3255         (ada-move-to-end): Use with-syntax-table.
3257         * font-lock.el (save-buffer-state): Remove `varlist' arg.
3258         (font-lock-unfontify-region, font-lock-default-fontify-region):
3259         Update usage correspondingly.
3260         (font-lock-fontify-syntactic-keywords-region):
3261         Set parse-sexp-lookup-properties buffer-locally here.
3262         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3264         * simple.el (blink-matching-open): Don't burp if we can't find a match.
3266 2010-09-08  Glenn Morris  <rgm@gnu.org>
3268         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3269         Error if not compiled with -DBYTE_CODE_METER.
3271         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3272         Ignore dir-locals-file.
3274 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3276         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3277         Not a const.
3278         (compilation-error-regexp-alist-alist): Rule out ": " in file names
3279         for the `gnu' messages.
3280         (compilation-set-skip-threshold): New command.
3281         (compilation-start): Use \' rather than $.
3282         (compilation-forget-errors): Use clrhash.
3284 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
3286         * textmodes/ispell.el (ispell-valid-dictionary-list):
3287         Simplify logic.
3289 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
3291         Migrate to Tramp 2.2.  Rearrange load dependencies.
3292         (Bug#1529, Bug#5448, Bug#5705)
3294         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3295         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3296         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3298         * net/tramp.el (top): Remove all other tramp-* loads except
3299         tramp-compat.el.  Remove all changes to tramp-unload-hook for
3300         other tramp-* packages.  Rearrange defun order.  Change calls of
3301         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3302         `tramp-compat-octal-to-decimal' to new function names.
3303         (tramp-terminal-type, tramp-initial-end-of-output)
3304         (tramp-methods, tramp-foreign-file-name-handler-alist)
3305         (tramp-tramp-file-p, tramp-completion-mode-p)
3306         (tramp-send-command-and-check, tramp-get-remote-path)
3307         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3308         (tramp-shell-quote-argument): Set tramp-autoload cookie.
3309         (with-file-property, with-connection-property): Move to
3310         tramp-cache.el.
3311         (tramp-local-call-process, tramp-decimal-to-octal)
3312         (tramp-octal-to-decimal): Move to tramp-compat.el.
3313         (tramp-handle-shell-command): Do not require 'shell.
3314         (tramp-compute-multi-hops): No special handling for tramp-gw-*
3315         symbols.
3316         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3318         * net/tramp-cache.el (top): Require 'tramp.  Add to
3319         `tramp-unload-hook'.
3320         (tramp-cache-data, tramp-get-file-property)
3321         (tramp-set-file-property, tramp-flush-file-property)
3322         (tramp-flush-directory-property, tramp-get-connection-property)
3323         (tramp-set-connection-property, tramp-flush-connection-property)
3324         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3325         cookie.
3326         (with-file-property, with-connection-property): New defuns, moved
3327         from tramp.el.
3328         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3329         macro.
3331         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3332         (tramp-version): Set tramp-autoload cookie.
3334         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
3335         changes to tramp-unload-hook for other tramp-* packages.  Add to
3336         `tramp-unload-hook'.
3337         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3338         (tramp-compat-call-process): New defuns, moved from tramp.el.
3340         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
3341         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3342         to `tramp-unload-hook'.  Change call of
3343         `tramp-compat-decimal-to-octal' to new function name.
3344         (tramp-fish-method): Make it a defconst.
3345         (tramp-fish-file-name-p): Make it a defsubst.
3346         (tramp-fish-method, tramp-fish-file-name-handler)
3347         (tramp-fish-file-name-p): Set tramp-autoload cookie.
3349         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3350         `tramp-foreign-file-name-handler-alist'.  Add to
3351         `tramp-unload-hook'.
3352         (tramp-ftp-method): Make it a defconst.
3353         (tramp-ftp-file-name-p): Make it a defsubst.
3354         (tramp-ftp-method, tramp-ftp-file-name-handler)
3355         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3357         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3358         `tramp-foreign-file-name-handler-alist'.  Add to
3359         `tramp-unload-hook'.  Change checks, whether package can be
3360         loaded.
3361         (tramp-gvfs-file-name-p): Make it a defsubst.
3362         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3363         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3364         (tramp-gvfs-handle-file-directory-p): New defun.
3365         (tramp-gvfs-file-name-handler-alist): Use it.
3367         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3368         `tramp-foreign-file-name-handler-alist'.  Add to
3369         `tramp-unload-hook'.
3370         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3371         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3372         defconst.
3373         (tramp-gw-tunnel-method, tramp-gw-socks-method)
3374         (tramp-gw-open-connection): Set tramp-autoload cookie.
3376         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
3377         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3378         to `tramp-unload-hook'.  Change checks, whether package can be
3379         loaded.
3380         (tramp-imap-file-name-p): Make it a defsubst.
3381         (tramp-imap-method, tramp-imaps-method)
3382         (tramp-imap-file-name-handler)
3383         (tramp-imap-file-name-p): Set tramp-autoload cookie.
3385         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
3386         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3387         to `tramp-unload-hook'.  Change checks, whether package can be
3388         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
3389         function name.
3390         (tramp-smb-tunnel-method): Make it a defconst.
3391         (tramp-smb-file-name-p): Make it a defsubst.
3392         (tramp-smb-method, tramp-smb-file-name-handler)
3393         (tramp-smb-file-name-p): Set tramp-autoload cookie.
3395         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3396         (tramp-uuencode-region): Set tramp-autoload cookie.
3398         * net/trampver.el (top) Add to `tramp-unload-hook'.
3399         (tramp-version, tramp-bug-report-address): Set tramp-autoload
3400         cookie.  Update release number.
3402 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
3404         * textmodes/ispell.el (ispell-start-process): Make sure original
3405         arg list is properly initialized (Bug#6993, Bug#6994).
3407 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3409         * files.el (directory-abbrev-alist): Use \` as default regexp.
3411         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3412         chars like - or ] (bug#6984).
3413         (rx-any-condense-range): Explode 2-char ranges.
3415 2010-09-06  Glenn Morris  <rgm@gnu.org>
3417         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3419 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * textmodes/bibtex.el:
3422         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3424 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426         * net/imap.el (imap-message-map): Remove optional buffer parameter,
3427         since no callers use it.
3428         (imap-message-get): Ditto.
3429         (imap-message-put): Ditto.
3430         (imap-mailbox-map): Ditto.
3431         (imap-mailbox-put): Ditto.
3432         (imap-mailbox-get): Ditto.
3433         (imap-mailbox-get): Revert last change for this function.
3435 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437         * net/imap.el (imap-fetch-safe): Remove function, and alter all
3438         callers to use `imap-fetch' instead.  According to the comments, this
3439         should be safe, since all other IMAP clients use the 1:* syntax.
3440         (imap-enable-exchange-bug-workaround): Remove.
3441         (imap-debug): Remove -- doesn't seem very useful.
3443 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445         * net/imap.el (imap-log): New convenience function used throughout
3446         instead of repeating the same code all over the place.
3448 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
3450         * mouse.el (mouse-save-then-kill): Save region to kill-ring
3451         when mouse-drag-copy-region is non-nil (Bug#6956).
3453 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
3455         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3456         Improve regexps (Bug#6987).
3457         (dired-sort-toggle): Search more robustly for -t flag.
3459         * files.el (get-free-disk-space): Search more robustly for
3460         "available" column.  Suggested by Ehud Karni
3461         <ehud@unix.mvs.co.il>.
3463 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
3465         * international/uni-bidi.el:
3466         * international/uni-category.el:
3467         * international/uni-combining.el:
3468         * international/uni-decimal.el:
3469         * international/uni-mirrored.el:
3470         * international/uni-name.el: Regenerate.
3472 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * electric.el (electric-indent-post-self-insert-function):
3475         Don't reindent with a sloppy indentation function.
3477         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
3478         border case in change-log-mode.
3480 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
3482         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3483         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
3484         Recognize leading tab in gcc-include regexp.  Ignore names with
3485         leading "from" or "in" in gnu regexp (Bug#6937).
3487 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
3490         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
3491         (ispell-start-process): Avoid setq and simplify logic.
3492         (ispell-init-process): Setup kill-buffer-hook locally when needed.
3493         (kill-buffer-hook): Don't use it globally with code that uses
3494         expand-file-name since that may call kill-buffer via
3495         code_conversion_restore.
3497 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
3499         * emacs-lisp/package.el (package-directory-list): Only call
3500         file-name-nondirectory on a string.
3502 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3504         * emacs-lisp/package.el (package--download-one-archive):
3505         Ensure that archive-contents is valid before saving it.
3506         (package-activate-1, package-mark-obsolete, define-package)
3507         (package-compute-transaction, package-list-maybe-add): Use push.
3509 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3511         Use SMIE's blink-paren for octave-mode.
3512         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
3513         Backslashes do not escape single-quotes, single-quotes do.
3514         (octave-block-else-regexp, octave-block-end-regexp)
3515         (octave-block-match-alist): Remove.
3516         (octave-smie-bnf-table): New var, with old content.
3517         (octave-smie-op-levels): Use it.
3518         (octave-smie-closer-alist): New var.
3519         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
3520         (octave-blink-matching-block-open): Remove.
3521         (octave-reindent-then-newline-and-indent, octave-electric-semi)
3522         (octave-electric-space): Let self-insert-command run expand-abbrev and
3523         blink parens.
3525         * electric.el (electricity): New group.
3526         (electric-indent-chars): New var.
3527         (electric-indent-post-self-insert-function): New fun.
3528         (electric-indent-mode): New minor mode.
3529         (electric-pair-skip-self): New custom.
3530         (electric-pair-post-self-insert-function): New function.
3531         (electric-pair-mode): New minor mode.
3533         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
3534         calcAlg-blink-matching-open.
3535         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
3536         (calc-do-alg-entry): Only touch the part of the keymap that varies.
3537         Use the new blink-matching-check-function.
3539         Provide blink-matching support to SMIE.
3540         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
3541         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
3542         (smie-blink-matching-check, smie-blink-matching-open): New functions.
3544         * simple.el (newline): Fix last change to properly remove itself from
3545         the hook.
3547 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3549         * simple.el (newline): Eliminate optimization.
3550         Use post-self-insert-hook to set hard-newline and things before
3551         running post-self-insert-hook.
3552         (blink-matching-check-mismatch): New function.
3553         (blink-matching-check-function): New variable.
3554         (blink-matching-open): Use them.
3555         Skip back forward over prefix chars skipped by forward-sexp.
3556         Don't check if the parens are backslash escaped.
3557         (blink-paren-post-self-insert-function): Check backslash escaping here.
3559 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3561         * emacs-lisp/package.el (package-menu-mode-map):
3562         Change package-menu-revert bindings to revert-buffer.
3563         (package-menu-mode): Set revert-buffer-function.
3564         (package-menu-revert): Doc fix.
3566 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
3568         * textmodes/ispell.el (ispell-init-process): Use "~/" as
3569         `default-directory' unless using Ispell per-directory personal
3570         dictionaries and not in a mini-buffer under XEmacs.
3571         (kill-buffer-hook): Do not kill ispell process on exit when
3572         `ispell-process-directory' is "~/".  (Bug#6143)
3574 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3576         * simple.el (kill-new): Call interprogram-cut-function with only
3577         one argument.
3579         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
3580         Remove cut buffer from error message.
3582         * term/x-win.el (x-select-text):
3583         * term/pc-win.el (x-selection-value):
3584         * term/ns-win.el (x-selection-value):
3585         * eshell/em-term.el:
3586         * w32-fns.el (x-get-selection-value):
3587         * mouse-sel.el (mouse-sel-set-selection-function):
3588         * frame.el (display-selections-p): Remove cut-buffer in documentation.
3590         * term/x-win.el: Update documentation for x-last-selected-text-*.
3591         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
3592         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
3593         (x-select-text): Remove argument PUSH, update documentation.  Remove
3594         cut-buffer code.
3595         (x-selection-value-internal): Was previously x-selection-value.
3596         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
3597         Update documentation, remove cut-buffer code.  Call
3598         x-selection-value-internal.
3599         (x-clipboard-yank): Call x-selection-value-internal.
3600         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
3602         * term/pc-win.el (x-last-selected-text):
3603         x-cut-buffer-or-selection-value renamed to x-selection-value
3604         (x-select-text): Remove argument PUSH, update documentation.
3606         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
3607         x-cut-buffer-or-selection-value renamed to x-selection-value
3608         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
3609         (x-select-text): Remove argument PUSH, update documentation.
3611         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
3613         * w32-fns.el (x-last-selected-text):
3614         x-cut-buffer-or-selection-value renamed to x-selection-value.
3615         (x-cut-buffer-max): Remove.
3616         (x-select-text): Remove argument PUSH, update documentation.
3618         * simple.el (interprogram-cut-function): Remove mention of PUSH.
3620         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
3622         * mouse-sel.el (mouse-sel-get-selection-function):
3623         x-cut-buffer-or-selection-value renamed to x-selection-value.
3624         (x-select-text): Remove optional push.
3626 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * simple.el (blink-paren-function): Move from C to here.
3629         (blink-paren-post-self-insert-function): New function.
3630         (post-self-insert-hook): Use it.
3632         * emacs-lisp/pcase.el (pcase-split-memq):
3633         Fix overenthusiastic optimisation.
3634         (pcase-u1): Handle the case of a lambda pred.
3636 2010-08-31  Kenichi Handa  <handa@m17n.org>
3638         * international/mule-cmds.el (standard-display-european-internal):
3639         Setup standard-display-table for 8-bit characters by storing 8-bit
3640         characters in the element vector.
3642         * disp-table.el (standard-display-8bit):
3643         Setup standard-display-table for 8-bit characters by storing 8-bit
3644         characters in the element vector.
3645         (standard-display-european): Likewise.
3647 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
3649         * textmodes/nroff-mode.el (nroff-view): New command.
3650         (nroff-mode-map): Bind it to C-c C-c.
3652 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3654         * emacs-lisp/smie.el (smie-down-list): New command.
3656         Remove old indentation and navigation code on octave-mode.
3657         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
3658         smie-down-list rather than add a binding for octave-down-block.
3659         (octave-mark-block, octave-blink-matching-block-open):
3660         Rely on forward-sexp-function.
3661         (octave-fill-paragraph): Don't narrow, so you can use
3662         indent-according-to-mode.
3663         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
3664         (octave-in-block-p, octave-re-search-forward-kw)
3665         (octave-re-search-backward-kw, octave-indent-calculate)
3666         (octave-end-as-array-index-p, octave-block-end-offset)
3667         (octave-scan-blocks, octave-forward-block, octave-backward-block)
3668         (octave-down-block, octave-backward-up-block, octave-up-block)
3669         (octave-before-magic-comment-p, octave-indent-line): Remove.
3671 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
3673         * emacs-lisp/package.el (package--read-archive-file): Just use
3674         `read', to avoid copying an additional string.
3675         (package-menu-mode): Set header-line-format here.
3676         (package-menu-refresh, package-menu-revert): Signal an error if
3677         not in the Package Menu.
3678         (package-menu-package-list): New var.
3679         (package--generate-package-list): Operate on the current buffer;
3680         don't assume that it is *Packages*, since the user may rename it.
3681         Allow persistent package listings and sort keys using
3682         package-menu-package-list and package-menu-package-sort-key.
3683         (package-menu--version-predicate): Fix version calculation.
3684         (package-menu-sort-by-column): Don't select the window.
3685         (package--list-packages): Create the *Packages* buffer.
3686         Set package-menu-package-list-key.
3687         (list-packages): Sorting by status is now the default.
3688         (package-buffer-info): Use match-string-no-properties.
3689         (define-package): Add a &rest argument for future proofing, but
3690         don't use it yet.
3691         (package-install-from-buffer, package-install-buffer-internal):
3692         Merge into a single function, package-install-from-buffer.
3693         (package-install-file): Change caller.
3695         * finder.el: Load finder-inf using `require'.
3696         (finder-list-matches): Sorting by status is now the default.
3697         (finder-compile-keywords): Simpify printing.
3699 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3701         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3702         (octave-mode-map): Remove special bindings for forward/backward-block
3703         and octave-backward-up-block.  Use smie-close-block.
3704         (octave-continuation-marker-regexp): New var.
3705         (octave-continuation-regexp): Use it.
3706         (octave-operator-table, octave-smie-op-levels)
3707         (octave-operator-regexp, octave-smie-indent-rules): New vars.
3708         (octave-smie-backward-token, octave-smie-forward-token): New funs.
3709         (octave-mode): Use SMIE.
3710         (octave-close-block): Delete.
3712 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
3714         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
3715         CLIPBOARD, not in PRIMARY.  (Bug#6944)
3717 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3719         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
3720         a list of parents.
3721         (smie-indent-column): Allow indirection through variables.
3723         * composite.el (save-buffer-state): Delete, unused.
3724         * font-lock.el (save-buffer-state): Use with-silent-modifications.
3725         (font-lock-default-fontify-region): Use with-syntax-table.
3726         * jit-lock.el (with-buffer-unmodified): Remove.
3727         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
3729         Use `declare' in defmacros.
3730         * window.el (save-selected-window):
3731         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
3732         * progmodes/python.el (def-python-skeleton):
3733         * net/dbus.el (dbus-ignore-errors):
3734         * jka-cmpr-hook.el (with-auto-compression-mode):
3735         * international/mule.el (with-category-table):
3736         * emacs-lisp/timer.el (with-timeout):
3737         * emacs-lisp/lisp-mnt.el (lm-with-file):
3738         * emacs-lisp/eieio.el (with-slots):
3739         * emacs-lisp/easymenu.el (easy-menu-define):
3740         * emacs-lisp/debug.el (debugger-env-macro):
3741         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
3742         (Multiple-value-call, Multiple-value-prog1):
3743         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
3744         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
3745         edebug rule to definition.
3746         * emacs-lisp/lisp-mode.el (save-selected-window)
3747         (with-current-buffer, combine-after-change-calls)
3748         (with-output-to-string, with-temp-file, with-temp-buffer)
3749         (with-temp-message, with-syntax-table, read-if, eval-after-load)
3750         (dolist, dotimes, when, unless):
3751         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
3753 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
3755         * finder.el: Require `package'.
3756         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
3757         (finder-package-info): Var deleted.
3758         (finder-keywords-hash, finder--builtins-alist): New vars.
3759         (finder-compile-keywords): Compute package--builtins and
3760         finder-keywords-hash instead of finder-keywords-hash, respecting
3761         the "Package" header.
3762         (finder-unknown-keywords, finder-list-matches):
3763         Use finder-keywords-hash and package--list-packages.
3764         (finder-mode): Don't set font-lock-defaults.
3765         (finder-exit): We don't use "*Finder-package*" and "*Finder
3766         Category*" buffers anymore.
3768         * emacs-lisp/package.el (package--builtins-base): Var deleted.
3769         (package--builtins): Set default value to nil.
3770         (package-initialize): Load precomputed value of package--builtins
3771         from finder-inf.el.
3772         (package-alist, package-compute-transaction)
3773         (package-download-transaction): Improve docstring.
3774         (package-read-all-archive-contents): Do not change
3775         package--builtins here.
3776         (list-packages): Make package-list-packages an alias for this.
3777         Sort by status by default.
3778         (package--list-packages): Add optional PACKAGES arg.
3779         (describe-package-1): Use font-lock-face property.  For built-in
3780         packages, insert file commentary.
3781         (package--generate-package-list): Rename from
3782         package-list-packages-internal; all callers changed.  Add optional
3783         PACKAGES arg.  Add alphabetical sort fallbacks.
3784         (package-menu--version-predicate, package-menu--status-predicate)
3785         (package-menu--description-predicate)
3786         (package-menu--name-predicate): New functions.
3788         * info.el (Info-finder-find-node): Search package-alist instead of
3789         finder-package-info.
3791 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
3793         * subr.el (version-regexp-alist): Don't use "a" and "b" for
3794         "alpha" and "beta".
3795         (version-to-list): Handle versions like "10.3d".
3797 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
3800         (macroexp-accumulate): Use `declare'.
3802 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3804         * whitespace.el (whitespace-style): Adjust type declaration.
3806 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
3808         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3809         empty argument to gvfs-copy.
3811 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3813         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3814         handle new TRASH arg of `delete-file'.
3816 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3818         * net/tramp.el (tramp-handle-insert-directory): Don't use
3819         `forward-word', its default syntax could be changed.
3821 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3822             Michael Albinus  <michael.albinus@gmx.de>
3824         Implement compression for inline methods.
3826         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3827         (tramp-copy-size-limit): Allow also nil.
3828         (tramp-inline-compress-commands): New defconst.
3829         (tramp-find-inline-compress, tramp-get-inline-compress)
3830         (tramp-get-inline-coding): New defuns.
3831         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3832         replaced by `tramp-get-inline-coding'.
3833         (tramp-handle-file-local-copy, tramp-handle-write-region)
3834         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3836 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
3838         Detect ssh 'ControlMaster' argument automatically in some cases.
3840         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3841         (tramp-default-method): Use it.
3843 2010-08-26  Karel Klíč  <kklic@redhat.com>
3845         * net/tramp.el (tramp-file-name-for-operation):
3846         Add file-selinux-context.
3848 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3850         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3852 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3854         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3855         (Bug#6907).
3857 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
3859         * progmodes/js.el: Make indentation more customizable (Bug#6914).
3860         (js-paren-indent-offset, js-square-indent-offset)
3861         (js-curly-indent-offset): New options.
3862         (js--proper-indentation): Use them.
3864 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
3866         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3867         instead of inspecting font-lock properties (Bug#6916).
3869 2010-08-26  David Reitter  <david.reitter@gmail.com>
3871         * server.el (server-visit-files): Run pre-command-hook and
3872         post-command-hook for each buffer while it is current (Bug#6910).
3873         (server-execute): Do not run hooks here.
3875 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
3877         Sync with Tramp 2.1.19.
3879         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3880         (tramp-reporter-dump-variable, tramp-load-report-modules)
3881         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3882         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3884         * net/tramp-compat.el (top): Do not autoload
3885         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3886         only when `start-file-process' is not bound.
3887         (byte-compile-not-obsolete-vars): Define if not bound.
3888         (tramp-compat-funcall): New defmacro.
3889         (tramp-compat-line-beginning-position)
3890         (tramp-compat-line-end-position)
3891         (tramp-compat-temporary-file-directory)
3892         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3893         (tramp-compat-copy-file, tramp-compat-copy-directory)
3894         (tramp-compat-delete-file, tramp-compat-delete-directory)
3895         (tramp-compat-number-sequence, tramp-compat-process-running-p):
3896         Use it.
3897         (tramp-advice-file-expand-wildcards): Do not use
3898         `tramp-handle-file-remote-p'.
3899         (tramp-compat-make-temp-file): Simplify fallback implementation.
3900         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3901         (tramp-compat-copy-tree): Remove function.
3902         (tramp-compat-delete-file): New defun.
3903         (tramp-compat-delete-directory): Provide implementation for older
3904         Emacsen.
3905         (tramp-compat-file-attributes): Handle only
3906         `wrong-number-of-arguments' error.
3908         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3909         Add PRESERVE_SELINUX_CONTEXT.
3910         (tramp-fish-handle-delete-file): Add TRASH arg.
3911         (tramp-fish-handle-directory-files-and-attributes):
3912         Do not use `tramp-fish-handle-file-attributes.
3913         (tramp-fish-handle-file-local-copy)
3914         (tramp-fish-handle-insert-file-contents)
3915         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3917         * net/tramp-gvfs.el (top): Require url-util.
3918         (tramp-gvfs-mount-point): Remove.
3919         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3920         and `set-file-selinux-context'.
3921         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3922         (tramp-gvfs-handle-file-selinux-context)
3923         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3924         (with-tramp-dbus-call-method): Format trace message.
3925         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3926         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3927         Implement backup call, when operation on local files fails.
3928         Use progress reporter.  Flush properties of changed files.
3929         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
3930         `tramp-compat-delete-file'.
3931         (tramp-gvfs-handle-expand-file-name): Expand "~/".
3932         (tramp-gvfs-handle-make-directory): Make more traces.
3933         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3934         (tramp-gvfs-url-file-name): Hexify file name in url.
3935         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3936         into account for the resulting file name.
3937         (tramp-gvfs-handler-askquestion): Preserve current message, in
3938         order to let progress reporter continue afterwards.  (Bug#6257)
3939         Return dummy mountpoint, when the answer is "no".
3940         See `tramp-gvfs-maybe-open-connection'.
3941         (tramp-gvfs-handler-mounted-unmounted)
3942         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3943         attribute "default_location".  Set "prefix" property.
3944         Handle default-location.
3945         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3946         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3947         exists.  Raise an error, if not (due to a corresponding answer
3948         "no" in interactive questions, for example).
3949         Use `tramp-compat-funcall'.
3951         * net/tramp-imap.el (top): Autoload `epg-make-context'.
3952         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3953         (tramp-imap-do-copy-or-rename-file)
3954         (tramp-imap-handle-insert-file-contents)
3955         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3956         (tramp-imap-handle-delete-file): Add TRASH arg.
3958         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3959         Add PRESERVE-SELINUX-CONTEXT.
3960         (tramp-smb-handle-copy-file)
3961         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3962         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3963         Use `with-progress-reporter'.
3964         (tramp-smb-handle-delete-file): Add TRASH arg.
3966         * net/tramp.el (tramp-methods): Move hostname to the end in all
3967         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
3968         appropriate.
3969         (tramp-verbose): Describe verbose level 9.
3970         (tramp-completion-function-alist)
3971         (tramp-file-name-regexp, tramp-chunksize)
3972         (tramp-local-coding-commands, tramp-remote-coding-commands)
3973         (with-connection-property, tramp-completion-mode-p)
3974         (tramp-action-process-alive, tramp-action-out-of-band)
3975         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3976         (tramp-exists-file-name-handler): Fix docstring.
3977         (tramp-remote-process-environment): Use `format' instead of
3978         `concat'.  Protect version string by apostroph.
3979         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3980         XEmacs.
3981         (tramp-file-name-regexp-unified)
3982         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3983         not regard the volume letter as remote filename.  (Bug#5447)
3984         (tramp-perl-file-attributes)
3985         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3986         (tramp-vc-registered-read-file-names): Read input as
3987         here-document, otherwise the command could exceed maximum length
3988         of command line.
3989         (tramp-file-name-handler-alist): Add `file-selinux-context' and
3990         `set-file-selinux-context'.
3991         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3992         backtrace functions.
3993         (tramp-error-with-buffer): Don't show the connection buffer when
3994         we are in completion mode.
3995         (tramp-progress-reporter-update, tramp-remote-selinux-p)
3996         (tramp-handle-file-selinux-context)
3997         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3998         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3999         New defuns.
4000         (with-progress-reporter): New defmacro.
4001         (tramp-debug-outline-regexp): New defconst.
4002         (top, tramp-rfn-eshadow-setup-minibuffer)
4003         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4004         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4005         (tramp-completion-mode-p, tramp-check-for-regexp)
4006         (tramp-open-connection-setup-interactive-shell)
4007         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4008         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4009         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4010         Use `tramp-compat-funcall'.
4011         (tramp-handle-make-symbolic-link): Flush file properties.
4012         (tramp-handle-load, tramp-handle-file-local-copy)
4013         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4014         (tramp-handle-vc-registered, tramp-maybe-send-script)
4015         (tramp-find-shell): Use `with-progress-reporter'.
4016         (tramp-do-file-attributes-with-stat): Add space in format string,
4017         in order to work around a bug in pdksh.  Reported by Gilles Pion
4018         <gpion@lfdj.com>.
4019         (tramp-handle-verify-visited-file-modtime): Do not send a command
4020         when the connection is not established.
4021         (tramp-handle-set-file-times): Simplify the check for utc.
4022         (tramp-handle-directory-files-and-attributes)
4023         (tramp-get-remote-path): Use `copy-tree'.
4024         (tramp-completion-handle-file-name-all-completions): Ensure, that
4025         non remote files are still checked.  Oops.
4026         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4027         Handle PRESERVE-SELINUX-CONTEXT.
4028         (tramp-do-copy-or-rename-file): Add progress reporter.
4029         (tramp-do-copy-or-rename-file-directly): Do not use
4030         `tramp-handle-file-remote-p'.
4031         (tramp-do-copy-or-rename-file-out-of-band):
4032         Use `tramp-compat-delete-directory'.
4033         (tramp-do-copy-or-rename-file-out-of-band)
4034         (tramp-compute-multi-hops, tramp-maybe-open-connection):
4035         Use `format-spec-make'.
4036         (tramp-handle-delete-file): Add TRASH arg.
4037         (tramp-handle-dired-uncache): Flush directory cache, not only file
4038         cache.
4039         (tramp-handle-expand-file-name)
4040         (tramp-completion-handle-file-name-all-completions)
4041         (tramp-completion-handle-file-name-completion):
4042         Use `tramp-connectable-p'.
4043         (tramp-handle-start-file-process): Set connection property "vec".
4044         Use it, in order to invalidate file caches.  Check only for
4045         `remote-tty' process property.
4046         Implement tty setting.  (Bug#4604, Bug#6360)
4047         (tramp-file-name-for-operation): Add `call-process-region' and
4048         `set-file-selinux-context'.
4049         (tramp-find-foreign-file-name-handler)
4050         (tramp-advice-make-auto-save-file-name)
4051         (tramp-set-auto-save-file-modes): Remove superfluous check for
4052         `stringp'.  This is done inside `tramp-tramp-file-p'.
4053         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
4054         operations when we are in completion mode.  This gives the user
4055         the chance to correct the file name in the minibuffer.
4056         (tramp-completion-mode-p): Use `non-essential'.
4057         (tramp-handle-file-name-all-completions): Backward/ XEmacs
4058         compatibility: Use `completion-ignore-case' if
4059         `read-file-name-completion-ignore-case' does not exist.
4060         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4061         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4062         `tramp-open-shell'.
4063         (tramp-action-password): Hide password prompt before next run.
4064         (tramp-process-actions): Widen connection buffer for the trace.
4065         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4066         process property.  Trace stty settings if `tramp-verbose' >= 9.
4067         Apply workaround for IRIX64 bug.  Move argument of last
4068         `tramp-send-command' where it belongs to.
4069         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4070         front of `login-args'.
4071         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4072         on "/dev/null" instead of "/".
4073         (tramp-get-ls-command-with-dired): Make test for "--dired"
4074         stronger.
4075         (tramp-set-auto-save-file-modes): Adapt version check.
4076         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4077         (tramp-handle-process-file): Call the program in a subshell, in
4078         order to preserve working directory.
4079         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4080         `tramp-remote-sh' from `tramp-methods'.
4081         (tramp-get-ls-command): Make test for "--color=never" stronger.
4082         (tramp-check-for-regexp): Use (forward-line 1).
4084         * net/trampver.el: Update release number.
4086 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4088         * help.el (help-map): Bind `C-h P' to describe-package.
4090         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4092         * emacs-lisp/package.el (package-refresh-contents): Catch errors
4093         when downloading archives.
4094         (describe-package-1): Add package commentary.
4095         (package-install-button-action): New function.
4096         (package-menu-mode-map): Bind ? to package-menu-describe-package.
4097         (package-menu-view-commentary): Function removed.
4098         (package-list-packages-internal): Hide the `package' package too.
4100 2010-08-25  Kenichi Handa  <handa@m17n.org>
4102         * language/misc-lang.el ("Arabic"): New language environment.
4103         Setup composition-function-table for Arabic characters.
4105         * international/fontset.el (setup-default-fontset): Fix typo for
4106         arabic OTF spec (fini->fina).
4108 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
4110         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4111         on all frames.
4113 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4115         * whitespace.el: Allow cleaning up blanks without blank
4116         visualization (Bug#6651).  Adjust help window for
4117         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
4118         instead of whitespace-line-column (from EmacsWiki).  New version
4119         13.1.
4120         (whitespace-style): Added new value 'face.  Adjust docstring.
4121         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
4122         foreground property face.
4123         (whitespace-line-column): Adjust docstring and type declaration.
4124         (whitespace-style-value-list, whitespace-toggle-option-alist)
4125         (whitespace-help-text): Adjust const initialization.
4126         (whitespace-toggle-options, global-whitespace-toggle-options):
4127         Adjust docstring.
4128         (whitespace-display-window, whitespace-interactive-char)
4129         (whitespace-style-face-p, whitespace-color-on): Adjust code.
4130         (whitespace-help-scroll): New fun.
4132 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4134         * emacs-lisp/package.el (list-packages): Alias for
4135         package-list-packages.
4137 2010-08-24  Kevin Ryde  <user42@zip.com.au>
4139         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4140         (Bug#5651).
4142         * progmodes/ruby-mode.el (ruby): Add defgroup.
4144 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4146         * progmodes/python.el: Add Ipython support (Bug#5390).
4147         (python-shell-prompt-alist)
4148         (python-shell-continuation-prompt-alist): New options.
4149         (python--set-prompt-regexp): New function.
4150         (inferior-python-mode, run-python, python-shell): Require
4151         ansi-color.  Use python--set-prompt-regexp to set the comint
4152         prompt based on the Python interpreter.
4153         (python--prompt-regexp): New var.
4154         (python-check-comint-prompt)
4155         (python-comint-output-filter-function): Use it.
4156         (run-python): Use a pipe (Bug#5694).
4158 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
4160         * progmodes/python.el (python-send-region): Send a different
4161         Python command if Ipython is in use.
4162         (python-check-version): Use a Python command to find the version.
4164 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4166         * mouse.el (mouse-yank-primary): Avoid setting primary when
4167         deactivating the mark (Bug#6872).
4169 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
4171         * progmodes/python.el (python-block-pairs): Allow use of "finally"
4172         with "else" (Bug#3991).
4174 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
4176         * net/dbus.el: Accept UNIX domain sockets as bus address.
4177         (top): Don't initialize `dbus-registered-objects-table' anymore,
4178         this is done in dbusbind,c.
4179         (dbus-check-event): Adapt test for bus.
4180         (dbus-return-values-table, dbus-unregister-service)
4181         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4182         Adapt doc string.
4184 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
4186         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4188 2010-08-22  Juri Linkov  <juri@jurta.org>
4190         * simple.el (read-extended-command): New function with the logic
4191         for `completing-read' moved to Elisp from `execute-extended-command'.
4192         Use `function-called-at-point' in `minibuffer-default-add-function'
4193         to get a command name for M-n (bug#5364, bug#5214).
4195 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4197         * startup.el (command-line-1): Issue warning for ignored arguments
4198         --unibyte, etc (Bug#6886).
4200 2010-08-22  Leo  <sdl.web@gmail.com>
4202         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4203         (ignore, bright, dim, keyword): Split list of nicknames before
4204         passing to rcirc-add-or-remove (Bug#6894).
4206 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4208         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4210 2010-08-22  Leo  <sdl.web@gmail.com>
4212         Fix buffer-list rename&refresh after killing a buffer in ido.
4213         * ido.el: Revert Óscar's.
4214         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4215         Remember the buffers at head, rather than their name.
4216         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
4218 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
4219             Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4222         extra backslash added to each line (bug#6890).
4224 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4226         * subr.el (read-key): Don't echo keystrokes (bug#6883).
4228 2010-08-22  Glenn Morris  <rgm@gnu.org>
4230         * menu-bar.el (menu-bar-games-menu): Add landmark.
4232 2010-08-22  Glenn Morris  <rgm@gnu.org>
4234         * align.el (align-regexp): Make group and spacing arguments
4235         use the interactive defaults when non-interactive.  (Bug#6698)
4237         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4238         expansion, so as not to need sendmail.
4239         (mail-text-start): Remove declaration.
4240         (rmail-retry-failure): Require sendmail.
4242 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4244         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4246 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
4248         * progmodes/flymake.el (flymake-start-syntax-check-process):
4249         Use `start-file-process' in order to let it run also on remote hosts.
4251 2010-08-22  Kenichi Handa  <handa@m17n.org>
4253         * files.el: Add `word-wrap' as safe local variable.
4255 2010-08-22  Glenn Morris  <rgm@gnu.org>
4257         * woman.el (woman-translate): Case matters.  (Bug#6849)
4259 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4261         * simple.el (kill-region): Doc fix (Bug#6787).
4263 2010-08-22  Glenn Morris  <rgm@gnu.org>
4265         * calendar/diary-lib.el (diary-header-line-format):
4266         Fit it to the window, not the frame.
4268 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
4270         * subr.el (ignore-errors): Add debug declaration.
4272 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
4274         * whitespace.el (whitespace-color-off): Remove post-command-hook
4275         locally.
4277 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4279         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4281 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
4283         * cus-edit.el (custom-group-value-create): Add extra newline
4284         before end line (Bug#6876).
4286 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
4288         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4289         when extending it.  Before killing on the second click, check if
4290         the buffer is the correct one.  Doc fix.
4291         (mouse-secondary-save-then-kill): Allow usage without first
4292         calling mouse-start-secondary, by defaulting to point.  Don't save
4293         an empty secondary selection.  Doc fix.
4295 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4297         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
4298         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
4299         New version 13.0.
4300         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4301         Adjust initialization.
4302         (whitespace-bob-marker, whitespace-eob-marker)
4303         (whitespace-buffer-changed): New vars.
4304         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4305         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4306         (whitespace-post-command-hook, whitespace-display-char-on):
4307         Adjust code.
4308         (whitespace-looking-back, whitespace-buffer-changed): New funs.
4309         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
4311 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4313         * files.el (locate-file-completion-table): Only list the .el and .elc
4314         extensions if there's no other choice (bug#5955).
4316         * facemenu.el (facemenu-self-insert-data): New var.
4317         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4318         New functions.
4319         (facemenu-add-face): Use them.
4321         * simple.el (blink-matching-open): Obey forward-sexp-function.
4323 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * simple.el (prog-mode-map): New var.
4326         (prog-indent-sexp): New command.
4328         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4330         * progmodes/prolog.el (smie): Require.
4332         * emacs-lisp/smie.el (smie-default-backward-token)
4333         (smie-default-forward-token): Strip properties.
4334         (smie-next-sexp): Be more careful with associative operators.
4335         (smie-forward-sexp-command): Generalize.
4336         (smie-backward-sexp-command): Simplify.
4337         (smie-closer-alist): New var.
4338         (smie-close-block): New command.
4339         (smie-indent-debug-log): New var.
4340         (smie-indent-offset-rule): Add a few more cases.
4341         (smie-indent-column): New function.
4342         (smie-indent-after-keyword): Use it.
4343         (smie-indent-keyword): Use it.
4344         Fix up the opener code's point position.
4345         (smie-indent-comment): Only applies at BOL.
4346         (smie-indent-debug): New command.
4348         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4349         declarations that are useful before running the macro.
4351 2010-08-18  Joakim Verona  <joakim@verona.se>
4353         * image.el (imagemagick-types-inhibit): New variable.
4354         (imagemagick-register-types): New function.
4355         * image-mode.el (image-transform-properties): New function.
4356         (image-transform-set-scale, image-transform-fit-to-height)
4357         (image-transform-set-rotation, image-transform-set-resize)
4358         (image-transform-fit-to-width, image-transform-fit-to-height):
4359         New functions.
4360         (image-toggle-display-image): Support image transforms.
4362 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4364         * image.el (create-animated-image): Don't add heuristic mask to image
4365         (Bug#6839).
4367 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
4369         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4370         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4372 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4376         Font-lock '...' strings, plus various simplifications and fixes.
4377         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4378         (octave-font-lock-close-quotes): New function.
4379         (octave-font-lock-syntactic-keywords): New var.
4380         (octave-mode): Use it.  Set beginning-of-defun-function.
4381         (octave-mode-map): Don't override the <foo>-defun commands.
4382         (octave-mode-menu): Pass it directly to easy-menu-define;
4383         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4384         (octave-block-match-alist): Fix up last change so that
4385         octave-close-block uses the more specific keyword.
4386         (info-lookup-mode): Silence byte-compiler.
4387         (octave-beginning-of-defun): Not interactive any more.
4388         Optimize slightly.
4389         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4390         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4391         (octave-completion-at-point-function): Make sure point is within
4392         beg..end.
4393         (octave-reindent-then-newline-and-indent):
4394         Use reindent-then-newline-and-indent.
4395         (octave-add-octave-menu): Remove.
4397 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
4399         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4400         (report-emacs-bug-can-use-xdg-email): New functions.
4401         (report-emacs-bug): Set can-xdg-email to result of
4402         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
4403         \C-cm to report-emacs-bug-insert-to-mailer and add help text
4404         about it.
4406         * net/browse-url.el (browse-url-default-browser): Add cond
4407         for browse-url-xdg-open.
4408         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4410 2010-08-17  Glenn Morris  <rgm@gnu.org>
4412         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4413         (c-fontify-recorded-types-and-refs): Define for compiler.
4414         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4415         before use.
4417         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4418         Fix format call.
4420 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
4422         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4423         properties.
4424         (tramp-handle-process-file): Call the program in a subshell, in
4425         order to preserve working directory.
4426         (tramp-action-password): Hide password prompt before next run.
4427         (tramp-process-actions): Widen connection buffer for the trace.
4429 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4431         * net/rcirc.el (rcirc-log-process-buffers): New option.
4432         (rcirc-print): Use it.
4433         (rcirc-generate-log-filename): New function.
4434         (rcirc-log-filename-function): Change default to
4435         rcirc-generate-log-filename (Bug#6828).
4437 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
4439         * simple.el (deactivate-mark): If select-active-regions is `only',
4440         only set selection for temporarily active regions.
4442         * cus-start.el: Change defcustom for select-active-regions.
4444 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4446         * mouse.el (mouse--drag-set-mark-and-point): New function.
4447         (mouse-drag-track): Use LOCATION arg to push-mark.
4448         Use mouse--drag-set-mark-and-point to take click-count into
4449         consideration when updating point and mark (Bug#6840).
4451 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4453         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4454         Give the Ruby rule a lower priority than Gnu (Bug#6778).
4456 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4458         * font-lock.el (lisp-font-lock-keywords-2):
4459         Add combine-after-change-calls, condition-case-no-debug,
4460         with-demoted-errors, and with-silent-modifications (Bug#6025).
4462 2010-08-14  Kevin Ryde  <user42@zip.com.au>
4464         * emacs-lisp/copyright.el (copyright-update-year)
4465         (copyright-update): Temporary switch-to-buffer to ensure the
4466         buffer change being queried is visible (Bug#5394).
4468 2010-08-14  Tom Tromey  <tromey@redhat.com>
4470         * progmodes/etags.el (tags-file-name): Mark safe if stringp
4471         (Bug#6733).
4473 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
4475         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
4476         MS-DOS.  (Bug#6689)
4478 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
4480         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
4481         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4482         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4483         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
4484         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
4485         Call menu-bar-set-tool-bar-position.
4487 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4489         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
4490         comment style (bug#6834).
4491         * progmodes/scheme.el (scheme-mode-syntax-table):
4492         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
4493         "b" flag in "' 14b" syntax.
4495         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
4496         for (un)commenting the region and performing completion.
4497         (octave-mode-menu): Use standard commands for help and completion.
4498         (octave-mode-syntax-table): Support %{..%} comments (sort of).
4499         (octave-mode): Use define-derived-mode.
4500         Set completion-at-point-functions and don't set columns.
4501         Don't disable adaptive-fill-regexp.
4502         (octave-describe-major-mode, octave-comment-region)
4503         (octave-uncomment-region, octave-comment-indent)
4504         (octave-indent-for-comment): Remove.
4505         (octave-indent-calculate): Rename from calculate-octave-indent.
4506         (octave-indent-line, octave-fill-paragraph): Update caller.
4507         (octave-initialize-completions): No need to make an alist.
4508         (octave-completion-at-point-function): New function.
4509         (octave-complete-symbol): Use it.
4510         (octave-insert-defun): Use define-skeleton.
4512         * progmodes/octave-mod.el (octave-mode): Set comment-add.
4513         (octave-mode-map): Use comment-dwim (bug#6829).
4515 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4517         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
4518         indentation of inserted comment.
4520 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
4522         * faces.el (region): Add type gtk that uses gtk colors.
4524         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4525         Handle theme-name change.
4527 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
4529         * progmodes/sql.el: Version 2.5
4530         (sql-product-alist): Add :prompt-cont-regexp property for several
4531         database products.
4532         (sql-prompt-cont-regexp): New variable.
4533         (sql-output-newline-count, sql-output-by-send):
4534         New variables.  Record number of newlines in input text.
4535         (sql-send-string): Handle multiple filters and count newlines.
4536         (sql-send-magic-terminator): Count terminator newline.
4537         (sql-interactive-remove-continuation-prompt): Filters output to
4538         remove continuation prompts; one for each newline.
4539         (sql-interactive-mode): Set up new variables, prompt regexp and
4540         output filter.
4541         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
4542         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
4544 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4546         * emacs-lisp/pcase.el: New file.
4548 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
4550         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
4551         as here-document, otherwise the command could exceed maximum
4552         length of command line.
4553         (tramp-handle-vc-registered): Call script accordingly.
4554         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
4556 2010-08-10  Kenichi Handa  <handa@m17n.org>
4558         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
4559         composable pattern.
4561 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
4563         * emacs-lisp/package.el (package-version-split)
4564         (package--version-first-nonzero, package-version-compare):
4565         Functions removed.
4566         (package-directory-list, package-load-all-descriptors)
4567         (package--built-in, package-activate, define-package)
4568         (package-installed-p, package-compute-transaction)
4569         (package-read-all-archive-contents)
4570         (package--add-to-archive-contents, package-buffer-info)
4571         (package-tar-file-info, package-list-packages-internal):
4572         Use version-to-list and version-list-*.
4574         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4575         Use version-to-list.
4576         (package-upload-buffer-internal): Use version-list-<=.
4578 2010-08-09  Kenichi Handa  <handa@m17n.org>
4580         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
4581         composable pattern.
4583 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
4585         * tutorial.el (tutorial--default-keys): C-d is now bound to
4586         delete-forward-char (Bug#6826).
4588         * mouse.el (mouse-drag-track): Remove accidentally-removed check
4589         for `double' value of mouse-1-click-follows-link (Bug#6807).
4591 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
4593         * replace.el (replace-highlight): Bind isearch-forward and
4594         isearch-error, ensuring that highlighting is updated if the user
4595         switches the search direction (Bug#6808).
4597         * isearch.el (isearch-lazy-highlight-forward): New var.
4598         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4599         (isearch-lazy-highlight-update): Use it.
4601 2010-08-08  Kenichi Handa  <handa@m17n.org>
4603         * international/mule.el (define-charset): Store NAME as :base property.
4604         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
4605         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
4606         current priority.  Force using the designation of the specific
4607         charset by adding `charset' text property.  Improve the whole algorithm.
4609 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4611         * emulation/pc-select.el (pc-selection-mode-hook)
4612         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
4613         (pc-selection-mode): Fix typos in docstrings.
4615 2010-08-08  Kenichi Handa  <handa@m17n.org>
4617         * language/cyrillic.el: Don't add "microsoft-cp1251" to
4618         ctext-non-standard-encodings-alist here.
4620         * international/mule.el (ctext-non-standard-encodings-alist):
4621         Add "koi8-r" and "microsoft-cp1251".
4622         (ctext-standard-encodings): New variable.
4623         (ctext-non-standard-encodings-table): List only elements for
4624         non-standard encodings.
4625         (ctext-pre-write-conversion): Adjust for the above change.
4626         Check ctext-standard-encodings.
4628         * international/mule-conf.el (compound-text): Doc fix.
4629         (ctext-no-compositions): Doc fix.
4630         (compound-text-with-extensions): Doc fix.
4632 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
4636 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4638         * progmodes/which-func.el (which-func-format): Split help-echo text
4639         into lines, like other mode-line tooltips.
4641         * server.el (server-start): When using TCP sockets, force IPv4
4642         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
4644 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4646         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
4648 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4650         * term.el (term-delimiter-argument-list): Reflow docstring.
4651         (term-read-input-ring, term-write-input-ring, term-send-input)
4652         (term-bol, term-erase-in-display, serial-supported-or-barf):
4653         Fix typos in docstrings.
4655 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
4659 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4661         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
4663 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
4665         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
4666         Fix typo in docstring (bug#6747).
4668 2010-08-08  Leo  <sdl.web@gmail.com>
4670         * eshell/esh-io.el (eshell-get-target): Better detection of
4671         read-only file (Bug#6762).
4673 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4675         * align.el (align-default-spacing): Doc fix.
4676         (align-region-heuristic, align-regexp): Fix typos in docstrings.
4678 2010-08-08  Stephen Peters  <speters@itasoftware.com>
4680         * calendar/icalendar.el
4681         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
4682         (icalendar--get-weekday-numbers): New.
4683         (icalendar--convert-recurring-to-diary): Handle multiple byday
4684         values in weekly rules.  (Bug#6766)
4686 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
4688         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
4689         (icalendar--create-uid, icalendar-export-region)
4690         (icalendar--parse-summary-and-rest): Code formatting.
4692 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4694         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
4695         to italicize headers.
4696         (calc-highlight-selections-with-faces): New variable.
4697         (calc-selected-face, calc-nonselected-face): New faces.
4699         * calc/calccomp.el (math-comp-highlight-string): Use
4700         `calc-highlight-selections-with-faces' to determine how to highlight
4701         sub-formulas.
4703         * calc/calc-sel.el (calc-show-selections): Change message to when
4704         using faces to highlight selections.
4706 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
4708         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
4709         Add SQLite 3 keywords, functions and datatypes.
4710         (sql-interactive-mode): Remove `comint-process-echoes' set to t
4711         (Bug#6686).
4713 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
4715         * simple.el (select-active-regions): Move to keyboard.c.
4716         (deactivate-mark): Used saved-region-selection.
4717         (select-active-region): Function removed.
4718         (activate-mark, set-mark, push-mark-command)
4719         (handle-shift-selection): Don't call it.
4720         (keyboard-quit): Avoid adding the region to the window selection.
4722         * mouse.el (mouse-drag-track): Remove hacks to deal with old
4723         select-active-regions implementation.
4724         (mouse-yank-at-click): Doc fix.
4726         * cus-start.el: Add custom declaration for select-active-regions.
4728 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
4730         * simple.el (delete-forward-char): Doc fix.
4732         * tutorial.el (help-with-tutorial): Hack safe file-local variables
4733         after reading the tutorial.
4735 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
4737         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
4738         for the case that a C style comment has its delimiters alone on
4739         their respective lines.
4741 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
4743         * net/tramp.el (tramp-handle-start-file-process): Set connection
4744         property "vec".
4745         (tramp-process-sentinel): Use it for flushing the cache.  We
4746         cannot do it via the process buffer, the buffer could be deleted
4747         already when running the sentinel.
4749 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4751         * comint.el (comint-mode): Make directory tracking functions
4752         functional on remote files.  (Bug#6764)
4754 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4756         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
4758 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
4760         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
4761         unexec.c => unexcoff.c.
4763         * emacs-lisp/authors.el (authors-fixed-entries): Rename
4764         unexec.c => unexcoff.c.
4766 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
4768         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
4769         cache, not only file cache.
4770         (tramp-process-sentinel): New defun.
4771         (tramp-handle-start-file-process): Use it, in order to invalidate
4772         file caches.
4774 2010-08-03  Leo  <sdl.web@gmail.com>
4776         * server.el (server-start): Simplify loop.
4778 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * frame.el (screen-height, screen-width, set-screen-width)
4781         (set-screen-height): Remove ancient compatibility aliases.
4783         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
4784         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
4786         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
4787         that change current buffer.
4789 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4791         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
4792         beginning of the string.  Use `string-match-p'.  (Bug#6765)
4794 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
4796         * cus-start.el (x-gtk-use-system-tooltips): New variable.
4798 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
4800         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
4801         (package--builtins): Tweak descriptions.
4802         (package-print-package): Upcase descriptions if necessary.
4803         Show all built-in packages in font-lock-builtin-face.
4804         (package-list-packages-internal): Omit "emacs" package.
4805         Show status of built-in packages as "built-in".
4807 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
4809         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
4810         before killing to preserve the primary selection (Bug#6701).
4812         * term/x-win.el (x-select-text): Doc fix.
4814 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
4816         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
4817         The following functions were modified or created:
4819         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
4820         (objc-font-lock-extra-types):
4821         * progmodes/cc-mode.el (c-basic-common-init):
4822         * progmodes/cc-langs.el (c-make-mode-syntax-table)
4823         (c++-make-template-syntax-table)
4824         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
4825         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
4826         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
4827         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
4828         * progmodes/cc-fonts.el (c-make-inverse-face)
4829         (c-basic-matchers-after):
4830         * progmodes/cc-engine.el (c-forward-keyword-clause)
4831         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
4832         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
4833         (c-guess-continued-construct, c-guess-basic-syntax):
4835 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
4837         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
4839 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
4841         * files.el (bidi-paragraph-direction): Define safe local values.
4843         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
4844         language-info-alist.  Remove outdated FIXME in a comment.
4846 2010-07-31  Alan Mackenzie  <acm@muc.de>
4848         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4849         Auto-fill broken in C/C++ modes.
4851 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4853         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4854         (menu-bar-showhide-tool-bar-menu-customize-disable)
4855         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4856         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4857         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
4858         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4859         make a menu for Options => toolbar that can move it.
4861 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
4863         * emacs-lisp/package-x.el (package--make-rss-entry):
4864         (package-maint-add-news-item, package--update-news)
4865         (package-upload-buffer-internal): New arg ARCHIVE-URL.
4867         * emacs-lisp/package.el (package-archive-url): Rename from
4868         package-archive-id.
4869         (package-install): Doc fix.
4870         (package-download-single, package-download-tar, package-install)
4871         (package-menu-view-commentary): Callers changed.
4873 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
4875         * net/tramp.el (tramp-handle-start-file-process): Check only for
4876         `remote-tty' process property.
4877         (tramp-open-shell): Don't check for tty.
4878         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4879         process property.
4881         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4882         host.
4884 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
4886         * emacs-lisp/package.el (package-load-list, package-archives)
4887         (package-archive-contents, package-user-dir)
4888         (package-directory-list, package--builtins, package-alist)
4889         (package-activated-list, package-obsolete-alist): Mark as risky.
4891 2010-07-28  Phil Hagelberg  <phil@evri.com>
4893         Add support for non-default package repositories.
4894         * emacs-lisp/package.el (package-archive-base): Var deleted.
4895         (package-archives): New variable.
4896         (package-archive-contents): Doc fix.
4897         (package-load-descriptor): Do nothing if descriptor file is missing.
4898         (package--write-file-no-coding): New function.
4899         (package-unpack-single): Use it.
4900         (package-archive-id): New function.
4901         (package-download-single, package-download-tar)
4902         (package-menu-view-commentary): Use it.
4903         (package-installed-p): Make second argument optional.
4904         (package-read-all-archive-contents): New function.
4905         (package-initialize): Use it.
4906         (package-read-archive-contents): Add ARCHIVE argument.
4907         (package--add-to-archive-contents): New function.
4908         (package-install): Don't call package-read-archive-contents.
4909         (package--download-one-archive): Store archive file in a
4910         subdirectory of package-user-dir.
4911         (package-menu-execute): Remove spurious line movement.
4913 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
4915         * cus-start.el (tool-bar-style): Add text-image-horiz.
4917 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4919         * progmodes/gud.el (gud-common-init): Check for remoteness of
4920         `file', and not of `default-directory'.
4922 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4924         * net/tramp.el (tramp-methods): Move hostname to the end in all
4925         ssh `tramp-login-args'.
4926         (tramp-verbose): Describe verbose level 9.
4927         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4928         (tramp-open-connection-setup-interactive-shell): Trace stty
4929         settings if `tramp-verbose' >= 9.
4930         (tramp-handle-start-file-process): Implement tty setting.
4931         (Bug#4604, Bug#6360)
4933         * net/tramp-cmds.el (tramp-bug): Recommend setting of
4934         `tramp-verbose' to 9.
4936 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
4938         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4939         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4940         Remove references to package `lisp-re' (bug#4369).
4942 2010-07-27  Tom Tromey  <tromey@redhat.com>
4944         * progmodes/js.el (js-mode):
4945         * progmodes/make-mode.el (makefile-mode):
4946         * progmodes/simula.el (simula-mode):
4947         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4949 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
4951         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4953         * time.el (display-time-day-and-date): Remove spurious * in docstring.
4954         (display-time-world-buffer-name, display-time-world-mode-map):
4955         Fix typos in docstrings.
4957 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
4959         * image-mode.el (image-display-size): New function.
4960         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4961         (image-mode-fit-frame): Use it (Bug#6639).
4963 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4965         * dired.el (dired-buffers-for-dir): Handle list values of
4966         dired-directory (Bug#6636).
4968 2010-07-26  Sam Steingold  <sds@gnu.org>
4970         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4971         Do not call `x-get-selection' the second time, reuse the value.
4973 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
4975         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4976         which consist of control chars only.  Suggested by Richard Stallman.
4978 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
4980         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4981         exists before passing an error to find-file-not-found-functions
4982         (bug#6723).
4984 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
4986         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4987         Remove leading nil element, adjust values.
4988         (tetris-shapes, tetris-shape-scores):
4989         Change representation of shapes and remove some redundancy.
4990         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4991         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4992         Adjust for working with new representation of shapes.
4993         (tetris-shape-rotations): New function.
4994         (tetris-move-bottom, tetris-move-left, tetris-move-right)
4995         (tetris-rotate-prev, tetris-rotate-next):
4996         Adjust for working with the new version of tetris-test-shape.
4998 2010-07-23  Markus Triska  <markus.triska@gmx.at>
5000         * progmodes/ps-mode.el: Use comint (bug#5954).
5001         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5002         (ps-mode-other-newline): Simplify.
5003         (ps-run-mode): Derive from comint-mode instead of
5004         fundamental-mode, yielding input history etc.
5005         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5006         (ps-run-send-string): Adapt for comint-mode.
5007         (ps-run-newline): Remove now unneeded function.
5009 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5011         * net/tramp.el (tramp-methods): Move hostname to the end in all
5012         plink `tramp-login-args'.
5014 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5016         * net/tramp.el (tramp-open-shell): New defun.
5017         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5018         Use it.
5020 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5022         * net/tramp.el (tramp-file-name-regexp-unified)
5023         (tramp-completion-file-name-regexp-unified): On W32 systems, do
5024         not regard the volume letter as remote filename.  (Bug#5447)
5026 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
5028         * custom.el (custom-declare-variable): Give a clearer error message
5029         when the docstring is missing (bug#6476).
5031 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
5033         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
5034         (sql-login-params): New widget definition.
5035         (sql-oracle-login-params, sql-mysql-login-params)
5036         (sql-solid-login-params, sql-sybase-login-params)
5037         (sql-informix-login-params, sql-ingres-login-params)
5038         (sql-ms-login-params, sql-postgres-login-params)
5039         (sql-interbase-login-params, sql-db2-login-params)
5040         (sql-linter-login-params): Use it.
5041         (sql-sqlite-login-params): Use it; Define "database" parameter as
5042         a file name.
5043         (sql-sqlite-program): Change to "sqlite3".
5044         (sql-comint-sqlite): Make sure database name is complete.
5045         (sql-for-each-login): New function.
5046         (sql-connect, sql-save-connection): Use it.
5047         (sql-get-login-ext): New function.
5048         (sql-get-login): Use it.
5049         (sql-make-alternate-buffer-name): Handle :file parameters.
5051 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
5053         * dired.el (dired-no-confirm): Document value t and fix defcustom to
5054         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
5056 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5058         * dired.el (dired-mode-map): Use command remapping (bug#6632).
5060 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
5062         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5064 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
5066         * net/tramp.el (tramp-get-ls-command)
5067         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5068         instead of "/".
5070 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
5072         * progmodes/sql.el: Version 2.3.
5073         (sql-connection-alist): Changed keys from symbols to strings;
5074         enhanced the widget definition.
5075         (sql-mode-menu): Added submenu to select connections.
5076         (sql-interactive-mode-menu): Added "Save Connection" item.
5077         (sql-add-product): Fixed menu item.
5078         (sql-get-product-feature): Improved error handling.
5079         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5080         (sql-make-alternate-buffer-name): Simplified.
5081         (sql-product-interactive): Handle missing product.
5082         (sql-connect): Support string keys, minor improvements.
5083         (sql-save-connection): New function.
5084         (sql-connection-menu-filter): New function.
5086 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
5088         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
5089         (tramp-open-connection-setup-interactive-shell): Apply
5090         workaround for IRIX64 bug.  Move argument of last
5091         `tramp-send-command' where it belongs to.
5093 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
5095         * net/tramp.el (tramp-perl-file-attributes)
5096         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5097         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5098         front of `login-args'.
5100 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
5102         * time.el (display-time-world-mode): Define with `define-derived-mode'.
5103         Set `show-trailing-whitespace' to nil.
5104         (display-time-world-display): Simplify.
5106 2010-07-18  Alan Mackenzie  <acm@muc.de>
5108         Enhance `c-file-style' in file/directory local variables.
5109         * progmodes/cc-mode.el (c-count-cfss): New function.
5110         (c-before-hack-hook): Call `c-set-style' differently according to
5111         whether c-file-style was set in file or directory local
5112         variables.
5114 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
5116         * progmodes/sql.el: Version 2.2.
5117         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
5118         defcustom :safe keyword rather than putting safe-local-variable
5119         property.
5120         (sql-password): Use defcustom :risky keyword rather than putting
5121         risky-local-variable property.
5122         (sql-oracle-login-params, sql-sqlite-login-params)
5123         (sql-solid-login-params, sql-sybase-login-params)
5124         (sql-informix-login-params, sql-ingres-login-params)
5125         (sql-ms-login-params, sql-postgres-login-params)
5126         (sql-interbase-login-params, sql-db2-login-params)
5127         (sql-linter-login-params): Add `port' option.
5128         (sql-get-product-feature): Added NO-INDIRECT parameter.
5129         (sql-comint-oracle, sql-comint-sybase)
5130         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5131         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5132         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5133         (sql-comint-linter): Renamed sql-connect-* functions to
5134         sql-comint-*.
5135         (sql-product-alist, sql-mode-menu): Renamed as above and
5136         :sqli-connect-func to :sqli-comint-func.
5137         (sql-connection): New variable.
5138         (sql-interactive-mode): Set it.
5139         (sql-connection-alist): New variable.
5140         (sql-connect): New function.
5141         (sql--alt-buffer-part, sql--alt-if-not-empty)
5142         (sql-make-alternate-buffer-name): Improved alternative buffer name.
5144 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5146         * image-mode.el (image-bookmark-make-record): Do not set context
5147         in an image (Bug#6650).
5149 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
5151         * simple.el (select-active-region): New function.
5152         (push-mark-command, set-mark, activate-mark)
5153         (handle-shift-selection): Use it.
5154         (deactivate-mark): Don't check for size of region.
5156         * mouse.el (mouse-drag-track): Use select-active-region.
5158 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
5160         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5161         "--dired" stronger.
5163 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
5165         * term/x-win.el (x-select-enable-primary): Change default to nil.
5166         (x-select-enable-clipboard): Add :version keyword.
5168         * mouse.el (mouse-drag-copy-region):
5169         * simple.el (select-active-regions): Likewise.
5171 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
5173         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
5174         (vc-coding-system-for-diff): Use it to decide whether to inherit
5175         from the file the EOL format for reading the diffs of that file.
5176         (Bug#4451)
5178 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
5180         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5181         unibyte, so compressed attachments are not compressed again.
5183 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
5185         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5186         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5187         (tramp-find-shell): Simplify setting connection property.
5188         (tramp-get-ls-command): Make test for "--color=never" stronger.
5190 2010-07-15  Simon South  <ssouth@member.fsf.org>
5192         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5193         blocks within record declarations (i.e. variant parts) correctly.
5195 2010-07-15  Simon South  <ssouth@member.fsf.org>
5197         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5198         over literal tokens when parsing so newlines aren't "absorbed" by
5199         single-line comments.  Corrects the indentation of case blocks
5200         that have a comment on the first line.
5202 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
5204         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5205         by Drew Adams (Bug#5504).
5207 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
5209         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
5210         now that Unicode is used (Bug#6594).
5212 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
5214         * term/x-win.el (x-select-enable-clipboard): Default to t.
5215         (x-initialize-window-system): Don't overwrite Paste menu item.
5217         * simple.el (select-active-regions): Default to t.
5218         (push-mark-command): Don't overwrite primary with empty string.
5220         * mouse.el: Bind mouse-2 to mouse-yank-primary.
5221         (mouse-drag-copy-region): Default to nil.
5223         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5224         Cut/Copy/Paste menu bar items.
5226 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5228         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5229         Patch applied by Karl Fogel.
5231         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5232         and `bookmark-current-buffer' if they have been already set in
5233         another buffer (e.g gnus-art).
5235 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5236             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5238         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5240         * bookmark.el (bookmark-make-record-default): Allow unneeded
5241         information to be omitted from the record.
5243         Adjust declarations and calls:
5245         * info.el (bookmark-make-record-default): Adjust declaration.
5246         (Info-bookmark-make-record): Adjust call.
5248         * woman.el (bookmark-make-record-default): Adjust declaration.
5249         (woman-bookmark-make-record): Adjust call.
5251         * man.el (bookmark-make-record-default): Adjust declaration.
5252         (Man-bookmark-make-record): Adjust call.
5254         * image-mode.el (bookmark-make-record-default): Adjust declaration.
5256         * doc-view.el (bookmark-make-record-default): Adjust declaration.
5258 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5260         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5261         This is also from Thierry Volpiatto's patch in bug #6444.  However,
5262         because it was extraneous to the functional change in that patch,
5263         and causes a re-indendation, I am committing it separately.
5265 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5267         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5268         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5269         Patch applied by Karl Fogel (Bug#6444).
5271 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
5273         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5275 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
5277         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5278         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
5279         (ns-alternatives-map): Change S-tab binding to backtab
5280         (bug#6616).
5282         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5283         under ns.
5285 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5287         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5288         (Bug#5806)
5290         * language/tv-util.el (tai-viet-re): Remove format.
5292 2010-07-12  Kenichi Handa  <handa@m17n.org>
5294         * language/hebrew.el: Remove no-byte-compile declaration.
5295         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
5296         composition-function-table for 3-character looking back.
5297         (hebrew-font-get-precomposed): New function.
5298         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5300 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
5302         * mouse.el (mouse-drag-track): Handle select-active-regions
5303         (Bug#6612).
5305 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
5307         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5308         empty argument to gvfs-copy.
5310 2010-07-10  Glenn Morris  <rgm@gnu.org>
5312         * calendar/calendar.el (calendar-week-end-day): New function.
5313         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5314         Respect calendar-week-start-day.  (Bug#6606)
5315         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5316         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5317         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5318         respect calendar-week-start-day.
5320 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
5322         * simple.el (use-region-p): Doc fix (Bug#6607).
5324 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
5326         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
5327         regexps for cucumber and ruby.
5329 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
5331         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5332         (epa-file-insert-file-contents): Hack to prevent
5333         find-file from opening empty buffer when decryption failed
5334         (bug#6568).
5336 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
5338         * textmodes/ispell.el (ispell-alternate-dictionary):
5339         Use file-readable-p.
5340         Return nil if no word-list is found at default locations.
5341         (ispell-complete-word-dict): Default to nil.
5342         (ispell-command-loop): Use 'word-list' when using lookup-words.
5343         (lookup-words): Use ispell-complete-word-dict or
5344         ispell-alternate-dictionary.  Check for word-list availability
5345         and handle errors if needed with better messages (Bug#6539).
5346         (ispell-complete-word): Use ispell-complete-word-dict or
5347         ispell-alternate-dictionary.
5349 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
5351         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5352         builtins (BufferError, BytesWarning, WindowsError; callables
5353         bin, bytearray, bytes, format, memoryview, next, print; __package__).
5355 2010-07-07  Glenn Morris  <rgm@gnu.org>
5357         * play/zone.el (top-level): Do not require timer, tabify, or cl.
5358         (zone-shift-left): Ignore intangibility, and any errors from
5359         forward-char.
5360         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
5361         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5362         deleting, and copying text properties.
5363         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5364         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5365         to point-max is hard.
5366         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5367         (zone-fill-out-screen): Ignore intangibility.
5369 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
5371         * menu-bar.el (menu-bar-mode):
5372         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5373         if it has been set.
5375         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5376         word/line selection (Bug#6565).
5378 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
5380         * net/dbus.el (dbus-send-signal): Declare function.
5382 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
5384         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5385         (dbus-register-property): New optional argument EMITS-SIGNAL.
5386         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5388 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
5390         * mouse.el (mouse-drag-overlay): Variable deleted.
5391         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5392         (mouse--remap-link-click-p): New function.
5393         (mouse-drag-track): Handle dragging by using temporary Transient
5394         Mark mode, instead of a special overlay.
5395         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5396         mouse-show-mark.
5398         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5399         deleted.
5401 2010-07-02  Juri Linkov  <juri@jurta.org>
5403         * autoinsert.el (auto-insert-alist): Fix readability
5404         by using dotted pair notation for lambda.
5406 2010-07-02  Juri Linkov  <juri@jurta.org>
5408         * faces.el (read-face-name): Rename arg `string-describing-default'
5409         to `default'.  Doc fix.  Display the default value in quotes
5410         in the prompt.  With empty input, return the `default' arg,
5411         unless the default value is a string (in which case return nil).
5412         (describe-face): Replace the string `default' arg of `read-face-name'
5413         with the symbol `default'.
5415 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
5417         * emulation/viper-cmd.el (viper-delete-backward-char)
5418         (viper-del-backward-char-in-insert)
5419         (viper-del-backward-char-in-replace, viper-change)
5420         (viper-backward-indent): Replace delete-backward-char with
5421         delete-char (Bug#6552).
5423 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
5425         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5427 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5429         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5430         argument passed to frame-creation-function (Bug#5378).
5432         * faces.el (x-handle-named-frame-geometry)
5433         (x-handle-reverse-video, x-create-frame-with-faces)
5434         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
5435         separately consult default-frame-alist.  It is now passed as the
5436         PARAMETER argument.
5438 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
5440         * startup.el (command-line): Don't call tool-bar-setup in a
5441         tty-only build.
5443 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5445         * ruler-mode.el (ruler--save-header-line-format): New fun.
5446         (ruler-mode): Use it as a setter function, so as not to overwrite
5447         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5449 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
5451         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
5452         (vc-root-diff, vc-print-root-log, vc-log-incoming)
5453         (vc-log-outgoing): Use it.
5454         (vc-diff-internal): Set diff-vc-backend.
5456         * vc/diff-mode.el (diff-vc-backend): New var.
5458 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
5460         * dynamic-setting.el (font-setting-change-default-font): Remove
5461         call to message.
5463 2010-06-28  Kenichi Handa  <handa@m17n.org>
5465         * international/quail.el (quail-insert-kbd-layout): Fix the
5466         showing of untranslated characters.
5468 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
5470         * simple.el (delete-active-region): New option.
5471         (delete-backward-char): Implement in Lisp.
5472         (delete-forward-char): New command.
5474         * mouse.el (mouse-region-delete-keys): Deleted.
5475         (mouse-show-mark): Simplify.
5477         * bindings.el (global-map): Bind delete and DEL, the former to
5478         delete-forward-char.
5480 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
5482         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
5483         (ruby-mode): Bind indent-line-function (Bug#5119).
5485 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5487         * startup.el (command-line): Recognize "0" X resource value.
5489 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5491         * startup.el (command-line): Use X resources to set the value of
5492         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
5494         * menu-bar.el (menu-bar-mode):
5495         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
5496         Set init-value to t.
5498         * frame.el (frame-notice-user-settings): Don't change
5499         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
5500         vice versa (Bug#2249).
5502 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
5504         * w32-fns.el (w32-convert-standard-filename): Doc fix.
5506 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5508         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
5509         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
5511         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
5512         default directories are expanded (Bug#6143).
5514 2010-06-24  Juri Linkov  <juri@jurta.org>
5516         * minibuffer.el (completions-format): Change default from nil to
5517         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
5519 2010-06-24  Juri Linkov  <juri@jurta.org>
5521         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
5522         buffer-locally to lambda that re-runs the vc diff command.
5523         (Bug#6447)
5525 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
5527         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
5528         echo area is in use (Bug#3412).
5530 2010-06-22  Glenn Morris  <rgm@gnu.org>
5532         * textmodes/texinfmt.el (texinfo-format-region)
5533         (texinfo-raise-lower-sections, texinfo-format-separate-node)
5534         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
5535         (texinfo-format-option, texinfo-noindent):
5536         Use line-beginning-position and line-end-position.
5538         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
5539         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
5540         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
5541         utf-8 characters.
5543 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
5545         * play/zone.el (zone-fall-through-ws): Fix next-line ->
5546         forward-line fallout.
5548 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
5550         * mouse.el (mouse-appearance-menu): Add docstring.
5552         * help.el (describe-key): Print up-event using key-description.
5554 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
5556         * net/zeroconf.el (zeroconf-resolve-service)
5557         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5558         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
5560 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
5562         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
5564 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
5566         Avoid displaying files with a nil state in vc-dir.
5567         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
5568         cases that cause insertion.
5569         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
5570         with a nil state.
5572 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5574         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
5576 2010-06-29  Leo  <sdl.web@gmail.com>
5578         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
5580 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5582         * generic-x.el (bat-generic-mode): Fix regexp for command line
5583         switches (Bug#5719).
5585 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
5587         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
5588         of nconc to avoid pure storage error (Bug#6239).
5590 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
5592         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5593         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
5594         bindings of bookmark-automatically-show-annotations (Bug#6515).
5596 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
5598         * arc-mode.el (archive-zip-extract): Don't quote the file name on
5599         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
5601 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5603         * comint.el (make-comint, make-comint-in-buffer): Mention return
5604         value in the docstrings.  (Bug#6498)
5606 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
5608         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
5609         since it is not present when using some non-default switches.
5611 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
5613         * simple.el (compose-mail): Fix doc string to refer to
5614         `compose-mail-user-agent-warnings', instead of to the
5615         nonexistent `compose-mail-check-user-agent'.
5617 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
5619         Fix an indentation bug:
5621         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
5622         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
5623         of existing values.
5625         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
5626         (c-clear->-pair-props-if-match-before): now return t when they've
5627         cleared properties, nil otherwise.
5628         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
5629         by taking account of the existing value.
5631         * progmodes/cc-defs.el
5632         (c-clear-char-property-with-value-function): Fix this to clear the
5633         property rather than overwriting it with nil.
5635 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
5637         * emacs-lisp/package.el (package-print-package): Add link to
5638         package description via describe-package.
5639         (describe-package-1): List package requirements.  Add button to
5640         perform installation.
5641         (package-menu-describe-package): New command.
5643         * help-mode.el (help-package): New button type.
5645 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
5647         * emacs-lisp/package.el: Move package-list-packages binding to
5648         menu-bar.el.
5649         (describe-package, describe-package-1, package--dir): New funs.
5650         (package-activate-1): Use package--dir.
5652         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
5654         * help-mode.el (help-package-def): New button type.
5656         * menu-bar.el: Move package-list-packages binding here from
5657         package.el.
5659 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
5661         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
5663 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5665         * emacs-lisp/edebug.el (edebug-read-list):
5666         Phase out old-style backquotes.
5668 2010-06-17  Juri Linkov  <juri@jurta.org>
5670         * help-mode.el (help-mode): Set buffer-local variable
5671         revert-buffer-function to help-mode-revert-buffer.
5672         (help-mode-revert-buffer): New function.
5674         * info.el (Info-revert-find-node): Check for major-mode Info-mode
5675         before popping to "*info*" (like in other Info functions).
5676         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
5677         old-history-forward.  Pop to old-buffer-name or "*info*" to
5678         recreate the killed buffer.  Set Info-history-forward from
5679         old-history-forward.
5680         (Info-breadcrumbs-depth): Add :group and :version.
5682 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
5684         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
5686 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
5688         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
5689         for languages like Portuguese with pt_{BR,PT} and no plain pt.
5691 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
5693         * emacs-lisp/package.el (package-menu-mode-map):
5694         Move initialization into declaration.
5696         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
5698 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
5700         * emacs-lisp/package.el (package-archive-base): Point to
5701         elpa.gnu.org.
5702         (package-enable, package-load-list): New defcustoms.
5703         (package-user-dir, package-directory-list): Turn into defcustoms.
5704         Don't include package-user-dir in package-directory-list.
5705         (package--builtins-base): Don't include Emacs as a "package".
5706         (package-subdirectory-regexp): New var.
5707         (package-load-all-descriptors, package-compute-transaction)
5708         (package-download-transaction): Obey package-load-list.
5709         (package-activate-1): Rename from package-do-activate.
5710         (package-list-packages-internal): Check package-load-list.
5711         (package-load-descriptor, package-generate-autoloads)
5712         (package-unpack, package-unpack-single)
5713         (package--read-archive-file, package-delete): Use
5714         expand-file-name.
5716         * emacs-lisp/package-x.el: New file.  Package uploading
5717         functionality split out from package.el.
5719         * startup.el (command-line): Load packages after reading init file.
5721 2010-06-17  Tom Tromey  <tromey@redhat.com>
5723         * emacs-lisp/package.el: New file.
5725 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5727         Fix vc-annotate for renamed files when using Git.
5728         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
5729         ls-files.  Doe not pass the object as a file name to cat-file, it
5730         is not a file name.
5731         (vc-git-annotate-command): Pass the file name using -- to avoid
5732         ambiguity with the revision.
5733         (vc-git-previous-revision): Pass a relative file name.
5735 2010-06-22  Glenn Morris  <rgm@gnu.org>
5737         * progmodes/js.el (js-mode-map): Use standard capitalization and
5738         ellipses for menu entries.
5740         * wid-edit.el (widget-complete): Doc fix.
5742 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
5744         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
5746 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5748         Fix annotating other revisions for renamed files in vc-annotate.
5749         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
5750         VC backend.  Use it when non-nil.
5751         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
5752         (Bug#6487)
5754         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
5755         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5756         Do not pass the file name to the 'previous-revision call when we
5757         don't want a file diff.  (Bug#6489)
5759 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5761         Fix finding revisions for renamed files in vc-annotate.
5762         * vc/vc.el (vc-find-revision): Add an optional argument for
5763         the VC backend.  Use it when non-nil.
5764         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
5765         backend to vc-find-revision.  (Bug#6487)
5767 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5769         Fix reading file names in Git annotate buffers.
5770         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
5771         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
5773 2010-06-20  Alan Mackenzie  <acm@muc.de>
5775         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
5776         in file local variables, set it first.
5778 2010-06-19  Glenn Morris  <rgm@gnu.org>
5780         * descr-text.el (describe-char-unicode-data): Insert separating
5781         space when needed.  (Bug#6422)
5783         * progmodes/idlwave.el (idlwave-action-and-binding):
5784         Fix typo in 2009-12-03 change.  (Bug#6450)
5786 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5788         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
5789         handling for `lambda' (misunderstanding).
5791 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
5793         * calc/calc-poly.el (math-accum-factors): Make sure that
5794         constants aren't distributed after they are factored out.
5796 2010-06-16  Juri Linkov  <juri@jurta.org>
5798         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
5799         `list-colors-print'.  (Bug#6332)
5801         * subr.el (read-quoted-char): Fix up last change (bug#6290).
5803 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
5806         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
5808         * font-lock.el (font-lock-major-mode): Rename from
5809         font-lock-mode-major-mode to distinguish it from
5810         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
5811         (font-lock-set-defaults):
5812         * font-core.el (font-lock-default-function): Adjust users.
5813         (font-lock-mode): Don't set it at all.
5815 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5817         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
5819 2010-06-16  Glenn Morris  <rgm@gnu.org>
5821         * calendar/appt.el (appt-time-msg-list): Doc fix.
5822         (appt-check): Let-bind appt-warn-time.
5823         (appt-add): Make the 3rd argument optional.
5824         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
5825         Only add WARNTIME to the output list if non-nil.
5827 2010-06-16  Ivan Kanis  <apple@kanis.eu>
5829         * calendar/appt.el (appt-check): Let the 3rd element of
5830         appt-time-msg-list specify the warning time.
5831         (appt-add): Add new argument with the warning time.  (Bug#5176)
5833 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5835         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
5836         older than version 1.6.  (Bug#6361)
5838 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
5840         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
5841         used by cl-do-arglist.  (Bug#6408)
5843 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
5845         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
5846         portuguese casechars/not-casechars for missing 'çÇ'.
5847         Suggested by Rolando Pereira (bug#6434).
5849 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
5851         * facemenu.el (list-colors-sort): Doc fix.
5853 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5855         * progmodes/sql.el (sql-connect-mysql): Fix typo.
5857 2010-06-14  Juri Linkov  <juri@jurta.org>
5859         Add sort option `list-colors-sort'.  (Bug#6332)
5860         * facemenu.el (color-rgb-to-hsv): New function.
5861         (list-colors-sort): New defcustom.
5862         (list-colors-sort-key): New function.
5863         (list-colors-display): Doc fix.  Sort list according to the option
5864         `list-colors-sort'.
5865         (list-colors-print): Add HSV values to `help-echo' property of
5866         RGB strings.
5868 2010-06-14  Juri Linkov  <juri@jurta.org>
5870         * compare-w.el: Move to the "vc" subdirectory.
5872 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * image-mode.el (image-mode-map): Remap left-char and right-char.
5876         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5878 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
5880         * term/common-win.el (x-colors): Add all the color names defined
5881         in rgb.txt (Bug#6332).
5883         * facemenu.el (list-colors-print): Don't print extra names if it
5884         will overflow the window width.
5886         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
5887         change (Bug#6343).
5889 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
5891         * files.el (make-directory): Doc fix (bug#6396).
5893 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
5895         * net/tramp.el (tramp-remote-process-environment): Protect version
5896         string by apostroph.
5897         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5898         XEmacs.
5899         (tramp-file-name-for-operation): Add `call-process-region'.
5900         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5902         * net/tramp-compat.el (top): Do not autoload
5903         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5904         only when `start-file-process' is not bound.
5905         (tramp-advice-file-expand-wildcards): Do not use
5906         `tramp-handle-file-remote-p'.
5907         (tramp-compat-make-temp-file): Handle the case, that
5908         `make-temp-file' has no third argument EXTENSION.
5910 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
5912         * makefile.w32-in (WINS_BASIC): Include new directory vc.
5914         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5916 2010-06-11  Juri Linkov  <juri@jurta.org>
5918         * finder.el (finder-known-keywords): Add keyword "vc"
5919         for version control.
5921         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5922         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5923         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5924         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5926 2010-06-11  Juri Linkov  <juri@jurta.org>
5928         Move version control related files to the "vc" subdirectory.
5929         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5930         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5931         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5932         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5933         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5934         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5935         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5936         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5937         Move files to the "vc" subdirectory.
5939 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
5941         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5942         (Bug#6367).
5944 2010-06-11  Stephen Eglen  <stephen@gnu.org>
5946         * shell.el: Bind `shell-resync-dirs' to M-RET.
5948 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
5950         * notifications.el: Move file from lisp/net, because it is
5951         supposed to talk locally to the user.
5953 2010-06-10  Julien Danjou  <julien@danjou.info>
5955         * net/notifications.el (notifications-on-action-signal)
5956         (notifications-on-closed-signal): Pass notification id as first
5957         argument to the callback functions.  Add docstrings.
5958         (notifications-notify): Fix docstring.
5960 2010-06-10  Glenn Morris  <rgm@gnu.org>
5962         * emacs-lisp/authors.el (authors-ignored-files)
5963         (authors-valid-file-names): Add some files.
5965 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5968         merge conflict, giving preference to the emacs-23 version of the code.
5970 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5972         * emacs-lisp/advice.el (ad-compile-function):
5973         Define warning-suppress-types before we let-bind it (bug#6275).
5975         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5976         declare it, make it buffer-local and permanent-local (bug#6324).
5977         (vc-resynch-window): Adjust name.
5978         * vc-hooks.el (vc-find-file-hook): Adjust name.
5980 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
5982         * net/notifications.el (notifications-notify): Fix docstring.
5984 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5986         Update to Unicode 6.0.0 beta.
5987         * international/charprop.el: Update copyright.
5988         * international/mule-cmds.el (ucs-names): Update character ranges.
5989         * international/uni-bidi.el:
5990         * international/uni-category.el:
5991         * international/uni-combining.el:
5992         * international/uni-comment.el:
5993         * international/uni-decimal.el:
5994         * international/uni-decomposition.el:
5995         * international/uni-digit.el:
5996         * international/uni-lowercase.el:
5997         * international/uni-mirrored.el:
5998         * international/uni-name.el:
5999         * international/uni-numeric.el:
6000         * international/uni-old-name.el:
6001         * international/uni-titlecase.el:
6002         * international/uni-uppercase.el: Regenerate.
6004 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
6006         * emacs-lisp/smie.el (comment-string-strip): Declare function.
6007         (smie-precs-precedence-table): Fix typo in docstring.
6009         * vc-mtn.el (log-edit-extract-headers): Declare function.
6011         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6013         * net/notifications.el (dbus-register-signal): Declare function.
6014         (notifications-notify): Fix typos and reflow docstring.
6016 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6018         Improve VC create/retrieve tag/branch.
6019         * vc.el (vc-create-tag): Do not read the directory name for VCs
6020         with repository revision granularity.  Adjust the tag/branch
6021         prompt.  Reset VC properties.
6022         (vc-retrieve-tag): Do not read the directory name for VCs
6023         with repository revision granularity.  Reset VC properties.
6025 2010-06-09  Julien Danjou  <julien@danjou.info>
6027         * net/notifications.el: New file.
6029 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6031         Add optional support for resetting VC properties.
6032         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6033         call vc-file-clearprops when true.
6034         (vc-resynch-buffer): Add new optional argument, pass it down.
6035         (vc-resynch-buffers-in-directory): Likewise.
6037         Improve support for special markup in the VC commit message.
6038         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6039         * vc-hg.el (vc-hg-checkin): Add support for Date:.
6040         * vc-git.el (vc-git-checkin):
6041         * vc-bzr.el (vc-bzr-checkin): Likewise.
6043 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6046         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6048 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
6050         * iimage.el: Remove images as soon as the underlying text is modified.
6051         (iimage-modification-hook): New function.
6052         (iimage-mode-buffer): Use it.
6054 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6056         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6057         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
6058         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
6059         (smie-indent-keyword): Add handling of open-paren keywords.
6060         (smie-indent-comment-continue): Don't assume comment-continue.
6062 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
6064         * window.el (pop-to-buffer): Remove the conditional that
6065         compares new-window and old-window, so it will reselect
6066         the selected window unconditionally.
6067         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6069 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6071         * emacs-lisp/smie.el (smie-indent-offset-after)
6072         (smie-indent-forward-token, smie-indent-backward-token): New functions.
6073         (smie-indent-after-keyword): Use them.
6074         (smie-indent-fixindent): Only applies to the indentation of the BOL.
6075         (smie-indent-keyword): Tweak the black magic.
6076         (smie-indent-comment-continue): Strip comment-continue before use.
6077         (smie-indent-functions): Indent comments before keywords.
6079 2010-06-06  Juri Linkov  <juri@jurta.org>
6081         * isearch.el (isearch-lazy-highlight-search): Fix looping
6082         by checking for empty match.  This syncs this loop with the
6083         similar loop in `isearch-search'.  (Bug#6362)
6085 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
6087         * net/dbus.el (dbus-register-method): Declare function.
6088         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6089         (dbus-introspect): Doc fix.
6090         (dbus-event-bus-name, dbus-introspect-get-interface)
6091         (dbus-introspect-get-argument): Reflow docstrings.
6093 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
6095         vc-log-incoming/vc-log-outgoing fixes for Git.
6096         * vc-git.el (vc-git-log-view-mode): Fix font lock for
6097         incoming/outgoing logs.
6098         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6099         instead of vc-git-compute-remote.
6100         (vc-git-compute-remote): Remove.
6102 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
6104         * term/common-win.el (x-colors): Add "dark green" and "dark
6105         turquoise" (Bug#6332).
6107 2010-06-04  Juri Linkov  <juri@jurta.org>
6109         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6110         Instead of setting `replace' to t and replacing the same string
6111         with itself, don't do certain actions when
6112         kill-do-not-save-duplicates is non-nil and string is equal to car
6113         of kill-ring: don't call menu-bar-update-yank-menu, don't push
6114         interprogram-paste strings to kill-ring, and don't push the input
6115         argument `string' to kill-ring.
6116         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6118 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6120         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6122 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
6124         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6125         (tramp-gvfs-handler-mounted-unmounted)
6126         (tramp-gvfs-connection-mounted-p): Handle default-location.
6128         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6129         move files to trash.
6131 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6133         * international/mule-cmds.el (nonascii-insert-offset)
6134         (nonascii-translation-table): Add obsolescence information.
6136         * international/mule.el (make-translation-table-from-vector): Doc fix.
6138 2010-06-03  Glenn Morris  <rgm@gnu.org>
6140         * desktop.el (desktop-clear-preserve-buffers):
6141         Add "*Warnings*" buffer.  (Bug#6336)
6143 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
6145         vc-log-incoming/vc-log-outgoing improvements for Git.
6146         * vc-git.el (vc-git-log-outgoing): Use the same format as the
6147         short log.
6148         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
6150         Add bindings for vc-log-incoming and vc-log-outgoing.
6151         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6152         and vc-log-outgoing.
6153         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6154         and vc-log-outgoing.
6156 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
6158         * net/rcirc.el (rcirc-sort-nicknames): Remove.
6159         (rcirc-handler-366): Always sort nicknames.
6161 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
6163         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6165 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
6167         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
6169 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6171         * net/rcirc.el (rcirc-sort-nicknames): Change default.
6172         (rcirc-sort-nicknames-join): Avoid setq.
6174 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6176         * net/rcirc.el (rcirc-sort-nicknames): New custom.
6177         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6178         (rcirc-handler-366): Use them.
6180 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6182         Split smie-indent-calculate into more manageable chunks.
6183         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6184         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6185         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6186         (smie-indent-exps): Extract from smie-indent-calculate.
6187         (smie-indent-functions): New var.
6188         (smie-indent-functions): Use them.
6190 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6192         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6193         (smie-indent-calculate): Simplify and cleanup.
6195 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
6197         * net/tramp-gvfs.el (top): Require url-util.
6198         (tramp-gvfs-mount-point): Remove.
6199         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6200         New defuns.
6201         (with-tramp-dbus-call-method): Format trace message.
6202         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6203         Implement backup call, when operation on local files fails.
6204         Use progress reporter.  Flush properties of changed files.
6205         (tramp-gvfs-handle-make-directory): Make more traces.
6206         (tramp-gvfs-url-file-name): Hexify file name in url.
6207         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6208         into account for the resulting file name.
6209         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6210         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
6211         (tramp-gvfs-handler-mounted-unmounted)
6212         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6213         attribute "default_location".  Set "prefix" property.
6214         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6215         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6216         exists.  Raise an error, if not (due to a corresponding answer
6217         "no" in interactive questions, for example).
6219 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
6221         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6223 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
6225         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6226         right-*.  (Bug#6265)
6228 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
6230         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6231         * vc-git.el (vc-git-compute-remote): New function.
6232         (vc-git-log-outgoing): Use it instead of hard coding a value.
6233         (vc-git-log-incoming): New function.
6235         Improve state updating for VC tag commands.
6236         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6237         to update the state of all buffers in the directory.
6239         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6241 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6243         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6244         `file-directory-p' to the filename part rather than to the whole text.
6246 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6248         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6250 2010-05-31  Drew Adams  <drew.adams@oracle.com>
6252         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6254 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
6256         * subr.el (momentary-string-display): Just use read-event to read
6257         the exit event (Bug#6238).
6259 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
6261         * international/mule.el (define-coding-system): Doc fix (bug#6313).
6263 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
6265         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6266         Suggested by Eli Zaretskii <eliz@gnu.org>.
6268 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6270         * minibuffer.el (completion-file-name-table): Don't return a boundary
6271         past the end of `string' (bug#6299).
6272         (completion--file-name-table): Delegate to completion-file-name-table
6273         for the `boundaries' case.
6275 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
6277         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6278         movement commands.
6280         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6281         `path-separator', but maintain compatibility with Emacs 20.2.
6283 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
6285         * server.el (server-process-filter): Receive parent-id argument
6286         from emacsclient.
6287         (server-create-window-system-frame): New arg.  Pass parent-id as
6288         frame parameter.
6290 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
6292         Bidi-sensitive word movement with arrow keys.
6293         * subr.el (right-arrow-command, left-arrow-command): Move to
6294         bindings.el.
6296         * bindings.el (right-char, left-char): Move from subr.el and
6297         rename from right-arrow-command and left-arrow-command.
6298         (right-word, left-word): New functions.
6299         (global-map) <right>: Bind to right-char.
6300         (global-map) <left>: Bind to left-char.
6301         (global-map) <C-right>: Bind to right-word.
6302         (global-map) <C-left>: Bind to left-word.
6304         * ls-lisp.el (ls-lisp-classify-file): New function.
6305         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6306         (ls-lisp-classify): Call ls-lisp-classify-file.
6307         (insert-directory): Remove blanks from switches.
6309 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
6311         * ansi-color.el: Delete unused escape sequences (Bug#6085).
6312         (ansi-color-drop-regexp): New constant.
6313         (ansi-color-apply, ansi-color-filter-region)
6314         (ansi-color-apply-on-region): Delete unrecognized control sequences.
6315         (ansi-color-apply): Build string list before calling concat.
6317 2010-05-28  Juri Linkov  <juri@jurta.org>
6319         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6320         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6321         (Bug#5270)
6323 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6325         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6326         to ignored backtrace functions.
6327         (with-progress-reporter): Expand docstring.
6328         (tramp-handle-delete-file): Implement TRASH argument.
6329         (tramp-get-remote-trash): New defun.
6331 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6333         * net/tramp-compat.el (tramp-compat-delete-file): Use
6334         `symbol-value' for backward compatibility.
6336         * net/tramp.el (tramp-handle-make-symbolic-link)
6337         (tramp-handle-load)
6338         (tramp-do-copy-or-rename-file-via-buffer)
6339         (tramp-do-copy-or-rename-file-directly)
6340         (tramp-do-copy-or-rename-file-out-of-band)
6341         (tramp-handle-process-file, tramp-handle-call-process-region)
6342         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6343         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6344         (tramp-delete-temp-file-function): Use `delete-file' instead
6345         of `tramp-compat-delete-file'.
6347         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6348         (tramp-fish-handle-make-symbolic-link)
6349         (tramp-fish-handle-process-file): Use `delete-file' instead
6350         of `tramp-compat-delete-file'.
6352         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
6353         `delete-file' instead of `tramp-compat-delete-file'.
6355         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6356         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6357         `tramp-compat-delete-file'.
6359         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
6360         `delete-file' instead of `tramp-compat-delete-file'.
6362         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6363         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6364         (tramp-smb-handle-write-region): Use `delete-file' instead of
6365         `tramp-compat-delete-file'.
6366         (tramp-smb-handle-delete-directory): Use 'trash as arg.
6368 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6370         * dired.el (dired-delete-file): New arg TRASH.
6371         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
6372         (dired-do-flagged-delete, dired-do-delete): Use trash.
6374         * speedbar.el (speedbar-item-delete): Allow trashing.
6376         * files.el (delete-directory): New arg TRASH.
6378         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6379         (ange-ftp-rename-remote-to-remote)
6380         (ange-ftp-rename-local-to-remote)
6381         (ange-ftp-rename-remote-to-local, ange-ftp-load)
6382         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6383         `delete-file'.
6384         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6385         allow trashing.
6387         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6388         handle new TRASH arg of `delete-file'.
6390         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6391         (tramp-handle-make-symbolic-link, tramp-handle-load)
6392         (tramp-do-copy-or-rename-file-via-buffer)
6393         (tramp-do-copy-or-rename-file-directly)
6394         (tramp-do-copy-or-rename-file-out-of-band)
6395         (tramp-handle-process-file, tramp-handle-call-process-region)
6396         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6397         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6398         (tramp-delete-temp-file-function): Use null TRASH arg in
6399         tramp-compat-delete-file call.
6401         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6402         (tramp-fish-handle-delete-file)
6403         (tramp-fish-handle-make-symbolic-link)
6404         (tramp-fish-handle-process-file): Use null TRASH arg in
6405         `tramp-compat-delete-file' call.
6407         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6408         arg in `tramp-compat-delete-file' call.
6410         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6411         (tramp-gvfs-handle-write-region): Use null TRASH arg in
6412         `tramp-compat-delete-file' call.
6414         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6415         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6416         `tramp-compat-delete-file' call.
6418         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6419         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6420         (tramp-smb-handle-write-region): Use null TRASH arg in
6421         tramp-compat-delete-file call.
6422         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6423         (tramp-smb-handle-delete-file): Rename arg.
6425         * diff.el (diff-sentinel):
6426         * epg.el (epg--make-temp-file, epg-decrypt-string)
6427         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6428         * jka-compr.el (jka-compr-partial-uncompress)
6429         (jka-compr-call-process, jka-compr-write-region):
6430         * server.el (server-sentinel): Remove optional arg from
6431         delete-file, reverting 2010-05-03 change.
6433 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6435         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
6436         font-lock-constant-face, not obsolete font-lock-reference-face.
6438 2010-05-27  Kenichi Handa  <handa@m17n.org>
6440         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6441         element of GSTRING is nil.
6443 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * emacs-lisp/smie.el (smie-forward-token-function)
6446         (smie-backward-token-function): New vars.
6447         (smie-backward-sexp, smie-forward-sexp)
6448         (smie-indent-hanging-p, smie-indent-calculate): Use them.
6449         (smie-default-backward-token): Rename from smie-backward-token and
6450         skip comments.
6451         (smie-default-forward-token): Rename from smie-forward-token and
6452         skip comments.
6453         (smie-next-sexp): Handle nil results from next-token.
6454         (smie-indent-calculate): Add a new case for special `fixindent' comments.
6456 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6458         * progmodes/verilog-mode.el (verilog-type-font-keywords):
6459         Use font-lock-constant-face, not obsolete font-lock-reference-face.
6461 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
6463         * htmlfontify.el (hfy-face-resolve-face): New function.
6464         (hfy-face-to-style): Use it (Bug#6279).
6466 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6468         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6469         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
6471 2010-05-26  Glenn Morris  <rgm@gnu.org>
6473         * emulation/edt.el (edt-load-keys): Use locate-library.
6475 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
6477         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
6478         (log-edit-changelog-entries): Doc fix.
6479         (log-edit-changelog-insert-entries): Args changed.
6480         Rename relative filenames in ChangeLog entries.  Delete tabs.
6481         (log-edit-insert-changelog-entries): Reorganize return value of
6482         `log-edit-changelog-entries' to pass filenames to
6483         log-edit-changelog-insert-entries.
6485 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6487         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
6488         `image-dired-dired-insert-marked-thumbs' to
6489         `image-dired-dired-toggle-marked-thumbs'.
6491         * image-dired.el: Require cl when compiling.
6492         (image-dired-dired-toggle-marked-thumbs): Rename from
6493         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
6494         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
6495         to 'no-dir.  Skip files whose names don't match
6496         `image-file-name-regexp'.  When file has a thumbnail overlay,
6497         delete it.  (Bug#5270)
6499 2010-05-25  Juri Linkov  <juri@jurta.org>
6501         * image-mode.el (image-mode): Add image-after-revert-hook to
6502         after-revert-hook.
6503         (image-after-revert-hook): New function.  (Bug#5669)
6505 2010-05-25  Juri Linkov  <juri@jurta.org>
6507         * image.el (image-animated-p): When delay between animated images
6508         is 0, set it to 10 (0.1 sec).  (Bug#6258)
6510 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
6512         * net/tramp.el (tramp-handle-insert-directory): Don't use
6513         `forward-word', its default syntax could be changed.
6515 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
6517         * net/tramp.el (tramp-progress-reporter-update): New defun.
6518         (with-progress-reporter): Use it.
6519         (tramp-process-actions):
6520         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
6521         current message, in order to let progress reporter continue
6522         afterwards.  (Bug#6257)
6524 2010-05-25  Glenn Morris  <rgm@gnu.org>
6526         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
6527         Add :version.
6529 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6531         * net/rcirc.el (rcirc-default-user-name): Change to "user".
6532         (rcirc-default-full-name): Change to "unknown".
6533         (rcirc-user-name-history): Add variable.
6535 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6536             Jonathan Rockway  <jon@jrock.us>
6538         * net/rcirc.el (rcirc-server-alist): Add :pass.
6539         (rcirc): When prompting for connection parameters, also prompt for
6540         username and password.
6541         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
6542         value to server when connecting.
6544 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6546         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
6547         (smie-merge-prec2s): Pass the tables as separate args.
6548         (smie-bnf-precedence-table): Adjust call accordingly.
6549         (smie-prec2-levels): Set levels at the end.
6551         Replace Lisp calls to delete-backward-char by delete-char.
6552         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
6553         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
6554         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
6555         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
6556         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
6557         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
6558         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
6559         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
6560         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
6561         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
6562         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
6563         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
6564         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
6565         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
6566         delete-backward-char by calls to delete-char.
6568 2010-05-25  Kenichi Handa  <handa@m17n.org>
6570         * language/hebrew.el (hebrew-shape-gstring): New function.
6571         Register it in composition-function-table for all Hebrew combining
6572         characters.
6574 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * epa.el (epa--select-keys): Don't explicitly delete the window since
6577         that can fail (e.g. sole window in frame).  Use dedication instead.
6579 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
6581         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
6583 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
6585         * image.el (image-refresh): Define as an alias for image-flush.
6587         * image-mode.el (image-toggle-display-image): Caller changed.
6589 2010-05-21  Juri Linkov  <juri@jurta.org>
6591         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
6592         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
6593         whitespace, call wildcard-to-regexp on substrings and concat them
6594         with "\\|".  (Bug#6114)
6596 2010-05-21  Alan Mackenzie  <acm@muc.de>
6598         * progmodes/cc-engine.el (c-parse-state-get-strategy):
6599         Replace parameter `here' with `here-' and `here-plus', which sandwich
6600         any pertinent CPP construct.
6601         (c-remove-stale-state-cache-backwards): Fix a bug which happens
6602         when doing (c-parse-state) in a CPP construct: Exclude any "new"
6603         CPP construct from taking part in the scanning.
6605 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
6607         * net/tramp.el (tramp-do-copy-or-rename-file)
6608         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
6609         Tune `with-progress-reporter' messages.
6610         (tramp-handle-vc-registered):
6611         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
6612         (tramp-fish-handle-insert-file-contents)
6613         (tramp-fish-maybe-open-connection):
6614         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6615         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
6616         (tramp-imap-handle-insert-file-contents)
6617         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6619 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
6621         * add-log.el (change-log-font-lock-keywords):
6622         Highlight all authors in multi-author entries.
6624         * smerge-mode.el (smerge-refine-ignore-whitespace)
6625         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
6626         Fix typos in docstrings.
6627         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
6629 2010-05-21  Glenn Morris  <rgm@gnu.org>
6631         * progmodes/fortran.el (fortran-mode):
6632         * progmodes/f90.el (f90-mode): Derive from prog-mode.
6634         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
6635         having a relative path in src/Makefile.in.
6637 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6639         * help-mode.el (help-make-xrefs): For Info node links turn
6640         newlines into spaces.  Link node names with newlines are matched
6641         by help-xref-info-regexp and buttonized, this change ensures they
6642         can be followed successfully with RET.  (Bug#6206)
6644 2010-05-20  Juri Linkov  <juri@jurta.org>
6646         * locate.el (locate): Use pop-to-buffer instead of
6647         switch-to-buffer-other-window.  (Bug#6204)
6649 2010-05-20  Juri Linkov  <juri@jurta.org>
6651         * replace.el (replace-highlight): Fix lazy-highlighting
6652         for `M-s w str M-% str RET'.
6654 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
6656         * isearch.el (isearch-yank-word-or-char): Pull next subword
6657         when `subword-mode' is activated.  (Bug#6220)
6659 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
6661         * isearch.el (isearch-update-post-hook): New hook.
6662         (isearch-update): Use the new hook.  (Bug#6225)
6664 2010-05-20  Juri Linkov  <juri@jurta.org>
6666         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
6667         [f1], [help], and (char-to-string help-char) instead of "\C-h".
6668         (Bug#6222)
6670 2010-05-20  Juri Linkov  <juri@jurta.org>
6672         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
6673         (Bug#6223)
6675 2010-05-20  Juri Linkov  <juri@jurta.org>
6677         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
6678         FILE-NAME to read from the minibuffer when called interactively
6679         with prefix argument instead of using buffer-file-name.
6680         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
6682         * dired.el: Update autoloads.
6684 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
6686         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
6687         nxml-finish-element, for consistency with SGML mode.
6689         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
6690         octave-close-block.
6692 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
6694         * composite.el: Require cl when compiling.
6695         (reference-point-alist, compose-gstring-for-graphic)
6696         (compose-gstring-for-terminal): Fix typos in docstrings.
6698 2010-05-19  Juri Linkov  <juri@jurta.org>
6700         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
6701         set-window-parameter.
6703 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6705         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
6706         where appropriate.
6707         (tramp-maybe-open-connection): Use it.
6709 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
6711         * simple.el (move-end-of-line): Make sure we are at line beginning
6712         before backing up to end of previous line.
6714 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6716         * password-cache.el (password-cache-remove): Fix docstring.
6718         * net/secrets.el: Autoload the widget functions.
6719         (secrets-search-items, secrets-create-item)
6720         (secrets-get-attributes, secrets-expand-item): Attributes will be
6721         stored on the password database without leading ":", as all other
6722         clients do as well.
6723         (secrets-mode): Fix docstring.
6724         (secrets-show-secrets): Provide it as autoloaded command only when
6725         D-Bus support is available.  Check existence of Secret Service API.
6727 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6729         * indent.el (indent-region): Deactivate region (bug#6200).
6731 2010-05-19  Glenn Morris  <rgm@gnu.org>
6733         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
6735 2010-05-19  Kenichi Handa  <handa@m17n.org>
6737         * composite.el: Register compose-gstring-for-graphic in
6738         composition-function-table only for combining characters (Mn, Mc, Me).
6740 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6742         * calc/calc-trail.el (calc-trail-isearch-forward)
6743         (calc-trail-isearch-backward): Ensure that the new window
6744         point is set correctly.
6746 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6748         * subr.el (read-quoted-char): Resolve modifiers after key
6749         remapping (bug#6212).
6751 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
6753         Add visualization code for secrets.
6754         * net/secrets.el (secrets-mode): New major mode.
6755         (secrets-show-secrets, secrets-show-collections)
6756         (secrets-expand-collection, secrets-expand-item)
6757         (secrets-tree-widget-after-toggle-function)
6758         (secrets-tree-widget-show-password): New defuns.
6760 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6762         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
6763         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
6764         handled in smie-next-sexp.
6765         (smie-indent-calculate): Provide a starting indentation (so the
6766         recursion is well-founded ;-).
6768         Fix handling of non-associative equal levels.
6769         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
6770         when it's not needed.
6771         (smie-op-left, smie-op-right): New functions.
6772         (smie-next-sexp): New function, extracted from smie-backward-sexp.
6773         Better handle equal levels to distinguish the associative case from
6774         the "multi-keyword construct" case.
6775         (smie-backward-sexp, smie-forward-sexp): Use it.
6777 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
6779         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
6781         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
6782         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
6784 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         Provide a simple generic indentation engine and use it for Prolog.
6787         * emacs-lisp/smie.el: New file.
6788         * progmodes/prolog.el (prolog-smie-op-levels)
6789         (prolog-smie-indent-rules): New var.
6790         (prolog-mode-variables): Use them to configure SMIE.
6791         (prolog-indent-line, prolog-indent-level): Remove.
6793 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
6795         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
6796         order before computing the averages.
6798 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
6800         * calc/calc-vec.el (calc-histogram):
6801         (calcFunc-histogram): Allow vectors as inputs.
6802         (math-vector-avg): New function.
6804         * calc/calc-ext.el (math-group-float): Have the number of digits
6805         being grouped depend on the radix (Bug#6189).
6807 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
6809         * version.el (emacs-copyright, emacs-version): Don't define here,
6810         now that emacs.c defines it.
6812 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
6814         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
6815         "Describe Language Environment" menu item.
6817         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
6819         Bidi-sensitive movement with arrow keys.
6820         * subr.el (right-arrow-command, left-arrow-command): New functions.
6822         * bindings.el (global-map): Bind them to right and left arrow keys.
6824         Don't override standard definition of convert-standard-filename.
6825         * files.el (convert-standard-filename): Call
6826         w32-convert-standard-filename and dos-convert-standard-filename on
6827         the corresponding systems.
6829         * w32-fns.el (w32-convert-standard-filename): Rename from
6830         convert-standard-filename.  Doc fix.
6832         * dos-fns.el (dos-convert-standard-filename): Doc fix.
6833         (convert-standard-filename): Don't defalias.
6834         (register-name-alist, make-register, register-value)
6835         (set-register-value, intdos): Obsolete aliases for the
6836         corresponding dos-* functions and variables.
6837         (dos-intdos): Add a doc string.
6839 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
6841         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
6842         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
6843         (math-compose-tex-func):
6844         * calc/calccomp.el (math-compose-expr):
6845         * calc/calc-ext.el (math-format-flat-expr-fancy):
6846         * calc/calc-store.el (calc-read-var-name):
6847         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6849         * calc/calc.el (var-π, var-φ, var-γ): New variables.
6850         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
6851         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
6852         (math-standard-units): Add units.
6854 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         * progmodes/asm-mode.el (asm-mode):
6857         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6859         * pcomplete.el (pcomplete-completions-at-point): New function,
6860         extracted from pcomplete-std-complete.
6861         (pcomplete-std-complete): Use it.
6863 2010-05-15  Glenn Morris  <rgm@gnu.org>
6865         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6866         Remove references to CVS, RCS and Old directories.
6868 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
6870         * calc/calc-bin.el (math-format-twos-complement): Group digits when
6871         appropriate.
6873 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6875         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6876         (sh-mode-syntax-table): Give it a default value instead.
6877         (sh-header-marker): Make buffer-local.
6878         (sh-mode): Move make-local-variable to the corresponding setq.
6879         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6880         Use complete-with-action.
6882         * simple.el (prog-mode): New (abstract) major mode.
6883         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6884         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6886 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
6888         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6889         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6890         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6891         (sql-make-alternate-buffer-name, sql-placeholders-filter)
6892         (sql-escape-newlines-filter, sql-input-sender)
6893         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6895 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
6897         Add TeX open-block and close-block keybindings to SGML, and vice versa.
6899         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6900         latex-open-block and C-c / to latex-close-block.
6902         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6903         and C-c C-e to sgml-close-tag.
6905 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
6907         * net/tramp.el (with-progress-reporter): Create reporter object
6908         only when the message would be displayed.  Handle nested calls.
6909         (tramp-handle-load, tramp-handle-file-local-copy)
6910         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6911         (tramp-maybe-send-script, tramp-find-shell):
6912         Use `with-progress-reporter'.
6913         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6914         Fix message text.
6916         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6917         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6918         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6919         Use `with-progress-reporter'.
6921 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
6923         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6924         process everytime when spellchecking from the minibuffer (bug#6143).
6926 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6930         * dos-fns.el: Add "dos-" prefix for namespace control.
6931         (convert-standard-filename): Define as alias for
6932         dos-convert-standard-filename but only if applicable.
6934 2010-05-12  Alan Mackenzie  <acm@muc.de>
6936         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6937         Push the mark at the start of these functions when appropriate.
6939 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6941         * minibuffer.el (completion-cycle-threshold): New custom var.
6942         (completion--do-completion): Use it.
6943         (minibuffer-complete): Use cycling if appropriate.
6945 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
6947         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6948         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6950 2010-05-11  Juri Linkov  <juri@jurta.org>
6952         * scroll-all.el (scroll-all-check-to-scroll):
6953         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6955 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6957         * iimage.el (iimage-mode-map): Move initialization into declaration.
6958         (iimage-mode-buffer): Use with-silent-modifications.
6959         Simplify calling convention.  Adjust callers.
6960         (iimage-mode): Don't run hook redundantly.
6962         * minibuffer.el (completion-pcm--pattern->regex):
6963         Fix last change (bug#6160).
6965 2010-05-10  Juri Linkov  <juri@jurta.org>
6967         Remove nodes visited during Isearch from the Info history.
6968         * info.el (Info-isearch-initial-history)
6969         (Info-isearch-initial-history-list): New variables.
6970         (Info-isearch-start): Record initial values of
6971         Info-isearch-initial-history and Info-isearch-initial-history-list.
6972         Add Info-isearch-end to isearch-mode-end-hook.
6973         (Info-isearch-end): New function.
6975 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
6977         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6978         format string, in order to work around a bug in pdksh.
6979         Reported by Gilles Pion <gpion@lfdj.com>.
6980         (tramp-handle-verify-visited-file-modtime): Do not send a command
6981         when the connection is not established.
6982         (tramp-handle-set-file-times): Simplify the check for utc.
6984 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
6986         Fix use of `filter-buffer-substring' (rework previous change).
6987         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6988         (cua-repeat-replace-region):
6989         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6990         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6991         (cua-cut-region-to-global-mark): Use it.
6993 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
6995         * progmodes/sql.el: Version 2.1.
6996         (sql-product-alist): Redesign structure of product info.
6997         (sql-product, sql-user, sql-server, sql-database): Safe variables.
6998         (sql-port, sql-port-history): New variables.
6999         (sql-interactive-product): New variable.
7000         (sql-send-terminator): New variable.
7001         (sql-imenu-generic-expression): Add "Types" imenu entry.
7002         (sql-oracle-login-params, sql-sqlite-login-params)
7003         (sql-mysql-login-params, sql-solid-login-params)
7004         (sql-sybase-login-params, sql-informix-login-params)
7005         (sql-ingres-login-params, sql-ms-login-params)
7006         (sql-postgres-login-params, sql-interbase-login-params)
7007         (sql-db2-login-params, sql-linter-login-params)
7008         (sql-oracle-scan-on): New variables.
7009         (sql-mode-map): Add C-c C-i to start interactive mode.
7010         (sql-mode-menu): Update existing menu entries.
7011         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7012         (sql-mode-oracle-font-lock-keywords)
7013         (sql-mode-postgres-font-lock-keywords)
7014         (sql-mode-ms-font-lock-keywords)
7015         (sql-mode-sybase-font-lock-keywords)
7016         (sql-mode-informix-font-lock-keywords)
7017         (sql-mode-interbase-font-lock-keywords)
7018         (sql-mode-ingres-font-lock-keywords)
7019         (sql-mode-solid-font-lock-keywords)
7020         (sql-mode-mysql-font-lock-keywords)
7021         (sql-mode-sqlite-font-lock-keywords)
7022         (sql-mode-db2-font-lock-keywords)
7023         (sql-mode-linter-font-lock-keywords): Update initialization to
7024         reduce run-time complexity.
7025         (sql-add-product, sql-del-product): New functions.
7026         (sql-set-product-feature, sql-get-product-feature): New functions.
7027         (sql-product-font-lock): Update product API.
7028         (sql-add-product-keywords): New function.
7029         (sql-highlight-product): Update product API.
7030         (sql-help-list-products): New function.
7031         (sql-help): Dynamically lists free and non-free products.
7032         (sql-get-login): Correct bug in handling history and added
7033         prompt for port.
7034         (sql-copy-column): Copy without properties.
7035         (sqli-input-sender): Apply filters to SQLi input.
7036         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7037         Implement as a filter.
7038         (sql-escape-newlines-filter): Implement as a filter.
7039         (sql-remove-tabs-filter): New function.
7040         (sql-send-magic-terminator): New function.
7041         (sql-send-string): Implement magic terminator.
7042         (sql-send-region): Use `sql-send-string'.
7043         (sql-interactive-mode): Use product API.
7044         (sql-product-interactive): Use product API.
7045         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7046         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7047         (sql-db2, sql-linter): Use `sql-product-interactive'.
7048         (sql-connect): New function.
7049         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7050         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7051         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
7052         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7053         Use `sql-connect'.
7055 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7058         New custom variable.
7059         (completion-pcm--string->pattern): Use it.
7060         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7061         Make it handle any symbol as `any'.
7062         (completion-pcm--merge-completions): Extract common suffix for the new
7063         `prefix' symbol as well.
7064         (completion-substring--all-completions): Use the new `prefix' symbol.
7066 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
7068         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7069         not bound.
7070         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7071         (tramp-compat-funcall): New defmacro.
7072         (tramp-compat-line-beginning-position)
7073         (tramp-compat-line-end-position)
7074         (tramp-compat-temporary-file-directory)
7075         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7076         (tramp-compat-copy-file, tramp-compat-copy-directory)
7077         (tramp-compat-delete-file, tramp-compat-delete-directory)
7078         (tramp-compat-number-sequence, tramp-compat-process-running-p)
7079         * net/tramp.el (top, with-progress-reporter)
7080         (tramp-rfn-eshadow-setup-minibuffer)
7081         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7082         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7083         (tramp-completion-mode-p, tramp-check-for-regexp)
7084         (tramp-open-connection-setup-interactive-shell)
7085         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7086         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7087         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7088         * net/tramp-cmds.el (tramp-cleanup-all-connections)
7089         (tramp-reporter-dump-variable, tramp-load-report-modules)
7090         (tramp-append-tramp-buffers)
7091         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7093         * net/tramp-imap.el (top): Autoload `epg-make-context'.
7095 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * progmodes/compile.el (compilation-buffer-modtime): Rename from
7098         buffer-modtime.  Adjust users.
7100 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7102         * international/mule.el (auto-coding-alist): Only purecopy
7103         car of each item, not the whole list (Bug#6083).
7105 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7107         * progmodes/js.el (js-mode): Make paragraph variables local before
7108         calling c-setup-paragraph-variables (Bug#6071).
7110 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
7112         * composite.el (compose-region, reference-point-alist): Fix typos
7113         in the doc strings.
7115 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
7117         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7118         gnuplot's "set" command.
7120 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7122         * abbrev.el (last-abbrev-text): Doc fix.
7123         (abbrev-prefix-mark): Don't escape parenthesis.
7125 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
7127         * composite.el (find-composition): Doc fix.
7129 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7131         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7132         (sql-oracle-program, sql-sqlite-options)
7133         (sql-query-placeholders-and-send): Doc fixes.
7134         (sql-set-product, sql-interactive-mode): Reflow docstrings.
7135         (sql-imenu-generic-expression, sql-buffer)
7136         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7137         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7138         (sql-mode-sybase-font-lock-keywords)
7139         (sql-mode-informix-font-lock-keywords)
7140         (sql-mode-interbase-font-lock-keywords)
7141         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7142         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7143         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7144         (sql-product-feature, sql-highlight-product)
7145         (comint-line-beginning-position, sql-rename-buffer)
7146         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7147         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
7148         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7149         Fix typos in docstrings.
7151 2010-05-08  Juri Linkov  <juri@jurta.org>
7153         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7154         property instead of `invisible' and `after-string' (bug#5998).
7156 2010-05-08  Juri Linkov  <juri@jurta.org>
7158         * image-mode.el (image-mode-as-text): Fix typo in docstring.
7160 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7162         * filecache.el (file-cache-add-directory-list)
7163         (file-cache-add-directory-recursively): Fix typos in docstrings.
7165 2010-05-08  Kenichi Handa  <handa@m17n.org>
7167         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
7168         (gujarati-composable-pattern): Fix typo.
7170 2010-05-08  Kenichi Handa  <handa@m17n.org>
7172         * language/indian.el (oriya-composable-pattern)
7173         (tamil-composable-pattern, malayalam-composable-pattern):
7174         Add two-part vowels to "v" (vowel sign).
7176 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7178         * files.el (copy-directory): Handle symlinks (Bug#5982).
7180 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7182         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7183         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
7184         (Bug#5846).
7186 2010-05-08  Glenn Morris  <rgm@gnu.org>
7188         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7190         * minibuffer.el (completion-at-point): Doc fix.
7192 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * electric.el (Electric-command-loop): Minor tweak.
7196         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7197         better with dedicated windows.
7199 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
7201         * Version 23.2 released.
7203 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7204             Stefan Monnier  <monnier@iro.umontreal.ca>
7206         Highlight vendor specific properties.
7207         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7208         (css-proprietary-property): New face.
7209         (css-font-lock-keywords): Use them.
7211 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
7213         * cus-start.el (all): Add native condition for tool-bar-* symbols.
7215 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7218         * files.el (auto-mode-alist): Remove redundant entries.
7220         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7221         * simple.el (auto-save-mode): Move from files.el.
7222         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7224 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7226         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
7228 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7230         * mail/binhex.el (binhex-decode-region-internal)
7231         * mail/uudecode.el (uudecode-decode-region-internal)
7232         * net/dns.el (dns-read-string-name, dns-write, dns-read)
7233         (dns-read-type, dns-query)
7234         * pgg-parse.el (pgg-parse-armor)
7235         * pgg.el (pgg-verify-region)
7236         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7237         XEmacs.
7239         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
7241 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
7243         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7245         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7246         * emulation/cua-base.el (cua-repeat-replace-region):
7247         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7248         (cua-cut-region-to-global-mark):
7249         Remove text properties with `set-text-properties'.
7251 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
7253         * net/tramp.el (top, with-progress-reporter):
7254         Use `symbol-function' inside `funcall'.
7256         * net/tramp-compat.el (tramp-compat-file-attributes)
7257         (tramp-compat-delete-file, tramp-compat-delete-directory):
7258         Handle only `wrong-number-of-arguments' error.
7260         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7261         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7262         inside `funcall'.
7264 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * minibuffer.el (completion--sreverse, completion--common-suffix):
7267         New functions.
7268         (completion-pcm--merge-completions): Extract common suffix when safe.
7270         * emacs-lisp/easy-mmode.el (define-minor-mode):
7271         Make :variable more flexible.
7272         * files.el (auto-save-mode): Use it to define using define-minor-mode.
7274 2010-05-05  Juri Linkov  <juri@jurta.org>
7276         Add `slow' and `history' tags to the desktop data.
7278         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7279         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7280         (Info-finder-find-node): Require `finder.el' to be able
7281         to restore node from the desktop.
7282         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
7283         data `Info-history' and `slow' tag in the assoc list.
7284         (Info-restore-desktop-buffer): Don't restore nodes with the
7285         `slow' tag.  Restore `Info-history'.
7287 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
7289         Add FORCE argument to `delete-file'.
7291         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7292         forcing to delete the temporary file.
7293         (ange-ftp-delete-file): Add FORCE arg.
7294         (ange-ftp-rename-remote-to-remote)
7295         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
7296         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7297         Force file deletion.
7299         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7301         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7302         (tramp-handle-make-symbolic-link, tramp-handle-load)
7303         (tramp-do-copy-or-rename-file-via-buffer)
7304         (tramp-do-copy-or-rename-file-directly)
7305         (tramp-do-copy-or-rename-file-out-of-band)
7306         (tramp-handle-process-file, tramp-handle-call-process-region)
7307         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7308         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7309         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7311         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7312         (tramp-fish-handle-make-symbolic-link)
7313         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7315         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7316         Use `tramp-compat-delete-file'.
7318         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7319         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7321         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7322         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7324         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7325         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7326         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
7327         `tramp-compat-delete-file'.
7329 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         Minor cleanups.
7332         * subr.el (add-minor-mode): Use push.
7333         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7334         * emulation/edt.el (edt-select-mode): Simplify.
7336         Use define-minor-mode in more cases.
7337         * term/tvi970.el (tvi970-set-keypad-mode):
7338         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7339         (normal-erase-is-backspace-mode):
7340         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7341         (set-scroll-bar-mode-1): (Re)move to its sole caller.
7342         (get-scroll-bar-mode): New function.
7343         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7345         Use define-minor-mode for less obvious cases.
7346         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7347         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7348         * international/iso-ascii.el (iso-ascii-mode):
7349         * frame.el (auto-raise-mode, auto-lower-mode):
7350         * composite.el (global-auto-composition-mode): Use define-minor-mode.
7352 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
7354         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7355         in order to see error messages for failed logins.
7357 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
7359         * diff.el (diff-sentinel):
7361         * epg.el (epg--make-temp-file, epg-decrypt-string)
7362         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7364         * jka-compr.el (jka-compr-partial-uncompress)
7365         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7367         * server.el (server-sentinel): Use delete-file's new FORCE arg
7368         (Bug#6070).
7370 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         Use define-minor-mode where applicable.
7373         * view.el (view-mode):
7374         * type-break.el (type-break-query-mode)
7375         (type-break-mode-line-message-mode):
7376         * textmodes/reftex.el (reftex-mode):
7377         * term/vt100.el (vt100-wide-mode):
7378         * tar-mode.el (tar-subfile-mode):
7379         * savehist.el (savehist-mode):
7380         * ibuf-ext.el (ibuffer-auto-mode):
7381         * composite.el (auto-composition-mode):
7382         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7383         Use define-minor-mode.
7384         (vhdl-mode): Use static mode-line format.
7385         (vhdl-mode-line-update): Delete.
7386         (vhdl-create-mode-menu, vhdl-activate-customizations)
7387         (vhdl-hs-minor-mode): Don't bother calling it.
7389 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7391         * simple.el (with-wrapper-hook): Move.
7392         (buffer-substring-filters): Mark obsolete.
7393         (filter-buffer-substring-functions): New variable.
7394         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
7396 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7397             Michael Albinus  <michael.albinus@gmx.de>
7399         Implement compression for inline methods.
7401         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7402         (tramp-copy-size-limit): Allow also nil.
7403         (tramp-inline-compress-commands): New defconst.
7404         (tramp-find-inline-compress, tramp-get-inline-compress)
7405         (tramp-get-inline-coding): New defuns.
7406         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7407         replaced by `tramp-get-inline-coding'.
7408         (tramp-handle-file-local-copy, tramp-handle-write-region)
7409         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7411 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7413         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7414         Remove unused functions.
7416         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7417         Set find-tag-default-function as a variable rather than a property.
7419         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7420         * progmodes/etags.el (tags-completion-at-point-function):
7421         Remove left over interactive spec.  Add autoloading stub.
7422         (complete-tag): Use tags-completion-at-point-function.
7424 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
7426         * minibuffer.el (tags-completion-at-point-function): Fix return value.
7428 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7430         * ido.el (ido-init-completion-maps): Remove C-v binding.
7431         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
7433 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7435         * minibuffer.el (tags-completion-at-point-function): New function.
7436         (completion-at-point-functions): Use it.
7438         * progmodes/etags.el (complete-tag): Revert last change.
7440 2010-04-29  Alan Mackenzie  <acm@muc.de>
7442         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7443         off-by-one error (in end of macro position).
7445 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7448         firefox is absent.  Don't autoload.
7449         (browse-url-galeon-program): Don't autoload.
7451 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7453         * bindings.el (complete-symbol): Move into minibuffer.el.
7455         * minibuffer.el (complete-tag): Move from etags.el.  If tags
7456         completion cannot be performed, return nil instead of signalling
7457         an error.
7458         (completion-at-point): Make it an alias for complete-symbol.
7459         (complete-symbol): Move from bindings.el, and replace with the
7460         body of completion-at-point.
7462         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7464 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
7466         * net/tramp.el (tramp-remote-selinux-p): New defun.
7467         (tramp-handle-file-selinux-context)
7468         (tramp-handle-set-file-selinux-context): Use it.
7470 2010-04-28  Sam Steingold  <sds@gnu.org>
7472         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7473         `safe-local-variable' if the value is a string or a symbol with
7474         the property `bug-reference-url-format'.
7476 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7478         * progmodes/bug-reference.el (bug-reference-url-format):
7479         Revert 2010-04-27 change due to security risk.
7481 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7483         Make it possible to locally disable a globally enabled mode.
7484         * simple.el (fundamental-mode): Run fundamental-mode-hook.
7485         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
7486         rather than kill-all-local-variables so it runs fundamental-mode-hook.
7487         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7488         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
7489         that subsequent hooks get a chance to disable it.
7491 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7494         Avoid re-enabling a minor mode after the user turned the minor mode
7495         off if MODE-enable-in-buffers is run twice (typically once from
7496         fundamental-mode's after-change-major-mode-hook and a second time from
7497         run-mode-hook's own after-change-major-mode-hook).
7499         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
7501 2010-04-27  Sam Steingold  <sds@gnu.org>
7503         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7504         `safe-local-variable' if the value is a string or a function, as
7505         documented and implemented on 2010-04-02.
7507 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
7509         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
7510         when method is 'kill.
7512 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
7514         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
7515         condition in default directory check.
7516         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
7517         Kill ispell process when killing its associated buffer.
7519 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
7521         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
7522         but we aren't using it.
7524 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
7526         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
7527         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
7529 2010-04-24  Glenn Morris  <rgm@gnu.org>
7531         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
7532         Ignore VCS-ignore files, and deleted nextstep preferences files.
7533         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
7534         (authors-ambiguous-files): New list.
7535         (authors-valid-file-names): Add some deleted files.
7536         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
7537         (authors-disambiguate-file-name): New function.  (Bug#5501)
7538         (authors-canonical-file-name): Doc fix.
7539         Don't warn about obsolete files.
7540         (authors-canonical-file-name, authors-scan-el):
7541         Use authors-disambiguate-file-name.
7543         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7544         Add autoload cookies.
7545         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
7546         (generated-autoload-file): Set file-local value to "htmlfontify.el".
7547         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
7548         They have definitions / compiler macros in cl.el.
7549         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7550         Replace manual autoloads with generated ones.
7551         (htmlfontify-unload-rgb-file): Remove autoload.
7552         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
7554 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7556         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
7557         (byte-compile-setq-default): Optimize for the
7558         single-var case and don't call byte-compile-form in this case to avoid
7559         inf-loop with byte-compile-set-default.
7561         * progmodes/compile.el (compilation-start): Abbreviate default directory.
7563 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
7565         Implement SELINUX backends.
7567         * net/tramp.el (tramp-file-name-handler-alist):
7568         Add `file-selinux-context' and `set-file-selinux-context'.
7569         (tramp-handle-file-selinux-context)
7570         (tramp-handle-set-file-selinux-context): New defuns.
7571         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7572         Handle PRESERVE-SELINUX-CONTEXT.
7574         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7575         Add `file-selinux-context' and `set-file-selinux-context'.
7576         (tramp-gvfs-handle-file-selinux-context)
7577         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7578         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7580         * net/ange-ftp.el (ange-ftp-copy-file):
7581         * net/tramp-fish.el (tramp-fish-handle-copy-file):
7582         * net/tramp-imap.el (tramp-imap-handle-copy-file):
7583         * net/tramp-smb.el (tramp-smb-handle-copy-file):
7584         Add PRESERVE-SELINUX-CONTEXT.
7586 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7588         Synchronize with Tramp repository.
7590         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
7591         (tramp-action-process-alive, tramp-action-out-of-band)
7592         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7593         (tramp-exists-file-name-handler): Fix docstring.
7594         (with-progress-reporter): New defmacro.
7595         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
7596         (tramp-maybe-open-connection): Use it.
7598 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
7600         Detect ssh 'ControlMaster' argument automatically in some cases.
7602         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7603         (tramp-default-method): Use it.
7605 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7607         * net/tramp.el (tramp-handle-copy-file): Add new optional
7608         parameter `preserve-selinux-context'.
7609         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
7611 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7613         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7614         Ensure, that non remote files are still checked.  Oops.
7616 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
7618         Fix Bug#5840.
7620         * icomplete.el (icomplete-completions): Use `non-essential'.
7622         * net/tramp.el (tramp-connectable-p): New defun.
7623         (tramp-handle-expand-file-name)
7624         (tramp-completion-handle-file-name-all-completions)
7625         (tramp-completion-handle-file-name-completion): Use it.
7627 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
7631 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
7633         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
7635         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
7637         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
7638         is present.
7640         * info.el (info-tool-bar-map): Add labels.
7642         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
7644         * cus-edit.el (custom-commands): Add labels for tool bar.
7645         (custom-buffer-create-internal, Custom-mode): Adjust for
7646         labels in custom-commands.
7648         * dynamic-setting.el: Renamed from font-setting.el.
7650 2010-04-21  John Wiegley  <jwiegley@gmail.com>
7652         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
7653         toggles the use of virtual buffers.
7654         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
7655         (ido-toggle-virtual-buffers): New function.
7657 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
7659         Use `define-derived-mode'; fix window selection; doc fixes.
7660         * play/tetris.el (tetris, tetris-update-speed-function)
7661         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
7662         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
7663         (tetris-rotate-next, tetris-end-game, tetris-start-game)
7664         (tetris-pause-game): Fix typos in docstrings.
7665         (tetris-mode-map, tetris-null-map):
7666         Move initialization into declaration.
7667         (tetris-mode): Define with `define-derived-mode';
7668         set show-trailing-whitespace to nil.
7669         (tetris): Prefer window already displaying the "*Tetris*" buffer.
7671 2010-04-21  Karel Klíč  <kklic@redhat.com>
7673         * files.el (backup-buffer): Handle SELinux context, and return it
7674         if a backup was made by renaming.
7675         (backup-buffer-copy): Set SELinux context to the target file.
7676         (basic-save-buffer): Set SELinux context of the newly written file.
7677         (basic-save-buffer-1): Now it also returns any SELinux context.
7678         (basic-save-buffer-2): Set SELinux context of the newly created file,
7679         and return it.
7680         * net/tramp.el (tramp-file-name-for-operation):
7681         Add file-selinux-context.
7683 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         Make the log-edit comments use RFC822 format throughout.
7687         * vc.el (vc-checkin, vc-modify-change-comment):
7688         Adjust to new vc-start/finish-logentry.
7689         (vc-find-conflicted-file): New command.
7690         (vc-transfer-file): Adjust to new vc-checkin.
7691         (vc-next-action): Improve scoping.
7693         * vc-hg.el (vc-hg-log-edit-mode): Remove.
7694         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
7696         * vc-git.el (vc-git-log-edit-mode): Remove.
7697         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
7698         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
7700         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
7701         (vc-start-logentry): Remove argument `extra'.
7702         (vc-finish-logentry): Remove extra args.
7704         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
7705         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
7706         (vc-bzr-conflicted-files): New function.
7708         * log-edit.el (log-edit-extra-flags)
7709         (log-edit-before-checkin-process): Remove.
7710         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
7711         (log-edit-headers-alist): New var.
7712         (log-edit-header-contents-regexp): New const.
7713         (log-edit-match-to-eoh): New function.
7714         (log-edit-font-lock-keywords): Use them.
7715         (log-edit): Insert a "Summary:" header as default.
7716         (log-edit-mode): Mark font-lock rules as case-insensitive.
7717         (log-edit-done): Cleanup headers.
7718         (log-view-process-buffer): Remove.
7719         (log-edit-extract-headers): New function to replace it.
7721 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
7723         * subr.el (default-direction-reversed): Remove obsolescence info.
7725 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7727         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
7728         windows/frames.
7730         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
7731         I.e. include text after point in the completion region.
7732         Also, return nil when we're not after/in a symbol.
7734         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
7735         default enable-multibyte-characters.
7737 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * international/mule.el: Help the user choose a valid coding-system.
7740         (read-buffer-file-coding-system): New function.
7741         (set-buffer-file-coding-system): Use it.  Prompt the user if the
7742         coding-system cannot encode all the chars.
7744         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
7745         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
7746         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
7747         Don't use *vc-bzr-shelve*.
7749 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
7751         Fix the version number for added files.
7752         * vc-hg.el (vc-hg-working-revision): Check if the file is
7753         registered after hg parent fails (Bug#5961).
7755 2010-04-19  Glenn Morris  <rgm@gnu.org>
7757         * htmlfontify.el (htmlfontify-buffer)
7758         (htmlfontify-copy-and-link-dir): Autoload entry points.
7760 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
7762         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
7763         name relative to the project root (Bug#5960).
7765 2010-04-19  Glenn Morris  <rgm@gnu.org>
7767         * vc-git.el (vc-git-print-log): Doc fix.
7769 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
7771         * ido.el (ido-file-internal): Fix 2009-12-02 change.
7773 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
7775         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
7776         default settings (Bug#5928).
7778 2010-04-19  Glenn Morris  <rgm@gnu.org>
7780         * progmodes/fortran.el (fortran-match-and-skip-declaration):
7781         New function.
7782         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
7784 2010-04-19  Kenichi Handa  <handa@m17n.org>
7786         * language/indian.el (malayalam-composable-pattern): Fix previous
7787         change (add U+0D4D "SIGN VIRAMA").
7788         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
7789         (tamil-composable-pattern): Fix typo in the regexp.
7790         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
7791         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
7792         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
7794 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7796         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
7797         paragraph-separate (Bug#5821).
7799 2010-04-19  Juri Linkov  <juri@jurta.org>
7801         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
7803         * info.el (Info-find-node-2): Comment out code that skips
7804         breadcrumbs line.
7805         (Info-mouse-follow-link): New command.
7806         (Info-link-keymap): New keymap.
7807         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
7808         Return a string with links instead of inserting breadcrumbs
7809         to the Info buffer.
7810         (Info-fontify-node): Comment out code that inserts breadcrumbs.
7811         Instead of putting the `invisible' text property over the Info
7812         header, make an overlay over the Info header with the `invisible'
7813         property and `after-string' set to the string returned by
7814         `Info-breadcrumbs'.
7816 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7818         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
7819         Reported by monkey@sandpframing.com.
7821 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7823         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
7824         (tmm-get-keymap): Add key-binding shortcuts now that they're not
7825         available in the "keyseq cache" any more.
7827         * custom.el (defcustom): Add edebug spec.
7829 2010-04-18  Juri Linkov  <juri@jurta.org>
7831         Test for special mode-class in view-buffer instead of view-file (bug#5513).
7833         * view.el (view-file, view-buffer): Move test for special mode-class
7834         from view-file to view-buffer.
7836         * tar-mode.el (tar-extract): Turn if's into one cond
7837         like in arc-mode.el.
7839 2010-04-18  Juri Linkov  <juri@jurta.org>
7841         Add 7z archive format support (bug#5475).
7843         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
7844         (archive-7z-extract): New defcustom.
7845         (archive-find-type): Add magic string for 7z.
7846         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7847         If `stderr-file' is non-nil, use `(t stderr-file)' for the
7848         `buffer' arg of `call-process'.
7849         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7850         call the function `archive-7z-extract' with the variable
7851         `archive-7z-extract' let-bound to `archive-zip-extract'.
7852         (archive-7z-summarize, archive-7z-extract): New functions.
7854         * international/mule.el (auto-coding-alist):
7855         * files.el (auto-mode-alist): Add 7z file extension.
7857 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         * loadup.el: Setup hash-cons for pure data.
7861         Fix duplicate entries in cedet's loaddefs.el files.
7862         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7863         Should make most file-local generated-autoload-file unnecessary.
7864         (print-readably): Silence warnings.
7865         (autoload-find-destination): Take load-name as an arg to make sure
7866         it's the same as the one that will be in the file.
7867         (autoload-generate-file-autoloads): Adjust to above changes.
7868         Try to make the dataflow a bit simpler.
7870         * cvs-status.el (cvs-refontify): Remove unused.
7872 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
7874         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
7876         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
7877         twos-complement mode.
7879 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
7881         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7882         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
7883         (calc-inverse): Add "Option" to message, as appropriate.
7884         (calc-hyperbolic): Add "Option" to message, as appropriate.
7885         (calc-option, calc-is-option): New functions.
7887         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
7888         (calc-option-prefix-help): New function.
7890         * calc/calc-misc.el (calc-help): Add "Option" entry.
7892         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
7893         (calc-option-flag): New variable.
7894         (calc-do): Set `calc-option-flag to nil.
7895         (calc-set-mode-line): Add "Opt " as appropriate.
7897 2010-04-16  Juri Linkov  <juri@jurta.org>
7899         Move scrolling commands from simple.el to window.el
7900         because their primitives are implemented in window.c.
7902         * simple.el (scroll-error-top-bottom)
7903         (scroll-up-command, scroll-down-command, scroll-up-line)
7904         (scroll-down-line, scroll-other-window-down)
7905         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7906         * window.el (scroll-error-top-bottom)
7907         (scroll-up-command, scroll-down-command, scroll-up-line)
7908         (scroll-down-line, scroll-other-window-down)
7909         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7910         Move from simple.el to window.el because their primitives are
7911         implemented in window.c.
7913 2010-04-16  Juri Linkov  <juri@jurta.org>
7915         * isearch.el (isearch-lookup-scroll-key): Check both
7916         `isearch-scroll' and `scroll-command' properties.
7917         (scroll-up, scroll-down): Remove `isearch-scroll' property.
7919         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7921         * simple.el (scroll-up-command, scroll-down-command)
7922         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7924 2010-04-15  Juri Linkov  <juri@jurta.org>
7926         * simple.el (scroll-up-command, scroll-down-command)
7927         (scroll-up-line, scroll-down-line): Put `scroll-command'
7928         property on the these symbols.  Remove them from
7929         `scroll-preserve-screen-position-commands'.
7931         * mwheel.el (mwheel-scroll): Put `scroll-command' and
7932         `isearch-scroll' properties on the `mwheel-scroll' symbol.
7933         Remove it from `scroll-preserve-screen-position-commands'.
7935         * isearch.el (isearch-allow-scroll): Doc fix.
7937 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
7939         * net/tramp.el (tramp-error-with-buffer): Don't show the
7940         connection buffer when we are in completion mode.
7941         (tramp-file-name-handler): Catch the error for some operations
7942         when we are in completion mode.  This gives the user the chance to
7943         correct the file name in the minibuffer.
7945 2010-04-15  Glenn Morris  <rgm@gnu.org>
7947         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7949 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
7951         Simplify by using `define-derived-mode'.
7952         * info.el (Info-mode):
7953         * calendar/todo-mode.el (todo-mode):
7954         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7955         (gomoku-mode-map): Move initialization into declaration.
7957 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
7959         Fix Bug#5840.
7960         * ido.el (ido-file-name-all-completions-1):
7961         * minibuffer.el (minibuffer-completion-help):
7962         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7964 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * simple.el (non-essential): New var.
7968         Add a new field `location' to bookmarks for non-file bookmarks.
7969         * bookmark.el (bookmark-location): Use the new field, if present.
7970         (bookmark-insert-location): Undo last change, not needed any more.
7971         * man.el (Man-bookmark-make-record):
7972         * woman.el (woman-bookmark-make-record): Add `location' field.
7974 2010-04-14  Juri Linkov  <juri@jurta.org>
7976         * simple.el (scroll-error-top-bottom): New defcustom.
7977         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
7979         * emulation/pc-select.el (pc-select-override-scroll-error):
7980         Obsolete in favor of `scroll-error-top-bottom'.
7982 2010-04-14  Juri Linkov  <juri@jurta.org>
7984         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7985         `scroll-up-command' and `M-v' to `scroll-down-command'.
7987         * emulation/cua-rect.el (cua--init-rectangles):
7988         * forms.el (forms--change-commands):
7989         * image-mode.el (image-mode-map):
7990         Remap scroll-down-command and scroll-up-command
7991         in addition to scroll-down and scroll-up.
7993 2010-04-14  Juri Linkov  <juri@jurta.org>
7995         * mwheel.el (scroll-preserve-screen-position-commands):
7996         Add mwheel-scroll to this list of commands.
7998         * simple.el (scroll-preserve-screen-position-commands):
7999         Add scroll-up-command, scroll-down-command, scroll-up-line,
8000         scroll-down-line to this list of commands.
8002 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * obsolete/complete.el: Move from lisp/complete.el.
8006         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8008         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8009         to the minor mode function now turns the mode ON unconditionally.
8011 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * vc-dir.el (vc-dir-kill-line): New command.
8014         (vc-dir-mode-map): Bind it to C-k.
8016         * bookmark.el (bookmark-insert-location): Handle a nil filename.
8018         * woman.el: Add bookmark declarations to silence the compiler.
8019         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8020         step to compatibility between man and woman bookmarks.
8021         Adjust for Man-default-bookmark-title renaming.
8022         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
8024         * man.el: Add bookmark declarations to silence the compiler.
8025         (Man-name-local-regexp): Make it match NAME as well.
8026         (Man-getpage-in-background): Return the buffer.
8027         (Man-notify-when-ready): Use `case'.
8028         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8029         Don't hardcode "NAME".  Simplify.
8030         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8031         Rename from Man-bookmark-make-record.
8032         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
8033         we have the actual man-args.  Use Man-getpage-in-background rather
8034         than `man' since the arg is already processed.  Let bookmark.el do the
8035         window handling.  Only wait for the relevant process.
8036         Don't forget to autoload.
8038         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8040 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8042         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8043         New functions.
8044         (woman-mode): Setup bookmark support.
8046         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8047         (man-bookmark-jump): New functions.
8048         (Man-mode): Setup bookmark support.
8050 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
8052         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8053         recognize ssh-keygen prompt (Bug#2817).
8055 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
8057         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8059 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
8061         Synchronize with Tramp repository.
8063         * net/tramp.el (tramp-completion-function-alist)
8064         (tramp-file-name-regexp, tramp-chunksize)
8065         (tramp-local-coding-commands, tramp-remote-coding-commands):
8066         Fix docstring.
8067         (tramp-remote-process-environment): Use `format' instead of `concat'.
8068         (tramp-handle-directory-files-and-attributes)
8069         (tramp-get-remote-path): Use `copy-tree'.
8070         (tramp-handle-file-name-all-completions): Backward/ XEmacs
8071         compatibility: Use `completion-ignore-case' if
8072         `read-file-name-completion-ignore-case' does not exist.
8073         (tramp-do-copy-or-rename-file-directly): Do not use
8074         `tramp-handle-file-remote-p'.
8075         (tramp-do-copy-or-rename-file-out-of-band):
8076         Use `tramp-compat-delete-directory'.
8077         (tramp-do-copy-or-rename-file-out-of-band)
8078         (tramp-compute-multi-hops, tramp-maybe-open-connection):
8079         Use `format-spec-make'.
8080         (tramp-find-foreign-file-name-handler)
8081         (tramp-advice-make-auto-save-file-name)
8082         (tramp-set-auto-save-file-modes): Remove superfluous check for
8083         `stringp'.  This is done inside `tramp-tramp-file-p'.
8084         (tramp-debug-outline-regexp): New defconst.
8085         (tramp-get-debug-buffer): Use it.
8086         (tramp-check-for-regexp): Use (forward-line 1).
8087         (tramp-set-auto-save-file-modes): Adapt version check.
8089         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8090         Wrap call of `featurep' for 2nd argument.
8091         (tramp-compat-make-temp-file): Simplify fallback implementation.
8092         (tramp-compat-copy-tree): Remove function.
8093         (tramp-compat-delete-directory): Provide implementation for older
8094         Emacsen.
8096         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8097         Do not use `tramp-fish-handle-file-attributes.
8099         * net/trampver.el: Update release number.
8101 2010-04-10  Glenn Morris  <rgm@gnu.org>
8103         * progmodes/compile.el (compilation-save-buffers-predicate):
8104         Add missing :version tag.
8106 2010-04-09  Sam Steingold  <sds@gnu.org>
8108         * progmodes/compile.el (compilation-save-buffers-predicate):
8109         Remove the "autoload" cookie.
8111         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8112         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8113         and `bug-reference-prog-mode' can be used in hooks directly.
8115 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8117         Add --author support to git commit.
8118         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8119         (vc-git-log-edit-mode): New minor mode.
8120         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8121         New declarations.
8123 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
8125         * vc-hooks.el, vc-git.el: Improve documentation comments.
8127 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8129         Fix some of the problems in defsubst* (bug#5728).
8130         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8131         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8133 2010-04-07  Sam Steingold  <sds@gnu.org>
8135         * progmodes/compile.el (compilation-save-buffers-predicate):
8136         New custom variable.
8137         (compile, recompile): Pass it to `save-some-buffers'.
8139 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
8141         * wid-edit.el (widget-choose): Move cursor to the second line of
8142         the buffer (Bug#5695).
8144 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8146         Add new VC methods: vc-log-incoming and vc-log-outgoing.
8147         * vc.el (vc-print-log-setup-buttons): New function split out from
8148         vc-print-log-internal.
8149         (vc-log-internal-common): New function, a parametrized version of
8150         vc-print-log-internal.
8151         (vc-print-log-internal): Just call vc-log-internal-common with the
8152         right arguments.
8153         (vc-incoming-outgoing-internal):
8154         (vc-log-incoming, vc-log-outgoing): New functions.
8155         (vc-log-view-type): New permanent local variable.
8157         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8159         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8160         of the dynamic bound vc-short-log.
8161         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8163         * vc-git.el (vc-git-log-outgoing): New function.
8164         (vc-git-log-view-mode): Use vc-log-view-type instead
8165         of the dynamic bound vc-short-log.
8167         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8168         of the dynamic bound vc-short-log.  Highlight the tag.
8169         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8170         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8171         (vc-hg-incoming-mode): Remove.
8172         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8174 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8176         Fix default-directory for vc-root-diff.
8177         * vc.el (vc-root-diff): Bind default-directory to the root
8178         directory for the diff command.
8180 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
8182         * progmodes/verilog-mode.el (verilog-forward-sexp):
8183         (verilog-calc-1): Support "disable fork" and "fork wait" multi
8184         word keywords, suggested by Steve Pearlmutter.
8185         (verilog-pretty-declarations): Support lineup of declarations in
8186         port lists.
8187         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
8188         fix bug for /* / comments.
8189         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
8190         Speed up and simplfy as this is never called with a bound.
8191         (verilog-pretty-declarations): Enhance to line up declarations
8192         inside a parameter list, suggested by Alan Morgan.
8193         (verilog-pretty-expr): Tune assignment regular expression match
8194         string for corner cases; also use markers instead of character
8195         number as indent changes the later.
8197 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
8199         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8200         as missing keyword.
8201         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8202         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
8203         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8204         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
8205         Tennant.
8206         (verilog-keywords):
8207         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8208         1800-2009 keywords, including "global.".
8210 2010-04-06  John Wiegley  <jwiegley@gmail.com>
8212         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
8213         appearing in buffer list (if a live buffer name matched a recentf
8214         file basename).  Should use uniquify to offer a real solution.
8216 2010-04-06  John Wiegley  <jwiegley@gmail.com>
8218         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8219         comment to code, and add a :version tag.
8220         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
8222 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
8224         Enable recentf-mode if using virtual buffers.
8225         * ido.el (recentf-list): Declare for byte-compiler.
8226         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
8227         (ido-make-buffer-list): Simplify.
8228         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
8230 2010-04-05  Juri Linkov  <juri@jurta.org>
8232         Scrolling commands which scroll a line instead of full screen.
8233         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8235         * simple.el (scroll-up-line, scroll-down-line): New commands.
8236         Put property isearch-scroll=t on them.
8238         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8239         Remove commands.
8241 2010-04-05  Juri Linkov  <juri@jurta.org>
8243         Scrolling commands which do not signal errors at top/bottom.
8244         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8246         * simple.el (scroll-up-command, scroll-down-command): New commands.
8247         Put property isearch-scroll=t on them.
8249         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8250         `scroll-down-command' and [next] from `scroll-up' to
8251         `scroll-up-command'.
8253         * emulation/cua-base.el: Put property CUA=move on
8254         `scroll-up-command' and `scroll-down-command'.
8255         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8256         and `scroll-down-command' to `cua-scroll-down'.
8258 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
8260         * help.el (describe-mode): Return nil.
8262 2010-04-04  John Wiegley  <jwiegley@gmail.com>
8264         * ido.el (ido-use-virtual-buffers): New variable to indicate
8265         whether "virtual buffer" support is enabled for IDO.
8266         (ido-virtual): Face used to indicate virtual buffers in the list.
8267         (ido-buffer-internal): If a buffer is chosen, and no such buffer
8268         exists, but a virtual buffer of that name does (which would be why
8269         it was in the list), recreate the buffer by reopening the file.
8270         (ido-make-buffer-list): If virtual buffers are being used, call
8271         `ido-add-virtual-buffers-to-list' before the make list hook.
8272         (ido-virtual-buffers): New variable which contains a copy of the
8273         current contents of the `recentf-list', albeit pared down for the
8274         sake of speed, and with proper faces applied.
8275         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8276         create a list of "virtual buffers" to present to the user in
8277         addition to the currently open set.  Note that this logic could
8278         get rather slow if that list is too large.  With the default
8279         `recentf-max-saved-items' of 200, there is little speed penalty.
8281 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8283         * font-lock.el: Require CL when compiling.
8284         (font-lock-turn-on-thing-lock): Use `case'.
8286 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
8288         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8289         Zaretskii.
8291 2010-04-02  Juri Linkov  <juri@jurta.org>
8293         * ehelp.el (electric-help-orig-major-mode):
8294         New buffer-local variable.
8295         (electric-help-mode): Set it to original major-mode.  Doc fix.
8296         (with-electric-help): Use `electric-help-orig-major-mode' instead
8297         of (default-value 'major-mode).  Doc fix.
8298         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8300 2010-04-02  Sam Steingold  <sds@gnu.org>
8302         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8303         `vc-hg-command' with a list of flags.
8305         * progmodes/bug-reference.el (bug-reference-bug-regexp):
8306         Also accept "patch" and "RFE".
8307         (bug-reference-fontify): `bug-reference-url-format' can also be a
8308         function to be able to handle the bug kind.
8309         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
8311 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
8313         * tmm.el (tmm-get-keymap): Check with symbolp before passing
8314         value to fboundp, it may not be a symbol.
8316 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8318         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
8320 2010-03-31  Juri Linkov  <juri@jurta.org>
8322         * simple.el (next-line, previous-line): Re-throw a signal
8323         with `signal' instead of using `ding'.
8324         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8326 2010-03-31  Juri Linkov  <juri@jurta.org>
8328         * simple.el (keyboard-escape-quit): Raise deselecting the active
8329         region higher than exiting the minibuffer.
8330         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8332 2010-03-31  Juri Linkov  <juri@jurta.org>
8334         * image.el (image-animated-p): Use `image-metadata' instead of
8335         `image-extension-data'.  Get GIF extenstion data from metadata
8336         property `extension-data'.
8338 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * simple.el (append-to-buffer): Simplify.
8342 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
8344         * textmodes/artist.el (artist-mode): Fix typo in docstring.
8345         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
8347 2010-03-31  Kenichi Handa  <handa@m17n.org>
8349         * language/sinhala.el (composition-function-table): Fix regexp for
8350         the new Unicode specification.
8352         * language/indian.el (devanagari-composable-pattern)
8353         (tamil-composable-pattern, kannada-composable-pattern)
8354         (malayalam-composable-pattern): Adjust for the new Unicode
8355         specification.
8356         (bengali-composable-pattern, gurmukhi-composable-pattern)
8357         (gujarati-composable-pattern, oriya-composable-pattern)
8358         (telugu-composable-pattern): New variables to cope with the new
8359         Unicode specification.  Use them in composition-function-table.
8361 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8363         Make tmm-menubar work for the Buffers menu again (bug#5726).
8364         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8365         vectors rather than cons cells, as used in menu-bar-update-buffers.
8367 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8369         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8370         (js-insert-and-indent): Revert 2009-08-15 change, restoring
8371         electric punctuation for "{}();,:" (Bug#5586).
8373         * mail/sendmail.el (mail-default-directory): Doc fix.
8375 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8377         * mail/sendmail.el (mail-default-directory): Doc fix.
8379 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
8381         * subr.el (version-regexp-alist, version-to-list)
8382         (version-list-<, version-list-=, version-list-<=)
8383         (version-list-not-zero, version<, version<=, version=): Doc fix.
8384         (Bug#5744).
8386 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
8388         * vc.el (vc-root-diff): Doc fix.
8390 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8392         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8394         * simple.el (append-to-buffer): Fix last change.
8396 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8398         * simple.el (append-to-buffer): Ensure that point is preserved if
8399         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
8400         (Bug#5749)
8402 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * files.el (auto-mode-case-fold): Change default to t.
8406 2010-03-30  Juri Linkov  <juri@jurta.org>
8408         * dired-x.el (dired-omit-mode): Doc fix.
8410 2010-03-30  Juri Linkov  <juri@jurta.org>
8412         * replace.el (occur-accumulate-lines): Move occur-engine related
8413         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8414         to be located after `occur-engine'.
8416 2010-03-30  Juri Linkov  <juri@jurta.org>
8418         Make occur handle multi-line matches cleanly with context.
8419         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8421         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8422         (occur-engine): Add local variables `ret', `prev-after-lines',
8423         `prev-lines'.  Use more arguments for `occur-context-lines'.
8424         Set first elem of its returned list to `data', and the second elem
8425         to `prev-after-lines'.  Don't print the separator line.
8426         In the end, print remaining context after-lines.
8427         (occur-context-lines): Add new arguments `begpt', `endpt',
8428         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
8429         after-lines of the previous match with before-lines of the
8430         current match and not overlap them.  Return a list with two
8431         values: the output line and the list of context after-lines.
8433 2010-03-30  Juri Linkov  <juri@jurta.org>
8435         * replace.el (occur-accumulate-lines): Fix a bug where the first
8436         context line at the beginning of the buffer was missing.
8438 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8440         * files.el: Make bidi-display-reordering safe variable for boolean
8441         values.
8443 2010-03-29  Phil Hagelberg  <phil@evri.com>
8444             Chong Yidong  <cyd@stupidchicken.com>
8446         * subr.el: Extend progress reporters to perform "spinning".
8447         (progress-reporter-update, progress-reporter-do-update):
8448         Handle non-numeric value arguments.
8449         (progress-reporter--pulse-characters): New var.
8451 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
8453         * progmodes/compile.el (compilation-start): Fix regexp detection
8454         of initial cd command (Bug#5771).
8456 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
8458         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8460 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
8462         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
8463         * progmodes/gdb-mi.el: Restore.
8464         * progmodes/gdb-ui.el: Remove.
8465         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
8467 2010-03-25  Glenn Morris  <rgm@gnu.org>
8469         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
8470         all dired buffers, even tramp ones.  (Bug#5755)
8472 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         Add "union tags" in mpc.el.
8475         * mpc.el: Remove backward compatibility code.
8476         (mpc-browser-tags): Change default.
8477         (mpc--find-memoize-union-tags): New var.
8478         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
8479         (mpc-cmd-find): Handle the case where the playlist does not exist.
8480         Handle union-tags.
8481         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
8482         (mpc-cmd-add): Use mpc-cmd-flush.
8483         (mpc-tagbrowser-tag-name): New fun.
8484         (mpc-tagbrowser-buf): Use it.
8485         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
8487 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         Misc cleanup.
8490         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
8491         Use replace-regexp-in-string.
8492         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
8493         (makefile-imake-mode-syntax-table): Move init into defvar.
8494         (makefile-mode): Use define-derived-mode.
8496         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
8497         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
8498         not be present any more.
8500 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8502         * faces.el (set-face-attribute): Fix typo in docstring.
8503         (face-valid-attribute-values): Reflow docstring.
8505 2010-03-24  Glenn Morris  <rgm@gnu.org>
8507         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
8509 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8511         * indent.el (indent-for-tab-command): Doc fix.
8513 2010-03-24  Alan Mackenzie  <acm@muc.de>
8515         * progmodes/cc-engine.el (c-remove-stale-state-cache):
8516         Fix off-by-one error.  Fixes bug #5747.
8518 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8520         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
8521         (image-dired-read-comment): Doc fix.
8523         * json.el (json-object-type, json-array-type, json-key-type)
8524         (json-false, json-null, json-read-number):
8525         * minibuffer.el (completion-in-region-functions):
8526         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
8527         (cal-tex-cursor-week):
8528         * emacs-lisp/trace.el (trace-function):
8529         * eshell/em-basic.el (eshell/printnl):
8530         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
8531         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
8532         * obsolete/levents.el (allocate-event, event-key, event-object)
8533         (event-point, event-process, event-timestamp, event-to-character)
8534         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
8535         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
8536         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
8537         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
8538         (reftex-highlight-selection): Fix typos in docstrings.
8540 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8542         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
8544 2010-03-24  Glenn Morris  <rgm@gnu.org>
8546         * mail/rmail.el (rmail-highlight-face): Restore option deleted
8547         2008-02-13 without comment; mark it obsolete.
8548         (rmail-highlight-headers): Use rmail-highlight-face once more.
8550 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8552         * woman.el (woman2-process-escapes): Only consume the newline if
8553         the filler character is on a line by itself (Bug#5729).
8555 2010-03-24  Kenichi Handa  <handa@m17n.org>
8557         * language/indian.el (devanagari-composable-pattern): Add more
8558         consonants.
8560 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8562         * net/trampver.el: Update release number.
8564 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8566         * net/tramp.el (tramp-find-executable):
8567         Use `tramp-get-connection-buffer'.  Make the regexp for checking
8568         output of "wc -l" more robust.
8569         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
8570         (tramp-open-connection-setup-interactive-shell): Remove workaround
8571         for OpenSolaris bug, it is not needed anymore.
8573 2010-03-24  Glenn Morris  <rgm@gnu.org>
8575         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
8577 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
8579         * files.el (auto-mode-alist): Accept more verilog file patterns.
8581 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8583         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
8585 2010-03-24  Glenn Morris  <rgm@gnu.org>
8587         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
8588         log-edit-before-checkin-process.
8590         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
8592         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
8594         * vc-dispatcher.el (vc-start-logentry): Doc fix.
8595         (log-view-process-buffer, log-edit-extra-flags): Declare.
8597         * log-edit.el (log-edit-before-checkin-process): Doc fix.
8599 2010-03-23  Sam Steingold  <sds@gnu.org>
8601         Fix bug#5620: recalculate all markers on compilation buffer
8602         modifications, not on file modifications.
8603         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
8604         the buffer modification time, for buffers not associated with files.
8605         (compilation-mode): Create it.
8606         (compilation-filter): Update it.
8607         (compilation-next-error-function): Use it instead of
8608         `visited-file-modtime' for timestamp.
8610 2010-03-23  Juri Linkov  <juri@jurta.org>
8612         Implement Occur multi-line matches.
8613         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
8615         * replace.el (occur): Doc fix.
8616         (occur-engine): Set `begpt' to the beginning of the first line.
8617         Set `endpt' to the end of the last match line.  At first, count
8618         line numbers between `origpt' and `begpt'.  Split out code from
8619         `out-line' variable to new let-bindings `match-prefix' and
8620         `match-str'.  In `out-line' add non-numeric prefix to all
8621         non-first lines of multi-line matches.  Finally, count lines
8622         between `begpt' and `endpt' and add to `lines'.
8624 2010-03-23  Juri Linkov  <juri@jurta.org>
8626         * replace.el (occur-accumulate-lines, occur-engine):
8627         Use `occur-engine-line' instead of duplicate code.
8628         (occur-engine-line): New function created from duplicate code
8629         in `occur-accumulate-lines' and `occur-engine'.
8631         * replace.el (occur-engine-line): Add optional arg `keep-props'.
8632         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
8634 2010-03-23  Juri Linkov  <juri@jurta.org>
8636         * finder.el: Remove TODO tasks.
8638         * info.el (Info-finder-find-node): Add node "all"
8639         with all package info.  Handle a list of multiple keywords
8640         separated by comma.
8641         (info-finder): In interactive use with a prefix argument,
8642         use `completing-read-multiple' to read a list of keywords
8643         separated by comma.
8645 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         Add a new completion style `substring'.
8648         * minibuffer.el (completion-basic--pattern): New function.
8649         (completion-basic-try-completion, completion-basic-all-completions):
8650         Use it.
8651         (completion-substring--all-completions)
8652         (completion-substring-try-completion)
8653         (completion-substring-all-completions): New functions.
8654         (completion-styles-alist): New style `substring'.
8656 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8658         Get rid of .elc files after removal of the corresponding .el.
8659         * Makefile.in (compile-clean): New target.
8660         (compile-main): Use it.
8662 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
8664         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
8665         don't do make there.  When compiling with separate object dir, there
8666         is no Makefile there.
8668 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8670         Get rid of the ELCFILES abomination, again.
8671         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8672         (all, compile): Don't call compile-last.
8673         (compile-main): Build the "elcfiles" list dynamically.
8674         (compile-targets): New (internal) target.
8676 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
8678         * Makefile.in (top_srcdir): Define.
8679         (abs_top_builddir): Define.
8680         (srcdir): Don't append `/..'.
8681         (EMACS): Use ${abs_top_builddir}.
8682         (all, compile, compile-always, compile-last): Don't set emacswd.
8683         (update-subdirs, update-authors): Use $(top_srcdir) instead of
8684         $(srcdir).
8685         (lisp): Use $(srcdir) instead of @srcdir@.
8687 2010-03-21  Juri Linkov  <juri@jurta.org>
8689         Fix message of multi-line occur regexps and multi-buffer header lines.
8690         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
8692         * replace.el (occur-1): Don't display regexp if it is longer
8693         than window-width.  Use `query-replace-descr' to display regexp.
8694         (occur-engine): Don't display regexp in the buffer header for
8695         multi-buffer occur.  Display a separate header line with total
8696         match count and regexp for multi-buffer occur.
8697         Use `query-replace-descr' to display regexp.
8699 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8701         * net/secrets.el: Fix parenthesis.
8702         (secrets-enabled): Fix parenthesis.
8704 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         Use more relative file and directory names.
8707         * Makefile.in (EMACS): Arrange for it to work when we chdir.
8708         (setwins, setwins_almost, setwins_for_subdirs):
8709         Don't `cd'; output relative names.
8710         (all, compile, compile-always, compile-last): Set emacswd.
8711         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
8712         Just cd to the lisp source dir so we can use relative file names.
8714         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
8716 2010-03-20  Glenn Morris  <rgm@gnu.org>
8718         * textmodes/rst.el: Use faces for font-lock customization, and make the
8719         old -face variables obsolete.
8720         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
8721         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
8722         (rst-block-face, rst-external-face, rst-definition-face)
8723         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
8724         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
8725         Make obsolete.
8726         (rst-font-lock-keywords-function): Update for above changes.
8728 2010-03-20  Juri Linkov  <juri@jurta.org>
8730         * s-region.el:
8731         * obsolete/s-region.el: Move to obsolete.
8733 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
8735         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
8737 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8739         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
8741 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8743         Add special markup processing for commit logs.
8744         * log-edit.el (log-edit-extra-flags): New variable.
8745         (log-edit): Add new argument MODE.  Use that mode when non-nil
8746         instead of the log-view-mode.
8747         (log-view-process-buffer): New function.
8749         * vc.el: Document that the checkin method takes optional
8750         arguments.  Document new backend specific method: log-view-mode.
8751         (vc-default-log-edit-mode): New function.
8752         (vc-checkin): Use a backend specific log-view-mode.
8753         Pass extra arguments to the checkin method.
8754         (vc-modify-change-comment): Pass a dummy extra argument.
8756         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
8757         log-edit.
8758         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
8759         (vc-finish-logentry): Process the log buffer before passing it
8760         down.  Pass log-edit-extra-flags.
8762         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
8763         command.
8764         (log-edit-extra-flags, log-edit-before-checkin-process):
8765         New declarations.
8767         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
8768         command.
8769         (log-edit-extra-flags, log-edit-before-checkin-process):
8770         New declarations.
8771         (vc-hg-log-edit-mode): New derived mode.
8773         * vc-arch.el (vc-arch-checkin):
8774         * vc-cvs.el (vc-cvs-checkin):
8775         * vc-git.el (vc-git-checkin):
8776         * vc-mtn.el (vc-mtn-checkin):
8777         * vc-rcs.el (vc-rcs-checkin):
8778         * vc-sccs.el (vc-sccs-checkin):
8779         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
8781 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8783         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
8784         parent typo).
8786 2010-03-19  Glenn Morris  <rgm@gnu.org>
8788         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8790 2010-03-18  Glenn Morris  <rgm@gnu.org>
8792         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
8794         * replace.el (query-replace-history): Give it a doc string.
8795         (map-query-replace-regexp): Use query-replace-from-history-variable
8796         and query-replace-to-history-variable.
8798         * mail/hashcash.el (declare-function): Remove duplicate definition.
8800         * mail/emacsbug.el (report-emacs-bug-pretest-address):
8801         Make it an obsolete alias for report-emacs-bug-address.
8802         (message-strip-special-text-properties): Declare.
8803         (report-emacs-bug): Remove test for a pretest bug address.
8804         Combine message-mode-specific code.
8806         * mail/supercite.el: Don't require sendmail.
8807         (mh-in-header-p): Declare rather than using with-no-warnings.
8808         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
8809         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
8811         * calendar/cal-french.el: Convert to utf-8.
8813         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
8814         Emacs scripts.
8816 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
8818         * net/secrets.el (secrets-enabled): New variable.  Use it instead
8819         of a subfeature.
8821 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
8823         * net/secrets.el (top): Register the D-Bus signals only when the
8824         service "org.freedesktop.secrets" can be pinged.
8825         Provide subfeature `enabled'.
8827 2010-03-14  Juri Linkov  <juri@jurta.org>
8829         Add finder unknown keywords.
8831         * finder.el (finder-unknown-keywords): New function.
8833         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
8834         to create a Finder node with unknown keywords.
8836 2010-03-14  Juri Linkov  <juri@jurta.org>
8838         * finder.el (finder-compile-keywords): Replace `princ' with
8839         `prin1' on a list of symbols interned from keyword strings.
8841         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
8842         a comma, then split keywords using a comma and optional whitespace.
8843         Otherwise, split by whitespace.
8845         * complete.el:
8846         * face-remap.el:
8847         * log-view.el:
8848         * net/hmac-def.el:
8849         * net/hmac-md5.el:
8850         * net/netrc.el:
8851         * progmodes/mixal-mode.el: Fix keywords.
8853 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
8855         * Makefile.in (ELCFILES): Add net/secrets.elc.
8857         * net/secrets.el: New file.
8859 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8861         * facemenu.el (list-colors-display, list-colors-print): New arg
8862         callback.  Use it to allow selecting colors.
8864         * wid-edit.el (widget-image-insert): Insert image prop even if the
8865         current display is non-graphic.
8866         (widget-field-value-set): New fun.
8867         (editable-field): Use it.
8868         (widget-field-value-get): Clean up unused var.
8869         (widget-color-value-create, widget-color--choose-action):
8870         New funs.  Allow using list-colors-display to choose color.
8872 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8874         * cus-edit.el: Resort topmost custom groups.
8875         (custom-buffer-sort-alphabetically): Default to t.
8876         (customize-apropos): Use apropos-parse-pattern.
8877         (custom-search-field): New var.
8878         (custom-buffer-create-internal): Add custom-apropos search field.
8879         (custom-add-parent-links): Don't display parent doc.
8880         (custom-group-value-create): Don't sort top-level custom group.
8881         (custom-magic-value-create): Show visibility button before option name.
8883         (custom-variable-state): New fun, from custom-variable-state-set.
8884         (custom-variable-state-set): Use it.
8885         (custom-group-value-create): Hide options with standard values
8886         using the :hidden-states property.  Use progress reporter.
8888         (custom-show): Simplify.
8889         (custom-visibility): Disable images by default.
8890         (custom-variable): New property :hidden-states.
8891         (custom-variable-value-create): Enable images for
8892         custom-visibility widgets.  Use :hidden-states property to
8893         determine initial visibility.
8895         * wid-edit.el (widget-image-find): Give images center ascent.
8896         (visibility): Add :on-image and :off-image properties.
8897         (widget-visibility-value-create): Use them.
8899 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8901         * cus-edit.el (processes): Remove from development group.
8902         (oop, hypermedia): Delete group.
8903         (comm): Promote to top-level group.
8905         * net/browse-url.el (browse-url):
8906         * net/xesam.el (xesam):
8907         * net/tramp.el (tramp):
8908         * net/goto-addr.el (goto-address):
8909         * net/ange-ftp.el (ange-ftp): Put in comm group.
8911         * view.el (view): Remove from editing group.
8913         * uniquify.el (uniquify): Put in files group.
8915         * net/browse-url.el (browse-url):
8916         * ps-print.el (postscript): Put in external group.
8918         * cus-edit.el (outlines):
8919         * textmodes/text-mode.el (text-mode-hook):
8920         * textmodes/table.el (table):
8921         * textmodes/picture.el (picture):
8922         * outline.el (outlines): Put in wp group.
8924         * nxml/nxml-mode.el (nxml): Remove from wp group.
8926         * net/tramp-imap.el (tramp-imap): Put in tramp group.
8928         * mail/metamail.el (metamail): Remove from hypermedia group.
8930         * cus-edit.el (abbrev):
8931         * whitespace.el (whitespace):
8932         * vcursor.el (vcursor):
8933         * reveal.el (reveal):
8934         * hl-line.el (hl-line): Put in convenience group.
8936         * epg-config.el (epg): Put in data group.
8938         * emulation/pc-select.el (pc-select): Put in emulations group.
8940         * calculator.el (calculator): Put in applications group.
8942 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8944         Add .dir-locals.el support for file-less buffers.
8945         * files.el (hack-local-variables): Split out code to apply local
8946         variable settings ...
8947         (hack-local-variables-apply): ... here.  New function.
8948         (hack-dir-local-variables): Use the default directory for when the
8949         buffer does not have an associated file.
8950         (hack-dir-local-variables-non-file-buffer): New function.
8951         * diff-mode.el (diff-mode):
8952         * vc-annotate.el (vc-annotate-mode):
8953         * vc-dir.el (vc-dir-mode):
8954         * log-edit.el (log-edit-mode):
8955         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8957 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8959         Add support for shelving snapshots and for showing shelves.
8960         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8961         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8962         New functions.
8963         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8964         (vc-bzr-extra-menu-map): Map them.
8966 2010-03-11  Glenn Morris  <rgm@gnu.org>
8968         * cus-edit.el (customize-changed-options-previous-release):
8969         Bump to 23.1.
8971         * image.el (image-animate-max-time): Fix :version tag.
8973 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8975         * Branch for 23.2.
8977 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * vc-git.el (vc-git-revision-table): Include remote branches.
8981 2010-03-10  Kim F. Storm  <storm@cua.dk>
8983         Animated image API.
8984         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8986         * image.el (image-animate-max-time): New defcustom.
8987         (image-animated-types): New defconst.
8988         (create-animated-image, image-animate-timer)
8989         (image-animate-start, image-animate-stop, image-animate-timeout)
8990         (image-animated-p): New functions.
8992         * image-mode.el (image-toggle-display-image):
8993         Replace `create-image' with `create-animated-image'.
8995 2010-03-09  Miles Bader  <miles@gnu.org>
8997         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8998         instead of "format:"; this ensures that the output is
8999         newline-terminated.
9001 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
9003         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9004         that all errors are caught, and that the return value is always a
9005         list (Bug#5692).
9007 2010-03-08  Kenichi Handa  <handa@m17n.org>
9009         * language/misc-lang.el (windows-1256): New coding system.
9010         (cp1256): New alias of windows-1256 (bug#5690).
9012 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9014         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9015         call to rfc822-bad-address.  (Bug#5692)
9017 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9019         * vc-git.el (vc-git-annotate-extract-revision-at-line):
9020         Use vc-git-root as default directory for revision path (Bug#5657).
9022 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
9024         * calculator.el (calculator): Don't bind split-window-keep-point
9025         (Bug#5674).
9027 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9029         * vc-git.el: Re-flow to fit into 80 columns.
9030         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9031         Remove spurious `quote' element in each case alternative.
9032         (vc-git-show-log-entry): Use prog1.
9033         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9035 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9037         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9039 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
9041         * macros.el (insert-kbd-macro): Look up keyboard macro using the
9042         definition, not the name (Bug#5481).
9044 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9046         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9047         argument with a local variable.  (Bug#5670)
9049 2010-03-02  Juri Linkov  <juri@jurta.org>
9051         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
9053 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
9055         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9056         error when FILENAME and NEWNAME are existing remote directories.
9058         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9059         parameter DIR-FLAG.
9061 2010-03-02  Glenn Morris  <rgm@gnu.org>
9063         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9064         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9066 2010-03-01  Kenichi Handa  <handa@m17n.org>
9068         * language/burmese.el (burmese-composable-pattern): Rename from
9069         myanmar-composable-pattern.
9071         * international/characters.el (script-list):
9072         * international/fontset.el (script-representative-chars):
9073         Change myanmar to burmese.
9074         (otf-script-alist): Likewise.
9075         (setup-default-fontset): Likewise.  Re-fix :otf spec.
9077 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9079         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9081 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
9083         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9085 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
9087         * net/tramp.el (tramp-handle-write-region): START can be a string.
9088         Take care in the checks.  Reported by Dan Davison
9089         <davison@stats.ox.ac.uk>.
9091 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
9093         * net/dbus.el (dbus-introspect, dbus-get-property)
9094         (dbus-set-property, dbus-get-all-properties):
9095         Use `dbus-call-method' when noninteractive.  (Bug#5645)
9097 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
9099         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9100         * emacs-lisp/elint.el (elint-add-required-env):
9101         * calendar/icalendar.el (icalendar--add-diary-entry):
9102         * calc/calcalg2.el (math-tracing-integral):
9103         * files.el (recover-session-finish): Use with-current-buffer
9104         instead of save-excursion.
9106 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9108         Fix in-buffer completion when after-change-functions modify the buffer.
9109         * minibuffer.el (completion--replace): New function.
9110         (completion--do-completion): Use it and use relative movement.
9112 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
9114         * international/fontset.el (setup-default-fontset): Fix :otf spec.
9116 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
9118         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9119         Allow the characters _<> in the stack entry (Bug#5653).
9121 2010-02-26  Kenichi Handa  <handa@m17n.org>
9123         * language/burmese.el: Fix entries in composition-function-table.
9124         (myanmar-composable-pattern): New variable.
9126         * international/fontset.el (setup-default-fontset): Add an entry
9127         for myanmar.
9129         * international/characters.el (script-list): Add Myanmar
9130         Extended-A.
9132 2010-02-26  Glenn Morris  <rgm@gnu.org>
9134         * custom.el (custom-initialize-delay): Doc fix.
9136         * mail/sendmail.el (send-mail-function): Autoload the call
9137         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9139 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
9141         * files.el (hack-local-variables-filter): For eval forms, also
9142         check safe-local-variable-p (Bug#5636).
9144 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
9146         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9147         setting the modes by `ignore-errors'.  It might fail, for example
9148         if the file is not owned by the user but the group.
9149         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9151 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
9153         * files.el (directory-listing-before-filename-regexp): Use
9154         stricter matching for iso-style dates, to avoid false matches with
9155         date-like filenames (Bug#5597).
9157         * htmlfontify.el (htmlfontify): Doc fix.
9159         * eshell/eshell.el (eshell): Doc fix.
9161         * startup.el (fancy-about-screen): In mode-line, apply
9162         mode-line-buffer-id face only to the buffer name (Bug#5613).
9164 2010-02-20  Kevin Ryde  <user42@zip.com.au>
9166         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9167         In `watcom' anchor regexp to start of line, to avoid slowness
9168         (Bug#5599).
9170 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
9172         * subr.el (remove-yank-excluded-properties): Explain in a comment
9173         why `category' property is removed.
9175 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
9177         * isearch.el (isearch-update-post-hook, isearch-update): Revert
9178         2010-02-17 change.
9180 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
9182         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9183         (icalendar--convert-weekly-to-ical)
9184         (icalendar--convert-yearly-to-ical)
9185         (icalendar--convert-block-to-ical)
9186         (icalendar--convert-cyclic-to-ical)
9187         (icalendar--convert-anniversary-to-ical): Take care of time
9188         specifications where hour has 1-digit only (Bug#5549).
9190 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
9192         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9193         of disassemble output in GDB 7.1.
9195 2010-02-19  Glenn Morris  <rgm@gnu.org>
9197         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9198         property.  (Bug#5593)
9200 2010-02-18  Sam Steingold  <sds@gnu.org>
9202         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9204 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9206         Use abbreviated file names in bookmarks (bug#5591).
9207         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9208         calls to expand-file-name.
9209         (bookmark-relocate): Use abbreviated file names in bookmarks.
9210         (bookmark-load): Use abbreviated file names in messages.
9212 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
9214         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9215         expand "." and "..".  Reported by Thierry Volpiatto
9216         <thierry.volpiatto@gmail.com>.
9218 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
9220         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9221         permissions of the temporary file to "0600".  In case the remote
9222         file has no read permissions for the owner, there might be
9223         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
9225 22010-02-18  Glenn Morris  <rgm@gnu.org>
9227         * emacs-lisp/authors.el (authors-renamed-files-alist):
9228         Add entries for INSTALL.CVS.
9230 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
9232         * vc-bzr.el: Fix typo in Known Bugs section.
9234         * isearch.el (isearch-update-post-hook): New hook.
9235         (isearch-update): Use the new hook.
9237 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
9239         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9240         Fix errors in copying directories.
9241         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9242         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9243         (tramp-handle-delete-file)
9244         (tramp-handle-dired-recursive-delete-directory)
9245         (tramp-handle-write-region): Flush also the cache for the upper
9246         directory.
9248 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
9250         * simple.el (save-interprogram-paste-before-kill): Doc fix.
9252         * cus-edit.el (hardware): Doc fix.
9254         * man.el (man): Add to external custom group.
9256         * delim-col.el (columns): Move to wp custom group.
9258         * doc-view.el (doc-view): Add to data custom group.
9260         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
9262         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9263         by ispell-parse-output (Bug#5575).
9265 2010-02-16  Kenichi Handa  <handa@m17n.org>
9267         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9268         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9269         (skkdic-convert): Use `euc-japan' coding system for writing.
9271 2010-02-16  Glenn Morris  <rgm@gnu.org>
9273         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9274         tex-main-file before using it.  (Bug#5562)
9276 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9278         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9279         warnings, since it is annoying for the user to see them each time he
9280         runs the code.
9282 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
9284         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9285         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9286         instead of PROC for caching "first-password-request".  Otherwise,
9287         new processes would not profit from passwords already entered.
9289         * net/tramp-cache.el (tramp-dump-connection-properties):
9290         Don't save "first-password-request" property.
9292 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
9294         * outline.el (outline-head-from-level):
9295         * simple.el (with-wrapper-hook):
9296         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9297         (elint-defun, elint-buffer-env, elint-top-form-logged)
9298         (elint-unbound-variable):
9299         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9300         Fix typos in docstrings.
9302 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
9304         * files.el (insert-directory): When WILDCARD-REGEXP and
9305         FULL-DIRECTORY-P are nil, insert the file entry instead of the
9306         whole directory.  (Bug#5551)
9308         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
9309         dired's alignment sanity.  (Bug#5516)
9311 2010-02-14  Juri Linkov  <juri@jurta.org>
9313         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9314         Remove remaining ^H with their preceding chars.  (Bug#5566)
9316 2010-02-13  Glenn Morris  <rgm@gnu.org>
9318         * simple.el (transpose-subr): Give it a doc-string.
9320         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9321         Doc fixes.
9323 2010-02-12  Juri Linkov  <juri@jurta.org>
9325         * arc-mode.el (archive-unique-fname): Make directories for nested
9326         archives.  (Bug#5540)
9328 2010-02-12  Juri Linkov  <juri@jurta.org>
9330         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
9332 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9334         * subr.el (copy-overlay): Handle deleted overlays.
9336         * man.el (Man-completion-table): Don't signal an error if we can't run
9337         manual-program (bug#4056).
9339 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
9341         * textmodes/artist.el (artist-mt): Fix typos in docstring.
9343 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9345         * info.el (Info-bookmark-jump): Simplify.
9347         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9348         (bookmark-default-handler): Accept new bookmark field `buffer'.
9350 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
9352         * iswitchb.el (iswitchb-completions): Revert last change.
9354 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
9356         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9357         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9358         This prevents file names like "~/" being listed literally.
9360 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
9362         * term/xterm.el (xterm-maybe-set-dark-background-mode):
9363         Remove dead code.  (Bug#5546)
9365 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
9367         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9368         correctly (Bug#5548).
9370 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
9372         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9373         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9375 2010-02-08  Kenichi Handa  <handa@m17n.org>
9377         * international/mule-util.el (with-coding-priority): Add autoload
9378         cookie for putting `lisp-indent-function'.
9380 2010-02-07  Glenn Morris  <rgm@gnu.org>
9382         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9383         Move F2003 named interfaces from keywords-2 to keywords-1, and
9384         use function-name-face rather than constant-face.
9385         Simplify "abstract interface" regexp.
9387 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
9389         * eshell/esh-util.el (eshell-file-attributes): New optional arg
9390         ID-FORMAT.  Pass it to `file-attributes'.
9392         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9394 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
9396         * faces.el (set-face-attribute): Allow calling
9397         internal-set-lisp-face-attribute with 'unspecified family and
9398         foundry argument (Bug#5536).
9400 2010-02-07  Glenn Morris  <rgm@gnu.org>
9402         * progmodes/f90.el (f90-font-lock-keywords-2)
9403         (f90-looking-at-type-like, f90-looking-at-program-block-end):
9404         Handle F2003 named interfaces.
9406 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
9408         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9409         beg and end before calling c-get-state-before-change-functions.
9411 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
9413         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
9415 2010-02-05  Juri Linkov  <juri@jurta.org>
9417         * doc-view.el (doc-view-mode):
9418         * image-mode.el (image-mode): Put property mode-class=special.
9419         (Bug#4896)
9421 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
9423         * vc-svn.el (vc-svn-revision-table): New function.
9425 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
9427         * net/ange-ftp.el (ange-ftp-insert-directory):
9428         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9429         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9430         Handle also directories.  (Bug#5478)
9432 2010-02-05  Glenn Morris  <rgm@gnu.org>
9434         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9436 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
9438         * startup.el (command-line-1): Convert options beginning with a
9439         single dash as well (Bug#5519).
9441 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9443         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9444         * minibuffer.el (completion-initials-expand): Only check the presence
9445         of delims *within* the boundaries, since otherwise the / delim is
9446         always found for files.
9448         Fix up various corner case problems.
9449         * doc-view.el (doc-view-last-page-number): New function.
9450         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9451         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9452         (doc-view-kill-proc): Avoid inf-loop in freak cases.
9453         (doc-view-reconvert-doc): Use the new recursive delete-directory.
9454         (doc-view-convert-current-doc): Don't create the resolution.el file
9455         here any more.
9456         (doc-view-pdf/ps->png): Do it here instead.
9457         (doc-view-already-converted-p): Check that resolution.el is present.
9458         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9459         windows that are not yet showing images.
9461 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
9463         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9464         `dired-uncache' for every elemnt which is an absolute file name.
9466         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9467         directory, handle its directory component.
9468         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
9469         function is called permanently and creates noise, otherwise.
9471         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9472         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9473         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
9475 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
9477         * macros.el (apply-macro-to-region-lines):
9478         Minor simplification.  (Bug#5485)
9480 2010-02-04  Glenn Morris  <rgm@gnu.org>
9482         * mail/rmail.el (rmail-show-message-1): Handle malformed
9483         quoted-printable text.  (Bug#5441)
9485         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
9487         * simple.el (visual-line-mode): Capitalize lighter.
9489 2010-02-03  John Wiegley  <jwiegley@gmail.com>
9491         * iswitchb.el (iswitchb-completions): Add bookmark files to the
9492         list of files considered for "virtual buffer" completions.
9494 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
9496         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
9497         also in case of (and (not full) (not wildcard)).  This is needed
9498         when dired is called with a list of files, which are not in
9499         `default-directory'.  (Bug#5478)
9501 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
9505 2010-02-02  Juri Linkov  <juri@jurta.org>
9507         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
9508         from unidiff to allow function-line after @@.
9510 2010-02-02  Juri Linkov  <juri@jurta.org>
9512         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
9513         '(RCS SCCS) with inverted condition.
9515 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
9517         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
9518         messages.
9520 2010-02-01  Juri Linkov  <juri@jurta.org>
9522         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
9523         compare with "pkunzip" and "pkzip" instead of only "pkzip".
9524         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
9525         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
9527 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9529         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
9530         (doc-view-revert-buffer): New command.
9531         (doc-view-mode-map): Use it.
9533 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
9535         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
9536         pending merge is detected.
9538 2010-01-31  Juri Linkov  <juri@jurta.org>
9540         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
9541         beginning of interactive spec like all other grep commands do.
9542         Put "all" in front of "gz".  (Bug#5260)
9544 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
9546         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
9548 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
9550         * dirtrack.el (dirtrack): Warn instead of signalling error if the
9551         regexp is incorrect (Bug#5476).
9553 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
9555         * net/tramp.el (tramp-handle-insert-directory): Handle also
9556         symlinks, when FILENAME is not in `default-directory'.
9558 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9560         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
9561         FILE is not in `default-directory'.  (Bug#5478)
9563         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
9564         of SWITCHES.  Handle the case, FILENAME is not in
9565         `default-directory'.  (Bug#5478)
9566         (tramp-register-file-name-handlers): Add safe-magic property.
9568 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
9570         * arc-mode.el (archive-zip-extract): Quote the argument passed to
9571         unzip (Bug#5475).
9573 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
9575         * progmodes/flymake.el (flymake-allowed-file-name-masks)
9576         (flymake-master-make-header-init): Add other C++ filename masks.
9577         (flymake-find-possible-master-files)
9578         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
9580 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9582         Fix some busybox annoyances.
9584         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
9585         not responding." string.
9586         (tramp-open-connection-setup-interactive-shell): Dump stty
9587         settings.  Enable "neveropen" arg for all `tramp-send-command'
9588         calls.  Handle "=" in variable values properly.
9589         (tramp-find-inline-encoding): Raise an error, when no encoding is
9590         found.
9591         (tramp-wait-for-output): Check, whether PROC buffer is available.
9592         Remove spurious " ^H" sequences, sent by busybox.
9593         (tramp-get-ls-command): Suppress coloring, if possible.
9595 2010-01-28  Glenn Morris  <rgm@gnu.org>
9597         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
9599         * log-edit.el (log-edit-strip-single-file-name): Add missing
9600         :safe, :group, and :version tags.
9602 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
9604         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
9605         buffers.  (Bug#5477)
9607 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
9609         * files.el (delete-directory): Handle moving to trash without
9610         first doing recursion (Bug#5436).
9612 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
9614         * vc-hooks.el (vc-path): Mark as obsolete.
9616 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
9619         names too.
9621         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
9622         for the short log.
9623         (vc-bzr-log-view-mode): Adjust regexp for the above change.
9625 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
9627         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
9629         * vc-bzr.el (vc-bzr-revision-table): New function.
9631 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
9633         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
9634         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
9636 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9638         Remove support for adding --signoff on commit.
9639         Future support will use an incompatible generic mechanism.
9640         * vc-git.el (vc-git-add-signoff): Remove variable.
9641         (vc-git-toggle-signoff): Remove function.
9642         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
9644         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
9645         from xterm-set-background-mode.  Return t if the background mode
9646         was set.
9647         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
9648         earlier, call it again in case the background mode has changed.
9650 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
9652         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
9653         (Bug#3541).
9655 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
9657         * emacs-lisp/assoc.el (aelement): Doc fix.
9658         (aput, adelete, amake): Use lexical-let (Bug#5450).
9660 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
9662         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
9663         is the same as subprogram call, not declaration.  (Bug#5435).
9665 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
9667         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
9668         (tramp-smb-maybe-open-connection): Use it.
9670 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
9672         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
9674 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9676         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
9677         just because we see "encoding: 8bit".
9678         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
9680 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
9682         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
9684 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
9686         * jka-compr.el (jka-compr-load): If load-file is not in
9687         load-history, try its file-truename version.  (bug#5447)
9689 2010-01-21  Alan Mackenzie  <acm@muc.de>
9691         Fix a situation where deletion of a cpp construct throws an error.
9692         * progmodes/cc-engine.el (c-invalidate-state-cache):
9693         Before invoking c-with-all-but-one-cpps-commented-out, check that the
9694         special cpp construct is still in the buffer.
9695         (c-parse-state): Record the special cpp with markers, not numbers.
9697 2010-01-21  Kenichi Handa  <handa@m17n.org>
9699         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
9700         process last-command-event, as it is now decoded first (Bug#5380).
9702 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
9704         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
9706 2010-01-20  Glenn Morris  <rgm@gnu.org>
9708         * indent.el (tab-always-indent): Fix custom-type.
9710 2010-01-19  Alan Mackenzie  <acm@muc.de>
9712         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
9713         buffer throws "args out of range".
9714         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
9715         playing the role of delimiter.
9717 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
9719         * progmodes/ada-mode.el: Fix bug#5400.
9720         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
9721         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
9722         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
9723         Improve comments in "is" portion.  Handle null procedure declaration.
9724         (ada-move-to-end): Improve doc string.
9726 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
9728         * ido.el (ido-cur-list): Initialize to nil.
9729         Remove obsolete information from commentary.
9730         (ido-choice-list): Initialize to nil.
9731         (ido-get-bufname): Reject minibuffers.
9732         (ido-make-buffer-list): If "default" is a nonexistent
9733         buffer, ignore it, as per the function's comment.
9734         (ido-kill-buffer-internal): New function.
9735         (ido-kill-buffer-at-head): Use it.
9736         (ido-visit-buffer): Likewise.
9738 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9740         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
9742 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
9744         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
9745         Fix typos in chart titles.
9747         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
9748         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
9749         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
9750         (describe-class, eieio-describe-generic, describe-generic):
9751         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
9752         (eieio-speedbar-expand):
9753         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9754         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
9755         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
9756         (viper-del-backward-char-in-replace, viper-backward-indent)
9757         (viper-brac-function, viper-register-to-point, viper-submit-report):
9758         * net/tramp.el (tramp-remote-coding-commands):
9759         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
9760         Fix typos in docstrings.
9762 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9764         * mail/sendmail.el (mail-yank-original): Set the mark if the
9765         specified function for yanking does not do it.
9767 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
9769         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
9771         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
9772         resyncing a directory.
9774 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
9776         * progmodes/ada-mode.el: Fix bug#1920.
9777         (ada-ident-re): Delete ., allow multibyte characters.
9778         (ada-goto-label-re): New; matches goto labels.
9779         (ada-block-label-re): New; matches block labels.
9780         (ada-label-re): New; matches both.
9781         (ada-named-block-re): Deleted; callers changed to use
9782         `ada-block-label-re' instead.
9783         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
9784         Use `ada-block-label-re'.
9785         (ada-indent-on-previous-lines): Improve handling of goto labels.
9786         (ada-get-indent-block-start): Special-case block label.
9787         (ada-get-indent-label): Split into `ada-indent-block-label' and
9788         `ada-indent-goto-label'.
9789         (ada-goto-stmt-start, ada-goto-next-non-ws):
9790         Optionally ignore goto labels.
9791         (ada-goto-next-word): Simplify.
9792         (ada-indent-newline-indent-conditional): Insert newline before
9793         trying to fix indentation; doc fix.
9795 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
9797         * calc/calc.el (calc-command-flags): Give it an initial value.
9799 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9801         * files.el (minibuffer-with-setup-hook):
9802         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
9803         (artist-key-draw-continously, artist-key-do-continously-continously)
9804         (artist-key-set-point-continously, artist-mouse-draw-continously):
9805         Fix typos in docstrings.
9807 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
9809         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
9810         return t (Bug#3898).
9812 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
9814         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
9815         can parse the output of the external commands (Bug#5279).
9817 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
9819         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
9821 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
9823         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
9825         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
9827         * startup.el (command-line): Remove unused --icon-type arg.
9828         Handle --display arg, passing it to command-line-1 (Bug#5392).
9830 2010-01-16  Mario Lang  <mlang@delysid.org>
9832         * emacs-lisp/chart.el (chart-translate-namezone):
9833         * textmodes/artist.el (artist-compute-popup-menu-table):
9834         Remove duplicated words in doc-strings.
9836 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
9838         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
9839         to mairix-search to suppress threading (Bug#5342).
9841 2010-01-15  Kenichi Handa  <handa@m17n.org>
9843         * international/mule-cmds.el (canonicalize-coding-system-name):
9844         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
9846 2010-01-15  Glenn Morris  <rgm@gnu.org>
9848         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
9850         * wid-edit.el (widget-keymap): Doc fix.
9852         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9853         former seems to be more widely accepted by various svn versions.
9855 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9857         * find-cmd.el (find-constituents):
9858         * vc-arch.el (vc-arch-root):
9859         * window.el (window-body-height, pop-up-frames):
9860         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9861         * progmodes/ada-stmt.el (ada-if):
9862         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9863         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9864         (ispell-encoding8-command, ispell-aspell-supports-utf8)
9865         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9867         * progmodes/flymake.el (flymake-post-syntax-check):
9868         Fix typo in error message.
9870 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9872         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9873         which is always a string.  (Bug#5313)
9875 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9877         * progmodes/ada-xref.el (ada-default-prj-properties):
9878         Simplify previous change.
9880 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9882         * progmodes/ada-xref.el (ada-default-prj-properties):
9883         Default ada_project_path to $ADA_PROJECT_PATH.
9885 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9887         * progmodes/ada-mode.el (ada-create-keymap):
9888         Override `narrow-to-defun' with `ada-narrow-to-defun'.
9890 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9892         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9893         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9894         (ada-get-current-indent, ada-imenu-generic-expression)
9895         (ada-which-function): Check for it.
9897 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9899         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9900         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9902 2010-01-14  Glenn Morris  <rgm@gnu.org>
9904         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
9906 2010-01-14  Kenichi Handa  <handa@m17n.org>
9908         * composite.el (auto-composition-mode): Make it a buffer local
9909         variable (permanent-local).
9910         (auto-composition-function): Set the default value to
9911         auto-compose-chars.
9912         (auto-composition-mode): Make it a simple function, not a minor mode.
9913         (global-auto-composition-mode): Likewise.
9914         (turn-on-auto-composition-if-enabled): Delete it.
9916 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
9918         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
9920 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
9922         * files.el (copy-directory): Compute target for recursive
9923         directories with identical names.  (Bug#5343)
9925 2010-01-12  Glenn Morris  <rgm@gnu.org>
9927         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9928         it to bug-gnu-emacs rather than emacs-pretest-bug.
9930 2010-01-11  Sam Steingold  <sds@gnu.org>
9932         * imenu.el (imenu-default-create-index-function): Detect infinite
9933         loops caused by imenu-prev-index-position-function.
9935 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9937         * htmlfontify.el (htmlfontify-load-rgb-file)
9938         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9939         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9940         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9941         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9942         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9943         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9944         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9945         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9946         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9947         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9948         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9949         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9950         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9951         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9952         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9953         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9954         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9955         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9956         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9957         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9958         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9959         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9960         backslash-quoting from parentheses, etc.
9962 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
9964         * progmodes/js.el: Autoload javascript-mode alias.
9966 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9968         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9969         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9970         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9971         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9972         Fix typos in docstrings.
9973         (ffap-url-regexp): Doc fix.
9974         (ffap-at-mouse): Fix typo in message.
9976 2010-01-11  Glenn Morris  <rgm@gnu.org>
9978         * version.el (emacs-copyright): Set copyright year to 2010.
9980 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * format.el (format-annotate-function): Only set
9983         write-region-post-annotation-function after running to-fn so as not to
9984         affect nested write-region calls (bug#5273).
9986 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
9988         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9989         wisent/python.el.
9991 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9993         * man.el (Man-goto-section): Signal error if the section is not
9994         found (Bug#5317).
9996 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
9998         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9999         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
10001 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
10003         * progmodes/compile.el: Don't treat compile-command as safe if
10004         compilation-read-command might be nil (Bug#4218).
10006 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
10008         * startup.el (command-line-1): Use orig-argi to check for ignored X and
10009         NS options.
10011 2010-01-08  Kenichi Handa  <handa@m17n.org>
10013         * international/fontset.el (build-default-fontset-data):
10014         Exclude characters in scripts kana, hangul, han, or cjk-misc.
10016 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
10018         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10019         to `create-file-buffer' as it expects, not just a buffer name.
10020         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10021         to help uniquify.  (Bug#3224)
10023 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
10025         * font-setting.el (font-setting-change-default-font): Use user-spec
10026         instead of name.
10028 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10030         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10032 2010-01-05  Tom Tromey  <tromey@redhat.com>
10034         * progmodes/python.el (python-font-lock-keywords):
10035         Handle qualified decorators (Bug#881).
10037 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
10039         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10040         in a lightweight checkout.
10042 2010-01-05  Kenichi Handa  <handa@m17n.org>
10044         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
10046 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
10048         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10050 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
10052         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10053         checkouts.  (Bug#618)
10054         (vc-bzr-log-view-mode): Also highlight the author.
10055         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10056         (vc-bzr-shelve-menu-map):
10057         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10058         (vc-bzr-shelve-apply): Make prompt more explicit.
10060 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10062         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10063         They are valid characters in URL paths (rfc3986), and at least
10064         Firefox does not understand the encoded version (Bug#3166).
10066 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
10068         * progmodes/octave-mod.el (octave-end-keywords)
10069         (octave-block-begin-or-end-regexp, octave-block-match-alist):
10070         Add "end" keyword (Bug#3061).
10071         (octave-end-as-array-index-p): New function.
10072         (calculate-octave-indent): Use it.
10074 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10076         * bookmark.el: Consistently put the text property on the bookmark name.
10077         (bookmark-bmenu-marks-width): Bump back to 2, to include
10078         annotation marks.
10079         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10080         property on the bookmark name, instead of not putting it at all.
10081         (bookmark-bmenu-list): Fix where we put the text property.
10083 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10085         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10086         for showing buffer modified state (as added in the previous change).
10088 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10090         * bookmark.el: Show modified state of bookmark buffer more accurately.
10091         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10092         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10093         (with-buffer-modified-unmodified): New macro.
10094         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10095         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
10096         Use new macro to preserve the buffer modified state.
10098 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10100         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
10101         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10102         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10103         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10104         (bookmark-bmenu-rename, bookmark-bmenu-locate)
10105         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10106         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
10108 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
10110         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10111         Make the lines in the generated doc string shorter.  (Bug#4668)
10113 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
10115         * net/rcirc.el: Add follow-link binding (Bug#4738).
10117 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
10119         * Makefile.in (bzr-update): Rename from cvs-update.
10120         (cvs-update): New target for backward compatibility.
10122         * makefile.w32-in (bzr-update): Rename from cvs-update.
10123         (cvs-update): New target for backward compatibility.
10125 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10127         * bookmark.el: Remove gratuitous gratitude.
10129 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10131         * bookmark.el (bookmark-bmenu-any-marks): New function.
10132         (bookmark-bmenu-save): Clear buffer modification if no marks.
10134 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10136         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
10137         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10138         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10139         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10141         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10142         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10143         To: emacs-devel {_AT_} gnu.org
10144         Subject: bookmark.el bug report
10145         Date: Mon, 28 Dec 2009 14:19:16 +0800
10146         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10148 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10150         * bookmark.el: Improvements suggested by Drew Adams:
10151         (bookmark-bmenu-ensure-position): New name for
10152         `bookmark-bmenu-check-position'.  Just ensure the position,
10153         don't return any meaningful value.
10154         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10155         New constants.
10157 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
10159         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10160         (bookmark-yank-point, bookmark-bmenu-check-position):
10161         Fix typos in docstrings.
10162         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10163         (bookmark-name-from-full-record, bookmark-get-position)
10164         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10165         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10166         Remove useless quoting of parenthesis, etc. in docstrings.
10168         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10169         (ediff-append-custom-diff): Fix typo in error message.
10170         (ediff-meta-mark-equal-files): Fix typos in messages.
10172         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10174         * net/imap-hash.el (imap-hash-make): Doc fix.
10175         (imap-hash-test): Fix typo in error message; reflow docstring.
10176         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10177         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10178         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10179         Fix typos in docstrings.
10180         (imap-hash-open-connection): Fix typo in error message.
10182         * play/gomoku.el (gomoku): Fix typos in docstring.
10184         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10185         (gdb-jsonify-buffer): Fix typos in docstring.
10186         (gdb-goto-breakpoint): Fix typo in error message.
10187         ("Display Other Windows"): Fix typo in help message.
10188         (gdb-speedbar-expand-node): Fix typo in question.
10190         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10191         (idlwave-html-system-help-location, idlwave-html-help-location)
10192         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10193         (idlwave-help-browser-generic-args, idlwave-help-directory)
10194         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10195         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10196         (idlwave-online-help, idlwave-help-html-link)
10197         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10198         Fix typos in docstrings.
10199         (idlwave-help-with-source, idlwave-help-find-routine-definition):
10200         Reflow docstrings.
10201         (idlwave-help-assistant-start): Fix typo in error message.
10203         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10204         (octave-electric-space): Fix typos in docstrings.
10206 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10208         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10210 2010-01-01  Juri Linkov  <juri@jurta.org>
10212         * comint.el (comint-input-ring-size): Make it a defcustom and
10213         increase the default to 500 (Bug#5148).
10215 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
10217         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10218         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10219         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10221 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
10223         Show working revision correctly for mercurial.
10224         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
10225         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
10227 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
10229         Declare some functions for the byte-compiler.
10230         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10231         (speedbar-timer-fn, speedbar-change-expand-button-char)
10232         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10234 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
10236         This changeset reverts GDB Graphical Interface to use annotations.
10237         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10239 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10241         Make vc-dir work on subdirectories of the bzr root.
10242         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
10243         file names relative to it.
10244         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10245         relative directory to vc-bzr-after-dir-status.
10247 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
10249         * font-lock.el (font-lock-refresh-defaults): New function, which
10250         can be used to let font-lock react to external changes in
10251         variables like font-lock-defaults and keywords.
10252         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10254 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10256         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10258         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10260 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
10262         Supersede color.diff settings in git log (bug#5211).
10264         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10265         escape chars in its output when the user has color.diff set to `always'.
10266         This fix works on git 1.4.2 and newer (released on 2006-08-13).
10268 2009-12-26  Kevin Ryde  <user42@zip.com.au>
10270         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10271         node.  Keep previous "Index" name to work with past coreutils too.
10273         * man.el (man): Revise docstring a bit to show -a and -l as
10274         examples.  Add -k description since support for it has otherwise
10275         been a secret.  (Further to bug#3717.)
10276         (Man-bgproc-sentinel): When "-k foo" produces no output show error
10277         "no matches" rather than "Can't find manpage", as the latter reads
10278         like -k was interpreted as a page name, which is not so.  (Bug#5431)
10280 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
10282         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10283         switches.  Check also for //SUBDIRED// line.
10285 2009-12-25  Kenichi Handa  <handa@m17n.org>
10287         * language/indian.el (devanagari-composable-pattern): Fixed to
10288         handle ZWNJ and ZWJ.  Use it in composition-function-table for
10289         Devanagari.
10290         (malayalam-composable-pattern): Fix previous change.
10292 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10294         * ps-print.el (ps-face-attributes): It was not returning the
10295         attribute face for faces specified as string.  Reported by harven
10296         <harven@free.fr>.  (Bug#5254)
10297         (ps-print-version): New version 7.3.5.
10299 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
10301         * calendar/icalendar.el (icalendar--convert-tz-offset):
10302         Fix timezone names.
10303         (icalendar--convert-tz-offset): Fix the "last-day-problem".
10304         (icalendar--add-diary-entry): Remove the trailing blank that
10305         diary-make-entry inserts.
10307 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
10309         Make `file-expand-wildcards' work for remote files.
10311         * files.el (file-expand-wildcards): In case of remote files, check
10312         only local file name part for wildcards.  Provide feature 'files
10313         and subfeature 'remote-wildcards.  (Bug#5198)
10315         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10316         if there is already an established connection.
10317         (tramp-advice-file-expand-wildcards): Remove it.
10319         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
10320         (tramp-advice-file-expand-wildcards): Move from tramp.el.
10321         Activate advice for older GNU Emacs versions.  (Bug#5237)
10323 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
10325         Some doc fixes (more needed).
10327         * find-cmd.el (find-constituents): Reflow docstring.
10328         (find-cmd, find-prune, find-command): Fix typos in docstrings.
10329         (find-generic): Doc fix.
10331 2009-12-17  Juri Linkov  <juri@jurta.org>
10333         Fix regression from 23.1 to allow multiple modes in Local Variables.
10335         * files.el (hack-local-variables-filter): While ignoring duplicates,
10336         don't take `mode' into account.
10337         (hack-local-variables-filter, hack-dir-local-variables):
10338         Don't remove duplicate `mode' from local-variables-alist (like `eval').
10340 2009-12-17  Juri Linkov  <juri@jurta.org>
10342         Make `dired-diff' safer.  (Bug#5225)
10344         * dired-aux.el (dired-diff): Signal an error when `file' equals to
10345         `current' or when `file' is a directory of the `current' file.
10347 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
10349         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10350         unconditionally preloaded files.
10352 2009-12-16  Juri Linkov  <juri@jurta.org>
10354         Revert to old 23.1 logic of using the file at the mark as default.
10355         * dired-aux.el (dired-diff): Use the file at the mark as default
10356         if it's not the same as the current file, and the target dir is
10357         the current dir or the mark is active.  Add the current file
10358         as the arg of `dired-dwim-target-defaults'.  Use the default file
10359         in the prompt.  (Bug#5225)
10361 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
10363         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10364         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10365         (tramp-check-for-regexp): Check also, when an echoing shell stops
10366         to echo sent commands.
10368 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10370         * Makefile.in: Revert last change (Bug#5191).
10372 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
10374         * vc-hg.el (vc-hg-print-log): Fix argument order.
10375         (vc-hg-working-revision): Make sure the command is executed in a
10376         known environment so that we can parse the output.  (Bug#4417)
10378 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10380         * progmodes/python.el (python-symbol-completions): Remove text
10381         properties from symbol string before calling python-send-receive.
10383 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
10385         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10386         when there are values for both file and line.  (Bug#5060)
10388 2009-12-14  Juri Linkov  <juri@jurta.org>
10390         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10391         whitespace after the file name of the first line of unified format,
10392         because git-diff doesn't output whitespace and file modification time
10393         after the file name.
10395 2009-12-14  David Kastrup  <dak@gnu.org>
10397         * info.el (Info-hide-cookies-node): Before hiding a cookie,
10398         check if it already has the `display' property added by
10399         `Info-display-images-node', and not put the `invisible' property
10400         in this case.
10402 2009-12-13  Glenn Morris  <rgm@gnu.org>
10404         * mail/emacsbug.el (message-sort-headers): Define for compiler.
10405         (report-emacs-bug): In message-mode, sort manually before storing
10406         original report text.  (Bug#5178)
10407         Remove superfluous save-excursion.
10409 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
10411         * net/dbus.el (dbus-property-handler): Filter lambda forms out
10412         when responding to "GetAll" properties.
10414 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
10416         * simple.el (compose-mail): Remove mail-setup-with-from from
10417         customization checks.
10419 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
10421         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10422         RAR archives created on Unix systems.
10424 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10426         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10427         the varalias that was accidentally removed by the 2009-11-19 change
10428         (bug#5186).
10430 2009-12-12  Kenichi Handa  <handa@m17n.org>
10432         * language/indian.el (indian-compose-regexp): New function.
10433         (malayalam-composable-pattern): Fix the pattern.
10434         (composition-function-table): Set malayalam-composable-pattern for
10435         Malayalam characters.
10437 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
10439         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10440         rather than down-mouse-1, based on follow-link conventions.
10442         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10443         are compiled.
10445 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
10447         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
10448         (verilog-vmm-statement-re, verilog-ovm-statement-re)
10449         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10450         (verilog-leap-to-head, verilog-backward-token):
10451         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
10453 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
10455         * progmodes/verilog-mode.el (verilog-auto-lineup)
10456         (verilog-nameable-item-re): Cleanup user-visible spelling and
10457         documentation errors.  One reported by Gary Delp.
10458         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
10459         (verilog-read-decls): Fix AUTOWIRE with types declared in a
10460         package, bug195.  Reported by Pierre-David Pfister.
10462 2009-12-11  Glenn Morris  <rgm@gnu.org>
10464         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10466         * mail/emacsbug.el: No longer require sendmail.
10467         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
10468         (report-emacs-bug-orig-text): Doc fix.
10469         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
10470         New local variables, to adapt to different mail-user-agents.
10471         (report-emacs-bug): Fix test for a gnu.org address.
10472         Use overlays for emphasis, since font-lock defeats 'face property.
10473         Pretest bugs also end up at the newsgroup these days.
10474         Stop message-mode stripping text properties.
10475         Set and use the new buffer-local variables.
10476         (report-emacs-bug-hook): Add doc-string.
10477         Remove some unnecessary save-excursions and simplify.
10478         Use the appropriate hook and send-command.
10480         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
10481         capitalization of some menu entries.
10483 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10485         * whitespace.el (whitespace-display-char-on):
10486         Ensure `buffer-display-table' is unique when two or more windows are
10487         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
10488         New version 12.1.
10490 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
10492         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
10493         characters in the Attribute field.
10495 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
10497         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
10499 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10501         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
10502         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10503         Disregard autoload-excludes.
10504         (update-directory-autoloads): Obey autoload-excludes here instead.
10505         But don't store its contents in no-autoloads and remove entries that
10506         refer to excludes files.
10508 2009-12-10  Glenn Morris  <rgm@gnu.org>
10510         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
10511         (expand-mail-aliases): Define for compiler.
10513         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
10514         Define for compiler.
10516         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
10517         appropriate for the mail-user-agent in use.
10519 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
10521         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
10523 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
10525         Fix short log parsing and fontification.
10526         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
10527         Fix fontification for the [merge] label.
10529 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
10531         Drop some properties to avoid surprises (bug#5002).
10532         * htmlfontify.el (hfy-ignored-properties): New defcustom.
10533         (hfy-fontify-buffer): Use it.
10535 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10537         Minor cleanup.
10538         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
10539         Adjust all callers.
10540         (ffap-locate-file): Remove unused arg `dir-ok' and make other
10541         args compulsory.  Adjust callers.
10542         (ffap-gopher-at-point): Remove unused var `name'.
10544         Get rid of the ELCFILES abomination.
10545         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10546         (compile-elcfiles): New phony target.
10547         (compile-main): Compute ELCFILES dynamically.
10548         (compile-clean): New target to remove left-over elc files.
10549         (compile, all): Use it.
10551 2009-12-09  Kenichi Handa  <handa@etlken>
10553         * international/mule-diag.el: Require help-mode instead of help-fns.
10555 2009-12-09  Kenichi Handa  <handa@m17n.org>
10557         * international/mule-cmds.el (ucs-names): Supply sufficiently
10558         fine ranges instead of pre-calculating accurate ranges.
10559         Iterate with bigger gc-cons-threshold.
10561 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10563         Add support for stashing a snapshot of the current tree.
10564         * vc-git.el (vc-git-stash-snapshot): New function.
10565         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
10567 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
10569         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
10570         instead of `(beginning|end)-of-line'.
10572 2009-12-08  Glenn Morris  <rgm@gnu.org>
10574         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
10576         * Makefile.in (ELCFILES): Regenerate.
10578 2009-12-07  Juri Linkov  <juri@jurta.org>
10580         Don't lazy-highlight the comint output in history Isearch mode.
10582         * comint.el (comint-history-isearch-search): Instead of
10583         `comint-line-beginning-position', use `comint-after-pmark-p'
10584         to check if point if before the process mark, and go to
10585         `process-mark' in this case.
10587 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10589         * textmodes/tex-mode.el (latex-complete)
10590         (latex-indent-or-complete): Remove.
10591         (latex-mode): Set completion-at-point-functions instead.
10593         Provide a standard completion command and hook it into TAB.
10594         * minibuffer.el (completion-at-point-functions): New var.
10595         (completion-at-point): New command.
10596         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
10597         * progmodes/python.el (python-mode-map): Use completion-at-point.
10598         (python-completion-at-point): Rename from python-partial-symbol and
10599         adjust for use in completion-at-point-functions.
10600         (python-mode): Setup completion-at-point for Python completion.
10601         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
10602         extracted from lisp-complete-symbol.
10603         (lisp-complete-symbol): Use it.
10604         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
10605         setup completion-at-point for Elisp completion.
10606         (emacs-lisp-mode-map, lisp-interaction-mode-map):
10607         Use completion-at-point.
10608         * ielm.el (ielm-map): Use completion-at-point.
10609         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
10610         * progmodes/sym-comp.el: Move to...
10611         * obsolete/sym-comp.el: Move from progmodes.
10613 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
10615         Prevent save-buffer in Rmail buffers from using the coding-system
10616         of the current message, and from clobbering the encoding mnemonics
10617         in the mode line (Bug#4623).
10619         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
10620         flag, too.
10621         (rmail-message-encoding): New variable.
10622         (rmail-write-region-annotate): Record the encoding of the current
10623         message in rmail-message-encoding.
10624         (rmail-after-save-hook): New function, restores the encoding of
10625         the current message after the message collection is saved.
10627 2009-12-07  Juri Linkov  <juri@jurta.org>
10629         * progmodes/grep.el (grep-read-files): Use `completing-read'
10630         instead of `read-string'.  Set its `collection' arg to
10631         `read-file-name-internal'.  (Bug#4301)
10633 2009-12-07  Juri Linkov  <juri@jurta.org>
10635         Correctly restore original Isearch point.  (Bug#4994)
10637         * isearch.el (isearch-mode): Move `isearch-push-state' after
10638         `(run-hooks 'isearch-mode-hook)'.
10639         (isearch-cancel): When `isearch-push-state-function' is defined,
10640         let-bind `isearch-cmds' to the first state (the last element of
10641         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
10642         function and restores the original point).  Otherwise, move point
10643         to `isearch-opoint'.
10645 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10647         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
10648         chars that don't have names, so the table can be built much faster at
10649         run-time.
10651 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
10653         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
10654         change.  Suggested by David Kastrup.
10656         * simple.el (compose-mail): Check for incompatibilities and warn.
10657         (compose-mail-user-agent-warnings): New option.
10659 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10661         Support showing a single log entry from vc-annotate.
10662         * vc.el (print-log): Add a new argument: START-REVISION.
10663         (vc-print-log-internal): Add a new optional argument and
10664         pass it to the backend.
10665         (vc-print-log, vc-print-root-log): Adjust callers.
10666         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
10667         buffer already displays the requested log entry, use it.
10668         Otherwise display only the log entry in question.
10669         * vc-svn.el (vc-svn-print-log):
10670         * vc-mtn.el (vc-mtn-print-log):
10671         * vc-hg.el (vc-hg-state):
10672         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
10673         (vc-git-show-log-entry): Return t on success.
10674         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
10675         (vc-bzr-show-log-entry): Return t on success.
10676         * vc-rcs.el (vc-rcs-print-log):
10677         * vc-sccs.el (vc-sccs-print-log):
10678         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
10680 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10682         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
10683         Add menus to the meta mode.  (Bug#5043)
10685 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10687         * ediff-init.el (ediff-event-key): Use event-to-character instead of
10688         event-key.
10690         * ediff.el (ediff-buffers-internal): Add unwind-protect.
10692 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
10694         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
10695         Berbain <raphael.berbain@gmail.com>.
10697         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
10698         characters.
10699         (tramp-initial-end-of-output): New defconst.
10700         (tramp-methods, tramp-find-shell)
10701         (tramp-open-connection-setup-interactive-shell)
10702         (tramp-maybe-open-connection): Use it.
10703         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
10704         existence of `#' and `$'.
10706         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
10707         `tramp-initial-end-of-output'.
10709 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10711         Get the background mode from the terminal for xterm, and set
10712         faces accordingly.
10713         * term/xterm.el (xterm-set-background-mode): New function.
10714         (terminal-init-xterm): Use it in case xterm supports background
10715         color queries.  Recompute faces after getting the background
10716         color.
10718 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
10720         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
10721         number comment back on its own line, for easier parsing.
10723 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10725         Make it work for non-file buffers (bug#5102).
10726         * doc-view.el (doc-view-current-cache-dir):
10727         Use doc-view-buffer-file-name rather than buffer-file-name.
10728         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
10730 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
10732         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
10733         author field is too short.
10735 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
10737         * vc-git.el (vc-git-print-log): Handle a limit argument.
10738         Display the short log in graph form and with labels.
10739         (vc-git-log-view-mode): Handle labels.
10741         Make vc-revert change VC state from 'added to 'unregistered.
10742         * vc-git.el (vc-git-revert): Call git reset first.
10744 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
10746         * net/newst-backend.el, net/newst-plainview.el:
10747         * net/newst-reader.el, net/newst-ticker.el:
10748         * net/newst-treeview.el, net/newsticker.el:
10749         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
10751 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
10753         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
10755         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
10756         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
10757         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10758         Update annotation regexp.
10760         * simple.el (beginning-of-visual-line): Constrain to field
10761         boundaries (Bug#5106).
10763 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
10765         * xml.el (xml-substitute-numeric-entities): Move
10766         newsticker--decode-numeric-entities in newst-backend.el to
10767         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
10768         * net/newst-backend.el (newsticker--parse-generic-feed)
10769         (newsticker--parse-generic-items)
10770         (newsticker--decode-numeric-entities): Move
10771         newsticker--decode-numeric-entities in newst-backend.el to
10772         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
10774 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
10776         * progmodes/js.el (js--js-not): Add null to the list of values.
10778 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
10780         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
10782 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10784         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
10785         delimiter if it is at the end of the current line.
10786         (bibtex-generate-url-list): Fix docstring.
10788 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
10791         minibuffer's content with itself.
10792         Fold the confirm-after-completion case into the `confirm' case.
10793         (completion-pcm-word-delimiters): Add : and / to the delimiters.
10795 2009-12-06  Kevin Ryde  <user42@zip.com.au>
10797         * ffap.el (ffap-rfc-path): Make this a defcustom since
10798         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
10800         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
10801         manuals, similar to existing setup for help-mode.  (Bug#3913.)
10803 2009-12-05  Juri Linkov  <juri@jurta.org>
10805         Save and restore dired buffer's point positions too.  (Bug#4880)
10807         * dired.el (dired-save-positions): Return in the first element
10808         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
10809         Doc fix.
10810         (dired-restore-positions): First restore buffer's position.
10811         While restoring window's positions, check if window still displays
10812         the original buffer.
10814 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
10816         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
10817         if possible.
10819         * shell.el (shell): Require ansi-color (Bug#5113).
10821         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
10823         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
10825 2009-12-05  Alan Mackenzie  <acm@muc.de>
10827         * progmodes/cc-mode.el (c-before-hack-hook)
10828         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
10829         `c-file-style' to work again.  This reversion restores the current
10830         software to its state in Emacs 23.1.  (Bug#4146)
10832 2009-12-05  Kevin Ryde  <user42@zip.com.au>
10834         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
10835         comment-start-skip to comment-end-skip as comment (Bug#4781).
10837 2009-12-05  Juri Linkov  <juri@jurta.org>
10839         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
10840         for virtual nodes.  (Bug#4147)
10841         (Info-find-node-2): Set `Info-current-node-virtual' to nil
10842         when moving from a virtual node.
10843         (Info-mode-menu): Add `Info-virtual-index' to the menu.
10844         (Info-mode): Add `Info-virtual-index' to the docstring.
10846 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10848         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10849         track of the buffer position of the end of a BibTeX entry as this
10850         position may change during reformatting.
10851         (bibtex-format-entry): Remove whitespace before processing
10852         numerical fields so that we recognize the latter properly.
10853         (bibtex-reformat): Do not use push which changes the global value
10854         of bibtex-entry-format.
10855         (bibtex-field-braces-alist, bibtex-field-strings-alist)
10856         (bibtex-field-re-init): Replace only space characters by regexp
10857         for whitespace.
10858         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
10859         (bibtex-initialize): Also update bibtex-strings.
10860         (bibtex-kill-field): Preserve white space at end of entry.
10861         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10862         Update bibtex-reference-keys.
10864 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * minibuffer.el (completion-pcm--merge-try): Also consider placing
10867         point after a star, if that's the only place where modifications can
10868         make progress.
10870 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
10872         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10873         in docstrings.
10875 2009-12-04  Juri Linkov  <juri@jurta.org>
10877         * proced.el (proced): Call `(proced-update t)' to update process
10878         information instead of only running proced-post-display-hook.
10879         (proced-send-signal): Add a leading space to the buffer name
10880         " *Marked Processes*" to make this buffer ephemeral.
10882 2009-12-04  Juri Linkov  <juri@jurta.org>
10884         * dired.el (dired-auto-revert-buffer): New defcustom.
10885         (dired-internal-noselect): Use it.
10887 2009-12-04  Juri Linkov  <juri@jurta.org>
10889         Change roles of modes and functions in image-mode.el (Bug#5062).
10891         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10892         in `auto-mode-alist'.
10893         (image-mode-previous-major-mode): New variable.
10894         (image-minor-mode-map): Rename from `image-mode-text-map'.
10895         (image-mode): Move graceful error-handling code from
10896         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
10897         (image-minor-mode): Remove all image-handling code.
10898         Replace `image-mode-text-map' with `image-minor-mode-map'.
10899         Check for `image-type' in mode-line format string.
10900         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10901         (image-mode-as-text): New function with most code from
10902         `image-mode-maybe'.
10903         (image-toggle-display-text): Move code that removes image
10904         properties from `image-toggle-display' to here.
10905         (image-toggle-display-image): New function with code that adds
10906         image properties copied from `image-toggle-display'.
10907         (image-toggle-display): Remove most code with leaving only code
10908         that toggles between `image-mode-as-text' and `image-mode'.
10910 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
10912         * net/newst-treeview.el
10913         (newsticker--treeview-list-highlight-start): Restored call to
10914         save-excursion: Selected item was stuck.
10915         (newsticker--treeview-list-select): New.
10916         (newsticker--treeview-item-show-text)
10917         (newsticker--treeview-item-show)
10918         (newsticker--treeview-item-update): Use new
10919         newsticker-treeview-item-mode.
10920         (newsticker-treeview-update): Keep current item.
10921         (newsticker-treeview-next-new-or-immortal-item): Doc change.
10922         (newsticker--treeview-first-feed): Doc change.
10923         (newsticker-treeview-list-menu)
10924         (newsticker-treeview-item-menu): Added menu entries.
10925         (newsticker-treeview-item-mode): New.
10927         * net/newst-backend.el (newsticker-customize): Delete other
10928         windows.
10930 2009-12-04  Sam Steingold  <sds@gnu.org>
10932         * log-view.el (log-view-mode-map): "q" calls quit-window,
10933         like in all the other non-self-insert buffers.
10935 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10937         Minor cleanup.
10938         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10939         key decoding rather than do it manually via last-input-event +
10940         ascii-character.
10941         (term-exec): Use delete-and-extract-region.
10942         (term-handle-ansi-terminal-messages): Remove unused var `end'.
10943         (term-process-pager): Remove unused var `i'.
10944         (term-dynamic-simple-complete): Make obsolete.
10945         (serial-update-config-menu): Remove unused vars `y' and `str'.
10946         (term-update-mode-line): Remove unused var `temp'.
10948 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10950         Limit the number of log entries displayed by default.
10951         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10952         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10953         using a prefix argument.
10955 2009-12-03  Glenn Morris  <rgm@gnu.org>
10957         * progmodes/idlwave.el (class): Restore still useful declaration.
10959 2009-12-03  Alan Mackenzie  <acm@muc.de>
10961         Enhance `c-parse-state' to run efficiently in "brace deserts".
10963         * progmodes/cc-mode.el (c-basic-common-init):
10964         Call c-state-cache-init.
10965         (c-neutralize-syntax-in-and-mark-CPP): Rename from
10966         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
10967         placing `category' properties value 'c-cpp-delimiter at its boundaries.
10969         * progmodes/cc-langs.el (c-before-font-lock-function):
10970         c-extend-and-neutralize-syntax-in-CPP has been renamed
10971         c-neutralize-syntax-in-and-mark-CPP.
10973         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10974         with `category' properties now, not `syntax-table' ones.
10976         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10977         enhanced (but slower) version of c-end-of-macro that won't land
10978         inside a literal or on another awkward character.
10979         (c-state-cache-too-far, c-state-cache-start)
10980         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10981         (c-state-nonlit-pos-cache-limit, c-state-point-min)
10982         (c-state-point-min-lit-type, c-state-point-min-lit-start)
10983         (c-state-min-scan-pos, c-state-brace-pair-desert)
10984         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10985         buffer local variables.
10986         (c-state-literal-at, c-state-lit-beg)
10987         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10988         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10989         (c-state-cache-top-paren, c-state-cache-after-top-paren)
10990         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10991         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10992         (c-renarrow-state-cache)
10993         (c-append-lower-brace-pair-to-state-cache)
10994         (c-state-push-any-brace-pair, c-append-to-state-cache)
10995         (c-remove-stale-state-cache)
10996         (c-remove-stale-state-cache-backwards, c-state-cache-init)
10997         (c-invalidate-state-cache-1, c-parse-state-1)
10998         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10999         (c-parse-state): Enhance and refactor.
11000         (c-debug-parse-state): Amend to deal with all the new variables.
11002         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11003         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
11004         modify to use category text properties rather than syntax-table ones.
11005         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
11006         to switch off/on the syntactic paren property of C++ template
11007         delimiters using the category property.
11008         (c-with-<->-as-parens-suppressed): Macro to invoke code with
11009         template delims suppressed.
11010         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11011         New constant/macros which apply category properties to the start
11012         and end of preprocessor constructs.
11013         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
11014         "comment out" the syntactic value of characters in preprocessor
11015         constructs.
11016         (c-with-cpps-commented-out)
11017         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11018         with characters in all or all but one preprocessor constructs
11019         "commented out".
11021 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11023         * proced.el (proced-filter-alist): Use regexp-quote.
11025 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
11027         Cleanup.
11028         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11029         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
11030         arguments.  Expand `default-directory'.
11032         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11033         the benefit of returning an expanded localname.
11034         (tramp-tramp-file-p): Handle the case NAME is not a string.
11036 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11038         Add support for bzr shelve/unshelve.
11039         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11040         (vc-bzr-extra-menu-map): New variables.
11041         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11042         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11043         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11044         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11045         (vc-bzr-dir-extra-headers): Display shelves.
11047         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11049 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11051         * textmodes/bibtex.el (bibtex-complete-internal):
11052         Use completion-in-region.
11053         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11055 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11057         Support applying stashes.  Improve UI.
11058         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11059         (vc-git-stash-apply, vc-git-stash-pop)
11060         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11061         (vc-git-stash-menu): New functions.
11062         (vc-git-stash-menu-map): New variable.
11063         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11065 2009-12-03  Glenn Morris  <rgm@gnu.org>
11067         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11068         (vc-print-log-internal): Fix previous change.
11069         (vc-revert): Correct pluralization.
11071 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11073         * progmodes/make-mode.el (makefile-special-targets-list): No need for
11074         it to be an alist any more.
11075         (makefile-complete): Use completion-in-region.
11077         * progmodes/octave-mod.el (octave-complete-symbol):
11078         Use completion-in-region.
11080         Misc cleanup.
11081         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11082         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11083         (idlwave-complete-class): Don't quote lambda.
11084         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11085         (idlwave-mode-map): Move initialization into declaration.
11086         (idlwave-action-and-binding): Use backquotes.
11087         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11088         Simplify.
11089         (idlwave-is-pointer-dereference): Remove unused var `pos'.
11090         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11091         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11092         `parts', and `all-parts'.
11093         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11094         (idlwave-convert-xml-system-routine-info): Remove unused string
11095         `version-string'.
11096         (idlwave-display-user-catalog-widget): Use dolist.
11097         (idlwave-scanning-lib): Declare dynamically-scoped var.
11098         (idlwave-scan-library-catalogs): Remove unused var `flags'.
11099         (completion-highlight-first-word-only): Declare to silence bytecomp.
11100         (idlwave-popup-select): Tighten scope of `resp'.
11101         (idlwave-find-struct-tag): Remove unused var `beg'.
11102         (idlwave-after-load-rinfo-hook): Declare.
11103         (idlwave-sintern-class-info): Remove unused var `taglist'.
11104         (idlwave-find-class-definition): Remove unused var `list'.
11105         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11106         (idlwave-what-module-find-class): Remove unused var `classes'.
11108 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
11110         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11112 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11114         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11115         buffers visited.  Remove redundant current-buffer-saving.
11117 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11119         Use completion-in-buffer and remove uses of dynamic scoping.
11120         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11121         (pascal-buffer-to-use, pascal-flag): Don't declare.
11122         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11123         (pascal-get-completion-decl, pascal-keyword-completion):
11124         Add `pascal-str' argument, save-excursion,
11125         return the found completions, and don't filter with pascal-pred.
11126         (pascal-completion-cache): New var.
11127         (pascal-completion): Don't switch buffer any more (it was never
11128         necessary).  Don't save-excursion any more (it's done by the called
11129         subroutines).  Use a cache to avoid redundant computations.
11130         Use complete-with-action rather than pascal-completion-response and
11131         let it apply the predicate as well.
11132         (pascal-complete-word): Use completion-in-buffer when
11133         pascal-toggle-completions is nil.
11134         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11135         not used any more.
11136         (pascal-comp-defun): Don't change buffer any more.
11137         Use complete-with-action rather than pascal-completion-response and
11138         let it apply the predicate as well.
11139         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11140         when neded.
11142 2009-12-02  Kenichi Handa  <handa@m17n.org>
11144         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11145         shape for all Indic scripts.
11147 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11149         Use completion-in-buffer.
11150         * wid-edit.el (widget-field-text-end): New function.
11151         (widget-field-value-get): Use it.
11152         (widget-string-complete, widget-file-complete)
11153         (widget-color-complete): Use it and completion-in-region.
11154         (widget-complete): Don't narrow the buffer.
11156 2009-12-02  Glenn Morris  <rgm@gnu.org>
11158         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
11159         (rmail-select-summary): Use rmail-pop-to-buffer.
11160         * mail/rmailsum.el: Replace all pop-to-buffer calls with
11161         rmail-pop-to-buffer, to prevent horizontal splits.
11163         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11164         save-excursion with save-current-buffer.
11165         Widen before searching.  (Bug#5093)
11166         (diary-list-sexp-entries): Remove superfluous save-excursion.
11168 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
11170         * woman.el (woman-make-bufname): Handle man-pages with "." in the
11171         name.  (Bug#5038)
11173 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11175         * ido.el (ido-file-internal): Handle filenames at point that do
11176         not have a directory part.  (Bug#5049)
11178 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
11180         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11181         (mpc-songs-jump-to, mpc-resume): Doc fixes.
11183 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
11185         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11186         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11187         any more.
11189 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11191         * comint.el (comint-insert-input): Ignore clicks to the right of
11192         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11194         * vc.el (vc-print-log-internal): Don't wait for the process to
11195         terminate before setting up the major mode.
11197         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11198         in case.
11200         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11201         the last element.
11203         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11205 2009-12-01  Glenn Morris  <rgm@gnu.org>
11207         * window.el (window--display-buffer-2): Fix previous changes.
11209 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
11211         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11213 2009-12-01  Glenn Morris  <rgm@gnu.org>
11215         * Makefile.in (ELCFILES): Add mpc.elc.
11217 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11219         * mpc.el: New file.
11221 2009-12-01  Glenn Morris  <rgm@gnu.org>
11223         * window.el (window-to-use): Define for compiler.
11225         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11226         consistent with others (no final period).
11228         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11229         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
11231 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
11233         Make vc-print-log buttons work.
11234         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
11236 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
11238         * savehist.el (savehist-autosave-interval): Allow setting to nil
11239         through customize.  (Bug#5056)
11241 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
11243         Fix references to jit-lock properties.
11244         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11245         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11246         (perl-font-lock-special-syntactic-constructs):
11247         Quote jit-lock-defer-multiline property.
11249 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11251         * vc-git.el (vc-git-registered): Call vc-git-root only once.
11253 2009-11-30  Juri Linkov  <juri@jurta.org>
11255         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11256         value `buffer' of `multi-isearch-next-buffer-current-function'.
11257         Use `(current-buffer)' when `buffer' is nil.
11258         (multi-isearch-next-buffer-from-list): Don't fallback to
11259         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
11261 2009-11-30  Juri Linkov  <juri@jurta.org>
11263         * misearch.el (multi-isearch-read-buffers): Move canonicalization
11264         of buffers with `get-buffer' to `multi-isearch-buffers'.
11265         (multi-isearch-buffers, multi-isearch-buffers-regexp):
11266         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
11267         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11268         FILES with `expand-file-name' converting relative file names
11269         to absolute.  Doc fix.  (Bug#4727)
11271 2009-11-30  Juri Linkov  <juri@jurta.org>
11273         * misearch.el (multi-isearch-read-buffers)
11274         (multi-isearch-read-matching-buffers): New functions.
11275         (multi-isearch-buffers, multi-isearch-buffers-regexp):
11276         Use them in the `interactive' spec.  Doc fix.
11277         (multi-isearch-read-files, multi-isearch-read-matching-files):
11278         New functions.
11279         (multi-isearch-files, multi-isearch-files-regexp):
11280         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
11282 2009-11-30  Juri Linkov  <juri@jurta.org>
11284         * doc-view.el (doc-view-continuous):
11285         Rename from `doc-view-continuous-mode'.
11286         (doc-view-menu): Move "Toggle display" to the top.
11287         Add submenu "Continuous" with radio buttons "Off"/"On"
11288         and "Save as Default".
11289         (doc-view-scroll-up-or-next-page)
11290         (doc-view-scroll-down-or-previous-page)
11291         (doc-view-next-line-or-next-page)
11292         (doc-view-previous-line-or-previous-page): Rename
11293         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
11295 2009-11-30  Juri Linkov  <juri@jurta.org>
11297         * comint.el (comint-mode-map): Rebind `M-r' from
11298         `comint-previous-matching-input' to
11299         `comint-history-isearch-backward-regexp'.
11300         Unbind `M-s' to allow global key binding `M-s'.
11301         Add menu items for `comint-history-isearch-backward' and
11302         `comint-history-isearch-backward-regexp'.  (Bug#3746)
11304 2009-11-30  Juri Linkov  <juri@jurta.org>
11306         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11307         For def=recenter, replace `recenter' with `recenter-top-bottom'
11308         that is called with `this-command' and `last-command' let-bound
11309         to `recenter-top-bottom'.  When the last `def' was not `recenter',
11310         set `recenter-last-op' to nil.  (Bug#4981)
11312 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11314         Minor cleanup and simplification.
11315         * filecache.el (file-cache-add-directory)
11316         (file-cache-add-directory-recursively)
11317         (file-cache-add-from-file-cache-buffer)
11318         (file-cache-delete-file-regexp, file-cache-delete-directory)
11319         (file-cache-files-matching-internal, file-cache-display): Use dolist.
11320         (file-cache-temp-minibuffer-message): Delete function.
11321         (file-cache-minibuffer-complete): Use minibuffer-message instead.
11323         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11324         Don't signal an error when bumping into EOB in tr, s, or y.
11326 2009-11-29  Juri Linkov  <juri@jurta.org>
11328         * startup.el (fancy-about-text): Fix wording of Guided Tour.
11329         (Bug#4960)
11331         * descr-text.el (describe-char-unidata-list): Use lowercase name
11332         for "Unicode name" like in other tags.
11334 2009-11-29  Juri Linkov  <juri@jurta.org>
11336         * ediff-util.el (ediff-minibuffer-with-setup-hook):
11337         New compatibility macro.
11338         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11340 2009-11-29  Juri Linkov  <juri@jurta.org>
11342         Add defcustom to define the cycling order of `recenter-top-bottom'.
11343         (Bug#4981)
11345         * window.el (recenter-last-op): Doc fix.
11346         (recenter-positions): New defcustom.
11347         (recenter-top-bottom): Rewrite to use `recenter-positions'.
11348         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11350 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
11352         Improve integration of Tramp and ange-ftp in eshell.
11354         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11355         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
11356         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
11358         * eshell/esh-util.el (top): Require also Tramp when compiling.
11359         (eshell-directory-files-and-attributes): Check for FTP remote
11360         connection.
11361         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11362         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11363         (eshell-file-attributes): Handle ".".  Return `entry'.
11365         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11366         (ange-ftp-directory-files-and-attributes)
11367         (ange-ftp-real-directory-files-and-attributes): New defuns.
11369         * net/tramp.el (tramp-maybe-open-connection): Open the remote
11370         shell with "exec" when possible.  This prevents trailing prompts
11371         in `start-file-process'.
11373 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         Try and remove assumptions about point-min==1.
11376         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11377         (rng-compute-mode-line-string): Show the validation percentage in
11378         terms of the narrowed text, not the widened text.
11379         (rng-do-some-validation): Don't catch internal errors when debugging.
11380         (rng-first-error): Simplify.
11381         (rng-after-change-function): Remove work around.  AFAIK the bug has
11382         been fixed a while ago.
11384         * image-mode.el (image-minor-mode): Exit more gracefully when the image
11385         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11387         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11389         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11390         `cd' doesn't always do it for us (bug#5067).
11392         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11393         on 2009-10-25 as part of some other change (bug#5067).
11395 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11397         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11398         `suspicious'.
11399         (byte-compile-warnings): Use byte-compile-warning-types.
11400         (byte-compile-save-excursion): Warn about use of set-buffer right
11401         after save-excursion.
11403         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11404         the excursion as well.
11406 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
11408         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11409         providing a Tramp related implementation of "su" and "sudo".
11410         (eshell-unix-initialize): Add "su" and "sudo".
11412 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
11414         * net/socks.el (socks-send-command): Convert binary request to
11415         unibyte before sending.  This fixes mishandling of some port
11416         numbers such as 129.
11418 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11420         * help.el (describe-bindings-internal): Remove `interactive'.
11422         * man.el (Man-completion-table): Trim a terminating "(".
11423         Remove the space between name page a section.
11424         Add the command's description on the `help-echo' property.
11425         Remove `process-connection-type' binding since it's unused by
11426         call-process.
11427         Provide completion for the "<section> <name>" format as well.
11428         (Man-default-man-entry): Remove spurious var shadowing the argument.
11430 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11432         * log-view.el: Add "Keywords: tools", since its other keywords
11433         aren't in finder-known-keywords, and following vc.el.
11435         * sha1.el (sha1-string-external): default-directory "/" in case
11436         otherwise non-existent.  process-connection-type pipe for touch of
11437         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11439 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11441         Misc coding convention cleanups.
11442         * htmlfontify.el (hfy-init-kludge-hook): Rename from
11443         hfy-init-kludge-hooks.
11444         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11445         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11446         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11447         and push.
11448         (hfy-slant, hfy-weight): Use tables rather than code.
11449         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11450         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11451         (hfy-face-attr-for-class): Initialize `face-spec' directly.
11452         (hfy-face-to-css): Remove `nconc' with single arg.
11453         (hfy-p-to-face-lennart): Use `or'.
11454         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
11455         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11456         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11457         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11458         (hfy-force-fontification): Use run-hooks.
11460 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
11462         Various minor fixes.
11463         * htmlfontify.el (hfy-default-header): Add toggle_invis since
11464         Javascript belongs in the header, not the body.
11465         (hfy-javascript): Remove.
11466         (hfy-fontify-buffer): Don't insert it any more.
11467         (hfy-face-at): Handle (face0 face1 face2) style face properties.
11468         Fix bug in invis handling when there were no invis props in a chunk.
11470 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
11474 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
11476         * finder.el (finder-mode-map): Add a menu.
11478 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
11480         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
11481         "unsigned" structs.
11483         (verilog-leap-to-head, verilog-backward-token): Handle "disable
11484         fork" statement better.
11486 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
11488         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
11489         (verilog-delete-auto, verilog-delete-empty-auto-pair)
11490         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
11491         Reported by Clay Douglass.
11493         (verilog-auto-inst, verilog-auto-star-safe)
11494         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
11495         Fix removing "// Interfaces" when saving .* expansions.  Reported by
11496         Pierre-David Pfister.
11498 2009-11-26  Glenn Morris  <rgm@gnu.org>
11500         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
11501         the scope.
11503 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
11505         * vc-annotate.el (vc-annotate-revision-previous-to-line):
11506         Really use previous revision.
11508 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11510         * man.el (Man-completion-table): default-directory "/" in case
11511         doesn't otherwise exist.  process-environment COLUMNS=999 so as
11512         not to truncate long names.  process-connection-type pipe to avoid
11513         any chance of hitting the pseudo-tty TIOCGWINSZ.
11514         (man): completion-ignore-case t for friendliness and since man
11515         itself is case-insensitive on the command line.
11516         Further to Bug#3717.
11518         * arc-mode.el: Add "Keywords: files", so the details in its
11519         commentary can be reached from finder-by-keyword.
11520         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
11521         editing mode, but it's comms related and sgml-mode.el has "comm"
11522         on that basis too.
11523         * textmodes/bibtex-style.el: Add "Keywords: tex".
11524         * international/isearch-x.el, international/ja-dic-cnv.el:
11525         * international/ja-dic-utl.el, international/kkc.el:
11526         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
11528 2009-11-25  Juri Linkov  <juri@jurta.org>
11530         * man.el (Man-completion-table): Modify regexp to include
11531         section names to completion strings.  (Bug#3717)
11533 2009-11-25  Juri Linkov  <juri@jurta.org>
11535         Search recursively in gzipped files.  (Bug#4982)
11537         * progmodes/grep.el (grep-highlight-matches): Add new options
11538         `always' and `auto'.  Doc fix.
11539         (grep-process-setup): Check `grep-highlight-matches' for
11540         `auto-detect' to determine the need to compute grep defaults.
11541         Move Windows/DOS specific --colors settings handling
11542         to `grep-compute-defaults'.  Check `grep-highlight-matches'
11543         to get the value of "--color=".
11544         (grep-compute-defaults): Compute `grep-highlight-matches' when it
11545         has the value `auto-detect'.  Move Windows/DOS specific settings
11546         from `grep-process-setup'.
11547         (zrgrep): New command with alias `rzgrep'.
11549 2009-11-25  Juri Linkov  <juri@jurta.org>
11551         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
11552         to nil instead of switching off view-mode.  (Bug#4896)
11554 2009-11-25  Juri Linkov  <juri@jurta.org>
11556         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
11558         * mwheel.el (mwheel-scroll-up-function)
11559         (mwheel-scroll-down-function): New defvars.
11560         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
11561         `scroll-up', and `mwheel-scroll-down-function' instead of
11562         `scroll-down'.
11564         * doc-view.el (doc-view-scroll-up-or-next-page)
11565         (doc-view-scroll-down-or-previous-page): Add optional ARG.
11566         Use this ARG in the call to image-scroll-up/image-scroll-down.
11567         Change `interactive' spec to "P".  Goto next/previous page only
11568         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
11569         SPC/DEL case).  Doc fix.
11570         (doc-view-next-line-or-next-page)
11571         (doc-view-previous-line-or-previous-page): Rename arg to ARG
11572         for consistency.
11573         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
11574         `doc-view-scroll-up-or-next-page', and buffer-local
11575         `mwheel-scroll-down-function' to
11576         `doc-view-scroll-down-or-previous-page'.
11578 2009-11-25  Juri Linkov  <juri@jurta.org>
11580         Provide additional default values (directories at other Dired
11581         windows) via M-n in the minibuffer of some Dired commands.
11583         * dired-aux.el (dired-diff, dired-compare-directories)
11584         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
11585         `minibuffer-default' in `minibuffer-with-setup-hook'.
11586         (dired-dwim-target-directory): Find a window that displays Dired
11587         buffer instead of failing when the next window is not Dired.
11588         Use `get-window-with-predicate' to find for the next Dired window.
11589         (dired-dwim-target-defaults): New function.
11591         * ediff-util.el (ediff-read-file-name):
11592         Use `dired-dwim-target-defaults' to set `minibuffer-default'
11593         in `minibuffer-with-setup-hook'.
11595 2009-11-25  Juri Linkov  <juri@jurta.org>
11597         Provide additional default values (file name at point or at the
11598         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
11600         * minibuffer.el (read-file-name-defaults): New function.
11601         (read-file-name): Reset `minibuffer-default' to nil when
11602         it duplicates initial input `insdef'.
11603         Bind `minibuffer-default-add-function' to lambda that
11604         calls `read-file-name-defaults' in `minibuffer-selected-window'.
11605         (minibuffer-insert-file-name-at-point): New command.
11607         * files.el (file-name-at-point-functions): New defcustom.
11608         (find-file-default): Remove defvar.
11609         (find-file-read-args): Don't use `find-file-default'.
11610         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11611         to `read-file-name'.
11612         (find-file-literally): Use `read-file-name' with
11613         `confirm-nonexistent-file-or-buffer'.
11615         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
11617         * dired.el (dired-read-dir-and-switches):
11618         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11619         to `read-file-name'.
11620         (dired-file-name-at-point): New function.
11621         (dired-mode): Add hook `dired-file-name-at-point' to
11622         `file-name-at-point-functions'.
11624 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11626         Really make the *Completions* window soft-dedicated (bug#5030).
11627         * window.el (window--display-buffer-2): Add `dedicated' argument.
11628         (display-buffer): Pass it when needed so the dedicated flag is set
11629         after calling set-window-buffer, which would otherwise reset it.
11631 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11633         * progmodes/meta-mode.el (meta-complete-symbol):
11634         * progmodes/etags.el (complete-tag):
11635         * mail/mailabbrev.el (mail-abbrev-complete-alias):
11636         Use completion-in-region.
11638         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
11639         (dabbrev-completion): Use completion-in-region.
11640         (dabbrev--abbrev-at-point): Simplify regexp.
11642         * abbrev.el (abbrev--before-point): Use word-motion functions
11643         if :regexp is not specified (bug#5031).
11645         * subr.el (string-prefix-p): New function.
11647         * man.el (Man-completion-cache): New var.
11648         (Man-completion-table): Use it.
11650         * vc.el (vc-print-log-internal): Make `limit' optional for better
11651         compatibility (e.g. with vc-annotate.el).
11653 2009-11-24  Kevin Ryde  <user42@zip.com.au>
11655         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
11656         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
11658         * emacs-lisp/elint.el (elint-add-required-env): Better error message
11659         when .el source file not found or other error.
11661 2009-11-24  Markus Triska  <markus.triska@gmx.at>
11663         * linum.el (linum-update-window): Ignore intangible (bug#4996).
11665 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11667         Handle the [back] button properly (bug#4979).
11668         * descr-text.el (describe-text-properties): Add a `buffer' argument.
11669         Use help-setup-xref, help-buffer, and with-help-window.
11670         (describe-char): Add `buffer' argument.
11671         Pass proper command to help-setup-xref.  Don't meddle with
11672         help-xref-stack-item directly.
11673         (describe-text-category): Use with-help-window and help-buffer.
11675         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
11676         for the displayed buffer (bug#4887).
11678         * man.el (Man-completion-table): New function.
11679         (man): Use it.
11681 2009-11-24  David Reitter  <david.reitter@gmail.com>
11683         * vc-git.el (vc-git-registered): Use checkout directory (where
11684         .git is) rather than the file's directory and a relative path spec
11685         to work around a bug in git.
11687 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
11689         Improve handling of processes on remote hosts.
11691         * eshell/esh-util.el (eshell-path-env): New defvar.
11692         (eshell-parse-colon-path): New defun.
11693         (eshell-file-attributes): Use `eshell-parse-colon-path'.
11695         * eshell/esh-ext.el (eshell-search-path):
11696         Use `eshell-parse-colon-path'.
11697         (eshell-remote-command): Remove argument HANDLER.
11698         (eshell-external-command): Check for FTP remote connection.
11700         * eshell/esh-proc.el (eshell-gather-process-output):
11701         Use `file-truename', in order to start also symlinked files.
11702         Apply `start-file-process' instead of `start-process'.
11703         Shorten `command' to the local file name part.
11705         * eshell/em-cmpl.el (eshell-complete-commands-list):
11706         Use `eshell-parse-colon-path'.
11708         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
11710         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
11711         to `eshell-directory-change-hook'.
11713 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
11715         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
11716         because it could be enabled automatically if view-read-only is non-nil.
11718 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
11720         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
11721         made on 2009-11-22.
11723 2009-11-24  Glenn Morris  <rgm@gnu.org>
11725         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
11726         deleted variable bookmark-bmenu-bookmark-column.
11728 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11730         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
11732 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11734         * net/browse-url.el (browse-url-filename-alist): On Windows, add
11735         two slashes to the "file:" prefix.
11736         (browse-url-file-url): De-munge Cygwin filenames before passing
11737         them to Windows browser.
11738         (browse-url-default-windows-browser): Use call-process.
11740 2009-11-23  Juri Linkov  <juri@jurta.org>
11742         Implement DocView Continuous mode.  (Bug#4896)
11743         * doc-view.el (doc-view-continuous-mode): New defcustom.
11744         (doc-view-mode-map): Bind C-n/<down> to
11745         `doc-view-next-line-or-next-page', C-p/<up> to
11746         `doc-view-previous-line-or-previous-page'.
11747         (doc-view-next-line-or-next-page)
11748         (doc-view-previous-line-or-previous-page): New commands.
11750 2009-11-23  Juri Linkov  <juri@jurta.org>
11752         Implement Isearch in comint input history.  (Bug#3746)
11753         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
11754         `isearch-mode-hook'.
11755         (comint-history-isearch): New defcustom.
11756         (comint-history-isearch-backward)
11757         (comint-history-isearch-backward-regexp): New commands.
11758         (comint-history-isearch-message-overlay): New buffer-local variable.
11759         (comint-history-isearch-setup, comint-history-isearch-end)
11760         (comint-goto-input, comint-history-isearch-search)
11761         (comint-history-isearch-message, comint-history-isearch-wrap)
11762         (comint-history-isearch-push-state)
11763         (comint-history-isearch-pop-state): New functions.
11765 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
11767         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
11768         return.
11769         (tramp-handle-make-symbolic-link)
11770         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
11771         Quote file names.
11772         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
11773         (tramp-handle-process-file): Use it.
11775 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11777         * window.el (move-to-window-line-last-op): Remove.
11778         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
11780 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
11782         Make M-r mirror the new cycling behavior of C-l.
11783         * window.el (move-to-window-line-last-op): New var.
11784         (move-to-window-line-top-bottom): New command.
11785         (global-map): Bind M-r move-to-window-line-top-bottom.
11787 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
11789         * dired-x.el (dired-guess-shell-alist-default):
11790         Support xz format.  (Bug#4953)
11792 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
11794         * emulation/viper-cmd.el: Use viper-last-command-char instead of
11795         last-command-char/last-command-event.
11796         (viper-prefix-arg-value): Do correct conversion of event-char for
11797         XEmacs.
11799         * emulation/viper-util.el, emulation/viper.el:
11800         Use viper-last-command-char instead of
11801         last-command-char/last-command-event.
11803         * ediff-init.el, ediff-mult.el, ediff-util.el:
11804         Replace last-command-char and last-command-event
11805         with (ediff-last-command-char) everywhere.
11807         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
11808         created in fundamental mode.
11810         * ediff.el (ediff-version): Revert the change of interactive-p to
11811         called-interactively-p.
11813 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
11815         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
11816         generation from word-movement command names.
11818 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
11820         * cus-start.el (all): Add native condition for font-use-system-font.
11822 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
11824         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11825         Correct the patch from 2009-11-18.  (Bug#3910)
11827 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
11829         * progmodes/subword.el: Rename from lisp/subword.el.
11831         * subword.el: Rename to progmodes/subword.el.
11833         * Makefile.in (ELCFILES): Adapt to subword.el move.
11835 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11836             Stefan Monnier  <monnier@iro.umontreal.ca>
11838         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
11839         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
11840         (bookmark-bmenu-show-filenames): Use push.
11841         (bookmark-bmenu-hide-filenames): Use local var instead of
11842         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
11843         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
11844         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
11845         filenames now that the bookmark names are always available.
11847 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11849         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11850         (bookmark-search-pattern): Move and leave unbound.
11851         (bookmark-bmenu-mode-map): Change binding.
11852         (bookmark-read-search-input): Simplify.
11853         Don't use text-char-description.  Don't error on non-char events.
11854         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11855         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11856         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11857         Use a local var for the timer.
11858         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11859         (i.e. bookmark-bmenu-search).
11861 2009-11-21  Glenn Morris  <rgm@gnu.org>
11863         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
11865 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11867         * net/browse-url.el (browse-url-default-windows-browser):
11868         Use cygstart for cygwin.
11870 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
11872         * bookmark.el: Formatting and doc fixes only:
11873         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11874         (bookmark-bmenu-search): Wrap to fit within 80 columns.
11875         Minor grammar and punctuation fixes in doc string.
11876         (bookmark-read-search-input): Adjust to fit within 80 columns.
11878 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11880         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11881         (c-backward-into-nomenclature): Adapt to subword renaming.
11883         * subword.el (subword-forward, subword-backward, subword-mark)
11884         (subword-kill, subword-backward-kill, subword-transpose)
11885         (subword-downcase, subword-upcase, subword-capitalize)
11886         (subword-forward-internal, subword-backward-internal):
11887         Rename from forward-subword, backward-subword, mark-subword,
11888         kill-subword, backward-kill-subword, transpose-subwords,
11889         downcase-subword, upcase-subword, capitalize-subword,
11890         forward-subword-internal, backward-subword-internal.
11892 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11894         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11895         New options.
11896         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11897         New vars.
11898         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11899         (bookmark-bmenu-filter-alist-by-regexp)
11900         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11901         (bookmark-bmenu-search): New command.
11902         (bookmark-bmenu-mode-map): Bind it.
11904 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11906         * progmodes/cc-cmds.el: declare-functioned forward-subword and
11907         backward-subword to quit the byte-compiler.
11909         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11911         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11913         * progmodes/cc-cmds.el (c-update-modeline)
11914         (c-forward-into-nomenclature, c-backward-into-nomenclature):
11915         Refer to subword.el functions instead of cc-subword.el.
11917         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11918         subword.el functions instead of cc-subword.el.
11920         * progmodes/cc-subword.el: Rename to subword.el.
11921         * subword.el: Rename from progmodes/cc-subword.el.
11922         (subword-mode-map): Rename from c-subword-mode-map.
11923         (subword-mode): Rename from c-subword-mode.
11924         (global-subword-mode): New global minor mode.
11925         (forward-subword): Rename from c-forward-subword.
11926         (backward-subword): Rename from c-backward-subword.
11927         (mark-subword): Rename from c-mark-subword.
11928         (kill-subword): Rename from c-kill-subword.
11929         (backward-kill-subword): Rename from c-backward-kill-subword.
11930         (transpose-subwords): Rename from c-tranpose-subword.
11931         (downcase-subword): Rename from c-downcase-subword.
11932         (capitalize-subword): Rename from c-capitalize-subword.
11933         (forward-subword-internal): Rename from c-forward-subword-internal.
11934         (backward-subword-internal): Rename from c-backward-subword-internal.
11936 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11938         * vc.el (vc-deduce-fileset): Allow non-state changing operations
11939         from a dired buffer.
11940         (vc-dired-deduce-fileset): New function.
11941         (vc-root-diff, vc-print-root-log): Use it.
11943         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11944         nil LIMIT argument to vc-print-log-internal.
11946 2009-11-20  Glenn Morris  <rgm@gnu.org>
11948         * Makefile.in (ELCFILES): Regenerate.
11950 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
11952         * calc/calc.el (calc-set-mode-line):
11953         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11954         (math-format-number): Rename `math-format-complement-signed' to
11955         `math-format-twos-complement'.
11957         * calc/calc-bin.el (math-format-twos-complement): Rename from
11958         math-format-complement-signed.
11959         (calc-radix): Rename `calc-complement-signed-mode' to
11960         `calc-twos-complement-mode'.
11961         (calc-octal-radix, calc-hex-radix): Add an argument for
11962         two's complement.
11964         * calc/calc-embed.el (calc-embedded-mode-vars):
11965         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11967         * calc/calc-ext.el (calc-init-extensions):
11968         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11969         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11971         * calc/calc-units.el (math-build-units-table-buffer):
11972         Let `calc-twos-complement-mode' be nil.
11974         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11975         entries.
11977         * calc/calc-vec.el (calcFunc-vunpack):
11978         * calc/calc-aent.el (calc-do-calc-eval):
11979         * calc/calc-forms.el (math-format-date):
11980         * calc/calc-graph.el (calc-graph-plot):
11981         * calc/calc-math.el (math-use-emacs-fn):
11982         * calc/calccomp.el (math-compose-expr):
11983         Let `calc-twos-complement-mode' be nil.
11985 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11987         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11988         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
11989         * minibuffer.el (completion-in-region-functions): New hook.
11990         (completion-in-region): New function.
11991         * emacs-lisp/lisp.el (lisp-complete-symbol):
11992         * pcomplete.el (pcomplete-std-complete): Use it.
11994 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11996         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11997         (latex-complete-alist): New vars.
11998         (latex-string-prefix-p, latex-complete-bibtex-keys)
11999         (latex-complete-envnames, latex-complete-refkeys)
12000         (latex-complete-data): New functions.
12001         (latex-complete, latex-indent-or-complete): New commands.
12003         * window.el (display-buffer-mark-dedicated): New var.
12004         (display-buffer): Obey it.
12005         * minibuffer.el (minibuffer-completion-help): Use it.
12007         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12009         * filecache.el (file-cache-add-file): Use push and cons.
12010         (file-cache-delete-file-regexp): Use push.
12011         (file-cache-complete): Use completion-in-region.
12013         * simple.el (with-wrapper-hook): Fix thinko.
12015         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12016         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12017         Use with-current-buffer and string-to-number.
12018         (hfy-fallback-colour-values): Use assoc-string.
12019         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12020         (hfy-face-at): Remove unused var `found-face'.
12021         (hfy-compile-stylesheet): Remove unused var `css'.
12022         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12023         and `orig-buffer'.
12024         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12025         Use with-current-buffer.
12026         (hfy-text-p): Use expand-file-name and fewer setq.
12028 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
12030         * htmlfontify.el, hfy-cmap.el: New files.
12032 2009-11-19  Juri Linkov  <juri@jurta.org>
12034         * minibuffer.el (completions-format): New defcustom.
12035         (completion--insert-strings): Implement vertical format.
12037         * simple.el (switch-to-completions): Move point to the first
12038         completion when point was at the beginning of the buffer.
12040 2009-11-19  Juri Linkov  <juri@jurta.org>
12042         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
12044         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12046 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
12048         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12049         (mail-signature): Change default to t.
12050         (mail-from-style): Deprecate `system-default' value.
12051         (mail-insert-from-field): For default value of mail-from-style,
12052         default to `angles' unless `angles' needs quoting and `parens'
12053         does not.
12054         (mail-citation-prefix-regexp): Use citation regexp from
12055         message-mode.
12057 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
12059         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12060         Set variables for computing the prompt for reading password.
12062 2009-11-19  Glenn Morris  <rgm@gnu.org>
12064         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
12066         * textmodes/flyspell.el (sgml-lexical-context): Declare.
12068         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12069         (newsticker-treeview-listwindow-height): Fix custom type.
12071 2009-11-19  Kenichi Handa  <handa@m17n.org>
12073         * descr-text.el (describe-char-padded-string): Compose with TAB
12074         only if there's a font for CH.
12075         (describe-char): Fix the condition for detecting a trivial composition.
12077 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
12079         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
12080         more accurate version of the regexp.  (Bug#3910)
12082 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12084         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12086 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
12088         * font-setting.el (font-use-system-font): Declare for byte-compiler.
12089         (font-setting-change-default-font): Fix typo in docstring.
12091 2009-11-18  Alan Mackenzie  <acm@muc.de>
12093         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12095 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
12097         * font-setting.el (font-use-system-font): Move ...
12099         * cus-start.el (all): ... to here.
12101 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
12103         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12104         Don't set `ad-return-value' if `ad-do-it' doesn't.
12106         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12107         modification time.
12109 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
12111         * menu-bar.el: Put "Use system font" in Option-menu.
12112         (menu-bar-options-save): Add font-use-system-font.
12114         * loadup.el: If feature system-font-setting or font-render-setting is
12115         there, load font-setting.
12117         * Makefile.in (ELCFILES): Add font-settings.el.
12118         * font-setting.el: New file.
12120 2009-11-17  Glenn Morris  <rgm@gnu.org>
12122         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12124         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12125         Preserve point in the list buffer.  (Bug#4939)
12126         Use point-at-eol.
12127         (newsticker--treeview-list-update-highlight)
12128         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12130 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12132         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12133         Remove.
12135         * calc/calc-ext.el (calc-init-extensions): Remove references to
12136         symclip.
12138         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12140         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12141         * calc/calc-help.el (calc-b-prefix-help): Remove references to
12142         `calc-symclip'.
12144 2009-11-16  Kevin Ryde  <user42@zip.com.au>
12146         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12147         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
12149         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12150         (lm-keywords-list): Allow comma-only separator like "foo,bar".
12151         Ignore trailing spaces by omit-nulls to split-string (fixing
12152         regression from Emacs 21 due to the incompatible split-string
12153         change).  (Bug #4928.)
12155 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12157         * vc.el (vc-log-show-limit): Default to 2000.
12158         (vc-print-log-internal): Insert buttons to request more entries
12159         when limiting the output.
12161         * vc-sccs.el (vc-sccs-print-log):
12162         * vc-rcs.el (vc-rcs-print-log):
12163         * vc-cvs.el (vc-cvs-print-log):
12164         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12165         LIMIT is non-nil.
12167 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
12169         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12170         error when `tramp-gvfs-dbus-event-vector' is set.
12171         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12173 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12175         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12177 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
12179         * net/dbus.el (dbus-unregister-service): New defun.
12180         (dbus-register-property): Register the handlers of
12181         "org.freedesktop.DBus.Properties" for SERVICE.
12182         (dbus-property-handler): Fix docstring.
12184 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12186         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12187         Quote doc string reference in defvaralias as it is not in special form.
12188         (byte-compile-output-docform): Doc fix.
12190 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12192         * calc/calc.el (math-2-word-size, math-half-2-word-size)
12193         (calc-complement-signed-mode): New variables.
12194         (calc-set-mode-line): Add indicator for twos-complements.
12195         (math-format-number): Format twos-complement notation.
12197         * calc/calc-bin.el (calc-word-size): Reset the variables
12198         `math-2-word-size' and `math-half-2-word-size'.
12199         (math-format-complement-signed, math-symclip, calcFunc-symclip)
12200         (calc-symclip): New functions.
12202         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12204         * calc/calc-embed.el (calc-embedded-mode-vars):
12205         Add `calc-complement-signed-mode' to the list of modes.
12207         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
12208         (calc-b-oper-keys): Add `calc-symclip' to list.
12210         * calc/calc-ext.el (math-read-number-fancy): Read complement
12211         signed numbers.
12212         (calc-init-extensions): Add binding for `calc-symclip'.
12213         Add autoload for `calcFunc-symclip' and `calc-symclip'.
12215         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12216         `calc-symclip'.
12217         (calc-modes-menu): Add item for twos complement mode.
12219         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
12221 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
12223         * register.el (jump-to-register, insert-register): Handle Semantic
12224         tags.  From commented-out advice in semantic/senator.el.
12226 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
12228         * vc.el (vc-log-show-limit): New variable.
12229         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
12230         when using a prefix argument.
12231         (vc-print-log-internal): Add new argument LIMIT.
12233         * vc-svn.el (vc-svn-print-log):
12234         * vc-mtn.el (vc-mtn-print-log):
12235         * vc-hg.el (vc-hg-print-log):
12236         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12237         pass it to the log command when set.  Make the BUFFER argument
12238         non-optional.
12240         * vc-sccs.el (vc-sccs-print-log):
12241         * vc-rcs.el (vc-rcs-print-log):
12242         * vc-git.el (vc-git-print-log):
12243         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12244         ignore it.  Make the BUFFER argument non-optional
12246         * bindings.el (mode-line-buffer-identification): Do not purecopy.
12248 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
12250         * dired.el (dired-mode-map): Move encryption items to "Operate"
12251         menu (Bug#4703).
12253         * strokes.el (strokes-update-window-configuration): Make strokes
12254         buffer current before erasing (Bug#4906).
12256 2009-11-15  Juri Linkov  <juri@jurta.org>
12258         * simple.el (set-mark-default-inactive): Add :type, :group
12259         and :version.  (Bug#4876)
12261 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
12263         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12264         (archive-unique-fname): ... here.  (Bug#4929)
12266 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12269         with a real fix.
12271         * novice.el (disabled-command-function): Add useful args.
12272         Setup the help buffer so that [back] works.
12273         Remove redundant call to help-mode.
12274         (disabled-command-function): Use `case'.
12275         (en/disable-command): New function extracted from enable-command.
12276         (enable-command, disable-command): Use it.
12278 2009-11-14  Glenn Morris  <rgm@gnu.org>
12280         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12281         constants.  (Bug#4913)
12283         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12285 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
12287         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12288         defined in C that have no doc-strings.  (Bug#1063)
12290 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
12292         * cus-edit.el (data, files):
12293         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
12295 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
12297         * simple.el (shell-command): Doc fix (Bug#4891).
12299         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12301 2009-11-14  Glenn Morris  <rgm@gnu.org>
12303         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12304         statements for vc-diff, emerge-quit, and rmail-cease-edit.
12305         If they are already loaded, eval-after-load will do the right thing.
12307         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12308         compiling.
12310         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12312         * simple.el (x-selection-owner-p): Declare.
12313         (read-mail-command): Use custom radio type rather than choice.
12314         (completion-no-auto-exit): Doc fix.
12316         * custom.el (defgroup):
12317         * epg-config.el (epg): Doc fixes.
12319 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
12321         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12322         * international/ccl.el (define-ccl-program): Do not purecopy the
12323         docstring, defconst does it anyway.
12325 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12327         * add-log.el (add-change-log-entry): Avoid displaying the changelog
12328         a second time.
12330         * x-dnd.el (x-dnd-maybe-call-test-function):
12331         * window.el (split-window-vertically):
12332         * whitespace.el (whitespace-help-on):
12333         * vc-rcs.el (vc-rcs-consult-headers):
12334         * userlock.el (ask-user-about-lock-help)
12335         (ask-user-about-supersession-help):
12336         * type-break.el (type-break-force-mode-line-update):
12337         * time-stamp.el (time-stamp-conv-warn):
12338         * terminal.el (te-set-output-log, te-more-break, te-filter)
12339         (te-sentinel, terminal-emulator):
12340         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12341         (term-write-input-ring, term-check-source, term-start-output-log):
12342         (term-display-buffer-line, term-dynamic-list-completions):
12343         (term-ansi-make-term, serial-term):
12344         * subr.el (selective-display):
12345         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12346         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12347         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12348         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12349         (speedbar-remove-localized-speedbar-support)
12350         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12351         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12352         (speedbar-buffers-line-directory):
12353         * simple.el (shell-command-on-region, append-to-buffer)
12354         (prepend-to-buffer):
12355         * shadowfile.el (shadow-save-todo-file):
12356         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12357         (scroll-bar-maybe-set-window-start):
12358         * sb-image.el (speedbar-image-dump):
12359         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12360         (load-save-place-alist-from-file):
12361         * ps-samp.el (ps-print-message-from-summary):
12362         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12363         (ps-background-image, ps-begin-job, ps-do-despool):
12364         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12365         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12366         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12367         (pr-call-process, pr-file-list, pr-interface-save):
12368         * novice.el (disabled-command-function)
12369         (enable-command, disable-command):
12370         * mouse.el (mouse-buffer-menu-alist):
12371         * mouse-copy.el (mouse-kill-preserving-secondary):
12372         * macros.el (kbd-macro-query):
12373         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12374         * informat.el (batch-info-validate):
12375         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12376         * hippie-exp.el (try-expand-dabbrev-visible):
12377         * help-mode.el (help-make-xrefs):
12378         * help-fns.el (describe-variable):
12379         * generic-x.el (bat-generic-mode-run-as-comint):
12380         * finder.el (finder-mouse-select):
12381         * find-dired.el (find-dired-sentinel):
12382         * filesets.el (filesets-file-close):
12383         * files.el (list-directory):
12384         * faces.el (list-faces-display, describe-face):
12385         * facemenu.el (list-colors-display):
12386         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12387         * epg.el (epg--process-filter, epg-cancel):
12388         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12389         (epa--read-signature-type):
12390         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12391         (emerge-file-names):
12392         * ehelp.el (electric-helpify):
12393         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12394         * ediff-vers.el (rcs-ediff-view-revision):
12395         * ediff-util.el (ediff-setup):
12396         * ediff-mult.el (ediff-append-custom-diff):
12397         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12398         (ediff-wordify):
12399         * echistory.el (Electric-command-history-redo-expression):
12400         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12401         * disp-table.el (describe-display-table):
12402         * dired.el (dired-find-buffer-nocreate):
12403         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12404         * dabbrev.el (dabbrev--same-major-mode-p):
12405         * chistory.el (list-command-history):
12406         * apropos.el (apropos-documentation):
12407         * allout.el (allout-obtain-passphrase):
12408         (allout-copy-exposed-to-buffer):
12409         (allout-verify-passphrase): Use with-current-buffer.
12411 2009-11-13  Glenn Morris  <rgm@gnu.org>
12413         * Makefile.in (ELCFILES): Regenerate.
12415 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
12417         * net/dbus.el (dbus-registered-objects-table): Rename from
12418         `dbus-registered-functions-table', because it contains also properties.
12419         (dbus-unregister-object): Unregister also properties.
12420         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12421         Use a timeout of 500 msec, in order to not block.
12422         (dbus-register-property, dbus-property-handler): New defuns.
12424 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * simple.el (minibuffer-default-add-completions): Drop deprecated
12427         4th arg.
12429 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
12431         * textmodes/artist.el (artist-mouse-choose-operation):
12432         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
12433         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
12434         (artist-compute-up-event-key): New function.
12435         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12437 2009-11-13  Kenichi Handa  <handa@m17n.org>
12439         * language/japan-util.el: Make sure that the value of jisx0208
12440         property is jisx0208 character.
12442 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
12444         * international/mule.el (auto-coding-regexp-alist): Only purecopy
12445         car or each item, not the whole list.
12447 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * minibuffer.el (minibuffer-completion-help):
12450         Use minibuffer-hide-completions.
12452 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
12454         * dired.el (dired-save-positions, dired-restore-positions): New funs.
12455         (dired-revert): Use them (bug#4880).
12457 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12459         * tooltip.el (tooltip-frame-parameters): Undo previous change.
12461 2009-11-12  Juri Linkov  <juri@jurta.org>
12463         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12464         New functions.
12465         (find-file-literally-at-point): Alias of `ffap-literally'.
12467 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12469         * textmodes/ispell.el (ispell-skip-region-alist):
12470         * textmodes/css-mode.el (auto-mode-alist):
12471         * progmodes/compile.el (auto-mode-alist):
12472         * international/mule.el (ctext-non-standard-encodings-alist)
12473         (ctext-non-standard-encodings-regexp):
12474         * simple.el (shell-command-switch, text-read-only):
12475         * replace.el (occur-mode-map):
12476         * paths.el (rmail-file-name):
12477         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
12478         * find-file.el (ff-special-constructs):
12479         * files.el (file-name-handler-alist):
12480         * composite.el: Purecopy strings.
12482         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
12484 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12486         * widget.el (define-widget): Purecopy the docstring.
12487         * international/mule-cmds.el (charset): Do not purecopy the
12488         docstring here, define-widget does it.
12490         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12491         * textmodes/bibtex-style.el (auto-mode-alist):
12492         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12493         * progmodes/compile.el (compile-command):
12494         * language/korea-util.el (default-korean-keyboard):
12495         * international/mule-conf.el (file-coding-system-alist):
12496         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
12497         * tooltip.el (tooltip-frame-parameters):
12498         * newcomment.el (comment-end, comment-padding):
12499         * dired.el (dired-trivial-filenames):
12500         * comint.el (comint-file-name-prefix): Purecopy initial values.
12502 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
12504         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
12505         (tramp-advice-minibuffer-electric-tilde): Unload advices via
12506         `tramp-unload'.
12507         (tramp-advice-make-auto-save-file-name)
12508         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
12509         after removing the advice.
12511 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12513         * progmodes/grep.el (grep-regexp-alist):
12514         * international/mule-cmds.el (iso-2022-control-alist):
12515         * emacs-lisp/timer.el (timer-duration-words):
12516         * subr.el (version-separator, version-regexp-alist):
12517         * minibuffer.el (completion-styles-alist):
12518         * faces.el (face-attribute-name-alist, list-faces-sample-text):
12519         Change defvars to defconsts.
12521         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
12522         * loadup.el ("international/mule-conf"): Load the byte compiled version.
12523         * international/mule-conf.el: Allow to be byte compiled.
12525         * international/mule.el (define-charset): Purecopy props.
12526         (load-with-code-conversion): Purecopy doc string and file name.
12527         (put-charset-property): Purecopy strings.
12528         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
12530         * international/mule-cmds.el (register-input-method): Purecopy arguments.
12531         (define-char-code-property): Correctly purecopy the table.
12533         * international/ccl.el (define-ccl-program): Purecopy the docstring.
12535         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
12537         * subr.el (add-hook): Purecopy strings.
12538         (eval-after-load): Purecopy load-history-regexp and the form.
12540         * custom.el (custom-declare-group): Purecopy load-file-name.
12542         * subr.el (menu-bar-separator): New defconst.
12543         * net/eudc.el (eudc-tools-menu):
12544         * international/mule-cmds.el (set-coding-system-map)
12545         (mule-menu-keymap):
12546         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12547         * vc-hooks.el (vc-menu-map):
12548         * replace.el (occur-mode-map):
12549         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
12550         (menu-bar-edit-menu, menu-bar-goto-menu)
12551         (menu-bar-custom-menu, menu-bar-showhide-menu)
12552         (menu-bar-options-menu, menu-bar-tools-menu)
12553         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
12554         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
12555         (menu-bar-help-menu):
12556         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
12557         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
12559         * term/x-win.el (x-gtk-stock-map):
12560         * progmodes/vera-mode.el (auto-mode-alist):
12561         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
12562         (inferior-lisp-program, inferior-lisp-load-command):
12563         * progmodes/hideshow.el (hs-special-modes-alist):
12564         * progmodes/gud.el (same-window-regexps):
12565         * progmodes/grep.el (grep-program, find-program, xargs-program):
12566         * net/telnet.el (same-window-regexps):
12567         * net/rlogin.el (same-window-regexps):
12568         * language/ethiopic.el (font-ccl-encoder-alist):
12569         * vc-sccs.el (vc-sccs-master-templates):
12570         * vc-rcs.el (vc-rcs-master-templates):
12571         * subr.el (cl-assertion-failed):
12572         * simple.el (next-error-overlay-arrow-position):
12573         * lpr.el (lpr-command):
12574         * locate.el (locate-ls-subdir-switches):
12575         * info.el (same-window-regexps, info)
12576         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12577         * image-mode.el (image-mode, auto-mode-alist):
12578         * hippie-exp.el (hippie-expand-ignore-buffers):
12579         * format.el (format-alist):
12580         * find-dired.el (find-ls-subdir-switches, find-grep-options)
12581         (find-name-arg):
12582         * facemenu.el (facemenu-keybindings):
12583         * dired.el (dired-listing-switches, dired-chown-program):
12584         * diff.el (diff-switches, diff-command):
12585         * cus-edit.el (same-window-regexps):
12586         * bindings.el (mode-line-mule-info)
12587         (mode-line-buffer-identification): Purecopy strings.
12589 2009-11-11  Juri Linkov  <juri@jurta.org>
12591         * simple.el (dired-get-filename) <declare-function>:
12592         Tell the byte-compiler about dired-get-filename.
12593         (shell-command): In Dired mode, get filename from the current line
12594         as the default value.
12596 2009-11-10  Glenn Morris  <rgm@gnu.org>
12598         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
12599         * calendar/holidays.el, progmodes/cperl-mode.el:
12600         Update x-popup-menu declarations.
12602         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
12603         (list-load-path-shadows): Use dolist.
12604         (list-load-path-shadows): Use with-current-buffer.
12606 2009-11-10  Juri Linkov  <juri@jurta.org>
12608         * minibuffer.el (read-file-name): Support a list of default values
12609         in `default-filename'.  Use the first file name where only one
12610         element is required.  Doc fix.
12612 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
12614         * net/dbus.el (dbus-unregister-object): Release service, if no
12615         other method is registered for it.
12617 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
12619         * bookmark.el (bookmark-completing-read): Sort bookmark names if
12620         bookmark-sort-flag is non-nil (Bug#4653).
12622 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12624         * emulation/cua-base.el: Add CUA property to some CC mode commands
12625         (Bug#4100).
12627 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12629         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
12630         at end of sentence (Bug#4818).
12632 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
12634         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12635         Handle "see declaration of" MSFT statements (Bug#4100).
12637 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
12639         * net/tramp.el (tramp-advice-make-auto-save-file-name)
12640         (tramp-advice-file-expand-wildcards): Unload via
12641         `ad-remove-advice'.
12643         * net/trampver.el: Update release number.
12645 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12647         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
12648         `ad-do-it'.
12650 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
12652         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
12653         in order to keep context in SELinux.
12655 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12657         * dired-aux.el (dired-query): Place cursor in echo area and allow
12658         C-g.
12660         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
12661         menu item if not on a directory (Bug#4701).
12663 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
12665         Sync with Tramp 2.1.17.
12667         * net/tramp.el (tramp-handle-copy-directory): Don't use
12668         `file-remote-p' (due to compatibility).
12670         * net/tramp-compat.el (tramp-compat-copy-directory)
12671         (tramp-compat-delete-directory): New defuns.
12673         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12674         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
12675         `tramp-compat-delete-directory'.
12677         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
12678         (tramp-smb-handle-delete-directory): Use
12679         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
12681         * net/trampver.el: Update release number.
12683 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
12685         * tar-mode.el (tar-copy): Call write-region on the right buffer
12686         (Bug#4857).
12688         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
12689         by hand, if necessary (Bug#4878).
12691 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
12693         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
12694         align size column (Bug#4839).
12696         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
12697         statement.
12699 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12701         * progmodes/ld-script.el (auto-mode-alist):
12702         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
12704         * cus-face.el (custom-declare-face): Purecopy face spec.
12706 2009-11-06  Kenichi Handa  <handa@m17n.org>
12708         * international/uni-bidi.el: Re-generated.
12709         * international/uni-category.el: Re-generated.
12710         * international/uni-combining.el: Re-generated.
12711         * international/uni-mirrored.el: Re-generated.
12713 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12715         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
12716         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
12717         (tex-start-options, slitex-run-command, latex-run-command)
12718         (tex-run-command, tex-directory):
12719         * textmodes/ispell.el (ispell-html-skip-alists)
12720         (ispell-tex-skip-alists, ispell-tex-skip-alists):
12721         * textmodes/fill.el (adaptive-fill-first-line-regexp):
12722         (adaptive-fill-regexp):
12723         * textmodes/dns-mode.el (auto-mode-alist):
12724         * progmodes/python.el (interpreter-mode-alist):
12725         * progmodes/etags.el (tags-compression-info-list):
12726         * progmodes/etags.el (tags-file-name):
12727         * net/browse-url.el (browse-url-galeon-program)
12728         (browse-url-firefox-program):
12729         * mail/sendmail.el (mail-signature-file)
12730         (mail-citation-prefix-regexp):
12731         * international/mule-conf.el (eight-bit):
12732         * international/latexenc.el (latex-inputenc-coding-alist):
12733         * international/fontset.el (x-pixel-size-width-font-regexp):
12734         * emacs-lisp/warnings.el (warning-type-format):
12735         * emacs-lisp/trace.el (trace-buffer):
12736         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
12737         (emacs-lisp-mode-map):
12738         * calendar/holidays.el (holiday-solar-holidays)
12739         (holiday-bahai-holidays, holiday-islamic-holidays)
12740         (holiday-christian-holidays, holiday-hebrew-holidays)
12741         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
12742         (hebrew-holidays-1, holiday-oriental-holidays)
12743         (holiday-general-holidays):
12744         * x-dnd.el (x-dnd-known-types):
12745         * tool-bar.el (tool-bar):
12746         * startup.el (site-run-file):
12747         * shell.el (shell-dumb-shell-regexp):
12748         * rfn-eshadow.el (file-name-shadow-tty-properties)
12749         (file-name-shadow-properties):
12750         * paths.el (remote-shell-program, news-directory):
12751         * mouse.el ([C-down-mouse-3]):
12752         * menu-bar.el (menu-bar-tools-menu):
12753         * jka-cmpr-hook.el (jka-compr-load-suffixes)
12754         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
12755         (jka-compr-compression-info-list):
12756         * isearch.el (search-whitespace-regexp):
12757         * image-file.el (image-file-name-extensions):
12758         * find-dired.el (find-ls-option):
12759         * files.el (directory-listing-before-filename-regexp)
12760         (directory-free-space-args, insert-directory-program)
12761         (list-directory-brief-switches, magic-fallback-mode-alist)
12762         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
12763         (automount-dir-prefix):
12764         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
12765         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
12766         (face-font-registry-alternatives, face-font-registry-alternatives)
12767         (face-font-family-alternatives):
12768         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
12769         (facemenu-foreground-menu, facemenu-face-menu):
12770         * epa-hook.el (epa-file-name-regexp):
12771         * dnd.el (dnd-protocol-alist):
12772         * textmodes/rst.el (auto-mode-alist):
12773         * button.el (default-button): Purecopy strings.
12775 2009-11-06  Glenn Morris  <rgm@gnu.org>
12777         * Makefile.in (ELCFILES): Update.
12779 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12781         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
12782         * emacs-lisp/levents.el: Move to obsolete/levents.el.
12784         * nxml/xsd-regexp.el (xsdre-gen-categories):
12785         * nxml/xmltok.el (xmltok-parse-entity):
12786         * nxml/rng-parse.el (rng-parse-validate-file):
12787         * nxml/rng-maint.el (rng-format-manual)
12788         (rng-manual-output-force-new-line):
12789         * nxml/rng-loc.el (rng-save-schema-location-1):
12790         * nxml/rng-cmpct.el (rng-c-parse-file):
12791         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
12792         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
12794 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
12796         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
12797         Remove extra save-excursions and make-variable-buffer-local's.
12798         Suggested by Stefan Monnier.
12800         (verilog-getopt-file, verilog-module-inside-filename-p)
12801         (verilog-set-define): Merge GNU 1.35 and repair changes from
12802         switching to using with-current-buffer.
12804         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
12805         being treated as a number and confusing AUTORESET.
12806         Reported by Dan Dever.
12808         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
12809         Add verilog-auto-ignore-concat to fix backward compatibility with
12810         older verilog-modes.  Reported by Dan Katz.
12812         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
12813         containing closing anchors "...$".
12815         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
12816         Reported by Wade Smith.
12818         (verilog-batch-execute-func): Comment on function usage.
12820 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
12822         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
12823         for labels.
12825         (verilog-label-re, verilog-calc-1): Support proper indent of named
12826         asserts.
12828         (verilog-backward-token, verilog-basic-complete-re)
12829         (verilog-beg-of-statement, verilog-indent-re): Support proper
12830         indent of the assert statement at the beginning of a block of text.
12832         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
12833         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
12834         tokens as begins.
12836 2009-11-05  Glenn Morris  <rgm@gnu.org>
12838         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
12839         Emacs 19.  (Bug#1531)
12840         (byte-compile-fix-header): Update for the above change.
12841         Drop test for epoch::version.
12843         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
12844         * cus-dep.el (custom-make-dependencies):
12845         * finder.el (finder-compile-keywords):
12846         Use autoload-rubric's feature argument.
12848         * calendar/diary-lib.el (top-level): Make load behave more like require.
12850         * vc-git.el (vc-git-stash-map): Move definition before use.
12852 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12854         * custom.el (custom-declare-group): Purecopy standard-value.
12855         (custom-declare-group): Purecopy custom-prefix.
12857         * international/mule.el (load-with-code-conversion):
12858         Call do-after-load-evaluation unconditionally.
12860         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12862 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12864         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12866 2009-11-04  Glenn Morris  <rgm@gnu.org>
12868         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12869         (byte-compile-compatibility): Remove option.
12870         (byte-compile-close-variables, byte-compile-fix-header)
12871         (byte-compile-insert-header, byte-compile-output-docform)
12872         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12873         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12874         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12875         (byte-compile-insert, byte-compile-defun):
12876         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
12877         (byte-defop-compiler19): Remove.
12878         Without byte-compile-compatibility, the 'emacs19-opcode property is not
12879         used by anything.  Replace all calls with byte-defop-compiler.
12881 2009-11-04  Juri Linkov  <juri@jurta.org>
12883         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12884         (menu-bar-options-menu): Don't quote the `prop' arg of
12885         `menu-bar-make-mm-toggle'.
12887 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
12889         * calendar/calendar.el (cal-loaddefs):
12890         * calendar/diary-lib.el (diary-loaddefs):
12891         * calendar/holidays.el (hol-loaddefs):
12892         * eshell/esh-module.el (esh-groups): Load rather than require.
12894 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12896         * calendar/todo-mode.el (todo-add-category): Don't hardcode
12897         point-min==1.
12898         (todo-top-priorities): Only display-buffer when called interactively.
12899         (todo-item-start): Don't save excursion point.
12900         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
12901         (todo-insert-item-here, todo-file-item, todo-remove-item):
12902         Adjust uses of todo-item-start and todo-item-end.
12904         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12905         (autoload-rubric): Don't use any more.
12907         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12908         and only put a prop if it is non-nil.
12910 2009-11-03  Juri Linkov  <juri@jurta.org>
12912         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12913         (menu-bar-options-menu): Fix list quoting (Bug#4429).
12915         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12916         and "Menu" to make top-level menu item visually one unit (like
12917         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12918         multi-word menu items).  Fix :help string for quit-window.
12920 2009-11-03  Glenn Morris  <rgm@gnu.org>
12922         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12923         (byte-compile-file-form-define-abbrev-table)
12924         (byte-compile-file-form-custom-declare-variable)
12925         (byte-compile-variable-ref, byte-compile-defvar):
12926         Whether or not a warning is enabled should only affect whether we issue
12927         the warning, not whether or not we collect the relevant data.
12928         Eg warnings can be turned on and off throughout the course of a file.
12930         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12931         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12933 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12935         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12936         * play/mpuz.el (mpuz-create-buffer):
12937         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12938         (lm-print-y,s,noise, lm-print-w0, lm-init):
12939         * play/gomoku.el (gomoku-prompt-for-move):
12940         * play/fortune.el (fortune-in-buffer):
12941         * play/dissociate.el (dissociated-press):
12942         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
12943         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
12944         * mail/supercite.el (sc-eref-show):
12945         * mail/smtpmail.el (smtpmail-send-it):
12946         * mail/rmailsum.el (rmail-summary-next-labeled-message)
12947         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12948         (rmail-summary-undelete-many, rmail-summary-rmail-update)
12949         (rmail-summary-goto-msg, rmail-summary-expunge)
12950         (rmail-summary-get-new-mail, rmail-summary-search-backward)
12951         (rmail-summary-add-label, rmail-summary-output-menu)
12952         (rmail-summary-output-body):
12953         * mail/rfc822.el (rfc822-addresses):
12954         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12955         * mail/mailpost.el (post-mail-send-it):
12956         * mail/hashcash.el (hashcash-generate-payment):
12957         * mail/feedmail.el (feedmail-run-the-queue)
12958         (feedmail-queue-send-edit-prompt-help-first)
12959         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12960         (feedmail-deduce-address-list):
12961         * eshell/esh-ext.el (eshell-remote-command):
12962         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12963         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12964         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12965         (viper-save-string-in-file, viper-valid-marker):
12966         * emulation/viper-keym.el (viper-toggle-key):
12967         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12968         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12969         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12970         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12971         (viper-exec-form-in-emacs, viper-brac-function):
12972         * emulation/viper.el (viper-delocalize-var):
12973         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12974         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12975         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12976         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12977         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12978         * emulation/edt.el (edt-electric-helpify):
12979         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12980         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12981         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12982         (cua-indent-to-global-mark-column):
12983         * calendar/diary-lib.el (calendar-mark-1):
12984         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12985         Use with-current-buffer.
12986         * emulation/viper.el (viper-delocalize-var): Use dolist.
12988 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
12990         * comint.el (comint-replace-by-expanded-history-before-point):
12991         Replace !! with the previous input string literally (Bug#1795).
12993 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
12995         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12996         to be made up of whitespace.
12998 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
13000         * minibuffer.el (read-file-name): Don't use file dialogs for
13001         remote directories (Bug#99).
13003 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
13005         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13007 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
13009         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13010         instead of deleting the window or frame.
13012 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
13014         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13015         Support face colors.
13017         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13018         New function.  Support face colors (Bug#1168).
13019         (tex-common-initialization): Use it.
13021         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13022         mode allows it (Bug#1168).
13024 2009-10-31  Juri Linkov  <juri@jurta.org>
13026         * facemenu.el (list-colors-display): Don't mark buffer as
13027         modified (Bug#3948).
13029 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
13031         * international/mule-diag.el (list-character-sets-1): Minor
13032         message fix (Bug#3526).
13034         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
13035         face property (Bug#4834).
13036         (etags-list-tags, etags-tags-apropos-additional)
13037         (etags-tags-apropos, tags-select-tags-table): Add follow-link
13038         property.
13040         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13041         items.
13043 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13045         * textmodes/two-column.el (2C-split):
13046         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13047         * textmodes/tex-mode.el (tex-set-buffer-directory):
13048         * textmodes/spell.el (spell-region, spell-string):
13049         * textmodes/reftex.el (reftex-erase-buffer):
13050         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13051         * textmodes/reftex-toc.el (reftex-toc-promote-action):
13052         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13053         (reftex-select-item):
13054         * textmodes/reftex-ref.el (reftex-label-info-update)
13055         (reftex-offer-label-menu):
13056         * textmodes/reftex-index.el (reftex-index-change-entry)
13057         (reftex-index-phrases-info):
13058         * textmodes/reftex-global.el (reftex-create-tags-file)
13059         (reftex-save-all-document-buffers, reftex-ensure-write-access):
13060         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13061         (reftex-view-crossref-from-bibtex):
13062         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13063         (reftex-extract-bib-entries-from-thebibliography)
13064         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13065         * textmodes/refbib.el (r2b-capitalize-title):
13066         (r2b-convert-buffer, r2b-help):
13067         * textmodes/page-ext.el (pages-directory)
13068         (pages-directory-goto-with-mouse):
13069         * textmodes/bibtex.el (bibtex-validate-globally):
13070         * textmodes/bib-mode.el (bib-capitalize-title):
13071         * textmodes/artist.el (artist-clear-buffer, artist-system):
13072         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13073         (local-set-scheme-interaction-buffer, xscheme-process-filter)
13074         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13075         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13076         (xscheme-send-control-g-interrupt, xscheme-start-process)
13077         (xscheme-process-sentinel, xscheme-cd):
13078         * progmodes/verilog-mode.el (verilog-read-always-signals)
13079         (verilog-set-define, verilog-getopt-file)
13080         (verilog-module-inside-filename-p):
13081         * progmodes/sh-script.el:
13082         * progmodes/python.el (python-pdbtrack-get-source-buffer)
13083         (python-pdbtrack-grub-for-buffer, python-execute-file):
13084         * progmodes/octave-inf.el (inferior-octave):
13085         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13086         (idlwave-shell-compile-helper-routines, idlwave-set-local)
13087         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13088         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13089         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13090         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13091         (idlwave-shell-filter, idlwave-shell-examine-highlight)
13092         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13093         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13094         (idlwave-shell-examine-display, idlwave-shell-run-region)
13095         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13096         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13097         * progmodes/idlw-help.el (idlwave-help-get-special-help)
13098         (idlwave-help-get-help-buffer):
13099         * progmodes/gud.el (gud-basic-call, gud-find-class)
13100         (gud-tooltip-activate-mouse-motions-if-enabled):
13101         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13102         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13103         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13104         (ebrowse-tags-next-file):
13105         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13106         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13107         (ebnf-eps-finish-and-write):
13108         * progmodes/cpp.el (cpp-edit-save):
13109         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13110         * progmodes/cc-defs.el (c-emacs-features):
13111         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13112         (antlr-directory-dependencies):
13113         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13114         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13115         (ada-find-any-references, ada-make-filename-from-adaname)
13116         (ada-make-body-gnatstub):
13117         * obsolete/rnews.el (news-list-news-groups):
13118         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
13119         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13120         * net/rcirc.el (rcirc-debug):
13121         * net/newst-treeview.el (newsticker--treeview-list-add-item)
13122         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13123         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13124         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
13125         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
13126         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13127         (newsticker--treeview-list-clear-highlight)
13128         (newsticker--treeview-list-update-highlight)
13129         (newsticker--treeview-list-highlight-start)
13130         (newsticker--treeview-tree-update-highlight)
13131         (newsticker--treeview-get-selected-item)
13132         (newsticker-treeview-mark-list-items-old)
13133         (newsticker--treeview-set-current-node):
13134         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13135         * net/newst-backend.el (newsticker--get-news-by-funcall)
13136         (newsticker--get-news-by-wget, newsticker--image-get)
13137         (newsticker--image-sentinel):
13138         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13139         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13140         (eudc-ph-close-session):
13141         * net/eudc.el (eudc-save-options):
13142         * language/thai-word.el (thai-update-word-table):
13143         * language/japan-util.el (japanese-string-conversion):
13144         * international/titdic-cnv.el (tsang-quick-converter)
13145         (ziranma-converter, ctlau-converter):
13146         * international/mule-cmds.el (describe-language-environment):
13147         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13148         (skkdic-convert-postfix, skkdic-convert-prefix):
13149         (skkdic-convert-okuri-nasi, skkdic-convert):
13150         * emacs-lisp/re-builder.el (reb-update-overlays):
13151         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13152         * emacs-lisp/gulp.el (gulp-send-requests):
13153         * emacs-lisp/find-gc.el (trace-call-tree):
13154         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13155         (eieio-describe-generic):
13156         * emacs-lisp/eieio-base.el (eieio-persistent-read):
13157         * emacs-lisp/edebug.el (edebug-outside-excursion):
13158         * emacs-lisp/debug.el (debugger-make-xrefs):
13159         * emacs-lisp/cust-print.el (custom-prin1-to-string):
13160         * emacs-lisp/chart.el (chart-new-buffer):
13161         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13162         Use with-current-buffer.
13163         * textmodes/artist.el (artist-system): Don't call
13164         copy-sequence on a fresh string.
13165         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13167 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
13169         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
13170         is no item to edit.  (Bug#4820)
13171         (todo-top-priorities): Restore point and restore narrowing in Todo
13172         buffer.  (Bug#4820)
13174 2009-10-31  Glenn Morris  <rgm@gnu.org>
13176         * net/ange-ftp.el (top-level): Don't require dired when compiling.
13177         (comint-last-output-start, comint-last-input-start)
13178         (comint-last-input-end): Don't defvar when compiling.
13179         (ange-ftp-process-file): Use bound-and-true-p.
13181         * pcmpl-rpm.el (top-level): Move provide statement to end.
13182         (pcmpl-rpm): Remove unused custom group.
13184         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13186         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13188         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13189         (byte-compile-warnings): Add `constants' as an option.
13190         (byte-compile-callargs-warn, byte-compile-arglist-warn)
13191         (display-call-tree): Update for byte-compile-fdefinition possibly
13192         returning `(macro lambda ...)'.  (Bug#4778)
13193         (byte-compile-variable-ref, byte-compile-setq-default):
13194         Respect `constants' member of byte-compile-warnings.
13196 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13198         * vc-bzr.el (vc-bzr-revision-keywords): New var.
13199         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13200         to "submit:".
13202 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
13204         * textmodes/ispell.el (ispell-skip-region-alist):
13205         * international/mule-conf.el (eight-bit):
13206         * international/fontset.el (font-encoding-alist):
13207         * startup.el (pure-space-overflow-message):
13208         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13209         * paths.el (gnus-nntp-service, rmail-spool-directory)
13210         (term-file-prefix):
13211         * files.el (save-some-buffers-action-alist):
13212         * cmuscheme.el (same-window-buffer-names):
13213         * ielm.el (same-window-buffer-names):
13214         * shell.el (same-window-buffer-names):
13215         * mail/sendmail.el (same-window-buffer-names):
13216         * progmodes/inf-lisp.el (same-window-buffer-names):
13217         * bindings.el (mode-line-client)
13218         (mode-line-column-line-number-mode-map):
13219         * language/tibetan.el (tibetan-precomposition-rule-regexp)
13220         (tibetan-precomposed-regexp): Purecopy string arguments.
13222 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13224         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13225         (calcDigit-nondigit):
13226         * calc/calc-yank.el (calc-copy-to-buffer):
13227         * calc/calc-units.el (calc-invalidate-units-table):
13228         * calc/calc-trail.el (calc-trail-yank):
13229         * calc/calc-store.el (calc-insert-variables):
13230         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13231         * calc/calc-prog.el (calc-read-parse-table):
13232         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13233         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13234         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13235         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13236         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13237         (calc-graph-name, calc-graph-find-command, calc-graph-view)
13238         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13239         * calc/calc-ext.el (calc-realign):
13240         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13241         (calc-embedded-finish-edit, calc-embedded-make-info)
13242         (calc-embedded-finish-command, calc-embedded-stack-change):
13243         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13245         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13246         shell-dynamic-complete-filename in preference to
13247         comint-dynamic-complete-filename.
13249         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13250         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13251         Don't consider whether the display supports colors.
13252         (bookmark-import-new-list): Use dolist.
13253         (bookmark-bmenu-mode-map): Move initialization into declaration.
13254         (bookmark-bmenu-list): Use dolist, simplify.
13255         (bookmark-show-all-annotations): Use save-selected-window and dolist.
13256         (menu-bar-final-items): Use push.
13258 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13260         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13261         it works on remote files.
13262         (vc-hg-diff): Don't pass any `--cwd' argument.
13264 2009-10-27  Kevin Ryde  <user42@zip.com.au>
13266         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13267         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
13268         (Further to Bug#3921).
13270 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
13272         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13273         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13274         calling `tramp-imap-put-file'.  Add file size to the call.
13275         (tramp-imap-get-file-entries): Compute also user name, file size,
13276         and date.
13277         (tramp-imap-handle-insert-directory): Insert uid and gid.
13278         (tramp-imap-handle-file-attributes): Transform uid and gid
13279         according to `id-format'.
13280         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
13281         size in header X-Size.
13283 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
13285         * simple.el (transpose-subr): Give clearer error when the mark
13286         is not set.  (Bug#4807)
13288 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
13290         * net/tramp.el (tramp-perl-file-truename): New defconst.
13291         Perl code contributed by yary <not.com@gmail.com> (tiny change).
13292         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
13293         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13294         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
13296         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13297         Ignore `dired-call-process'.
13298         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13300 2009-10-26  Julian Scheid  <julians37@gmail.com>
13302         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
13303         (tramp-get-remote-readlink): New defun.
13304         (tramp-handle-file-truename): Use it.
13305         (tramp-handle-file-exists-p): Check file-attributes cache, assume
13306         file exists if cache value present.
13307         (tramp-check-cached-permissions): New defun.
13308         (tramp-handle-file-readable-p): Use it.
13309         (tramp-handle-file-writable-p): Likewise.
13310         (tramp-handle-file-executable-p): Likewise.
13311         (tramp-handle-file-name-all-completions): Try using Perl to get
13312         partial completions.  When perl not available, combine `cd' and
13313         `ls' into single remote operation and use shell expansion to get
13314         partial remote directory contents.  Set `file-exists-p' cache for
13315         directory and any files returned by ls.  Change cache handling to
13316         support partial directory contents.  Use error message emitted by
13317         remote `cd' or Perl code for local tramp-error.
13318         (tramp-do-copy-or-rename-file-directly): Avoid separate
13319         tramp-send-command-and-check call.
13320         (tramp-handle-process-file): Merge three remote ops into one.
13321         Do not flush all caches when `process-file-side-effects' is set.
13322         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13323         file-attributes shows uid/gid to be set already.
13325 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13327         * textmodes/tex-mode.el (tex-dvi-view-command)
13328         (tex-show-queue-command, tex-open-quote):
13329         * progmodes/ruby-mode.el (auto-mode-alist)
13330         (interpreter-mode-alist): Purecopy strings.
13332         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13334         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13335         string for the hook, keymap and abbrev table.
13337         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13339         * x-dnd.el (x-dnd-xdnd-to-action):
13340         * startup.el (fancy-startup-text, fancy-about-text): Change to
13341         defconst from defvar.
13343         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13345         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13346         Purecopy initialization strings.
13348         * mail/sendmail.el (mail-header-separator)
13349         (mail-personal-alias-file):
13350         * mail/rmail.el (rmail-default-dont-reply-to-names)
13351         (rmail-ignored-headers, rmail-retry-ignored-headers)
13352         (rmail-highlighted-headers, rmail-secondary-file-directory)
13353         (rmail-secondary-file-regexp):
13354         * files.el (null-device, file-name-invalid-regexp)
13355         (locate-dominating-stop-dir-regexp)
13356         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13357         (interpreter-mode-alist): Use mapcar instead of mapc.
13359         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13361         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13362         (completion-ignored-extensions):
13363         (debug-ignored-errors): Purecopy strings.
13365 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13368         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13369         (pcomplete--here): Use push.
13371         * subr.el (all-completions): Declare the 4th arg obsolete.
13373 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13375         * pcomplete.el (pcomplete-unquote-argument-function): New var.
13376         (pcomplete-unquote-argument): New function.
13377         (pcomplete--common-suffix): Always pay attention to case.
13378         (pcomplete--table-subvert): Quote and unquote the text.
13379         (pcomplete--common-quoted-suffix): New function.
13380         (pcomplete-std-complete): Use it and pcomplete-begin.
13382         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13383         we're inside a dedicated or minibuffer window.
13385 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
13387         * bookmark.el: Update documentation, especially documentation
13388         of `bookmark-alist' and of the bookmark file format.
13389         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
13391 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
13393         * mail/emacsbug.el (report-emacs-bug): Clarify that the
13394         keybindings apply to the mail buffer (Bug#4003).  Shrink help
13395         window to buffer.
13397         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13398         (global-whitespace-mode, global-whitespace-newline-mode)
13399         (whitespace-toggle-options, global-whitespace-toggle-options):
13400         Doc fix (Bug#3660).
13402         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13403         of xmltok-start before the end tag was inserted (Bug#2840).
13405         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13406         patterns that are preceded by an open-paren (Bug#1320).
13408 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
13410         * files.el (delete-directory): Delete symlinks to directories with
13411         delete-file (Bug#4739).
13413 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
13415         * vc.el (vc-backend-for-registration): Rename from
13416         vc-get-backend-for-registration.  Update callers.
13418         * international/mule-cmds.el (set-language-info-alist):
13419         Purecopy lang-env.
13420         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13421         (charset): Purecopy the name.
13422         (define-char-code-property): Purecopy string arguments.
13424         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13425         Purecopy string arguments.
13427         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13428         * ediff-hook.el (menu-bar-ediff-menu):
13429         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13430         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13432 2009-10-24  Glenn Morris  <rgm@gnu.org>
13434         * comint.el (comint-dynamic-list-completions):
13435         * term.el (term-dynamic-list-completions): Use choose-completion rather
13436         than obsolete alias mouse-choose-completion.
13438         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13439         file-cache-choose-completion.
13440         (file-cache-choose-completion): Handle an optional event argument.
13441         (file-cache-mouse-choose-completion): Make it an obsolete alias.
13443         * progmodes/octave-mod.el (octave-complete-symbol):
13444         Use choose-completion if mouse-choose-completion is ever removed.
13446         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13447         use.
13449         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13450         compiler.
13452         * vc-hooks.el (vc-responsible-backend): Fix declaration.
13454 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13456         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13457         Ignore `pred' now that we receive one.
13458         Handle test-completion specially.
13460 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13462         * vc.el (vc-responsible-backend): Throw an error if not backend is
13463         found.  Remove the REGISTER argument.  Move the code dealing with
13464         REGISTER ...
13465         (vc-get-backend-for-registration): ... here.  New function.
13466         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13467         of vc-responsible-backend, pass the file name instead of the
13468         directory name.
13470 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
13473         New funs.
13474         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
13475         (pcomplete-comint-setup): Don't modify a global var via
13476         accidental side-effects.
13477         (pcomplete-shell-setup): Adjust call accordingly.
13478         (pcomplete-parse-comint-arguments): Use push.
13480 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
13482         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13483         Allow uncapitalized info node names (Bug#3921).
13485         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
13486         to the DEBUG file (Bug#3781).
13488 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
13490         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
13491         dictionary entry (Bug#4579).
13493 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
13495         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
13496         from `rfn-eshadow-update-overlay-hook' when unloading.
13497         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
13498         "rsyncc".  Adjust doc string.
13499         (tramp-temp-buffer-file-name): New buffer-local defvar.
13500         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13501         Keep temporary file when indicated by method ("rsync" and
13502         "rsyncc").
13503         (tramp-handle-write-region): Handle APPEND.
13504         (tramp-delete-temp-file-function): New defun.  Added to
13505         `kill-buffer-hook'.
13507 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
13509         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
13511 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13513         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
13514         (color-name-rgb-alist, tty-standard-colors)
13515         (tty-color-mode-alist): Change to defconst.
13517         * simple.el (mark-inactive): Purecopy message.
13519         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
13520         (global-map, yank-menu):
13521         * textmodes/ispell.el (ispell-menu-map):
13522         * net/eudc.el (eudc-tools-menu):
13523         * international/mule-cmds.el (describe-language-environment-map)
13524         (setup-language-environment-map, set-coding-system-map)
13525         (mule-menu-keymap):
13526         * vc-hooks.el (vc-menu-entry, vc-menu-map):
13527         * replace.el (occur-mode-map):
13528         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
13530 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
13532         * calc/calc.el (math-read-number, math-read-number-simple): Use
13533         `save-match-data'.
13535 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13537         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
13538         rather than fiddling with global-map bindings, since it should only
13539         affect per-terminal settings.
13540         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
13542         * minibuffer.el (completion-table-with-terminator): Allow to specify
13543         the terminator-regexp.
13545         * simple.el (switch-to-completions): Look for *Completions* in other
13546         frames as well.
13548         * pcomplete.el: Allow the use of completion-tables.
13549         (pcomplete-std-complete): New command.
13550         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
13551         (pcomplete--here): Use a function for `form' rather than an expression,
13552         so it can be byte-compiled.
13553         (pcomplete-here, pcomplete-here*): Adjust accordingly.
13554         Add edebug declaration.
13555         (pcomplete-show-completions): Remove unused var `curbuf'.
13556         (pcomplete-do-complete, pcomplete-stub):
13557         Don't assume `completions' is a list of strings any more.
13559 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
13561         * find-dired.el (find-name-arg): Fix typo in docstring.
13563 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13565         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
13566         (pcmpl-linux-fs-types): Same, and update to new modules layout.
13568         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
13569         pcomplete-entries.
13571         * comint.el (comint-read-input-ring, comint-write-input-ring)
13572         (comint-substitute-in-file-name)
13573         (comint-dynamic-complete-as-filename)
13574         (comint-dynamic-simple-complete)
13575         (comint-dynamic-list-filename-completions)
13576         (comint-dynamic-list-completions)
13577         (comint-redirect-results-list-from-process): Minor simplifications.
13579 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13581         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
13582         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
13583         the first form.  And insert a blank line after ";;; Code" since
13584         that's usual style.  (Bug#4612)
13586         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
13588 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13590         * minibuffer.el (completion-table-with-terminator): Properly implement
13591         boundaries, in case `terminator' appears in the suffix.
13592         (completion--embedded-envvar-table): Don't return boundaries if
13593         there's no valid completion.  Simplify.
13594         (completion-file-name-table): New completion table extracted from
13595         completion--file-name-table.
13596         (completion--file-name-table): Use it.
13597         (read-file-name-predicate): Declare obsolete.
13598         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
13599         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
13600         completion-file-name-table, and use the `pred' argument.
13601         * files.el (locate-file-completion-table): Use the `pred' arg rather
13602         than read-file-name-predicate.
13603         (abbreviate-file-name): Use \` rather than ^ for BOS.
13605 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13607         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
13608         vc-responsible-backend to register, it causes problems.
13610 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13612         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
13614 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
13616         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
13617         (tramp-smb-handle-file-attributes): Use it.
13618         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
13619         (tramp-smb-handle-insert-directory): Use `mapc' rather than
13620         `mapcar'.  Use `tramp-smb-get-stat-capability'.
13621         Add `dired-filename' text properties.
13622         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
13623         (tramp-smb-maybe-open-connection): Simplify check for smbclient
13624         version.
13626 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13628         * subr.el (read-key-delay): Reduce to 0.01.
13629         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
13630         (bug#4751).
13632 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13634         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
13636         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
13637         (Info-menu): Remove unused vars `last' and `completions'.
13638         (Info-index-nodes): Remove unused var `node'.
13640         * info.el (Info-complete-menu-item): Use complete-with-action.
13642 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
13644         Make vc-annotate work through copies and renames.
13645         * vc-annotate.el (vc-annotate-extract-revision-at-line):
13646         Return the file name too.
13647         (vc-annotate-revision-at-line)
13648         (vc-annotate-find-revision-at-line)
13649         (vc-annotate-revision-previous-to-line)
13650         (vc-annotate-show-log-revision-at-line): Update to get the file
13651         name from vc-annotate-extract-revision-at-line.
13652         (vc-annotate-show-diff-revision-at-line-internal): Change the
13653         argument to mean whether to show a file diff or not.  Get the file
13654         name from vc-annotate-extract-revision-at-line.
13655         (vc-annotate-show-diff-revision-at-line):
13656         Update vc-annotate-show-diff-revision-at-line call.
13657         (vc-annotate-warp-revision): Add an optional file argument.
13659         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
13660         (vc-git-annotate-extract-revision-at-line): Also return the file
13661         name if found.
13663         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
13664         command.  Remove unused code.
13665         (vc-hg-annotate-re): Update to match --follow output.
13666         (vc-hg-annotate-extract-revision-at-line): Also return the file
13667         name if found.
13669         * vc.el: Update annotate-extract-revision-at-line documentation.
13671 2009-10-18  Kevin Ryde  <user42@zip.com.au>
13673         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
13674         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
13676         * net/browse-url.el (browse-url): Identify alist with "consp and
13677         not functionp" and let all other things go down the `apply' leg,
13678         as suggested by Stefan.  (Further to bug#4531.)
13680 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
13682         * minibuffer.el (read-file-name): Check for repeat before putting
13683         a default argument in file-name-history (Bug#4657).
13685         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
13686         read syntax (Bug#4737).
13688         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
13690 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13692         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
13693         (html-tag-alist, html-tag-help): Add descriptions for undocumented
13694         entries and make note of obsolete tags.
13696 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
13700 2009-10-18  Glenn Morris  <rgm@gnu.org>
13702         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
13703         grep, so that binary files (eg international/uni-bidi.el) can match.
13704         Remove test for "UnicodeData" files, since it is hopefully unnecessary
13705         now, and in any case the file header format has changed.
13707 2009-10-17  Glenn Morris  <rgm@gnu.org>
13709         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
13710         (flyspell-get-word, flyspell-large-region)
13711         (flyspell-auto-correct-previous-word): Doc/error message fixes.
13713 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
13715         * Makefile.in (ELCFILES): Add ede/shell.
13717 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
13719         * term/common-win.el (x-colors): Purecopy it.
13721 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13723         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
13724         permissive for when the buffer is empty.
13725         (tar-header-block-tokenize): Decode the username and groupname.
13726         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
13728 2009-10-17  Eric Ludlam  <zappo@gnu.org>
13730         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
13731         contains multibyte characters, choose first applicable coding
13732         system automatically.
13734 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13736         * international/mule-cmds.el (select-safe-coding-system): If the file
13737         has a coding cookie, use it regardless of any other setting (bug#4712).
13739 2009-10-17  Glenn Morris  <rgm@gnu.org>
13741         * foldout.el (foldout-mouse-swallow-events):
13742         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
13744         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
13745         (dired-keep-marker-copy, dired-keep-marker-hardlink)
13746         (dired-keep-marker-symlink, dired-dwim-target)
13747         (dired-copy-preserve-time): Do not autoload these defcustoms.
13749         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
13750         messages from messing up the file coding.  (Bug#4623)
13752 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
13754         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
13755         if no match is found for the current dictionary.  (Bug#4578)
13757         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
13758         optional, since that is how it is documented, and this is often called
13759         with a nil argument.  (Bug#4577)
13760         (flyspell-external-point-words, flyspell-auto-correct-word)
13761         (flyspell-correct-word-before-point, flyspell-word-search-forward)
13762         (flyspell-word-search-backward): Remove nil argument in calls to
13763         flyspell-get-word, since it is not needed now.
13765 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
13767         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
13769 2009-10-16  Glenn Morris  <rgm@gnu.org>
13771         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
13773 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
13775         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
13776         (ange-ftp-file-size): New function.
13777         (ange-ftp-file-attributes): Use it.
13779 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
13781         * net/tramp-smb.el (tramp-smb-version): New defvar.
13782         (tramp-smb-maybe-open-connection): Use it, in order to avoid
13783         repeated checks.
13785 2009-10-16  Glenn Morris  <rgm@gnu.org>
13787         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13788         Maybe copy some custom properties from old to new name.  (Bug#4706)
13790 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
13792         * subr.el (error, sit-for, start-process-shell-command)
13793         (start-file-process-shell-command): Set the calling convention
13794         after the function definition.
13796 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13798         * subr.el (error, sit-for, start-process-shell-command)
13799         (start-file-process-shell-command): Use the new
13800         set-advertised-calling-convention feature.
13802 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
13804         * international/ucs-normalize.el (ucs-normalize-version):
13805         Change to 1.2.
13806         (check-range): Adjust for Unicode 5.2.
13808 2009-10-15  Juri Linkov  <juri@jurta.org>
13810         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
13811         to the `menu-item' format.
13813 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
13815         * net/tramp.el (tramp-replace-environment-variables): Do not fail
13816         if the environment variable does not exist.
13818         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13819         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
13820         parameter.
13821         (tramp-smb-handle-add-name-to-file)
13822         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13823         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13824         (tramp-smb-handle-file-attributes)
13825         (tramp-smb-do-file-attributes-with-stat)
13826         (tramp-smb-handle-file-local-copy)
13827         (tramp-smb-handle-insert-directory)
13828         (tramp-smb-handle-make-directory)
13829         (tramp-smb-handle-make-directory-internal)
13830         (tramp-smb-handle-make-symbolic-link)
13831         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
13832         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
13833         (tramp-smb-maybe-open-connection): Apply the changed parameters.
13834         (tramp-smb-read-file-entry): Read Disk names in compressed format.
13835         Handle long file names.
13836         (tramp-smb-get-cifs-capabilities): Check, whether the connection
13837         process is running.
13838         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
13839         Read share names with "-g" option.
13841 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
13843         * net/rcirc.el (rcirc-view-log-file): New command.
13844         (rcirc-track-minor-mode-map): Remove C-c ` binding.
13845         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
13846         specified.
13848 2009-10-15  Glenn Morris  <rgm@gnu.org>
13850         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13851         from the second command-line argument.
13852         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13853         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13854         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13855         w32-batch-update-autoloads.
13856         * emacs-lisp/autoload.el (autoload-make-program): New variable.
13857         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13859         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13860         the headers cannot be located.  Simplify, subtracting superflous
13861         save-excursions.
13863 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13865         Replace completion-base-size by completion-base-position to fix bugs
13866         such as (bug#4699).
13867         * simple.el (completion-base-position): New var.
13868         (completion-base-size): Mark as obsolete.
13869         (choose-completion): Make it work for mouse events as well.
13870         Pass the new base-position to choose-completion-string.
13871         (choose-completion-guess-base-position): New function, extracted from
13872         choose-completion-delete-max-match.
13873         (choose-completion-delete-max-match): Use it.  Make obsolete.
13874         (choose-completion-string): Use the new base-position info.
13875         (completion-root-regexp): Delete.
13876         (completion-setup-function): Preserve completion-base-position.
13877         Eliminate obsolete base-size manipulation.
13878         * minibuffer.el (display-completion-list): Don't mess with base-size.
13879         (minibuffer-completion-help): Set completion-base-position instead.
13880         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13881         choose-completion.
13882         * textmodes/bibtex.el (bibtex-complete):
13883         * emacs-lisp/crm.el (crm--choose-completion-string):
13884         Adjust to new calling convention.
13885         * complete.el (partial-completion-mode): Use minibufferp to avoid
13886         bumping into incompatible change to choose-completion-string-functions.
13887         * ido.el (ido-choose-completion-string): Make its calling convention
13888         more permissive.
13889         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13890         base-size manipulation.
13891         (comint-dynamic-list-input-ring): Use dotimes and push.
13892         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13893         fundamental-mode.  Use `or'.
13895 2009-10-14  Juri Linkov  <juri@jurta.org>
13897         * misearch.el (multi-isearch-next-buffer-from-list)
13898         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
13900 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * Makefile.in (compile-onefile): Load `bytecomp' rather than
13903         `bytecomp.el'.
13905         * minibuffer.el (completion-pcm--merge-completions): Make sure the
13906         string we return is all made up of text from the completions rather
13907         than part from the completions and part from the input (bug#4219).
13909         * ido.el (ido-everywhere): Use define-minor-mode.
13911         * buff-menu.el (list-buffers, ctl-x-map):
13912         Mark the entry points with ;;;###autoload cookies.
13914 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13916         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13917         correctly in the detached head case.
13918         (vc-git-print-log): Remove unused binding.
13920         * vc.el (vc-responsible-backend): When a directory is passed for
13921         for registration create a VC repository if no backend is
13922         responsible for the directory argument.
13923         (vc-deduce-fileset): Tell vc-responsible-backend to register.
13925         * vc.el: Move comments about RCS and SCCS ...
13926         * vc-rcs.el:
13927         * vc-sccs.el: ... here, respectively.
13929 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13931         * minibuffer.el (completion--file-name-table): Return nil if there's
13932         no file completion, even if substitute-in-file-name changed
13933         the string (bug#4708).
13935 2009-10-13  Juri Linkov  <juri@jurta.org>
13937         * files-x.el (read-file-local-variable-value): Don't filter out
13938         minor modes from mode name completion (bug#4664).
13940 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13942         * international/mule-cmds.el (ucs-names): Remove exclusion of
13943         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13945 2009-10-13  Kenichi Handa  <handa@m17n.org>
13947         * international/uni-name.el: Regenerated.
13949 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13951         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
13952         should be automatically buffer-local, but isn't.)
13954 2009-10-12  Sam Steingold  <sds@gnu.org>
13956         * progmodes/compile.el (compilation-next-error-function): Fix the
13957         timestamps if the buffer has been visited before.
13958         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13959         non-anchored patterns, like the perl one (bug#3928).
13961 2009-10-12  Glenn Morris  <rgm@gnu.org>
13963         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13964         Let-bind `size'.
13966 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
13968         * proced.el (proced-unload-function): New function.
13970         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13971         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13972         Doc fix.
13974         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13976 2009-10-11  Juri Linkov  <juri@jurta.org>
13978         * files-x.el (read-file-local-variable-value):
13979         Provide default value only for bound variables (bug#4664).
13981 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
13983         * net/tramp.el (tramp-local-host-p): Function shall return nil for
13984         connection methods like smb.
13986         * net/tramp-cache.el (tramp-flush-connection-property): The hash
13987         can be empty.
13989         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13990         (tramp-smb-file-name-handler-alist): Add handlers for
13991         `add-name-to-file', `make-symbolic-link'.
13992         (tramp-smb-handle-add-name-to-file)
13993         (tramp-smb-do-file-attributes-with-stat)
13994         (tramp-smb-handle-make-symbolic-link)
13995         (tramp-smb-get-cifs-capabilities): New defuns.
13996         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13997         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13998         (tramp-smb-handle-file-local-copy)
13999         (tramp-smb-handle-make-directory-internal)
14000         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14001         The file name syntax depends on cifs capabilities.
14002         (tramp-smb-handle-file-attributes):
14003         Call `tramp-smb-do-file-attributes-with-stat' if possible.
14004         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14005         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
14007 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
14009         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14010         (eieio-defclass): Apply deftype handler and setf-method properties
14011         directly.
14012         (eieio-add-new-slot): Avoid union function from cl library.
14013         (eieio--typep): New function.
14014         (eieio-perform-slot-validation): Use it.
14016 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
14018         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
14019         Update documentation to refer to the variables documented in r1.135.
14020         (Bug#4188)
14022 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
14024         * bookmark.el (Info-suffix-list): Remove this unused variable.
14025         (bookmark-current-point): Remove this obsolete variable.
14026         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14027         Adjust for removal of bookmark-current-point.
14029         (bookmarks-already-loaded, bookmark-current-buffer)
14030         (bookmark-yank-point): Document.  (Bug#4188)
14032 2009-10-10  Glenn Morris  <rgm@gnu.org>
14034         * frame.el (frame-height): Doc fix.
14036         * calendar/calendar.el (calendar-split-width-threshold): New option.
14037         (calendar-basic-setup): Use calendar-split-width-threshold.
14039 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
14041         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14042         Ideographic Supplement" range (U+1F200..U+1F2FF).
14044 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14046         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
14047         since the list will have been rebuilt anyway.  (Bug#4349)
14049 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14051         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
14052         (bookmark-bmenu-execute-deletions): Don't save here, as
14053         bookmark-delete will now do so if necessary.
14054         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
14055         (Bug#4348)
14057 2009-10-09  Glenn Morris  <rgm@gnu.org>
14059         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14061 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14063         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14064         (bookmark-jump-other-window): Just invoke bookmark-jump with new
14065         argument now, so the two function's behaviors will match.  (Bug#3645)
14067 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
14069         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
14070         (tramp-file-name-real-host, tramp-file-name-port):
14071         Apply `save-match-data'.
14073         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14074         case both directories are remote.
14075         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
14076         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
14078 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
14080         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14082 2009-10-07  Glenn Morris  <rgm@gnu.org>
14084         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14085         of concat.
14087 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * files-x.el (read-file-local-variable): Include some
14090         non-user-variables in the completion table (bug#4664).
14092 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
14094         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14095         message.
14097         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14098         (tramp-smb-file-name-handler-alist): Add handler for
14099         `copy-directory', `expand-file-name', `set-file-modes'.
14100         (tramp-smb-handle-copy-directory)
14101         (tramp-smb-handle-expand-file-name)
14102         (tramp-smb-handle-set-file-modes): New defuns.
14103         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14104         (tramp-smb-handle-file-attributes): Simplify check for retrieving
14105         entry.
14106         (tramp-smb-handle-insert-directory): Don't flush the cache.
14107         (tramp-smb-maybe-open-connection): Check for samba client and
14108         server versions.
14110 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
14112         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14113         to not error out of search for "^lisp=" fails.
14115 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
14117         * makefile.w32-in (WINS_UPDATES): New macro.
14118         (custom-deps, finder-data, autoloads): Use it.
14120 2009-10-07  Glenn Morris  <rgm@gnu.org>
14122         * Makefile.in (autoloads): Revert previous change.
14123         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14124         the list of preloaded files passed on the command-line, get
14125         it from src/Makefile.
14127         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14128         show the original buffer rather than a random one.
14130 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
14132         * help.el (describe-no-warranty): Place point in a slightly better
14133         position in the GPLv3 text.
14135 2009-10-06  Sam Steingold  <sds@gnu.org>
14137         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14138         the comm attribute is present before calling regexp-quote.
14140 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
14142         * play/animate.el (animate-string): For good effect, make sure
14143         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14145         * play/animate.el (animate-sequence, animate-birthday-present):
14146         * misc.el (butterfly): Don't set `indent-tabs-mode'.
14148 2009-10-06  Glenn Morris  <rgm@gnu.org>
14150         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14152         * emacs-lisp/autoload.el (autoload-excludes): New variable.
14153         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14154         (batch-update-autoloads): Process a string value of autoload-excludes,
14155         set during the build process.
14156         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
14158         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14159         inside with-parsed...  macro so that `v' is defined.
14161         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14162         * progmodes/fortran.el (fortran-end-of-block)
14163         (fortran-beginning-of-block):
14164         Also push mark in the macro case.
14166         * emerge.el (emerge-show-file-name):
14167         * calc/calc.el (calc-quit):
14168         * calc/calc-misc.el (calc-big-or-small):
14169         * calc/calc-graph.el (calc-graph-view):
14170         * calc/calc-ext.el (calc-reset):
14171         * calendar/calendar.el (calendar-basic-setup):
14172         Use window-full-height-p.
14174         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14175         header we don't understand, don't insert another.  (Bug#4624)
14176         If changing mime charset, insert the new one in the right place.
14178 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
14180         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14181         (cal-tex-cursor-month): Correctly increment the end date for diary and
14182         holiday listing.  (Bug#4626)
14184 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14186         * help-fns.el (describe-function-1): Don't burp if the function is not
14187         a symbol.
14189 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
14191         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14192         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14193         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14194         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14196         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14197         (eieio-default-superclass): Reflow docstrings.
14198         (this, class-option-assoc, defclass, eieio-class-un-autoload)
14199         (eieio-unbind-method-implementations, defmethod)
14200         (eieio-validate-slot-value, eieio-validate-class-slot-value)
14201         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14202         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14203         (eieio-slot-originating-class-p, eieio-slot-name-index)
14204         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14205         (constructor, initialize-instance, no-next-method, object-print)
14206         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14207         Fix typos in docstrings.
14208         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14209         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14210         (next-method-p): Doc fixes.
14211         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14212         Fix typos in error messages.
14213         (eieio-defmethod): Fix typo in description of generic method.
14215         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14216         (eieio-persistent-save-interactive, slot-missing):
14217         Fix typos in docstrings.
14218         (eieio-instance-inheritor-slot-boundp): Doc fix.
14220         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14221         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14223         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14224         (eieio-custom-object-apply-reset):
14225         Fix typos in docstrings and error messages.
14227         * emacs-lisp/eieio-datadebug.el (data-debug-show):
14228         Fix typo in docstring.
14230         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14231         (eieio-browse-tree): Doc fix.
14232         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14233         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14234         Fix typos in docstrings.
14236         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14237         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14238         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14239         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14240         Reflow docstrings.
14242 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
14244         * vc-hg.el (log-view-vc-backend): Declare for compiler.
14245         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14246         Set log-view-vc-backend so that diff can work.
14248         * log-view.el (log-view-diff): Use vc-diff-internal instead of
14249         vc-version-diff.
14250         (vc-diff-internal): Autoload this instead of vc-version-diff.
14252 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
14254         * simple.el (eval-expression): Doc fix.
14256         * progmodes/cwarn.el (cwarn-mode): Doc fix.
14258 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
14260         * files.el (directory-files-no-dot-files-regexp): New defconst.
14261         (delete-directory): Use it.
14262         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
14264         * net/tramp.el (tramp-verbose): Fix docstring.
14265         (tramp-methods): Add recursive option to `tramp-copy-args'.
14266         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
14267         "scp1_old", "scp2_old", "rsync", "rsyncc".
14268         (tramp-default-method): Check also for `auth-source-user-or-password'.
14269         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14270         Add handler for `copy-directory'.
14271         (tramp-handle-copy-directory): New defun.
14272         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
14273         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14274         Optimize sent command.
14276 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14279         window if necessary.
14281         * calendar/calendar.el (calendar-basic-setup): Don't call
14282         switch-to-buffer in a dedicated window.
14284 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
14286         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
14287         don't do anything related to relocating, just return nil.
14288         (bookmark-error-no-filename): New error.
14289         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
14290         bookmark has no file.  Don't even attempt to handle things that
14291         are not files; the whole point of custom handlers is to keep that
14292         knowledge elsewhere anyway.  Tighten some comments.
14293         (bookmark-file-or-variation-thereof): Remove now-unused function.
14294         (bookmark-location): Doc string fix.
14295         (Bug#4250)
14297 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14299         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14300         don't use a file dialog, because they usually don't know how to read
14301         a directory target from the user.  (Bug#4230)
14302         Also, make sure the prompt can display directories as well as files.
14304 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14306         * bookmark.el (bookmark-set, bookmark-buffer-name):
14307         Improve doc strings.  (Bug#1193)
14309 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14311         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14312         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14313         (bookmark-get-annotation, bookmark-set-annotation)
14314         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14315         (bookmark-set-position, bookmark-get-front-context-string)
14316         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14317         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14318         (bookmark-jump-other-window, bookmark-handle-bookmark)
14319         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14320         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14321         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
14322         Improve doc strings to say whether bookmark can be a string or
14323         a record or both, and make other consistency and clarity fixes.
14324         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14325         (bookmark-default-annotation-text, bookmark-yank-word)
14326         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14327         (bookmark-import-new-list, bookmark-maybe-rename)
14328         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14329         (bookmark-bmenu-bookmark): Give these doc strings.
14330         (bookmark-bmenu-check-position): Give this a doc string, but also
14331         add a FIXME comment about how the function may be pointless.
14332         (bookmark-default-handler): Rework doc string and change a
14333         parameter name, to clarify that this takes a bookmark record
14334         not a bookmark name.
14335         (bookmark-set): Change a parameter name to indicate its meaning,
14336         and improve the doc string a bit.
14337         (Bug#4188)
14339 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14341         * bookmark.el (bookmark-alist): Document the new `handler' element
14342         in the param alist.
14343         (bookmark-make-record-function): Adjust documentation for above.
14344         (Bug#4193)
14346 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14348         * info.el (Info-bookmark-make-record): Document this function.
14349         (Info-bookmark-jump): Document with a doc string, not just a comment.
14350         (Bug#4203)
14352 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
14354         * files.el (copy-directory): New defun.
14356         * dired-aux.el (dired-copy-file-recursive): Use it.
14358 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14360         * files-x.el (modify-dir-local-variable)
14361         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14362         docstrings.
14364         * recentf.el (recentf-unload-function): New function.
14366 2009-10-04  Glenn Morris  <rgm@gnu.org>
14368         * window.el (window-full-height-p): Add doc string.
14370 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
14372         * window.el (window-full-height-p): New function.  (Bug#4543)
14374 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
14376         * vc.el: Remove commented out code.
14377         (vc-derived-from-dir-mode): Remove, unused.
14378         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14380 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
14382         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14383         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
14384         there could be recursive loading when `default-directory' is a
14385         remote file name.  (Bug#4614)
14387 2009-10-03  Glenn Morris  <rgm@gnu.org>
14389         * calendar/calendar.el (calendar-basic-setup): Handle the case where
14390         the frame is wide.
14391         (calendar-generate-window): Test for shrinkability rather than width.
14393         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14394         reusing existing buffers, in case we happen to visit two files with the
14395         same basename.  (Bug#4593)
14397 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14399         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14400         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14401         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14402         subdirs of cedet as well.
14403         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14405 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14407         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14408         Obey advertised-signature-table.
14410         * help-fns.el (help-function-arglist): Don't check
14411         advertised-signature-table.
14412         (describe-function-1): Do it here instead so it also applies to subrs.
14414 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
14416         * simple.el (start-file-process): Say in the doc-string, that file
14417         handlers might not support pty association, if PROGRAM is nil.
14419         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14420         HOST and USER are strings.  They are nil, when there are
14421         incomplete entries in ~/.netrc, for example.
14422         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
14423         root directory ("device busy" error otherwise).
14425         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14426         Flush file properties of created directory.
14428 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14430         * makefile.w32-in (WINS_BASIC): Remove cedet.
14431         (WINS_CEDET): Add cedet.
14432         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14434 2009-10-02  Kevin Ryde  <user42@zip.com.au>
14436         * net/browse-url.el (browse-url): Pass any symbol in
14437         browse-url-browser-function to `apply', since if you've mistakenly put
14438         an unbound symbol then the error is clearer.  (Bug#4531)
14440 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14442         * allout.el (allout-init, allout-back-to-current-heading)
14443         (allout-beginning-of-current-entry, allout-ascend-to-depth)
14444         (allout-ascend, allout-up-current-level, allout-end-of-level)
14445         (allout-previous-visible-heading, allout-forward-current-level)
14446         (allout-backward-current-level, allout-show-children):
14447         * apropos.el (apropos-describe-plist):
14448         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14449         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14450         * completion.el (add-completion, add-permanent-completion):
14451         * descr-text.el (describe-text-category, describe-char):
14452         * desktop.el (desktop-lazy-abort):
14453         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14454         * dired.el (dired-build-subdir-alist):
14455         * ediff.el (ediff-version):
14456         * elide-head.el (elide-head, elide-head-show):
14457         * emerge.el (emerge-version):
14458         * env.el (getenv):
14459         * face-remap.el (variable-pitch-mode):
14460         * faces.el (describe-face):
14461         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14462         (dired-at-point):
14463         * files.el (find-file-existing, auto-save-mode):
14464         * font-lock.el (font-lock-fontify-buffer):
14465         * help-fns.el (describe-function, describe-variable)
14466         (describe-syntax, describe-categories):
14467         * help.el (view-lossage, describe-bindings, describe-key)
14468         (describe-mode):
14469         * hexl.el (hexl-current-address):
14470         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
14471         * info.el (Info-goto-emacs-key-command-node):
14472         * log-edit.el (log-edit-insert-cvs-template)
14473         (log-edit-insert-cvs-rcstemplate):
14474         * menu-bar.el (menu-bar-mode):
14475         * mouse.el (mouse-appearance-menu):
14476         * newcomment.el (comment-indent-new-line):
14477         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
14478         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
14479         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
14480         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
14481         * recentf.el (recentf-mode):
14482         * savehist.el (savehist-mode, savehist-save):
14483         * shadowfile.el (shadow-copy-files):
14484         * simple.el (kill-ring-save, next-line, previous-line)
14485         (normal-erase-is-backspace-mode):
14486         * strokes.el (strokes-update-window-configuration)
14487         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
14488         (strokes-xpm-for-stroke):
14489         * time.el (emacs-uptime, emacs-init-time):
14490         * tutorial.el (tutorial--describe-nonstandard-key)
14491         (tutorial--detailed-help):
14492         * type-break.el (type-break-mode)
14493         (type-break-mode-line-message-mode, type-break-query-mode)
14494         (type-break-guesstimate-keystroke-threshold):
14495         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
14496         * version.el (emacs-version):
14497         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
14498         * winner.el (winner-mode):
14499         * calendar/timeclock.el (timeclock-in, timeclock-out)
14500         (timeclock-status-string, timeclock-change)
14501         (timeclock-workday-remaining-string)
14502         (timeclock-workday-elapsed-string)
14503         (timeclock-when-to-leave-string):
14504         * calendar/todo-mode.el (todo-add-category):
14505         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
14506         * emacs-lisp/autoload.el (update-file-autoloads):
14507         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
14508         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
14509         (checkdoc-message-text, checkdoc-defun):
14510         * emacs-lisp/debug.el (debugger-list-functions):
14511         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14512         * emacs-lisp/eieio-opt.el (eieio-describe-class)
14513         (eieio-describe-generic):
14514         * emacs-lisp/lisp-mnt.el (lm-synopsis):
14515         * emacs-lisp/shadow.el (list-load-path-shadows):
14516         * emulation/cua-base.el (cua-mode):
14517         * emulation/edt.el (edt-set-scroll-margins):
14518         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
14519         (tpu-toggle-regexp, tpu-toggle-search-direction)
14520         (tpu-toggle-rectangle, tpu-toggle-control-keys):
14521         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14522         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14523         (viper-set-parsing-style-toggling-macro)
14524         (viper-set-emacs-state-searchstyle-macros):
14525         * emulation/viper.el (viper-set-hooks):
14526         * eshell/esh-mode.el (eshell-truncate-buffer):
14527         * international/mule-cmds.el (prefer-coding-system)
14528         (describe-input-method, describe-language-environment):
14529         * international/mule-diag.el (list-character-sets)
14530         (describe-character-set, describe-coding-system)
14531         (describe-fontset, list-fontsets, list-input-methods):
14532         * mail/sendmail.el (mail-signature):
14533         * net/ange-ftp.el (ange-ftp-copy-file):
14534         * net/browse-url.el (browse-url):
14535         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
14536         * net/quickurl.el (quickurl-add-url):
14537         * net/rcirc.el (names, topic):
14538         * net/xesam.el (xesam-mode):
14539         * play/5x5.el (5x5-new-game):
14540         * play/yow.el (apropos-zippy):
14541         * progmodes/ada-mode.el (ada-mode-version):
14542         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
14543         (f90-end-of-block)
14544         (f90-beginning-of-block):
14545         * progmodes/fortran.el (fortran-end-of-block)
14546         (fortran-beginning-of-block):
14547         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
14548         * progmodes/python.el (python-describe-symbol, python-shell):
14549         * term/ns-win.el (ns-print-buffer):
14550         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
14551         * textmodes/flyspell.el (flyspell-mode-on):
14552         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
14553         (pages-directory-for-addresses):
14554         * textmodes/table.el (table-recognize-cell)
14555         (table-query-dimension, table-generate-source)
14556         (table-insert-sequence, table--warn-incompatibility):
14557         * textmodes/tex-mode.el (tex-validate-buffer):
14558         * textmodes/texinfmt.el (texinfmt-version)
14559         (texinfo-format-buffer):
14560         Use `called-interactively-p' instead of `interactive-p'.
14562 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14564         * image-mode.el (image-toggle-display):
14565         * emacs-lisp/elp.el (elp-instrument-function):
14566         * emacs-lisp/advice.el (ad-make-advised-definition):
14567         * emacs-lisp/easy-mmode.el (define-minor-mode):
14568         * net/browse-url.el (browse-url-maybe-new-window):
14569         * progmodes/sh-script.el (sh-learn-buffer-indent):
14570         Pass new argument 'any to `called-interactively-p'.
14572 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
14574         * international/uni-bidi.el:
14575         * international/uni-category.el:
14576         * international/uni-combining.el:
14577         * international/uni-comment.el:
14578         * international/uni-decimal.el:
14579         * international/uni-decomposition.el:
14580         * international/uni-digit.el:
14581         * international/uni-lowercase.el:
14582         * international/uni-mirrored.el:
14583         * international/uni-name.el:
14584         * international/uni-numeric.el:
14585         * international/uni-old-name.el:
14586         * international/uni-titlecase.el:
14587         * international/uni-uppercase.el:
14588         Regenerate from Unicode 5.2.0 data.
14590 2009-10-01  Glenn Morris  <rgm@gnu.org>
14592         * Makefile.in (ELCFILES): Regenerate.
14594 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14596         * subr.el (interactive-p): Mark obsolete.
14597         (called-interactively-p): Make the optional-ness of `kind' obsolete.
14598         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
14599         advertised-signature-table for subroutines as well.
14601         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
14602         (set-advertised-calling-convention): New function.
14603         (make-obsolete, define-obsolete-function-alias)
14604         (make-obsolete-variable, define-obsolete-variable-alias):
14605         Make the optional-ness of `when' obsolete.
14606         (define-obsolete-face-alias): Make `when' non-optional.
14607         * help-fns.el (help-function-arglist):
14608         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
14609         Use advertised-signature-table.
14611 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
14613         * files.el (delete-directory): New defun.  The original function
14614         in fileio.c has been renamed to `delete-directory-internal'.
14616         * dired.el (dired-delete-file): Call `delete-directory' with
14617         RECURSIVE parameter.
14619         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
14620         parameter RECURSIVE.  Implementation is missing.
14622         * net/tramp.el (tramp-handle-make-directory): Flush upper
14623         directory's file properties.
14624         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
14625         (tramp-handle-dired-recursive-delete-directory): Flush directory
14626         properties after the remove command only.
14628         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14629         Handle optional parameter RECURSIVE.
14631         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14632         Handle optional parameter RECURSIVE.
14634         * net/tramp-smb.el (tramp-smb-errors): Add error message for
14635         connection timeout.
14636         (tramp-smb-handle-delete-directory): Handle optional parameter
14637         RECURSIVE.
14639 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14641         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
14642         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
14643         (byte-compile-defmacro): Use backquotes.
14645         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
14647         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
14648         has no associated file.
14649         (vc-resynch-buffer): Use vc-dir-buffers.
14651 2009-10-01  Glenn Morris  <rgm@gnu.org>
14653         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
14654         (chart-file-count):
14655         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
14656         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
14657         * emacs-lisp/eieio-opt.el (eieio-describe-class):
14658         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
14659         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
14660         (eieio-copy-parents-into-subclass, make-instance, class-children)
14661         (eieio-generic-form):
14663         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
14664         match-data.  (Bug#4555).
14666         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
14667         rather than parsing it as a regexp.  This relaxes the layout
14668         requirements and makes errors easier to detect.
14669         (check-declare-verify): Check file is regular.
14670         (check-declare-directory): Doc fix.
14671         * subr.el (declare-function): Doc fix.
14673         * ibuffer.el (ibuffer-format-qualifier):
14674         * isearch.el (hi-lock-regexp-okay):
14675         * calc/calc.el (math-zerop):
14676         * mail/uce.el (rmail-msgbeg, rmail-msgend):
14677         * term/w32-win.el (setup-default-fontset, set-fontset-font):
14678         Remove unused declarations.
14680 2009-09-30  Eric Ludlam  <zappo@gnu.org>
14682         * emacs-lisp/eieio.el (boolean-p): Delete.
14684 2009-09-30  Glenn Morris  <rgm@gnu.org>
14686         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
14688         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
14689         filename is not a string.
14691 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
14693         * files.el (safe-local-eval-forms): Fix typo.
14695 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14697         * vc-hooks.el (vc-dir-buffers): New var.
14698         (vc-state-refresh): New function.
14699         (vc-state): Use it.
14700         (vc-after-save): Always ask the backend to recompute the new state.
14701         Always call vc-dir if necessary, using vc-dir-buffers.
14702         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
14703         Use vc-dir-buffers.
14704         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
14705         (vc-dir-prepare-status-buffer, vc-dir-update)
14706         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
14707         Don't call expand-file-name on default-directory.
14709 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14711         * speedbar.el (speedbar-item-delete):
14712         * calc/calc-prog.el (calc-kbd-if):
14713         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
14715         * epa.el (epa-key-list-mode-map):
14716         * hi-lock.el (hi-lock-menu): Fix typos in menus.
14718         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
14719         (hs-show-hook): Fix typo in docstring.
14721 2009-09-29  Glenn Morris  <rgm@gnu.org>
14723         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
14724         file-name-nondirectory call preventing location of cedet files.
14725         (check-declare-verify): Use literal search rather than re-search.
14726         Add basic defmethod and defclass, and define-overloadable-function.
14728         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14729         Use tramp-compat-file-attributes rather than nonexistent
14730         tramp-compat-handle-file-attributes.
14732         * Makefile.in (lisptagsfiles4): New.
14733         (AUTOGENEL): Add cedet loaddefs files.
14734         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
14735         (update-elclist, compile-always, backup-compiled-files)
14736         (bootstrap-clean): Add yet another directory level.
14737         (update-elclist): Use LC_COLLATE rather than COLLATE.
14738         (ELCFILES): Update, via `make update-elclist'.
14740 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14742         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
14743         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
14744         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
14746 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
14748         * Makefile.in (lisptagsfiles3): Define.
14749         (TAGS, TAGS-LISP): Use it.
14750         (update-elclist): Add third directory level to look for elc files.
14751         (compile-always): Likewise.
14752         (backup-compiled-files): Likewise.
14753         (bootstrap-clean): Likewise.
14754         (ELCFILES): Update.
14756 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
14758         * Makefile.in (ELCFILES): Add CEDET files.
14760 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
14762         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
14764         * net/tramp.el (top): Require tramp-imap.
14766         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14767         Use `tramp-compat-handle-file-attributes'.
14769 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14771         * net/tramp-imap.el: New package.
14773 2009-09-28  Eric Ludlam  <zappo@gnu.org>
14775         * emacs-lisp/chart.el:
14776         * emacs-lisp/eieio-base.el:
14777         * emacs-lisp/eieio-comp.el:
14778         * emacs-lisp/eieio-custom.el:
14779         * emacs-lisp/eieio-datadebug.el:
14780         * emacs-lisp/eieio-opt.el:
14781         * emacs-lisp/eieio-speedbar.el:
14782         * emacs-lisp/eieio.el: New files.
14784 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14786         * whitespace.el (whitespace-trailing-regexp)
14787         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
14788         Fix doc string.
14790 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
14792         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
14793         menu.
14795         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
14796         menu-bar-ediff-menu.
14798         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
14799         define-overloadable-function.
14801         * progmodes/autoconf.el: Provide autoconf as well, so that this
14802         file can be `require'd.
14804         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
14806         * emacs-lisp/autoload.el (generated-autoload-feature)
14807         (generated-autoload-load-name): New vars.
14808         (autoload-rubric, autoload-generate-file-autoloads): Use them.
14809         (make-autoload): Recognize define-overloadable-function and
14810         defclass forms (for EIEIO).
14812         * Makefile.in (update-subdirs): Exclude cedet directory.
14814 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14816         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
14818         * faces.el: Default light-background background for region face to
14819         ns_selection_color under NS.
14821 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14823         * net/imap-hash.el: New library, see NEWS.
14825         * Makefile.in (ELCFILES): Add imap-hash.el.
14827 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
14830         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
14831         * help-macro.el (make-help-screen): Avoid using an ambiguous function
14832         definition where the docstring could be taken for the return value.
14834 2009-09-26  Glenn Morris  <rgm@gnu.org>
14836         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
14837         Add option to only show images below a certain size.
14838         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
14839         save-excursion calls.
14841 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
14843         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
14844         subdirectories) and eieio.
14846 2009-09-26  Alan Mackenzie  <acm@muc.de>
14848         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
14849         buggy bracketing.  (Bug#4289)
14851         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
14852         character constants (as case labels).  (Bug#4289)
14854 2009-09-25  Juri Linkov  <juri@jurta.org>
14856         * files.el (safe-local-eval-forms): Allow time-stamp in
14857         before-save-hook (Bug#4554).
14859 2009-09-25  Drew Adams  <drew.adams@oracle.com>
14861         * menu-bar.el (list-buffers-directory): Doc fix.
14863 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14866         Try and avoid copying twice the same paragraph.
14867         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14868         Remove save-excursion.
14869         (log-edit-changelog-entry): Do it here instead.
14871 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
14873         * bs.el (bs--get-file-name): Use `list-buffers-directory'
14874         when available, instead of hardcoding mode names.  Doc fix.
14876         * menu-bar.el (list-buffers-directory): Add docstring.
14877         Make automatically buffer-local.
14879         * dired.el (dired-mode):
14880         * files.el (cd-absolute):
14881         * pcvs.el (cvs-temp-buffer):
14882         * pcvs-util.el (cvs-get-buffer-create):
14883         * shell.el (shell-mode):
14884         * vc-dir.el (vc-dir-mode):
14885         Don't make `list-buffers-directory' buffer local.
14887 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
14889         * comint.el (comint-exec, comint-run, make-comint):
14890         Doc fixes (Bug#4542).
14892 2009-09-25  Glenn Morris  <rgm@gnu.org>
14894         * mail/rmailmm.el (rmail-mime): New custom group.
14895         Move all defcustoms in this file into this group.
14896         (rmail-mime-media-type-handlers-alist): Revert previous change.
14897         (rmail-mime-show-images): New option.
14898         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14899         references to it, since it wasn't actually used for anything.
14900         (rmail-mime-insert-image): New function.
14901         (rmail-mime-image): Use rmail-mime-insert-image.
14902         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
14903         obey the value of `rmail-mime-show-images' option.  Print the size of
14904         attachments.
14906 2009-09-25  David Engster  <deng@randomsample.de>
14908         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
14910 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14912         * whitespace.el: Does not highlight trailing spaces While point is
14913         at end of line.  Does not highligt spaces at beginning of buffer
14914         while point is at beginning of buffer.  Does not highlight spaces
14915         at end of buffer while point is at end of buffer.  (Bug#4177)
14916         New version 12.0.
14917         (whitespace-display-mappings): Adjust initialization.
14918         (whitespace-point, whitespace-font-lock-refontify): New vars.
14919         (whitespace-color-on, whitespace-color-off): Adjust code.
14920         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14921         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14922         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14924 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
14926         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14928         * textmodes/sgml-mode.el: Remove xml-mode alias.
14930         * files.el (auto-mode-alist, conf-mode-maybe)
14931         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
14933 2009-09-24  Alan Mackenzie  <acm@muc.de>
14935         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14936         c-forward-conditionals, but it doesn't move point and doesn't set
14937         the mark.
14938         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14939         (c-down-conditional-with-else, c-backward-conditional)
14940         (c-forward-conditional): Refactor to use c-scan-conditionals.
14942 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14944         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14945         (help-default-arg-highlight): Remove.
14946         (help-highlight-arg): New function.
14947         (help-do-arg-highlight): Use it.
14948         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
14950 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14952         * term.el (term-set-scroll-region, term-handle-ansi-escape):
14953         Undo last change, which didn't fix the problem and introduced others.
14955 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
14957         * progmodes/gdb-mi.el: Don't require speedbar.
14958         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14960 2009-09-24  Glenn Morris  <rgm@gnu.org>
14962         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14964         * term/ns-win.el (ns-reg-to-script): Define for compiler.
14966         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14967         there is no newline after the final mime boundary.  (Bug#4539)
14968         Move markers on insertion so that any buttons inserted don't end up in
14969         the next part of a multipart message.
14970         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
14971         (rmail-mime-bulk-handler): Optionally handle images.
14972         (rmail-mime-image): New button action.
14973         (rmail-mime-image-handler): New function.
14974         (rmail-mime-mode): New mode.
14975         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
14977 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14979         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14980         than just dropping elements from it (bug#4504).
14982         * term.el (term-set-scroll-region): Don't move cursor any more.
14983         (term-handle-ansi-escape): Call term-goto here instead.
14984         Suggested by Ivan Kanis <apple@kanis.eu>.
14986         * term.el: Require CL.
14987         (term-ansi-reset): New function.
14988         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14989         (term-handle-colors-array): Simplify.
14991 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14993         * allout.el (allout-overlay-interior-modification-handler)
14994         (allout-obtain-passphrase):
14995         * epa-file.el (epa-file-write-region):
14996         * ps-print.el (ps-begin-job):
14997         * vc-hooks.el (vc-toggle-read-only):
14998         * vc-rcs.el (vc-rcs-rollback):
14999         * vc-sccs.el (vc-sccs-rollback):
15000         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15001         (vc-version-diff, vc-revert, vc-rollback):
15002         * wdired.el (wdired-check-kill-buffer):
15003         * emacs-lisp/authors.el (authors):
15004         * net/socks.el (socks-open-connection):
15005         * net/zeroconf.el (zeroconf-service-add-hook):
15006         * obsolete/vc-mcvs.el (vc-mcvs-register):
15007         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15008         (gdb-select-frame):
15009         * progmodes/grep.el (lgrep, rgrep):
15010         * progmodes/idlw-help.el (idlwave-help-check-locations)
15011         (idlwave-help-html-link, idlwave-help-assistant-open-link):
15012         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15013         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15014         (reftex-toc-rename-label): Fix typos in error messages.
15016         * dired-aux.el (dired-do-shell-command): Reflow docstring.
15017         (dired-copy-how-to-fn): Doc fix.
15018         (dired-files-attributes, dired-read-shell-command):
15019         Fix typos in docstrings.
15021         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15022         (dired-x-find-file-other-window): Reflow docstrings.
15023         (dired-omit-marker-char, dired-read-shell-command)
15024         (dired-x-submit-report): Fix typos in docstrings.
15026         * shell.el (shell-mode-hook):
15027         * view.el (View-scroll-line-forward):
15028         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15029         Fix typos in docstrings.
15031         * net/dig.el (dig-invoke): Fix typo in docstring.
15032         (query-dig): Reflow docstring.
15034         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15035         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15036         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15037         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15038         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15039         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15040         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15041         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15042         (idlwave-completion-map, idlwave-current-indent)
15043         (idlwave-custom-ampersand-surround, idlwave-customize)
15044         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15045         (idlwave-define-abbrev, idlwave-determine-class-special)
15046         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15047         (idlwave-end-block-reg, idlwave-end-of-statement)
15048         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15049         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15050         (idlwave-explicit-class-listed, idlwave-file-header)
15051         (idlwave-fill-paragraph, idlwave-find-class-definition)
15052         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15053         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15054         (idlwave-in-quote, idlwave-indent-action-table)
15055         (idlwave-indent-expand-table, idlwave-indent-line)
15056         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15057         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15058         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15059         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15060         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15061         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15062         (idlwave-outlawed-buffers, idlwave-popup-select)
15063         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15064         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15065         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15066         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15067         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15068         (idlwave-statement-type, idlwave-struct-skip)
15069         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15070         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15071         (idlwave-what-module-find-class): Fix typos in docstrings.
15072         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15073         (idlwave-calculate-cont-indent, idlwave-expand-equal)
15074         (idlwave-find-module, idlwave-find-structure-definition)
15075         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15076         (idlwave-list-load-path-shadows, idlwave-next-statement)
15077         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15078         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15079         (idlwave-template): Reflow docstrings.
15081         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15082         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15083         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15084         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15085         (idlwave-shell-display-line, idlwave-shell-display-wframe)
15086         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15087         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15088         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15089         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15090         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15091         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15092         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15093         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15094         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15095         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15096         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15097         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15098         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15099         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15100         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15101         Fix typos in docstrings.
15102         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15103         (idlwave-shell-hide-output, idlwave-shell-mode)
15104         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15105         Reflow docstrings.
15107         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15109 2009-09-24  Ivan Kanis  <apple@kanis.eu>
15111         * term.el (term-bold-attribute): New var.
15112         (term-handle-colors-array): Use it.
15114 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
15116         * progmodes/gdb-mi.el (gdb-version): New variable.
15117         (gdb-non-stop-handler): Set gdb-version.
15118         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15119         Condition "--thread" option on gdb-version.
15120         (gdb-invalidate-threads): Remove unused argument.
15122 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15124         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15125         to looking-back to avoid ridiculous slow down in large files (bug#4511).
15127 2009-09-23  Glenn Morris  <rgm@gnu.org>
15129         * mail/rmail.el (rmail-reply): Don't try to add a References header when
15130         replying to mail without References or Message-Id.  (Bug#4525)
15132 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
15134         * term/ns-win.el (ns-reg-to-script): New variable.
15136 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
15138         * epg.el (epg-wait-for-status): Preserve existing 'error results.
15140 2009-09-22  Sam Steingold  <sds@gnu.org>
15142         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
15143         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15144         to 1 because hg returns status 1 when nothing is found.
15145         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
15147 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15149         * textmodes/fill.el: Convert to utf-8 encoding.
15150         (fill-french-nobreak-p): Remove redundant » and « inherited from our
15151         pre-Unicode days.
15153         * add-log.el (change-log-fill-forward-paragraph): New function.
15154         (change-log-mode): Use it so fill-region DTRT.
15155         Set fill-indent-according-to-mode here rather than in
15156         change-log-fill-paragraph.
15157         (change-log-fill-paragraph): Remove.
15159 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
15161         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15162         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
15164 2009-09-22  Glenn Morris  <rgm@gnu.org>
15166         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15167         the scroll-bar scroll the calendar window rather than the buffer.
15169         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15170         commands that move point (as opposed to scrolling).
15172         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15174         * emacs-lisp/elint.el (elint): New custom group.
15175         (elint-log-buffer): Make it a defcustom.
15176         (elint-scan-preloaded, elint-ignored-warnings)
15177         (elint-directory-skip-re): New options.
15178         (elint-builtin-variables): Doc fix.
15179         (elint-preloaded-env): New variable.
15180         (elint-unknown-builtin-args): Add an entry for encode-time.
15181         (elint-extra-errors): Make it a variable rather than a constant.
15182         (elint-preloaded-skip-re): New constant.
15183         (elint-directory): Skip files matching elint-directory-skip-re.
15184         (elint-features): New variable, local to linted buffers.
15185         (elint-update-env): Initialize elint-features.  Possibly add
15186         elint-preloaded-env to the buffer's environment.
15187         (elint-get-top-forms): Bind elint-current-pos, for log messages.
15188         Skip quoted forms.
15189         (elint-init-form): New function, extracted from elint-init-env.
15190         Make non-list forms a warning rather than an error.
15191         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
15192         easy-menu-define, put that adds an error-condition, and provide.
15193         When requiring cl, also require cl-macs.  Really require cl, to handle
15194         some cl macros.  Store required libraries in the list elint-features,
15195         so as not to re-load them.  Treat cc-require like require.
15196         (elint-init-env): Call elint-init-form to do the work.
15197         Handle eval-and-compile and such like.
15198         (elint-add-required-env): Do not clear messages.
15199         (elint-special-forms): Add handlers for function, defalias, if, when,
15200         unless, and, or.
15201         (elint-form): Add optional argument to ignore elint-special-forms,
15202         useful to prevent recursive calls from handlers.  Doc fix.
15203         Respect elint-ignored-warnings.
15204         (elint-form): Respect elint-ignored-warnings.
15205         (elint-bound-variable, elint-bound-function): New variables.
15206         (elint-unbound-variable): Respect elint-bound-variable.
15207         (elint-get-args): Respect elint-bound-function.
15208         (elint-check-cond-form): Add some simple handling for (f)boundp and
15209         featurep tests.
15210         (elint-check-defalias-form): New handler.
15211         (elint-check-let-form): Make an empty let a warning rather than an
15212         error.
15213         (elint-check-setq-form): Make an empty setq a warning rather than an
15214         error.  Respect elint-ignored-warnings.
15215         (elint-check-defvar-form): Accept null doc-strings.
15216         (elint-check-conditional-form): New handler.  Does some simple-minded
15217         checking of featurep and (f)boundp tests.
15218         (elint-put-function-args): New function.
15219         (elint-initialize): Use elint-scan-doc-file rather than
15220         elint-find-builtin-variables.  Use elint-put-function-args.
15221         Possibly scan preloaded-file-list.
15222         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15223         extend to handle functions as well.
15225 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
15227         * linum.el (linum-delete-overlays, linum-update-window):
15228         Do not modify the right margin.  (Bug#3971)
15230 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
15232         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
15233         nxml-mode instead of xml-mode.
15235 2009-09-21  Kevin Ryde  <user42@zip.com.au>
15237         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
15239 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15241         * net/dig.el (dig-mode): Use define-derived-mode.
15243 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15245         * vc-dispatcher.el (vc-do-command): Return the process object in
15246         the asynchronous case.  Use when instead of if.  Do not run
15247         vc-exec-after to display a message if not enabled.  (Bug#4463)
15249         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15250         properties to the stash strings.
15251         (vc-git-stash-list): Return a list of strings.
15252         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15253         (vc-git-stash-show-at-point): New functions.
15254         (vc-git-stash-map): New keymap.
15256         * register.el (ctl-x-r-map): Define the keys here instead of
15257         using autoload.
15259 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
15261         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15262         list, to workaround performance problem (bug#4485).
15264 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
15266         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15268 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
15270         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15271         Document that this option is not recommended to use.
15273 2009-09-19  Glenn Morris  <rgm@gnu.org>
15275         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15276         variable `var'.
15278         * calc/calc-alg.el (var):
15279         * calc/calcalg2.el (var): Define for compiler.
15281 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
15283         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15284         Doc fix (Bug#3932).
15286         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15288         * time-stamp.el (time-stamp-month-dd-yyyy)
15289         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15290         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15291         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
15292         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15293         Remove functions that have been obsolete since 1995 (Bug#4436).
15295         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15296         indent buffer only if called interactively (Bug#4452).
15298 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
15299             Eli Zaretskii  <eliz@gnu.org>
15301         This fixes bug#4197 (merged to bug#865, though not identical).
15302         * server.el (server-auth-dir): Add docstring note about FAT32.
15303         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15304         but warn against using them.
15306 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
15308         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15309         older GDB where there is no has_more field.
15311 2009-09-19  Glenn Morris  <rgm@gnu.org>
15313         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15315 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
15317         * files.el (auto-mode-alist): Change default for XML files to nXML
15318         mode (Bug#4169).
15320 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
15322         * server.el (server-ensure-safe-dir): Pass 'integer
15323         to `file-attributes', as suggested.
15325 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15327         * dired-aux.el (dired-query-alist): Remove spurious backslash.
15328         (dired-query): Use read-key.
15330 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
15332         * cus-start.el (ns-use-qd-smoothing): Remove.
15334 2009-09-18  Glenn Morris  <rgm@gnu.org>
15336         * allout.el (top-level): Remove unnecessary progn.
15338         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15340         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15341         definition of abbrev table.
15343         * speedbar.el (speedbar-track-mouse):
15344         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15345         * net/eudc.el (eudc-expand-inline):
15346         * net/newst-backend.el (newsticker--cache-read-feed):
15347         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15348         condition-case handlers.
15350 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
15352         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15353         (gdb-var-list): Add an element for has_more field.
15354         (gdb-non-stop-handler): Enable pretty printing for STL containers.
15355         (gdb-var-create-handler, gdb-var-list-children-handler-1)
15356         (gdb-var-update-handler-1): Parse output of dynamic variable
15357         objects (STL containers).
15358         (gdb-var-delete-1): Pass var1 as an explicit second argument.
15359         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
15361         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15362         gdb-var-list.
15363         (gud-speedbar-buttons): Make node expandable if expression "has more"
15364         children.
15366 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
15368         * startup.el (emacs-quick-startup): Remove variable and all uses.
15369         (command-line): Set `inhibit-x-resources' instead.
15370         (command-line-1): Use `inhibit-x-resources' instead.
15372 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
15374         * subr.el: Fix last change to avoid using the `unless' macro,
15375         which breaks bootstrapping.
15377 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15379         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15380         extended definitions, in case we reload subr.el after having
15381         loaded CL.
15382         (eval-next-after-load): Mark as obsolete.
15384 2009-09-17  Juri Linkov  <juri@jurta.org>
15386         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15387         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15388         (menu-bar-showhide-menu, menu-bar-tools-menu)
15389         (menu-bar-describe-menu, menu-bar-help-menu)
15390         (minibuffer-local-completion-map, minibuffer-local-map):
15391         Fix list quoting.
15393 2009-09-17  Glenn Morris  <rgm@gnu.org>
15395         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15396         arguments, whether or not it has a handler.
15398         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15400         * simple.el (hard-newline): Give it a doc-string.
15402         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15403         (lisp-mode-syntax-table): Give them doc-strings.
15405 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15407         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15408         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15409         (menu-bar-options-menu, menu-bar-showhide-menu)
15410         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15411         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15412         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15413         (menu-bar-options-menu, menu-bar-tools-menu)
15414         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15415         (menu-bar-help-menu):
15416         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15417         string arguments.
15419         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15420         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15421         calls for the menu names and :help.
15423 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15425         * mouse.el (minor-mode-menu-from-indicator): Pay attention
15426         to :minor-mode-function (bug#4455).
15428 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15430         * startup.el (command-line): Initialize the window-system after
15431         processing the command-line.
15433         * textmodes/page.el (what-page): Make sure we don't inf-loop if
15434         page-delimiter matches the empty string.
15436 2009-09-16  Glenn Morris  <rgm@gnu.org>
15438         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15439         byte-compile-not-obsolete-var.  It's a list now.
15440         (byte-compile-not-obsolete-funcs): New variable.
15441         (byte-compile-warn-obsolete): Don't warn about functions if they are in
15442         byte-compile-not-obsolete-funcs.
15443         (byte-compile-variable-ref, byte-compile-defvar): Update for
15444         byte-compile-not-obsolete-vars name-change and list nature.
15445         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15446         and variables behind (f)boundp tests.
15447         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15449 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15451         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15453 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15455         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15456         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15457         Don't autoload.
15459 2009-09-15  Stephen Eglen  <stephen@gnu.org>
15461         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
15462         the virtual-buffers, use the name of the buffer specified by
15463         find-file-noselect, as the match may be a symlink.  (This was a
15464         problem if the target and the symlink had different names.)
15466 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15468         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
15470         * desktop.el (desktop-path): Check user-emacs-directory.
15472         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
15474         * loadup.el: Use after-load-functions to GC after loading each file.
15475         Remove the explicit GC calls that used to be sprinkled around.
15477         * subr.el (after-load-functions): New hook.
15478         (do-after-load-evaluation): Run it.  Use string-match-p to detect
15479         `obsolete' packages, rather than painfully extracting the relevant
15480         directory name.
15482 2009-09-15  Glenn Morris  <rgm@gnu.org>
15484         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
15485         free variable `doc'.
15487         * dired.el (dired-mode-map): Add menu entry for async shell command.
15489         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
15490         variables, also consider the .elc files, since the .el files are
15491         normally gzipped (subsequent code locates the .el.gz from the .elc).
15493         * calc/calc-prog.el (arglist): Define for compiler.
15495         * calendar/diary-lib.el (diary-display-function): Change the default to
15496         fancy display.
15497         (body): Define for compiler.
15499         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
15500         (byte-compile-file-form, byte-compile-lambda)
15501         (byte-compile-top-level-body, byte-compile-form)
15502         (byte-compile-variable-ref, byte-compile-setq)
15503         (byte-compile-setq-default, byte-compile-body)
15504         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
15505         (batch-byte-compile): Give some more local variables with common names
15506         a "bytecomp-" prefix to avoid masking warnings about free variables.
15508         * startup.el (command-line-1): Give local variables with common names a
15509         distinguishing prefix, so as not to hide free variable warnings during
15510         bootstrap.
15512         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
15513         clever and add a suffix to make a unique name, just let the user decide
15514         whether or not to overwrite it.  If the input is a directory, write the
15515         default filename to that directory.  (Bug#4388)
15516         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
15517         is a filename-as-a-directory.
15519 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15521         * textmodes/page.el (what-page): Don't move to beginning of line.
15522         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
15524 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15526         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
15528 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
15530         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
15531         * help.el (help-for-help-internal): Add purecopy calls for text.
15533         * vc.el (top): print-log method now takes an optional SHORTLOG
15534         argument.  Add a new method: root.
15535         (vc-root-diff, vc-print-root-log): New functions.
15536         (vc-log-short-style): New variable.
15537         (vc-print-log-internal): Add support for showing short logs.
15539         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
15540         vc-print-root-log and vc-print-root-diff.
15542         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
15543         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
15544         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
15545         short logs.
15547         * vc-cvs.el (vc-cvs-print-log):
15548         * vc-mtn.el (vc-mtn-print-log):
15549         * vc-rcs.el (vc-rcs-print-log):
15550         * vc-sccs.el (vc-sccs-print-log):
15551         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
15552         that is ignored for now.
15554         * vc-mtn.el (vc-mtn-annotate-command):
15555         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
15557 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15559         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
15560         to function-key-map, and give them ascii-character property.
15561         * term/x-win.el (x-alternatives-map):
15562         * term/ns-win.el (ns-alternatives-map):
15563         * term/internal.el (msdos-key-remapping-map):
15564         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
15566 2009-09-14  Glenn Morris  <rgm@gnu.org>
15568         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
15569         temp-buffers (2009-09-12).
15571 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15573         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
15574         the new read-key function.
15576 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15578         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
15579         is defined (Bug#4405).
15581 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
15583         * recentf.el (recentf-cleanup): Use a hash table to find
15584         duplicates (Bug#4407).
15586 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
15588         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
15589         kp-0 to ascii equivalents (Bug#4325).
15591 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15593         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
15595         * eshell/em-hist.el:
15596         * eshell/em-dirs.el (eshell-complete-user-reference):
15597         Declare pcomplete functions and variables to avoid compiler warnings.
15599 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
15601         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
15602         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
15603         * eshell/em-alias.el (eshell-aliases-file):
15604         * eshell/em-hist.el (eshell-history-file-name):
15605         Use expand-file-name instead of concat to make file names (Bug#4308).
15607 2009-09-13  Glenn Morris  <rgm@gnu.org>
15609         * ediff-merg.el (ediff-do-merge):
15610         * filesets.el (filesets-run-cmd):
15611         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
15612         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
15613         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
15614         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
15615         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
15616         Replace empty `let's with `progn'.
15618 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15620         * mail/sendmail.el (send-mail-function):
15621         * tooltip.el (tooltip-mode):
15622         * simple.el (transient-mark-mode):
15623         * rfn-eshadow.el (file-name-shadow-mode):
15624         * frame.el (blink-cursor-mode):
15625         * font-core.el (global-font-lock-mode):
15626         * files.el (temporary-file-directory)
15627         (small-temporary-file-directory, auto-save-file-name-transforms):
15628         * epa-hook.el (auto-encryption-mode):
15629         * composite.el (global-auto-composition-mode):
15630         Use custom-initialize-delay.
15631         * startup.el (command-line): Don't explicitly call
15632         custom-reevaluate-setting for all the above vars.
15633         * custom.el (custom-initialize-safe-set)
15634         (custom-initialize-safe-default): Delete.
15636 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15638         * term/x-win.el (x-initialize-window-system):
15639         * term/w32-win.el (w32-initialize-window-system):
15640         * term/ns-win.el (ns-initialize-window-system): Don't call
15641         mouse-wheel-mode since it's enabled globally by default already.
15643         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
15644         actually define the variable, but only silences the byte-compiler.
15645         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
15646         before looking it up.
15647         (mouse-wheel-scroll-amount): Also reset the bindings if this value
15648         is changed.
15650 2009-09-12  Glenn Morris  <rgm@gnu.org>
15652         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
15653         1000.
15654         (elint-add-required-env): Don't beep on error.
15655         (elint-forms): In case of error, return ENV unchanged.
15656         (elint-init-env): Skip non-list forms.
15657         (elint-log): Handle unknown file positions.
15659 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
15661         * epg.el (epg-make-context): Add autoload cookie.
15662         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
15663         (epg-decrypt-string, epg-start-verify, epg-verify-file)
15664         (epg-verify-string, epg-start-sign, epg-sign-file)
15665         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
15666         (epg-encrypt-string, epg-start-export-keys)
15667         (epg-export-keys-to-file, epg-export-keys-to-string)
15668         (epg-start-import-keys, epg-import-keys-from-file)
15669         (epg-import-keys-from-string, epg-start-receive-keys)
15670         (epg-receive-keys, epg-import-keys-from-server)
15671         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
15672         (epg-sign-keys, epg-start-generate-key)
15673         (epg-generate-key-from-file, epg-generate-key-from-string):
15674         Remove autoload cookie.
15676 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
15678         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
15679         reevaluation of trash-directory.
15681         * mwheel.el: Fix last change.
15682         (mouse-wheel-mode): New defvar.
15683         (mouse-wheel-mode): Remove autoload cookie.
15685 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15687         * mwheel.el (mwheel-installed-bindings): New var.
15688         (mouse-wheel-mode): Use it, so as to make sure we really remove all
15689         the bindings we set last time.  Use custom-initialize-delay.
15690         * loadup.el: Load mwheel after term/*-win.el.
15691         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
15692         and mouse-wheel-up-event now that their first evaluation is done
15693         sufficiently late to be correct.
15695         * startup.el (tutorial-directory): Make it a defcustom.
15696         Use custom-initialize-delay rather than eval-at-startup to set it.
15697         * image.el (image-load-path): Make it a defcustom.
15698         Use custom-initialize-delay rather than eval-at-startup to set it.
15699         * subr.el (eval-at-startup): Remove.
15700         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
15702         * subr.el (do-after-load-evaluation): Warn the user after loading an
15703         obsolete package.
15705 2009-09-12  Glenn Morris  <rgm@gnu.org>
15707         * proced.el (proced-mark-alt): Remove alias.
15708         (proced-mode-map): Remove proced-mark-alt.
15710         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
15711         Elint file and directory.  Remove initialization entry.
15713         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
15714         commands.
15715         (elint-current-buffer): Set mode-line-process.
15716         (elint-init-env): Handle define-derived-mode.
15717         Fix declare-function with unspecified arglist.  Guard against odd
15718         defalias statements (eg iso-insert's 8859-1-map).
15719         (elint-add-required-env): Use a temp buffer.
15720         (elint-form): Just print the function/macro name, not the whole form.
15721         Return env unchanged if we fail to parse a macro.
15722         (elint-forms): Guard against parse errors.
15723         (elint-output): New function, to handle batch mode.
15724         (elint-log-message): Add optional argument.  Use elint-output.
15725         (elint-set-mode-line): New function.
15727 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
15729         * emacs-lisp/elp.el (elp-not-profilable): Add more
15730         functions (Bug#4233).
15732 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
15734         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
15735         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
15737 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15739         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
15740         (gdb-var-list-children): Use json parsing.
15742 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
15744         * progmodes/js.el (js--proper-indentation): Handle the case where
15745         char-before is null.  Reported by Deniz Dogan.
15747 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
15749         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
15751 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
15753         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
15754         (epg-digest-algorithm-alist): Add SHA224.
15755         (epg-context-set-passphrase-callback)
15756         (epg-context-set-progress-callback): Add description about
15757         callback function.
15759 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15761         * custom.el (custom-delayed-init-variables): New var.
15762         (custom-initialize-delay): New function.
15763         * startup.el (command-line): "Re"evaluate all vars in
15764         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
15765         explicitly any more.
15766         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
15767         to avoid creating a ~/.emacs.d at build-time (bug#4347).
15769         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
15771 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15773         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
15774         (gdb-var-update-handler): Use json parsing.
15776 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
15778         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
15779         decode annotated text, regardless of language environment.  (Bug#2741)
15781 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15783         * Makefile.in (autoloads): Make rmail.el writable as well.
15785 2009-09-11  Glenn Morris  <rgm@gnu.org>
15787         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
15788         loaddefs.el.
15789         * dired.el: Regenerate with extracted autoloads.
15790         * Makefile.in (autoloads): Make dired.el writable.
15792         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
15793         * ibuffer.el: Regenerate with extracted autoloads.
15794         * Makefile.in (autoloads): Make ibuffer.el writable.
15796         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
15797         * version.el (emacs-copyright, emacs-major-version)
15798         (emacs-minor-version): Reformat doc-strings for make-docfile.
15800         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
15801         functions and variables, since they must be stuff specific to some other
15802         platform.
15803         (apropos-print): Make mouse-click message less specific about button.
15805         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
15806         that records where a macro was defined.
15807         * help-fns.el (describe-function-1): Mention if a function has a
15808         compiler-macro.
15809         * help-mode.el (help-function-cmacro): New button.
15811         * locate.el (top-level): Always require dired.
15812         (locate-mode-map): Initialize inside the defvar.
15814         * net/ange-ftp.el (dired-compress-file): Declare.
15815         (ange-ftp-dired-compress-file): Add doc string.
15817         * term/ns-win.el (x-display-name, x-setup-function-keys):
15818         Unify doc-strings with X versions.
15820 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15822         * emulation/crisp.el (crisp-mode-map): Move initialization
15823         into declaration.
15824         (crisp-mode): Use define-minor-mode.
15826         * progmodes/xscheme.el (xscheme-evaluation-commands):
15827         Put a :advertised-binding property rather than using
15828         advertised-xscheme-send-previous-expression.
15829         (advertised-xscheme-send-previous-expression): Declare obsolete.
15830         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
15831         `advertised-undo'.
15832         (crisp-mode): Add corresponding bindings to
15833         undo's :advertised-binding instead.
15834         * dired.el (dired-mode-map): Put a :advertised-binding property rather
15835         than using dired-advertised-find-file.
15836         (dired-advertised-find-file):
15837         * simple.el (advertised-undo):
15838         * wid-edit.el (advertised-widget-backward): Declare obsolete.
15839         (widget-keymap): Put a :advertised-binding property rather
15840         than using advertised-widget-backward.
15841         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
15842         than using advertised-undo.
15843         * tutorial.el (tutorial--default-keys): Adjust accordingly.
15845 2009-09-10  Simon South  <ssouth@slowcomputing.org>
15847         * progmodes/delphi.el (delphi-tab): Indent region when Transient
15848         Mark mode is enabled and region is active; otherwise indent or
15849         insert TAB as usual.
15850         (delphi-mode): Update description of TAB-key binding.
15852 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15854         * subr.el (define-key-rebound-commands): Mark obsolete.
15855         * startup.el (precompute-menubar-bindings): Remove.
15856         (normal-top-level): Remove obsolete code that tried to precompute
15857         menubar bindings.
15858         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15859         define-key-rebound-commands and precompute-menubar-bindings.
15861 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15863         * net/imap.el (imap-interactive-login): Better messages.
15864         (imap-open): Fix bug with renamed buffer on reconnect.
15865         (imap-authenticate): Add buffer-local imap-last-authenticator variable
15866         for easier debugging and cleaner code.  On successful (guessed based on
15867         server capabilities) secondary authentication, set imap-state
15868         correctly.
15869         (imap-last-authenticator): Define imap-last-authenticator as a variable
15870         to avoid warnings.
15872 2009-09-10  Glenn Morris  <rgm@gnu.org>
15874         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15876         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15877         (byte-compile-file-form-autoload): Don't warn about unknown functions
15878         where the autoload statement comes after the use.
15879         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15880         that any handlers inside the body (eg require) are in turn respected.
15882         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15883         effects.
15885         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15886         and syntax and abbrev tables basic docs, if they don't have any.
15888         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15890         * international/mule-cmds.el (top-level): Require cl when compiling.
15891         (view-hello-file): Use default-value rather than
15892         default-enable-multibyte-characters.
15894         * progmodes/fortran.el: Move all safe and risky properties into the
15895         defcustoms.
15897         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15898         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15899         * mail/undigest.el:
15900         Put autoloads in rmail.el rather than loaddefs.el.
15901         * mail/rmail.el: Regenerate with extracted autoloads.
15903         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15904         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15906 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
15908         Reported in thread for Bug#4375.
15909         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15910         "-data-evaluate-expression" instead of print.
15911         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15912         (gdb-tooltip-print): Parse output from above MI command.
15913         (gdb): Revert 2009-08-11 change.  User should detach inferior
15914         manually.
15916         Remove the word "separate" from IO functions as inferior
15917         output is now never displayed in the GUD buffer.
15919 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
15921         * startup.el (command-line-normalize-file-name): On Windows and
15922         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15924 2009-09-10  Juri Linkov  <juri@jurta.org>
15926         * isearch.el (isearch-text-char-description): Propertize escape
15927         character sequences with the `escape-glyph' face.  (Bug#4344)
15929         * simple.el (shell-command): Set asynchronous process filter to
15930         `comint-output-filter'.  (Bug#4343)
15932         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15933         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
15934         the list.  Move "asm" to the bottom.
15935         (grep-find-ignored-directories): Add `choice' with nil value
15936         to empty the list easily.
15937         (grep-find-ignored-files): New option.
15938         (grep-files-history): Set to nil by default instead of '("ch" "el").
15939         (grep-compute-defaults): Add "<X>" to `grep-template'.
15940         (grep-read-files): Bind new local variables `default-alias' and
15941         `default-extension'.  Use a list of default values for the file prompt.
15942         (lgrep): Add `--exclude=' command line options composed from
15943         `grep-find-ignored-files'.
15944         (rgrep): Add `-name' command line options composed from
15945         `grep-find-ignored-files'.  (Bug#4301)
15947 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15949         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15950         (bug#4368).
15952 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15954         * calendar/time-date.el (autoload):
15955         Expand define-obsolete-function-alias into defalias and make-obsolete
15956         for old Emacsen that Gnus supports.
15957         (with-no-warnings): Define it for old Emacsen.
15958         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15959         is available.
15960         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15961         float-time is available; suppress compile warning for time-to-seconds.
15963 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
15965         * net/imap.el (imap-message-map): Docstring fix.
15967 2009-09-09  Glenn Morris  <rgm@gnu.org>
15969         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15970         line numbers too.  (Bug#4374)
15972 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15974         * smerge-mode.el (smerge-remove-props, smerge-refine):
15975         Use with-silent-modifications (bug#4342).
15977         * subr.el (with-silent-modifications): New macro.
15979 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
15981         * files.el (top-level): Require `cl' when compiling.
15983 2009-09-07  Glenn Morris  <rgm@gnu.org>
15985         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15987         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15988         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
15990 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
15992         * vc-git.el (vc-git-annotate-command): Use separator to parse
15993         arguments correctly.
15995 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
15997         * proced.el (proced-mode): Doc fix.
15999 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
16001         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16002         lstat fails.
16003         (tramp-do-file-attributes-with-ls): Check for file existence at
16004         remote end.
16005         (tramp-do-file-attributes-with-stat): Likewise.
16006         (tramp-convert-file-attributes): Return nil when attr is nil.
16008 2009-09-05  Glenn Morris  <rgm@gnu.org>
16010         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16011         properties to this button.
16012         (diary-fancy-display): Don't extend the button to the final newline.
16013         (diary-fancy-display-mode): Continue to define "q" as a local key.
16015         * calendar/cal-china.el (holiday-chinese): Make it slightly more
16016         efficient.
16018         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16020         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16021         (byte-compile-dest-file-function): New option.
16022         (byte-compile-dest-file): Doc fix.
16023         Obey byte-compile-dest-file-function.
16024         (byte-compile-cl-file-p): New function.
16025         (byte-compile-eval): Only suppress noruntime warnings about cl functions
16026         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
16027         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16028         than for file being previously loaded.
16029         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16030         (byte-compile-file-form-require): Handle the case where requiring a file
16031         indirectly causes CL to be loaded.
16033 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
16035         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16036         before killing the old buffer, since by the time `kill-buffer' is
16037         run so many buffer variables have been set to nil that it may not
16038         behave as expected.  (Bug#4061)
16040 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
16042         * files.el (find-alternate-file): If the old buffer is modified
16043         and visiting a file, behave similarly to `kill-buffer' when
16044         killing it, thus reverting to the pre-1.878 behavior; see
16045         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16046         for discussion.  Also, consult `buffer-file-name' as a variable
16047         not as a function, for consistency with the rest of the code.
16049 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
16051         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16052         also when adding a new directory.
16054         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
16055         defun.
16057 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16059         * files.el (locate-file-completion-table): Make it provide boundary
16060         information, so partial-completion works better.
16062 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
16064         * mail/footnote.el (Footnote-text-under-cursor):
16065         Check footnote-text-marker-alist before using it (bug#4324).
16067 2009-09-04  Glenn Morris  <rgm@gnu.org>
16069         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16070         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16071         * play/solitaire.el, play/tetris.el:
16072         Remove leading * from defcustom and defface docs.
16074         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16075         necessary.
16076         (diary-fancy-overriding-map): New variable.
16077         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16078         Use view-mode.
16080         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16081         goto-line.
16083 2009-09-03  Glenn Morris  <rgm@gnu.org>
16085         * arc-mode.el (archive-mode):
16086         * dos-fns.el (set-default-process-coding-system):
16087         * man.el (Man-getpage-in-background):
16088         * menu-bar.el (menu-bar-describe-menu):
16089         * server.el (server-process-filter):
16090         * startup.el (command-line):
16091         * tar-mode.el (tar-header-block-tokenize, tar-extract):
16092         * w32-fns.el (set-default-process-coding-system):
16093         * x-dnd.el (x-dnd-handle-file-name):
16094         * international/mule-cmds.el (mule-menu-keymap)
16095         (set-default-coding-systems, language-info-alist, set-language-info)
16096         (set-language-environment, standard-display-european-internal)
16097         (set-locale-environment):
16098         * international/mule-diag.el (mule-diag):
16099         * mail/emacsbug.el (report-emacs-bug):
16100         * mail/rmail.el (rmail-mode):
16101         * mail/sendmail.el (mail-setup):
16102         Use default-value rather than default-enable-multibyte-characters.
16104         * progmodes/f90.el: Move all safe properties into the defcustoms.
16105         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16107         * calendar/appt.el (appt-check):
16108         * calendar/diary-lib.el (diary-set-header, diary-live-p)
16109         (diary-check-diary-file, diary-list-entries)
16110         (diary-include-other-diary-files, diary-simple-display)
16111         (diary-fancy-display, diary-print-entries)
16112         (diary-mark-included-diary-files, diary-make-entry):
16113         Don't call substitute-in-file-name on diary-file.
16115 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
16116             Stefan Monnier  <monnier@iro.umontreal.ca>
16118         * mail/footnote.el (footnote-prefix): Make it a defcustom.
16119         (footnote-mode-map): Move initialization into the declaration.
16120         (footnote-minor-mode-map): Define it rather than changing global-map.
16121         (footnote-mode): Use define-minor-mode.
16123 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
16125         * net/tramp.el (tramp-handle-file-attributes-with-ls)
16126         (tramp-do-file-attributes-with-perl)
16127         (tramp-do-file-attributes-with-stat): Rename from
16128         `tramp-handle-file-attributes-with-*'.
16129         (tramp-handle-file-attributes): Use them.
16130         (tramp-do-directory-files-and-attributes-with-perl)
16131         (tramp-do-directory-files-and-attributes-with-stat): Rename from
16132         `tramp-handle-directory-files-and-attributes-with-*'.
16133         (tramp-handle-directory-files-and-attributes): Use them.
16134         (tramp-method-out-of-band-p): Additional parameter SIZE.
16135         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16136         (tramp-handle-write-region): Use it.
16137         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
16138         (tramp-handle-vc-registered): Check, whether the first run did
16139         return files to be tested.
16140         (tramp-advice-make-auto-save-file-name): Do not call directly
16141         `tramp-handle-make-auto-save-file-name', because this would bypass
16142         the locking mechanism.
16144         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
16145         (file-remote-p, process-file, start-file-process, set-file-times)
16146         (tramp-compat-file-attributes): Compatibility functions shall not
16147         call directly `tramp-handle-*', because this would bypass the
16148         locking mechanism.
16149         (tramp-compat-number-sequence): New defun.
16151 2009-09-02  Glenn Morris  <rgm@gnu.org>
16153         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16154         alias for float-time.
16155         (time-to-number-of-days): In Emacs, use float-time.
16156         * net/newst-backend.el (time-add): Suppress warnings from compat
16157         function.
16158         * time.el (emacs-uptime, emacs-init-time):
16159         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16160         Use float-time rather than time-to-seconds.
16162         * minibuffer.el (completion-initials-expand): Fix typo.
16164         * faces.el (modeline, modeline-inactive, modeline-highlight)
16165         (modeline-buffer-id):
16166         * info.el (info-menu-5): Mark these face aliases as obsolete.
16168 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
16170         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16171         space ...
16172         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16173         no "--thread" option.
16174         (gdb-stopped): Don't print "Switched to thread" message when it is
16175         unchanged.
16177 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16179         * minibuffer.el (completion-try-completion)
16180         (completion-all-completions): Remove ill-defined (and
16181         mistakenly installed and luckily never used nor documented)
16182         `completion-styles' property.
16183         (completion-initials-expand, completion-initials-all-completions)
16184         (completion-initials-try-completion): New functions.
16185         (completion-styles-alist): Add doc to each entry.
16186         Add new `initials' entry.
16188 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
16190         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16191         MI command -var-evaluate-expression.
16192         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16193         and tweak for case of string child.
16194         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
16196 2009-09-01  Glenn Morris  <rgm@gnu.org>
16198         * add-log.el (change-log-date-face, change-log-name-face)
16199         (change-log-email-face, change-log-file-face, change-log-list-face)
16200         (change-log-conditionals-face, change-log-function-face)
16201         (change-log-acknowledgement-face):
16202         * cus-edit.el (custom-invalid-face, custom-rogue-face)
16203         (custom-modified-face, custom-set-face, custom-changed-face)
16204         (custom-saved-face, custom-button-face, custom-button-pressed-face)
16205         (custom-documentation-face, custom-state-face, custom-comment-face)
16206         (custom-comment-tag-face, custom-variable-tag-face)
16207         (custom-variable-button-face, custom-face-tag-face)
16208         (custom-group-tag-face-1, custom-group-tag-face):
16209         * diff-mode.el (diff-header-face, diff-file-header-face)
16210         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16211         (diff-added-face, diff-changed-face, diff-function-face)
16212         (diff-context-face, diff-nonexistent-face):
16213         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16214         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16215         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16216         (Info-title-4-face):
16217         * isearch.el (isearch-lazy-highlight-face):
16218         * log-view.el (log-view-file-face, log-view-message-face):
16219         * paren.el (show-paren-match-face, show-paren-mismatch-face):
16220         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16221         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16222         (cvs-msg-face):
16223         * smerge-mode.el (smerge-mine-face, smerge-other-face)
16224         (smerge-base-face, smerge-markers-face):
16225         * wid-edit.el (widget-documentation-face, widget-button-face)
16226         (widget-field-face, widget-single-line-field-face)
16227         (widget-inactive-face, widget-button-pressed-face):
16228         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16229         (woman-addition-face):
16230         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16231         (eshell-ls-executable-face, eshell-ls-readonly-face)
16232         (eshell-ls-unreadable-face, eshell-ls-special-face)
16233         (eshell-ls-missing-face, eshell-ls-archive-face)
16234         (eshell-ls-backup-face, eshell-ls-product-face)
16235         (eshell-ls-clutter-face):
16236         * eshell/em-prompt.el (eshell-prompt-face):
16237         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
16238         * obsolete/old-whitespace.el (whitespace-highlight-face):
16239         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16240         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16241         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16242         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16243         (antlr-font-lock-literal-face):
16244         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16245         (ebrowse-root-class-face, ebrowse-file-name-face)
16246         (ebrowse-default-face, ebrowse-member-attribute-face)
16247         (ebrowse-member-class-face, ebrowse-progress-face):
16248         * progmodes/make-mode.el (makefile-space-face):
16249         * progmodes/sh-script.el (sh-heredoc-face):
16250         * textmodes/flyspell.el (flyspell-incorrect-face)
16251         (flyspell-duplicate-face):
16252         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
16253         * textmodes/texinfo.el (texinfo-heading-face):
16254         Mark face aliases with "-face" suffix as obsolete.
16256         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16257         compiler.
16259         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16260         (eudc-bob-sound-menu): Use defvar rather than defconst, since
16261         easy-menu-define wants to modify these.
16263         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16265         * net/browse-url.el (browse-url-file-url):
16266         * term/internal.el (dos-codepage-setup):
16267         Use default-value rather than default-enable-multibyte-characters.
16269         * progmodes/etags.el (etags-goto-tag-location):
16270         * progmodes/flymake.el (flymake-highlight-line)
16271         (flymake-goto-file-and-line, flymake-goto-line):
16272         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16273         (gdb-goto-breakpoint):
16274         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16275         * progmodes/python.el (python-find-function)
16276         (python-pdbtrack-track-stack-file):
16277         * progmodes/verilog-mode.el (verilog-surelint-off):
16278         * term/ns-win.el (ns-open-file-select-line):
16279         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16280         Use forward-line rather than goto-line.
16282         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16283         * textmodes/reftex-index.el (reftex-display-index):
16284         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16285         * textmodes/reftex-toc.el (reftex-toc):
16286         Remove unnecessary bindings of default-major-mode (all are followed by
16287         major-mode check and possible mode switch).
16289 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16291         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16292         Handle watchpoints (bug#4282).
16293         (def-gdb-thread-buffer-command): Enable thread to be selected by
16294         clicking without selecting threads buffer first.
16295         (gdb-current-context-command): Use selected frame so that "up",
16296         "down" etc work in the GUD buffer.
16297         (gdb-update): Find selected frame before rendering stack buffer.
16298         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16300 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16302         * progmodes/sym-comp.el (displayed-completions): Remove.
16303         (symbol-complete): Use minibuffer-complete.
16305 2009-08-31  Glenn Morris  <rgm@gnu.org>
16307         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16309         * apropos.el (apropos-symbols-internal):
16310         Handle (obsolete) face aliases.
16312         * faces.el (describe-face): Adjust the output format to be more like
16313         describe-variable, and to mention (obsolete) face aliases.
16314         Adjust the whitespace so that help-setup-xref works.
16316         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16317         * calendar/diary-lib.el (diary-button-face):
16318         Mark these face aliases as obsolete.
16320         * calendar/calendar.el (calendar-today): Doc fix.
16322 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16324         * progmodes/gdb-mi.el (gdb-control-all-threads)
16325         (gdb-control-current-thread): Force tool bar update.
16326         (gdb-non-stop-handler): New function.
16327         (gdb-init-1): Use it to test if non-stop mode is supported.
16328         Remove unused gdbmi buffer type.
16330 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
16332         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16333         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
16335 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
16337         * comint.el (comint-exec-1): Check command is non-null first.
16338         Part of gdb-mi.el change (2009-08-28).
16340 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16342         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16344 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
16346         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16347         instead of `dolist' to avoid a recursive require when bootstrapping.
16349 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16351         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16353         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16355         * net/imap.el (imap-send-command): Simplify.
16356         (imap-wait-for-tag): point-max -> buffer-size.
16358         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16360         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16361         with constant argument.
16363         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16365         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16367         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16368         Change default, since most of our files don't have a history.
16369         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16370         the user.
16372         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16373         Add comint-run.
16375         * calc/calc.el: Improve commenting convention.
16376         (calc-digit-map, toplevel): Simplify.
16378         * comint.el (comint-insert-input): Be careful to only set point if we
16379         don't delegate to some other command.
16381         * proced.el (proced-signal-list): Make it an alist.
16382         (proced-grammar-alist): Capitalize names.
16383         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16384         Disable undo manually and make it read-only.
16385         Use completion-annotate-function.
16387         * minibuffer.el (minibuffer-message): If the current buffer is not
16388         a minibuffer, insert the message in the echo area rather than at the
16389         end of the buffer.
16390         (completion-annotate-function): New variable.
16391         (minibuffer-completion-help): Use it.
16392         (completion--embedded-envvar-table): Environment vars are
16393         always case-sensitive.
16395 2009-08-30  Glenn Morris  <rgm@gnu.org>
16397         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16398         from fortran-current-defun.
16399         (fortran-beginning-of-subprogram): Be more precise about finding the
16400         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
16401         (fortran-end-of-subprogram): Simplify.
16402         (fortran-current-defun): Use fortran-start-prog-re.
16404 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
16406         * subr.el (do-after-load-evaluation): Simplify.
16408 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
16410         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16412         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
16413         (vc-rcs-print-log): Use it.
16415         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16417 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16419         * paths.el (abbrev-file-name): Move to abbrev.el.
16420         * abbrev.el (abbrev-file-name): Move from paths.el.
16421         Obey user-emacs-directory.
16422         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16423         user-emacs-directory.
16424         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16425         abbrev-file-name and calc-settings-file any more.
16426         * startup.el (command-line): Recompute abbrev-file-name and
16427         abbreviated-home-dir.
16428         (normal-no-mouse-startup-screen): Improve the generic code and get rid
16429         of the special code for when C-h bindings haven't been changed.
16430         (display-startup-echo-area-message): Use with-current-buffer.
16431         (command-line-1): Use a list of strings, rather than a list of lists
16432         of strings for longopts.
16434         * files.el (get-free-disk-space): Use / for default-directory.
16436         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16437         Use with-current-buffer.
16439         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16440         Recognize immutable variables like most-positive-fixnum.
16441         (byte-compile-setq-default): Check and warn if trying to assign
16442         to an immutable variable, or a non-variable.
16444         * progmodes/cc-vars.el (c-comment-continuation-stars):
16445         * progmodes/cc-engine.el (c-looking-at-bos):
16446         * progmodes/cc-cmds.el (c-toggle-auto-state)
16447         (c-forward-into-nomenclature, c-backward-into-nomenclature)
16448         (c-comment-line-break-function): Add version of obsolescence.
16450 2009-08-28  Juri Linkov  <juri@jurta.org>
16452         * files.el (magic-fallback-mode-alist): Add ZIP magic number
16453         associated with `archive-mode'.
16455         * image.el (image-type-header-regexps): Use only JPEG magic number
16456         to determine JPEG images, and don't use `image-jpeg-p' because
16457         Emacs can display non-JFIF non-Exif JPEG images.
16459 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16461         * arc-mode.el (archive-mode):
16462         * emacs-lisp/re-builder.el (re-builder-unload-function):
16463         Protect against the default value of `major-mode' being nil.
16465 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16467         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16468         Fix typos in docstrings.
16470         * progmodes/js.el (js--macro-decl-re): Doc fix.
16471         (js--plain-method-re, js--split-name): Refloc docstring.
16472         (js--class-styles, js--make-merged-item, js--splice-into-items):
16473         Fix typos in docstrings; reflow docstrings.
16474         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
16475         (js--variable-decl-matcher, js--inside-pitem-p)
16476         (js--parse-state-at-point, js--get-all-known-symbols)
16477         (js--symbol-history, js-find-symbol, js--js-references)
16478         (js--moz-interactor, js--js-encode-value, js--read-tab):
16479         Fix typos in docstrings.
16481 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16483         * textmodes/reftex.el (reftex-get-file-buffer-force):
16484         * progmodes/verilog-mode.el (verilog-batch-execute-func):
16485         * emulation/viper.el (viper-go-away, viper-set-hooks):
16486         * emacs-lisp/re-builder.el (re-builder-unload-function):
16487         * emacs-lisp/bytecomp.el (byte-compile-file):
16488         * ses.el (ses-unload-function):
16489         * hexl.el (hexl-find-file):
16490         * files.el (normal-mode):
16491         * ehelp.el (with-electric-help):
16492         * autoinsert.el (auto-insert-alist):
16493         * arc-mode.el (archive-mode):
16494         Use (default-value 'major-mode) instead of default-major-mode.
16496         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
16497         * international/mule.el (load-with-code-conversion):
16498         * emacs-lisp/debug.el (debug):
16499         * ediff-vers.el (ediff-rcs-get-output-buffer):
16500         * dired.el (dired-internal-noselect): Don't let-bind
16501         default-major-mode around code that doesn't use it.
16502         E.g. buffer creation via get-buffer-create doesn't use it.
16504 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
16506         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
16507         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
16508         when writing the temp file.  Otherwise, epa-file gets confused.
16509         (tramp-register-file-name-handlers): Make it a defun.  Move also
16510         `epa-file-handler' to the front of `file-name-handler-alist'.
16512 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16514         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
16515         start right after a ^M.
16516         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
16517         (tramp-completion-file-name-regexp-separate)
16518         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
16519         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
16520         Don't modify last-coding-system-used by accident.
16521         (tramp-completion-file-name-handler): Apply the checks here,
16522         instead during registration.
16523         (tramp-register-file-name-handlers): Renamed from
16524         `tramp-register-file-name-handler'.  Register both
16525         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
16526         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
16528 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
16530         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
16531         Remove variable ...
16532         (gdb-init-1, gdb-display-separate-io-buffer)
16533         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
16534         references to it.
16535         (gdb-inferior-io-mode): Use make-comint-in-buffer.
16536         (gdb-inferior-filter): Use comint-output-filter to stop
16537         echoing and remove ^M characters.
16539 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16541         * emulation/viper-init.el (viper-restore-cursor-type):
16542         * emulation/cua-base.el (cua--update-indications):
16543         Replace default-cursor-type with (default-value 'cursor-type).
16545         * mail/sendmail.el (mail-recover-1):
16546         * international/mule-diag.el (describe-current-coding-system-briefly)
16547         (describe-current-coding-system):
16548         * international/mule-cmds.el (select-safe-coding-system)
16549         (select-message-coding-system)
16550         (set-language-environment-coding-systems, set-locale-environment):
16551         * hexl.el (hexl-insert-multibyte-char):
16552         * dos-w32.el (find-buffer-file-type-coding-system):
16553         * simple.el (what-cursor-position):
16554         Replace uses of default-buffer-file-coding-system
16555         with (default-value 'buffer-file-coding-system).
16557         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
16558         Replace uses of default-cursor-in-non-selected-windows
16559         with (default-value 'cursor-in-non-selected-windows).
16560         Use with-current-buffer.
16562         * mail/feedmail.el: Use CL macros.
16563         (feedmail-run-the-queue, feedmail-send-it-immediately):
16564         * dos-w32.el (find-buffer-file-type): Replace uses of
16565         default-buffer-file-type with (default-value 'buffer-file-type).
16567 2009-08-28  Glenn Morris  <rgm@gnu.org>
16569         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
16570         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
16571         Use default-value of major-mode rather than default-major-mode.
16573 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16575         * Makefile.in (update-elcfiles): Report left over elc files.
16577         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
16578         expand-file-name and with-current-buffer.
16579         (mail-get-names, mail-directory): Use with-current-buffer.
16581         * vc.el (vc-read-revision): New function.
16582         (vc-version-diff, vc-merge): Use it.
16584 2009-08-27  Sam Steingold  <sds@gnu.org>
16586         * simple.el (kill-do-not-save-duplicates): New user option.
16587         (kill-new): When it is non-nil, and the new string is the same as
16588         the latest kill, set replace to t to avoid duplicates in kill-ring.
16590 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
16592         * net/tramp.el (tramp-handle-process-file): Do not flush all
16593         caches when `process-file-side-effects' is set.
16594         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
16595         instead of `tramp-find-file-exists-command'.
16596         Unset `process-file-side-effects'.
16598 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
16600         * net/tramp.el (tramp-methods): New method "rsyncc".
16601         (top): Add completion function for "rsyncc".
16602         (tramp-message-show-message): New defvar.
16603         (tramp-message, tramp-error): Use it.
16604         (tramp-do-copy-or-rename-file-directly): Extend check for direct
16605         remote copying.
16606         (tramp-do-copy-or-rename-file-out-of-band): Handle new
16607         `tramp-methods' entry `copy-env' of "rsyncc".
16608         (tramp-vc-registered-read-file-names): New defconst.
16609         (tramp-vc-registered-file-names): New defvar.
16610         (tramp-handle-vc-registered): Implement optimization strategy.
16611         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
16612         (tramp-vc-file-name-handler): New defun.
16613         (tramp-get-ls-command, tramp-get-test-command)
16614         (tramp-get-file-exists-command, tramp-get-remote-ln)
16615         (tramp-get-remote-perl, tramp-get-remote-stat)
16616         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
16618         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
16619         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
16620         timestamps.
16621         (tramp-get-file-property): Check for timestamps in
16622         `tramp-cache-inhibit-cache'.
16623         (tramp-set-file-property): Write timestamp.
16625 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16627         * language/japan-util.el (japanese-symbol-table): Add entries for
16628         cp932-2-byte.
16630         * international/characters.el: Add category `j' to cp932-2-byte.
16632 2009-08-27  Kenichi Handa  <handa@m17n.org>
16634         * international/fontset.el (build-default-fontset-data): New macro.
16635         (setup-default-fontset): Use build-default-fontset-data for CJK,
16636         tibetan, ethiopic, and ipa.
16638 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16640         * cus-start.el (default-major-mode): Customize `major-mode' instead.
16641         (enable-multibyte-characters): Not customizable any more.
16643         * subr.el (default-mode-line-format, default-header-line-format)
16644         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
16645         (default-direction-reversed, default-truncate-lines)
16646         (default-left-margin, default-tab-width, default-case-fold-search)
16647         (default-left-margin-width, default-right-margin-width)
16648         (default-left-fringe-width, default-right-fringe-width)
16649         (default-fringes-outside-margins, default-scroll-bar-width)
16650         (default-vertical-scroll-bar, default-indicate-empty-lines)
16651         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
16652         (default-fringe-cursor-alist, default-scroll-up-aggressively)
16653         (default-scroll-down-aggressively, default-fill-column)
16654         (default-cursor-type, default-buffer-file-type)
16655         (default-cursor-in-non-selected-windows)
16656         (default-buffer-file-coding-system, default-major-mode)
16657         (default-enable-multibyte-characters): Mark as obsolete.
16659 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
16661         * vc-dir.el (vc-dir-update): Remove debug helper.
16663         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
16665 2009-08-26  Sam Steingold  <sds@gnu.org>
16667         * simple.el (save-interprogram-paste-before-kill): New user option.
16668         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
16669         save the interprogram-paste into kill-ring before overriding it
16670         with the Emacs kill.
16672 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16674         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
16675         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
16676         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
16677         and move to vc-rcs.el.
16678         (vc-default-next-revision): Rename to vc-rcs-next-revision and
16679         move to vc-rcs.el.
16680         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
16681         (vc-rcs-update-changelog): Remove.
16682         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
16683         and move to vc-rcs.el.
16685         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
16686         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
16687         renaming.
16688         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
16689         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
16690         vc.el, renamed to be RCS specific.
16692         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
16693         New functions.
16694         (vc-cvs-update-changelog): Move here from vc.el.
16696         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
16697         New functions.
16699 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16701         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
16703 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16705         * vc-git.el (vc-git-register): Use "git add" for directories.
16706         (vc-git-stash, vc-git-stash-show): New functions.
16707         (vc-git-extra-menu-map): Bind them.
16709         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
16710         directory correctly in case the item is a directory itself.
16712         * vc.el: Document the desired behavior for reverted files in the
16713         `added' state.
16714         (vc-default-prettify-state-info): Remove function, unused.
16716         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
16718 2009-08-26  Glenn Morris  <rgm@gnu.org>
16720         * bindings.el (standard-mode-line-format): Reposition dashes in
16721         which-func entry.  (Bug#4217)
16723         * files.el (enable-local-variables, enable-local-eval)
16724         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
16725         the defcustoms.
16726         (auto-mode-alist, ignored-local-variables)
16727         (save-some-buffers-action-alist): Move risky declarations to the
16728         definitions.
16729         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
16730         (font-lock-defaults, format-alist, imenu--index-alist)
16731         (imenu-generic-expression, input-method-alist, minor-mode-alist)
16732         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
16733         (mode-line-modified, mode-line-mule-info, mode-line-position)
16734         (mode-line-process, mode-line-remote, outline-level)
16735         (parse-time-rules, rmail-output-file-alist)
16736         (special-display-buffer-names, vc-mode):
16737         Move risky declarations to the relevant files.
16738         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
16739         (mode-line-modified, mode-line-process, mode-line-position)
16740         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
16741         * font-core.el (font-lock-defaults):
16742         * format.el (format-alist):
16743         * vc-hooks.el (vc-mode):
16744         * window.el (special-display-buffer-names):
16745         * international/mule-cmds.el (input-method-alist):
16746         Define riskiness here (dumped file) rather than in files.el.
16747         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
16748         * imenu.el (imenu-generic-expression, imenu--index-alist):
16749         * outline.el (outline-level):
16750         * time.el (display-time-string):
16751         * calendar/parse-time.el (parse-time-rules):
16752         * mail/rmailout.el (rmail-output-file-alist):
16753         Autoload riskiness here, rather than placing in files.el.
16755 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
16757         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
16759 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
16761         * simple.el (process-file-side-effects): New defvar.
16763         * dired-aux.el (dired-show-file-type):
16764         * vc.el (vc-diff-internal):
16765         * vc-arch.el (vc-arch-diff):
16766         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
16767         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
16768         * vc-git.el (vc-git-registered, vc-git-working-revision)
16769         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
16770         (vc-git--empty-db-p):
16771         * vc-hooks.el (vc-user-login-name):
16772         * vc-svn.el (vc-svn-registered, vc-svn-state)
16773         (vc-svn-dir-extra-headers, vc-svn-find-revision):
16774         * progmodes/grep.el (grep-probe): Let-bind
16775         `process-file-side-effects' with nil.
16777         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
16779         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
16780         daemon.  Replace ping by checking for running service for bluez
16781         and zeroconf.  (Bug#4239)
16783 2009-08-25  Kevin Ryde  <user42@zip.com.au>
16785         * net/dig.el (dig): Add autoload cookie.
16787 2009-08-25  Glenn Morris  <rgm@gnu.org>
16789         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
16790         load-history for absolute file-names.
16791         (byte-compile-file-form-require): Warn about use of the cl package.
16793         * format.el (format-alist): Doc fix.
16795         * play/bubbles.el (top-level): Don't require cl at run-time.
16797         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
16798         run-time cl).
16800 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
16802         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
16803         from cl package.
16804         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
16806 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
16808         * calc/calc-alg.el (math-trig-rewrite)
16809         (math-hyperbolic-trig-rewrite): New functions.
16810         (calc-simplify): Simplify trig functions when asked.
16812 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16814         * diff-mode.el (diff-find-source-location): Avoid goto-line.
16816 2009-08-24  Kenichi Handa  <handa@m17n.org>
16818         * language/ind-util.el (mapthread): Delete it.
16819         (combinatorial): New function.
16820         (indian--puthash-cv): Use combinatorial instead of mapthread.
16822 2009-08-22  Kevin Ryde  <user42@zip.com.au>
16824         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
16825         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
16826         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
16827         Clarify docstring that the value is strings not symbols.
16828         (checkdoc-list-of-strings-p): New function.
16830 2009-08-22  Glenn Morris  <rgm@gnu.org>
16832         * files.el (auto-mode-alist):
16833         * hippie-exp.el (he-concat-directory-file-name):
16834         * lpr.el (lpr-windows-system, printer-name):
16835         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
16836         * ps-print.el (ps-windows-system):
16837         * startup.el (command-line):
16838         * emulation/viper-ex.el (viper-glob-function):
16839         * international/mule-cmds.el (set-language-environment-coding-systems):
16840         * net/ange-ftp.el (ange-ftp-write-region):
16841         * obsolete/fast-lock.el (fast-lock-cache-name):
16842         Remove code for defunct system-types emx, macos, mswindows, next-mach,
16843         unisoft-unix, vax-vms, win32, w32.
16845         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
16846         given name if the pattern is not more specific.
16848         * calendar/lunar.el (lunar-phase-names): New option.
16849         (lunar-phase): Doc fix.
16850         (lunar-cycles-per-year): New constant.
16851         (lunar-index): New function.
16852         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16853         (lunar-phase-name): Use lunar-phase-names.
16854         (calendar-lunar-phases): Use format.
16855         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16857         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16858         Copy imenu-example--name-and-position function here for own use.
16859         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16861         * bs.el (bs--redisplay):
16862         * cus-edit.el (custom-redraw):
16863         * ibuffer.el (ibuffer-bury-buffer):
16864         * server.el (server-goto-line-column):
16865         * startup.el (command-line-1):
16866         * strokes.el (strokes-xpm-for-stroke):
16867         * term.el (term-display-buffer-line):
16868         * view.el (View-goto-line):
16869         * calc/calc.el (calc-do, calc-trail-buffer):
16870         * play/gamegrid.el (gamegrid-add-score-insecure):
16871         * progmodes/ada-mode.el (ada-compile-goto-error):
16872         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16873         (ebrowse-select-1st-to-9nth):
16874         * progmodes/cperl-mode.el (cperl-time-fontification):
16875         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16876         * progmodes/gud.el (gud-display-line):
16877         (idlwave-shell-display-line):
16878         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16879         * progmodes/make-mode.el (makefile-browser-toggle):
16880         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16881         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16882         * textmodes/picture.el (picture-draw-rectangle):
16883         * textmodes/reftex-index.el (reftex-index-goto-letter):
16884         (reftex-select-jump-to-previous):
16885         * textmodes/reftex-sel.el (reftex-find-start-point)
16886         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16887         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16888         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16889         * textmodes/tex-mode.el (tex-compilation-parse-errors):
16890         * textmodes/two-column.el (2C-associated-buffer):
16891         Use forward-line rather than goto-line.
16893         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16894         goto-line.
16896         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16897         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16898         (quick-check-list-to-regexp): Declare.
16900         * progmodes/make-mode.el (makefile-browser-insert-selection):
16901         Use goto-char rather than goto-line.
16903         * progmodes/prolog.el (compilation-error-regexp-alist)
16904         (compilation-forget-errors): Declare.
16906 2009-08-22  Juri Linkov  <juri@jurta.org>
16908         * progmodes/grep.el (lgrep, rgrep): At the beginning
16909         set `dir' to `default-directory' unless `dir' is a non-nil
16910         readable directory.  (Bug#4052)
16911         (lgrep, rgrep): Change a weird way to report an error
16912         from using `read-string' to using `error'.
16913         Instead of using interactive arguments in the function body,
16914         add new argument `confirm'.
16916 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16918         * textmodes/remember.el (remember-buffer):
16919         * progmodes/cperl-mode.el (cperl-vc-header-alist):
16920         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16921         (icalendar-extract-ical-from-buffer):
16922         * net/newst-treeview.el (newsticker-groups-filename):
16923         * net/newst-backend.el (newsticker-cache-filename):
16924         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16925         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16926         (speedbar-add-ignored-path-regexp, speedbar-line-path)
16927         (speedbar-buffers-line-path, speedbar-path-line)
16928         (speedbar-buffers-line-path):
16929         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16930         (epg-sign-keys):
16931         * epa.el (epa-display-verify-result):
16932         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16934 2009-08-21  Glenn Morris  <rgm@gnu.org>
16936         * progmodes/js.el (inferior-moz-process): Fix declaration.
16938         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16940         * obsolete/rnewspost.el (news-mail-reply):
16941         Use goto-char rather than goto-line.
16943         * term/ns-win.el (ns-open-file-select-line):
16944         Use line-beginning-position rather than goto-line.
16946         * apropos.el (apropos-command):
16947         * ehelp.el (electric-helpify):
16948         * printing.el (pr-show-setup):
16949         * strokes.el (strokes-help):
16950         * tutorial.el (tutorial--describe-nonstandard-key)
16951         (tutorial--detailed-help):
16952         * woman.el (woman-mini-help, woman-display-extended-fonts):
16953         * calc/calc-help.el (calc-describe-key):
16954         * emulation/edt.el (edt-electric-helpify):
16955         * international/mule-diag.el (mule-diag):
16956         * play/yow.el (apropos-zippy):
16957         * progmodes/python.el (python-describe-symbol):
16958         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16959         * textmodes/table.el (*table--cell-describe-mode)
16960         (*table--cell-describe-bindings):
16961         Use help-print-return-message rather than the now obsolete alias.
16963         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16964         (calendar-cursor-to-visible-date):
16965         * play/5x5.el (5x5-position-cursor):
16966         * play/decipher.el (decipher):
16967         * play/gomoku.el (gomoku-goto-xy):
16968         * play/landmark.el (lm-goto-xy):
16969         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16970         (mpuz-paint-digit):
16971         Use forward-line, not goto-line.
16973         * mail/rmail.el (rmail-obsolete): Delete custom group.
16974         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16975         (rmail-remote-password, rmail-remote-password-required):
16976         Remove unneeded :set-after and :set properties.
16978 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
16980         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16982 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
16984         * loadup.el: Remove leftover macos code.
16986         * vc-git.el (vc-git-annotate-command): Run asynchronously.
16987         Explicitly pass the date format to git blame so that user local
16988         so that the output format can be parsed.
16990 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
16992         * net/dbus.el (top): Don't check for (getenv
16993         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
16995 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
16997         * log-edit.el (log-edit-strip-single-file-name): New var.
16998         (log-edit-insert-changelog): Use it.  Bug#3571
17000 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17002         * subr.el (read-passwd): Use read-key so keypad keys work as well.
17003         Bug#3287
17005         * help.el (help-print-return-message): Rename from
17006         print-help-return-message.
17008         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17009         cvs-mode-map parent hack.
17010         (log-view-mode): Derive from special-mode.
17012         * linum.el (linum-mode): window-size-change-functions is redundant.
17013         Adapt to new window-configuration-change-hook behavior.
17014         (linum-after-size, linum-after-config): Remove.
17016         * imenu.el (imenu-example--name-and-position)
17017         (imenu-example--lisp-extract-index-name)
17018         (imenu-example--create-lisp-index, imenu-example--create-c-index):
17019         Mark as obsolete.
17021         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17022         (inferior-prolog-mode): Use it.
17023         (inferior-prolog-load-file): Reset list of errors.
17025 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17027         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17029         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17031 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
17033         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17034         is running already.
17036 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17038         * subr.el (listify-key-sequence-1): Use normal syntax since those
17039         integers are nowadays always represented by the same (positive) number
17040         on all platforms.
17041         (read-key-empty-map): New const.
17042         (read-key-delay): New var.
17043         (read-key): New function.
17044         (force-mode-line-update): Use with-current-buffer.
17045         (locate-user-emacs-file): Don't forget to abbreviate the file name.
17046         (start-process-shell-command, start-file-process-shell-command):
17047         Discourage the use of command-args.
17049 2009-08-19  Glenn Morris  <rgm@gnu.org>
17051         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17053 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17055         * simple.el (choose-completion-string): Don't rely on
17056         minibuffer-completing-file-name and ad-hoc checks to decide whether
17057         to continue completion or not.
17059         * minibuffer.el (minibuffer-hide-completions): New function.
17060         (completion--do-completion): Use it.
17061         (completions-annotations): New face.
17062         (completion--insert-strings): Use it.
17063         (completion-pcm--delim-wild-regex): Add docstring.
17064         (completion-pcm--string->pattern): Add support for 0-width delimiters
17065         in completion-pcm--delim-wild-regex.
17067 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17069         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17070         Remove unused var `buffer-modified-p'.
17072         * minibuffer.el (completion--do-completion): Move point for the #b001
17073         case as well (bug#4176).
17074         (minibuffer-complete, minibuffer-complete-word): Don't move point.
17076 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
17078         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
17079         and :session buses.
17081 2009-08-18  Kenichi Handa  <handa@m17n.org>
17083         * international/ucs-normalize.el (ucs-normalize-version):
17084         Change to 1.1.
17085         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17086         (utf-8-hfs): Make it perform normalization on encoding too.
17088         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
17089         (sentence-end-without-space): Delete duplicated chars.
17090         (sentence-end-base): Likewise.
17092         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
17093         (html-mode): Delete duplicated chars from sentence-end-base.
17095         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
17096         (texinfo-mode): Delete duplicated chars from sentence-end-base.
17098 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
17100         * files.el (hack-one-local-variable): If the mode function is for
17101         a minor mode, pass it an argument (Bug#4148).
17103 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
17105         * net/tramp.el (tramp-register-completion-file-name-handler):
17106         Check also for (member 'partial-completion completion-styles).
17108 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17110         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17111         abbrev (Bug#3943).
17113 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
17115         * progmodes/cperl-mode.el: Merge upstream 6.2.
17116         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17117         (cperl-forward-re): Check cperl-brace-recursing.
17118         (cperl-highlight-charclass): New function.
17119         (cperl-find-pods-heres): Use it.
17120         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
17121         (cperl-beautify-regexp-piece): Fix column calculation.
17122         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
17123         (cperl-beautify-level): Don't process entire regexp.
17124         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17125         calling man.
17126         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17127         (cperl-init-faces): Build a list in the normal way.
17129 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17131         * calendar/parse-time.el (parse-time-string-chars): Save match
17132         data.
17134 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17136         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17137         (sql-product): Use it.
17138         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17139         (sql-set-product): Add completion.
17140         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17141         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17142         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17143         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17144         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17145         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17146         (sql-highlight-db2-keywords): Remove.
17147         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17148         (sql-highlight-product): Use derived-mode-p.
17149         (sql-set-sqli-buffer): Use with-current-buffer.
17150         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17151         Simplify.
17153         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17155         * term.el: Fix commenting convention, turn comments into docstrings.
17157 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17159         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17161 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
17163         * calendar/parse-time.el (parse-time-string-chars): Compute using
17164         character classes, to handle non-ascii characters (Bug#3190).
17166 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17168         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17169         another heredoc if the user adds another < (Bug#3226).
17171         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17172         Don't initialize based on window-system (Bug#4124).
17174         * facemenu.el (facemenu-read-color): Use a completion function
17175         that accepts any defined color, such as RGB triplets (Bug#3677).
17177         * files.el (get-free-disk-space): Change fallback default
17178         directory to /.  Expand DIR argument before switching to fallback.
17179         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17181 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
17183         * files.el (load-library): Doc fix.
17185 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17187         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
17188         (viper-if-string): Redefine C-s in the minibuffer to insert the last
17189         incremental search string.
17191         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
17192         XEmacs.
17194         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17195         (ediff-merge-region-is-non-clash)
17196         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
17197         Also check if the job is really a merge job.
17199         * ediff.el (ediff-current-file): New function.
17201 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
17203         * progmodes/js.el: Edit docstrings throughout to follow Emacs
17204         conventions.
17205         (js-insert-and-indent): Delete function.
17206         (js-mode-map): Don't bind keys to js-insert-and-indent.
17207         (js-beginning-of-defun): Rename from js--beginning-of-defun.
17208         (js-end-of-defun): Rename from js--end-of-defun.
17209         (js-auto-indent-flag): Delete variable.
17211 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
17213         * progmodes/js.el: Remove proclaim statement.
17214         Defvar which-func-imenu-joiner-function to silence compiler.
17216         * files.el (auto-mode-alist): Use js-mode for .js files.
17218         * progmodes/js2-mode.el: Remove file.
17220         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17222         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17224         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17226 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
17227             Karl Landstrom  <karl.landstrom@brgeight.se>
17229         * progmodes/js.el: New file.
17231 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
17233         * timezone.el (timezone-parse-date): Add ability to understand ISO
17234         basic format (minimal separators) dates in addition to the
17235         already-supported extended format dates.
17237 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
17239         * international/ucs-normalize.el: Add a `coding' file variable.
17241         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17243 2009-08-14  Sam Steingold  <sds@gnu.org>
17245         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
17247 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
17249         * faces.el (help-argument-name): Define it here instead of
17250         help-fns.el, because in daemon mode help-fns.el may be loaded when
17251         faces are still uninitialized (Bug#1078).
17253         * help-fns.el (help-argument-name): Move defface to faces.el.
17255 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
17257         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17258         create buffer with a pty but no process so that GDB can make the
17259         inferior the controlling process.
17261 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
17263         * international/ucs-normalize.el: New file.
17265 2009-08-13  Richard Stallman  <rms@gnu.org>
17267         * mail/rmail.el (rmail-get-attr-names):
17268         Accept an attribute header that is too short.
17270         * mail/rmail.el (rmail-forget-messages):
17271         Ignore nil elt in rmail-message-vector.  Use dotimes.
17273         * progmodes/compile.el (compilation-goto-locus):
17274         Use next-error-move-function.
17276         * simple.el (next-error-move-function): New variable.
17278 2009-08-12  Juri Linkov  <juri@jurta.org>
17280         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17281         always non-nil.  (Bug#4052)
17283         * replace.el (read-regexp): Return empty string when
17284         `default-value' is nil.
17285         (keep-lines-read-args): Don't use empty string as the
17286         default value for `read-regexp'.  (Bug#2495)
17288 2009-08-12  Juri Linkov  <juri@jurta.org>
17290         * international/mule-cmds.el (ucs-insert): Change arguments
17291         from `arg' to `character', `count', `inherit' to be the same
17292         as in `insert-char'.  Doc fix.  (Bug#4039)
17294         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17296 2009-08-12  Juri Linkov  <juri@jurta.org>
17298         * files-x.el: New file.
17300         * files.el: Move code that deals with adding/deleting
17301         file/directory-local variables to files-x.el.
17303         * Makefile.in (ELCFILES): Add files-x.elc.
17305 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
17307         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17308         to use `goto-line'.
17309         (gdb-place-breakpoints, gdb-get-location): Rewritten without
17310         `goto-line'.
17311         (gdb-invalidate-disassembly): Do not refresh upon receiving
17312         'update signal.  Instead, update all disassembly buffers only after
17313         threads list.
17314         (gdb): Send -target-detach when buffer is killed (Bug#3794).
17315         (gdb-starting): Moved -data-list-register-names...
17316         (gdb-stopped): ...here so it's sent when first thread stops.
17317         (gdb-registers-handler-custom): Do nothing if register names are
17318         unknown yet.
17320         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17321         from `gdb-mi.el' to avoid extra tangling.
17323         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17324         change which breaks `gud-def' definitions used in `gdb'.
17325         (gdb-update-gud-running): No extra fuss for updating frame number.
17327 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17329         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17330         (describe-language-environment-map, setup-language-environment-map)
17331         (set-coding-system-map): Move initialization into declaration.
17332         (set-language-info-alist): Last arg to define-key-after can be skipped.
17334         * international/quail.el (quail-completion-1): Simplify.
17335         (quail-define-rules): Use slightly more compact code.
17336         (quail-insert-decode-map): Propertize keys, compact columns.
17338         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17339         Add goto-line.
17341 2009-08-10  Miles Bader  <miles@gnu.org>
17343         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17344         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17345         (js2-instance-member, js2-private-member, js2-private-function-call)
17346         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17347         (js2-magic-paren, js2-external-variable):
17348         Remove "-face" suffix from face names.
17349         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17350         (js2-highlight-undeclared-vars, js2-peek-token)
17351         (js2-parse-function-params, js2-mode-show-errors)
17352         (js2-mode-show-warnings, js2-make-magic-delimiter)
17353         (js2-mode-highlight-magic-parens): Update to use new face names.
17355 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
17357         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17358         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
17360 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
17362         * subr.el: Provide hashtable-print-readable.
17364         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17365         hs-c-like-adjust-block-beginning.
17366         (hs-hide-block-at-point): Stop hiding at the beginning of
17367         hs-block-end-regexp (Bug#700).
17369 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
17371         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17372         a macro.
17373         (gdb-registers-handler-custom): Do not fail when register names
17374         are unavailable.
17376 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17378         * progmodes/gdb-mi.el (gdb-control-all-threads)
17379         (gdb-control-current-thread): Interactive setters for
17380         `gdb-gud-control-all-threads' to use in menu.
17381         (gdb-show-run-p): Show «Go» when process is not active.
17382         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
17383         gud/thread.xpm and gud/all.xpm.
17385 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
17387         * net/net-utils.el (net-utils-font-lock-keywords): New var.
17388         (nslookup-font-lock-keywords): Make it a variable.
17389         (net-utils-mode): New mode for viewing diagnostic network output.
17390         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17391         (net-utils-run-simple): New function.
17392         (ifconfig, iwconfig, netstat, arp, route): Use it.
17394 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17396         * progmodes/gdb-mi.el (gdb-read-memory-custom)
17397         (gdb-memory-set-address, def-gdb-set-positive-number)
17398         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17399         after changing settings.
17400         (gdb-invalidate-disassembly): Update when first shown.
17401         (gdb-edit-locals-value): Fixed.
17402         (gdb-registers-handler-custom): Print registers in right order and
17403         allow changing register values (only for current thread yet).
17404         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17405         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17406         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17407         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
17408         info in mode name.
17409         (gdb-registers-mode-map): TAB to switch to locals.
17411 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
17413         * mail/rmail.el (rmail-add-mbox-headers)
17414         (rmail-set-message-counters-counter): Search for
17415         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
17417 2009-08-08  Glenn Morris  <rgm@gnu.org>
17419         * Makefile.in (ELCFILES): Update.
17421 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17423         * mail/sendmail.el (mail-yank-original): Set
17424         buffer-file-coding-system from the one used by the message whose
17425         text is yanked.
17427         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17428         to "windows" when "pgnuplot" is used.
17429         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
17430         call accept-process-output if "pgnuplot" is used.
17431         (calc-graph-init): Don't send -display and -geometry to
17432         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
17433         running "pgnuplot -V" with shell-command-to-string.
17435         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17436         the default.
17438 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17440         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
17441         org/org-latex.elc.
17443 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
17445         * vc-dispatcher.el (vc-resynch-window): Update comment.
17447         * term.el (term-handle-ansi-escape): Add comments with the
17448         terminfo capabilities implemented.
17450 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
17452         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17453         (gdb-var-create-handler): Rewritten using JSON parser.
17454         (gdb-propertize-header): Moved earlier.
17455         (gdb-set-header): Removed to avoid duplication.
17456         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17457         Refresh disassembly buffers only after threads list have been
17458         update.
17459         (gdb-threads-header, gdb-registers-header): Per-buffer header line
17460         variables.
17462 2009-08-04  Juri Linkov  <juri@jurta.org>
17464         * files.el: Commands to add/delete file/directory-local variables.
17465         (read-file-local-variable, read-file-local-variable-value)
17466         (read-file-local-variable-mode, modify-file-local-variable)
17467         (modify-file-local-variable-prop-line)
17468         (modify-dir-local-variable): New functions.
17469         (add-file-local-variable, delete-file-local-variable)
17470         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
17471         (add-dir-local-variable, delete-dir-local-variable)
17472         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
17473         (copy-dir-locals-to-file-locals-prop-line): New commands.
17475 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
17477         * abbrev.el (insert-abbrev-table-description): Prettify output.
17478         Suggested by Karl Chen.
17480 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
17482         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
17483         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
17484         (gdb-overlay-arrow-position, gdb-thread-position)
17485         (gdb-disassembly-position): Declare variables.
17486         (gdb-wait-for-pending): Function now.
17487         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
17488         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
17489         compilation goes smoothly.
17490         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
17491         (gdb-non-stop-setting): New customization setting which replaces
17492         `gdb-non-stop' so changing it doesn't break active GDB session.
17493         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
17494         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
17495         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
17496         (gdb-show-threads-by-default): New customization options.
17497         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
17498         routines.
17499         (gdb-get-buffer-create): Send buffers update signal when they are
17500         created.
17501         (gdb-invalidate-locals, gdb-invalidate-registers)
17502         (gdb-invalidate-breakpoints)
17503         (gdb-invalidate-threads, gdb-invalidate-disassembly)
17504         (gdb-invalidate-memory): Accept update signal.
17505         (gdb-current-context-command): Use --frame option.
17506         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
17507         Implement `gdb-frame-number' selection logic.
17508         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
17509         whether to show GUD toolbar buttons.
17510         (gdb-thread-exited): Unselect current thread when it exits.
17511         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
17512         (gdb-mark-line): Routine which sets overlay arrow or inverses
17513         video on fringeless displays.
17514         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
17515         to build aligned columns of data in GDB buffers and set text
17516         properties line-by-line.
17517         (gdb-invalidate-breakpoints)
17518         (gdb-breakpoints-list-handler-custom)
17519         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
17520         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
17521         (gdb-registers-handler-custom): Align data columns.
17522         (gdb-locals-handler-custom): Now prints data like in variable
17523         declarations.
17524         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
17525         Removed confusing buttons.
17526         (gdb-invalidate-threads): Append --frame.
17527         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
17528         between breakpoints/threads buffers.
17529         (gdb-set-window-buffer): Now can ignore dedicated windows.
17530         (gdb-propertize-header): Use `gdb-set-window-buffer'.
17531         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
17532         (def-gdb-thread-buffer-gud-command): Replaces
17533         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
17534         for fine thread control.
17535         (gdb-preempt-existing-or-display-buffer): New function used to
17536         display bound buffers without breaking window layout.
17537         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
17538         (gdb-select-frame): New version of `gdb-frames-select' which now
17539         sets `gdb-frame-number' so commands may use --frame option instead
17540         of inner debugger state.
17541         (gdb-frame-handler): Do not set `gdb-frame-number'.
17542         (gdb-threads-mode-map): Select threads with mouse.
17544         * progmodes/gud.el (gdb-gud-context-call): Declare function to
17545         avoid compilation warning.
17546         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
17547         `gdb-show-stop-p`.
17549         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
17550         Argument `key' renamed to `buffer-type'.
17551         (gdb-current-context-buffer-name): Do not add thread info to
17552         buffer name when no thread is selected.
17553         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
17554         command (bug 3794).
17555         (gdb-thread-selected): Handle `=thread-selected' notification.
17556         (gdb-wait-for-pending): New macro to deal with congestion problems.
17557         (gdb-breakpoints-list-handler-custom): Don't fail on pending
17558         breakpoints.
17559         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
17560         This fixes problem similar to one described in bug 3947.
17561         (gud-menu-map): More menu items.
17562         (gdb-init-1): Reset `gdb-thread-number' to nil.
17564         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
17565         non-stop settings.
17567         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
17568         (gdb-current-context-command): Do not append --thread if
17569         `gdb-thread-number' is nil.
17570         (gdb-running-threads-count, gdb-stopped-threads-count): New
17571         variables.
17572         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
17573         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
17574         customization options.
17575         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
17576         GUD commands.
17577         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
17578         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
17579         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
17580         set `gdb-thread-number' and update `gud-running' properly.
17581         (gdb-running): Update threads list when new threads appear.
17582         (gdb-stopped): Support non-stop operation and new thread switching
17583         logic.
17584         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
17585         (gdb-json-partial-output): New set of JSON routines.
17586         (def-gdb-auto-update-trigger): New `signal-list' optional
17587         argument.
17588         (gdb-thread-list-handler-custom): Update `gud-running',
17589         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
17590         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
17591         (gdb-continue-thread, gdb-step-thread): New commands for fine
17592         thread execution control.
17593         (gud-menu-map): New menu items to switch non-stop options.
17594         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
17595         (gdb-send): Mimic RET properly (bug 3794).
17597         * progmodes/gdb-mi.el (gdb-rules-name-maker)
17598         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
17599         gdb-buffer-rules.
17600         (def-gdb-auto-update-handler): New nopreserve optional argument.
17601         (gdb-stack-list-frames-custom): Print stack from top to bottom.
17603         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
17604         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
17605         (gdb-parent-mode): New mode to derive other GDB modes from.
17606         (gdb-display-disassembly-for-thread)
17607         (gdb-frame-disassembly-for-thread): New commands for threads
17608         buffer.
17610         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
17611         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
17612         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
17613         (gdb-update): We now store all GDB buffers in a list so that they
17614         can be updated by traversing a list instead of calling invalidate
17615         triggers explicitly.
17616         (def-gdb-trigger-and-handler): New macro to define trigger-handler
17617         pair for GDB buffer.
17618         (gdb-stack-buffer-name): Add thread information.
17619         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
17620         handle pending triggers.
17621         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
17622         (def-gdb-thread-buffer-simple-command)
17623         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
17624         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
17625         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
17626         New commands which show buffers bound to thread.
17627         (gdb-stack-list-locals-regexp): Removed unused regexp.
17629         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
17630         (gdb-locals-buffer-name, gdb-registers-buffer-name)
17631         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
17632         to (gud-comint-buffer) in *-buffer-name functions
17633         because (gdb-get-target-string) already does that.
17634         (gdb-locals-handler-custom, gdb-registers-handler-custom)
17635         (gdb-changed-registers-handler): Rewritten without regexps.
17637         * progmodes/gdb-mi.el: Basic thread selection support.
17638         (gdb-thread-number): New variable.
17639         (gdb-current-context-command): New macro which adds --thread
17640         option to command.
17641         (gdb-threads-mode-map): Select thread with SPC.
17642         (gdb-thread-list-handler-custom): Mark current thread with overlay
17643         arrow.  Synchronize GDB thread and Emacs thread.
17644         (gdb-select-thread): New command which selects current thread.
17645         (gdb-invalidate-frames, gdb-invalidate-locals)
17646         (gdb-invalidate-registers): Use --thread option.
17648 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
17650         * net/tramp.el (top): Make check for tramp-gvfs loading more
17651         robust.  (Bug#3977)
17652         (tramp-handle-insert-file-contents): `unwind-protect' must be
17653         inside `with-parsed-tramp-file-name'.
17655         * net/tramp-gvfs.el (top): Remove superfluous message when loading
17656         fails.
17658 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
17660         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
17661         directory if CLASSPATH is not set.
17663 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
17665         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
17666         New defconst.
17667         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
17669 2009-08-02  Kevin Ryde  <user42@zip.com.au>
17671         * net/newst-backend.el (newsticker--raw-url-list-defaults):
17672         Update freshmeat link.  Delete newsforge.com as it seems gone.
17674 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17676         * select.el (x-set-selection): Doc fix (Bug#4021).
17678         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
17680         * help-fns.el (describe-variable): Treat list return values from
17681         dir-locals-find-file properly (Bug#4005).
17683 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
17685         * net/tramp.el (tramp-debug-message): Print also microseconds.
17687 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
17689         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
17690         or END is non-nil.
17691         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
17692         (tramp-get-debug-buffer): Change `outline-regexp' according to new
17693         format.
17695         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
17696         (tramp-get-file-property): Use it.
17698         * autorevert.el (auto-revert-handler): Allow
17699         `auto-revert-tail-mode' for remote files.
17701 2009-08-02  Jason Rumney  <jasonr@gnu.org>
17703         * minibuffer.el (read-file-name): Treat confirm options to
17704         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
17706 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17708         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
17709         (font-lock-variable-name-face, font-lock-constant-face): Darken
17710         the colors for light backgrounds.
17712 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
17714         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
17715         month names.  (Bug#3987)
17717 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
17719         * simple.el (line-move-finish): Pass whole number to
17720         line-move-to-column.
17721         (line-move-visual): Perform hscroll to the recorded position.
17723 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
17725         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
17727 2009-07-29  Alan Mackenzie  <acm@muc.de>
17729         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
17731 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
17733         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
17734         (gdb-place-breakpoints): Use full path when setting breakpoints.
17736 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
17738         * calc/calc.el (calc-mode-map): Add keybinding for
17739         `calc-transpose-lines'.
17741 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
17743         * calc/calc-misc.el (calc-transpose-lines): New function.
17745 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
17747         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
17748         Simplify check for out-of-band methods.
17749         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
17750         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
17752 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
17754         * vc-git.el (vc-git-checkin): Fix typo.
17756 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
17758         * progmodes/js2-mode.el: New file.
17760 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
17762         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
17763         (gud-menu-map): Adjust tooltip accordingly.
17765 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
17767         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
17768         (vc-bzr-log-view-mode): Adjust log-view-file-re.
17770         * add-log.el (change-log-mode-map): Add a menu.
17772 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
17774         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
17775         function returns nil.
17776         (dbus-handle-event): Handle special return value :ignore.
17777         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
17779 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
17781         * view.el (view-mode-enable): Don't define Helper-return-blurb if
17782         it's not needed.
17784 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
17786         Fix Bug#3888:
17788         * w32-vars.el (x-select-enable-clipboard): Doc fix.
17790         * term/pc-win.el (x-display-name, x-colors)
17791         (x-select-enable-clipboard, x-select-text): Doc fix.
17793         * term/common-win.el (x-display-name, x-colors): Doc fix.
17795         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
17796         (xw-defined-colors): Doc fix.
17798         * w32-fns.el (x-select-text, x-setup-function-keys)
17799         (x-get-selection, x-set-selection): Doc fix.
17801         * term/x-win.el (x-select-text, x-setup-function-keys)
17802         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
17804         * select.el (x-set-selection): Doc fix.
17806 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
17808         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
17809         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
17810         "IsNSSSupportAvailable" method is not available.  Reported by
17811         Steve Youngs <steve@sxemacs.org>.
17813 2009-07-24  Kenichi Handa  <handa@m17n.org>
17815         * international/characters.el: Fix setting of category ?C, ?|, ?K,
17816         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
17817         (build-unicode-category-table): Fix range checks.
17819 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
17821         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
17822         the buffer we try to sync is current when calling
17823         vc-resynch-buffer.
17825         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
17826         not show up to date files.
17828 2009-07-24  Glenn Morris  <rgm@gnu.org>
17830         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
17831         Add autoload cookies.  If necessary, initialize.
17832         (elint-log): Handle non-file buffers.
17833         (elint-initialize): Add optional argument to reinitialize.
17834         (elint-find-builtin-variables): Save excursion.
17836 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17838         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17839         for Lint.
17841 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17843         * vc.el (vc-print-log-internal): New function, split out from ...
17844         (vc-print-log): ... here.
17845         (vc-dir-move-to-goal-column): Declare.
17847         * vc-git.el (vc-git-add-signoff): New variable.
17848         (vc-git-checkin): Use it.
17849         (vc-git-toggle-signoff): New function.
17850         (vc-git-extra-menu-map): Bind it to menu.
17851         (vc-git--run-command-string): Accept a nil FILE argument.
17852         (vc-git-stash-list): New function.
17853         (vc-git-dir-extra-headers): Use it.
17855 2009-07-23  Glenn Morris  <rgm@gnu.org>
17857         * help-fns.el (describe-variable): Describe ignored and risky local
17858         variables in a similar way to that in which we describe safe ones.
17860         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17861         (byte-compile-output-file-form, byte-compile-output-docform)
17862         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17863         Give some more local variables with common names a "bytecomp-" prefix,
17864         so as not to shadow things during compilation.
17865         * emacs-lisp/cl-macs.el (load-time-value)
17866         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17867         `outbuffer' to `bytecomp-outbuffer'.
17869         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17870         since the next two variables cover them automatically now.
17871         (elint-builtin-variables, elint-autoloaded-variables): New.
17872         (elint-unknown-builtin-args): Remove all members, since they can be
17873         parsed automatically now.
17874         (elint-extra-errors): New.
17875         (elint-env-add-env, elint-env-add-macro): Use cadr.
17876         (elint-current-buffer): Use or.  Change final message.
17877         (elint-get-top-forms): Use line-end-position.
17878         (elint-init-env): Use cadr.  Handle autoload, declare-function,
17879         and defalias.
17880         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
17881         (regexp-assoc): Remove unused function.
17882         (elint-top-form): Set elint-current-pos, to record the start of the
17883         top-level form, for compilation-mode.
17884         (elint-form): Trap errors in macro expansion.  Use dolist.
17885         (elint-unbound-variable): Use elint-builtin-variables and
17886         elint-autoloaded-variables.
17887         (elint-get-args): Use cadr, or.
17888         (elint-check-cond-form): Use dolist, cadr.
17889         (elint-check-condition-case-form): Doc fix.  Use cadr.
17890         Use elint-extra-errors.
17891         (elint-log): New function.
17892         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17893         Distinguish errors and warnings.
17894         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
17895         Use a bytecomp-style format.
17896         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
17897         (elint-get-log-buffer): Use compilation mode.  Disable undo.
17898         Don't truncate lines.
17899         (elint-initialize): Set builtin and autoloaded variable lists.
17900         Only process elint-unknown-builtin-args if non-nil.
17901         (elint-find-builtin-variables, elint-find-autoloaded-variables):
17902         New functions.
17903         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
17905 2009-07-22  Kevin Ryde  <user42@zip.com.au>
17907         * net/newst-backend.el (newsticker--parse-atom-1.0)
17908         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17909         (newsticker--parse-rss-1.0):
17910         * progmodes/idlwave.el (idlwave-mode):
17911         * progmodes/idlw-shell.el (idlwave-shell-mode):
17912         * progmodes/vera-mode.el (vera-mode):
17913         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17914         * progmodes/vhdl-mode.el (vhdl-mode):
17915         * textmodes/table.el (table-generate-source)
17916         (table--warn-incompatibility):
17917         Hyperlink urls in docstrings with URL `...'.
17919 2009-07-22  Glenn Morris  <rgm@gnu.org>
17921         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17922         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17923         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17924         Remove leading * from defcustom docs.
17926         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
17928         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17929         defcustom doc.
17930         (list-load-path-shadows): Optionally, just return shadows as a string.
17932         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17934 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
17936         * mail/rmailedit.el (rmail-edit-mode): Use
17937         auto-save-include-big-deletions.
17939         * mail/rmail.el (rmail-variables): Use
17940         auto-save-include-big-deletions.
17942         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17943         changes.
17945 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
17947         * calc/calc.el (calc-undo-length): New variable.
17948         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17950 2009-07-21  Richard Stallman  <rms@gnu.org>
17952         * files.el (auto-save-mode): Handle buffer-save-size = -2
17953         for toggling mode.
17955 2009-07-21  Glenn Morris  <rgm@gnu.org>
17957         * textmodes/ispell.el (ispell-looking-back): Update declaration.
17959         * calendar/todo-mode.el (calendar-current-date): Update declaration.
17961         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17962         silence compiler.  Instead...
17963         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17964         (ps-print-ensure-fontified): Update for above function name changes.
17966         * printing.el (pr-mh-get-msg-num, pr-mh-show)
17967         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17968         silence compiler.  Instead...
17969         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17970         (mh-show-buffer): Only define for compiler.
17971         (pr-mh-current-message): Update for above function name changes.
17973         * files.el (abort-if-file-too-large): Explicitly pass `filename'
17974         as an argument.
17975         (find-file-noselect, insert-file-1): Update for above change.
17977         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17979         * mail/mailclient.el (mailclient-send-it): Fix message.
17981         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17982         (edebug-eval): Check cl-debug-env is bound.
17983         (print-level, print-circle): Don't redefine built-in variables.
17985         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17986         (custom-print-vectors): Remove old comments from doc.
17988         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17989         (emerge-version): Make the variable an obsolete alias for the
17990         emacs-version variable.  Make the function obsolete.
17991         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17992         Emerge options, rather than merging in into the main Options menu.
17993         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
17994         and auto advance modes.  Disable edit/fast items when not relevant.
17996 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17998         * term/vt420.el (terminal-init-vt420): Fix typo.
18000 2009-07-20  Sam Steingold  <sds@gnu.org>
18002         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18003         variable (removed from compile.el on 2004-03-11).
18005 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
18007         * files.el (hack-local-variables-filter): Fix last change.
18009 2009-07-19  Juri Linkov  <juri@jurta.org>
18011         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18012         (dir-local-variables-alist): New buffer-local variable.
18013         (hack-local-variables-filter): If variable is not dir-local,
18014         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18015         because file-local overrides dir-local.
18016         (c-postprocess-file-styles) <declare-function>:
18017         Remove obsolete declaration.
18018         (hack-dir-local-variables): Add dir-local variable/value pair to
18019         `dir-local-variables-alist' and remove duplicates.  Doc fix.
18021         * help-fns.el (describe-variable): Add information about
18022         file-local and dir-local variables.
18024 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
18026         * files.el (hack-local-variables-filter): Rewrite.
18028 2009-07-19  Glenn Morris  <rgm@gnu.org>
18030         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18031         Silence compiler by only defining on XEmacs.
18033         * international/mule.el (auto-coding-regexp-alist): Only match
18034         BABYL... at the start of buffer, not of lines.  (Bug#3790)
18036         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18037         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
18038         (cal-menu-context-mouse-menu): Doc fix.
18040         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18042         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
18044 2009-07-18  Juri Linkov  <juri@jurta.org>
18046         * info.el: Virtual Info keyword finder.
18047         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
18048         (Info-finder-file): New variable.
18049         (Info-finder-find-file): New function.
18050         (finder-known-keywords, finder-package-info)
18051         (find-library-name, lm-commentary): Use defvar and
18052         declare-function to silence compiler warnings.
18053         (Info-finder-find-node): New function.
18054         (info-finder): New command.
18056         * subr.el (process-kill-buffer-query-function): New function.
18057         (add-hook)<kill-buffer-query-functions>: Add hook
18058         `process-kill-buffer-query-function'.
18060 2009-07-18  Alan Mackenzie  <acm@muc.de>
18062         * progmodes/cc-mode.el (c-before-hack-hook)
18063         (c-postprocess-file-styles): Give invocation of `c-set-style'
18064         DONT-OVERRIDE parameter of t.  Already set style variables will
18065         thus not be overridden by style settings given by `c-file-syle'.
18067         * files.el (hack-local-variables-filter): Remove entries with
18068         duplicate keys from `file-local-variables-alist'.
18070 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
18072         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18073         x-set-selection if display-selections-p returns nil for the
18074         current frame.
18076 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
18078         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18080 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
18082         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18083         Accept nil in addition to a regexp.
18084         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18085         Accept nil in addition to a regexp.
18086         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18087         buffers that have an associated file.  Handle nil values of
18088         desktop-buffers-not-to-save and desktop-files-not-to-save.
18089         (Bug#3833)
18091         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18092         (x-disown-selection-internal): New functions.
18094 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
18096         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18097         warning.
18098         (gdb-breakpoints-header): Move forward to avoid compiler warning.
18099         (gdb-make-header-line-mouse-map): Remove duplicate definition.
18101 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
18103         * simple.el (set-mark): Revert last change.
18105 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
18107         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18108         rendering of pngs is not possible instead of messaging a long
18109         description.
18111 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
18113         * w32-fns.el (x-selection-owner-p): New function.
18115         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
18116         (mouse-yank-at-click, mouse-yank-primary): If
18117         select-active-regions is non-nil, deactivate the mark before
18118         insertion.
18120         * simple.el (deactivate-mark, set-mark): Only save selection if we
18121         own it.
18123 2009-07-17  Kenichi Handa  <handa@m17n.org>
18125         * case-table.el (describe-buffer-case-table): Fix for the case
18126         that KEY is a cons.
18128 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
18130         * vc-rcs.el (vc-rcs-find-file-hook):
18131         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18133 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
18135         * net/tramp.el (tramp-wait-for-output): Handle the case when
18136         commands do not return a newline but a null byte before the shell
18137         prompt.  (Bug#3858)
18139 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18141         * term/ns-win.el (ns-set-alpha): Don't declare.
18142         (ns-set-background-alpha): Remove function.
18144 2009-07-16  Kevin Ryde  <user42@zip.com.au>
18146         * emacs-lisp/copyright.el (copyright-update): Save match-data across
18147         y-or-n-p, for safety.
18149 2009-07-16  Richard Stallman  <rms@gnu.org>
18151         * files.el (auto-save-mode): If buffer-saved-size is -2,
18152         don't clobber it.
18154         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18155         (rmail-retry-ignored-headers): Add more uninteresting fields.
18157 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
18159         * net/rcirc.el (rcirc): Use history variables.
18160         (rcirc-server-name-history, rcirc-nick-name-history)
18161         (rcirc-server-port-history): New variables.
18163 2009-07-15  Kenichi Handa  <handa@m17n.org>
18165         * international/mule-cmds.el (set-language-environment-charset):
18166         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18167         ignore them.
18169         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18170         Delete unibyte-display.
18172 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
18174         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18176 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
18178         * simple.el (deactivate-mark): Optional argument FORCE.
18179         (set-mark): Use deactivate-mark.
18181         * info.el (Info-search): No need to check transient-mark-mode
18182         before calling deactivate-mark.
18184         * select.el (x-set-selection): Doc fix.
18185         (x-valid-simple-selection-p): Allow buffer values.
18186         (xselect--selection-bounds): Handle buffer values.  Suggested by
18187         David De La Harpe Golden.
18189         * mouse.el (mouse-set-region, mouse-drag-track): Call
18190         copy-region-as-kill before setting the mark, to let
18191         select-active-regions work.
18193 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
18195         * simple.el (deactivate-mark): If select-active-regions is
18196         non-nil, copy the selection data into a string.
18197         (activate-mark): If select-active-regions is non-nil, set the
18198         selection to the current buffer.
18199         (set-mark): Update selection if select-active-regions is non-nil.
18201         * select.el (x-valid-simple-selection-p): Allow buffer values.
18203 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18205         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18206         and more featureful message-mode.
18208 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
18210         * select.el (x-set-selection): Doc fix.
18211         (x-valid-simple-selection-p): Disallow selection data consisting
18212         of a list or cons of integers, since that is not used.
18213         (xselect--selection-bounds, xselect--int-to-cons): New functions.
18214         (xselect-convert-to-string, xselect-convert-to-length)
18215         (xselect-convert-to-filename, xselect-convert-to-charpos)
18216         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18218 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
18220         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18221         output in -break-info command (Emacs bug #3794).
18223 2009-07-14  Glenn Morris  <rgm@gnu.org>
18225         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18226         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18227         (edebug-print-length, edebug-print-level, edebug-print-circle)
18228         (edebug-sit-for-seconds, edebug-view-outside)
18229         (edebug-bounce-point, edebug-set-global-break-condition)
18230         (edebug-Go-nonstop-mode, edebug-trace-mode)
18231         (edebug-Trace-fast-mode, edebug-continue-mode)
18232         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18233         (edebug-visit-eval-list): Doc fixes.
18235         * subr.el (def-edebug-spec): Doc fix.
18237 2009-07-14  Kenichi Handa  <handa@m17n.org>
18239         * international/characters.el: Fix setting of category ?C.
18241 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
18243         * term/ns-win.el (x-select-font): defalias x-select-font to
18244         ns-popup-font-panel instead of generate-fontset-menu.
18246 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
18248         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
18250 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
18252         * arc-mode.el (archive-find-type): Allow for a PK00 string before
18253         the PK\003\004 header (Bug#3770).
18255 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
18257         * pcomplete.el (pcomplete-comint-setup): Check for
18258         shell-dynamic-complete-filename too.
18260 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
18262         * simple.el (temporary-goal-column): Change the value for
18263         line-move-visual to a cons cell.
18264         (line-move-visual): Record or set the window hscroll, if
18265         necessary (Bug#3494).
18266         (line-move-1): Handle cons value of temporary-goal-column.
18268 2009-07-11  Kenichi Handa  <handa@m17n.org>
18270         * international/mule-diag.el (describe-character-set): Don't show
18271         width.
18273 2009-07-10  Sam Steingold  <sds@gnu.org>
18275         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18276         Omake sometimes indents the errors it prints, so allow all
18277         regexps to start with spaces.
18279 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
18281         * cus-edit.el (customize-changed-options-previous-release):
18282         Bump value to 22.1.  (Bug#3804)
18284 2009-07-08  Sam Steingold  <sds@gnu.org>
18286         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18287         to be a cons cell (test . ignored-directory) to selectively ignore
18288         some directories depending on the location of the search.
18290 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
18292         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18293         remote user is root, on the local host.
18294         (tramp-local-host-p): Either the local user or the remote user
18295         must be root.  (Bug#3771)
18297 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18299         * progmodes/gdb-mi.el (gdb): Remove description of
18300         gdb-use-separate-io-buffer.
18301         (menu): Don't allow toggling of or enable
18302         gdb-use-separate-io-buffer from menubar.
18304 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18306         * mail/unrmail.el (unrmail): Make sure the message ends with two
18307         newlines (Bug#3769).
18309 2009-07-08  Glenn Morris  <rgm@gnu.org>
18311         * calendar/calendar.el (calendar-current-date): Rework previous change.
18313 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
18315         * calendar/calendar.el (calendar-current-date):
18316         Add an optional argument giving an offset from today.
18318 2009-07-08  Glenn Morris  <rgm@gnu.org>
18320         * tutorial.el (tutorial--describe-nonstandard-key):
18321         Adjust the message for when a key has been unbound.
18322         (help-with-tutorial): Hide the arch-tag.
18324 2009-07-08  Kenichi Handa  <handa@m17n.org>
18326         * international/fontset.el (setup-default-fontset): For each
18327         script, append (not set) font-specs.
18329         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18330         docstring.
18332 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18334         * progmodes/gdb-mi.el (gdb-init-1): Move sending
18335         -data-list-register-names to ...
18336         (gdb-starting): ... here because GDB 7.0 requires execution to
18337         have started when using this MI command.
18338         (gdb-set-header): New function to distinguish select and
18339         unselected tabs in gdb buffers.
18340         (gdb-propertize-header): New macro that uses gdb-set-header.
18341         (gdb-breakpoints-header, gdb-locals-header): Use it.
18342         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18344 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
18346         * Makefile.in (ELCFILES): Remove fadr.elc.
18348 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
18350         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18351         may contain frame information, so `string-match' should be used.
18352         (gdb-update): Disassembly is invalidated through
18353         `gdb-get-selected-frame'.
18354         (gdb-pad-string): New function to pad string with spaces.
18355         (gdb-invalidate-disassembly): Invalidate only if the buffer
18356         exists.
18357         (gdb-disassembly-handler-custom): Column alignment.
18358         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18359         placing new ones.
18360         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18361         end of line, too.
18362         (gdb-frame-handler): Match convention to for disassembly buffer
18363         mode name.
18364         (gdb-stack-list-frames-handler): Rewritten without regexps.
18365         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18366         not highlight breakpoints without line information.
18367         (gdb-input): Add trailing newline to command.
18369         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18370         buffer properly.
18371         (gdb-breakpoints-list-handler-custom): Replacement for
18372         `gdb-break-list-handler'.  Using real parser instead of regexps
18373         now.
18374         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18375         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18376         to place breakpoints.
18377         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18378         functions.
18379         (gdb-disassembly-handler-custom): Show overlay arrow.
18380         (gdb-disassembly-place-breakpoints): Show breakpoints in
18381         disassembly buffer.
18382         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18383         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18384         instead of parsing breakpoints buffer.  Fixed old menu references
18385         in `gud-menu-map'.
18387         * fadr.el: Remove.
18389         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18390         (gdb-memory-address): New variable which holds top address of
18391         memory page shown in memory buffer.
18392         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
18393         customization variables.
18394         New functions:
18395         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18396         display the memory buffer.
18397         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18398         buffer display parameters.
18399         (def-gdb-memory-format, gdb-memory-format-binary)
18400         (gdb-memory-format-octal, gdb-memory-format-unsigned)
18401         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18402         Functions for setting memory buffer format.
18403         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18404         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18405         unit size used in memory buffer.
18406         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
18407         to next/previous page of memory buffer.
18408         Now using (bindat-get-field) instead of fadr functions.
18410 2009-07-07  Sam Steingold  <sds@gnu.org>
18412         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18413         non-top-level files.
18415 2009-07-07  Kenichi Handa  <handa@m17n.org>
18417         * international/mule-cmds.el (reset-language-environment): Put
18418         the highset priority to the charset iso-8859-1.
18420 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18422         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18423         to the end of the line when locating the block (Bug#700).
18425 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
18427         * net/tramp.el (tramp-handle-write-region): Flush file properties
18428         in case of short track.
18430 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
18432         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18433         Coded custom representation of verilog error regular expressions
18434         to work with Emacs-22's new format.
18435         (verilog-error-regexp-xemacs-alist): Coded custom representation
18436         of verilog error regular expressions to work with XEmacs format.
18437         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18438         error recognition into XEmacs.
18439         (verilog-error-regexp-add-emacs): Hook routine to install verilog
18440         error recognition into Emacs-22.
18442 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18444         * woman.el: Remove stand-alone closing parentheses.
18445         (woman-file-name, woman2-format-paragraphs)
18446         (woman-leave-blank-lines): Code cleanup.
18447         (woman-use-own-frame): Change default to nil.
18448         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
18449         defaults to inherit from default faces.
18450         (woman2-process-escapes): Consume the newline after a stand-alone
18451         filler character (Bug#3651).
18453 2009-07-06  Glenn Morris  <rgm@gnu.org>
18455         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18456         (top-level): Move provide to the end.
18457         (ffap): Remove defunct URL from custom group.
18459         * subr.el (eval-after-load): Doc fix.
18461 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
18463         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18464         `calc-embedded-word' is called twice.
18466 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18468         * files.el (find-alternate-file-other-window, find-alternate-file):
18469         Obey confirm-nonexistent-file-or-buffer.
18471 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
18473         * dired-aux.el (dired-show-file-type): Handle remote files.
18475 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
18477         * desktop.el (desktop-globals-to-save):
18478         Add file-name-history (Bug#2750).
18480 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
18482         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
18484 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
18486         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
18487         property on entire argument since this is what eshell-lisp-command
18488         expects.
18490 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
18492         * net/tramp-gvfs.el (tramp-gvfs-methods)
18493         (tramp-gvfs-zeroconf-domain)
18494         (tramp-bluez-discover-devices-timeout): Add version flag.
18495         (tramp-gvfs-handler-mounted-unmounted)
18496         (tramp-gvfs-connection-mounted-p): Polish handling of
18497         incompatibilities between GVFS 0.2 and 1.0.
18499 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
18501         * cus-start.el (all): Add make-pointer-invisible.
18503 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
18505         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
18506         formatted correctly.
18508 2009-07-02  Juri Linkov  <juri@jurta.org>
18510         * info.el: Virtual Info files and nodes.
18511         (Info-virtual-files, Info-virtual-nodes): New variables.
18512         (Info-current-node-virtual): New variable.
18513         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
18514         New functions.
18515         (Info-file-supports-index-cookies): Use Info-virtual-file-p
18516         to check for a virtual file instead of checking a fixed list
18517         of node names.
18518         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
18519         instead of ad-hoc processing of "dir" and (apropos history toc).
18520         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
18521         instead of ad-hoc processing of "dir" and (apropos history toc).
18522         Reread a file when moving from a virtual node.
18523         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
18524         (Info-directory-toc-nodes, Info-directory-find-file)
18525         (Info-directory-find-node): New functions.
18526         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
18527         (Info-history): Move part of code to
18528         `Info-history-find-node'.
18529         (Info-history-toc-nodes, Info-history-find-file)
18530         (Info-history-find-node): New functions.
18531         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
18532         (Info-toc): Move part of code to `Info-toc-find-node'.
18533         (Info-toc-find-node): New function.
18534         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
18535         the current Info file name to references because now the node
18536         "*TOC*" belongs to the same Info manual.
18537         (Info-toc-build): Rename from `Info-build-toc'.
18538         (Info-toc-nodes): Rename input argument `file' to `filename'.
18539         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
18540         instead of ad-hoc processing of ("dir" apropos history toc).
18541         (Info-index-nodes): Use Info-virtual-file-p
18542         to check for a virtual file instead of checking a fixed list
18543         of node names.
18544         (Info-index-node): Add check for `Info-current-node-virtual'.
18545         Raise `save-match-data' higher up the tree to contain
18546         `search-forward' too (bug fix).
18547         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
18548         (Info-virtual-index-nodes): New variable.
18549         (Info-virtual-index-find-node, Info-virtual-index): New functions.
18550         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
18551         (Info-apropos-file, Info-apropos-nodes): New variables.
18552         (Info-apropos-toc-nodes, Info-apropos-find-file)
18553         (Info-apropos-find-node, Info-apropos-matches): New functions.
18554         (info-apropos): Move part of code to `Info-apropos-find-node' and
18555         `Info-apropos-matches'.
18556         (Info-mode-map): Bind "I" to `Info-virtual-index'.
18557         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
18558         for a virtual file instead of checking a fixed list of node names.
18560         * simple.el (async-shell-command): New command.
18562         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
18564         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
18565         instead of `mount-info'.
18567 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
18569         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
18570         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
18572 2009-07-02  Kenichi Handa  <handa@m17n.org>
18574         * international/mule.el (set-keyboard-coding-system): Force *-unix
18575         coding-system to avoid eol conversion.
18577 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
18579         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
18580         Add handler for `process-file', `shell-command' and
18581         `start-file-process'.
18582         (tramp-gvfs-handle-shell-command)
18583         (tramp-gvfs-handle-start-file-process)
18584         (tramp-gvfs-handle-process-file): New defuns.
18585         (tramp-synce-list-devices): Simplify check for existence of property.
18587 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
18589         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
18591 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
18593         * language/korean.el (set-language-info-alist): Add korean-cp949,
18594         cp949 to spec.
18596 2009-07-01  Kenichi Handa  <handa@m17n.org>
18598         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
18600         * international/encoded-kb.el: Deleted.
18602         * international/mule.el (set-keyboard-coding-system): Perform the
18603         necessary setup here instead of calling encoded-kbd-setup-display.
18605 2009-07-01  Glenn Morris  <rgm@gnu.org>
18607         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
18609 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
18611         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
18613 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
18615         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
18616         Handle also the 'rename case, when setting file modes.  (Bug#3712)
18617         (tramp-default-file-modes): Remove execute permissions.
18619         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
18620         (top): Add a default for "synce" in `tramp-default-user-alist'.
18621         Add completion function for "synce" method.
18622         (tramp-hal-service, tramp-hal-path-manager)
18623         (tramp-hal-interface-manager, tramp-hal-interface-device):
18624         New defconst.
18625         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
18626         (tramp-synce-list-devices, tramp-synce-parse-device-names):
18627         New defuns.
18629         * net/trampver.el: Update release number.
18631 2009-06-30  Kenichi Handa  <handa@m17n.org>
18633         * international/fontset.el (setup-default-fontset): Add CJK fonts
18634         for symbols and the other miscellaneous characters.
18636         * language/korea-util.el (setup-korean-environment-internal):
18637         Make char-width-table suitable for Korean environments.
18638         (exit-korean-environment): Cancel above.
18640         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
18641         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
18642         setup-function to make char-width-table suitable for respective
18643         environments, and an exit-function to cancel that.
18645         * language/japan-util.el (setup-japanese-environment-internal):
18646         Call use-cjk-char-width-table with arg `ja_JP'.
18648         * international/characters.el (cjk-char-width-table): Delete it.
18649         (cjk-char-width-table-list): New variable.
18650         (use-cjk-char-width-table): New arg local-name.
18651         (use-default-char-width-table): Fix for the case that Emacs is
18652         already using the default char-width-table.
18654 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
18656         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
18657         modes mandatory.  (Bug#3712)
18659 2009-06-29  Alan Mackenzie  <acm@muc.de>
18661         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
18662         correction between the visible width of TABs and their number of bytes.
18664 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
18666         * server.el (server-buffer-done): Prevent kill-buffer from
18667         prompting by clearing the buffer modification flag (Bug#3696).
18669 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
18671         * progmodes/verilog-mode.el (verilog-beg-of-statement)
18672         (verilog-endcomment-reason-re): Support unique case and priority case.
18673         (verilog-basic-complete-re): Support localparam lineup.
18674         (verilog-beg-of-statement-1): Fix for robustness, unique case.
18675         (verilog-set-auto-endcomments): Fix for unique case, always_comb
18676         commenting.
18677         (verilog-leap-to-case-head): Now support *nested* unique &
18678         priority case statements.
18679         (verilog-auto-lineup): Make just declarations the default (as it
18680         had been).
18681         (verilog-leap-to-case-head): Support priority/unique case statements.
18682         (verilog-auto-lineup): Rework to give users radio buttons to
18683         select the various styles of automatic lineup.
18684         (verilog-error-regexp-alist): Rework to support the XEmacs style
18685         of error regular expressions from compilers, lint tools &
18686         simulators.  Note that GNU Emacs has made it impossible for a mode
18687         to load such things.
18688         (electric-verilog-terminate-line, verilog-indent-declaration)
18689         (verilog-auto-wiure): Rework for radio button selection of
18690         auto-lineup selection of specification of auto lineup.
18691         (verilog-beg-of-statement-1): Redesign to support proper operation
18692         in additional code, based on testing with auto-lineup.
18693         (verilog-calculate-indent, assignments & declarations)
18694         (verilog-backward-token): Enhance to support auto-lineup of
18695         assignments & declarations.
18696         (verilog-in-directive-p, verilog-at-struct-p): New function for
18697         easy test of whether we are.
18698         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
18699         to support safe execution at almost anyline.
18700         (verilog-calc-1): Properly support indenting deep inside generate
18701         blocks.
18702         (verilog-init-font): Remove definition & use of verilog-init-font,
18703         as it is redundant with font-lock-defaults.
18704         (verilog-mode): Alter the definition of verilog-font-lock-defaults
18705         to avoid circular calls if syntax-ppss is a function (as is the
18706         case now in 22.x GNU Emacs) as that function would sometimes call
18707         itself, leading to (nearly) infinite recursion.
18708         (verilog-ovm-begin-re, verilog-ovm-end-re)
18709         (verilog-ovm-statement-re, verilog-leap-to-head)
18710         (verilog-backward-token): Add support for OVM macros.  Some are
18711         complete statements, and others open and close scopes like begin
18712         and end.
18713         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
18714         (verilog-defun-level-generate-only-re): Really fix the defun-list
18715         compilation issue.
18716         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
18717         coverpoint, constraint and cross statements.
18718         (verilog-defun-level-list, verilog-generate-defun-level-list)
18719         (verilog-all-defun-level-list): Redo these specifications - it is
18720         too hard to support eval-when compile aggregation of lists also
18721         built at when-compile time.
18722         (verilog-defun-level-list): Place defconsts of variables used in
18723         building regular expressions which are built in eval-when-compile
18724         bodies in the same eval-when-compile body to facilitate compile
18725         without load.
18726         (verilog-beg-block-re-ordered): Support indenting
18727         virtual/protected tasks and functions.
18728         (verilog-defun-level-list, verilog-in-generate-region-p)
18729         (verilog-backward-ws&directives, verilog-calc-1): Speed up
18730         indentation of some module items (generate items).
18731         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
18732         across virtual/protected tasks and functions.
18734 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
18736         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
18737         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
18738         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
18739         in concatenations.  Reported by Yishay Belkind.
18740         (verilog-auto-ascii-enum): Support one-hot state machines in
18741         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
18742         (verilog-auto-inst, verilog-auto-inst-port): Include interface
18743         modport in AUTOINST and add vl-modport for users.  Reported by
18744         David Rogoff.
18745         (verilog-auto-inout-module, verilog-auto-inst)
18746         (verilog-decls-get-interfaces, verilog-insert-definition)
18747         (verilog-insert-one-definition, verilog-read-decls)
18748         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
18749         (verilog-sig-modport, verilog-signals-combine-bus)
18750         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
18751         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
18752         Suggested by David Rogoff.
18753         (verilog-repair-open-comma): Fix non-insertion of comma when
18754         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
18755         (verilog-make-width-expression): Simplify [A-1:0] expression
18756         widths to just {A{1'b0}}.
18757         (verilog-mode): Cleanup checkdoc warnings.
18758         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
18759         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
18760         inputs/outputs or data type.  Suggested by Vasu Kandadi.
18761         (next-error-last-buffer): Fix byte-compiler warning.
18762         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
18763         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
18764         or shell command text during AUTO expansion.  Suggested by Tad Truex.
18765         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
18766         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
18767         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
18768         in AUTOINOUT.  Reported by Matthew Lovell.
18769         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
18770         causing use of <= assignments.  Reported by Alex Reed.
18771         (verilog-read-decls): Fix triand, trior, wand, wor to be
18772         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
18773         (verilog-extended-complete-re): Support import "DPI-C" functions.
18774         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
18775         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
18776         (verilog-insert-date, verilog-insert-year)
18777         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
18778         Windows systems.  Reported by Michael Potts.
18779         (verilog-read-module-name): Fix AUTOINST when the child module
18780         declaration's name is a tick define.  Reported by Elliot Mednick.
18781         (verilog-read-decls): Fix V2K parameter bit subscripts getting
18782         passed to next parameter's definition.  Reported by Bruce T.
18783         (verilog-read-decls): Fix detecting "parameter int" when using
18784         AUTOINSTPARAM.  Reported by Bruce T.
18785         (verilog-goto-defun): Fix goto not finding modules unless first
18786         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
18787         (verilog-mode): Expand -f flag arguments on entry to mode so
18788         verilog-goto-defun will work.  Reported by Lawrence Butcher.
18789         (verilog-getopt): Expand environment variables in -f file
18790         arguments.  Suggested by Lawrence Butcher.
18791         (verilog-set-define): Fix "Symbol's value as variable is void"
18792         when reading enumerations.
18793         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
18794         Suggested by Stephen Peltan.
18795         (verilog-read-defines): Fix reading of enumerations in include
18796         files.  Reported by Steve Peltan.
18798 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18800         * files.el (trash-directory): Fix defcustom type.
18802 2009-06-28  Juri Linkov  <juri@jurta.org>
18804         * help-fns.el (describe-function-1): Correctly locate adviced
18805         functions in hyperlink (Bug#2438).
18807 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
18809         * files.el (trash-directory): Change default to nil.
18810         (move-file-to-trash): If trash-directory is nil and
18811         system-move-file-to-trash is unbound, perform freedesktop-style
18812         trashing.
18814 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18816         * files.el (move-file-to-trash): Add freedesktop trash
18817         support (Bug#973).
18819 2009-06-28  Glenn Morris  <rgm@gnu.org>
18821         * autorevert.el (global-auto-revert-non-file-buffers)
18822         (global-auto-revert-mode): Doc fixes.
18824 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
18826         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
18828 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
18830         * faces.el (x-handle-named-frame-geometry): Ensure that we have
18831         opened an X connection before calling x-get-resource (Bug#3194).
18833         * play/doctor.el: Remove reference to obsolete website.
18834         (make-doctor-variables): Correct grammar mistake (Bug#2633).
18836 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
18838         Remove find-file-not-found-hook VC method.  (Bug#2757)
18839         * vc-hooks.el (vc-file-not-found-hook)
18840         (vc-default-find-file-not-found-hook): Remove functions.
18841         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
18842         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
18843         * vc.el:
18844         * vc-hg.el:
18845         * vc-git.el: Do not mention find-file-not-found-hook VC method.
18847 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
18849         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
18850         compatibility function for `looking-back'.
18852         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
18853         Use `ispell-looking-back'.
18855 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
18857         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
18858         rather than `filename'.
18860 2009-06-23  Miles Bader  <miles@gnu.org>
18862         * face-remap.el (text-scale-set): New function.
18864 2009-06-23  Glenn Morris  <rgm@gnu.org>
18866         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18868         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18870         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18872         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18874         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18875         Simplify Persian conditionals.
18877         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18878         variable `filename'.
18880         * comint.el (comint-insert-input): Doc fix.
18882         * Makefile.in (ELCFILES): Fix typo in previous change.
18884 2009-06-23  Miles Bader  <miles@gnu.org>
18886         * cus-start.el: Add entry for `recenter-redisplay'.
18888 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18890         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18891         Add an optional argument for the backend, use it instead of
18892         calling vc-backend.
18893         (vc-mode-line): Add an optional argument for the backend.
18894         Pass the backend to vc-state and vc-working-revision.  Move code for
18895         special handling for vc-state being a buffer to ...
18897         * vc-rcs.el (vc-rcs-find-file-hook):
18898         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
18900         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18901         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18902         vc-stay-local-p and vc-mode-line calls.
18904         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18905         (vc-cvs-diff, vc-cvs-annotate-command)
18906         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18907         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18908         vc-mode-line calls.
18910         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18911         direct comparison.
18912         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18913         backend when calling vc-mode-line.
18914         (vc-register): Do not create a closure for calling the vc register
18915         function, call it directly.
18917 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18919         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18920         to make it obvious item can be clicked.
18922         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18924 2009-06-23  Kenichi Handa  <handa@m17n.org>
18926         * language/korea-util.el (korean-key-bindings): Change the binding
18927         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
18928         same command.
18930 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
18932         Sync with Tramp 2.1.16.
18934         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18936         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
18937         when a loading of a package fails.  Completion function for rsync
18938         is `tramp-completion-function-alist-ssh'.
18939         (all): Replace all calls of `split-string' and
18940         `tramp-split-string' by `tramp-compat-split-string'.
18941         (tramp-default-method): Use `tramp-compat-process-running-p'.
18942         (tramp-default-proxies-alist): Allow also Lisp forms.
18943         (tramp-remote-path): Add choice "Private Directories".
18944         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
18945         (tramp-domain-regexp): Allow also "-", "_" and ".".
18946         (tramp-end-of-output): Remove newlines, and add "$" at the end.
18947         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18948         (tramp-debug-message): Insert header line in debug buffer.
18949         (tramp-handle-directory-files-and-attributes-with-stat):
18950         Care about filenames with spaces, or starting with "-".
18951         (tramp-handle-dired-uncache): New defun.
18952         (tramp-handle-insert-directory): Don't flush the directory from
18953         cache, this is handled by `dired-uncache' now.
18954         (tramp-handle-insert-file-contents): Improve error handling.
18955         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18956         Quote `tramp-end-of-output'.
18957         (tramp-action-password): Improve trace message.
18958         (tramp-check-for-regexp): Both echoes must be present, before removing.
18959         (tramp-open-connection-setup-interactive-shell): Trace coding system.
18960         (tramp-compute-multi-hops): Eval cons cells of
18961         `tramp-default-proxies-alist'.
18962         (tramp-maybe-open-connection): Use the same command pattern for
18963         first hop and further hops.
18964         (tramp-wait-for-output): Remove handling of newlines.
18965         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18966         (tramp-split-string): Remove function.  It is handled in
18967         tramp-compat now.
18969         * net/tramp-cmds.el (tramp-bug):
18970         Recommend `tramp-cleanup-all-connections' in the bug mail.
18972         * net/tramp-compat.el (tramp-compat-split-string)
18973         (tramp-compat-process-running-p): New defuns.
18975         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18976         for `dired-uncache'.
18978         * net/tramp-gvfs.el: New package.
18980         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18981         Add handler for `dired-uncache'.
18982         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18984         * net/trampver.el: Update release number.  Make version check fit
18985         for SXEmacs 22.
18987 2009-06-22  Jim Meyering  <meyering@redhat.com>
18989         Automatically handle .xz suffix (XZ-compressed files), too.
18990         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18991         XZ is the successor to LZMA: <http://tukaani.org/xz/>
18993 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
18994             Nick Roberts  <nickrob@snap.net.nz>
18996         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18997         repository (http://sphinx.net.ru/hg/gdb-mi/).
18999 2009-06-22  Glenn Morris  <rgm@gnu.org>
19001         * files.el (dir-locals-collect-mode-variables): Allow for any number of
19002         `mode' and `eval' entries.  (Bug#3430)
19004         * Makefile.in (ELCFILES): Add fadr.elc.
19006         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19007         differing behavior of \n and ^ in strings.  (Bug#3385)
19009         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19011         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19012         property.
19013         (lisp-indent-function): Make it a defcustom.
19015 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
19017         * progmodes/gdb-ui.el: Replace with ...
19018         * progmodes/gdb-mi.el: ... this file.
19019         * progmodes/gud.el: Modify for gdb-mi.el.
19021 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
19023         * fadr.el: New file.
19025 See ChangeLog.14 for earlier changes.
19027 ;; Local Variables:
19028 ;; coding: utf-8
19029 ;; End:
19031   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
19033   This file is part of GNU Emacs.
19035   GNU Emacs is free software: you can redistribute it and/or modify
19036   it under the terms of the GNU General Public License as published by
19037   the Free Software Foundation, either version 3 of the License, or
19038   (at your option) any later version.
19040   GNU Emacs is distributed in the hope that it will be useful,
19041   but WITHOUT ANY WARRANTY; without even the implied warranty of
19042   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19043   GNU General Public License for more details.
19045   You should have received a copy of the GNU General Public License
19046   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.