gnus-start.el (gnus-read-active-for-groups): Read the active files thoroughly for...
[emacs.git] / lisp / ChangeLog
blobf69b32a48787b95f652f95c4559797929d55992f
1 2011-01-30  Jan Djärv  <jan.h.d@swipnet.se>
3         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer): Check
4         report-emacs-bug-can-use-osx-open and use that if t.
5         (report-emacs-bug-can-use-osx-open): New function.
6         (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
7         Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
9 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
11         * vc/vc-dispatcher.el (vc-set-async-update): New function for
12         updating Dired or VC-dir buffers after async command completes.
14         * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
15         (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
17         * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
18         completions if it exists.  Use vc-set-async-update.
19         (vc-git-pull): Use vc-set-async-update.
21         * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
22         read-shell-command.  Use vc-set-async-update.
23         (vc-hg-merge-branch): Use vc-set-async-update.
25 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
27         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Don't
28         presume KEYEXPIRED and KEYREVOKED to be a fatal error status
29         (Bug#7931).
31 2011-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * progmodes/compile.el: Avoid an N² behavior in grep.
34         (compilation--previous-directory): New fun.
35         (compilation--previous-directory-cache): New var.
36         (compilation--remove-properties): Flush it.
37         (compilation-directory-properties, compilation-error-properties):
38         Use the new fun to speed up looking for the current directory.
40 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
42         * vc/vc-hg.el (vc-hg-history): New var.
43         (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
44         (vc-hg-merge-branch): New function.
46         * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
47         the other way around.
49         * vc/vc-git.el (vc-git-branches, vc-git-pull)
50         (vc-git-merge-branch): New functions.
51         (vc-git-history): New var.
53 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
55         * vc/vc-dispatcher.el (vc-do-async-command): New function.
57         * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
58         vc-do-async-command.
60         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
61         Callers changed.
63 2011-01-28  Leo  <sdl.web@gmail.com>
65         * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
66         highlighting to the "this function is advised" message.
68         * help-mode.el (help-mode-finish): Apply highlighting here, to
69         avoid clobbering by substitute-command-keys (Bug#6304).
71 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
73         * woman.el (woman0-roff-buffer): Process roff escape sequences
74         occurring prior to the first request (Bug#7843).
76 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * progmodes/compile.el: Don't use font-lock any more.
79         (compilation-error-regexp-alist-alist): Change handling of makepp
80         so it preserves the warning/error distinction on subsequent files.
81         Simplify various rules.
82         (compilation-directory-properties): Use font-lock-face.
83         Add a compilation-message property.
84         (compilation-internal-error-properties): Use font-lock-face.
85         Don't set the compilation-debug property here.
86         (compilation--put-prop, compilation--remove-properties)
87         (compilation--parse-region, compilation--ensure-parse)
88         (compilation--ensure-parse): New functions.
89         (compilation-parse-errors): New function, largely inspired of
90         compilation-mode-font-lock-keywords.  Set compilation-debug here.
91         (compilation--parsed): New var.
92         (compilation--flush-parse): Use compilation--ensure-parse.
93         (compilation-start): Don't call font-lock.
94         (compilation-turn-on-font-lock): Remove.
95         (compilation-setup): Don't set font-lock-extra-managed-props not change
96         other font-lock settings, other than keywords.
97         Don't activate font-lock-mode.
98         Set change-major-mode-hook and before-change-functions.
99         (compilation--unsetup): Remove properties and hooks.
100         (compilation-next-single-property-change): New function.
101         (compilation-next-error): Use it to parse when needed.
102         (compile-goto-error): Parse buffer as needed.
103         (compilation--compat-error-properties): Don't need a dummy `face'
104         property any more.
106 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * progmodes/compile.el: Use accessors for clarity and fix omake hack.
109         (compilation-process-setup-function): Fix docstring's false promises.
110         (compilation-error-regexp-alist-alist): Catch omake's continuous
111         recompilation message and avoid reuse of old markers.
112         (compilation-parse-errors-function): Declare obsolete.
113         (compilation-buffer-modtime): Remove.
114         (compilation--make-cdrloc, compilation--loc->col)
115         (compilation--loc->line, compilation--loc->file-struct)
116         (compilation--loc->marker, compilation--loc->visited)
117         (compilation--make-file-struct, compilation--file-struct->file-spec)
118         (compilation--file-struct->formats)
119         (compilation--file-struct->loc-tree): New macros.  Use them.
120         (compilation--message): New defstruct.  Use them.
121         (compilation-next-error-function): Don't mess with timestamps to try
122         and guess when to reparse.
124 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
127         (tex-old-error-file-name): New function,
128         extracted from tex-compilation-parse-errors.
129         (tex-compilation-parse-errors): Remove.
130         (tex-error-regexp-alist): New var.
131         (tex-shell): Use it to avoid compilation-parse-errors-function.
133         * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
134         (grep-mode-font-lock-keywords): Remove regexp that seems like
135         a left-over from before we used compile.el.
136         (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
137         modifying the buffer within with-silent-modifications.
139         * progmodes/compile.el: Cleanup text-properties namespace by using
140         `compilation-message' instead of `message', `compilation-directory'
141         instead of `directory', and `compilation-debug' instead of `debug'.
142         (compilation-last-buffer, compilation-parsing-end)
143         (compilation-error-list, compilation-old-error-list): Move to the
144         compatibility part of the code.
145         (compilation-error-properties): If `file' is a function, let it return
146         a file name.
147         (compilation-mode-font-lock-keywords): Be more conservative with the
148         omake "^ *" pattern prefix, to try and minimize the risk of
149         pathologically slow regexp matching.
150         (compilation-start): Use inhibit-read-only.
151         (compilation--unsetup): New function.
152         (compilation-shell-minor-mode, compilation-minor-mode): Use it.
153         (compilation-filter): Minor tweaks.
154         (compilation-next-error-function): Try and avoid abusing variables.
155         (compilation--flush-file-structure): New fun.
156         (compilation-fake-loc): Use it to improve behavior when file is reused.
157         (debug-ignored-errors): Add "Moved past last ...".
158         (compilation--compat-error-properties)
159         (compilation--compat-parse-errors): Rename by doubling the "-".
161         Port features from the previous prolog.el to the new one.
162         * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
163         (prolog-program-name, prolog-program-switches, prolog-consult-string)
164         (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
165         variable and use a function to compute the value dynamically.
166         (prolog-prompt-regexp): Add regexp for GNU Prolog.
167         (prolog-continued-prompt-regexp): Remove, unused.
168         (prolog-find-value-by-system): Try and use the value of prolog-system
169         in the *prolog* buffer if it helps.
170         (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
171         (prolog-zip-on): ..and check prolog-system and version here instead.
172         (prolog-inferior-self-insert-command): New command.
173         (prolog-inferior-mode-map): Use it.
174         (prolog-inferior-error-regexp-alist): New var.
175         (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
176         (prolog-input-filter): Use derived-mode-p.
177         (prolog-inferior-guess-flavor): New function.
178         (prolog-ensure-process): Use it.  Use make-comint-in-buffer rather than
179         make-comint to avoid running comint-mode twice.
180         (prolog-inferior-buffer): New fun.
181         (prolog-old-process-region, prolog-old-process-file):
182         Don't call prolog-bsts here...
183         (prolog-build-prolog-command): ...do it here instead.
184         (prolog-old-process-region, prolog-old-process-file):
185         Use compilation-fake-loc and compilation-forget-errors.
186         (prolog-consult-compile-region): Use bolp.
188 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
190         * image-mode.el (image-display-size): Doc fix (Bug#7820).
192 2011-01-27  Sam Steingold  <sds@gnu.org>
194         * midnight.el (clean-buffer-list-kill-never-buffer-names): Remove
195         "*server*" which is never created by emacs server.
197 2011-01-27  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
199         * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
200         there are some diff switches.
202 2011-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
205         Copy change made to ruby-font-lock-syntactic-keywords.
207         * htmlfontify.el: Make it obey the font-lock-face text property.
208         Miscellaneous cleanup such as:
209         - Don't hide expressions after a closing paren.
210         - Move initial setq into let.
211         - Hoist common parts out of ifs.
212         (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
213         (hfy-face-at): Use get-text-property instead.
214         (hfy-prop-invisible-p): Use invisible-p if available.
215         (htmlfontify-manual): Use \\[...].
216         (hfy-html-quote-regex): Use [...].
217         (hfy-combined-face-spec): Simplify.
218         (hfy-compile-face-map): Don't presume point-min==1.
219         (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
220         match end of string.
221         (hfy-text-p): η-reduce.
222         (hfy-tags-for-file): Receive cache-hash directly.
223         (hfy-mark-tag-names): Adjust call.
225 2011-01-27  Glenn Morris  <rgm@gnu.org>
227         * msb.el (msb-after-load-hooks): Make it an obsolete alias.
228         (msb-after-load-hook): Remove eval-after-load wackiness.
230 2011-01-25  Sam Steingold  <sds@gnu.org>
232         * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
233         literal "diff" (important for windows-nt).
235 2011-01-25  Glenn Morris  <rgm@gnu.org>
237         * emacs-lisp/copyright.el (copyright-at-end-flag)
238         (copyright-names-regexp): Add safety properties.
239         (copyright-year-ranges): New option.
240         (copyright-find-end): New function, split from copyright-update-year.
241         (copyright-update-year): Use copyright-find-end.
242         (copyright-fix-years): Optionally, convert years to ranges.
243         Handle years continued over comment lines.
244         Do not mess with the fill-prefix.
245         Do not call copyright-update.
246         (copyright-update-directory): Optionally, fix years rather than update.
247         Skip directories.  Find files with only safe local vars.
249 2011-01-25  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * files.el (file-name-non-special): Only change buffer-file-name after
252         insert-file-contents if it's `visit'ing the file (bug#7854).
254 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
256         * dired.el (dired-revert): Doc fix (Bug#7758).
258         * simple.el (line-move-visual): Doc fix (Bug#7594).
260 2011-01-25  Nobuyoshi Nakada  <nobu@ruby-lang.org>
262         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
263         here-doc which ends with an underscore.
264         (ruby-mode-set-encoding): Skip shebang line always.
265         (ruby-mode-map): Bind C-c C-c to comment-region.
266         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
267         (ruby-forward-sexp): Stop after literal hash key labels.
268         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
269         bracket.
271 2011-01-25  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
273         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
274         the correct buffer (Bug#7650).
276 2011-01-25  Glenn Morris  <rgm@gnu.org>
278         * comint.el (comint-mode): Doc fix.  (Bug#7897)
280         * simple.el (do-auto-fill): Give it a doc string.
282         * button.el (make-text-button): Doc fix.  (See bug#7881)
284 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
286         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
287         Don't move backward, so as not to fall in an inf-loop (bug#7736).
289         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
290         Handle ?" and friends differently (e.g. don't use backrefs).
292 2011-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
294         * calc/calc.el (calc-default-power-reference-level)
295         (calc-default-field-reference-level): New variables.
296         * calc/calc-units.el (math-standard-units):  Add dB and Np.
297         (math-logunits): New variable.
298         (math-extract-logunits, math-logcombine, calcFunc-luplus)
299         (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
300         (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
301         New functions.
302         (math-find-base-units-rec): Add entry for ln(10).
303         * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
304         (calc-ul-prefix-help): New function.
305         * calc/calc-ext.el (calc-init-extensions): Autoload new units
306         functions. Add keybindings for new units functions.
308 2011-01-22  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
310         * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
311         rcirc buffers.  (Bug#4940)
313 2011-01-22  Glenn Morris  <rgm@gnu.org>
315         * emacs-lisp/copyright.el (copyright-find-copyright): New function,
316         split out from copyright-update-year.
317         (copyright-update): Don't mess with the GPL version if we don't own the
318         copyright.  Update license regexp, and remove no longer needed
319         Esperanto stuff.
320         (copyright-fix-years): Use copyright-find-copyright.
322 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
324         * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
326 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
328         * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
329         (lm): Rename to landmark.
330         (lm-test-run): Rename to landmark-test-run.
332 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
334         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
335         "Case sensitive" menu item.
337 2011-01-22  Roland McGrath  <roland@frob.com>
339         * comint.el (comint-replace-by-expanded-history-before-point): Fix
340         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
342 2011-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
346 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
348         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
349         Assume foo(bar) is a manpage reference rather than some unquoted
350         symbol (bug#7705).
352 2011-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
355         Suggested by Flo <sensorflo@gmail.com>.
357 2011-01-22  Glenn Morris  <rgm@gnu.org>
359         * progmodes/compile.el (compilation-error-regexp-alist):
360         Fix custom type.  (Bug#7812)
362 2011-01-22  Ken Manheimer  <ken.manheimer@gmail.com>
364         * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
365         allout-number-siblings, in keeping with what obtained due to
366         (now-defunct) allout-keybindings-list.  Ditch repeat binding to
367         (prefixed) ?i.
368         (allout-before-change-handler): Better expose spots affected by
369         undo.
371 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
373         * man.el (Man-highlight-references0): Use make-button (Bug#7881).
375 2011-01-22  Phil Hagelberg  <phil@evri.com>
377         * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
378         (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
379         (pcmpl-ssh-config-hosts): New function.
380         (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
381         pcmpl-ssh-known-hosts.
383 2011-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
385         * calc/calc-undo.el (calc-undo): Autoload it.
386         * calc/calc-ext.el (calc-init-extensions): Remove keybindings
387         and autoload for `calc-undo'.
388         * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
389         * calc/calc-prog.el:
390         * calc/calc-graph.el:
391         * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
393 2011-01-21  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
395         * calc/calc-ext.el (calc-init-extensions): Map all `undo'
396         keybindings to `calc-undo'.
398 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
400         Don't mess with *temp*.
401         * obsolete/spell.el: Move from textmodes/spell.el.
402         (spell-string):
403         * term.el (term-read-input-ring):
404         * startup.el (display-startup-echo-area-message):
405         * progmodes/antlr-mode.el (antlr-directory-dependencies):
406         * comint.el (comint-read-input-ring): Use with-temp-buffer.
407         * international/mule.el (ctext-pre-write-conversion): Don't hardcode
408         point-min==1.
410 2011-01-20  Ken Manheimer  <ken.manheimer@gmail.com>
412         * allout.el: (allout-institute-keymap): Use fset instead of
413         reapplying defalias.
415         (allout-hotspot-key-handler): Check for non-control-modified
416         bindings for hotspot characters if there are no control-modified
417         versions.
419         * allout.el: Summary - migrate to defining allout mode using
420         define-minor-mode instead of defun.  Significantly clean-up
421         internal keymap provisions, refactoring and, in the process,
422         removing a lot of accumulated cruft.
424         allout-mode-map is now a keymap by virtue of being a defalias to
425         allout-mode-map-value, which contains the actual keymap structure.
427         (allout-mode): Use define-minor-mode rather than defun.
428         Remove now-unnecessary minor-mode setup activities from the body.
429         Specify :keymap as allout-mode-map so the minor-mode-map-alist
430         entry will be '(allout-mode . allout-mode-map) - see
431         allout-mode-map-value, below.  Adjust docstring to track changes.
432         (allout-minor-mode): Remove this defalias, now that we're using
433         define-minor-mode.
434         (allout-mode-map): Set value to be 'allout-mode-map.  The actual
435         keymap is allout-mode-map-value, via defalias.
436         (allout-mode-map-value): The variable holding the actual mode
437         keymap structure, by virtue of defalias from allout-mode-map.
438         (allout-compose-and-institute-keymap): Rename from
439         allout-bind-keys, and including the binding-composition
440         functionality of the former produce-allout-mode-map and
441         allout-setup-mode-map.
442         (allout-institute-keymap): Take over the "setup" part of the former
443         allout-setup-mode-map.  Reassign allout-mode-map-value value and
444         update the defalias.
445         (allout-command-prefix) (allout-prefixed-keybindings)
446         (allout-unprefixed-keybindings):
447         Use allout-compose-and-institute-keymap to process the bindings.
448         (allout-unprefixed-keybindings): Remove extraneous '?' question
449         marks.
450         (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
451         user can customize if they want to use that binding.
452         Bind allout-copy-topic-as-kill to (prefixed) \M-k.
453         Bind allout-up-current-level to (prefixed) \C-u.  (I think i mistakenly
454         elided that, previously, instead of the one for \C-h.)
455         (allout-hotspot-key-handler): Remove attempt to resolve the key
456         through the literal key-string lookup on allout-keybindings-list.
457         That probably hasn't worked for a Long Time, and removal of
458         allout-keybindings-list further simplifies the keybindings
459         situation.
460         (allout-pre-command-business): Use allout-mode-map-value instead
461         of allout-mode-map.
462         (allout-preempt-trailing-ctrl-h): Remove.  The user can customize
463         the bindings if they want to use a keybinding having a trailing
464         \C-h.  No deprecation needed since this feature was never in a
465         release.
466         (allout-keybindings-list): Remove.  It's not been useful for a
467         while.  (See allout-hotspot-key-handler changes, above.)
468         (produce-allout-mode-map): Remove.  Consolidate into
469         allout-compose-and-institute-keymap.
470         (allout-mode-map-adjustments): Remove.  No longer necessary with
471         removal of allout-preempt-trailing-ctrl-h.
472         (allout-setup-mode-map): Remove.  Consolidate into
473         allout-compose-and-institute-keymap and allout-institute-keymap.
475 2011-01-20  Glenn Morris  <rgm@gnu.org>
477         * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
479         * simple.el (read-expression-history): Remove, it's in minibuf.c.
481 2011-01-20  Chong Yidong  <cyd@stupidchicken.com>
483         * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
485         * files.el (find-alternate-file, basic-save-buffer)
486         (basic-save-buffer-2, revert-buffer, recover-file)
487         (kill-buffer-ask, abort-if-file-too-large)
488         (set-visited-file-name, write-file, backup-buffer)
489         (basic-save-buffer, save-some-buffers):
490         * dired-aux.el (dired-compress-file): Callers changed.
492 2011-01-19  Glenn Morris  <rgm@gnu.org>
494         * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
495         Also check the property status.  (Bug#7861)
497 2011-01-18  Michael Albinus  <michael.albinus@gmx.de>
499         * net/tramp.el (tramp-debug-message): Extend function exclude
500         list.  Use `regexp-opt'.
502 2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
505         highlighting doesn't spill over subsequent lines.
507         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
508         keymap expression.  Improve docstring.
510         * electric.el (electric-indent-post-self-insert-function):
511         Don't auto-indent for indent-to-left-margin, it's too often
512         counter-productive.
514 2011-01-16  Tassilo Horn  <tassilo@member.fsf.org>
516         * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
517         spaces if the frame was resized, so that the full visible buffer
518         serves as canvas for strokes.
520 2011-01-16  Glenn Morris  <rgm@gnu.org>
522         * info-xref.el (info-xref-docstrings): Replace cl function.
523         Also skip directories.
525 2011-01-16  Kevin Ryde  <user42@zip.com.au>
527         * info-xref.el: Version 3.
528         (info-xref-check, info-xref-check-all): Move commentary details
529         into docstrings for better visibility.
530         Use compilation-mode for the results buffer.
531         (info-xref-output, info-xref-output-error, info-xref-with-output)
532         (info-xref-filename, info-xref-in-progress):
533         New internals for this.
534         (info-xref-check-list, info-xref-check-buffer)
535         (info-xref-check-all-custom): Use those.
536         (info-xref-output-buffer): Rename from info-xref-results-buffer.
537         (info-xref-output-heading): Rename from info-xref-filename-heading.
538         (info-xref-good, info-xref-bad, info-xref-xfile-alist)
539         (info-xref-filename-heading): Move to output managing section.
540         (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
541         (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
542         (info-xref-subfile-p): Move to generic section with those two.
543         (info-xref-check-node): New function split from
544         info-xref-check-buffer, shared by info-xref-docstrings.
545         (info-xref-goto-node-p): Move to a checking section with that func.
546         (info-xref-unavail): New counter.
547         (info-xref-check-node): Use it.
548         (info-xref-with-output): Show count of unavailables at end of output.
549         (info-xref-all-info-files): Exclude ".*" dotfiles.  Ignore broken
550         symlinks.  Exclude .texi files.  Exclude Emacs backup files.
551         (info-xref-check-all-custom): Fix quietening viper-mode and
552         gnus-registry-install -- use setq not let so as not to unbind
553         after load.
555 2011-01-16  Juri Linkov  <juri@jurta.org>
557         * isearch.el (isearch-abort): Don't quit if search has
558         an incomplete regexp (isearch-error is non-nil).  (Bug#7534)
560 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
562         * files.el (backup-buffer): Make last-resort backup file in
563         .emacs.d (Bug#6953).
565         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
566         make it with permission 700.
568 2011-01-15  Kenichi Handa  <handa@m17n.org>
570         * mail/rmailmm.el (rmail-mime-insert-header):
571         Set rmail-mime-coding-system to a cons whose car is the last coding
572         system used to decode the header.
573         (rmail-mime-find-header-encoding): New function.
574         (rmail-mime-insert-decoded-text):
575         Override rmail-mime-coding-system if it is a cons.
576         (rmail-show-mime): If only a header part was decoded, find the
577         coding system while ignoring mm-charset-override-alist.
579 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
581         * subr.el (event-start, event-end): Doc fix (Bug#7826).
583 2011-01-15  Kenichi Handa  <handa@m17n.org>
585         * mail/rmailmm.el (rmail-mime-next-item)
586         (rmail-mime-previous-item): Delete them.
587         (rmail-mime-shown-mode): Recursively call for children.
588         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
589         Callers changed.
590         (rmail-mime-raw-mode): Recursively call for children.
591         (rmail-mode-map): Change mapping of tab and backtab to
592         forward-button and backward-button respectively.
593         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
594         button.
595         (rmail-mime-update-tagline): New function.
596         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
597         body display is changed.
598         (rmail-mime-toggle-button): Rename from rmail-mime-image.
599         (rmail-mime-image): Delete this button type.
600         (rmail-mime-toggle): New button type.
601         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
602         body display is changed.  Change the save button label to "Save".
603         Don't process show/hide button here.
604         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
605         the body display is changed.  Unconditionally call
606         rmail-mime-insert for children.
607         (rmail-mime-handle): Update `display' vector of the just inserted
608         entity.
609         (rmail-mime-process): If mail-header-parse-content-type returns
610         nil, use "text/plain" as the fallback type.
611         (rmail-mime-insert): For raw-mode, recursively call
612         rmail-mim-insert for children.
613         (rmail-mime): Handle the case that the current buffer is not rmail
614         buffer (e.g. in summary buffer).
616 2011-01-15  Kenichi Handa  <handa@m17n.org>
618         * mail/rmailmm.el (rmail-mime-next-item)
619         (rmail-mime-previous-item): Skip the body of a non-multipart
620         entity if a tagline is shown.
622 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
625         (tmm-prompt): Simplify.
626         (tmm-add-prompt): Remove unused var `win'.
628         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
629         to minor mode which used nil accidentally to mean "turn off".
631 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
633         * net/tramp-sh.el (tramp-find-inline-compress)
634         (tramp-get-inline-coding): Quote command after pipe symbol for
635         local calls under W32.  (Bug#6784)
637 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
639         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
640         only when running under W32.
642 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
644         * progmodes/grep.el (grep-compute-defaults): Quote the program
645         file name after the pipe symbol in Grep templates.  (Bug#6784)
646         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
648 2011-01-15  Lennart Borgman  <lennart.borgman@gmail.com>
650         * buff-menu.el (Buffer-menu-buffer-list): New var.
651         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
652         restricted buffer list is not lost on revert (Bug#7749).
654 2011-01-15  Eric Hanchrow  <eric.hanchrow@gmail.com>
656         * net/ldap.el (ldap-search-internal): Discard stderr output.
658 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
660         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
662 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
666 2011-01-15  Kenichi Handa  <handa@m17n.org>
668         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
669         part as a plain text.
670         (rmail-mime-process-multipart): Set the default content-type to
671         nil for unknown multipart subtypes (bug#7651).
673 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * hexl.el (hexl-mode-old-*): Remove.
676         (hexl-mode--old-var-vals): New var to replace them.
677         (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
678         (hexl-mode, hexl-follow-line, hexl-activate-ruler):
679         Use them to set local vars (bug#7846).
680         (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
681         (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
682         (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
684         * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
685         (smerge-resolve--normalize-re): New var.
686         (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
687         (smerge-resolve): Use them.
688         * newcomment.el (comment-only-p): New function.
689         (comment-or-uncomment-region): Use it.
691 2011-01-14  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
693         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
694         table, get the value before switching to the output buffer.  (Bug#7733)
696 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
700 2011-01-14  Kim F. Storm  <storm@cua.dk>
702         * emulation/cua-base.el (cua--init-keymaps):
703         Remap exchange-point-and-mark in cua-global-keymap.
705 2011-01-14  Tassilo Horn  <tassilo@member.fsf.org>
707         * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
708         loop keyword.
710 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
713         Require CL.
714         (easy-menu-create-menu, easy-menu-convert-item-1):
715         Use :label rather than nil for labels.  Use `case'.
716         Add :enable as alias for :active.
717         (easy-menu-binding): Obey :label.
719 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
721         Use run-mode-hooks for major mode hooks (bug#513).
722         * textmodes/reftex-toc.el (reftex-toc-mode-map):
723         Rename from reftex-toc-map.
724         (reftex-toc-mode): Use define-derived-mode.
725         * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
726         (reftex-select-label-mode-map, reftex-select-bib-mode-map):
727         Rename from reftex-select-(label|bib)-map.  Move init into declaration.
728         (reftex-select-label-mode, reftex-select-bib-mode):
729         Use define-derived-mode.
730         * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
731         (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
732         Move init into delcaration.
733         (reftex-index-mode, reftex-index-phrases-mode):
734         Use define-derived-mode.
735         * speedbar.el (speedbar-mode-syntax-table): Renaqme from
736         speedbar-syntax-table.  Move init into declaration.
737         (speedbar-mode-map): Rename from speedbar-key-map.
738         Move init into declaration.
739         (speedbar-file-key-map): Move init into declaration.
740         (speedbar-mode): Use define-derived-mode.
741         * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
742         * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
743         * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
744         (chart-face-list): Move initialization into declaration.
745         (chart-mode): Use define-derived-mode.
746         * calculator.el (calculator-mode-map): Move init into declaration.
747         (calculator-mode): Use define-derived-mode.
749         * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
750         work for nested comments.
752         * progmodes/prolog.el: Use syntax-propertize.  Further code cleanup.
753         (prolog-use-prolog-tokenizer-flag): Change default when
754         syntax-propertize can be used.
755         (prolog-syntax-propertize-function): New var.
756         (prolog-mode-variables): Move make-local-variable into `set'.
757         Don't make comment-column local since we don't set it.
758         Set comment-add (as it was in previous prolog.el).  Use dolist.
759         Set syntax-propertize-function.
760         (prolog-mode, prolog-inferior-mode):
761         Call prolog(-inferior)-menu directly, not through the mode-hook.
762         (prolog-buffer-module, prolog-indent-level)
763         (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
764         (prolog-comment-limits, prolog-goto-comment-column):
765         Use line-(end|beginning)-position.
766         (prolog-build-prolog-command): Tighten up regexp.
767         (prolog-consult-compile): Move make-local-variable into `set'.
768         (prolog-consult-compile-filter, prolog-goto-next-paren)
769         (prolog-help-on-predicate, prolog-clause-info)
770         (prolog-mark-predicate): Don't let+setq.
771         (prolog-indent-line): Use indent-line-to.
772         Only call prolog-goto-comment-column if necessary.
773         (prolog-indent-level): Use bobp.
774         (prolog-first-pos-on-line): Remove, not used any more.
775         (prolog-in-string-or-comment): Use syntax-ppss if available.
776         (prolog-help-on-predicate): Use read-string.
777         (prolog-goto-predicate-info): Simplify.
778         (prolog-read-predicate): Use `default' rather than `initial'.
779         (prolog-temporary-file): Use make-temp-file to close a security hole.
780         (prolog-toggle-sicstus-sd): New command.
781         (prolog-electric-underscore, prolog-variables-to-anonymous):
782         Use dynamic-scoping as it was meant.
783         (prolog-menu): Move menu definitions to top-level.
784         Use a toggle-button for Sicstus's source debugger.
785         Change "Code" to the more usual "Prolog", and hence change "Prolog"
786         to "System".
787         (prolog-inferior-menu): Reuse prolog-menu's help menu.
788         Move other menu definition to top-level.
790 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
792         * doc-view.el (doc-view-open-text): Use meaningful text buffer
793         name.  Keep original document's directory as default-directory
794         (bug#6446).
795         (doc-view-initiate-display): Fall back to normal mode when
796         doc-view-mode cannot be enabled, also when extracting the document
797         text into a separate buffer (bug#6446).
799         * simple.el (shell-command): Don't error out if shell command
800         buffer contains text with non-nil read-only property when erasing
801         the buffer.
803 2011-01-13  Kim F. Storm  <storm@cua.dk>
805         * ido.el (ido-may-cache-directory): Move "too-big" check later.
806         (ido-next-match, ido-prev-match): Fix stray reordering of matching
807         items when cycling through the matches.
809 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
811         * dired-x.el (dired-omit-verbose): New defcustom that allows
812         disabling the omit messages.
813         (dired-omit-expunge): Use it.
815 2011-01-13  Christian Ohler  <ohler@gnu.org>
817         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
819 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
821         * font-lock.el (font-lock-verbose): Default to nil.
823 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
825         * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
826         (compose-mail): New arg RETURN-ACTION.
827         (compose-mail-other-window, compose-mail-other-frame): Likewise.
829         * mail/sendmail.el (mail-return-action): New var.
830         (mail-mode): Make it buffer-local.
831         (mail-bury): Obey it.  Move special Rmail window handling to
832         rmail-mail-return.
833         (mail, mail-setup): New arg RETURN-ACTION.
834         (sendmail-user-agent-compose): Move from simple.el.
836         * mail/rmail.el (rmail-mail-return): New function.
837         (rmail-start-mail): Pass it to compose-mail.
839 2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
841         * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
842         menus.  Add menu item for customize-themes.
844         * cus-theme.el (customize-themes):
845         * emacs-lisp/package.el (package--list-packages):
846         Use switch-to-buffer.
848 2011-01-11  Johan Bockgård  <bojohan@gnu.org>
850         * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
852 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * progmodes/prolog.el: Fix up coding convention and such.
855         (prolog-indent-width): Use the same default as in
856         previous prolog.el rather than tab-width which depends on which buffer
857         is current when the file is loaded.
858         (prolog-electric-newline-flag): Only enable if electric-indent-mode
859         is not available.
860         (prolog-emacs): Remove.  Use (featurep 'xemacs) instead.
861         (prolog-known-systems): Remove.
862         (prolog-mode-syntax-table, prolog-inferior-mode-map):
863         Move initialization into declaration.
864         (prolog-mode-map): Move initialization into declaration.
865         Remove system-specific mode-map vars, since they referred to the same
866         keymap anyway.
867         (prolog-mode-variables): Obey the user's preference w.r.t
868         adaptive-fill-mode.  Prefer symbol-value to `eval'.
869         (prolog-mode-keybindings-edit): Add compatibility bindings.
870         (prolog-mode): Use define-derived-mode.  Don't handle mercury here.
871         (mercury-mode-map): New var.
872         (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
873         (prolog-ensure-process, prolog-process-insert-string)
874         (prolog-consult-compile): Use with-current-buffer.
875         (prolog-guess-fill-prefix): Simplify data flow.
876         (prolog-replace-in-string): New function to use instead of
877         replace-in-string.
878         (prolog-enable-sicstus-sd): Don't abuse `eval'.
879         (prolog-uncomment-region): Use `uncomment-region' when available.
880         (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
881         (prolog-int-to-char, prolog-char-to-int): New functions to use instead
882         of int-to-char and char-to-int.
883         (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
885 2011-01-11  Stefan Bruda  <stefan@bruda.ca>
887         * progmodes/prolog.el: Replace by a whole new file.
889 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * subr.el (eval-after-load): Fix timing for features (bug#7769).
892         (declare-function, undefined, insert-for-yank)
893         (replace-regexp-in-string): Follow checkdoc's recommendations.
895 2011-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
898         refreshing the diary buffer.
900 2011-01-10  Ken Manheimer  <ken.manheimer@gmail.com>
902         * allout.el: Add 2011 to the file copyright.
903         (allout-encrypt-string): Prevent encryption from adding an extra
904         newline at the end of the topic body.
905         (allout-version): Increment to 2.3.
907 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
909         * net/dbus.el (dbus-unregister-service): Complete doc.
910         Fix call of dbus-error signal.
911         (dbus-register-property): Use `dont-register' keyword.
913 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
915         * net/dbus.el (dbus-unregister-service): Translate returned
916         integer into a symbol.
917         (dbus-register-property): Use `dbus-register-service' to do the
918         name registration.
920 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
922         * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
923         Suggested by Joakim Verona.
925         * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
927         * wid-edit.el (visibility): Replace :on-image and :off-image
928         widget properties with :on-glyph and :off-glyph, for consistency
929         with the `visibility' widget.
930         (widget-toggle-value-create, widget-visibility-value-create):
931         Merge into a single function `widget-toggle-value-create'.
933         * cus-edit.el (custom-variable-value-create, custom-visibility)
934         (custom-face-edit-value-create, custom-face-value-create):
935         Replace :on-image and :off-image widget properties with :on-glyph and
936         :off-glyph, for consistency with the `visibility' widget.
938 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
940         * net/ldap.el (ldap-search-internal): Don't use eval.
942 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
944         * subr.el (read-char-choice): Use read-key.
946         * custom.el (custom-safe-themes): Rename from
947         custom-safe-theme-files.  Add :risky tag.
948         (load-theme, custom-theme-load-confirm): Save sha1 hashes to
949         custom-safe-themes, not filenames.  Suggested by Stefan Monnier.
951 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
953         * tool-bar.el (tool-bar-setup): Remove Help button.  Remove label
954         from Search and add a label to Undo.
956         * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
957         inappropriate buttons and adding :vert-only tags.
959         * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
960         removal of Help tool-bar button.  Remove Undo button for space.
962         * info.el (info-tool-bar-map): Add :vert-only tags.
964 2011-01-08  Tassilo Horn  <tassilo@member.fsf.org>
966         * doc-view.el (doc-view-mode-p): Check for png or imagemagick
967         image backend support.  Either of them is fine.
969 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
971         * subr.el (y-or-n-p): Doc fix.
973         * custom.el (custom-safe-theme-files): New defcustom.
974         (custom-theme-load-confirm): New function.
975         (load-theme): Load theme using `load', confirming with
976         custom-theme-load-confirm if necessary.
978         * subr.el (read-char-choice): New function, factored out from
979         dired-query and hack-local-variables-confirm.
981         * dired-aux.el (dired-query):
982         * files.el (hack-local-variables-confirm): Use it.
984         * dired-aux.el (dired-compress-file):
985         * files.el (abort-if-file-too-large, find-alternate-file)
986         (set-visited-file-name, write-file, backup-buffer)
987         (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
988         (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
989         Use new format string args for y-or-n-p and yes-or-no-p.
991 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
993         * progmodes/compile.el (compilation-error-regexp-alist-alist)
994         [gcc-include]: Tighten file name match, add match for column
995         number.  (Bug#7806)
996         [gnu]: Remove unused group.
998 2011-01-08  Glenn Morris  <rgm@gnu.org>
1000         * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
1002         * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
1004 2011-01-07  Sam Steingold  <sds@gnu.org>
1006         * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
1007         the `explicit-shell-file-name' because that is the
1008         non-interactive shell.
1010 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
1012         * subr.el (y-or-n-p): Accept format string args.
1014 2011-01-07  Glenn Morris  <rgm@gnu.org>
1016         * Makefile.in (EMACSOPT): Add --no-site-lisp.
1018 2011-01-06  Ken Manheimer  <ken.manheimer@gmail.com>
1020         * allout.el (allout-back-to-current-heading): Ensure return to
1021         the visible containing topic, rather than a collapsed one.
1022         (allout-view-change-hook): Remove hook that was deprecated long ago.
1023         (allout-exposure-change-hook): Remove documentation remarks
1024         concerning removed allout-view-change-hook.
1025         (allout-flag-region): Remove invocation of and documentation
1026         remarks concerning allout-view-change-hook.
1028 2011-01-06  Glenn Morris  <rgm@gnu.org>
1030         * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
1031         (vc-bzr-annotate-extract-revision-at-line):
1032         Handle authors with embedded spaces.  (Bug#7792)
1034 2011-01-05  Tassilo Horn  <tassilo@member.fsf.org>
1036         * doc-view.el (doc-view-image-width): New variable.
1037         (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
1038         backend for PNG images, and do dynamic rescaling instead of
1039         reconverting the whole doc.
1041 2011-01-05  Glenn Morris  <rgm@gnu.org>
1043         * emacs-lisp/rx.el (rx-repeat): Replace CL function.
1045 2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
1047         * allout.el: Reconcile with changes in line movement behavior for
1048         long text lines that cross more than a single physical window
1049         line, ie when truncate-lines is nil.
1050         (allout-next-visible-heading): Provide for change in line-move
1051         behavior on long lines when truncate-lines is nil.  In that case,
1052         line-move can wind up on the same textual line when it moves to
1053         the next window line, and moving to the bullet position after the
1054         move yields zero advancement.  Add logic to detect and compensate
1055         for the lack of progress.
1056         (allout-current-topic-collapsed-p): move-end-of-line respect for
1057         field boundaries is different when operating with body lines
1058         shorter than window width versus ones greater than window width,
1059         which can yield false negatives in this function.  Avoid
1060         difference by applying move-end-of-line while field-text-motion is
1061         inhibited.
1063 2011-01-04  Glenn Morris  <rgm@gnu.org>
1065         * textmodes/rst.el (rst-compile-toolsets):
1066         Add pdf and s5 to option alist.
1068 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1070         * net/dbus.el (dbus-register-property): Add optional parameter
1071         dont-register-service.  Updated docstring accordingly.
1073 2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1075         * textmodes/rst.el (rst-compile-pdf-preview)
1076         (rst-compile-slides-preview): Remove extra line.
1078 2011-01-04  Glenn Morris  <rgm@gnu.org>
1080         * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
1081         Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
1082         default to `prog' without a .py extension.
1083         (rst-compile-pdf-preview, rst-compile-slides-preview):
1084         Use program names from rst-compile-toolsets, rather than hard-coding.
1085         (rst-portable-mark-active-p): Fix presumed typo.
1087 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1089         * term/w32-win.el (dynamic-library-alist): Set up correctly for
1090         libpng versions both before and after 1.4.0.  (Bug#7716)
1092 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1094         * time.el (display-time-mode): Mention display-time-interval in
1095         the doc string.  (Bug#7713)
1097 2011-01-02  Kenichi Handa  <handa@m17n.org>
1099         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
1100         condition-case and return an error message string if something
1101         goes wrong.
1102         (rmail-show-mime): Adjust for the above change.  Insert the
1103         header by rmail-mime-insert-header.
1105 2011-01-02  Kenichi Handa  <handa@m17n.org>
1107         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
1108         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
1109         (rmail-mime-mbox-buffer)
1110         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
1111         (rmail-mime-entity): Argument changed.  All codes handling an
1112         entity object are changed.
1113         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
1114         the above change.
1115         (rmail-mime-entity-children, rmail-mime-entity-handler)
1116         (rmail-mime-entity-tagline): New functions.
1117         (rmail-mime-message-p): New function.
1118         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
1119         (rmail-mime-entity-segment, rmail-mime-next-item)
1120         (rmail-mime-previous-item, rmail-mime-shown-mode)
1121         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
1122         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
1123         (rmail-mime-insert-tagline, rmail-mime-insert-header):
1124         New functions.
1125         (rmail-mime-text-handler): Call rmail-mime-insert-text.
1126         (rmail-mime-insert-decoded-text): New function.
1127         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
1128         (rmail-mime-insert-image): Argument changed.  Caller changed.
1129         (rmail-mime-image): Call rmail-mime-toggle-hidden.
1130         (rmail-mime-set-bulk-data): New funciton.
1131         (rmail-mime-insert-bulk): Argument changed.
1132         (rmail-mime-multipart-handler): Return t.
1133         (rmail-mime-process-multipart): Argument changed.
1134         Handle "multipart/alternative" here.
1135         (rmail-mime-process): Argument changed.
1136         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
1137         (rmail-mime-insert): Argument changed.  Handle raw display mode.
1138         (rmail-mime): Argument changed.  Handle toggling of raw display
1139         mode.
1140         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
1141         rmail-mime-view-buffer.
1142         (rmail-insert-mime-forwarded-message): Likewise.
1143         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
1145         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
1146         non-nil, handle the header in rmail-show-mime-function.
1148 2011-01-02  Leo  <sdl.web@gmail.com>
1150         * help-fns.el (describe-variable): Fix previous change.
1152 2011-01-02  Juri Linkov  <juri@jurta.org>
1154         * isearch.el (isearch-lazy-highlight-error): New variable.
1155         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
1156         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
1157         to the current value of `isearch-error' (Bug#7468).
1159 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
1161         * help-fns.el (describe-variable): Don't emit trailing whitespace
1162         (Bug#7511).
1164 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
1166         * textmodes/rst.el (rst-compile-pdf-preview)
1167         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
1169 2011-01-02  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1171         * emulation/edt-mapper.el: Override mapping of function keys so
1172         that the later call to read-key-sequence works.
1174 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1176         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
1177         Unix EOLs.  (Bug#7589)
1179 2011-01-02  Leo  <sdl.web@gmail.com>
1181         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
1182         if point is not behind eshell-last-output-end (Bug#7585).
1184 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * files.el (file-local-variables-alist):
1187         Make permanent-local (bug#7767).
1189 2011-01-02  Glenn Morris  <rgm@gnu.org>
1191         * version.el (emacs-copyright): Set short copyright year to 2011.
1193 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1195         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
1196         an existing temp buffer.  (Bug#7746)
1198 2011-01-02  Glenn Morris  <rgm@gnu.org>
1200         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
1201         multiple addresses.  (Bug#7760)
1203 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
1205         * allout.el (allout-auto-fill): Do not infinitely recurse - use
1206         do-auto-fill if everything points back to allout-auto-fill.
1207         (allout-mode-deactivate-hook): Declare obsolete, in favor of
1208         standard-formed minor-mode deactivate hook, allout-mode-off-hook.
1210 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
1212         * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
1213         and "scpx".
1215 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1217         * doc-view.el (doc-view-set-doc-type): New function refactored
1218         from doc-view-mode.
1219         (doc-view-fallback-mode): New function.
1220         (doc-view-mode): Use it.
1221         (doc-view-mode-maybe): New function that checks if doc-view-mode
1222         can be used and falls back to the next best mode otherwise.
1224         * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
1225         DVI, OpenDocument, and MS Office files.
1227 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
1229         * emacs-lisp/rx.el (rx-syntax): Fix typo.
1231 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1233         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
1234         on a copy of auto-mode-alist, because that deletes with side
1235         effects.
1237 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1239         * doc-view.el (doc-view-mode, doc-view-toggle-display):
1240         Use normal-mode without doc-view-mode bindings in auto-mode-alist as
1241         fallback instead of hard coding fundamental mode.
1243 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1245         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
1246         Office) files also for searching.
1248 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1250         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
1251         Office) files.  Not yet enabled via auto-mode-list.
1252         (doc-view-unoconv-program): New custom variable.
1253         (doc-view-mode-p): Handle new odf document type.
1254         (doc-view-odf->pdf): New conversion function.
1255         (doc-view-convert-current-doc): Call it for odf files.
1256         (doc-view-mode): Recognize newly supported file extensions.
1258 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
1260         * net/tramp.el (tramp-default-method-alist)
1261         (tramp-default-user-alist)
1262         (tramp-local-host-regexp, tramp-prefix-domain-format)
1263         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
1265         * net/tramp-ftp.el:
1266         * net/tramp-gvfs.el:
1267         * net/tramp-gw.el:
1268         * net/tramp-imap.el:
1269         * net/tramp-sh.el:
1270         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
1271         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
1273 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
1275         * saveplace.el (save-place-alist-to-file): Save list sorted and
1276         pretty-printed, so that it is mergeable by line-based text merging,
1277         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
1279 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
1281         * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
1282         (allout-mode): Argument "toggle" => "force".
1283         Refine the docstring.
1284         Remove special provisions for reactivation, besides the 'force'
1285         argument.
1286         Consolidate layout provisions coce directly into the activation
1287         condition branch, now that we've removed those provisions.
1288         (allout-unload-function): Explicitly activate the mode before
1289         deactivating, if it's initially deactivated.
1290         (allout-set-buffer-multibyte): Properly prevent byte-compiler
1291         warnings for version of function used only where
1292         set-buffer-multibyte is unavailable.
1294 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
1296         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
1297         are handled by the menu-bar entries.  As before, don't use
1298         :visibile to avoid changing the tool-bar.
1300 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
1302         * net/secrets.el (secrets-delete-alias): New defun.
1304 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
1306         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
1307         methods, otherwise ~/.ssh/config would be ignored.
1309 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * emacs-lisp/rx.el: Make it a superset of sregex.
1312         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
1313         of args, add `regex' alias.
1314         (rx-info): Add arg to distinguish head and standalone forms.
1315         (rx-check, rx-form): Pass the corresponding arg.
1316         (rx-**): Simplify.
1317         (rx-repeat): Make it work for any number of args.
1318         (rx-syntax): Make it accept syntax chars as is.
1319         * obsolete/sregex.el: Move from emacs-lisp/.
1320         * emacs-lisp/re-builder.el: Remove sregex support.
1321         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
1323 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
1325         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
1326         PRIMARY first, then the clipboard.  (Bug#7699)
1328 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
1331         print-number-table.
1333 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
1335         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
1336         .emacs.elc (Bug#7530).
1338         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
1339         image spec (Bug#7480).
1341 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1343         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
1344         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
1345         Move from lisp/.
1347 2010-12-20  Leo  <sdl.web@gmail.com>
1349         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
1350         always be performed (Bug#7680).
1352 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
1354         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
1355         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
1356         mouse-region-match.
1358         * color.el: Move from gnus/.
1360         * vc/diff.el (diff-better-file-name): Function deleted.
1361         abbreviating file names causes problems with shell-quote-argument.
1362         (diff-no-select): Just use expand-file-name.
1364         * tool-bar.el (tool-bar--image-expression): New function.
1365         (tool-bar-local-item, tool-bar--image-exp): Use it.
1366         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
1367         Use :enable instead of :visible to avoid changing the tool-bar
1368         configuration unnecessarily.
1370         * info.el (info-tool-bar-map): Add separators.
1372 2010-12-17  Ken Brown  <kbrown@cornell.edu>
1374         * loadup.el: Use version numbers in Cygwin build.
1376 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
1378         * ido.el (ido-file-internal): Ask for confirmation before
1379         overwriting an existing file (Bug#1238).
1381 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
1383         * tool-bar.el (tool-bar-setup): Add separators.
1385         * menu-bar.el (featurep): Use menu-bar-separator.
1387 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
1389         Migrate allout encryption provisions from pgg to epg.
1391         * allout.el (allout-toggle-current-subtree-encryption)
1392         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
1393         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
1394         for simpler universal argument interpretation.
1395         (allout-toggle-subtree-encryption):  Adjust docstring to describe
1396         changed encryption provisions.  Change fetch-pass to keymode-cue, for
1397         simpler universal argument interpretation.  Remove provisions for
1398         handling key type and identity - they'll all be within
1399         allout-encrypt-string or epg/epg or even contained all the way in gpg.
1400         (allout-encrypt-string): Include keymode-cue, for optionally prompting
1401         for keypair recipients (universal argument > 1) and, in addition,
1402         associating the specified recipients with the outline (universal
1403         argument > 4) using a file local variable setting for
1404         'epa-file-encrypt-to'.
1405         Require epa, for recipients handling.
1406         Change how regexp filtering elements are named.
1407         Describe the problem with caching of incorrect symmetric-decryption
1408         keys.
1409         Use the epa-passphrase-callback-function, in case the user is using
1410         GnuPG v1.
1411         Support saving of the selected keypair recipients when invoked with a
1412         keymode-cue > 4.
1413         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
1414         Require 'epa.
1415         Establish epg-context with armoring and default epg-protocol.
1416         Remove all passphrase cache, verification, and hinting code.
1417         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
1418         No longer used, delete.
1419         (allout-mode): Adjust docstring to describe changed encryption
1420         provisions.  Describe the problem with caching of incorrect
1421         symmetric-decryption keys.
1422         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
1423         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
1424         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
1425         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
1426         Obsolete, remove.
1428 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1430         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
1431         key selection prompt; make 'silent as default (Bug#7487).
1433 2010-12-16  Leo  <sdl.web@gmail.com>
1435         * eshell/eshell.el (eshell-directory-name):
1436         Use locate-user-emacs-file (Bug#7578).
1438 2010-12-15  Glenn Morris  <rgm@gnu.org>
1440         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
1442 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
1443             Scott Evans <gse@antisleep.com>
1445         * rect.el (rectange--default-line-number-format)
1446         (rectangle-number-line-callback): New functions.
1447         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
1449 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
1451         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
1452         Delete unused variables.
1453         (move-to-column-force): Remove function obsolete since 21.2.
1455 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
1457         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
1458         (tramp-handle-insert-file-contents): Do not set permanent-local
1459         property.
1461         * net/tramp-cache.el (tramp-persistency-file-name):
1462         Use `locate-user-emacs-file' if fboundp.
1464         * net/tramp-sh.el (tramp-methods): Add "ksu".
1465         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
1466         method list.
1468 2010-12-14  Glenn Morris  <rgm@gnu.org>
1470         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
1471         (find-tag-marker-ring): Declare.
1472         (js-find-symbol): Require etags.
1474         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
1475         Require mail-utils.
1476         (mail-alias-file): Don't autoload.  Doc fix.
1477         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
1478         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
1479         Mark as obsolete, and risky.
1480         (mail-setup): Simplify.
1482         * mail/mailalias.el (build-mail-aliases): Make it interactive.
1483         * mail/sendmail.el (build-mail-aliases): Update autoload.
1485         * dired.el (dired-trivial-filenames, dired-chown-program)
1486         (dired-auto-revert-buffer): Remove autoload cookies.
1487         * mail/sendmail.el (mail-recover-1): Require 'dired.
1489         * dired.el (dired-subdir-switches, dired-chown-program)
1490         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
1491         Make into defcustoms.
1492         (dired-chown-program): Simplify initialization.
1494         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
1496 2010-12-13  Romain Francoise  <romain@orebokech.com>
1498         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
1500 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502         * net/netrc.el (netrc-point-at-eol): Remove the unused
1503         netrc-point-at-old and netrc-bound-and-true-p bindings.
1504         (netrc-parse): Cache the netrc contents.
1506 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1508         * subr.el (posn-col-row): Evaluate header-line-format in the
1509         context of the POSITION window's buffer.
1511 2010-12-13  Glenn Morris  <rgm@gnu.org>
1513         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
1514         (with-silent-modifications): Doc fixes.
1516 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
1518         * net/tramp.el (tramp-action-password, tramp-process-actions):
1519         Revert previous from.  Use `save-restriction'.
1521 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
1523         * calendar/diary-lib.el (diary-list-sexp-entries):
1524         Handle case of no newline at end of file.  (Bug#7536)
1526 2010-12-13  Glenn Morris  <rgm@gnu.org>
1528         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
1530 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
1532         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
1533         (tramp-process-actions): Do not widen.
1535         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1536         Protect buffer-modified value.  (Bug#7557)
1538 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
1540         * log-edit.el (log-edit-changelog-entries):
1541         Regexp quote filename.  (Bug#7505)
1543 2010-12-13  Tom Breton  <tehom@panix.com>
1545         * cus-edit.el (custom-save-all):
1546         Bind print-length and print-level to nil.  (Bug#7581)
1548 2010-12-13  Glenn Morris  <rgm@gnu.org>
1550         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
1551         Run hooks to update menu contents.  (Bug#7586)
1553         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
1554         file names, for the sake of MS Windows.  (Bug#7588)
1556 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1558         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
1559         empty lines without a leading space.
1561 2010-12-13  Leo  <sdl.web@gmail.com>
1563         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
1564         while mapping over marks (Bug#6810).
1566 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1568         * image-dired.el (image-dired-db-file)
1569         (image-dired-temp-image-file, image-dired-gallery-dir)
1570         (image-dired-temp-rotate-image-file): Set default values relative
1571         to image-dired-dir (Bug#7518).
1573 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
1575         * format.el (format-decode-run-method): Pass args FROM and TO, not
1576         point-min and point-max, to shell-command-on-region (Bug#7488).
1578 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
1580         * frame.el (blink-cursor-mode): Make default t for ns.
1582 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1584         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1586 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1588         * comint.el (comint-dynamic-list-input-ring)
1589         (comint-dynamic-complete-filename)
1590         (comint-replace-by-expanded-filename)
1591         (comint-dynamic-simple-complete)
1592         (comint-dynamic-list-filename-completions)
1593         (comint-dynamic-list-completions): Doc fix (Bug#7499).
1595         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
1596         Doc fix (Bug#7471).
1598 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
1600         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
1601         (Bug#7533).
1603 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
1605         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
1606         (Bug#7491).
1608 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1610         * files.el (file-relative-name): Handle UNC file names on
1611         DOS/Windows.  (Bug#4674)
1613 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
1615         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1616         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
1617         (epg-context-set-passphrase-callback): Mention that the callback
1618         is not called when used with GnuPG 2.x.
1620 2010-12-13  Glenn Morris  <rgm@gnu.org>
1622         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
1623         Ensure ps-footer-font-size-internal is initialized.
1624         Call ps-get-page-dimensions before trying to use ps-font-for-text.
1626 2010-12-13  Kenichi Handa  <handa@m17n.org>
1628         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
1629         within condition-case.
1630         (rmail-show-mime): Don't use condition-case.
1631         (rmail-search-mime-message): New function.
1632         (rmail-search-mime-message-function): Set to
1633         rmail-search-mime-message.
1635 2010-12-13  Leo  <sdl.web@gmail.com>
1637         * ido.el (ido-common-initialization): New function.  (bug#3274)
1638         (ido-mode): Use it.
1639         (ido-completing-read): Call it.
1641 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
1643         * bookmark.el (bookmark-name-from-full-record): Rename back to
1644         this original name from `bookmark-name-from-record' reverting part
1645         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
1646         As Drew Adams pointed out, there was no reason to cause churn for
1647         third-party callers.
1649 2010-12-12  Alan Mackenzie  <acm@muc.de>
1651         * progmodes/cc-engine.el (c-forward-type): Before scanning a
1652         template arglist, check that the current language supports this.
1654 2010-12-11  Glenn Morris  <rgm@gnu.org>
1656         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
1657         state of the file matches.  (Bug#7544)
1658         (vc-bzr-register, vc-bzr-checkin)
1659         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
1660         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
1662         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
1664 2010-12-11  Karel Klíč  <kklic@redhat.com>
1666         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
1668 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1670         Derive from prog-mode, use derived-mode-p, and fix up various
1671         minor style issues in lisp/progmodes.
1673         * progmodes/vhdl-mode.el (vhdl-mode):
1674         * progmodes/verilog-mode.el (verilog-mode):
1675         * progmodes/vera-mode.el (vera-mode):
1676         * progmodes/sql.el (sql-mode):
1677         * progmodes/scheme.el (scheme-mode):
1678         * progmodes/perl-mode.el (perl-mode):
1679         * progmodes/octave-inf.el (inferior-octave-mode):
1680         * progmodes/autoconf.el (autoconf-mode):
1681         * progmodes/m4-mode.el (m4-mode):
1682         * progmodes/inf-lisp.el (inferior-lisp-mode):
1683         * progmodes/idlwave.el (idlwave-mode):
1684         * progmodes/icon.el (icon-mode):
1685         * progmodes/idlw-help.el (idlwave-help-mode):
1686         * progmodes/dcl-mode.el (dcl-mode):
1687         * progmodes/idlw-shell.el (idlwave-shell-mode):
1688         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
1689         (ebrowse-member-mode, ebrowse-electric-position-mode):
1690         Use define-derived-mode.
1692         * progmodes/xscheme.el (exit-scheme-interaction-mode)
1693         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
1694         (xscheme-debugger-mode-p, xscheme-send-string-1):
1695         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
1696         (tcl-load-file, tcl-restart-with-file):
1697         * progmodes/ps-mode.el (ps-run-running):
1698         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
1699         * progmodes/js.el (js--get-all-known-symbols):
1700         * progmodes/inf-lisp.el (inferior-lisp-proc):
1701         * progmodes/idlwave.el (idlwave-beginning-of-statement)
1702         (idlwave-template, idlwave-update-buffer-routine-info)
1703         (idlwave-update-current-buffer-info)
1704         (idlwave-get-routine-info-from-buffers, idlwave-choose)
1705         (idlwave-scan-class-info, idlwave-fix-keywords)
1706         (idlwave-list-buffer-load-path-shadows):
1707         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
1708         (idlwave-toolbar-remove):
1709         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1710         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1711         (idlwave-shell-menu-def):
1712         * progmodes/idlw-complete-structtag.el
1713         (idlwave-prepare-structure-tag-completion):
1714         * progmodes/gud.el (gud-set-buffer):
1715         * progmodes/f90.el (f90-backslash-not-special):
1716         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1718         * progmodes/xscheme.el (xscheme-start)
1719         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1720         * progmodes/which-func.el (which-function):
1721         * progmodes/vhdl-mode.el (vhdl-set-style):
1722         * progmodes/verilog-mode.el (verilog-set-compile-command)
1723         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1724         (verilog-set-define, verilog-auto-reeval-locals):
1725         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1726         * progmodes/simula.el (simula-mode):
1727         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1728         * progmodes/python.el (python-check, python-mode):
1729         * progmodes/prolog.el (prolog-mode-variables):
1730         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1731         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1732         * progmodes/delphi.el (delphi-mode):
1733         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1734         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1735         (c-font-lock-init): Move make-local-variable to their setq.
1737         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1738         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1739         make-local-hook.
1740         * progmodes/sh-script.el (sh-require-final-newline): Remove.
1741         (sh-set-shell): Don't set require-final-newline since it's already done
1742         by prog-mode.
1743         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1744         since we never set it.
1745         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1746         Use read-string and standard prompt.
1747         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1748         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1749         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1750         (meta-common-mode-map): Rename from meta-mode-map.
1751         Remove C-m binding, which is a user preference, not mode specific.
1752         (meta-common-mode): New major mode; replace meta-common-initialization.
1753         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1754         around with font-lock.
1755         * progmodes/etags.el (select-tags-table-mode):
1756         Derive from special-mode.
1757         * progmodes/octave-mod.el (octave-mode):
1758         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1759         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1760         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1761         Let define-derived-mode do its job.
1762         * progmodes/cpp.el (cpp-edit-mode-map):
1763         Move initialization into declaration.
1764         (cpp-edit-mode): Use define-derived-mode.
1765         (cpp-edit-load): Use derived-mode-p.
1766         * progmodes/mixal-mode.el (mixal-mode):
1767         * progmodes/f90.el (f90-mode):
1768         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1769         require-final-newline since prog-mode does it already.
1770         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1771         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1772         * progmodes/antlr-mode.el: Require cc-mode upfront.
1773         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1774         the declaration.
1775         (antlr-directory-dependencies, antlr-show-makefile-rules):
1776         Use derived-mode-p.
1777         (antlr-language-option): Don't assume point-min==1.
1778         (antlr-mode): Use define-derived-mode.
1779         * progmodes/ada-mode.el: Use derived-mode-p.
1780         (ada-mode): Use define-derived-mode.
1781         Use hack-local-variables-hook.
1783 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1786         (texinfo-mode): Don't disable adaptive-fill-mode.
1787         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1788         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1789         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1790         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1791         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1792         (texinfo-insert-@quotation, texinfo-insert-@samp)
1793         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1794         (texinfo-insert-@uref): Use define-skeleton.
1795         (texinfo-insert-@-with-arg): Delete.
1797 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
1799         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1800         nil, do quote archive member names.  (Bug#6144)
1802 2010-12-10  Glenn Morris  <rgm@gnu.org>
1804         * files.el (diff-no-select): Declare.
1806         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1807         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1809         * comint.el (comint-input-ring-file-name): Doc fix.
1811 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
1813         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1814         New functions.
1815         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1816         Use them instead of `nil' and `>', respectively.
1817         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1818         instead of `nil'.
1819         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1820         and menu-bar-positive-p instead of `nil' and `>', respectively.
1821         (Bug#1077)
1823 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1825         * whitespace.el (whitespace-newline-mode): Code fix.
1827 2010-12-09  Glenn Morris  <rgm@gnu.org>
1829         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1830         Rename functions without commas, update callers.
1832 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
1834         * whitespace.el (whitespace-cleanup-region):
1835         Clean up spaces before tabs.  (Bug#7582)
1837 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
1839         * bookmark.el: Adjust parameter names and doc strings to resolve
1840         confusion over whether "bookmark" meant a bookmark name or a
1841         bookmark record.  Along the way, shorten one function's name for
1842         similar reasons.  (Issue #7548)
1843         (bookmark-name-from-record): New name for
1844         `bookmark-name-from-full-record'.  All callers changed.
1845         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1846         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1847         (bookmark-get-annotation, bookmark-set-annotation)
1848         (bookmark-get-filename, bookmark-set-filename)
1849         (bookmark-get-position, bookmark-set-position)
1850         (bookmark-get-front-context-string, bookmark-set-front-context-string)
1851         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1852         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1853         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1854         Rename `bookmark' parameter to `bookmark-name-or-record', to
1855         clearly show its role, and shorten or adjust doc strings accordingly.
1856         (bookmark-set-name): Same, and pass the parameter directly to
1857         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1858         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1859         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1860         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1861         and in some cases shorten doc string accordingly.
1862         (bookmark-rename): Change `old' and `new' parameters to `old-name'
1863         and `new-name', and adjust an internal variable to avoid confusion.
1864         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1865         parameter in doc string.
1867 2010-12-08  Glenn Morris  <rgm@gnu.org>
1869         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1870         from gdb's history file.  (Bug#7575)
1872         * mail/emacsbug.el (report-emacs-bug):
1873         Try to handle some other mail clients.
1875 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * files.el (dir-locals-collect-variables): Don't let errors stop us.
1878         Use string-prefix-p.
1879         (file-name-version-regexp): New var.
1880         (file-name-sans-versions):
1881         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1882         (jka-compr-get-compression-info): Use dolist.
1883         (jka-compr-compression-info-list): Don't bother specifying
1884         version/backup regexps.
1886 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
1888         * simple.el (just-one-space): Make argument n default to 1 if
1889         omitted.
1891 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * electric.el (electric-indent-post-self-insert-function):
1894         Delete trailing newlines even if we don't reindent.
1896 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * minibuffer.el (completion-at-point): Remove the `arg'.
1899         * bindings.el (complete-symbol): Move back from minibuffer.el.
1901 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1903         * simple.el (just-one-space): Delete newlines for negative arg.
1905 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1907         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1908         (ansi-color-filter-apply): Simplify.
1909         (ansi-color-apply): Use `font-lock-face' rather than `face'.
1911 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1913         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1915 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
1917         * dired.el (dired-use-ls-dired): Set default to a special
1918         "unspecified" value.
1919         (dired-insert-directory): When called the first time, check
1920         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1922 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
1924         * replace.el: Add "collect" feature to occur.
1925         (occur-collect-regexp-history): New var.
1926         (occur-read-primary-args): Return a replace string for nlines,
1927         if needed.
1928         (occur): Extend the meaning of nlines.
1930 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1933         (which-func-update-1): Distinguish symbols from strings.
1934         (which-function): Stay within 80 columns.
1936 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * subr.el (with-demoted-errors): Distinguish symbols from strings.
1940         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1941         Improve docstring.
1942         (comment-style): Use comment-styles's docs to describe values.
1944 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
1946         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1947         and ns-show-prefs (Bug#7535).
1949         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1950         bindings (Bug#7535).
1952 2010-12-03  Glenn Morris  <rgm@gnu.org>
1954         * nxml/nxml-mode.el: Require rng-nxml.
1955         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1956         Remove declarations.
1958         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1959         * nxml/rng-nxml.el, nxml/rng-valid.el:
1960         Remove leading `*' from defcustom docs.
1962         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1963         (normal-top-level-add-to-load-path, tty-handle-args):
1964         Convert comments to basic doc-strings.
1966         * net/browse-url.el (browse-url-url-at-point)
1967         (browse-url-default-browser): Remove autoload cookies.
1969         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1970         Remove more undefined cl functions.
1972         * vc/diff.el (diff-sentinel): Make new arguments optional.
1973         * ibuf-ext.el (diff-sentinel): Update declaration.
1975 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
1977         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1978         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
1979         (epg-context-set-passphrase-callback): Mention that the callback
1980         is not called when used with GnuPG 2.x.
1982 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
1984         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1985         (tramp-file-name-port): Check also for `tramp-default-port'.
1986         (tramp-get-connection-name): New defun.
1987         (tramp-get-connection-process): Use it.
1988         (tramp-debug-message): Extend function exclude list.
1989         (tramp-drop-volume-letter): Fix doc string.
1991         * net/tramp-cmds.el: Remove solved todo item.
1993         * net/tramp-efs.el:
1994         * net/tramp-ftp.el:
1995         * net/tramp-gvfs.el:
1996         * net/tramp-gw.el:
1997         * net/tramp-imap.el:
1998         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1999         and `tramp-default-user-alist', respectively.
2001         * net/tramp-gw.el (tramp-gw-open-connection):
2002         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
2004         * net/tramp-imap.el (tramp-imap-make-iht): Use just
2005         `tramp-file-name-port'.
2007         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
2008         and "psftp".  Exchange "%k" marker with options.
2009         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
2010         Compute size of link target.
2011         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
2012         `tramp-current-*' up due to gateway methods.  Optimze computing of
2013         copy arguments.  Use `tramp-get-connection-name' and
2014         `tramp-get-connection-buffer'.  Improve debug messages.
2015         (tramp-compute-multi-hops): Remove port determination.
2016         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
2018         * net/trampver.el: Update release number.
2020 2010-12-02  Glenn Morris  <rgm@gnu.org>
2022         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2023         Avoid infinite loop over windows.  (Bug#7492)
2025         * progmodes/flymake.el (flymake-check-file-limit):
2026         Allow nil to mean "no limit".
2027         (flymake-check-patch-master-file-buffer): Update for above change.
2028         Allow a .tex file-name extension to be optional.
2029         (flymake-master-tex-init): Also match \include statements.
2031 2010-11-30  Sam Steingold  <sds@gnu.org>
2033         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
2034         (nxml-parent-document-set): A function to set `nxml-parent-document'.
2035         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
2036         (nxml-mode-hook): Remove `defcustom' (auto-defined by
2037         define-derived-mode').
2038         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
2039         users who want to call `nxml-parent-document-set'.
2041 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2043         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
2044         stand-alone lines, since that is handled by log-edit-match-to-eoh
2045         (Bug#6465).
2047 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
2049         * dired.el (dired-get-filename): Replace backslashes with slashes
2050         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
2051         * locate.el (locate-default-make-command-line): Don't consider
2052         drive letter and root directory part of
2053         `directory-listing-before-filename-regexp'.  (Bug#7308)
2054         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
2056 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
2059         of :smie-open/close-alist.
2060         (smie-next-sexp): Make it accept a "start token" as argument.
2061         (smie-indent-keyword): Be careful not to misidentify tokens that span
2062         more than one line, as empty lines.  Add argument `token'.
2064 2010-11-27  Kenichi Handa  <handa@m17n.org>
2066         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
2067         multipart subtypes, insert all as usual.
2069         * mail/rmail.el: Require rfc2047.
2071 2010-11-27  Kenichi Handa  <handa@m17n.org>
2073         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
2074         (rmail-mime-entity-disposition)
2075         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
2076         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
2077         (rmail-mime-save): Handle the case that the button's `data' is a
2078         MIME entity.
2079         (rmail-mime-insert-text): New function.
2080         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
2081         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
2082         (rmail-mime-insert-bulk): New function mostly copied from the old
2083         rmail-mime-bulk-handler.
2084         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
2085         (rmail-mime-process-multipart): New function mostly copied from
2086         the old rmail-mime-multipart-handler.
2087         (rmail-mime-show): Just call rmail-mime-process.
2088         (rmail-mime-process): New function mostly copied from the old
2089         rmail-mime-show.
2090         (rmail-mime-insert-multipart, rmail-mime-parse)
2091         (rmail-mime-insert, rmail-show-mime)
2092         (rmail-insert-mime-forwarded-message)
2093         (rmail-insert-mime-resent-message): New functions.
2094         (rmail-insert-mime-forwarded-message-function): Set to
2095         rmail-insert-mime-forwarded-message.
2096         (rmail-insert-mime-resent-message-function): Set to
2097         rmail-insert-mime-resent-message.
2099         * mail/rmailsum.el: Require rfc2047.
2100         (rmail-header-summary): Handle multiline Subject: field.
2101         (rmail-summary-line-decoder): Change the default to
2102         rfc2047-decode-string.
2104         * mail/rmail.el (rmail-enable-mime): Change the default to t.
2105         (rmail-mime-feature): Change the default to `rmailmm'.
2106         (rmail-quit): Delete the specifal code for rmail-enable-mime.
2107         (rmail-display-labels): Likewise.
2108         (rmail-show-message-1): Check rmail-enable-mime, and use
2109         rmail-show-mime-function for a MIME message.  Decode the headers
2110         according to RFC2047.
2112 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2114         * progmodes/which-func.el (which-func-imenu-joiner-function):
2115         Return a string, as expected.
2116         (which-function-mode): Make sure we stop any previous timer before
2117         starting a new one.
2119 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
2121         * net/tramp.el (tramp-default-method-alist)
2122         (tramp-default-user-alist, tramp-default-proxies-alist):
2123         Adapt custom options type.  (Bug#7445)
2125 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2127         * progmodes/python.el: Add Ipython support (Bug#5390).
2128         (python-shell-prompt-alist)
2129         (python-shell-continuation-prompt-alist): New options.
2130         (python--set-prompt-regexp): New function.
2131         (inferior-python-mode, run-python, python-shell):
2132         Require ansi-color.  Use python--set-prompt-regexp to set the comint
2133         prompt based on the Python interpreter.
2134         (python--prompt-regexp): New var.
2135         (python-check-comint-prompt)
2136         (python-comint-output-filter-function): Use it.
2137         (run-python): Use a pipe (Bug#5694).
2139 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2141         * progmodes/python.el (run-python): Doc fix.
2142         (python-keep-current-directory-in-path): New var (Bug#7454).
2144 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2146         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2147         Prompt user before actually printing.
2149 2010-11-27  Glenn Morris  <rgm@gnu.org>
2151         * startup.el (package-enable-at-startup, package-initialize):
2152         Remove unnecessary declarations.
2154 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
2156         * international/characters.el (glyphless-char-display-control):
2157         Exclude newline and TAB from the c0-control group.
2159 2010-11-27  Glenn Morris  <rgm@gnu.org>
2161         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
2162         (expand-mail-aliases): Remove unnecessary autoload.
2164         * allout.el (allout-command-prefix, allout-mode-map): Declare.
2166         * shell.el (shell-dir-cookie-re): Move definition before use.
2168         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2169         Replace undefined CL functions.
2171 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
2173         * simple.el (prog-mode): Set bidi-paragraph-direction to
2174         left-to-right.
2176         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
2178 2010-11-26  Glenn Morris  <rgm@gnu.org>
2180         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
2181         diary-outlook-formats can be sensitive to calendar-date-style.
2182         (diary-outlook-formats): Simplify the default setting.
2183         (diary-from-outlook-internal): Pass subject and body as arguments.
2184         Use dolist rather than dotimes.  Don't save the diary buffer.
2185         (diary-from-outlook-gnus, diary-from-outlook-rmail):
2186         Pass subject and body as explicit arguments to the -internal function.
2188 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
2191         parsing them.  This makes mailto:...?subject=foo\nbar work.
2193 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         * vc/diff.el (diff): Fix last change.
2197 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
2200         (pcase--dontcare-upats): New var.
2201         (pcase-let, pcase-let*): Generate better code.
2202         Accept the same bodies as `let'.
2203         (pcase-dolist): New macro.
2204         (pcase--trivial-upat-p): New helper function.
2205         (pcase--expand): Strip leading "(let nil" if any.
2207 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209         * mail/mailclient.el (browse-url): Require.
2210         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
2211         use the external browser function to send the mail (bug#7469).
2213         * net/browse-url.el (browse-url-browser-function): Revert the
2214         default back to the previous value, since the new value broke
2215         mailclient.el.
2216         (browse-url-mailto-function): New variable for mailto: URLs.
2217         (browse-url): Use the new variable for mailto: URLs.
2219 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * eshell/esh-cmd.el (eshell-parse-command):
2222         * eshell/esh-arg.el (eshell-parse-arguments):
2223         * eshell/em-script.el (eshell-source-file):
2224         Use with-silent-modifications.
2226 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
2228         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
2229         for a merge location.
2231         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
2232         (vc-bzr-merge-branch): Always prompt.
2233         (vc-bzr-async-command): Use the full branch filename.
2235 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * shell.el (shell): Use current-buffer by default if it's already
2238         a shell mode buffer and its process is dead.
2239         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
2241 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
2243         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2244         Mention that the keywords should be comma separated.
2246 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
2248         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
2249         Accept optional prefix arg meaning to prompt for a command.
2250         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
2251         prefix arg meaning to prompt for a command.
2252         (vc-pull): Alias for vc-update.
2254         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
2255         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
2256         (vc-bzr-merge-branch): New functions, implementing merge-branch
2257         and pull operations.
2259 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2261         * Makefile.in: Fix up last merge.
2263         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
2264         (diff-sentinel): Get them as arguments instead.
2265         (diff-old-file, diff-new-file, diff-extra-args): Remove.
2266         (diff-file-local-copy, diff-better-file-name): New funs.
2267         (diff-no-select): Rename from diff-into-buffer.
2268         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
2269         Prefer closures to buffer-local variables.
2270         (diff): Adjust accordingly.
2271         (diff-buffer-with-file): Move from files.el.
2272         * files.el (diff-buffer-with-file): Move to vc/diff.el.
2273         (diff-buffer-internal): Remove.
2274         (diff-buffer-buffer): Remove.
2275         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
2276         the buffer name used, and so as not to mess up windows and frames.
2278 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2280         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
2281         (diff-buffer-internal): New function extracted from diff-buffer-with-file
2282         (diff-buffer-with-file): Use it.
2283         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
2284         (diff): Use it.
2286 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
2288         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
2289         \ref's or \pageref's value as default instead of initial input.
2291 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
2293         * files.el (backup-by-copying-when-mismatch): The default value is
2294         now t.
2296         * startup.el (normal-top-level):
2297         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2298         `backup-by-copying-when-mismatch'.
2300 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2302         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
2304 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2306         * progmodes/python.el (python-font-lock-keywords):
2307         Highlight top-level augmented assignments (Bug#6445).
2309 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2311         * term/ns-win.el (ns-right-control-modifier)
2312         (ns-right-command-modifier): Defvar them.
2314         * cus-start.el (all): Add ns-right-control-modifier and
2315         ns-right-command-modifier (Bug#7458).
2317 2010-11-20  Glenn Morris  <rgm@gnu.org>
2319         * emacs-lisp/authors.el (authors-ignored-files)
2320         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
2322 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2324         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
2325         (report-emacs-bug-parse-query-results)
2326         (report-emacs-bug-create-existing-bugs-buffer): Pass through
2327         keywords used for querying the bug database to show them in the
2328         existing bugs buffer.
2330 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
2332         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
2334         * info.el (info-tool-bar-map): Add some :vert-only keywords.
2336 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
2338         * international/characters.el (glyphless-char-display-control):
2339         Make it a defcustom, with update-glyphless-char-display as its
2340         :set attribute.
2341         (top level): Don't call update-glyphless-char-display.
2343 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2345         Sync with Tramp 2.2.0.
2347         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
2348         `file-remote-p' (due to compatibility).
2350         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
2351         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
2353         * net/trampver.el: Update release number.
2355 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
2357         * faces.el (glyphless-char): Define value for `pc'.
2359 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2361         Implemented a bug querying mechanism.
2362         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
2363         (report-emacs-bug-create-existing-bugs-buffer)
2364         (report-emacs-bug-parse-query-results)
2365         (report-emacs-bug-query-existing-bugs): New functions.
2367 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
2369         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
2370         a \ref{} or \pageref{} macro, then use its value as initial input.
2372 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2374         * calc/calc-units.el (math-build-units-table-buffer):
2375         calc/README: Mention that the TeX specific units won't use the
2376         `tex' prefix in TeX mode.
2377         calc/calc-lang.el (math-variable-table): Don't use the `tex'
2378         prefix for units in TeX mode.
2380 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * simple.el (kill-new, kill-append, kill-region):
2383         * comint.el (comint-kill-region): Make the yank-handler argument
2384         obsolete.
2386 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
2389         that are both openers (resp. closers) and something else.
2390         (smie-grammar): Loosen definition of valid values.
2391         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
2392         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
2393         (smie-indent-after-keyword): Adjust users.
2394         (smie-indent-keyword): Don't indent empty lines.
2396         * vc-hg.el (vc-hg-program): New var.
2397         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
2398         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
2400 2010-11-18  Glenn Morris  <rgm@gnu.org>
2402         * emacs-lisp/autoload.el (autoload-find-destination): The function
2403         coding-system-eol-type may return non-numeric values.  (Bug#7414)
2405 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
2407         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
2409 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
2411         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
2413 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
2415         * textmodes/picture.el (picture-mouse-set-point): Don't use
2416         posn-col-row; explicitly compute the motion based on the posn at
2417         the window-start (Bug#7390).
2419 2010-11-18  Glenn Morris  <rgm@gnu.org>
2421         * novice.el (disabled-command-function):
2422         Fix 2009-11-15 change.  (Bug#7384)
2424 2010-11-18  Glenn Morris  <rgm@gnu.org>
2426         * calendar/calendar.el (diary-iso-date-forms): Make elements
2427         mutually exclusive.  (Bug#7377)
2429 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2431         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
2432         when filling the remaining "unconstrained" values.
2434 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
2437         safety predicate.
2439         * files.el (safe-local-variable-p): Gracefully handle errors.
2441         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
2442         Use smie-indent-virtual when indenting relative to an opener.
2443         (smie-rule-separator): Use smie-rule-parent.
2444         (smie-indent-keyword): Consult rules, even for openers at bol.
2445         (smie-indent-comment-close): Try to align closer's content.
2447 2010-11-18  Glenn Morris  <rgm@gnu.org>
2449         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
2451 2010-11-18  Glenn Morris  <rgm@gnu.org>
2453         * printing.el (pr-menu-bind): Doc fix.
2455         * speedbar.el (speedbar-toggle-images): Doc fix.
2457         * progmodes/python.el (python-shell): Doc fix.
2459         * wid-edit.el (widget-field-use-before-change)
2460         (widget-use-overlay-change): Doc fixes.
2462 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         Minor cleanup to improve style.
2465         * textmodes/rst.el (rst-update-section): Use point-marker.
2466         (rst-get-decoration): Eliminate unneeded assignment.
2467         (rst-promote-region, rst-straighten-decorations)
2468         (rst-section-tree, rst-adjust): Use point-marker.
2469         (rst-toc-mode-mouse-goto): Avoid setq.
2470         (rst-shift-region-guts, rst-shift-region-left)
2471         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
2472         (rst-convert-bullets-to-enumeration): Use copy-marker.
2474         * minibuffer.el (completion-fail-discreetly): New var.
2475         (completion--do-completion): Use it.
2477         * electric.el (electric-pair-pairs): New var.
2478         (electric-pair-post-self-insert-function): Use it.
2479         (electric-layout-post-self-insert-function): Don't insert a before
2480         newline unless it's actually needed.
2482 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * progmodes/python.el (run-python): Explain why we remove the current
2485         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
2487         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
2489 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         * progmodes/octave-mod.el: Rely on elecric-*-modes.
2492         (octave-mode-map): Don't bind ;, SPC, and LF.
2493         (octave-auto-indent, octave-auto-newline): Remove.
2494         (electric-layout-rules): Declare.
2495         (octave-mode): Set electric-layout-rules.
2496         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
2497         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2498         (octave-electric-space): Remove.
2500         * electric.el (electric-layout-mode): New minor mode.
2501         (electric--after-char-pos): New function.
2502         (electric-indent-post-self-insert-function): Use it.
2503         (electric-layout-rules): New var.
2504         (electric-layout-post-self-insert-function): New function.
2505         (electric-indent-mode): Make them interact better.
2507 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
2510         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
2511         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
2513 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
2515         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
2516         Make sure to check inside the word (Bug#6761).
2518 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
2520         * startup.el (command-line): If the cursorColor resource is set,
2521         change the cursor face-spec (Bug#7392).
2523 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
2525         The main features of the following allout.el changes are:
2526         - implement user customization for the allout key bindings
2527         - add a customization control by which the user can inhibit use of
2528           a trailing Ctrl-H, so by default it's reserved for use with
2529           describe-prefix-bindings
2530         - adapt to new version of called-interactively-p, while
2531           maintaining backwards compatibility with old version
2532         - fix hotspot navigation so i works properly with meta-modified keys
2534         * allout.el (allout-keybindings, allout-bind-keys)
2535         (allout-keybindings-binding, allout-prefixed-keybindings)
2536         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
2537         (allout-keybindings-list, allout-mode-map-adjustments)
2538         (allout-setup-mode-map): Establish allout-mode keymaps as user
2539         customizable settings, and also establish a customizable setting which
2540         regulates whether or not a trailing control-h is reserved for use with
2541         describe-prefix-bindings - and inhibit it by default, so that control-h
2542         *is* reserved for describe-prefix-bindings unless the user changes it.
2544         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
2545         and accurately between modified and unmodified events, and handle
2546         modified events more comprehensively.
2548         * allout.el (allout-substring-no-properties):
2549         Alias to use or provide version of `substring-no-properties'.
2550         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
2552         * allout.el (allout-next-single-char-property-change):
2553         Alias to use or provide version of `next-single-char-property-change'.
2554         (allout-annotate-hidden, allout-hide-by-annotation):
2555         Use `allout-next-single-char-property-change'.
2557         * allout.el (allout-select-safe-coding-system):
2558         Alias to use or provide version of `select-safe-coding-system'.
2559         (allout-toggle-subtree-encryption):
2560         Use `allout-select-safe-coding-system'.
2562         * allout.el (allout-set-buffer-multibyte):
2563         Alias to use or provide version of `set-buffer-multibyte'.
2564         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
2566         * allout.el (allout-called-interactively-p): Macro for using the
2567         different versions of called-interactively-p identically, depending on
2568         the subroutine's argument signature.
2569         (allout-back-to-current-heading, allout-beginning-of-current-entry):
2570         Use `(interactive "p")' instead of `(called-interactively-p)'.
2572         * allout.el (allout-init, allout-ascend, allout-end-of-level)
2573         (allout-previous-visible-heading, allout-forward-current-level)
2574         (allout-backward-current-level, allout-show-children):
2575         Use `allout-called-interactively-p' instead of `called-interactively-p'.
2577         * allout.el (allout-before-change-handler):
2578         Exempt edits to the (overlaid) character after the allout outline
2579         bullet from edit confirmation prompt.
2581         * allout.el (allout-add-resumptions):
2582         Ensure that it respects correct buffer for keybindings.
2584         * allout.el (allout-beginning-of-line):
2585         Use `allout-previous-single-char-property-change' alias for the sake of
2586         diverse compatibility.
2588         * allout.el (allout-end-of-line):
2589         Use `allout-mark-active-p' to encapsulate respect for mark activity.
2591 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
2593         * frame.el (frame-notice-user-settings): Don't clobber other
2594         user-set parameters when calling face-set-after-frame-default in
2595         response to background-color parameter (Bug#7373).
2597 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2599         * international/characters.el (glyphless-char-display-control):
2600         Rename from glyphless-char-control; all users changed.  Doc fix.
2601         Signal an error if display method is not one of the recognized
2602         symbols.
2604 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
2606         * net/tramp-compat.el (tramp-compat-line-beginning-position)
2607         (tramp-compat-line-end-position): Remove them.
2609         * net/tramp.el (tramp-parse-rhosts-group)
2610         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
2611         (tramp-parse-hosts-group, tramp-parse-passwd-group)
2612         (tramp-parse-netrc-group, tramp-parse-putty-group)
2613         * net/tramp-cmds.el (tramp-append-tramp-buffers)
2614         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
2615         (tramp-sh-handle-file-selinux-context)
2616         (tramp-sh-handle-file-name-all-completions)
2617         (tramp-sh-handle-insert-directory)
2618         (tramp-sh-handle-expand-file-name, tramp-find-executable)
2619         (tramp-wait-for-output, tramp-send-command-and-read)
2620         * net/tramp-smb.el (tramp-smb-read-file-entry)
2621         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
2623         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
2624         `point-at-bol'.
2625         (tramp-remote-coding-commands): Add an alternative using "base64
2626         -d -i".  This is needed for older base64 versions from GNU
2627         coreutils.  Reported by Klaus Reichl
2628         <Klaus.Reichl@thalesgroup.com>.
2630 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2632         * simple.el (count-words-region): New function.
2634 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * shell.el (shell-dir-cookie-re): New custom variable.
2637         (shell-dir-cookie-watcher): New function.
2639         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
2640         and compilation-mode (bug#7350).
2642         * vc/smerge-mode.el (smerge-refine): Choose better default part to
2643         highlight when one of them is empty.
2645         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
2646         trailing space.
2647         (skeleton-newline): New function.
2648         (skeleton-internal-1): Use it.
2650         * simple.el (open-line): `newline' may strip trailing space.
2652 2010-11-12  Kevin Ryde  <user42@zip.com.au>
2654         * international/mule-cmds.el (princ-list): Use mapc.
2656 2010-11-12  Glenn Morris  <rgm@gnu.org>
2658         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
2659         Use it to replace all instances of "*Compile-Log*"
2661 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
2664         indentation specs.
2666 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * progmodes/modula2.el: Use SMIE and skeleton.
2669         (m2-mode-syntax-table): (*..*) can be nested.
2670         Add //...\n.  Fix paren syntax.
2671         (m2-mode-map): Remove LF and TAB bindings.
2672         (m2-indent): Add safety property.
2673         (m2-smie-grammar): New var.
2674         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
2675         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
2676         (m2-mode): Use define-derived-mode.
2677         (m2-newline, m2-tab): Remove.
2678         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
2679         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
2680         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
2681         (m2-import): Use define-skeleton.
2683 2010-11-11  Glenn Morris  <rgm@gnu.org>
2685         * obsolete/lucid.el: Don't warn about any CL functions in this file.
2687         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
2688         (ls-lisp-verbosity): Add custom :set-after property.
2689         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
2690         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
2691         (ls-lisp-insert-directory): Update caller.
2692         (ls-lisp-set-options): New function.
2693         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
2694         Doc fix.
2696         * play/landmark.el (lm-prompt-for-move):
2697         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
2699         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
2701         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
2702         (idlwave-study-twins): Prefix dynamic local variable `name'.
2703         (idlwave-routine-twin-compare): Update for above change.
2705         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
2706         Prefix dynamic local variables `name', `kwd', and `link'.
2707         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
2708         * progmodes/idlw-complete-structtag.el
2709         (idlwave-complete-structure-tag-help):
2710         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2711         (idlwave-complete-sysvar-tag-help)
2712         (idlwave-complete-class-structure-tag-help):
2713         Update for above name changes.
2715 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717         * net/browse-url.el (browse-url-browser-function): Change the
2718         default to use `browse-url-mail' on mailto: URLs.
2720 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
2722         * emacs-lisp/package.el (package-read-all-archive-contents):
2723         Reset package-archive-contents to nil before re-reading.
2725 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
2727         * textmodes/flyspell.el (flyspell-word): Do not re-check words
2728         already found as misspellings by (flyspell-large-region), just
2729         do highlighting (bug#7322).
2731 2010-11-10  Glenn Morris  <rgm@gnu.org>
2733         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2735         * emulation/edt.el (edt-with-position): New macro.
2736         (edt-find-forward, edt-find-backward, edt-find-next-forward)
2737         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2738         (edt-paragraph-forward, edt-paragraph-backward): Use it.
2740         * emulation/tpu-extras.el (tpu-with-position): New macro.
2741         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2743         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2745         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2746         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2747         (texinfo-master-menu, texinfo-insert-node-lines)
2748         (texinfo-multiple-files-update):
2749         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2750         Use line-beginning-position.
2752         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2753         No recent Emacs supports system-type `emx'.
2755         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2756         (ada-command-separator, ada-default-prj-properties)
2757         (ada-find-any-references): Update for above name change.
2759         * dirtrack.el (dirtrack-directory-function)
2760         (dirtrack-canonicalize-function):
2761         * filecache.el (file-cache-completion-ignore-case)
2762         (file-cache-case-fold-search, file-cache-ignore-case):
2763         * term.el (serial-port-is-file-p): Cosmetic change.
2765         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2766         Remove non-existent `windows-95' system-type.
2767         * dired.el (dired-chown-program): Remove non-existent `linux'
2768         system-type.
2770         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2771         (ping-program-options): Remove non-existent `linux' system-type.
2773         * startup.el (package-initialize): Update declaration.
2775         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2776         (ls-lisp-handle-switches): Use time-less-p.
2777         (ls-lisp-format-time): Use float-time.
2779         * textmodes/remember.el (remember-time-to-seconds): Remove.
2780         (remember-store-in-mailbox): Use float-time.
2782         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2784         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2785         never a real function.
2786         (with-no-warnings): Remove compat stub, now unused.
2787         (time-less-p): Doc fix.
2788         (time-to-number-of-days): Simplify.
2790         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2791         Remove.
2792         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2793         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2794         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2795         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2796         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2798         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2799         (eshell-shuffle-files, eshell-shorthand-tar-command)
2800         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2801         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2802         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2803         Prefix dynamic local variable `matches'.
2805         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2806         Prefix dynamic local variable `skeleton'.
2808 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2810         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2811         in mail buffer; make yank-action always a command that yanks original
2812         buffer.
2814 2010-11-09  Glenn Morris  <rgm@gnu.org>
2816         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2818 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * minibuffer.el (minibuffer-completion-help): Specify the end of the
2821         completion field (bug#7211).
2823         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2824         Fix handling of backslash escapes.
2825         (python-quote-syntax): Adjust accordingly.
2827 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
2829         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2830         (vc-mtn-workfile-branch): Adjust to new output format.
2832 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * international/mule-cmds.el (princ-list): Mark as obsolete.
2836 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * emacs-lisp/smie.el: New package.
2840 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
2842         * files.el (backup-by-copying-when-mismatch):
2843         Set `permanent-local' property.
2845         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2846         `permanent-local' property for `backup-by-copying-when-mismatch'.
2848 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
2850         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
2852 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
2854         * progmodes/verilog-mode.el (verilog-insert-one-definition)
2855         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2856         AUTOINOUT for SV style multidimensional arrays, bug294.
2857         Reported by Eric Mastromarchi.
2858         (verilog-preprocess): Use with-current-buffer and
2859         font-lock-fontify-buffer to cleanup style issues.
2861 2010-11-09  Glenn Morris  <rgm@gnu.org>
2863         * locate.el (locate, locate-mode): Doc fixes.
2865 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
2867         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2868         user for confirmation.
2869         (server-force-stop): Use it.
2870         (server-start): Use server-force-stop for kill-emacs-hook, to
2871         avoid user interaction while killing Emacs.
2873 2010-11-09  Glenn Morris  <rgm@gnu.org>
2875         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2876         (meta-indent-line): Simplify.
2878         * vc/emerge.el (emerge-line-number-in-buf):
2879         * textmodes/ispell.el (ispell-region):
2880         * textmodes/fill.el (current-fill-column):
2881         * progmodes/xscheme.el (xscheme-send-current-line):
2882         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2883         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2884         * progmodes/sh-script.el (sh-handle-prev-do):
2885         * progmodes/meta-mode.el (meta-indent-line):
2886         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2887         (idlwave-in-quote):
2888         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2889         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2890         * progmodes/fortran.el (fortran-looking-at-if-then):
2891         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2892         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2893         (cperl-find-pods-heres):
2894         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2895         * net/quickurl.el (quickurl-list-insert):
2896         * net/ldap.el (ldap-search-internal):
2897         * net/eudc.el (eudc-expand-inline):
2898         * mail/sendmail.el (sendmail-send-it):
2899         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2900         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2901         (viper-brac-function):
2902         * calc/calc-yank.el (calc-do-grab-region):
2903         * calc/calc-keypd.el (calc-keypad-press):
2904         * term.el (term-move-columns, term-insert-spaces):
2905         * speedbar.el (speedbar-highlight-one-tag-line):
2906         * simple.el (current-word):
2907         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2908         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2909         (Info-scroll-down):
2910         * hippie-exp.el (he-line-beg):
2911         * epa.el (epa--marked-keys):
2912         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2913         (dired-update-file-line, dired-add-entry, dired-remove-entry)
2914         (dired-relist-entry):
2915         * buff-menu.el (Buffer-menu-buffer):
2916         * array.el (current-line):
2917         * allout.el (allout-resolve-xref)
2918         (allout-latex-verbatim-quote-curr-line):
2919         Replace yet more uses of end-of-line etc with line-end-position, etc.
2921 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2924         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2925         (checkdoc-syntax-table): Initialize in the declaration.
2926         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2927         the mode on unconditionally.
2929         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2930         (extent-end-position, extent-start-position): Remove setf method for
2931         non-existing functions (bug#7319).
2933 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2936         (smie-precs->prec2): Rename from smie-precs-precedence-table.
2937         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2938         (smie-prec2->grammar): Rename from smie-prec2-levels.
2939         (smie-grammar): Rename from smie-op-levels.
2940         (smie-indent--hanging-p): Rename from smie-hanging-p.
2941         (smie-rule-hanging-p): New alias.
2942         (smie-indent--bolp): Rename from smie-bolp.
2943         (smie-indent--hanging-p): New alias.
2944         (smie--token): New dynamically bound variable.
2945         (smie-indent--parent): New function.
2946         (smie-rule-parent-p): Use it; rename from smie-parent-p.
2947         (smie-rule-next-p): Rename from smie-next-p.
2948         (smie-rule-prev-p): Rename from smie-prev-p.
2949         (smie-rule-sibling-p, smie-rule-parent)
2950         (smie-indent--separator-outdent, smie-rule-separator): New functions.
2951         (smie-rule-separator-outdent): New var.
2952         (smie-indent--rule): Merge with smie-indent--column.
2953         (smie-indent-forward-token, smie-indent-backward-token):
2954         Also recognize close parens.
2955         (smie-indent-keyword): Don't use smie-indent--column any more.
2956         (smie-indent-after-keyword): Ignore closers by default.
2957         (smie-indent-line): Use with-demoted-errors.
2958         * progmodes/octave-mod.el (octave-smie-grammar):
2959         Rename from octave-smie-op-levels.
2960         (octave-smie-rules): Adjust to new behavior.
2961         * progmodes/prolog.el (prolog-smie-grammar):
2962         Rename from prolog-smie-op-levels.
2964 2010-11-07  Glenn Morris  <rgm@gnu.org>
2966         * eshell/esh-util.el (subst-char-in-string)
2967         (directory-files-and-attributes): These compatibility definitions are
2968         not needed on any version of Emacs since at least 21.4.
2970         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2971         (verilog-get-end-of-line): Remove.
2972         (verilog-within-string, verilog-re-search-forward-substr)
2973         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2974         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2975         Use point-at-bol, point-at-eol.
2976         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2977         Remove.
2978         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2979         (electric-pascal-terminate-line, pascal-set-auto-comments)
2980         (pascal-indent-paramlist, pascal-indent-declaration)
2981         (pascal-get-lineup-indent, pascal-func-completion)
2982         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2983         Use point-at-bol, point-at-eol.
2984         * progmodes/flymake.el (flymake-line-beginning-position)
2985         (flymake-line-end-position): Remove.
2986         (flymake-highlight-line): Use point-at-bol, point-at-eol.
2987         * eshell/esh-util.el (line-end-position, line-beginning-position):
2988         Remove compat definitions.
2990         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2991         Use end-of-line N.
2992         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2993         Use line-end-position.
2995         * emacs-lisp/chart.el (chart-zap-chars):
2996         * play/decipher.el (decipher-set-map):
2997         * progmodes/ada-mode.el (ada-get-current-indent)
2998         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2999         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
3000         * progmodes/ada-xref.el (ada-initialize-runtime-library)
3001         (ada-get-all-references):
3002         * progmodes/cperl-mode.el (cperl-electric-paren)
3003         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
3004         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
3005         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
3006         (cperl-word-at-point-hard):
3007         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
3008         (idlwave-shell-filename-string, idlwave-shell-batch-command)
3009         (idlwave-shell-display-line):
3010         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
3011         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
3012         * progmodes/js.el (js--re-search-forward-inner)
3013         (js--re-search-backward-inner):
3014         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
3015         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
3016         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
3017         * textmodes/flyspell.el (flyspell-process-localwords):
3018         * textmodes/ispell.el (ispell-buffer-local-parsing)
3019         (ispell-buffer-local-dict, ispell-buffer-local-words):
3020         Use point-at-bol and point-at-eol.
3022         * speedbar.el (speedbar-generic-item-info)
3023         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
3024         (speedbar-add-indicator, speedbar-check-vc-this-line)
3025         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
3026         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
3027         Replace more uses of end-of-line etc with line-end-position.
3029 2010-11-06  Glenn Morris  <rgm@gnu.org>
3031         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
3032         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
3033         (texinfo-delete-existing-pointers, texinfo-find-pointer)
3034         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
3035         (texinfo-multiple-files-update):
3036         * textmodes/table.el (table--probe-cell-left-up)
3037         (table--probe-cell-right-bottom):
3038         * textmodes/picture.el (picture-tab-search):
3039         * textmodes/page-ext.el (pages-copy-header-and-position)
3040         (pages-directory-for-addresses):
3041         * progmodes/vera-mode.el (vera-get-offset):
3042         * progmodes/simula.el (simula-calculate-indent):
3043         * progmodes/python.el (python-pdbtrack-overlay-arrow):
3044         * progmodes/prolog.el (end-of-prolog-clause):
3045         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
3046         * progmodes/icon.el (indent-icon-exp):
3047         * progmodes/etags.el (tag-re-match-p):
3048         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3049         * progmodes/ebnf2ps.el (ebnf-begin-file):
3050         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
3051         (dcl-save-local-variable):
3052         * play/life.el (life-setup):
3053         * play/gametree.el (gametree-looking-at-ply):
3054         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3055         * mail/sendmail.el (mail-mode-auto-fill):
3056         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3057         * emacs-lisp/edebug.el (edebug-overlay-arrow):
3058         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
3059         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
3060         (woman-tab-to-tab-stop, WoMan-warn-ignored):
3061         * type-break.el (type-break-file-keystroke-count):
3062         * term.el (term-replace-by-expanded-history-before-point)
3063         (term-skip-prompt, term-extract-string):
3064         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
3065         (speedbar-contract-line, speedbar-toggle-line-expansion)
3066         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
3067         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
3068         * sort.el (sort-skip-fields):
3069         * skeleton.el (skeleton-internal-list):
3070         * simple.el (line-move-finish, line-move-to-column):
3071         * shell.el (shell-forward-command):
3072         * misc.el (copy-from-above-command):
3073         * makesum.el (double-column):
3074         * ebuff-menu.el (electric-buffer-update-highlight):
3075         * dired.el (dired-move-to-end-of-filename):
3076         * dframe.el (dframe-popup-kludge):
3077         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
3078         * arc-mode.el (archive-get-lineno):
3079         Use line-end-position and line-beginning-position.
3081         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
3082         (idlwave-study-twins): Prefix dynamic local `class'.
3083         (idlwave-routine-twin-compare): Update for above name change.
3085         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
3086         Use boundp tests to silence compiler.  Update for changed name of
3087         bytecomp-filename variable.
3089         * emulation/viper-cmd.el (viper-read-string-with-history):
3090         Prefix dynamic local `initial'.
3091         (viper-minibuffer-standard-hook): Update for above name change.
3093         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
3094         (elint-init-form): Update for above name change.
3096         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
3097         local variables `cbeg' and `cend' a prefix.
3098         (mail-extr-voodoo): Update for above name change.
3100         * textmodes/reftex-toc.el (reftex-toc-do-promote)
3101         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
3102         (reftex-toc-promote-action): Doc fix.
3104         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
3105         `prompt', `data' a prefix.
3106         (reftex-select-post-command-hook, reftex-select-callback)
3107         (reftex-select-mouse-accept, reftex-select-read-cite):
3108         Update for above name changes.
3110         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
3111         `refstyle' to reftex-refstyle.
3112         (reftex-offer-label-menu): Update for above name change.
3113         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
3114         `refstyle' name change.
3116         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
3117         with with-current-buffer.
3118         (diff, template): Give dynamic local variables a prefix.
3119         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
3120         (emerge-line-number-in-buf): Update for above name change.
3121         (emerge-combine-versions-internal): Rename local `template' to
3122         emerge-combine-template.
3123         (emerge-combine-versions-edit): Update for above name change.
3125 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
3127         * textmodes/reftex-cite.el
3128         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
3129         entries with whitespace after \bibitem.
3130         (reftex-create-bibtex-file): Match entries containing numbers and
3131         symbol constituents.  Make sure that entries with whitespace at
3132         various places are found.
3134 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
3136         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
3138 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
3140         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
3142 2010-11-05  Glenn Morris  <rgm@gnu.org>
3144         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
3145         (woman2-roff-buffer): Give local variable `request' a prefix.
3146         (woman0-macro): Rename argument `request' in the same way.
3147         (woman-request): New name for `request' dynamic variable.
3148         (woman-unquote, woman-forward-arg): Update for above name change.
3149         (woman1-roff-buffer): Give local variable `unquote' a prefix.
3150         (woman1-unquote): New name for `unquote' dynamic variable.
3151         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
3152         (woman-translations): Rename from `translations'.  No longer global.
3153         (woman2-tr, woman-translate): Update for above name change.
3154         (woman-translate): Check for bound variable.
3155         (woman2-roff-buffer): Give local variable `translations' a prefix.
3157         * play/doctor.el: Give all local variables a prefix.  Update callers.
3158         (doc$, doctor-put-meaning): Use backquote.
3160         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
3161         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
3163         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
3164         variables bytes, ptr, op a prefix.
3165         (disassemble-offset): Update for above change.
3167 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
3169         * emacs-lisp/package.el (package-unpack): Remove no-op.
3170         (package--builtins, package--dir): Doc fix.
3171         (package-activate-1, package-activate, package-install)
3172         (package-compute-transaction): Fix error message.
3173         (package-delete): Use delete-directory.  Omit system packages.
3174         (package-initialize): Set package-alist to nil first.
3175         (package-menu-mark-delete, package-menu-mark-install): Don't add
3176         symbols that are inconsistent with the package state.
3177         (package-menu-execute): Perform deletions and installations as
3178         single batch operations.
3180 2010-11-03  Glenn Morris  <rgm@gnu.org>
3182         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
3183         (props): Remove unnecessary declaration.
3185         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
3186         set-process-query-on-exit-flag.
3188         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
3189         (reftex-toc-do-promote): Remove unused local `mpos'.
3190         (reftex-toc-restore-region): Make `mpos' local to this function.
3192         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
3194         * play/landmark.el (lm-losing-threshold): Correct spelling.
3195         (lm-human-plays): Use new name.
3197         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
3198         (gomoku-human-plays): Use new name.
3200         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
3201         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
3202         (gomoku-score-trans-table, gomoku-winning-threshold)
3203         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
3205 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
3207         * emacs-lisp/package.el: Don't put built-in packages in
3208         package-alist, to avoid loading inefficiencies.
3209         (package-built-in-p): Make VERSION optional, and treat it as a
3210         minimum acceptable version.
3211         (package-activate): Search separately for built-in packages.
3212         Emit a warning if a dependency fails.
3213         (define-package): Handle most common case, where there is no
3214         obsolete package, first.
3215         (package-compute-transaction): Print required version in error.
3216         (package--initialized): New variable.
3217         (list-packages): Use it.
3218         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
3219         built-in packages in packages-alist; keep it separate.
3220         Set package--initialized.
3221         (describe-package): Avoid activating packages as a side-effect.
3222         Search separately for built-in packages.
3223         (describe-package-1): Handle the case where an elpa package is
3224         simultaneously built-in and available/installed.
3225         (package-installed-p, package--generate-package-list):
3226         Search separately for built-in packages.
3227         (package-load-descriptor): Doc fix.
3229 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3231         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3232         Handle __DATA__ and __END__.
3234 2010-11-02  Noah Friedman  <friedman@splode.com>
3236         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
3237         nil, do not ask to recompile files that are not already compiled,
3238         and do not recompile them.
3240 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
3242         * emacs-lisp/package.el (package-initialize): Ensure that
3243         obsoleted built-in packages are not in package-activated-list
3244         during activation.
3245         (describe-package-1): Make the "installed" status override
3246         "built-in".
3248 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3250         * subr.el (version-separator, version-regexp-alist): Remove '*'
3251         from docstring.
3252         (version-list-<=, version<=, version=): Doc fix.
3254 2010-11-01  Kenichi Handa  <handa@m17n.org>
3256         * faces.el (glyphless-char): Inherit underline for tty.
3258 2010-11-01  Kenichi Handa  <handa@m17n.org>
3260         Implement various display methods for glyphless characters.
3262         * international/characters.el (char-acronym-table): New variable.
3263         (glyphless-char-control): New variable.
3264         (update-glyphless-char-display): New funciton.
3266         * faces.el (glyphless-char): New face.
3268 2010-11-01  Glenn Morris  <rgm@gnu.org>
3270         * calendar/holidays.el (general-holidays, oriental-holidays)
3271         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
3272         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
3273         the definitions of their targets.
3275         * emacs-lisp/smie.el (smie): New custom group.
3276         (smie-blink-matching-inners, smie-indent-basic): Add :group.
3278         * faces.el (xw-defined-colors, x-setup-function-keys):
3279         * mouse-sel.el (x-select-text):
3280         * term/w32console.el (x-setup-function-keys): Update declarations.
3282         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
3284         * textmodes/ispell.el (comment-add): Declare.
3286         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
3287         Declare.
3289         * info.el (finder-keywords-hash, package-alist): Declare.
3291 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
3293         * finder.el (finder-compile-keywords): Don't use intern-soft,
3294         since package names may not yet exist in the obarray.
3296 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
3298         * vc/vc-arch.el (vc-arch-checkin):
3299         * vc/vc-cvs.el (vc-cvs-checkin):
3300         * vc/vc-mtn.el (vc-mtn-checkin):
3301         * vc/vc-rcs.el (vc-rcs-checkin):
3302         * vc/vc-sccs.el (vc-sccs-checkin):
3303         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
3304         since 2010-04-21 commit by Stefan Monnier.
3306 2010-11-01  Glenn Morris  <rgm@gnu.org>
3308         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
3310         * startup.el (package-enable-at-startup, package-initialize):
3311         Silence compiler.
3313         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
3314         Silence compiler.
3316 2010-10-31  Julien Danjou  <julien@danjou.info>
3318         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
3319         (byte-recompile-directory):
3320         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
3321         Use `byte-recompile-file'.
3323 2010-10-31  Glenn Morris  <rgm@gnu.org>
3325         * cus-start.el: Handle standard values via a keyword.
3326         Only set version property if specified.
3327         (cursor-in-non-selected-windows, menu-bar-mode)
3328         (tool-bar-mode, show-trailing-whitespace):
3329         Do not specify standard values.
3330         (transient-mark-mode, temporary-file-directory): Use :standard.
3332 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
3334         * term/x-win.el (x-get-selection-value): New function that gets
3335         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
3337 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
3339         * net/tramp.el (tramp-handle-insert-file-contents): For root,
3340         preserve owner and group when editing files.  (Bug#7289)
3342 2010-10-31  Glenn Morris  <rgm@gnu.org>
3344         * speedbar.el (speedbar-mode):
3345         * play/fortune.el (fortune-in-buffer, fortune):
3346         * play/gomoku.el (gomoku-mode):
3347         * play/landmark.el (lm-mode):
3348         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
3349         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
3351         * select.el (x-selection): Mark it as an obsolete alias.
3353 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3355         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
3356         major-mode (bug#7284).
3358 2010-10-31  Glenn Morris  <rgm@gnu.org>
3360         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
3361         rather than just an unused variable that inherits from the real one.
3363 2010-10-31  Alan Mackenzie  <acm@muc.de>
3365         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
3366         This fixes bug #7185.
3368 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
3370         * startup.el (command-line): Search for package directories, and
3371         don't load package.el if none are found.
3373         * emacs-lisp/package.el (describe-package, list-packages):
3374         Call package-initialize if it has not been called yet.
3376 2010-10-30  Alan Mackenzie  <acm@muc.de>
3378         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
3379         which fontifies the tail of an enum.
3380         (c-basic-matchers-after): Insert a call to the above new function.
3381         This fixes bug #7264.
3383 2010-10-30  Glenn Morris  <rgm@gnu.org>
3385         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
3386         tool-bar-mode, transient-mark-mode.  (Bug#7306)
3387         Include the :set property in the dumped Emacs.
3389 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3391         SMIE: change indent rules format, improve smie-setup.
3392         * emacs-lisp/smie.el (smie-precs-precedence-table)
3393         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
3394         Mark them pure so the tables gets built at compile time.
3395         (smie-bnf-precedence-table): Store the closer-alist in the table.
3396         (smie-prec2-levels): Preserve the closer-alist.
3397         (smie-blink-matching-open): Be more forgiving in case of indentation.
3398         (smie-hanging-p): Rename from smie-indent--hanging-p.
3399         (smie-bolp): Rename from smie-indent--bolp.
3400         (smie--parent, smie--after): New dynamic vars.
3401         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
3402         (smie-indent-rules): Remove.
3403         (smie-indent--offset-rule): Remove fun.
3404         (smie-rules-function): New var.
3405         (smie-indent--rule): New fun.
3406         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
3407         (smie-indent-exps): Use it.
3408         (smie-setup): Setup paren blinking; add keyword args for token
3409         functions; extract closer-alist from op-levels.
3410         (smie-indent-debug-log): Remove var.
3411         (smie-indent-debug): Remove fun.
3412         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
3413         (prolog-smie-rules): New fun to replace it.
3414         (prolog-mode-variables): Simplify.
3415         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
3416         it's setup automatically.
3417         (octave-smie-indent-rules): Remove.
3418         (octave-smie-rules): New fun to replace it.
3419         (octave-mode): Simplify.
3421 2010-10-29  Glenn Morris  <rgm@gnu.org>
3423         * files.el (temporary-file-directory): Remove (already defined in C).
3424         * cus-start.el: Add temporary-file-directory.
3426         * abbrev.el (abbrev-mode):
3427         * composite.el (auto-composition-mode):
3428         * menu-bar.el (menu-bar-mode):
3429         * simple.el (transient-mark-mode):
3430         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
3431         that they do not define the associated variables twice.
3432         * simple.el (transient-mark-mode): Remove defvar.
3433         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
3434         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
3435         Handle multiple groups, and also custom-delayed-init-variables.
3436         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3438 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
3441         (pcase-if): Add one minor optimization.
3442         (pcase-split-equal): Rename from pcase-split-eq.
3443         (pcase-split-member): Rename from pcase-split-memq.
3444         (pcase-u1): Add strings to the member optimization.
3445         Add `guard' variant of predicates.
3446         (pcase-q1): Add string patterns.
3448 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3450         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
3452 2010-10-28  Glenn Morris  <rgm@gnu.org>
3454         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3455         Move menu-bar related settings to ../menu-bar.el.
3456         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3457         Move ns-specific settings here from term/ns-win.el.
3459         * simple.el (x-selection-owner-p): Remove unused declaration.
3461 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         * minibuffer.el (completion-cycling): New var (bug#7266).
3464         (minibuffer-complete, completion--do-completion):
3465         Use completion--flush-all-sorted-completions.
3466         (minibuffer-complete): Only cycle if completion-cycling is set.
3467         (completion--flush-all-sorted-completions): Unset completion-cycling.
3468         (minibuffer-force-complete): Set completion-cycling.
3469         (completion-all-sorted-completions): Move declaration before first use.
3471 2010-10-28  Leo  <sdl.web@gmail.com>
3473         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
3474         which changes the order of matches seen by users (bug#7231).
3476 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
3478         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3479         Don't confuse -omega as "-o mega".
3481 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
3484         (log-edit-author): New dynamic var.
3485         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
3486         to return the author if different from committer.
3487         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
3489         * play/landmark.el: Adjust commenting convention.
3490         (lm-nil-score): Rename from nil-score.
3491         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
3492         (OOOOscore): Move into a let in lm-score-trans-table.
3493         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
3495         * electric.el (electric-indent-chars): Autoload.
3496         * progmodes/octave-mod.el (octave-mode):
3497         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
3498         (ruby-mode-abbrev-table): Merge initialization and declaration.
3500 2010-10-27  Glenn Morris  <rgm@gnu.org>
3502         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
3503         variable.
3505         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
3507         * term/ns-win.el: Restore require of cl when compiling.
3508         (menu-bar-final-items): Remove non-existent `windows' menu.
3509         (ns-handle-nxopen): Optionally handle the temp-case.
3510         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
3511         (ns-insert-file, ns-find-file): Use `pop'.
3513 2010-10-26  Glenn Morris  <rgm@gnu.org>
3515         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
3517 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3519         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
3520         global map.
3521         * term/common-win.el (x-setup-function-keys): Remove most of the
3522         keymappings.  Comment on the remaining ones.
3524 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
3526         * server.el (server-port): New option.  (Bug#854)
3527         (server-start): Use server-port.
3529 2010-10-26  Glenn Morris  <rgm@gnu.org>
3531         * term/ns-win.el (ns-version-string): Remove unused declaration.
3532         (ns-invocation-args): Change to x-invocation-args.
3533         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
3534         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
3535         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
3536         Use x-invocation-args instead of ns-invocation-args.
3537         (ns-initialize-window-system, handle-args-function-alist):
3538         Use x-handle-args instead of ns-handle-args.
3539         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
3540         * startup.el (command-line-ns-option-alist): Replace
3541         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
3542         ns-handle-iconic with the x- equivalents.
3544         * term/common-win.el (x-select-enable-clipboard):
3545         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
3547         * term/ns-win.el: No need to require cl when compiling.
3548         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
3549         (xw-defined-colors): Use the common-win definitions.
3550         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
3551         (ns-handle-iconic): Make it an alias for x-handle-iconic.
3552         * term/common-win.el (x-select-text, x-alternatives-map)
3553         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
3554         * loadup.el [ns]: Load common-win.
3556 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
3558         * epa-mail.el (epa-mail-encrypt): Handle local-part only
3559         recipients; expand mail aliases (Bug#7280).
3561 2010-10-25  Glenn Morris  <rgm@gnu.org>
3563         * term/common-win.el (x-handle-switch): Simplify with pop.
3564         Optionally handle numeric switches.
3565         (x-handle-numeric-switch): Just call x-handle-switch.
3566         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
3567         (x-handle-name-switch, x-handle-display, x-handle-args):
3568         Simplify with pop.
3570         * term/ns-win.el: Do not require easymenu.
3571         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
3572         <spell>: Move adjustments to menu-bar.el.
3573         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
3574         <separator-undo, spell>: Move ns-win's adjustments here.
3575         * loadup.el [ns]: Do not load easymenu.
3577 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3579         * image.el (image-checkbox-checked, image-checkbox-unchecked):
3580         Delete (Bug#7222).
3582         * startup.el (fancy-startup-tail): Instead of using inline images,
3583         refer to image files from etc/.
3585         * wid-edit.el (checkbox): Likewise.
3586         (widget-image-find): Center image specs.
3588 2010-10-24  Glenn Morris  <rgm@gnu.org>
3590         * term/ns-win.el (x-select-text): Doc fix.
3591         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
3592         (x-select-text): Move to term/common-win.
3593         * term/w32-win.el (xw-defined-colors): Move to common-win.
3594         * term/x-win.el (xw-defined-colors, x-alternatives-map)
3595         (x-setup-function-keys, x-select-text): Move to common-win.
3596         * term/common-win.el (x-select-text, x-alternatives-map)
3597         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
3598         definitions here.
3600 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
3602         * net/mairix.el (mairix-searches-mode-map):
3603         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
3605 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
3607         * verilog-mode.el (verilog-directive-re): Make this variable
3608         auto-built for efficiency of execution and updating.
3609         (verilog-extended-complete-re): Support 'pure' fucntion & task
3610         declarations (these have no bodies).
3611         (verilog-beg-of-statement): General cleanup to enable support of
3612         'pure' fucntion & task declarations (these have no bodies).
3613         These efforts together fix Verilog bug210 from veripool; which was also
3614         noticed by Steve Pearlmutter.
3615         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
3616         (verilog-directive-nest-re, verilog-set-auto-endcomments):
3617         Support `elsif.  Reported by Shankar Giri.
3618         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
3619         attribute handling for lining up declarations and assignments.
3620         (verilog-beg-of-statement-1): Fix issue where continued declaration
3621         is indented differently if it is after a begin..end clock.
3622         (verilog-in-attribute-p, verilog-skip-backward-comments)
3623         (verilog-skip-forward-comment-p): Support proper treatment of
3624         attributes by indent code. Reported by Jeff Steele.
3625         (verilog-in-directive-p): Fix comment to correctly describe function.
3626         (verilog-backward-up-list, verilog-in-struct-region-p)
3627         (verilog-backward-token, verilog-in-struct-p)
3628         (verilog-in-coverage-p, verilog-do-indent)
3629         (verilog-pretty-declarations): Use verilog-backward-up-list as
3630         wrapper around backward-up-list inorder to properly skip comments.
3631         Reported by David Rogoff.
3632         (verilog-property-re, verilog-endcomment-reason-re)
3633         (verilog-beg-of-statement, verilog-set-auto-endcomments)
3634         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
3635         of if). Reported by Max Bjurling and
3636         (verilog-calc-1): Fix for clocking block in modport
3637         declaration. Reported by Brian Hunter.
3639 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
3641         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
3642         (verilog-gate-keywords, verilog-read-sub-decls)
3643         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
3644         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
3645         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
3646         (verilog-read-decls): Fix spaces in V2K module parameters causing
3647         mis-identification as interfaces, bug287.
3648         (verilog-read-decls): Fix not treating "parameter string" as a
3649         parameter in AUTOINSTPARAM.
3650         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
3651         treating `elsif similar to `endif inside AUTOSENSE.
3652         (verilog-do-indent): Implement correct automatic or static task or
3653         function end comment highlight. Reported by Steve Pearlmutter.
3654         (verilog-font-lock-keywords-2): Fix highlighting of single
3655         character pins, bug264.  Reported by Michael Laajanen.
3656         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
3657         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
3658         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
3659         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
3660         (verilog-pretty-expr): Fix interactive arguments, bug272.
3661         Reported by Mark Johnson.
3662         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
3663         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
3664         bug269. Suggested by Gary Delp.
3665         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
3666         (verilog-preprocessor, verilog-set-compile-command):
3667         Create verilog-preprocess and verilog-preprocessor to show
3668         preprocessed output.
3669         (verilog-get-beg-of-line, verilog-get-end-of-line)
3670         (verilog-modi-file-or-buffer, verilog-modi-name)
3671         (verilog-modi-point, verilog-within-string): Move defmacro's
3672         before first use to avoid warning. Reported by Steve Pearlmutter.
3673         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
3674         (verilog-colorize-region, verilog-highlight-buffer)
3675         (verilog-highlight-includes, verilog-highlight-modules)
3676         (verilog-highlight-region, verilog-mode): Rename colorize to
3677         highlight to match other packages.  Disable module highlighting,
3678         as received speed complaints, reenable for experimentation only
3679         using new verilog-highlight-modules.
3680         (verilog-read-decls): Fix regexp stack overflow in very large
3681         AUTO_TEMPLATEs, bug250.
3682         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
3683         (verilog-scan): Create verilog-save-buffer-state to standardize
3684         making insignificant changes that shouldn't call hooks.
3685         (verilog-save-no-change-functions, verilog-save-scan-cache)
3686         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
3687         Create verilog-save-no-change-functions to wrap verilog-scan
3688         preservation, and fix to work with nested preserved calls.
3689         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
3690         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
3691         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
3692         (verilog-submit-bug-report): Update variable list to be complete.
3693         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
3694         breaking on-the-fly font-locking.
3695         (verilog-colorize-buffer, verilog-colorize-include-files)
3696         (verilog-colorize-include-files-buffer, verilog-colorize-region)
3697         (verilog-load-file-at-mouse, verilog-load-file-at-point)
3698         (verilog-mode, verilog-read-inst-module-matcher): With point on a
3699         AUTOINST cell instance name, middle mouse button now finds-file on
3700         it.  Suggested by Brad Dobbie.
3701         (verilog-alw-get-temps, verilog-auto-reset)
3702         (verilog-auto-sense-sigs, verilog-read-always-signals)
3703         (verilog-read-always-signals-recurse): Fix loop indexes being
3704         AUTORESET. AUTORESET now assumes any variables in the
3705         initialization section of a for() should be ignored.
3706         Reported by Dan Dever.
3707         (verilog-error-font-lock-keywords)
3708         (verilog-error-regexp-emacs-alist)
3709         (verilog-error-regexp-xemacs-alist): Fix error detection of
3710         Cadence HAL, reported by David Asher.  Repair drift between the
3711         three similar error variables.
3712         (verilog-modi-lookup, verilog-modi-lookup-cache)
3713         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3714         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3715         Fix slow verilog-auto expansion on very large files.
3716         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3717         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3718         "{1*2{...".  Broke in last revision.
3719         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3720         submodule connections with replications "{#{a},#{b}}".
3722 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
3724         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3725         Fix typo in docstring.
3727 2010-10-24  Kenichi Handa  <handa@m17n.org>
3729         * face-remap.el (text-scale-adjust): Call read-event with a proper
3730         prompt.
3732 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3734         * emacs-lisp/unsafep.el: Don't mark functions that display
3735         messages as safe.  Suggested by Johan Bockgård.
3737 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3740         Turn comments into docstrings.
3742         * minibuffer.el (completion--replace): Move point where it belongs
3743         when there's a common suffix (bug#7215).
3745 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3747         Merge read-color and facemenu-read-color (Bug#7242).
3749         * faces.el (read-color): Use the completion code from
3750         facemenu-read-color.  Require match in completion.  Doc fix.
3752         * facemenu.el (facemenu-read-color): Alias for read-color.
3753         (facemenu-set-foreground, facemenu-set-background):
3754         Use read-color.
3756         * frame.el (set-background-color, set-foreground-color)
3757         (set-cursor-color, set-mouse-color, set-border-color):
3758         Use read-color.
3760 2010-10-24  Leo  <sdl.web@gmail.com>
3762         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3763         argument of delete-file and delete-directory (Bug#7011).
3765 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3767         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3768         button-buffer-map.
3770 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
3772         * emacs-lisp/package.el (package--generate-package-list): Make the
3773         *Packages* buffer read-only.
3775 2010-10-24  Alan Mackenzie  <acm@muc.de>
3777         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3778         result of `c-beginning-of-decl-1' between invocations of a lambda
3779         function (Bug #7265).
3781 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
3783         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3784         executable is not available on the system (Bug#7268).
3786 2010-10-24  Glenn Morris  <rgm@gnu.org>
3788         * select.el (selection-coding-system, next-selection-coding-system):
3789         Sync doc with C versions.
3791         * w32-vars.el (x-select-enable-clipboard):
3792         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3793         * term/common-win.el (x-select-enable-clipboard): Move here.
3795         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3796         definition of C variable.
3798         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3799         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3800         Don't redefine things that are defined in C.
3801         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3802         (show-trailing-whitespace, auto-hscroll-mode)
3803         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3804         Set up the appropriate custom properties.
3806 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3808         Bind "C-c ]" to ...
3809         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3810         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3811         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3812         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3814 2010-10-23  Glenn Morris  <rgm@gnu.org>
3816         * textmodes/flyspell.el (flyspell-mode): If there was an error,
3817         say what it was.
3819         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3820         Sync docs with C version.
3822         * term/ns-win.el (xw-defined-colors):
3823         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3825         * term/pc-win.el (x-select-enable-clipboard):
3826         * term/x-win.el (x-select-enable-clipboard):
3827         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3829         * comint.el (comint-password-prompt-regexp): Make it less vague.
3830         Bump version.
3832         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3834         * help.el (finder-by-keyword): Remove unnecessary autoload.
3836 2010-10-22  Glenn Morris  <rgm@gnu.org>
3838         * loadup.el: Unconditionally load float-sup.
3839         * paren.el (show-paren-delay):
3840         * emacs-lisp/float-sup.el:
3841         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3842         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3843         (lazy-lock-stealth-verbose): Assume float support.
3844         * ps-print.el: Assume float support on Emacs.
3845         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3846         Remove non-float branch.
3848         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3849         src/Makefile no longer being pre-processed.
3851 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3853         * emacs-lisp/find-func.el (find-library): Use test-completion.
3855 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3859 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
3861         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3862         space in stat format string.
3863         (tramp-send-command): Unset $PS1 when using here documents, in
3864         order not to get several prompts.
3865         (tramp-get-inline-coding): Return `nil' in case of errors.
3867 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
3869         * hexl.el (hexl-mode, hexl-mode-exit):
3870         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3871         (hexl-revert-buffer-function): New function.
3872         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3874 2010-10-19  Alan Mackenzie  <acm@muc.de>
3876         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3877         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3878         that these keywords aren't wrongly matched as identifiers.
3880         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3881         setting of c-new-BEG and c-new-END from c-before-change to
3882         c-after-change.  (Bug#7181)
3884 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3886         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3887         Don't mark as safe.
3889         * custom.el (custom-theme-set-variables): Likewise.
3890         (load-theme): Add custom-theme-set-faces and
3891         custom-theme-set-variables to safe-functions while loading.
3892         (custom-enabled-themes): Mark as risky.
3894 2010-10-18  Julien Danjou  <julien@danjou.info>
3896         * bindings.el: Remove end dashes in default mode-line-format.
3898 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3900         * bindings.el (global-map): Bind C-d to delete-char and deletechar
3901         to delete-forward-char.
3903         * simple.el (normal-erase-is-backspace-mode): Remap delete to
3904         deletechar, and hence delete-forward-char.
3906 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * repeat.el (repeat): Use read-key (bug#6256).
3910 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3912         * emacs-lisp/unsafep.el: Don't mark functions that display
3913         messages as safe.  Suggested by Johan Bockgård.
3915 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * minibuffer.el (completion--replace): Move point where it belongs
3918         when there's a common suffix (bug#7215).
3920 2010-10-19  Kenichi Handa  <handa@m17n.org>
3922         * international/characters.el: Add category '|' (word breakable)
3923         to fullwidth characters.
3925 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
3927         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3928         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3929         order to make stat results a float.  Patch by Andreas Schwab
3930         <schwab@linux-m68k.org>.
3932 2010-10-18  Julien Danjou  <julien@danjou.info>
3934         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3935         hidden by `make-pointer-invisible'.
3937 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * files.el (locate-file-completion-table): Strip non-matching elements
3940         before checking length of list (bug#7238).
3942 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
3944         * custom.el (custom-theme-set-variables): Mark as a safe function.
3945         (load-theme): Check forms using unsafep.
3947         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3949 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
3951         * textmodes/ispell.el (ispell-aspell-find-dictionary):
3952         Fix aspell data file searching (bug#7230).
3954 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3956         * cus-theme.el (custom-theme--migrate-settings): New var.
3957         (customize-create-theme): Allow editing the `user' theme.
3958         (custom-theme-add-variable, custom-theme-add-var-1)
3959         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3960         to the front of each variable or face widget.
3961         (custom-theme-write): Save theme settings in the correct order.
3962         Optionally, remove saved settings from user customizations.
3963         (custom-theme-write-variables, custom-theme-write-faces):
3964         Save only the checked widgets.
3965         (customize-themes): Add a link for migrating custom settings.
3967         * custom.el (custom-declare-theme, provide-theme):
3968         Use custom-theme-name-valid-p.
3969         (custom-theme-name-valid-p): Remove checks that are now
3970         unnecessary since themes no longer obey load-path.
3972         * cus-edit.el (custom-variable-value-create): For the simple
3973         style, hide documentation string when hidden.
3975 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3977         * cus-edit.el (custom-variable, custom-face): Combine the
3978         :inhibit-magic and :display-style properties into a single
3979         :custom-style property.
3980         (custom-toggle-hide-variable, custom-toggle-hide-face):
3981         New functions.  If hiding an edited value, save it to :shown-value.
3982         (custom-variable-value-create, custom-face-value-create): Use them.
3983         (custom-magic-reset): Allow magic property to be unset.
3985         * custom.el: Custom themes no longer use load-path.
3986         (custom-theme-load-path): New option.  Change built-in theme
3987         directory to etc/.
3988         (custom-enabled-themes): Add custom-theme-load-path dependency.
3989         (custom-theme--load-path): New function.
3990         (load-theme, custom-available-themes): Use it.
3992         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3993         (customize-themes): Link to custom-theme-load-path variable.
3994         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3995         :custom-style property.
3997         * themes/*.el: Moved to etc/.
3999 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
4001         * textmodes/reftex-cite.el
4002         (reftex-extract-bib-entries-from-thebibliography): Do not move
4003         point when searching for \bibitem entries.  Match entries with
4004         spaces or tabs in front of arguments.
4006 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
4008         * cus-theme.el (customize-create-theme): Delete overlays after
4009         erasing.  If given a THEME arg, display only the faces of that arg
4010         instead of custom-theme--listed-faces.
4011         (custom-theme-variable-menu, custom-theme-variable-action)
4012         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
4013         (custom-theme-add-variable, custom-theme-add-face): Apply value
4014         from the theme settings, instead of the current value.
4015         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
4016         (custom-theme-visit-theme): Allow calling outside theme buffers.
4017         (custom-theme-merge-theme): Don't enable the theme when merging.
4018         (custom-theme-write-variables, custom-theme-write-faces): Use the
4019         :shown-value properties to save buffer values, not global ones.
4020         (customize-themes): Display a warning about user customizations.
4022         * cus-edit.el (custom-variable-value-create)
4023         (custom-face-value-create): Obey new special properties
4024         :shown-value and :inhibit-magic.
4026 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
4028         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4029         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
4030         <dale@codefu.org>.
4032 2010-10-14  Kenichi Handa  <handa@m17n.org>
4034         * mail/rmail.el (rmail-show-message-1): Catch an error of
4035         base64-decode-region and just show an error message (bug#7165).
4037         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
4038         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
4039         a font-spec (bug#7197).
4041 2010-10-14  Glenn Morris  <rgm@gnu.org>
4043         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
4045 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
4047         * international/mule.el (define-coding-system):
4048         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4049         * composite.el (compose-region): Fix typo in docstring.
4051 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
4053         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
4054         only after checking the theme-face property.
4056         * faces.el (face-spec-reset-face): Reset all attributes in one
4057         single call to set-face-attribute.
4058         (face-spec-match-p): Make it a defsubst.
4059         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
4060         (x-create-frame-with-faces, tty-create-frame-with-faces)
4061         (tty-set-up-initial-frame-faces): Don't recompute face specs in
4062         frame-set-background-mode, since they are recomputed immediately
4063         afterwards in face-set-after-frame-default.
4064         (face-set-after-frame-default): Minor optimization.
4065         (cursor): Provide non-trivial defface spec.
4067         * custom.el (custom-theme-recalc-face): Simplify.
4069 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
4071         * calc/calc-alg.el (math-var): Rename from `var'.
4072         (math-is-polynomial, math-is-poly-rec): Replace `var'
4073         with `math-var'.
4075         * calc/calcalg2.el (math-var): Rename from `var'.
4076         (calcFunc-table, math-scan-for-limits): Replace `var'
4077         with `math-var'.
4079 2010-10-13  Glenn Morris  <rgm@gnu.org>
4081         * subr.el (last): Deal with dotted lists (reported in bug#7174).
4083 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
4085         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
4087 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089         * net/tls.el (tls-program): Remove spurious %s from openssl.
4090         (tls-starttls-switches): Remove starttls hack.
4091         (open-tls-stream): Ditto.
4092         (tls-find-starttls-argument): Ditto.
4094 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
4096         * image.el (image-library-alist): Declare as obsolete alias.
4097         (image-type-available-p): Use `dynamic-library-alist'.
4099         * term/w32-win.el (dynamic-library-alist):
4100         Use instead of `image-library-alist'.
4102 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
4104         * subr.el (last): Make it faster.  (Bug#7174)
4106 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
4108         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
4110 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
4112         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
4113         (describe-theme-1): Extract doc from unloaded themes.
4115         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
4117         * themes/tango-theme.el:
4118         * themes/tango-dark-theme.el:
4119         * themes/wheatgrass-theme.el: New files.
4121 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
4123         * cus-theme.el (describe-theme, customize-themes)
4124         (custom-theme-save): New commands.
4125         (custom-new-theme-mode-map): Bind C-x C-s.
4126         (custom-new-theme-mode): Use custom--initialize-widget-variables.
4127         (customize-create-theme): New optional arg THEME.
4128         (custom-theme-revert): Use it.
4129         (custom-theme-visit-theme): Remove dead code.
4130         (custom-theme-merge-theme): Use custom-available-themes.
4131         (custom-theme-write): Make interactive.
4132         (custom-theme-write): Use custom-theme-name-valid-p.
4133         (describe-theme-1, custom-theme-choose-revert)
4134         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
4135         New funs.
4136         (custom-theme-allow-multiple-selections): New option.
4137         (custom-theme-choose-mode): New major mode.
4139         * custom.el (custom-theme-set-variables): Remove dead code.
4140         Obey custom--inhibit-theme-enable.
4141         (custom--inhibit-theme-enable): New var.
4142         (provide-theme): Obey it.
4143         (load-theme): Replace load with manual read/eval, in order to
4144         check for correctness.  Use custom-theme-name-valid-p.
4145         (custom-theme-name-valid-p): New function.
4146         (custom-available-themes): Use it.
4148         * cus-edit.el (custom--initialize-widget-variables): New function.
4149         (Custom-mode): Use it.
4151         * cus-face.el (custom-theme-set-faces): Remove dead code.
4152         Obey custom--inhibit-theme-enable.
4154         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
4156 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
4158         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
4160 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
4162         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
4163         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
4164         (mac-right-option-modifier): New alias for ns-right-option-modifier.
4166         * cus-start.el (all): ns-right-alternate-modifier is new.
4168 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4170         * emacs-lisp/lisp.el (lisp-completion-at-point):
4171         Use emacs-lisp-mode-syntax-table for the whole function.
4173 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
4175         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4176         instead of font-lock-mode before adding keywords.
4177         Remove hi-lock-mode off code.  Remove inhibit hack.
4178         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
4179         non-nil; removed hook inhibit hack.
4181 2010-10-12  Glenn Morris  <rgm@gnu.org>
4183         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
4184         (load-path-shadows-find): ... to this.
4185         (list-load-path-shadows): Update for above change.
4187         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
4189 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4191         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
4192         Fix comment for declare-function.
4194 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
4196         * custom.el (custom-fix-face-spec): New function; code moved from
4197         custom-face-edit-fix-value.
4198         (custom-push-theme): Use it when checking if a face has been
4199         changed outside customize.
4200         (custom-available-themes): New function.
4201         (load-theme): Use it.
4203         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
4205         * custom.el (custom-push-theme): Cleanup (use cond).
4206         (disable-theme): Recompute the saved-face property.
4207         (custom-theme-recalc-face): Follow face alias before setting prop.
4209         * image.el (image-checkbox-checked, image-checkbox-unchecked):
4210         New variables, containing checkbox images.
4212         * startup.el (fancy-startup-tail):
4213         * wid-edit.el (checkbox): Use them.
4215 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4217         * shell.el (shell-mode-map):
4218         * progmodes/modula2.el (m2-mode-map):
4219         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
4220         * play/mpuz.el (mpuz-mode-map):
4221         * play/landmark.el (lm-mode-map):
4222         * play/decipher.el (decipher-mode-map):
4223         * play/5x5.el (5x5-mode-map):
4224         * net/telnet.el (telnet-mode-map):
4225         * net/quickurl.el (quickurl-list-mode-map):
4226         * net/mairix.el (mairix-searches-mode-map):
4227         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
4228         * net/dig.el (dig-mode-map):
4229         * mail/mspools.el (mspools-mode-map):
4230         * hexl.el (hexl-mode-map):
4231         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
4232         (wordstar-C-o-map, wordstar-C-q-map):
4233         * emacs-lisp/edebug.el (edebug-eval-mode-map):
4234         * emacs-lisp/chart.el (chart-map):
4235         * edmacro.el (edmacro-mode-map):
4236         * erc/erc-list.el (erc-list-menu-mode-map):
4237         * array.el (array-mode-map): Declare and define in one step.
4239         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
4241 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
4243         * epa.el (epa-passphrase-callback-function): Display filename
4244         passed as the 3rd arg.
4245         * epa-file.el (epa-file-passphrase-callback-function):
4246         Pass filename to epa-passphrase-callback-function.
4248 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
4250         * cus-edit.el (custom-face-widget-to-spec)
4251         (custom-face-get-current-spec, custom-face-state): New functions.
4252         (custom-face-set, custom-face-mark-to-save)
4253         (custom-face-value-create, custom-face-state-set): Use them.
4255         * cus-theme.el (custom-theme--listed-faces): New var.
4256         (customize-create-theme): Use *Custom Theme* as the buffer name.
4257         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
4258         faces listed in custom-theme--listed-faces.
4259         (custom-theme-revert): New function.
4260         (custom-theme-add-variable, custom-theme-add-face): Insert at the
4261         bottom of the list.
4262         (custom-theme-write): Prompt for theme name if empty.
4263         (custom-theme-write-variables): Use dolist.
4264         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
4266 2010-10-09  Alan Mackenzie  <acm@muc.de>
4268         Enhance fontification of declarators to take account of the
4269         presence/absence of "typedef".
4271         * cc-engine.el (c-forward-type): New &optional param
4272         "brace-block-too".
4273         (c-forward-decl-or-cast-1): cdr of return value now indicates the
4274         presence of either or both of a "struct"-like keyword and "typedef".
4276         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
4277         fontification of declarators which follow a "}".
4278         (c-font-lock-declarations): Fontify declarators according to the
4279         presence/absence of "typedef".
4281         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
4282         for "typedef".
4283         (c-typedef-decl-key): New lang variable built from
4284         c-typedef-decl-kwds.
4286 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
4289         since that's too annoying.  Move the filter groups commands to
4290         TAB/backtab.
4292         * epa.el (epa-passphrase-callback-function): Say what we're
4293         querying the password for.
4295         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
4296         behaviour, don't bury the ibuffer buffer when visiting other buffers.
4298 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
4300         * cus-edit.el (custom-commands, custom-buffer-create-internal)
4301         (custom-magic-value-create): Pad button tags with spaces.
4302         (custom-face-edit): New variable.
4303         (custom-face-value-create): Determine whether to use the usual
4304         face editor here, instead of using custom-face-selected.
4305         Pass face defaults to custom-face-edit widget.
4306         (custom-face-selected, custom-display-unselected): Delete widgets.
4307         (custom-display-unselected-match): Function removed.
4308         (custom-face-set, custom-face-mark-to-save):
4309         Accept custom-face-edit widgets as the direct widget child.
4311         * wid-edit.el (widget--completing-widget): New var.
4312         (widget-default-complete): Bind it when doing completion.
4313         (widget-string-complete, widget-file-complete): Use it.
4315 2010-10-09  Glenn Morris  <rgm@gnu.org>
4317         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
4318         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
4319         (holiday-hebrew-misc): Small simplifications.
4321         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
4323         * net/browse-url.el: Don't require thingatpt, term, dired,
4324         executable, or w3-auto when compiling.
4325         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
4326         Declare.
4327         (browse-url-text-emacs): Require term.
4329 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
4331         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
4333 2010-10-08  Glenn Morris  <rgm@gnu.org>
4335         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
4337         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
4338         (shadows-compare-text-p): Make it an obsolete alias for...
4339         (load-path-shadows-compare-text): ... new name.
4340         (find-emacs-lisp-shadows): Update for above name change.
4341         (load-path-shadows-same-file-or-nonexistent): New name for the old
4342         shadow-same-file-or-nonexistent.
4344 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
4346         * minibuffer.el (completion--some, completion--do-completion)
4347         (minibuffer-complete-and-exit, minibuffer-completion-help)
4348         (completion-basic-try-completion)
4349         (completion-basic-all-completions)
4350         (completion-pcm--find-all-completions): Use lexical-let to
4351         avoid some false matches in variable completion (Bug#7056)
4353 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
4355         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
4357 2010-10-08  Leo  <sdl.web@gmail.com>
4359         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
4360         return non-nil if the file exists (Bug#7090).
4362 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * minibuffer.el (completion--replace):
4365         Better preserve markers (bug#7138).
4367 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
4369         * server.el (server-process-filter): Doc fix.
4371 2010-10-08  Drew Adams  <drew.adams@oracle.com>
4373         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
4375 2010-10-08  Glenn Morris  <rgm@gnu.org>
4377         * vc/ediff-wind.el (ediff-setup-control-frame):
4378         * vc/ediff-ptch.el (ediff-default-backup-extension):
4379         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
4380         (ediff-exec-process): Remove system-types emx, windows-95.
4382         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
4384 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
4386         * cus-edit.el (custom-variable, custom-face): Doc fix.
4387         (custom-face-edit): Add value-create attribute.
4388         (custom-face-edit-value-create)
4389         (custom-face-edit-value-visibility-action): New functions.
4390         Hide unused face attributes by default, and add a visibility toggle.
4391         (custom-face-edit-deactivate): Show empty values with shadow face.
4392         (custom-face-selected): Only use this for face specs with default
4393         attributes.
4394         (custom-face-value-create): Cleanup.
4396         * wid-edit.el (widget-checklist-value-create): Use dolist.
4397         (widget-checklist-match-find): Make second arg optional.
4399 2010-10-07  Glenn Morris  <rgm@gnu.org>
4401         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
4402         Prefix things.
4404         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
4405         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
4406         load-path-shadows-mode, update references.
4407         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
4408         Rename variable and button.
4409         (list-load-path-shadows): Update button caller.
4411 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4413         * emacs-lisp/smie.el (smie-bnf-classify): New function.
4414         (smie-bnf-precedence-table): Use it to remember the closers/openers.
4415         (smie-merge-prec2s): Handle those new entries.
4416         (smie-prec2-levels): Only set precedence to nil for actual
4417         openers/closers.
4418         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
4419         that is now unnecessary.
4421 2010-10-07  Miles Bader  <miles@gnu.org>
4423         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
4425 2010-10-07  Glenn Morris  <rgm@gnu.org>
4427         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
4428         (mail-position-on-field): Remove declarations.
4429         (mail-position-on-field): Autoload it.
4430         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
4431         and mail-header-end.  Don't require sendmail.
4433         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4434         (shadow-mode): New mode.
4435         (shadow-find-file): New button.
4436         (list-load-path-shadows): Use shadow-mode and buttons.
4438         * iimage.el (iimage-version): Remove.
4439         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
4440         Turn into defcustoms.
4441         (iimage-mode-map): Give it a doc string.
4443         * calendar/appt.el (appt-activate): Give a warning rather than an error
4444         if there is no diary-file.
4446 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
4448         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4449         Use `tramp-handle-find-backup-file-name'.
4451 2010-10-06  Glenn Morris  <rgm@gnu.org>
4453         * font-core.el (font-lock-defaults-alist): Remove variable.
4454         (font-lock-mode): Doc fix.
4455         (font-lock-default-function): Do not consult font-lock-defaults-alist.
4456         * font-lock.el (font-lock-refresh-defaults): Doc fix.
4457         (font-lock-set-defaults): Doc fix.
4458         Do not consult font-lock-defaults-alist.
4460         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
4462         * emacs-lisp/cl.el: No longer provide cl-19.
4464 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
4466         * net/tramp.el (tramp-handle-directory-files-and-attributes)
4467         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
4468         New defuns, taken from tramp-smb.el.
4469         (tramp-coding-system-change-eol-conversion)
4470         (tramp-set-process-query-on-exit-flag): Remove.
4472         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
4473         (tramp-compat-coding-system-change-eol-conversion)
4474         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
4475         from tramp.el.
4477         * net/tramp-gvfs.el:
4478         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
4479         by `tramp-compat-set-process-query-on-exit-flag'.
4481         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4482         Use `tramp-handle-directory-files-and-attributes',
4483         `tramp-handle-file-exists-p' and
4484         `tramp-handle-file-newer-than-file-p'.
4485         (tramp-imap-handle-file-exists-p)
4486         (tramp-imap-handle-file-executable-p)
4487         (tramp-imap-handle-file-readable-p)
4488         (tramp-imap-handle-directory-files-and-attributes)
4489         (tramp-imap-handle-file-newer-than-file-p): Remove.
4491         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
4492         by `tramp-compat-set-process-query-on-exit-flag' and
4493         `tramp-coding-system-change-eol-conversion' by
4494         `tramp-compat-coding-system-change-eol-conversion'.
4496         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4497         Use `tramp-handle-directory-files-and-attributes',
4498         `tramp-handle-file-exists-p' and
4499         `tramp-handle-file-newer-than-file-p'.
4500         (tramp-smb-handle-directory-files-and-attributes)
4501         (tramp-smb-handle-file-exists-p)
4502         (tramp-smb-handle-file-newer-than-file-p): Remove.
4503         (tramp-smb-maybe-open-connection):
4504         Replace `tramp-set-process-query-on-exit-flag' by
4505         `tramp-compat-set-process-query-on-exit-flag'.
4507 2010-10-05  Glenn Morris  <rgm@gnu.org>
4509         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
4511 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
4513         Continue reorganization of load dependencies.  (Bug#7156)
4515         * net/tramp.el (tramp-handle-file-local-copy-hook)
4516         (tramp-delete-temp-file-function): Move down.
4517         (tramp-exists-file-name-handler): Move up.
4518         (tramp-register-file-name-handlers): Simplify autoload.
4519         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
4520         (tramp-handle-directory-files, tramp-handle-dired-uncache)
4521         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
4522         (tramp-handle-file-name-completion)
4523         (tramp-handle-file-name-directory)
4524         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
4525         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
4526         (tramp-handle-find-backup-file-name)
4527         (tramp-handle-insert-file-contents, tramp-handle-load)
4528         (tramp-handle-substitute-in-file-name)
4529         (tramp-handle-unhandled-file-name-directory)
4530         (tramp-mode-string-to-int, tramp-local-host-p)
4531         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4533         * net/tramp-gvfs.el (top):
4534         * net/tramp-smb.el (top): Do not require 'tramp-sh.
4536         * net/tramp-sh.el (all): Move several objects to tramp.el, see
4537         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
4539 2010-10-04  Glenn Morris  <rgm@gnu.org>
4541         * calendar/appt.el (appt-add): Ensure reminders are enabled.
4542         (appt-activate): Give status messages.
4544 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
4546         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
4547         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
4548         `gnutls-negotiate' (formerly `starttls-negotiate').
4549         Remove trivial wrapper `starttls-open-stream'.
4551 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4553         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4554         log-outgoing commands.
4555         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
4556         to create a buffer local revert-buffer-function variable.
4557         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
4558         revert-buffer-function lambda.
4560 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
4562         * net/gnutls.el (starttls-negotiate): Use the plist interface to
4563         `gnutls-boot'.  Make TYPE the only required parameter.
4564         Allow TRUSTFILES and KEYFILES to be lists.
4565         (open-ssl-stream): Use it.
4567 2010-10-03  Glenn Morris  <rgm@gnu.org>
4569         * subr.el (directory-sep-char): Remove obsolete variable.
4570         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
4571         it is "necessary".
4573         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
4574         * vc/vc.el (vc-static-header-alist): Doc fix.
4575         * vc/vc-cvs.el (vc-cvs-header):
4576         * vc/vc-rcs.el (vc-rcs-header):
4577         * vc/vc-sccs.el (vc-sccs-header):
4578         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
4579         * obsolete/vc-mcvs.el (vc-mcvs-header):
4580         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
4581         on XEmacs.
4583 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4585         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4586         Remove obsolete use of binary-overwrite-mode (Bug#7001).
4588 2010-10-03  Glenn Morris  <rgm@gnu.org>
4590         * obsolete/x-menu.el: Remove file, obsolete since 21.1
4592         * textmodes/rst.el (rst-font-lock-keywords-function):
4593         Drop Emacs 20 code.
4595         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
4597         * printing.el: Drop Emacs 20 code.
4599         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
4600         without having used appt.el already).
4602         * subr.el (make-local-hook): Remove function obsolete since 21.1.
4603         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
4604         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
4605         XEmacs.
4606         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
4607         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
4609         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
4610         (charset-width, find-charset-region, chars-in-region, forward-point)
4611         (encode-coding-string, coding-system-p, ccl-execute-on-string)
4612         (define-ccl-program, multibyte-string-p, string-make-multibyte):
4613         Remove compatibility cruft (none of these are used by ps*.el).
4615 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4617         * subr.el (booleanp): Return t instead of a list (Bug#7086).
4619 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4621         * server.el (server-process-filter, server-return-error):
4622         Give emacsclient time to shut down after receiving an error string.
4624 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
4626         * files.el (remote-file-name-inhibit-cache): New defcustom.
4628         * time.el (display-time-file-nonempty-p):
4629         Use `remote-file-name-inhibit-cache'.
4631         * net/tramp.el (tramp-completion-reread-directory-timeout):
4632         Fix docstring.
4634         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
4635         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
4636         `remote-file-name-inhibit-cache'.  Check also for an integer
4637         value.  Add/increase counter when `tramp-verbose' >= 10.
4638         (tramp-set-file-property): Add/increase counter when
4639         `tramp-verbose' >= 10.
4641         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4642         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
4643         (tramp-bug): Set tramp-autoload cookie.  Report all interned
4644         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
4645         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
4646         characters only in strings.
4648         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
4649         to backward compatibility.
4651         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
4652         (tramp-handle-file-name-all-completions)
4653         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
4654         (tramp-open-connection-setup-interactive-shell):
4655         Call `tramp-cleanup-connection' directly.
4657 2010-10-02  Glenn Morris  <rgm@gnu.org>
4659         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
4661         * subr.el (char-bytes): Remove obsolete function.
4663         * isearch.el (isearch-return-char): Remove obsolete function.
4665         * mouse.el: No longer provide mldrag.
4666         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
4667         Remove obsolete aliases.
4669         * comint.el (comint-kill-output): Remove obsolete alias.
4671         * composite.el (decompose-composite-char): Remove obsolete function.
4672         * ps-def.el (decompose-composite-char): Remove unused function.
4674         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
4676         * outline.el (outline-visible): Remove obsolete function.
4678         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4679         * faces.el (internal-find-face, internal-get-face)
4680         (frame-update-faces, frame-update-face-colors)
4681         (x-frob-font-weight, x-frob-font-slant)
4682         (internal-frob-font-weight, internal-frob-font-slant)
4683         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4684         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4685         (x-make-font-bold-italic): Remove functions and aliases, obsolete
4686         since Emacs 21.1.
4687         * emulation/viper-util.el (viper-get-face):
4688         * obsolete/lucid.el (find-face, get-face): Use facep.
4689         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
4690         Remove unused functions.
4691         * vc/ediff-util.el (ediff-submit-report): Doc fix.
4693         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
4694         delete tempfile if interrupted during compilation.
4696 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698         * net/tls.el (tls-starttls-switches): Give up on using starttls with
4699         gnutls-cli.
4700         (tls-program): Add --insecure to be consistent with the defaults from
4701         openssl s_client.  Now all three commands are insecure.
4703 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
4705         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4706         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
4707         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
4709 2010-10-01  Glenn Morris  <rgm@gnu.org>
4711         * obsolete/sc.el: Remove file.
4713         * files.el (temporary-file-directory): On darwin, also try
4714         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4716 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
4718         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4719         Let's not break compatibility gratuitously, shall we?
4721 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723         * net/tls.el (tls-starttls-switches): New variable.
4724         (tls-find-starttls-argument): Use it.
4725         (open-tls-stream): Ditto.
4727         * net/netrc.el (netrc-credentials): Return the value of the "default"
4728         entry.
4729         (netrc-machine): Ditto.
4731 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
4733         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4735 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
4737         * server.el (server-start): Don't write pid to the authentication file.
4738         (server-create-tty-frame): Don't send pid.
4739         (server-process-filter): Send pid at the start of every connection.
4741 2010-09-30  Glenn Morris  <rgm@gnu.org>
4743         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4744         (show-all-diary-entries): Remove obsolete function aliases.
4746         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4747         Remove options, obsolete since 22.1.
4748         (appt-display-format, appt-display-message):
4749         Remove backwards-compatibility code.
4750         (appt-check): No longer check appt-issue-message.
4751         (appt-make-list): No longer autoload it.  Doc fix.  No longer
4752         activate the package.
4754 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4757         (starttls-negotiate): Just call boot, and let the handshake be
4758         triggered from the read loop.
4760 2010-09-29  Glenn Morris  <rgm@gnu.org>
4762         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4763         not displaying the diary.
4764         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4765         * calendar/appt.el (appt-check): No longer need to kill diary.
4767         * calendar/diary-lib.el (diary-list-entries): Move the
4768         "Preparing..." message entirely here.
4769         (diary-simple-display, diary-fancy-display): Move "Preparing..."
4770         messages to diary-list-entries.
4771         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4772         diary-display-function.
4774         * calendar/diary-lib.el (diary-include-other-diary-files):
4775         Trap some recursive includes.
4777         * calendar/appt.el (appt-activate): Check diary file.
4779 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4781         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4782         construction.
4784         * calendar/time-date.el: No need to require cl for Emacs 21.
4786 2010-09-28  Glenn Morris  <rgm@gnu.org>
4788         * calendar/appt.el (appt-check): Minor simplification.
4790 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4792         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4793         citation prefix.
4795 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
4797         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4798         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
4800 2010-09-27  Kenichi Handa  <handa@m17n.org>
4802         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4803         "ustar" format.
4805 2010-09-27  Kenichi Handa  <handa@m17n.org>
4807         * international/mule.el (define-coding-system): Docstring fixed.
4809         * international/mule-diag.el (describe-character-set): Use princ
4810         with proper print-length and print-level instead of insert.
4812 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4814         * window.el (walk-windows): Doc fix (bug#7105).
4816 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4818         * emacs-lisp/float-sup.el (e): Remove.
4820 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4822         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4823         variable.
4824         (starttls-negotiate): Use it.
4826 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4829         back.
4831 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4835 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4839         * net/netrc.el (netrc-store-data): New function.
4841 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
4843         * net/gnutls.el: GnuTLS glue code to set up a connection.
4845 2010-09-25  Julien Danjou  <julien@danjou.info>
4847         * notifications.el: Call dbus-register-signal only if it is bound.
4849 2010-09-25  Glenn Morris  <rgm@gnu.org>
4851         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4852         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4853         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4854         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4855         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4856         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4857         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4858         * eshell/esh-util.el, eshell/esh-var.el:
4859         Remove leading `*' from docs of faces and defcustoms.
4861 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
4863         * eshell/em-ls.el (eshell-ls-archive-regexp):
4864         * eshell/esh-util.el (eshell-tar-regexp):
4865         * ibuffer.el (ibuffer-compressed-file-name-regexp):
4866         * info.el (Info-suffix-list):
4867         * international/mule.el (auto-coding-alist):
4868         * woman.el (woman-file-regexp, woman-file-compression-regexp):
4869         * progmodes/etags.el (tags-compression-info-list):
4870         Support xz compression.
4872 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
4874         * files.el (get-free-disk-space): Don't assume the "df" output
4875         columns line up (Bug#6995).
4877 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
4879         * finder.el (finder-unknown-keywords):
4880         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4881         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4883 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
4885         * server.el (server-start): Revert part of 2010-08-08 change.  Using
4886         address 127.0.0.1 for local host is now done in Fmake_network_process.
4888 2010-09-24  Glenn Morris  <rgm@gnu.org>
4890         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4891         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4892         * textmodes/css-mode.el, textmodes/dns-mode.el:
4893         Move autoloaded auto-mode-alist entries to files.el.
4894         * files.el (auto-mode-alist): Move entries here.
4896 2010-09-23  Glenn Morris  <rgm@gnu.org>
4898         * isearch.el (isearch-lazy-highlight-cleanup)
4899         (isearch-lazy-highlight-initial-delay)
4900         (isearch-lazy-highlight-interval)
4901         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4902         * net/net-utils.el (ipconfig-program-options):
4903         Move aliases to options before the associated definitions.
4905 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * newcomment.el (comment-normalize-vars): Better test validity of
4908         comment-end-skip.
4910 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4912         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4913         (float-e): New name for `e'.
4914         (degrees-to-radians, radians-to-degrees):
4915         * calendar/solar.el (solar-longitude):
4916         * calculator.el (calculator-registers, calculator-funcall):
4917         * textmodes/artist.el (artist-spray-random-points):
4918         * play/bubbles.el (bubbles--initialize-images): Use new names.
4920 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
4922         Update to CEDET 1.0's version of EIEIO.
4924         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4925         New function.
4926         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4927         (eieio-default-eval-maybe): Eval val instead of unquoting only.
4928         (class-precedence-list): If class is nil, return nil.
4929         (eieio-generic-call): If class of first input arg is nil, don't
4930         look up static methods, and do check for primary methods.
4931         (initialize-instance): See if the default needs to be evaluated
4932         during the constructor.
4933         (eieio-perform-slot-validation-for-default): Don't do the check
4934         for values that will eventually be evaluated.
4935         (eieio-eval-default-p): New function.
4936         (eieio-default-eval-maybe): Use it.
4938 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4940         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4941         method-invocation-order.
4942         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4943         (eieio-class-precedence-dfs): Compute class precedence list using
4944         dfs algorithm.
4945         (eieio-class-precedence-bfs): Compute class precedence list using
4946         bfs algorithm.
4947         (eieio-class-precedence-c3): Compute class precedence list using
4948         c3 algorithm.
4949         (class-precedence-list): New function.
4950         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4951         (inconsistent-class-hierarchy): New error symbol.
4952         (call-next-method): Stow the replacement argument list for future
4953         call-next-method invocations.
4955 2010-09-23  Glenn Morris  <rgm@gnu.org>
4957         * calendar/appt.el (appt-check): If not displaying the diary,
4958         use (diary 1) to only get the entries we need.
4959         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4960         that it is in day order.  (Bug#7019)
4962         * calendar/appt.el (appt-check): Rather than showing the diary,
4963         just turn off invisible display, and only if needed.
4965         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
4967 2010-09-23  Glenn Morris  <rgm@gnu.org>
4969         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4970         (byte-compile-defvar, byte-compile-cl-warn):
4971         Start warnings with lower-case, like the majority.
4973         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4975         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
4977         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4978         * files.el (auto-mode-alist): Move ld-script entries here, further down
4979         the list.
4981         * vc/add-log.el: Don't require timezone when compiling.
4982         (timezone-make-date-sortable): Autoload it.
4983         (change-log-sortable-date-at): Don't require timezone.
4984         Use `ignore-errors'.
4986         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4987         Move alias before definition, so it does not need autoloading.
4989         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4990         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4991         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4992         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4993         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4994         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4995         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4996         * textmodes/tex-mode.el, textmodes/two-column.el:
4997         Remove leading `*' from docs of defcustoms etc.
4999 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5001         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
5003 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5005         * calendar/time-date.el (date-to-time): Try using parse-time-string
5006         first before using the slower timezone-make-date-arpa-standard.
5008 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5010         * calendar/time-date.el (format-seconds): Comment fix.
5012 2010-09-22  Glenn Morris  <rgm@gnu.org>
5014         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
5015         is not automatically buffer-local.
5017 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5019         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
5020         (smie-indent-comment): Be more careful with comment-start-skip.
5021         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
5022         (smie-indent-functions): Use them.
5024 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
5026         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
5028 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
5030         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
5031         tool-bar-position.  Don't modify frame parameters here.
5032         (menu-bar-options-save): Add tool-bar-position.
5034         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
5036 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         * textmodes/reftex-parse.el (reftex-what-macro)
5039         (reftex-context-substring): Let-bind forward-sexp-function to nil
5040         since we don't need/want to treat \begin...\end as a block (bug#7053).
5042         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
5044         * simple.el (blink-matching-open): Use syntax-class.
5046         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
5047         Set invisibility spec for pascal's outline mode.
5048         (pascal-outline-change): Clean up calling convention.
5049         (pascal-show-all, pascal-hide-other-defuns): Update callers.
5051         * progmodes/prolog.el (prolog-smie-forward-token)
5052         (prolog-smie-backward-token): New functions.
5053         (prolog-mode-variables): Use them to parse "!," correctly.
5054         Set up smie-blink-matching for ".".
5056         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
5057         and `end'.
5058         (ispell-region, ispell-process-line): Update users.
5060         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
5061         point-min==1.
5063         * textmodes/ispell.el: Fix commenting convention.
5064         (ispell-parse-output): Simplify, use push.
5065         (ispell-region): Use match-string-no-properties.
5066         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
5067         (ispell-minor-mode): Use define-minor-mode.
5068         (ispell-message): Remove unused var `skip-regexp'.
5069         (ispell-add-per-file-word-list): Use dynamic let-binding.
5070         Try and use the proper comment marker.
5072         * mail/sendmail.el: Fix commenting convention.
5073         (sendmail-send-it): Use line-beginning-position.
5075         * help-fns.el (describe-variable): Add original value, if applicable.
5077 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
5079         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
5081         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
5083 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
5086         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
5087         (smie-prec2-levels): Use them to better diagnose precedence cycles.
5088         (smie-blink-matching-check): Don't signal a mismatch if car is t.
5089         (smie-blink-matching-open): Rewrite to remove assumptions, so that
5090         something like "." can also be a closer.
5091         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
5092         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
5093         Rename internal functions to use "--".  Update callers.
5095         * frame.el (make-frame-names-alist): Don't list frames on other displays.
5097         * fringe.el (fringe-styles): New var.
5098         (fringe-mode, fringe-query-style): Use it.
5100 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
5102         * progmodes/sql.el: Version 2.8
5103         (sql-login-params): Update widget structure; changes still needed.
5104         (sql-product-alist): Add :list-all and :list-table features for
5105         SQLite, Postgres and MySQL products.
5106         (sql-redirect): Handle default value.
5107         (sql-execute, sql-execute-feature): New functions.
5108         (sql-read-table-name): New function.
5109         (sql-list-all, sql-list-table): New functions.  User API.
5110         (sql-mode-map, sql-interactive-mode-map): Add key definitions
5111         for above functions.
5112         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
5113         for above functions.
5114         (sql-postgres-login-params): Add user and database defaults.
5115         (sql-buffer-live-p): Bug fix.
5116         (sql-product-history): New variable.
5117         (sql-read-product): New function. Use it.
5118         (sql-set-product, sql-product-interactive): Use it.
5119         (sql-connection-history): New variable.
5120         (sql-read-connection): New function.  Use it.
5121         (sql-connect): New function.
5122         (sql-for-each-login): Redesign function interface.
5123         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
5124         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
5125         (sql-comint): Check for program.  Existing live buffer.
5126         (sql-comint-postgres): Add port parameter.
5128 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * emacs-lisp/warnings.el: Fix commenting convention.
5131         (display-warning): Use special mode and make the buffer read-only.
5133 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
5135         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
5136         empty string when it follows a repeated or optional pattern.
5138 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5140         * indent.el (indent-according-to-mode): Apply syntax-propertize.
5141         (indent-region): Use indent-according-to-mode.
5143 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
5145         * fringe.el (fringe-mode): Doc fix.
5147 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5149         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
5150         refreshing the preview buffer.
5152 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5154         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
5155         (latex-syntax-propertize-rules): New consts; replace
5156         tex-font-lock-syntactic-keywords.
5157         (tex-env-mark, latex-env-before-change): New functions.
5158         (latex-electric-env-pair-mode): New minor mode.
5159         (tex-font-lock-verb): Change arguments; do move point.
5160         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
5161         representation as a form of comment.
5162         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
5163         (doctex-syntax-propertize-rules): New const; replaces
5164         doctex-font-lock-syntactic-keywords.
5165         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
5167         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
5168         (fortran-make-syntax-propertize-function): New function; replaces
5169         fortran-font-lock-syntactic-keywords.
5170         (fortran-mode): Use it.
5171         (fortran-line-length): Use it.  Improve interactive spec.
5173         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
5174         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
5175         when adding surrounding \(..\).
5177         * progmodes/js.el (js-mode): Fix last change (bug#7054).
5179 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
5182         Use with-current-buffer.
5184         * isearch.el (isearch-face): Rename from `isearch'.
5185         (isearch-highlight): Use new name.
5187 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
5189         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
5190         5, for `half' width fringes.  (Bug#6933)
5192 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5194         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5195         (byte-compile-defvar): "foo/bar" does not lack a prefix.
5197         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
5199 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
5201         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
5202         in calculating new frame position.  Add more space between new and
5203         parent on the left (Bug#7048).
5205 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
5207         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
5208         defmacro.
5210 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
5212         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
5214         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
5215         obsolete alias for x-selection-value.
5217         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
5219 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
5221         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
5222         cookie.
5224 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
5226         * net/tramp-compat.el (tramp-compat-with-temp-message)
5227         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
5228         (tramp-compat-process-put): New defuns.
5230         * net/tramp.el (top):
5231         * net/tramp-gvfs.el (top):
5232         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
5234         * net/tramp.el (tramp-progress-reporter-update):
5235         Use `tramp-compat-funcall'.
5237         * net/tramp.el (tramp-process-actions):
5238         * net/tramp-gvfs.el (tramp-handle-vc-registered):
5239         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
5240         (tramp-get-remote-stat, tramp-get-remote-readlink):
5241         Use `tramp-compat-with-temp-message'.
5243         * net/tramp-sh.el (top): Require 'cl.
5244         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
5245         (tramp-open-connection-setup-interactive-shell):
5246         Use `tramp-compat-process-put'.
5248 2010-09-15  Alan Mackenzie  <acm@muc.de>
5250         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
5251         indentation.
5252         (c-forward-<>-arglist-recur): Fix an infinite recursion.
5254 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5257         `lexical' for warnings related to lexical scoping.
5258         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
5259         global vars which don't have a prefix and could hence affect lexical
5260         scoping in unrelated files.
5262 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264         * net/imap.el: Revert back to version
5265         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5266         seem problematic.
5268 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5270         * obsolete/old-whitespace.el (whitespace-unload-function):
5271         Explicitly pass `obarray' to `unintern' to avoid a warning.
5273 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
5276         Add `when' argument.  Update callers.
5278         * subr.el (unintern): Declare the obarray arg mandatory.
5280 2010-09-14  Glenn Morris  <rgm@gnu.org>
5282         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
5283         Doc fixes.
5285         * calendar/diary-lib.el (diary-included-files): New variable.
5286         (diary-list-entries): Maybe initialize diary-included-files.
5287         (diary-include-other-diary-files): Append to diary-included-files.
5288         * calendar/appt.el (appt-update-list): Also check the members of
5289         diary-included-files.  (Bug#6999)
5290         (appt-check): Doc fix.
5292 2010-09-14  David Reitter  <david.reitter@gmail.com>
5294         * simple.el (line-move-visual): Do not truncate goal column to
5295         integer size.  (Bug#7020)
5297 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5299         * repeat.el (repeat): Allow repeating when the last event is a click.
5300         Suggested by Drew Adams (bug#6256).
5302 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
5304         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
5305         Replace setting HGRCPATH to "" by some less invasive --config options.
5307 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * font-lock.el (font-lock-beginning-of-syntax-function):
5310         Mark as obsolete.
5312 2010-09-14  Glenn Morris  <rgm@gnu.org>
5314         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
5315         and tool-bar modes.  (Bug#6211)
5316         (menu-bar-mode): Move setting of standard-value after the
5317         minor-mode definition, otherwise it seems to have no effect.
5319 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
5321         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5322         Fix typo.  (Bug#6976)
5324 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5326         * whitespace.el: Allow cleaning up blanks without blank
5327         visualization (Bug#6651).  Adjust help window for
5328         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5329         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
5330         (whitespace-style): Add new value 'face.  Adjust docstring.
5331         (whitespace-space, whitespace-hspace, whitespace-tab):
5332         Adjust foreground property face.
5333         (whitespace-line-column): Adjust docstring and type declaration.
5334         (whitespace-style-value-list, whitespace-toggle-option-alist)
5335         (whitespace-help-text): Adjust const initialization.
5336         (whitespace-toggle-options, global-whitespace-toggle-options):
5337         Adjust docstring.
5338         (whitespace-display-window, whitespace-interactive-char)
5339         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5340         (whitespace-help-scroll): New fun.
5342 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5344         * calendar/time-date.el (format-seconds): Comment fix.
5346 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
5348         * progmodes/sql.el: Version 2.7.
5349         (sql-buffer-live-p): Improve detection.
5350         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5351         (sql-set-sqli-buffer): Use it.
5352         (sql-product-interactive): Run `sql-set-sqli-hook'.
5353         (sql-rename-buffer): Code cleanup.
5354         (sql-redirect, sql-redirect-value): New functions.  More to come.
5356 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
5358         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.
5359         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5360         (TRAMP_SRC): New macro.
5361         ($(lisp)/net/tramp-loaddefs.el): New target.
5363 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
5365         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
5367         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
5369         * net/tramp.el (top): Don't show loading message.  Require just
5370         'tramp-compat, everything else is required there.
5371         Use `ignore-errors' where appropriate.
5372         (tramp-inline-compress-start-size, tramp-copy-size-limit)
5373         (tramp-terminal-type, tramp-end-of-output)
5374         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
5375         (tramp-completion-function-alist-ssh)
5376         (tramp-completion-function-alist-telnet)
5377         (tramp-completion-function-alist-su)
5378         (tramp-completion-function-alist-putty, tramp-remote-path)
5379         (tramp-remote-process-environment, tramp-sh-extra-args)
5380         (tramp-actions-before-shell, tramp-uudecode)
5381         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
5382         (tramp-perl-file-attributes)
5383         (tramp-perl-directory-files-and-attributes)
5384         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5385         (tramp-perl-encode, tramp-perl-decode)
5386         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
5387         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
5388         (tramp-handle-make-symbolic-link, tramp-handle-load)
5389         (tramp-handle-file-name-as-directory)
5390         (tramp-handle-file-name-directory)
5391         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5392         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
5393         (tramp-do-file-attributes-with-ls)
5394         (tramp-do-file-attributes-with-perl)
5395         (tramp-do-file-attributes-with-stat)
5396         (tramp-handle-set-visited-file-modtime)
5397         (tramp-handle-verify-visited-file-modtime)
5398         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
5399         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
5400         (tramp-handle-file-selinux-context)
5401         (tramp-handle-set-file-selinux-context)
5402         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
5403         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
5404         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
5405         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
5406         (tramp-handle-file-ownership-preserved-p)
5407         (tramp-handle-directory-file-name, tramp-handle-directory-files)
5408         (tramp-handle-directory-files-and-attributes)
5409         (tramp-do-directory-files-and-attributes-with-perl)
5410         (tramp-do-directory-files-and-attributes-with-stat)
5411         (tramp-handle-file-name-all-completions)
5412         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
5413         (tramp-handle-copy-file, tramp-handle-copy-directory)
5414         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
5415         (tramp-do-copy-or-rename-file-via-buffer)
5416         (tramp-do-copy-or-rename-file-directly)
5417         (tramp-do-copy-or-rename-file-out-of-band)
5418         (tramp-handle-make-directory, tramp-handle-delete-directory)
5419         (tramp-handle-delete-file)
5420         (tramp-handle-dired-recursive-delete-directory)
5421         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
5422         (tramp-handle-insert-directory)
5423         (tramp-handle-unhandled-file-name-directory)
5424         (tramp-handle-expand-file-name)
5425         (tramp-handle-substitute-in-file-name)
5426         (tramp-handle-executable-find, tramp-process-sentinel)
5427         (tramp-handle-start-file-process, tramp-handle-process-file)
5428         (tramp-handle-call-process-region, tramp-handle-shell-command)
5429         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
5430         (tramp-handle-insert-file-contents)
5431         (tramp-handle-insert-file-contents-literally)
5432         (tramp-handle-find-backup-file-name)
5433         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
5434         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
5435         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
5436         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
5437         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
5438         (tramp-find-file-exists-command, tramp-open-shell)
5439         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
5440         (tramp-open-connection-setup-interactive-shell)
5441         (tramp-local-coding-commands, tramp-remote-coding-commands)
5442         (tramp-find-inline-encoding, tramp-call-local-coding-command)
5443         (tramp-inline-compress-commands, tramp-find-inline-compress)
5444         (tramp-compute-multi-hops, tramp-maybe-open-connection)
5445         (tramp-send-command, tramp-wait-for-output)
5446         (tramp-send-command-and-check, tramp-barf-unless-okay)
5447         (tramp-send-command-and-read, tramp-mode-string-to-int)
5448         (tramp-convert-file-attributes, tramp-check-cached-permissions)
5449         (tramp-file-mode-from-int, tramp-file-mode-permissions)
5450         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
5451         (tramp-method-out-of-band-p, tramp-local-host-p)
5452         (tramp-get-remote-path, tramp-get-remote-tmpdir)
5453         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
5454         (tramp-get-test-command, tramp-get-test-nt-command)
5455         (tramp-get-file-exists-command, tramp-get-remote-ln)
5456         (tramp-get-remote-perl, tramp-get-remote-stat)
5457         (tramp-get-remote-readlink, tramp-get-remote-trash)
5458         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
5459         (tramp-get-local-uid, tramp-get-local-gid)
5460         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
5461         tramp-sh.el.
5462         (tramp-methods, tramp-default-method-alist)
5463         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
5464         Move initialization to tramp-sh.el.
5465         (tramp-temp-name-prefix): Make it a defconst.
5466         (tramp-dissect-file-name): Don't check anymore for multi-hop
5467         methods.
5468         (tramp-debug-outline-regexp): Add a docstring.
5469         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
5470         (tramp-get-debug-buffer): Use it.
5472         * net/tramp-cache.el (top): Set tramp-autoload cookie for
5473         initialization forms.
5474         (tramp-set-connection-property): Don't protect `tramp-message'
5475         call, it isn't necessary any longer.
5476         (tramp-dump-connection-properties): Use `ignore-errors'.
5478         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
5479         'password-cache and 'auth-source.
5481         * net/tramp-gvfs.el (top):
5482         * net/tramp-smb.el (top): Require 'tramp-sh.
5484         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
5486         * net/tramp-sh.el: New file, derived from tramp.el.
5487         (top): Initialize `tramp-methods', `tramp-default-method-alist',
5488         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
5489         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
5490         Use `ignore-errors' where appropriate.
5491         (tramp-sh-file-name-handler-alist): Rename from
5492         `tramp-file-name-handler-alist'.
5493         (tramp-send-command-and-check): Return t or nil.  Remove all
5494         `zerop' checks, where called.
5495         (tramp-handle-set-file-modes)
5496         (tramp-do-copy-or-rename-file-directly)
5497         (tramp-handle-delete-directory, tramp-handle-delete-file)
5498         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
5499         (tramp-sh-file-name-handler, tramp-send-command-and-check)
5500         (tramp-get-remote-ln): Set tramp-autoload cookie.
5502         * net/tramp-fish.el: Remove file.
5504 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
5506         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
5507         buffer-file-name to avoid file-locking.  (Bug#7026)
5509 2010-09-13  Julien Danjou  <julien@danjou.info>
5511         * notifications.el (notifications-notify): Add support for
5512         image-path and sound-name.
5513         (notifications-specification-version): Add this variable.
5515 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5517         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5519 2010-09-12  Leo  <sdl.web@gmail.com>
5521         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
5522         (rcirc-completion-start): New variables.
5523         (rcirc-nick-completions): Rename to rcirc-completions.
5524         (rcirc-nick-completion-start-offset): Delete.
5525         (rcirc-completion-at-point): New function for constructing
5526         completion data for both nicks and irc commands.  Add to
5527         completion-at-point-functions in rcirc mode.
5528         (rcirc-complete): Rename from rcirc-nick-complete; use
5529         rcirc-completion-at-point.
5530         (defun-rcirc-command): Update rcirc-client-commands.
5532 2010-09-11  Glenn Morris  <rgm@gnu.org>
5534         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
5535         atomically, to avoid parallel build errors.  (Bug#4196)
5537 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
5539         * progmodes/sql.el: Version 2.6
5540         (sql-dialect): Synonym for "sql-product".
5541         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5542         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
5543         Set "sql-buffer" to buffer name not buffer object so multiple sql
5544         interactive buffers work properly.  Reverts misguided changes in
5545         earlier work.
5546         (sql-comint): Make sure different buffer name is used if "*SQL*"
5547         buffer is for a different product.
5548         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
5549         login param.
5550         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5551         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5552         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
5553         Accept new buffer name or prompt for one.
5554         (sql-port): Default to zero.
5555         (sql-comint-mysql): Handle "sql-port" as a numeric.
5556         (sql-port-history): Delete unused variable.
5557         (sql-get-login): Default "sql-port" to a number.
5558         (sql-product-alist): Correct Postgres prompt and terminator regexp.
5559         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
5560         "sqlite3" executables.
5561         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
5562         (sql-buffer-live-p): New function.
5563         (sql-mode-menu, sql-send-string): Use it.
5564         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
5565         syntax pattern.
5566         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
5567         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
5569 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571         * net/netrc.el (netrc-credentials): New convenience function.
5573 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
5576         to replace texinfo-font-lock-syntactic-keywords.
5577         (texinfo-mode): Use it.
5579         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
5580         Use syntax-propertize-function.
5582         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
5583         replace sgml-font-lock-syntactic-keywords.
5584         (sgml-mode): Use it.
5586         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
5587         since we don't use it.
5589         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
5591         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
5592         if available.
5593         (vhdl-fontify-buffer): Adjust.
5595         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
5596         replace tcl-font-lock-syntactic-keywords.
5597         (tcl-mode): Use it.
5599         * progmodes/simula.el (simula-syntax-propertize-function): New var to
5600         replace simula-font-lock-syntactic-keywords.
5601         (simula-mode): Use it.
5603         * progmodes/sh-script.el (sh-st-symbol): Remove.
5604         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
5605         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
5606         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
5607         (sh-font-lock-paren): Set syntax-multiline.
5608         (sh-font-lock-syntactic-keywords): Remove.
5609         (sh-syntax-propertize-function): New function to replace it.
5610         (sh-mode): Use it.
5612         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
5613         Define while compiling.
5614         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5615         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
5616         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
5617         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5618         (ruby-here-doc-end-syntax): Only define when
5619         syntax-propertize is not available.
5620         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
5621         New functions.
5622         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
5623         (electric-indent-chars): Silence bytecompiler.
5624         (ruby-mode): Use prog-mode, syntax-propertize-function, and
5625         electric-indent-chars.
5627         * progmodes/python.el (python-syntax-propertize-function): New var to
5628         replace python-font-lock-syntactic-keywords.
5629         (python-mode): Use it.
5630         (python-quote-syntax): Simplify and adjust to new use.
5632         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
5633         replace perl-font-lock-syntactic-keywords.
5634         (perl-syntax-propertize-special-constructs): New fun to replace
5635         perl-font-lock-special-syntactic-constructs.
5636         (perl-font-lock-syntactic-face-function): New fun.
5637         (perl-mode): Use it.
5639         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
5640         to replace octave-font-lock-close-quotes.
5641         (octave-syntax-propertize-function): New function to replace
5642         octave-font-lock-syntactic-keywords.
5643         (octave-mode): Use it.
5645         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
5646         replaces mixal-font-lock-syntactic-keywords.
5647         (mixal-mode): Use it.
5649         * progmodes/make-mode.el (makefile-syntax-propertize-function):
5650         New var; replaces makefile-font-lock-syntactic-keywords.
5651         (makefile-mode): Use it.
5652         (makefile-imake-mode): Adjust.
5654         * progmodes/js.el (js--regexp-literal): Define while compiling.
5655         (js-syntax-propertize-function): New var; replaces
5656         js-font-lock-syntactic-keywords.
5657         (js-mode): Use it.
5659         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
5660         replaces gdb-script-font-lock-syntactic-keywords.
5661         (gdb-script-mode): Use it.
5663         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
5664         (fortran--font-lock-syntactic-keywords): New var.
5665         (fortran-line-length): Update syntax-propertize-function and
5666         fortran--font-lock-syntactic-keywords.
5668         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
5670         * progmodes/cfengine.el (cfengine-mode):
5671         Use syntax-propertize-function.
5672         (cfengine-font-lock-syntactic-keywords): Remove.
5674         * progmodes/autoconf.el (autoconf-mode):
5675         Use syntax-propertize-function.
5676         (autoconf-font-lock-syntactic-keywords): Remove.
5678         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
5679         (ada-after-change-function, ada-initialize-syntax-table-properties)
5680         (ada-handle-syntax-table-properties): Only define when
5681         syntax-propertize is not available.
5682         (ada-mode): Use syntax-propertize-function.
5684         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
5685         (font-lock-fontify-syntactic-keywords-region): Move handling of
5686         font-lock-syntactically-fontified to...
5687         (font-lock-default-fontify-region): ...here.
5688         Let syntax-propertize-function take precedence.
5689         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
5691         * emacs-lisp/syntax.el (syntax-propertize-function)
5692         (syntax-propertize-chunk-size, syntax-propertize--done)
5693         (syntax-propertize-extend-region-functions): New vars.
5694         (syntax-propertize-wholelines, syntax-propertize-multiline)
5695         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
5696         (syntax-propertize): New functions.
5697         (syntax-propertize-rules): New macro.
5698         (syntax-ppss-flush-cache): Set syntax-propertize--done.
5699         (syntax-ppss): Call syntax-propertize.
5701         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
5703 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
5705         * textmodes/ispell.el (ispell-init-process): Improve comments.
5706         XEmacs compatibility changes regarding (add-hook) 'local option
5707         and (set-process-query-on-exit-flag).
5709 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
5711         * net/tramp-cache.el (tramp-parse-connection-properties):
5712         Set tramp-autoload cookie.
5714 2010-09-09  Glenn Morris  <rgm@gnu.org>
5716         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5717         (imagemagick-register-types): Doc fix.
5719 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5721         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5723         * progmodes/js.el (require): Require is already "eval-and-compile".
5724         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
5725         (js--re-search-backward): Use js--re-search-forward.
5727         * progmodes/fortran.el (fortran-line-length): Don't recompute
5728         syntactic keywords redundantly a second time.
5730         * progmodes/ada-mode.el: Replace "(set '" with setq.
5731         (ada-mode): Simplify.
5732         (ada-create-case-exception, ada-adjust-case-interactive)
5733         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5734         (ada-search-ignore-string-comment, ada-move-to-start)
5735         (ada-move-to-end): Use with-syntax-table.
5737         * font-lock.el (save-buffer-state): Remove `varlist' arg.
5738         (font-lock-unfontify-region, font-lock-default-fontify-region):
5739         Update usage correspondingly.
5740         (font-lock-fontify-syntactic-keywords-region):
5741         Set parse-sexp-lookup-properties buffer-locally here.
5742         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5744         * simple.el (blink-matching-open): Don't burp if we can't find a match.
5746 2010-09-08  Glenn Morris  <rgm@gnu.org>
5748         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5749         Error if not compiled with -DBYTE_CODE_METER.
5751         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5752         Ignore dir-locals-file.
5754 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5756         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5757         Not a const.
5758         (compilation-error-regexp-alist-alist): Rule out ": " in file names
5759         for the `gnu' messages.
5760         (compilation-set-skip-threshold): New command.
5761         (compilation-start): Use \' rather than $.
5762         (compilation-forget-errors): Use clrhash.
5764 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
5766         * textmodes/ispell.el (ispell-valid-dictionary-list):
5767         Simplify logic.
5769 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
5771         Migrate to Tramp 2.2.  Rearrange load dependencies.
5772         (Bug#1529, Bug#5448, Bug#5705)
5774         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5775         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5776         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5778         * net/tramp.el (top): Remove all other tramp-* loads except
5779         tramp-compat.el.  Remove all changes to tramp-unload-hook for
5780         other tramp-* packages.  Rearrange defun order.  Change calls of
5781         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5782         `tramp-compat-octal-to-decimal' to new function names.
5783         (tramp-terminal-type, tramp-initial-end-of-output)
5784         (tramp-methods, tramp-foreign-file-name-handler-alist)
5785         (tramp-tramp-file-p, tramp-completion-mode-p)
5786         (tramp-send-command-and-check, tramp-get-remote-path)
5787         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5788         (tramp-shell-quote-argument): Set tramp-autoload cookie.
5789         (with-file-property, with-connection-property): Move to
5790         tramp-cache.el.
5791         (tramp-local-call-process, tramp-decimal-to-octal)
5792         (tramp-octal-to-decimal): Move to tramp-compat.el.
5793         (tramp-handle-shell-command): Do not require 'shell.
5794         (tramp-compute-multi-hops): No special handling for tramp-gw-*
5795         symbols.
5796         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5798         * net/tramp-cache.el (top): Require 'tramp.  Add to
5799         `tramp-unload-hook'.
5800         (tramp-cache-data, tramp-get-file-property)
5801         (tramp-set-file-property, tramp-flush-file-property)
5802         (tramp-flush-directory-property, tramp-get-connection-property)
5803         (tramp-set-connection-property, tramp-flush-connection-property)
5804         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5805         cookie.
5806         (with-file-property, with-connection-property): New defuns, moved
5807         from tramp.el.
5808         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5809         macro.
5811         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5812         (tramp-version): Set tramp-autoload cookie.
5814         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
5815         changes to tramp-unload-hook for other tramp-* packages.  Add to
5816         `tramp-unload-hook'.
5817         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5818         (tramp-compat-call-process): New defuns, moved from tramp.el.
5820         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
5821         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5822         Add to `tramp-unload-hook'.  Change call of
5823         `tramp-compat-decimal-to-octal' to new function name.
5824         (tramp-fish-method): Make it a defconst.
5825         (tramp-fish-file-name-p): Make it a defsubst.
5826         (tramp-fish-method, tramp-fish-file-name-handler)
5827         (tramp-fish-file-name-p): Set tramp-autoload cookie.
5829         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5830         `tramp-foreign-file-name-handler-alist'.  Add to
5831         `tramp-unload-hook'.
5832         (tramp-ftp-method): Make it a defconst.
5833         (tramp-ftp-file-name-p): Make it a defsubst.
5834         (tramp-ftp-method, tramp-ftp-file-name-handler)
5835         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5837         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5838         `tramp-foreign-file-name-handler-alist'.  Add to
5839         `tramp-unload-hook'.  Change checks, whether package can be
5840         loaded.
5841         (tramp-gvfs-file-name-p): Make it a defsubst.
5842         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5843         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5844         (tramp-gvfs-handle-file-directory-p): New defun.
5845         (tramp-gvfs-file-name-handler-alist): Use it.
5847         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5848         `tramp-foreign-file-name-handler-alist'.  Add to
5849         `tramp-unload-hook'.
5850         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5851         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5852         defconst.
5853         (tramp-gw-tunnel-method, tramp-gw-socks-method)
5854         (tramp-gw-open-connection): Set tramp-autoload cookie.
5856         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
5857         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5858         Add to `tramp-unload-hook'.  Change checks, whether package can be
5859         loaded.
5860         (tramp-imap-file-name-p): Make it a defsubst.
5861         (tramp-imap-method, tramp-imaps-method)
5862         (tramp-imap-file-name-handler)
5863         (tramp-imap-file-name-p): Set tramp-autoload cookie.
5865         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
5866         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5867         Add to `tramp-unload-hook'.  Change checks, whether package can be
5868         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
5869         function name.
5870         (tramp-smb-tunnel-method): Make it a defconst.
5871         (tramp-smb-file-name-p): Make it a defsubst.
5872         (tramp-smb-method, tramp-smb-file-name-handler)
5873         (tramp-smb-file-name-p): Set tramp-autoload cookie.
5875         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5876         (tramp-uuencode-region): Set tramp-autoload cookie.
5878         * net/trampver.el (top) Add to `tramp-unload-hook'.
5879         (tramp-version, tramp-bug-report-address): Set tramp-autoload
5880         cookie.  Update release number.
5882 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
5884         * textmodes/ispell.el (ispell-start-process): Make sure original
5885         arg list is properly initialized (Bug#6993, Bug#6994).
5887 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5889         * files.el (directory-abbrev-alist): Use \` as default regexp.
5891         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5892         chars like - or ] (bug#6984).
5893         (rx-any-condense-range): Explode 2-char ranges.
5895 2010-09-06  Glenn Morris  <rgm@gnu.org>
5897         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5899 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * textmodes/bibtex.el:
5902         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5904 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906         * net/imap.el (imap-message-map): Remove optional buffer parameter,
5907         since no callers use it.
5908         (imap-message-get): Ditto.
5909         (imap-message-put): Ditto.
5910         (imap-mailbox-map): Ditto.
5911         (imap-mailbox-put): Ditto.
5912         (imap-mailbox-get): Ditto.
5913         (imap-mailbox-get): Revert last change for this function.
5915 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917         * net/imap.el (imap-fetch-safe): Remove function, and alter all
5918         callers to use `imap-fetch' instead.  According to the comments, this
5919         should be safe, since all other IMAP clients use the 1:* syntax.
5920         (imap-enable-exchange-bug-workaround): Remove.
5921         (imap-debug): Remove -- doesn't seem very useful.
5923 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925         * net/imap.el (imap-log): New convenience function used throughout
5926         instead of repeating the same code all over the place.
5928 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
5930         * mouse.el (mouse-save-then-kill): Save region to kill-ring
5931         when mouse-drag-copy-region is non-nil (Bug#6956).
5933 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
5935         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5936         Improve regexps (Bug#6987).
5937         (dired-sort-toggle): Search more robustly for -t flag.
5939         * files.el (get-free-disk-space): Search more robustly for
5940         "available" column.  Suggested by Ehud Karni
5941         <ehud@unix.mvs.co.il>.
5943 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
5945         * international/uni-bidi.el:
5946         * international/uni-category.el:
5947         * international/uni-combining.el:
5948         * international/uni-decimal.el:
5949         * international/uni-mirrored.el:
5950         * international/uni-name.el: Regenerate.
5952 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5954         * electric.el (electric-indent-post-self-insert-function):
5955         Don't reindent with a sloppy indentation function.
5957         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5958         border case in change-log-mode.
5960 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
5962         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5963         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5964         Recognize leading tab in gcc-include regexp.  Ignore names with
5965         leading "from" or "in" in gnu regexp (Bug#6937).
5967 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5970         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5971         (ispell-start-process): Avoid setq and simplify logic.
5972         (ispell-init-process): Setup kill-buffer-hook locally when needed.
5973         (kill-buffer-hook): Don't use it globally with code that uses
5974         expand-file-name since that may call kill-buffer via
5975         code_conversion_restore.
5977 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
5979         * emacs-lisp/package.el (package-directory-list): Only call
5980         file-name-nondirectory on a string.
5982 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5984         * emacs-lisp/package.el (package--download-one-archive):
5985         Ensure that archive-contents is valid before saving it.
5986         (package-activate-1, package-mark-obsolete, define-package)
5987         (package-compute-transaction, package-list-maybe-add): Use push.
5989 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5991         Use SMIE's blink-paren for octave-mode.
5992         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5993         Backslashes do not escape single-quotes, single-quotes do.
5994         (octave-block-else-regexp, octave-block-end-regexp)
5995         (octave-block-match-alist): Remove.
5996         (octave-smie-bnf-table): New var, with old content.
5997         (octave-smie-op-levels): Use it.
5998         (octave-smie-closer-alist): New var.
5999         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
6000         (octave-blink-matching-block-open): Remove.
6001         (octave-reindent-then-newline-and-indent, octave-electric-semi)
6002         (octave-electric-space): Let self-insert-command run expand-abbrev and
6003         blink parens.
6005         * electric.el (electricity): New group.
6006         (electric-indent-chars): New var.
6007         (electric-indent-post-self-insert-function): New fun.
6008         (electric-indent-mode): New minor mode.
6009         (electric-pair-skip-self): New custom.
6010         (electric-pair-post-self-insert-function): New function.
6011         (electric-pair-mode): New minor mode.
6013         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
6014         calcAlg-blink-matching-open.
6015         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
6016         (calc-do-alg-entry): Only touch the part of the keymap that varies.
6017         Use the new blink-matching-check-function.
6019         Provide blink-matching support to SMIE.
6020         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
6021         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
6022         (smie-blink-matching-check, smie-blink-matching-open): New functions.
6024         * simple.el (newline): Fix last change to properly remove itself from
6025         the hook.
6027 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * simple.el (newline): Eliminate optimization.
6030         Use post-self-insert-hook to set hard-newline and things before
6031         running post-self-insert-hook.
6032         (blink-matching-check-mismatch): New function.
6033         (blink-matching-check-function): New variable.
6034         (blink-matching-open): Use them.
6035         Skip back forward over prefix chars skipped by forward-sexp.
6036         Don't check if the parens are backslash escaped.
6037         (blink-paren-post-self-insert-function): Check backslash escaping here.
6039 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
6041         * emacs-lisp/package.el (package-menu-mode-map):
6042         Change package-menu-revert bindings to revert-buffer.
6043         (package-menu-mode): Set revert-buffer-function.
6044         (package-menu-revert): Doc fix.
6046 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
6048         * textmodes/ispell.el (ispell-init-process): Use "~/" as
6049         `default-directory' unless using Ispell per-directory personal
6050         dictionaries and not in a mini-buffer under XEmacs.
6051         (kill-buffer-hook): Do not kill ispell process on exit when
6052         `ispell-process-directory' is "~/".  (Bug#6143)
6054 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
6056         * simple.el (kill-new): Call interprogram-cut-function with only
6057         one argument.
6059         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
6060         Remove cut buffer from error message.
6062         * term/x-win.el (x-select-text):
6063         * term/pc-win.el (x-selection-value):
6064         * term/ns-win.el (x-selection-value):
6065         * eshell/em-term.el:
6066         * w32-fns.el (x-get-selection-value):
6067         * mouse-sel.el (mouse-sel-set-selection-function):
6068         * frame.el (display-selections-p): Remove cut-buffer in documentation.
6070         * term/x-win.el: Update documentation for x-last-selected-text-*.
6071         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
6072         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6073         (x-select-text): Remove argument PUSH, update documentation.
6074         Remove cut-buffer code.
6075         (x-selection-value-internal): Was previously x-selection-value.
6076         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6077         Update documentation, remove cut-buffer code.
6078         Call x-selection-value-internal.
6079         (x-clipboard-yank): Call x-selection-value-internal.
6080         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
6082         * term/pc-win.el (x-last-selected-text):
6083         x-cut-buffer-or-selection-value renamed to x-selection-value
6084         (x-select-text): Remove argument PUSH, update documentation.
6086         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
6087         x-cut-buffer-or-selection-value renamed to x-selection-value
6088         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6089         (x-select-text): Remove argument PUSH, update documentation.
6091         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
6093         * w32-fns.el (x-last-selected-text):
6094         x-cut-buffer-or-selection-value renamed to x-selection-value.
6095         (x-cut-buffer-max): Remove.
6096         (x-select-text): Remove argument PUSH, update documentation.
6098         * simple.el (interprogram-cut-function): Remove mention of PUSH.
6100         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
6102         * mouse-sel.el (mouse-sel-get-selection-function):
6103         x-cut-buffer-or-selection-value renamed to x-selection-value.
6104         (x-select-text): Remove optional push.
6106 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6108         * simple.el (blink-paren-function): Move from C to here.
6109         (blink-paren-post-self-insert-function): New function.
6110         (post-self-insert-hook): Use it.
6112         * emacs-lisp/pcase.el (pcase-split-memq):
6113         Fix overenthusiastic optimisation.
6114         (pcase-u1): Handle the case of a lambda pred.
6116 2010-08-31  Kenichi Handa  <handa@m17n.org>
6118         * international/mule-cmds.el (standard-display-european-internal):
6119         Setup standard-display-table for 8-bit characters by storing 8-bit
6120         characters in the element vector.
6122         * disp-table.el (standard-display-8bit):
6123         Setup standard-display-table for 8-bit characters by storing 8-bit
6124         characters in the element vector.
6125         (standard-display-european): Likewise.
6127 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
6129         * textmodes/nroff-mode.el (nroff-view): New command.
6130         (nroff-mode-map): Bind it to C-c C-c.
6132 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6134         * emacs-lisp/smie.el (smie-down-list): New command.
6136         Remove old indentation and navigation code on octave-mode.
6137         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
6138         smie-down-list rather than add a binding for octave-down-block.
6139         (octave-mark-block, octave-blink-matching-block-open):
6140         Rely on forward-sexp-function.
6141         (octave-fill-paragraph): Don't narrow, so you can use
6142         indent-according-to-mode.
6143         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
6144         (octave-in-block-p, octave-re-search-forward-kw)
6145         (octave-re-search-backward-kw, octave-indent-calculate)
6146         (octave-end-as-array-index-p, octave-block-end-offset)
6147         (octave-scan-blocks, octave-forward-block, octave-backward-block)
6148         (octave-down-block, octave-backward-up-block, octave-up-block)
6149         (octave-before-magic-comment-p, octave-indent-line): Remove.
6151 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
6153         * emacs-lisp/package.el (package--read-archive-file): Just use
6154         `read', to avoid copying an additional string.
6155         (package-menu-mode): Set header-line-format here.
6156         (package-menu-refresh, package-menu-revert): Signal an error if
6157         not in the Package Menu.
6158         (package-menu-package-list): New var.
6159         (package--generate-package-list): Operate on the current buffer;
6160         don't assume that it is *Packages*, since the user may rename it.
6161         Allow persistent package listings and sort keys using
6162         package-menu-package-list and package-menu-package-sort-key.
6163         (package-menu--version-predicate): Fix version calculation.
6164         (package-menu-sort-by-column): Don't select the window.
6165         (package--list-packages): Create the *Packages* buffer.
6166         Set package-menu-package-list-key.
6167         (list-packages): Sorting by status is now the default.
6168         (package-buffer-info): Use match-string-no-properties.
6169         (define-package): Add a &rest argument for future proofing, but
6170         don't use it yet.
6171         (package-install-from-buffer, package-install-buffer-internal):
6172         Merge into a single function, package-install-from-buffer.
6173         (package-install-file): Change caller.
6175         * finder.el: Load finder-inf using `require'.
6176         (finder-list-matches): Sorting by status is now the default.
6177         (finder-compile-keywords): Simpify printing.
6179 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6181         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6182         (octave-mode-map): Remove special bindings for forward/backward-block
6183         and octave-backward-up-block.  Use smie-close-block.
6184         (octave-continuation-marker-regexp): New var.
6185         (octave-continuation-regexp): Use it.
6186         (octave-operator-table, octave-smie-op-levels)
6187         (octave-operator-regexp, octave-smie-indent-rules): New vars.
6188         (octave-smie-backward-token, octave-smie-forward-token): New funs.
6189         (octave-mode): Use SMIE.
6190         (octave-close-block): Delete.
6192 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
6194         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
6195         CLIPBOARD, not in PRIMARY.  (Bug#6944)
6197 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6199         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
6200         a list of parents.
6201         (smie-indent-column): Allow indirection through variables.
6203         * composite.el (save-buffer-state): Delete, unused.
6204         * font-lock.el (save-buffer-state): Use with-silent-modifications.
6205         (font-lock-default-fontify-region): Use with-syntax-table.
6206         * jit-lock.el (with-buffer-unmodified): Remove.
6207         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
6209         Use `declare' in defmacros.
6210         * window.el (save-selected-window):
6211         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
6212         * progmodes/python.el (def-python-skeleton):
6213         * net/dbus.el (dbus-ignore-errors):
6214         * jka-cmpr-hook.el (with-auto-compression-mode):
6215         * international/mule.el (with-category-table):
6216         * emacs-lisp/timer.el (with-timeout):
6217         * emacs-lisp/lisp-mnt.el (lm-with-file):
6218         * emacs-lisp/eieio.el (with-slots):
6219         * emacs-lisp/easymenu.el (easy-menu-define):
6220         * emacs-lisp/debug.el (debugger-env-macro):
6221         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
6222         (Multiple-value-call, Multiple-value-prog1):
6223         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
6224         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
6225         edebug rule to definition.
6226         * emacs-lisp/lisp-mode.el (save-selected-window)
6227         (with-current-buffer, combine-after-change-calls)
6228         (with-output-to-string, with-temp-file, with-temp-buffer)
6229         (with-temp-message, with-syntax-table, read-if, eval-after-load)
6230         (dolist, dotimes, when, unless):
6231         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
6233 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
6235         * finder.el: Require `package'.
6236         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
6237         (finder-package-info): Var deleted.
6238         (finder-keywords-hash, finder--builtins-alist): New vars.
6239         (finder-compile-keywords): Compute package--builtins and
6240         finder-keywords-hash instead of finder-keywords-hash, respecting
6241         the "Package" header.
6242         (finder-unknown-keywords, finder-list-matches):
6243         Use finder-keywords-hash and package--list-packages.
6244         (finder-mode): Don't set font-lock-defaults.
6245         (finder-exit): We don't use "*Finder-package*" and "*Finder
6246         Category*" buffers anymore.
6248         * emacs-lisp/package.el (package--builtins-base): Var deleted.
6249         (package--builtins): Set default value to nil.
6250         (package-initialize): Load precomputed value of package--builtins
6251         from finder-inf.el.
6252         (package-alist, package-compute-transaction)
6253         (package-download-transaction): Improve docstring.
6254         (package-read-all-archive-contents): Do not change
6255         package--builtins here.
6256         (list-packages): Make package-list-packages an alias for this.
6257         Sort by status by default.
6258         (package--list-packages): Add optional PACKAGES arg.
6259         (describe-package-1): Use font-lock-face property.  For built-in
6260         packages, insert file commentary.
6261         (package--generate-package-list): Rename from
6262         package-list-packages-internal; all callers changed.  Add optional
6263         PACKAGES arg.  Add alphabetical sort fallbacks.
6264         (package-menu--version-predicate, package-menu--status-predicate)
6265         (package-menu--description-predicate)
6266         (package-menu--name-predicate): New functions.
6268         * info.el (Info-finder-find-node): Search package-alist instead of
6269         finder-package-info.
6271 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
6273         * subr.el (version-regexp-alist): Don't use "a" and "b" for
6274         "alpha" and "beta".
6275         (version-to-list): Handle versions like "10.3d".
6277 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
6280         (macroexp-accumulate): Use `declare'.
6282 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6284         * whitespace.el (whitespace-style): Adjust type declaration.
6286 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
6288         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6289         empty argument to gvfs-copy.
6291 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6293         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6294         handle new TRASH arg of `delete-file'.
6296 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
6298         * net/tramp.el (tramp-handle-insert-directory): Don't use
6299         `forward-word', its default syntax could be changed.
6301 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6302             Michael Albinus  <michael.albinus@gmx.de>
6304         Implement compression for inline methods.
6306         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6307         (tramp-copy-size-limit): Allow also nil.
6308         (tramp-inline-compress-commands): New defconst.
6309         (tramp-find-inline-compress, tramp-get-inline-compress)
6310         (tramp-get-inline-coding): New defuns.
6311         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6312         replaced by `tramp-get-inline-coding'.
6313         (tramp-handle-file-local-copy, tramp-handle-write-region)
6314         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6316 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
6318         Detect ssh 'ControlMaster' argument automatically in some cases.
6320         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6321         (tramp-default-method): Use it.
6323 2010-08-26  Karel Klíč  <kklic@redhat.com>
6325         * net/tramp.el (tramp-file-name-for-operation):
6326         Add file-selinux-context.
6328 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
6330         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
6332 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6334         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
6335         (Bug#6907).
6337 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
6339         * progmodes/js.el: Make indentation more customizable (Bug#6914).
6340         (js-paren-indent-offset, js-square-indent-offset)
6341         (js-curly-indent-offset): New options.
6342         (js--proper-indentation): Use them.
6344 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
6346         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
6347         instead of inspecting font-lock properties (Bug#6916).
6349 2010-08-26  David Reitter  <david.reitter@gmail.com>
6351         * server.el (server-visit-files): Run pre-command-hook and
6352         post-command-hook for each buffer while it is current (Bug#6910).
6353         (server-execute): Do not run hooks here.
6355 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
6357         Sync with Tramp 2.1.19.
6359         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6360         (tramp-reporter-dump-variable, tramp-load-report-modules)
6361         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
6362         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
6364         * net/tramp-compat.el (top): Do not autoload
6365         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
6366         only when `start-file-process' is not bound.
6367         (byte-compile-not-obsolete-vars): Define if not bound.
6368         (tramp-compat-funcall): New defmacro.
6369         (tramp-compat-line-beginning-position)
6370         (tramp-compat-line-end-position)
6371         (tramp-compat-temporary-file-directory)
6372         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6373         (tramp-compat-copy-file, tramp-compat-copy-directory)
6374         (tramp-compat-delete-file, tramp-compat-delete-directory)
6375         (tramp-compat-number-sequence, tramp-compat-process-running-p):
6376         Use it.
6377         (tramp-advice-file-expand-wildcards): Do not use
6378         `tramp-handle-file-remote-p'.
6379         (tramp-compat-make-temp-file): Simplify fallback implementation.
6380         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6381         (tramp-compat-copy-tree): Remove function.
6382         (tramp-compat-delete-file): New defun.
6383         (tramp-compat-delete-directory): Provide implementation for older
6384         Emacsen.
6385         (tramp-compat-file-attributes): Handle only
6386         `wrong-number-of-arguments' error.
6388         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6389         Add PRESERVE_SELINUX_CONTEXT.
6390         (tramp-fish-handle-delete-file): Add TRASH arg.
6391         (tramp-fish-handle-directory-files-and-attributes):
6392         Do not use `tramp-fish-handle-file-attributes.
6393         (tramp-fish-handle-file-local-copy)
6394         (tramp-fish-handle-insert-file-contents)
6395         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
6397         * net/tramp-gvfs.el (top): Require url-util.
6398         (tramp-gvfs-mount-point): Remove.
6399         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
6400         and `set-file-selinux-context'.
6401         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
6402         (tramp-gvfs-handle-file-selinux-context)
6403         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6404         (with-tramp-dbus-call-method): Format trace message.
6405         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6406         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6407         Implement backup call, when operation on local files fails.
6408         Use progress reporter.  Flush properties of changed files.
6409         (tramp-gvfs-handle-delete-file): Add TRASH arg.
6410         Use `tramp-compat-delete-file'.
6411         (tramp-gvfs-handle-expand-file-name): Expand "~/".
6412         (tramp-gvfs-handle-make-directory): Make more traces.
6413         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
6414         (tramp-gvfs-url-file-name): Hexify file name in url.
6415         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6416         into account for the resulting file name.
6417         (tramp-gvfs-handler-askquestion): Preserve current message, in
6418         order to let progress reporter continue afterwards.  (Bug#6257)
6419         Return dummy mountpoint, when the answer is "no".
6420         See `tramp-gvfs-maybe-open-connection'.
6421         (tramp-gvfs-handler-mounted-unmounted)
6422         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6423         attribute "default_location".  Set "prefix" property.
6424         Handle default-location.
6425         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6426         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6427         exists.  Raise an error, if not (due to a corresponding answer
6428         "no" in interactive questions, for example).
6429         Use `tramp-compat-funcall'.
6431         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6432         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6433         (tramp-imap-do-copy-or-rename-file)
6434         (tramp-imap-handle-insert-file-contents)
6435         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6436         (tramp-imap-handle-delete-file): Add TRASH arg.
6438         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6439         Add PRESERVE-SELINUX-CONTEXT.
6440         (tramp-smb-handle-copy-file)
6441         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6442         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6443         Use `with-progress-reporter'.
6444         (tramp-smb-handle-delete-file): Add TRASH arg.
6446         * net/tramp.el (tramp-methods): Move hostname to the end in all
6447         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
6448         appropriate.
6449         (tramp-verbose): Describe verbose level 9.
6450         (tramp-completion-function-alist)
6451         (tramp-file-name-regexp, tramp-chunksize)
6452         (tramp-local-coding-commands, tramp-remote-coding-commands)
6453         (with-connection-property, tramp-completion-mode-p)
6454         (tramp-action-process-alive, tramp-action-out-of-band)
6455         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6456         (tramp-exists-file-name-handler): Fix docstring.
6457         (tramp-remote-process-environment): Use `format' instead of
6458         `concat'.  Protect version string by apostroph.
6459         (tramp-shell-prompt-pattern): Do not use a shy group in case of
6460         XEmacs.
6461         (tramp-file-name-regexp-unified)
6462         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6463         not regard the volume letter as remote filename.  (Bug#5447)
6464         (tramp-perl-file-attributes)
6465         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6466         (tramp-vc-registered-read-file-names): Read input as
6467         here-document, otherwise the command could exceed maximum length
6468         of command line.
6469         (tramp-file-name-handler-alist): Add `file-selinux-context' and
6470         `set-file-selinux-context'.
6471         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
6472         backtrace functions.
6473         (tramp-error-with-buffer): Don't show the connection buffer when
6474         we are in completion mode.
6475         (tramp-progress-reporter-update, tramp-remote-selinux-p)
6476         (tramp-handle-file-selinux-context)
6477         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
6478         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
6479         New defuns.
6480         (with-progress-reporter): New defmacro.
6481         (tramp-debug-outline-regexp): New defconst.
6482         (top, tramp-rfn-eshadow-setup-minibuffer)
6483         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6484         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6485         (tramp-completion-mode-p, tramp-check-for-regexp)
6486         (tramp-open-connection-setup-interactive-shell)
6487         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6488         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6489         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
6490         Use `tramp-compat-funcall'.
6491         (tramp-handle-make-symbolic-link): Flush file properties.
6492         (tramp-handle-load, tramp-handle-file-local-copy)
6493         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6494         (tramp-handle-vc-registered, tramp-maybe-send-script)
6495         (tramp-find-shell): Use `with-progress-reporter'.
6496         (tramp-do-file-attributes-with-stat): Add space in format string,
6497         in order to work around a bug in pdksh.  Reported by Gilles Pion
6498         <gpion@lfdj.com>.
6499         (tramp-handle-verify-visited-file-modtime): Do not send a command
6500         when the connection is not established.
6501         (tramp-handle-set-file-times): Simplify the check for utc.
6502         (tramp-handle-directory-files-and-attributes)
6503         (tramp-get-remote-path): Use `copy-tree'.
6504         (tramp-completion-handle-file-name-all-completions): Ensure, that
6505         non remote files are still checked.  Oops.
6506         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6507         Handle PRESERVE-SELINUX-CONTEXT.
6508         (tramp-do-copy-or-rename-file): Add progress reporter.
6509         (tramp-do-copy-or-rename-file-directly): Do not use
6510         `tramp-handle-file-remote-p'.
6511         (tramp-do-copy-or-rename-file-out-of-band):
6512         Use `tramp-compat-delete-directory'.
6513         (tramp-do-copy-or-rename-file-out-of-band)
6514         (tramp-compute-multi-hops, tramp-maybe-open-connection):
6515         Use `format-spec-make'.
6516         (tramp-handle-delete-file): Add TRASH arg.
6517         (tramp-handle-dired-uncache): Flush directory cache, not only file
6518         cache.
6519         (tramp-handle-expand-file-name)
6520         (tramp-completion-handle-file-name-all-completions)
6521         (tramp-completion-handle-file-name-completion):
6522         Use `tramp-connectable-p'.
6523         (tramp-handle-start-file-process): Set connection property "vec".
6524         Use it, in order to invalidate file caches.  Check only for
6525         `remote-tty' process property.
6526         Implement tty setting.  (Bug#4604, Bug#6360)
6527         (tramp-file-name-for-operation): Add `call-process-region' and
6528         `set-file-selinux-context'.
6529         (tramp-find-foreign-file-name-handler)
6530         (tramp-advice-make-auto-save-file-name)
6531         (tramp-set-auto-save-file-modes): Remove superfluous check for
6532         `stringp'.  This is done inside `tramp-tramp-file-p'.
6533         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
6534         operations when we are in completion mode.  This gives the user
6535         the chance to correct the file name in the minibuffer.
6536         (tramp-completion-mode-p): Use `non-essential'.
6537         (tramp-handle-file-name-all-completions): Backward/ XEmacs
6538         compatibility: Use `completion-ignore-case' if
6539         `read-file-name-completion-ignore-case' does not exist.
6540         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
6541         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6542         `tramp-open-shell'.
6543         (tramp-action-password): Hide password prompt before next run.
6544         (tramp-process-actions): Widen connection buffer for the trace.
6545         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6546         process property.  Trace stty settings if `tramp-verbose' >= 9.
6547         Apply workaround for IRIX64 bug.  Move argument of last
6548         `tramp-send-command' where it belongs to.
6549         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6550         front of `login-args'.
6551         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
6552         on "/dev/null" instead of "/".
6553         (tramp-get-ls-command-with-dired): Make test for "--dired"
6554         stronger.
6555         (tramp-set-auto-save-file-modes): Adapt version check.
6556         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6557         (tramp-handle-process-file): Call the program in a subshell, in
6558         order to preserve working directory.
6559         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
6560         `tramp-remote-sh' from `tramp-methods'.
6561         (tramp-get-ls-command): Make test for "--color=never" stronger.
6562         (tramp-check-for-regexp): Use (forward-line 1).
6564         * net/trampver.el: Update release number.
6566 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6568         * help.el (help-map): Bind `C-h P' to describe-package.
6570         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6572         * emacs-lisp/package.el (package-refresh-contents): Catch errors
6573         when downloading archives.
6574         (describe-package-1): Add package commentary.
6575         (package-install-button-action): New function.
6576         (package-menu-mode-map): Bind ? to package-menu-describe-package.
6577         (package-menu-view-commentary): Function removed.
6578         (package-list-packages-internal): Hide the `package' package too.
6580 2010-08-25  Kenichi Handa  <handa@m17n.org>
6582         * language/misc-lang.el ("Arabic"): New language environment.
6583         Setup composition-function-table for Arabic characters.
6585         * international/fontset.el (setup-default-fontset): Fix typo for
6586         arabic OTF spec (fini->fina).
6588 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
6590         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
6591         on all frames.
6593 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6595         * whitespace.el: Allow cleaning up blanks without blank
6596         visualization (Bug#6651).  Adjust help window for
6597         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
6598         instead of whitespace-line-column (from EmacsWiki).  New version
6599         13.1.
6600         (whitespace-style): Add new value 'face.  Adjust docstring.
6601         (whitespace-space, whitespace-hspace, whitespace-tab):
6602         Adjust foreground property face.
6603         (whitespace-line-column): Adjust docstring and type declaration.
6604         (whitespace-style-value-list, whitespace-toggle-option-alist)
6605         (whitespace-help-text): Adjust const initialization.
6606         (whitespace-toggle-options, global-whitespace-toggle-options):
6607         Adjust docstring.
6608         (whitespace-display-window, whitespace-interactive-char)
6609         (whitespace-style-face-p, whitespace-color-on): Adjust code.
6610         (whitespace-help-scroll): New fun.
6612 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6614         * emacs-lisp/package.el (list-packages): Alias for
6615         package-list-packages.
6617 2010-08-24  Kevin Ryde  <user42@zip.com.au>
6619         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
6620         (Bug#5651).
6622         * progmodes/ruby-mode.el (ruby): Add defgroup.
6624 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6626         * progmodes/python.el: Add Ipython support (Bug#5390).
6627         (python-shell-prompt-alist)
6628         (python-shell-continuation-prompt-alist): New options.
6629         (python--set-prompt-regexp): New function.
6630         (inferior-python-mode, run-python, python-shell):
6631         Require ansi-color.  Use python--set-prompt-regexp to set the comint
6632         prompt based on the Python interpreter.
6633         (python--prompt-regexp): New var.
6634         (python-check-comint-prompt)
6635         (python-comint-output-filter-function): Use it.
6636         (run-python): Use a pipe (Bug#5694).
6638 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
6640         * progmodes/python.el (python-send-region): Send a different
6641         Python command if Ipython is in use.
6642         (python-check-version): Use a Python command to find the version.
6644 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6646         * mouse.el (mouse-yank-primary): Avoid setting primary when
6647         deactivating the mark (Bug#6872).
6649 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
6651         * progmodes/python.el (python-block-pairs): Allow use of "finally"
6652         with "else" (Bug#3991).
6654 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
6656         * net/dbus.el: Accept UNIX domain sockets as bus address.
6657         (top): Don't initialize `dbus-registered-objects-table' anymore,
6658         this is done in dbusbind,c.
6659         (dbus-check-event): Adapt test for bus.
6660         (dbus-return-values-table, dbus-unregister-service)
6661         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
6662         Adapt doc string.
6664 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
6666         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
6668 2010-08-22  Juri Linkov  <juri@jurta.org>
6670         * simple.el (read-extended-command): New function with the logic
6671         for `completing-read' moved to Elisp from `execute-extended-command'.
6672         Use `function-called-at-point' in `minibuffer-default-add-function'
6673         to get a command name for M-n (bug#5364, bug#5214).
6675 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6677         * startup.el (command-line-1): Issue warning for ignored arguments
6678         --unibyte, etc (Bug#6886).
6680 2010-08-22  Leo  <sdl.web@gmail.com>
6682         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
6683         (ignore, bright, dim, keyword): Split list of nicknames before
6684         passing to rcirc-add-or-remove (Bug#6894).
6686 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6688         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
6690 2010-08-22  Leo  <sdl.web@gmail.com>
6692         Fix buffer-list rename&refresh after killing a buffer in ido.
6693         * ido.el: Revert Óscar's.
6694         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
6695         Remember the buffers at head, rather than their name.
6696         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
6698 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
6699             Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
6702         extra backslash added to each line (bug#6890).
6704 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6706         * subr.el (read-key): Don't echo keystrokes (bug#6883).
6708 2010-08-22  Glenn Morris  <rgm@gnu.org>
6710         * menu-bar.el (menu-bar-games-menu): Add landmark.
6712 2010-08-22  Glenn Morris  <rgm@gnu.org>
6714         * align.el (align-regexp): Make group and spacing arguments
6715         use the interactive defaults when non-interactive.  (Bug#6698)
6717         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6718         expansion, so as not to need sendmail.
6719         (mail-text-start): Remove declaration.
6720         (rmail-retry-failure): Require sendmail.
6722 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6724         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6726 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
6728         * progmodes/flymake.el (flymake-start-syntax-check-process):
6729         Use `start-file-process' in order to let it run also on remote hosts.
6731 2010-08-22  Kenichi Handa  <handa@m17n.org>
6733         * files.el: Add `word-wrap' as safe local variable.
6735 2010-08-22  Glenn Morris  <rgm@gnu.org>
6737         * woman.el (woman-translate): Case matters.  (Bug#6849)
6739 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6741         * simple.el (kill-region): Doc fix (Bug#6787).
6743 2010-08-22  Glenn Morris  <rgm@gnu.org>
6745         * calendar/diary-lib.el (diary-header-line-format):
6746         Fit it to the window, not the frame.
6748 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
6750         * subr.el (ignore-errors): Add debug declaration.
6752 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
6754         * whitespace.el (whitespace-color-off): Remove post-command-hook
6755         locally.
6757 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6759         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6761 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
6763         * cus-edit.el (custom-group-value-create): Add extra newline
6764         before end line (Bug#6876).
6766 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
6768         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6769         when extending it.  Before killing on the second click, check if
6770         the buffer is the correct one.  Doc fix.
6771         (mouse-secondary-save-then-kill): Allow usage without first
6772         calling mouse-start-secondary, by defaulting to point.  Don't save
6773         an empty secondary selection.  Doc fix.
6775 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6777         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
6778         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6779         New version 13.0.
6780         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6781         Adjust initialization.
6782         (whitespace-bob-marker, whitespace-eob-marker)
6783         (whitespace-buffer-changed): New vars.
6784         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6785         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6786         (whitespace-post-command-hook, whitespace-display-char-on):
6787         Adjust code.
6788         (whitespace-looking-back, whitespace-buffer-changed): New funs.
6789         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6791 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * files.el (locate-file-completion-table): Only list the .el and .elc
6794         extensions if there's no other choice (bug#5955).
6796         * facemenu.el (facemenu-self-insert-data): New var.
6797         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6798         New functions.
6799         (facemenu-add-face): Use them.
6801         * simple.el (blink-matching-open): Obey forward-sexp-function.
6803 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * simple.el (prog-mode-map): New var.
6806         (prog-indent-sexp): New command.
6808         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6810         * progmodes/prolog.el (smie): Require.
6812         * emacs-lisp/smie.el (smie-default-backward-token)
6813         (smie-default-forward-token): Strip properties.
6814         (smie-next-sexp): Be more careful with associative operators.
6815         (smie-forward-sexp-command): Generalize.
6816         (smie-backward-sexp-command): Simplify.
6817         (smie-closer-alist): New var.
6818         (smie-close-block): New command.
6819         (smie-indent-debug-log): New var.
6820         (smie-indent-offset-rule): Add a few more cases.
6821         (smie-indent-column): New function.
6822         (smie-indent-after-keyword): Use it.
6823         (smie-indent-keyword): Use it.
6824         Fix up the opener code's point position.
6825         (smie-indent-comment): Only applies at BOL.
6826         (smie-indent-debug): New command.
6828         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6829         declarations that are useful before running the macro.
6831 2010-08-18  Joakim Verona  <joakim@verona.se>
6833         * image.el (imagemagick-types-inhibit): New variable.
6834         (imagemagick-register-types): New function.
6835         * image-mode.el (image-transform-properties): New function.
6836         (image-transform-set-scale, image-transform-fit-to-height)
6837         (image-transform-set-rotation, image-transform-set-resize)
6838         (image-transform-fit-to-width, image-transform-fit-to-height):
6839         New functions.
6840         (image-toggle-display-image): Support image transforms.
6842 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6844         * image.el (create-animated-image): Don't add heuristic mask to image
6845         (Bug#6839).
6847 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
6849         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6850         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6852 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6856         Font-lock '...' strings, plus various simplifications and fixes.
6857         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6858         (octave-font-lock-close-quotes): New function.
6859         (octave-font-lock-syntactic-keywords): New var.
6860         (octave-mode): Use it.  Set beginning-of-defun-function.
6861         (octave-mode-map): Don't override the <foo>-defun commands.
6862         (octave-mode-menu): Pass it directly to easy-menu-define;
6863         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6864         (octave-block-match-alist): Fix up last change so that
6865         octave-close-block uses the more specific keyword.
6866         (info-lookup-mode): Silence byte-compiler.
6867         (octave-beginning-of-defun): Not interactive any more.
6868         Optimize slightly.
6869         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6870         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6871         (octave-completion-at-point-function): Make sure point is within
6872         beg..end.
6873         (octave-reindent-then-newline-and-indent):
6874         Use reindent-then-newline-and-indent.
6875         (octave-add-octave-menu): Remove.
6877 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
6879         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6880         (report-emacs-bug-can-use-xdg-email): New functions.
6881         (report-emacs-bug): Set can-xdg-email to result of
6882         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
6883         \C-cm to report-emacs-bug-insert-to-mailer and add help text
6884         about it.
6886         * net/browse-url.el (browse-url-default-browser): Add cond
6887         for browse-url-xdg-open.
6888         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6890 2010-08-17  Glenn Morris  <rgm@gnu.org>
6892         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6893         (c-fontify-recorded-types-and-refs): Define for compiler.
6894         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6895         before use.
6897         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6898         Fix format call.
6900 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
6902         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6903         properties.
6904         (tramp-handle-process-file): Call the program in a subshell, in
6905         order to preserve working directory.
6906         (tramp-action-password): Hide password prompt before next run.
6907         (tramp-process-actions): Widen connection buffer for the trace.
6909 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6911         * net/rcirc.el (rcirc-log-process-buffers): New option.
6912         (rcirc-print): Use it.
6913         (rcirc-generate-log-filename): New function.
6914         (rcirc-log-filename-function): Change default to
6915         rcirc-generate-log-filename (Bug#6828).
6917 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
6919         * simple.el (deactivate-mark): If select-active-regions is `only',
6920         only set selection for temporarily active regions.
6922         * cus-start.el: Change defcustom for select-active-regions.
6924 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6926         * mouse.el (mouse--drag-set-mark-and-point): New function.
6927         (mouse-drag-track): Use LOCATION arg to push-mark.
6928         Use mouse--drag-set-mark-and-point to take click-count into
6929         consideration when updating point and mark (Bug#6840).
6931 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6933         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6934         Give the Ruby rule a lower priority than Gnu (Bug#6778).
6936 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6938         * font-lock.el (lisp-font-lock-keywords-2):
6939         Add combine-after-change-calls, condition-case-no-debug,
6940         with-demoted-errors, and with-silent-modifications (Bug#6025).
6942 2010-08-14  Kevin Ryde  <user42@zip.com.au>
6944         * emacs-lisp/copyright.el (copyright-update-year)
6945         (copyright-update): Temporary switch-to-buffer to ensure the
6946         buffer change being queried is visible (Bug#5394).
6948 2010-08-14  Tom Tromey  <tromey@redhat.com>
6950         * progmodes/etags.el (tags-file-name): Mark safe if stringp
6951         (Bug#6733).
6953 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
6955         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6956         MS-DOS.  (Bug#6689)
6958 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
6960         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6961         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6962         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6963         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6964         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6965         Call menu-bar-set-tool-bar-position.
6967 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6970         comment style (bug#6834).
6971         * progmodes/scheme.el (scheme-mode-syntax-table):
6972         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6973         "b" flag in "' 14b" syntax.
6975         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6976         for (un)commenting the region and performing completion.
6977         (octave-mode-menu): Use standard commands for help and completion.
6978         (octave-mode-syntax-table): Support %{..%} comments (sort of).
6979         (octave-mode): Use define-derived-mode.
6980         Set completion-at-point-functions and don't set columns.
6981         Don't disable adaptive-fill-regexp.
6982         (octave-describe-major-mode, octave-comment-region)
6983         (octave-uncomment-region, octave-comment-indent)
6984         (octave-indent-for-comment): Remove.
6985         (octave-indent-calculate): Rename from calculate-octave-indent.
6986         (octave-indent-line, octave-fill-paragraph): Update caller.
6987         (octave-initialize-completions): No need to make an alist.
6988         (octave-completion-at-point-function): New function.
6989         (octave-complete-symbol): Use it.
6990         (octave-insert-defun): Use define-skeleton.
6992         * progmodes/octave-mod.el (octave-mode): Set comment-add.
6993         (octave-mode-map): Use comment-dwim (bug#6829).
6995 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6997         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6998         indentation of inserted comment.
7000 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
7002         * faces.el (region): Add type gtk that uses gtk colors.
7004         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7005         Handle theme-name change.
7007 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
7009         * progmodes/sql.el: Version 2.5
7010         (sql-product-alist): Add :prompt-cont-regexp property for several
7011         database products.
7012         (sql-prompt-cont-regexp): New variable.
7013         (sql-output-newline-count, sql-output-by-send):
7014         New variables.  Record number of newlines in input text.
7015         (sql-send-string): Handle multiple filters and count newlines.
7016         (sql-send-magic-terminator): Count terminator newline.
7017         (sql-interactive-remove-continuation-prompt): Filters output to
7018         remove continuation prompts; one for each newline.
7019         (sql-interactive-mode): Set up new variables, prompt regexp and
7020         output filter.
7021         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
7022         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
7024 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * emacs-lisp/pcase.el: New file.
7028 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
7030         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7031         as here-document, otherwise the command could exceed maximum
7032         length of command line.
7033         (tramp-handle-vc-registered): Call script accordingly.
7034         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
7036 2010-08-10  Kenichi Handa  <handa@m17n.org>
7038         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7039         composable pattern.
7041 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
7043         * emacs-lisp/package.el (package-version-split)
7044         (package--version-first-nonzero, package-version-compare):
7045         Functions removed.
7046         (package-directory-list, package-load-all-descriptors)
7047         (package--built-in, package-activate, define-package)
7048         (package-installed-p, package-compute-transaction)
7049         (package-read-all-archive-contents)
7050         (package--add-to-archive-contents, package-buffer-info)
7051         (package-tar-file-info, package-list-packages-internal):
7052         Use version-to-list and version-list-*.
7054         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7055         Use version-to-list.
7056         (package-upload-buffer-internal): Use version-list-<=.
7058 2010-08-09  Kenichi Handa  <handa@m17n.org>
7060         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
7061         composable pattern.
7063 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
7065         * tutorial.el (tutorial--default-keys): C-d is now bound to
7066         delete-forward-char (Bug#6826).
7068         * mouse.el (mouse-drag-track): Remove accidentally-removed check
7069         for `double' value of mouse-1-click-follows-link (Bug#6807).
7071 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
7073         * replace.el (replace-highlight): Bind isearch-forward and
7074         isearch-error, ensuring that highlighting is updated if the user
7075         switches the search direction (Bug#6808).
7077         * isearch.el (isearch-lazy-highlight-forward): New var.
7078         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7079         (isearch-lazy-highlight-update): Use it.
7081 2010-08-08  Kenichi Handa  <handa@m17n.org>
7083         * international/mule.el (define-charset): Store NAME as :base property.
7084         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7085         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
7086         current priority.  Force using the designation of the specific
7087         charset by adding `charset' text property.  Improve the whole algorithm.
7089 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7091         * emulation/pc-select.el (pc-selection-mode-hook)
7092         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
7093         (pc-selection-mode): Fix typos in docstrings.
7095 2010-08-08  Kenichi Handa  <handa@m17n.org>
7097         * language/cyrillic.el: Don't add "microsoft-cp1251" to
7098         ctext-non-standard-encodings-alist here.
7100         * international/mule.el (ctext-non-standard-encodings-alist):
7101         Add "koi8-r" and "microsoft-cp1251".
7102         (ctext-standard-encodings): New variable.
7103         (ctext-non-standard-encodings-table): List only elements for
7104         non-standard encodings.
7105         (ctext-pre-write-conversion): Adjust for the above change.
7106         Check ctext-standard-encodings.
7108         * international/mule-conf.el (compound-text): Doc fix.
7109         (ctext-no-compositions): Doc fix.
7110         (compound-text-with-extensions): Doc fix.
7112 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
7116 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7118         * progmodes/which-func.el (which-func-format): Split help-echo text
7119         into lines, like other mode-line tooltips.
7121         * server.el (server-start): When using TCP sockets, force IPv4
7122         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
7124 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
7128 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7130         * term.el (term-delimiter-argument-list): Reflow docstring.
7131         (term-read-input-ring, term-write-input-ring, term-send-input)
7132         (term-bol, term-erase-in-display, serial-supported-or-barf):
7133         Fix typos in docstrings.
7135 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
7139 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7141         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
7143 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
7145         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
7146         Fix typo in docstring (bug#6747).
7148 2010-08-08  Leo  <sdl.web@gmail.com>
7150         * eshell/esh-io.el (eshell-get-target): Better detection of
7151         read-only file (Bug#6762).
7153 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7155         * align.el (align-default-spacing): Doc fix.
7156         (align-region-heuristic, align-regexp): Fix typos in docstrings.
7158 2010-08-08  Stephen Peters  <speters@itasoftware.com>
7160         * calendar/icalendar.el
7161         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
7162         (icalendar--get-weekday-numbers): New.
7163         (icalendar--convert-recurring-to-diary): Handle multiple byday
7164         values in weekly rules.  (Bug#6766)
7166 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
7168         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
7169         (icalendar--create-uid, icalendar-export-region)
7170         (icalendar--parse-summary-and-rest): Code formatting.
7172 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
7174         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
7175         to italicize headers.
7176         (calc-highlight-selections-with-faces): New variable.
7177         (calc-selected-face, calc-nonselected-face): New faces.
7179         * calc/calccomp.el (math-comp-highlight-string): Use
7180         `calc-highlight-selections-with-faces' to determine how to highlight
7181         sub-formulas.
7183         * calc/calc-sel.el (calc-show-selections): Change message to when
7184         using faces to highlight selections.
7186 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
7188         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
7189         Add SQLite 3 keywords, functions and datatypes.
7190         (sql-interactive-mode): Remove `comint-process-echoes' set to t
7191         (Bug#6686).
7193 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
7195         * simple.el (select-active-regions): Move to keyboard.c.
7196         (deactivate-mark): Used saved-region-selection.
7197         (select-active-region): Function removed.
7198         (activate-mark, set-mark, push-mark-command)
7199         (handle-shift-selection): Don't call it.
7200         (keyboard-quit): Avoid adding the region to the window selection.
7202         * mouse.el (mouse-drag-track): Remove hacks to deal with old
7203         select-active-regions implementation.
7204         (mouse-yank-at-click): Doc fix.
7206         * cus-start.el: Add custom declaration for select-active-regions.
7208 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
7210         * simple.el (delete-forward-char): Doc fix.
7212         * tutorial.el (help-with-tutorial): Hack safe file-local variables
7213         after reading the tutorial.
7215 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
7217         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
7218         Fix for the case that a C style comment has its delimiters alone on
7219         their respective lines.
7221 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
7223         * net/tramp.el (tramp-handle-start-file-process): Set connection
7224         property "vec".
7225         (tramp-process-sentinel): Use it for flushing the cache.
7226         We cannot do it via the process buffer, the buffer could be deleted
7227         already when running the sentinel.
7229 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
7231         * comint.el (comint-mode): Make directory tracking functions
7232         functional on remote files.  (Bug#6764)
7234 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7236         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
7238 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
7240         * emacs-lisp/find-gc.el (find-gc-source-files):
7241         Rename unexec.c => unexcoff.c.
7243         * emacs-lisp/authors.el (authors-fixed-entries):
7244         Rename unexec.c => unexcoff.c.
7246 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
7248         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
7249         cache, not only file cache.
7250         (tramp-process-sentinel): New defun.
7251         (tramp-handle-start-file-process): Use it, in order to invalidate
7252         file caches.
7254 2010-08-03  Leo  <sdl.web@gmail.com>
7256         * server.el (server-start): Simplify loop.
7258 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * frame.el (screen-height, screen-width, set-screen-width)
7261         (set-screen-height): Remove ancient compatibility aliases.
7263         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
7264         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
7266         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
7267         that change current buffer.
7269 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7271         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
7272         beginning of the string.  Use `string-match-p'.  (Bug#6765)
7274 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
7276         * cus-start.el (x-gtk-use-system-tooltips): New variable.
7278 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
7280         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
7281         (package--builtins): Tweak descriptions.
7282         (package-print-package): Upcase descriptions if necessary.
7283         Show all built-in packages in font-lock-builtin-face.
7284         (package-list-packages-internal): Omit "emacs" package.
7285         Show status of built-in packages as "built-in".
7287 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
7289         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
7290         before killing to preserve the primary selection (Bug#6701).
7292         * term/x-win.el (x-select-text): Doc fix.
7294 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
7296         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
7297         (objc-font-lock-extra-types):
7298         * progmodes/cc-mode.el (c-basic-common-init):
7299         * progmodes/cc-langs.el (c-make-mode-syntax-table)
7300         (c++-make-template-syntax-table)
7301         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
7302         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
7303         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
7304         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
7305         * progmodes/cc-fonts.el (c-make-inverse-face)
7306         (c-basic-matchers-after):
7307         * progmodes/cc-engine.el (c-forward-keyword-clause)
7308         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
7309         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
7310         (c-guess-continued-construct, c-guess-basic-syntax):
7311         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
7312         The above functions were modified or created.
7314 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
7316         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
7318 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
7320         * files.el (bidi-paragraph-direction): Define safe local values.
7322         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
7323         language-info-alist.  Remove outdated FIXME in a comment.
7325 2010-07-31  Alan Mackenzie  <acm@muc.de>
7327         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
7328         Auto-fill broken in C/C++ modes.
7330 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
7332         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7333         (menu-bar-showhide-tool-bar-menu-customize-disable)
7334         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7335         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
7336         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
7337         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
7338         make a menu for Options => toolbar that can move it.
7340 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
7342         * emacs-lisp/package-x.el (package--make-rss-entry):
7343         (package-maint-add-news-item, package--update-news)
7344         (package-upload-buffer-internal): New arg ARCHIVE-URL.
7346         * emacs-lisp/package.el (package-archive-url): Rename from
7347         package-archive-id.
7348         (package-install): Doc fix.
7349         (package-download-single, package-download-tar, package-install)
7350         (package-menu-view-commentary): Callers changed.
7352 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
7354         * net/tramp.el (tramp-handle-start-file-process): Check only for
7355         `remote-tty' process property.
7356         (tramp-open-shell): Don't check for tty.
7357         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7358         process property.
7360         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
7361         host.
7363 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
7365         * emacs-lisp/package.el (package-load-list, package-archives)
7366         (package-archive-contents, package-user-dir)
7367         (package-directory-list, package--builtins, package-alist)
7368         (package-activated-list, package-obsolete-alist): Mark as risky.
7370 2010-07-28  Phil Hagelberg  <phil@evri.com>
7372         Add support for non-default package repositories.
7373         * emacs-lisp/package.el (package-archive-base): Var deleted.
7374         (package-archives): New variable.
7375         (package-archive-contents): Doc fix.
7376         (package-load-descriptor): Do nothing if descriptor file is missing.
7377         (package--write-file-no-coding): New function.
7378         (package-unpack-single): Use it.
7379         (package-archive-id): New function.
7380         (package-download-single, package-download-tar)
7381         (package-menu-view-commentary): Use it.
7382         (package-installed-p): Make second argument optional.
7383         (package-read-all-archive-contents): New function.
7384         (package-initialize): Use it.
7385         (package-read-archive-contents): Add ARCHIVE argument.
7386         (package--add-to-archive-contents): New function.
7387         (package-install): Don't call package-read-archive-contents.
7388         (package--download-one-archive): Store archive file in a
7389         subdirectory of package-user-dir.
7390         (package-menu-execute): Remove spurious line movement.
7392 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
7394         * cus-start.el (tool-bar-style): Add text-image-horiz.
7396 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7398         * progmodes/gud.el (gud-common-init): Check for remoteness of
7399         `file', and not of `default-directory'.
7401 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7403         * net/tramp.el (tramp-methods): Move hostname to the end in all
7404         ssh `tramp-login-args'.
7405         (tramp-verbose): Describe verbose level 9.
7406         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7407         (tramp-open-connection-setup-interactive-shell): Trace stty
7408         settings if `tramp-verbose' >= 9.
7409         (tramp-handle-start-file-process): Implement tty setting.
7410         (Bug#4604, Bug#6360)
7412         * net/tramp-cmds.el (tramp-bug): Recommend setting of
7413         `tramp-verbose' to 9.
7415 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
7417         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
7418         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
7419         Remove references to package `lisp-re' (bug#4369).
7421 2010-07-27  Tom Tromey  <tromey@redhat.com>
7423         * progmodes/js.el (js-mode):
7424         * progmodes/make-mode.el (makefile-mode):
7425         * progmodes/simula.el (simula-mode):
7426         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7428 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
7430         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
7432         * time.el (display-time-day-and-date): Remove spurious * in docstring.
7433         (display-time-world-buffer-name, display-time-world-mode-map):
7434         Fix typos in docstrings.
7436 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
7438         * image-mode.el (image-display-size): New function.
7439         (image-forward-hscroll, image-next-line, image-eol, image-eob)
7440         (image-mode-fit-frame): Use it (Bug#6639).
7442 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
7444         * dired.el (dired-buffers-for-dir): Handle list values of
7445         dired-directory (Bug#6636).
7447 2010-07-26  Sam Steingold  <sds@gnu.org>
7449         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
7450         Do not call `x-get-selection' the second time, reuse the value.
7452 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
7454         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
7455         which consist of control chars only.  Suggested by Richard Stallman.
7457 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
7459         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
7460         exists before passing an error to find-file-not-found-functions
7461         (bug#6723).
7463 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
7465         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
7466         Remove leading nil element, adjust values.
7467         (tetris-shapes, tetris-shape-scores):
7468         Change representation of shapes and remove some redundancy.
7469         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
7470         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
7471         Adjust for working with new representation of shapes.
7472         (tetris-shape-rotations): New function.
7473         (tetris-move-bottom, tetris-move-left, tetris-move-right)
7474         (tetris-rotate-prev, tetris-rotate-next):
7475         Adjust for working with the new version of tetris-test-shape.
7477 2010-07-23  Markus Triska  <markus.triska@gmx.at>
7479         * progmodes/ps-mode.el: Use comint (bug#5954).
7480         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
7481         (ps-mode-other-newline): Simplify.
7482         (ps-run-mode): Derive from comint-mode instead of
7483         fundamental-mode, yielding input history etc.
7484         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
7485         (ps-run-send-string): Adapt for comint-mode.
7486         (ps-run-newline): Remove now unneeded function.
7488 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7490         * net/tramp.el (tramp-methods): Move hostname to the end in all
7491         plink `tramp-login-args'.
7493 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7495         * net/tramp.el (tramp-open-shell): New defun.
7496         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7497         Use it.
7499 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7501         * net/tramp.el (tramp-file-name-regexp-unified)
7502         (tramp-completion-file-name-regexp-unified): On W32 systems, do
7503         not regard the volume letter as remote filename.  (Bug#5447)
7505 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
7507         * custom.el (custom-declare-variable): Give a clearer error message
7508         when the docstring is missing (bug#6476).
7510 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
7512         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
7513         (sql-login-params): New widget definition.
7514         (sql-oracle-login-params, sql-mysql-login-params)
7515         (sql-solid-login-params, sql-sybase-login-params)
7516         (sql-informix-login-params, sql-ingres-login-params)
7517         (sql-ms-login-params, sql-postgres-login-params)
7518         (sql-interbase-login-params, sql-db2-login-params)
7519         (sql-linter-login-params): Use it.
7520         (sql-sqlite-login-params): Use it; Define "database" parameter as
7521         a file name.
7522         (sql-sqlite-program): Change to "sqlite3".
7523         (sql-comint-sqlite): Make sure database name is complete.
7524         (sql-for-each-login): New function.
7525         (sql-connect, sql-save-connection): Use it.
7526         (sql-get-login-ext): New function.
7527         (sql-get-login): Use it.
7528         (sql-make-alternate-buffer-name): Handle :file parameters.
7530 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
7532         * dired.el (dired-no-confirm): Document value t and fix defcustom to
7533         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
7535 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7537         * dired.el (dired-mode-map): Use command remapping (bug#6632).
7539 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
7541         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
7543 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
7545         * net/tramp.el (tramp-get-ls-command)
7546         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
7547         instead of "/".
7549 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
7551         * progmodes/sql.el: Version 2.3.
7552         (sql-connection-alist): Change keys from symbols to strings;
7553         enhanced the widget definition.
7554         (sql-mode-menu): Add submenu to select connections.
7555         (sql-interactive-mode-menu): Add "Save Connection" item.
7556         (sql-add-product): Fix menu item.
7557         (sql-get-product-feature): Improved error handling.
7558         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
7559         (sql-make-alternate-buffer-name): Simplified.
7560         (sql-product-interactive): Handle missing product.
7561         (sql-connect): Support string keys, minor improvements.
7562         (sql-save-connection): New function.
7563         (sql-connection-menu-filter): New function.
7565 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
7567         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
7568         (tramp-open-connection-setup-interactive-shell):
7569         Apply workaround for IRIX64 bug.  Move argument of last
7570         `tramp-send-command' where it belongs to.
7572 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
7574         * net/tramp.el (tramp-perl-file-attributes)
7575         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7576         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7577         front of `login-args'.
7579 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
7581         * time.el (display-time-world-mode): Define with `define-derived-mode'.
7582         Set `show-trailing-whitespace' to nil.
7583         (display-time-world-display): Simplify.
7585 2010-07-18  Alan Mackenzie  <acm@muc.de>
7587         Enhance `c-file-style' in file/directory local variables.
7588         * progmodes/cc-mode.el (c-count-cfss): New function.
7589         (c-before-hack-hook): Call `c-set-style' differently according to
7590         whether c-file-style was set in file or directory local
7591         variables.
7593 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
7595         * progmodes/sql.el: Version 2.2.
7596         (sql-product, sql-user, sql-database, sql-server, sql-port):
7597         Use defcustom :safe keyword rather than putting safe-local-variable
7598         property.
7599         (sql-password): Use defcustom :risky keyword rather than putting
7600         risky-local-variable property.
7601         (sql-oracle-login-params, sql-sqlite-login-params)
7602         (sql-solid-login-params, sql-sybase-login-params)
7603         (sql-informix-login-params, sql-ingres-login-params)
7604         (sql-ms-login-params, sql-postgres-login-params)
7605         (sql-interbase-login-params, sql-db2-login-params)
7606         (sql-linter-login-params): Add `port' option.
7607         (sql-get-product-feature): Add NO-INDIRECT parameter.
7608         (sql-comint-oracle, sql-comint-sybase)
7609         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
7610         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
7611         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
7612         (sql-comint-linter): Rename sql-connect-* functions to
7613         sql-comint-*.
7614         (sql-product-alist, sql-mode-menu): Rename as above and
7615         :sqli-connect-func to :sqli-comint-func.
7616         (sql-connection): New variable.
7617         (sql-interactive-mode): Set it.
7618         (sql-connection-alist): New variable.
7619         (sql-connect): New function.
7620         (sql--alt-buffer-part, sql--alt-if-not-empty)
7621         (sql-make-alternate-buffer-name): Improved alternative buffer name.
7623 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7625         * image-mode.el (image-bookmark-make-record): Do not set context
7626         in an image (Bug#6650).
7628 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
7630         * simple.el (select-active-region): New function.
7631         (push-mark-command, set-mark, activate-mark)
7632         (handle-shift-selection): Use it.
7633         (deactivate-mark): Don't check for size of region.
7635         * mouse.el (mouse-drag-track): Use select-active-region.
7637 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
7639         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
7640         "--dired" stronger.
7642 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
7644         * term/x-win.el (x-select-enable-primary): Change default to nil.
7645         (x-select-enable-clipboard): Add :version keyword.
7647         * mouse.el (mouse-drag-copy-region):
7648         * simple.el (select-active-regions): Likewise.
7650 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
7652         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
7653         (vc-coding-system-for-diff): Use it to decide whether to inherit
7654         from the file the EOL format for reading the diffs of that file.
7655         (Bug#4451)
7657 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
7659         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
7660         unibyte, so compressed attachments are not compressed again.
7662 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
7664         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
7665         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
7666         (tramp-find-shell): Simplify setting connection property.
7667         (tramp-get-ls-command): Make test for "--color=never" stronger.
7669 2010-07-15  Simon South  <ssouth@member.fsf.org>
7671         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
7672         blocks within record declarations (i.e. variant parts) correctly.
7674 2010-07-15  Simon South  <ssouth@member.fsf.org>
7676         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
7677         over literal tokens when parsing so newlines aren't "absorbed" by
7678         single-line comments.  Corrects the indentation of case blocks
7679         that have a comment on the first line.
7681 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
7683         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
7684         by Drew Adams (Bug#5504).
7686 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
7688         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
7689         now that Unicode is used (Bug#6594).
7691 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
7693         * term/x-win.el (x-select-enable-clipboard): Default to t.
7694         (x-initialize-window-system): Don't overwrite Paste menu item.
7696         * simple.el (select-active-regions): Default to t.
7697         (push-mark-command): Don't overwrite primary with empty string.
7699         * mouse.el: Bind mouse-2 to mouse-yank-primary.
7700         (mouse-drag-copy-region): Default to nil.
7702         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
7703         Cut/Copy/Paste menu bar items.
7705 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7707         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7708         Patch applied by Karl Fogel.
7710         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7711         and `bookmark-current-buffer' if they have been already set in
7712         another buffer (e.g gnus-art).
7714 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7715             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7717         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7719         * bookmark.el (bookmark-make-record-default): Allow unneeded
7720         information to be omitted from the record.
7722         Adjust declarations and calls:
7724         * info.el (bookmark-make-record-default): Adjust declaration.
7725         (Info-bookmark-make-record): Adjust call.
7727         * woman.el (bookmark-make-record-default): Adjust declaration.
7728         (woman-bookmark-make-record): Adjust call.
7730         * man.el (bookmark-make-record-default): Adjust declaration.
7731         (Man-bookmark-make-record): Adjust call.
7733         * image-mode.el (bookmark-make-record-default): Adjust declaration.
7735         * doc-view.el (bookmark-make-record-default): Adjust declaration.
7737 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7739         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7740         This is also from Thierry Volpiatto's patch in bug #6444.  However,
7741         because it was extraneous to the functional change in that patch,
7742         and causes a re-indendation, I am committing it separately.
7744 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7746         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7747         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7748         Patch applied by Karl Fogel (Bug#6444).
7750 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
7752         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7754 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
7756         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7757         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
7758         (ns-alternatives-map): Change S-tab binding to backtab
7759         (bug#6616).
7761         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7762         under ns.
7764 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7766         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7767         (Bug#5806)
7769         * language/tv-util.el (tai-viet-re): Remove format.
7771 2010-07-12  Kenichi Handa  <handa@m17n.org>
7773         * language/hebrew.el: Remove no-byte-compile declaration.
7774         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
7775         composition-function-table for 3-character looking back.
7776         (hebrew-font-get-precomposed): New function.
7777         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7779 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
7781         * mouse.el (mouse-drag-track): Handle select-active-regions
7782         (Bug#6612).
7784 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
7786         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7787         empty argument to gvfs-copy.
7789 2010-07-10  Glenn Morris  <rgm@gnu.org>
7791         * calendar/calendar.el (calendar-week-end-day): New function.
7792         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7793         Respect calendar-week-start-day.  (Bug#6606)
7794         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7795         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7796         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7797         respect calendar-week-start-day.
7799 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
7801         * simple.el (use-region-p): Doc fix (Bug#6607).
7803 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
7805         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7806         Add regexps for cucumber and ruby.
7808 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
7810         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7811         (epa-file-insert-file-contents): Hack to prevent
7812         find-file from opening empty buffer when decryption failed
7813         (bug#6568).
7815 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
7817         * textmodes/ispell.el (ispell-alternate-dictionary):
7818         Use file-readable-p.
7819         Return nil if no word-list is found at default locations.
7820         (ispell-complete-word-dict): Default to nil.
7821         (ispell-command-loop): Use 'word-list' when using lookup-words.
7822         (lookup-words): Use ispell-complete-word-dict or
7823         ispell-alternate-dictionary.  Check for word-list availability
7824         and handle errors if needed with better messages (Bug#6539).
7825         (ispell-complete-word): Use ispell-complete-word-dict or
7826         ispell-alternate-dictionary.
7828 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
7830         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7831         builtins (BufferError, BytesWarning, WindowsError; callables
7832         bin, bytearray, bytes, format, memoryview, next, print; __package__).
7834 2010-07-07  Glenn Morris  <rgm@gnu.org>
7836         * play/zone.el (top-level): Do not require timer, tabify, or cl.
7837         (zone-shift-left): Ignore intangibility, and any errors from
7838         forward-char.
7839         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
7840         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7841         deleting, and copying text properties.
7842         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7843         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7844         to point-max is hard.
7845         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7846         (zone-fill-out-screen): Ignore intangibility.
7848 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
7850         * menu-bar.el (menu-bar-mode):
7851         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7852         if it has been set.
7854         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7855         word/line selection (Bug#6565).
7857 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
7859         * net/dbus.el (dbus-send-signal): Declare function.
7861 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
7863         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7864         (dbus-register-property): New optional argument EMITS-SIGNAL.
7865         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7867 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
7869         * mouse.el (mouse-drag-overlay): Variable deleted.
7870         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7871         (mouse--remap-link-click-p): New function.
7872         (mouse-drag-track): Handle dragging by using temporary Transient
7873         Mark mode, instead of a special overlay.
7874         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7875         mouse-show-mark.
7877         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7878         deleted.
7880 2010-07-02  Juri Linkov  <juri@jurta.org>
7882         * autoinsert.el (auto-insert-alist): Fix readability
7883         by using dotted pair notation for lambda.
7885 2010-07-02  Juri Linkov  <juri@jurta.org>
7887         * faces.el (read-face-name): Rename arg `string-describing-default'
7888         to `default'.  Doc fix.  Display the default value in quotes
7889         in the prompt.  With empty input, return the `default' arg,
7890         unless the default value is a string (in which case return nil).
7891         (describe-face): Replace the string `default' arg of `read-face-name'
7892         with the symbol `default'.
7894 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
7896         * emulation/viper-cmd.el (viper-delete-backward-char)
7897         (viper-del-backward-char-in-insert)
7898         (viper-del-backward-char-in-replace, viper-change)
7899         (viper-backward-indent): Replace delete-backward-char with
7900         delete-char (Bug#6552).
7902 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
7904         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7906 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7908         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7909         argument passed to frame-creation-function (Bug#5378).
7911         * faces.el (x-handle-named-frame-geometry)
7912         (x-handle-reverse-video, x-create-frame-with-faces)
7913         (face-set-after-frame-default, tty-create-frame-with-faces):
7914         Don't separately consult default-frame-alist.  It is now passed as the
7915         PARAMETER argument.
7917 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
7919         * startup.el (command-line): Don't call tool-bar-setup in a
7920         tty-only build.
7922 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7924         * ruler-mode.el (ruler--save-header-line-format): New fun.
7925         (ruler-mode): Use it as a setter function, so as not to overwrite
7926         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7928 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
7930         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
7931         (vc-root-diff, vc-print-root-log, vc-log-incoming)
7932         (vc-log-outgoing): Use it.
7933         (vc-diff-internal): Set diff-vc-backend.
7935         * vc/diff-mode.el (diff-vc-backend): New var.
7937 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
7939         * dynamic-setting.el (font-setting-change-default-font):
7940         Remove call to message.
7942 2010-06-28  Kenichi Handa  <handa@m17n.org>
7944         * international/quail.el (quail-insert-kbd-layout): Fix the
7945         showing of untranslated characters.
7947 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
7949         * simple.el (delete-active-region): New option.
7950         (delete-backward-char): Implement in Lisp.
7951         (delete-forward-char): New command.
7953         * mouse.el (mouse-region-delete-keys): Deleted.
7954         (mouse-show-mark): Simplify.
7956         * bindings.el (global-map): Bind delete and DEL, the former to
7957         delete-forward-char.
7959 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
7961         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7962         (ruby-mode): Bind indent-line-function (Bug#5119).
7964 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7966         * startup.el (command-line): Recognize "0" X resource value.
7968 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7970         * startup.el (command-line): Use X resources to set the value of
7971         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7973         * menu-bar.el (menu-bar-mode):
7974         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7975         Set init-value to t.
7977         * frame.el (frame-notice-user-settings): Don't change
7978         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7979         vice versa (Bug#2249).
7981 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
7983         * w32-fns.el (w32-convert-standard-filename): Doc fix.
7985 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7987         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7988         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7990         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7991         default directories are expanded (Bug#6143).
7993 2010-06-24  Juri Linkov  <juri@jurta.org>
7995         * minibuffer.el (completions-format): Change default from nil to
7996         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
7998 2010-06-24  Juri Linkov  <juri@jurta.org>
8000         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8001         buffer-locally to lambda that re-runs the vc diff command.
8002         (Bug#6447)
8004 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
8006         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8007         echo area is in use (Bug#3412).
8009 2010-06-22  Glenn Morris  <rgm@gnu.org>
8011         * textmodes/texinfmt.el (texinfo-format-region)
8012         (texinfo-raise-lower-sections, texinfo-format-separate-node)
8013         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8014         (texinfo-format-option, texinfo-noindent):
8015         Use line-beginning-position and line-end-position.
8017         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8018         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8019         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8020         utf-8 characters.
8022 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
8024         * play/zone.el (zone-fall-through-ws): Fix next-line ->
8025         forward-line fallout.
8027 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
8029         * mouse.el (mouse-appearance-menu): Add docstring.
8031         * help.el (describe-key): Print up-event using key-description.
8033 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
8035         * net/zeroconf.el (zeroconf-resolve-service)
8036         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
8037         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8039 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
8041         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8043 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
8045         Avoid displaying files with a nil state in vc-dir.
8046         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
8047         cases that cause insertion.
8048         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8049         with a nil state.
8051 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
8053         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8055 2010-06-29  Leo  <sdl.web@gmail.com>
8057         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
8059 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
8061         * generic-x.el (bat-generic-mode): Fix regexp for command line
8062         switches (Bug#5719).
8064 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
8066         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8067         of nconc to avoid pure storage error (Bug#6239).
8069 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
8071         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8072         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8073         bindings of bookmark-automatically-show-annotations (Bug#6515).
8075 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
8077         * arc-mode.el (archive-zip-extract): Don't quote the file name on
8078         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
8080 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8082         * comint.el (make-comint, make-comint-in-buffer): Mention return
8083         value in the docstrings.  (Bug#6498)
8085 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
8087         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8088         since it is not present when using some non-default switches.
8090 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
8092         * simple.el (compose-mail): Fix doc string to refer to
8093         `compose-mail-user-agent-warnings', instead of to the
8094         nonexistent `compose-mail-check-user-agent'.
8096 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
8098         Fix an indentation bug:
8100         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
8101         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
8102         of existing values.
8104         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
8105         (c-clear->-pair-props-if-match-before): now return t when they've
8106         cleared properties, nil otherwise.
8107         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8108         by taking account of the existing value.
8110         * progmodes/cc-defs.el
8111         (c-clear-char-property-with-value-function): Fix this to clear the
8112         property rather than overwriting it with nil.
8114 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
8116         * emacs-lisp/package.el (package-print-package): Add link to
8117         package description via describe-package.
8118         (describe-package-1): List package requirements.  Add button to
8119         perform installation.
8120         (package-menu-describe-package): New command.
8122         * help-mode.el (help-package): New button type.
8124 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
8126         * emacs-lisp/package.el: Move package-list-packages binding to
8127         menu-bar.el.
8128         (describe-package, describe-package-1, package--dir): New funs.
8129         (package-activate-1): Use package--dir.
8131         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8133         * help-mode.el (help-package-def): New button type.
8135         * menu-bar.el: Move package-list-packages binding here from
8136         package.el.
8138 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
8140         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
8142 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * emacs-lisp/edebug.el (edebug-read-list):
8145         Phase out old-style backquotes.
8147 2010-06-17  Juri Linkov  <juri@jurta.org>
8149         * help-mode.el (help-mode): Set buffer-local variable
8150         revert-buffer-function to help-mode-revert-buffer.
8151         (help-mode-revert-buffer): New function.
8153         * info.el (Info-revert-find-node): Check for major-mode Info-mode
8154         before popping to "*info*" (like in other Info functions).
8155         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
8156         old-history-forward.  Pop to old-buffer-name or "*info*" to
8157         recreate the killed buffer.  Set Info-history-forward from
8158         old-history-forward.
8159         (Info-breadcrumbs-depth): Add :group and :version.
8161 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
8163         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
8165 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
8167         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
8168         for languages like Portuguese with pt_{BR,PT} and no plain pt.
8170 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
8172         * emacs-lisp/package.el (package-menu-mode-map):
8173         Move initialization into declaration.
8175         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
8177 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
8179         * emacs-lisp/package.el (package-archive-base): Point to
8180         elpa.gnu.org.
8181         (package-enable, package-load-list): New defcustoms.
8182         (package-user-dir, package-directory-list): Turn into defcustoms.
8183         Don't include package-user-dir in package-directory-list.
8184         (package--builtins-base): Don't include Emacs as a "package".
8185         (package-subdirectory-regexp): New var.
8186         (package-load-all-descriptors, package-compute-transaction)
8187         (package-download-transaction): Obey package-load-list.
8188         (package-activate-1): Rename from package-do-activate.
8189         (package-list-packages-internal): Check package-load-list.
8190         (package-load-descriptor, package-generate-autoloads)
8191         (package-unpack, package-unpack-single)
8192         (package--read-archive-file, package-delete):
8193         Use expand-file-name.
8195         * emacs-lisp/package-x.el: New file.  Package uploading
8196         functionality split out from package.el.
8198         * startup.el (command-line): Load packages after reading init file.
8200 2010-06-17  Tom Tromey  <tromey@redhat.com>
8202         * emacs-lisp/package.el: New file.
8204 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8206         Fix vc-annotate for renamed files when using Git.
8207         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
8208         ls-files.  Doe not pass the object as a file name to cat-file, it
8209         is not a file name.
8210         (vc-git-annotate-command): Pass the file name using -- to avoid
8211         ambiguity with the revision.
8212         (vc-git-previous-revision): Pass a relative file name.
8214 2010-06-22  Glenn Morris  <rgm@gnu.org>
8216         * progmodes/js.el (js-mode-map): Use standard capitalization and
8217         ellipses for menu entries.
8219         * wid-edit.el (widget-complete): Doc fix.
8221 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
8223         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
8225 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8227         Fix annotating other revisions for renamed files in vc-annotate.
8228         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
8229         VC backend.  Use it when non-nil.
8230         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
8231         (Bug#6487).
8233         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
8234         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8235         Do not pass the file name to the 'previous-revision call when we
8236         don't want a file diff.  (Bug#6489)
8238 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8240         Fix finding revisions for renamed files in vc-annotate.
8241         * vc/vc.el (vc-find-revision): Add an optional argument for
8242         the VC backend.  Use it when non-nil.
8243         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
8244         backend to vc-find-revision.  (Bug#6487)
8246 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8248         Fix reading file names in Git annotate buffers.
8249         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
8250         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
8252 2010-06-20  Alan Mackenzie  <acm@muc.de>
8254         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
8255         in file local variables, set it first.
8257 2010-06-19  Glenn Morris  <rgm@gnu.org>
8259         * descr-text.el (describe-char-unicode-data): Insert separating
8260         space when needed.  (Bug#6422)
8262         * progmodes/idlwave.el (idlwave-action-and-binding):
8263         Fix typo in 2009-12-03 change.  (Bug#6450)
8265 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8267         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
8268         handling for `lambda' (misunderstanding).
8270 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
8272         * calc/calc-poly.el (math-accum-factors): Make sure that
8273         constants aren't distributed after they are factored out.
8275 2010-06-16  Juri Linkov  <juri@jurta.org>
8277         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
8278         `list-colors-print'.  (Bug#6332)
8280         * subr.el (read-quoted-char): Fix up last change (bug#6290).
8282 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8284         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
8285         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
8287         * font-lock.el (font-lock-major-mode): Rename from
8288         font-lock-mode-major-mode to distinguish it from
8289         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
8290         (font-lock-set-defaults):
8291         * font-core.el (font-lock-default-function): Adjust users.
8292         (font-lock-mode): Don't set it at all.
8294 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8296         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
8298 2010-06-16  Glenn Morris  <rgm@gnu.org>
8300         * calendar/appt.el (appt-time-msg-list): Doc fix.
8301         (appt-check): Let-bind appt-warn-time.
8302         (appt-add): Make the 3rd argument optional.
8303         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
8304         Only add WARNTIME to the output list if non-nil.
8306 2010-06-16  Ivan Kanis  <apple@kanis.eu>
8308         * calendar/appt.el (appt-check): Let the 3rd element of
8309         appt-time-msg-list specify the warning time.
8310         (appt-add): Add new argument with the warning time.  (Bug#5176)
8312 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
8314         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
8315         older than version 1.6.  (Bug#6361)
8317 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
8319         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
8320         used by cl-do-arglist.  (Bug#6408)
8322 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
8324         * textmodes/ispell.el (ispell-dictionary-base-alist):
8325         Fix portuguese casechars/not-casechars for missing 'çÇ'.
8326         Suggested by Rolando Pereira (bug#6434).
8328 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
8330         * facemenu.el (list-colors-sort): Doc fix.
8332 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
8334         * progmodes/sql.el (sql-connect-mysql): Fix typo.
8336 2010-06-14  Juri Linkov  <juri@jurta.org>
8338         Add sort option `list-colors-sort'.  (Bug#6332)
8339         * facemenu.el (color-rgb-to-hsv): New function.
8340         (list-colors-sort): New defcustom.
8341         (list-colors-sort-key): New function.
8342         (list-colors-display): Doc fix.  Sort list according to the option
8343         `list-colors-sort'.
8344         (list-colors-print): Add HSV values to `help-echo' property of
8345         RGB strings.
8347 2010-06-14  Juri Linkov  <juri@jurta.org>
8349         * compare-w.el: Move to the "vc" subdirectory.
8351 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8353         * image-mode.el (image-mode-map): Remap left-char and right-char.
8355         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
8357 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
8359         * term/common-win.el (x-colors): Add all the color names defined
8360         in rgb.txt (Bug#6332).
8362         * facemenu.el (list-colors-print): Don't print extra names if it
8363         will overflow the window width.
8365         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
8366         change (Bug#6343).
8368 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
8370         * files.el (make-directory): Doc fix (bug#6396).
8372 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
8374         * net/tramp.el (tramp-remote-process-environment): Protect version
8375         string by apostroph.
8376         (tramp-shell-prompt-pattern): Do not use a shy group in case of
8377         XEmacs.
8378         (tramp-file-name-for-operation): Add `call-process-region'.
8379         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
8381         * net/tramp-compat.el (top): Do not autoload
8382         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
8383         only when `start-file-process' is not bound.
8384         (tramp-advice-file-expand-wildcards): Do not use
8385         `tramp-handle-file-remote-p'.
8386         (tramp-compat-make-temp-file): Handle the case, that
8387         `make-temp-file' has no third argument EXTENSION.
8389 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
8391         * makefile.w32-in (WINS_BASIC): Include new directory vc.
8393         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
8395 2010-06-11  Juri Linkov  <juri@jurta.org>
8397         * finder.el (finder-known-keywords): Add keyword "vc"
8398         for version control.
8400         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
8401         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8402         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
8403         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
8405 2010-06-11  Juri Linkov  <juri@jurta.org>
8407         Move version control related files to the "vc" subdirectory.
8408         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
8409         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
8410         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
8411         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
8412         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
8413         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
8414         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
8415         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
8416         Move files to the "vc" subdirectory.
8418 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
8420         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
8421         (Bug#6367).
8423 2010-06-11  Stephen Eglen  <stephen@gnu.org>
8425         * shell.el: Bind `shell-resync-dirs' to M-RET.
8427 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
8429         * notifications.el: Move file from lisp/net, because it is
8430         supposed to talk locally to the user.
8432 2010-06-10  Julien Danjou  <julien@danjou.info>
8434         * net/notifications.el (notifications-on-action-signal)
8435         (notifications-on-closed-signal): Pass notification id as first
8436         argument to the callback functions.  Add docstrings.
8437         (notifications-notify): Fix docstring.
8439 2010-06-10  Glenn Morris  <rgm@gnu.org>
8441         * emacs-lisp/authors.el (authors-ignored-files)
8442         (authors-valid-file-names): Add some files.
8444 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
8447         merge conflict, giving preference to the emacs-23 version of the code.
8449 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8451         * emacs-lisp/advice.el (ad-compile-function):
8452         Define warning-suppress-types before we let-bind it (bug#6275).
8454         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
8455         declare it, make it buffer-local and permanent-local (bug#6324).
8456         (vc-resynch-window): Adjust name.
8457         * vc-hooks.el (vc-find-file-hook): Adjust name.
8459 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
8461         * net/notifications.el (notifications-notify): Fix docstring.
8463 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
8465         Update to Unicode 6.0.0 beta.
8466         * international/charprop.el: Update copyright.
8467         * international/mule-cmds.el (ucs-names): Update character ranges.
8468         * international/uni-bidi.el:
8469         * international/uni-category.el:
8470         * international/uni-combining.el:
8471         * international/uni-comment.el:
8472         * international/uni-decimal.el:
8473         * international/uni-decomposition.el:
8474         * international/uni-digit.el:
8475         * international/uni-lowercase.el:
8476         * international/uni-mirrored.el:
8477         * international/uni-name.el:
8478         * international/uni-numeric.el:
8479         * international/uni-old-name.el:
8480         * international/uni-titlecase.el:
8481         * international/uni-uppercase.el: Regenerate.
8483 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
8485         * emacs-lisp/smie.el (comment-string-strip): Declare function.
8486         (smie-precs-precedence-table): Fix typo in docstring.
8488         * vc-mtn.el (log-edit-extract-headers): Declare function.
8490         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
8492         * net/notifications.el (dbus-register-signal): Declare function.
8493         (notifications-notify): Fix typos and reflow docstring.
8495 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
8497         Improve VC create/retrieve tag/branch.
8498         * vc.el (vc-create-tag): Do not read the directory name for VCs
8499         with repository revision granularity.  Adjust the tag/branch
8500         prompt.  Reset VC properties.
8501         (vc-retrieve-tag): Do not read the directory name for VCs
8502         with repository revision granularity.  Reset VC properties.
8504 2010-06-09  Julien Danjou  <julien@danjou.info>
8506         * net/notifications.el: New file.
8508 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
8510         Add optional support for resetting VC properties.
8511         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
8512         call vc-file-clearprops when true.
8513         (vc-resynch-buffer): Add new optional argument, pass it down.
8514         (vc-resynch-buffers-in-directory): Likewise.
8516         Improve support for special markup in the VC commit message.
8517         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
8518         * vc-hg.el (vc-hg-checkin): Add support for Date:.
8519         * vc-git.el (vc-git-checkin):
8520         * vc-bzr.el (vc-bzr-checkin): Likewise.
8522 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8524         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
8525         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
8527 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
8529         * iimage.el: Remove images as soon as the underlying text is modified.
8530         (iimage-modification-hook): New function.
8531         (iimage-mode-buffer): Use it.
8533 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8535         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
8536         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
8537         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
8538         (smie-indent-keyword): Add handling of open-paren keywords.
8539         (smie-indent-comment-continue): Don't assume comment-continue.
8541 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
8543         * window.el (pop-to-buffer): Remove the conditional that
8544         compares new-window and old-window, so it will reselect
8545         the selected window unconditionally.
8546         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
8548 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * emacs-lisp/smie.el (smie-indent-offset-after)
8551         (smie-indent-forward-token, smie-indent-backward-token): New functions.
8552         (smie-indent-after-keyword): Use them.
8553         (smie-indent-fixindent): Only applies to the indentation of the BOL.
8554         (smie-indent-keyword): Tweak the black magic.
8555         (smie-indent-comment-continue): Strip comment-continue before use.
8556         (smie-indent-functions): Indent comments before keywords.
8558 2010-06-06  Juri Linkov  <juri@jurta.org>
8560         * isearch.el (isearch-lazy-highlight-search): Fix looping
8561         by checking for empty match.  This syncs this loop with the
8562         similar loop in `isearch-search'.  (Bug#6362)
8564 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
8566         * net/dbus.el (dbus-register-method): Declare function.
8567         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
8568         (dbus-introspect): Doc fix.
8569         (dbus-event-bus-name, dbus-introspect-get-interface)
8570         (dbus-introspect-get-argument): Reflow docstrings.
8572 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
8574         vc-log-incoming/vc-log-outgoing fixes for Git.
8575         * vc-git.el (vc-git-log-view-mode): Fix font lock for
8576         incoming/outgoing logs.
8577         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
8578         instead of vc-git-compute-remote.
8579         (vc-git-compute-remote): Remove.
8581 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
8583         * term/common-win.el (x-colors): Add "dark green" and "dark
8584         turquoise" (Bug#6332).
8586 2010-06-04  Juri Linkov  <juri@jurta.org>
8588         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
8589         Instead of setting `replace' to t and replacing the same string
8590         with itself, don't do certain actions when
8591         kill-do-not-save-duplicates is non-nil and string is equal to car
8592         of kill-ring: don't call menu-bar-update-yank-menu, don't push
8593         interprogram-paste strings to kill-ring, and don't push the input
8594         argument `string' to kill-ring.
8595         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
8597 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
8599         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
8601 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
8603         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
8604         (tramp-gvfs-handler-mounted-unmounted)
8605         (tramp-gvfs-connection-mounted-p): Handle default-location.
8607         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
8608         move files to trash.
8610 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
8612         * international/mule-cmds.el (nonascii-insert-offset)
8613         (nonascii-translation-table): Add obsolescence information.
8615         * international/mule.el (make-translation-table-from-vector): Doc fix.
8617 2010-06-03  Glenn Morris  <rgm@gnu.org>
8619         * desktop.el (desktop-clear-preserve-buffers):
8620         Add "*Warnings*" buffer.  (Bug#6336)
8622 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
8624         vc-log-incoming/vc-log-outgoing improvements for Git.
8625         * vc-git.el (vc-git-log-outgoing): Use the same format as the
8626         short log.
8627         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
8629         Add bindings for vc-log-incoming and vc-log-outgoing.
8630         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
8631         and vc-log-outgoing.
8632         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
8633         and vc-log-outgoing.
8635 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
8637         * net/rcirc.el (rcirc-sort-nicknames): Remove.
8638         (rcirc-handler-366): Always sort nicknames.
8640 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
8642         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
8644 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
8646         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
8648 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8650         * net/rcirc.el (rcirc-sort-nicknames): Change default.
8651         (rcirc-sort-nicknames-join): Avoid setq.
8653 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
8655         * net/rcirc.el (rcirc-sort-nicknames): New custom.
8656         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
8657         (rcirc-handler-366): Use them.
8659 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8661         Split smie-indent-calculate into more manageable chunks.
8662         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
8663         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
8664         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
8665         (smie-indent-exps): Extract from smie-indent-calculate.
8666         (smie-indent-functions): New var.
8667         (smie-indent-functions): Use them.
8669 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
8672         (smie-indent-calculate): Simplify and cleanup.
8674 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
8676         * net/tramp-gvfs.el (top): Require url-util.
8677         (tramp-gvfs-mount-point): Remove.
8678         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
8679         New defuns.
8680         (with-tramp-dbus-call-method): Format trace message.
8681         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
8682         Implement backup call, when operation on local files fails.
8683         Use progress reporter.  Flush properties of changed files.
8684         (tramp-gvfs-handle-make-directory): Make more traces.
8685         (tramp-gvfs-url-file-name): Hexify file name in url.
8686         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
8687         into account for the resulting file name.
8688         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
8689         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
8690         (tramp-gvfs-handler-mounted-unmounted)
8691         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
8692         attribute "default_location".  Set "prefix" property.
8693         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
8694         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
8695         exists.  Raise an error, if not (due to a corresponding answer
8696         "no" in interactive questions, for example).
8698 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
8700         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
8702 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
8704         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
8705         right-*.  (Bug#6265)
8707 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
8709         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8710         * vc-git.el (vc-git-compute-remote): New function.
8711         (vc-git-log-outgoing): Use it instead of hard coding a value.
8712         (vc-git-log-incoming): New function.
8714         Improve state updating for VC tag commands.
8715         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8716         to update the state of all buffers in the directory.
8718         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8720 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8722         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8723         `file-directory-p' to the filename part rather than to the whole text.
8725 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8727         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8729 2010-05-31  Drew Adams  <drew.adams@oracle.com>
8731         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8733 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
8735         * subr.el (momentary-string-display): Just use read-event to read
8736         the exit event (Bug#6238).
8738 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
8740         * international/mule.el (define-coding-system): Doc fix (bug#6313).
8742 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
8744         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8745         Suggested by Eli Zaretskii <eliz@gnu.org>.
8747 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * minibuffer.el (completion-file-name-table): Don't return a boundary
8750         past the end of `string' (bug#6299).
8751         (completion--file-name-table): Delegate to completion-file-name-table
8752         for the `boundaries' case.
8754 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
8756         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8757         movement commands.
8759         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8760         `path-separator', but maintain compatibility with Emacs 20.2.
8762 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
8764         * server.el (server-process-filter): Receive parent-id argument
8765         from emacsclient.
8766         (server-create-window-system-frame): New arg.  Pass parent-id as
8767         frame parameter.
8769 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
8771         Bidi-sensitive word movement with arrow keys.
8772         * subr.el (right-arrow-command, left-arrow-command): Move to
8773         bindings.el.
8775         * bindings.el (right-char, left-char): Move from subr.el and
8776         rename from right-arrow-command and left-arrow-command.
8777         (right-word, left-word): New functions.
8778         (global-map) <right>: Bind to right-char.
8779         (global-map) <left>: Bind to left-char.
8780         (global-map) <C-right>: Bind to right-word.
8781         (global-map) <C-left>: Bind to left-word.
8783         * ls-lisp.el (ls-lisp-classify-file): New function.
8784         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8785         (ls-lisp-classify): Call ls-lisp-classify-file.
8786         (insert-directory): Remove blanks from switches.
8788 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
8790         * ansi-color.el: Delete unused escape sequences (Bug#6085).
8791         (ansi-color-drop-regexp): New constant.
8792         (ansi-color-apply, ansi-color-filter-region)
8793         (ansi-color-apply-on-region): Delete unrecognized control sequences.
8794         (ansi-color-apply): Build string list before calling concat.
8796 2010-05-28  Juri Linkov  <juri@jurta.org>
8798         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8799         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8800         (Bug#5270)
8802 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
8804         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8805         to ignored backtrace functions.
8806         (with-progress-reporter): Expand docstring.
8807         (tramp-handle-delete-file): Implement TRASH argument.
8808         (tramp-get-remote-trash): New defun.
8810 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
8812         * net/tramp-compat.el (tramp-compat-delete-file):
8813         Use `symbol-value' for backward compatibility.
8815         * net/tramp.el (tramp-handle-make-symbolic-link)
8816         (tramp-handle-load)
8817         (tramp-do-copy-or-rename-file-via-buffer)
8818         (tramp-do-copy-or-rename-file-directly)
8819         (tramp-do-copy-or-rename-file-out-of-band)
8820         (tramp-handle-process-file, tramp-handle-call-process-region)
8821         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8822         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8823         (tramp-delete-temp-file-function): Use `delete-file' instead
8824         of `tramp-compat-delete-file'.
8826         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8827         (tramp-fish-handle-make-symbolic-link)
8828         (tramp-fish-handle-process-file): Use `delete-file' instead
8829         of `tramp-compat-delete-file'.
8831         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8832         Use `delete-file' instead of `tramp-compat-delete-file'.
8834         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8835         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8836         `tramp-compat-delete-file'.
8838         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8839         Use `delete-file' instead of `tramp-compat-delete-file'.
8841         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8842         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8843         (tramp-smb-handle-write-region): Use `delete-file' instead of
8844         `tramp-compat-delete-file'.
8845         (tramp-smb-handle-delete-directory): Use 'trash as arg.
8847 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8849         * dired.el (dired-delete-file): New arg TRASH.
8850         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
8851         (dired-do-flagged-delete, dired-do-delete): Use trash.
8853         * speedbar.el (speedbar-item-delete): Allow trashing.
8855         * files.el (delete-directory): New arg TRASH.
8857         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8858         (ange-ftp-rename-remote-to-remote)
8859         (ange-ftp-rename-local-to-remote)
8860         (ange-ftp-rename-remote-to-local, ange-ftp-load)
8861         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8862         `delete-file'.
8863         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8864         allow trashing.
8866         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8867         handle new TRASH arg of `delete-file'.
8869         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8870         (tramp-handle-make-symbolic-link, tramp-handle-load)
8871         (tramp-do-copy-or-rename-file-via-buffer)
8872         (tramp-do-copy-or-rename-file-directly)
8873         (tramp-do-copy-or-rename-file-out-of-band)
8874         (tramp-handle-process-file, tramp-handle-call-process-region)
8875         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8876         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8877         (tramp-delete-temp-file-function): Use null TRASH arg in
8878         tramp-compat-delete-file call.
8880         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8881         (tramp-fish-handle-delete-file)
8882         (tramp-fish-handle-make-symbolic-link)
8883         (tramp-fish-handle-process-file): Use null TRASH arg in
8884         `tramp-compat-delete-file' call.
8886         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8887         arg in `tramp-compat-delete-file' call.
8889         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8890         (tramp-gvfs-handle-write-region): Use null TRASH arg in
8891         `tramp-compat-delete-file' call.
8893         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8894         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8895         `tramp-compat-delete-file' call.
8897         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8898         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8899         (tramp-smb-handle-write-region): Use null TRASH arg in
8900         tramp-compat-delete-file call.
8901         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8902         (tramp-smb-handle-delete-file): Rename arg.
8904         * diff.el (diff-sentinel):
8905         * epg.el (epg--make-temp-file, epg-decrypt-string)
8906         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8907         * jka-compr.el (jka-compr-partial-uncompress)
8908         (jka-compr-call-process, jka-compr-write-region):
8909         * server.el (server-sentinel): Remove optional arg from
8910         delete-file, reverting 2010-05-03 change.
8912 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8914         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8915         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8917 2010-05-27  Kenichi Handa  <handa@m17n.org>
8919         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8920         element of GSTRING is nil.
8922 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * emacs-lisp/smie.el (smie-forward-token-function)
8925         (smie-backward-token-function): New vars.
8926         (smie-backward-sexp, smie-forward-sexp)
8927         (smie-indent-hanging-p, smie-indent-calculate): Use them.
8928         (smie-default-backward-token): Rename from smie-backward-token and
8929         skip comments.
8930         (smie-default-forward-token): Rename from smie-forward-token and
8931         skip comments.
8932         (smie-next-sexp): Handle nil results from next-token.
8933         (smie-indent-calculate): Add a new case for special `fixindent' comments.
8935 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8937         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8938         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8940 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
8942         * htmlfontify.el (hfy-face-resolve-face): New function.
8943         (hfy-face-to-style): Use it (Bug#6279).
8945 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8947         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8948         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8950 2010-05-26  Glenn Morris  <rgm@gnu.org>
8952         * emulation/edt.el (edt-load-keys): Use locate-library.
8954 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
8956         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8957         (log-edit-changelog-entries): Doc fix.
8958         (log-edit-changelog-insert-entries): Args changed.
8959         Rename relative filenames in ChangeLog entries.  Delete tabs.
8960         (log-edit-insert-changelog-entries): Reorganize return value of
8961         `log-edit-changelog-entries' to pass filenames to
8962         log-edit-changelog-insert-entries.
8964 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8966         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8967         `image-dired-dired-insert-marked-thumbs' to
8968         `image-dired-dired-toggle-marked-thumbs'.
8970         * image-dired.el: Require cl when compiling.
8971         (image-dired-dired-toggle-marked-thumbs): Rename from
8972         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
8973         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
8974         to 'no-dir.  Skip files whose names don't match
8975         `image-file-name-regexp'.  When file has a thumbnail overlay,
8976         delete it.  (Bug#5270)
8978 2010-05-25  Juri Linkov  <juri@jurta.org>
8980         * image-mode.el (image-mode): Add image-after-revert-hook to
8981         after-revert-hook.
8982         (image-after-revert-hook): New function.  (Bug#5669)
8984 2010-05-25  Juri Linkov  <juri@jurta.org>
8986         * image.el (image-animated-p): When delay between animated images
8987         is 0, set it to 10 (0.1 sec).  (Bug#6258)
8989 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
8991         * net/tramp.el (tramp-handle-insert-directory): Don't use
8992         `forward-word', its default syntax could be changed.
8994 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
8996         * net/tramp.el (tramp-progress-reporter-update): New defun.
8997         (with-progress-reporter): Use it.
8998         (tramp-process-actions):
8999         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9000         Preserve current message, in order to let progress reporter continue
9001         afterwards.  (Bug#6257)
9003 2010-05-25  Glenn Morris  <rgm@gnu.org>
9005         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9006         Add :version.
9008 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
9010         * net/rcirc.el (rcirc-default-user-name): Change to "user".
9011         (rcirc-default-full-name): Change to "unknown".
9012         (rcirc-user-name-history): Add variable.
9014 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
9015             Jonathan Rockway  <jon@jrock.us>
9017         * net/rcirc.el (rcirc-server-alist): Add :pass.
9018         (rcirc): When prompting for connection parameters, also prompt for
9019         username and password.
9020         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
9021         value to server when connecting.
9023 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9025         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9026         (smie-merge-prec2s): Pass the tables as separate args.
9027         (smie-bnf-precedence-table): Adjust call accordingly.
9028         (smie-prec2-levels): Set levels at the end.
9030         Replace Lisp calls to delete-backward-char by delete-char.
9031         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
9032         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9033         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
9034         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
9035         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9036         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9037         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9038         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9039         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9040         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9041         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9042         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9043         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9044         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
9045         delete-backward-char by calls to delete-char.
9047 2010-05-25  Kenichi Handa  <handa@m17n.org>
9049         * language/hebrew.el (hebrew-shape-gstring): New function.
9050         Register it in composition-function-table for all Hebrew combining
9051         characters.
9053 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * epa.el (epa--select-keys): Don't explicitly delete the window since
9056         that can fail (e.g. sole window in frame).  Use dedication instead.
9058 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
9060         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9062 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
9064         * image.el (image-refresh): Define as an alias for image-flush.
9066         * image-mode.el (image-toggle-display-image): Caller changed.
9068 2010-05-21  Juri Linkov  <juri@jurta.org>
9070         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9071         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
9072         whitespace, call wildcard-to-regexp on substrings and concat them
9073         with "\\|".  (Bug#6114)
9075 2010-05-21  Alan Mackenzie  <acm@muc.de>
9077         * progmodes/cc-engine.el (c-parse-state-get-strategy):
9078         Replace parameter `here' with `here-' and `here-plus', which sandwich
9079         any pertinent CPP construct.
9080         (c-remove-stale-state-cache-backwards): Fix a bug which happens
9081         when doing (c-parse-state) in a CPP construct: Exclude any "new"
9082         CPP construct from taking part in the scanning.
9084 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
9086         * net/tramp.el (tramp-do-copy-or-rename-file)
9087         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9088         Tune `with-progress-reporter' messages.
9089         (tramp-handle-vc-registered):
9090         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9091         (tramp-fish-handle-insert-file-contents)
9092         (tramp-fish-maybe-open-connection):
9093         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9094         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9095         (tramp-imap-handle-insert-file-contents)
9096         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9098 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
9100         * add-log.el (change-log-font-lock-keywords):
9101         Highlight all authors in multi-author entries.
9103         * smerge-mode.el (smerge-refine-ignore-whitespace)
9104         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
9105         Fix typos in docstrings.
9106         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9108 2010-05-21  Glenn Morris  <rgm@gnu.org>
9110         * progmodes/fortran.el (fortran-mode):
9111         * progmodes/f90.el (f90-mode): Derive from prog-mode.
9113         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9114         having a relative path in src/Makefile.in.
9116 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9118         * help-mode.el (help-make-xrefs): For Info node links turn
9119         newlines into spaces.  Link node names with newlines are matched
9120         by help-xref-info-regexp and buttonized, this change ensures they
9121         can be followed successfully with RET.  (Bug#6206)
9123 2010-05-20  Juri Linkov  <juri@jurta.org>
9125         * locate.el (locate): Use pop-to-buffer instead of
9126         switch-to-buffer-other-window.  (Bug#6204)
9128 2010-05-20  Juri Linkov  <juri@jurta.org>
9130         * replace.el (replace-highlight): Fix lazy-highlighting
9131         for `M-s w str M-% str RET'.
9133 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
9135         * isearch.el (isearch-yank-word-or-char): Pull next subword
9136         when `subword-mode' is activated.  (Bug#6220)
9138 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
9140         * isearch.el (isearch-update-post-hook): New hook.
9141         (isearch-update): Use the new hook.  (Bug#6225)
9143 2010-05-20  Juri Linkov  <juri@jurta.org>
9145         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9146         [f1], [help], and (char-to-string help-char) instead of "\C-h".
9147         (Bug#6222)
9149 2010-05-20  Juri Linkov  <juri@jurta.org>
9151         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
9152         (Bug#6223)
9154 2010-05-20  Juri Linkov  <juri@jurta.org>
9156         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
9157         FILE-NAME to read from the minibuffer when called interactively
9158         with prefix argument instead of using buffer-file-name.
9159         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
9161         * dired.el: Update autoloads.
9163 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
9165         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
9166         nxml-finish-element, for consistency with SGML mode.
9168         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
9169         octave-close-block.
9171 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
9173         * composite.el: Require cl when compiling.
9174         (reference-point-alist, compose-gstring-for-graphic)
9175         (compose-gstring-for-terminal): Fix typos in docstrings.
9177 2010-05-19  Juri Linkov  <juri@jurta.org>
9179         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
9180         set-window-parameter.
9182 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9184         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9185         where appropriate.
9186         (tramp-maybe-open-connection): Use it.
9188 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
9190         * simple.el (move-end-of-line): Make sure we are at line beginning
9191         before backing up to end of previous line.
9193 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9195         * password-cache.el (password-cache-remove): Fix docstring.
9197         * net/secrets.el: Autoload the widget functions.
9198         (secrets-search-items, secrets-create-item)
9199         (secrets-get-attributes, secrets-expand-item): Attributes will be
9200         stored on the password database without leading ":", as all other
9201         clients do as well.
9202         (secrets-mode): Fix docstring.
9203         (secrets-show-secrets): Provide it as autoloaded command only when
9204         D-Bus support is available.  Check existence of Secret Service API.
9206 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * indent.el (indent-region): Deactivate region (bug#6200).
9210 2010-05-19  Glenn Morris  <rgm@gnu.org>
9212         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
9214 2010-05-19  Kenichi Handa  <handa@m17n.org>
9216         * composite.el: Register compose-gstring-for-graphic in
9217         composition-function-table only for combining characters (Mn, Mc, Me).
9219 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
9221         * calc/calc-trail.el (calc-trail-isearch-forward)
9222         (calc-trail-isearch-backward): Ensure that the new window
9223         point is set correctly.
9225 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * subr.el (read-quoted-char): Resolve modifiers after key
9228         remapping (bug#6212).
9230 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
9232         Add visualization code for secrets.
9233         * net/secrets.el (secrets-mode): New major mode.
9234         (secrets-show-secrets, secrets-show-collections)
9235         (secrets-expand-collection, secrets-expand-item)
9236         (secrets-tree-widget-after-toggle-function)
9237         (secrets-tree-widget-show-password): New defuns.
9239 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9241         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
9242         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
9243         handled in smie-next-sexp.
9244         (smie-indent-calculate): Provide a starting indentation (so the
9245         recursion is well-founded ;-).
9247         Fix handling of non-associative equal levels.
9248         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
9249         when it's not needed.
9250         (smie-op-left, smie-op-right): New functions.
9251         (smie-next-sexp): New function, extracted from smie-backward-sexp.
9252         Better handle equal levels to distinguish the associative case from
9253         the "multi-keyword construct" case.
9254         (smie-backward-sexp, smie-forward-sexp): Use it.
9256 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
9258         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
9260         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
9261         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
9263 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9265         Provide a simple generic indentation engine and use it for Prolog.
9266         * emacs-lisp/smie.el: New file.
9267         * progmodes/prolog.el (prolog-smie-op-levels)
9268         (prolog-smie-indent-rules): New var.
9269         (prolog-mode-variables): Use them to configure SMIE.
9270         (prolog-indent-line, prolog-indent-level): Remove.
9272 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
9274         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
9275         order before computing the averages.
9277 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
9279         * calc/calc-vec.el (calc-histogram):
9280         (calcFunc-histogram): Allow vectors as inputs.
9281         (math-vector-avg): New function.
9283         * calc/calc-ext.el (math-group-float): Have the number of digits
9284         being grouped depend on the radix (Bug#6189).
9286 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
9288         * version.el (emacs-copyright, emacs-version): Don't define here,
9289         now that emacs.c defines it.
9291 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
9293         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
9294         "Describe Language Environment" menu item.
9296         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
9298         Bidi-sensitive movement with arrow keys.
9299         * subr.el (right-arrow-command, left-arrow-command): New functions.
9301         * bindings.el (global-map): Bind them to right and left arrow keys.
9303         Don't override standard definition of convert-standard-filename.
9304         * files.el (convert-standard-filename):
9305         Call w32-convert-standard-filename and dos-convert-standard-filename on
9306         the corresponding systems.
9308         * w32-fns.el (w32-convert-standard-filename): Rename from
9309         convert-standard-filename.  Doc fix.
9311         * dos-fns.el (dos-convert-standard-filename): Doc fix.
9312         (convert-standard-filename): Don't defalias.
9313         (register-name-alist, make-register, register-value)
9314         (set-register-value, intdos): Obsolete aliases for the
9315         corresponding dos-* functions and variables.
9316         (dos-intdos): Add a doc string.
9318 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
9320         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
9321         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
9322         (math-compose-tex-func):
9323         * calc/calccomp.el (math-compose-expr):
9324         * calc/calc-ext.el (math-format-flat-expr-fancy):
9325         * calc/calc-store.el (calc-read-var-name):
9326         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
9328         * calc/calc.el (var-π, var-φ, var-γ): New variables.
9329         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
9330         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
9331         (math-standard-units): Add units.
9333 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * progmodes/asm-mode.el (asm-mode):
9336         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
9338         * pcomplete.el (pcomplete-completions-at-point): New function,
9339         extracted from pcomplete-std-complete.
9340         (pcomplete-std-complete): Use it.
9342 2010-05-15  Glenn Morris  <rgm@gnu.org>
9344         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9345         Remove references to CVS, RCS and Old directories.
9347 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
9349         * calc/calc-bin.el (math-format-twos-complement): Group digits when
9350         appropriate.
9352 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9354         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
9355         (sh-mode-syntax-table): Give it a default value instead.
9356         (sh-header-marker): Make buffer-local.
9357         (sh-mode): Move make-local-variable to the corresponding setq.
9358         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
9359         Use complete-with-action.
9361         * simple.el (prog-mode): New (abstract) major mode.
9362         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
9363         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
9365 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
9367         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
9368         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
9369         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
9370         (sql-make-alternate-buffer-name, sql-placeholders-filter)
9371         (sql-escape-newlines-filter, sql-input-sender)
9372         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
9374 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
9376         Add TeX open-block and close-block keybindings to SGML, and vice versa.
9378         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
9379         latex-open-block and C-c / to latex-close-block.
9381         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
9382         and C-c C-e to sgml-close-tag.
9384 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
9386         * net/tramp.el (with-progress-reporter): Create reporter object
9387         only when the message would be displayed.  Handle nested calls.
9388         (tramp-handle-load, tramp-handle-file-local-copy)
9389         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9390         (tramp-maybe-send-script, tramp-find-shell):
9391         Use `with-progress-reporter'.
9392         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
9393         Fix message text.
9395         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9396         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9397         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
9398         Use `with-progress-reporter'.
9400 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
9402         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
9403         process everytime when spellchecking from the minibuffer (bug#6143).
9405 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9407         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
9409         * dos-fns.el: Add "dos-" prefix for namespace control.
9410         (convert-standard-filename): Define as alias for
9411         dos-convert-standard-filename but only if applicable.
9413 2010-05-12  Alan Mackenzie  <acm@muc.de>
9415         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
9416         Push the mark at the start of these functions when appropriate.
9418 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9420         * minibuffer.el (completion-cycle-threshold): New custom var.
9421         (completion--do-completion): Use it.
9422         (minibuffer-complete): Use cycling if appropriate.
9424 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
9426         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
9427         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
9429 2010-05-11  Juri Linkov  <juri@jurta.org>
9431         * scroll-all.el (scroll-all-check-to-scroll):
9432         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
9434 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9436         * iimage.el (iimage-mode-map): Move initialization into declaration.
9437         (iimage-mode-buffer): Use with-silent-modifications.
9438         Simplify calling convention.  Adjust callers.
9439         (iimage-mode): Don't run hook redundantly.
9441         * minibuffer.el (completion-pcm--pattern->regex):
9442         Fix last change (bug#6160).
9444 2010-05-10  Juri Linkov  <juri@jurta.org>
9446         Remove nodes visited during Isearch from the Info history.
9447         * info.el (Info-isearch-initial-history)
9448         (Info-isearch-initial-history-list): New variables.
9449         (Info-isearch-start): Record initial values of
9450         Info-isearch-initial-history and Info-isearch-initial-history-list.
9451         Add Info-isearch-end to isearch-mode-end-hook.
9452         (Info-isearch-end): New function.
9454 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
9456         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
9457         format string, in order to work around a bug in pdksh.
9458         Reported by Gilles Pion <gpion@lfdj.com>.
9459         (tramp-handle-verify-visited-file-modtime): Do not send a command
9460         when the connection is not established.
9461         (tramp-handle-set-file-times): Simplify the check for utc.
9463 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
9465         Fix use of `filter-buffer-substring' (rework previous change).
9466         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
9467         (cua-repeat-replace-region):
9468         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
9469         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9470         (cua-cut-region-to-global-mark): Use it.
9472 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
9474         * progmodes/sql.el: Version 2.1.
9475         (sql-product-alist): Redesign structure of product info.
9476         (sql-product, sql-user, sql-server, sql-database): Safe variables.
9477         (sql-port, sql-port-history): New variables.
9478         (sql-interactive-product): New variable.
9479         (sql-send-terminator): New variable.
9480         (sql-imenu-generic-expression): Add "Types" imenu entry.
9481         (sql-oracle-login-params, sql-sqlite-login-params)
9482         (sql-mysql-login-params, sql-solid-login-params)
9483         (sql-sybase-login-params, sql-informix-login-params)
9484         (sql-ingres-login-params, sql-ms-login-params)
9485         (sql-postgres-login-params, sql-interbase-login-params)
9486         (sql-db2-login-params, sql-linter-login-params)
9487         (sql-oracle-scan-on): New variables.
9488         (sql-mode-map): Add C-c C-i to start interactive mode.
9489         (sql-mode-menu): Update existing menu entries.
9490         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
9491         (sql-mode-oracle-font-lock-keywords)
9492         (sql-mode-postgres-font-lock-keywords)
9493         (sql-mode-ms-font-lock-keywords)
9494         (sql-mode-sybase-font-lock-keywords)
9495         (sql-mode-informix-font-lock-keywords)
9496         (sql-mode-interbase-font-lock-keywords)
9497         (sql-mode-ingres-font-lock-keywords)
9498         (sql-mode-solid-font-lock-keywords)
9499         (sql-mode-mysql-font-lock-keywords)
9500         (sql-mode-sqlite-font-lock-keywords)
9501         (sql-mode-db2-font-lock-keywords)
9502         (sql-mode-linter-font-lock-keywords): Update initialization to
9503         reduce run-time complexity.
9504         (sql-add-product, sql-del-product): New functions.
9505         (sql-set-product-feature, sql-get-product-feature): New functions.
9506         (sql-product-font-lock): Update product API.
9507         (sql-add-product-keywords): New function.
9508         (sql-highlight-product): Update product API.
9509         (sql-help-list-products): New function.
9510         (sql-help): Dynamically lists free and non-free products.
9511         (sql-get-login): Correct bug in handling history and added
9512         prompt for port.
9513         (sql-copy-column): Copy without properties.
9514         (sqli-input-sender): Apply filters to SQLi input.
9515         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
9516         Implement as a filter.
9517         (sql-escape-newlines-filter): Implement as a filter.
9518         (sql-remove-tabs-filter): New function.
9519         (sql-send-magic-terminator): New function.
9520         (sql-send-string): Implement magic terminator.
9521         (sql-send-region): Use `sql-send-string'.
9522         (sql-interactive-mode): Use product API.
9523         (sql-product-interactive): Use product API.
9524         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9525         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9526         (sql-db2, sql-linter): Use `sql-product-interactive'.
9527         (sql-connect): New function.
9528         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9529         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9530         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
9531         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9532         Use `sql-connect'.
9534 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
9537         New custom variable.
9538         (completion-pcm--string->pattern): Use it.
9539         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
9540         Make it handle any symbol as `any'.
9541         (completion-pcm--merge-completions): Extract common suffix for the new
9542         `prefix' symbol as well.
9543         (completion-substring--all-completions): Use the new `prefix' symbol.
9545 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
9547         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
9548         not bound.
9549         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
9550         (tramp-compat-funcall): New defmacro.
9551         (tramp-compat-line-beginning-position)
9552         (tramp-compat-line-end-position)
9553         (tramp-compat-temporary-file-directory)
9554         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
9555         (tramp-compat-copy-file, tramp-compat-copy-directory)
9556         (tramp-compat-delete-file, tramp-compat-delete-directory)
9557         (tramp-compat-number-sequence, tramp-compat-process-running-p)
9558         * net/tramp.el (top, with-progress-reporter)
9559         (tramp-rfn-eshadow-setup-minibuffer)
9560         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
9561         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
9562         (tramp-completion-mode-p, tramp-check-for-regexp)
9563         (tramp-open-connection-setup-interactive-shell)
9564         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
9565         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
9566         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
9567         * net/tramp-cmds.el (tramp-cleanup-all-connections)
9568         (tramp-reporter-dump-variable, tramp-load-report-modules)
9569         (tramp-append-tramp-buffers)
9570         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
9572         * net/tramp-imap.el (top): Autoload `epg-make-context'.
9574 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9576         * progmodes/compile.el (compilation-buffer-modtime): Rename from
9577         buffer-modtime.  Adjust users.
9579 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9581         * international/mule.el (auto-coding-alist): Only purecopy
9582         car of each item, not the whole list (Bug#6083).
9584 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9586         * progmodes/js.el (js-mode): Make paragraph variables local before
9587         calling c-setup-paragraph-variables (Bug#6071).
9589 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
9591         * composite.el (compose-region, reference-point-alist): Fix typos
9592         in the doc strings.
9594 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
9596         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
9597         gnuplot's "set" command.
9599 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9601         * abbrev.el (last-abbrev-text): Doc fix.
9602         (abbrev-prefix-mark): Don't escape parenthesis.
9604 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
9606         * composite.el (find-composition): Doc fix.
9608 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9610         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
9611         (sql-oracle-program, sql-sqlite-options)
9612         (sql-query-placeholders-and-send): Doc fixes.
9613         (sql-set-product, sql-interactive-mode): Reflow docstrings.
9614         (sql-imenu-generic-expression, sql-buffer)
9615         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
9616         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
9617         (sql-mode-sybase-font-lock-keywords)
9618         (sql-mode-informix-font-lock-keywords)
9619         (sql-mode-interbase-font-lock-keywords)
9620         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
9621         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
9622         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
9623         (sql-product-feature, sql-highlight-product)
9624         (comint-line-beginning-position, sql-rename-buffer)
9625         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
9626         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
9627         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
9628         Fix typos in docstrings.
9630 2010-05-08  Juri Linkov  <juri@jurta.org>
9632         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
9633         property instead of `invisible' and `after-string' (bug#5998).
9635 2010-05-08  Juri Linkov  <juri@jurta.org>
9637         * image-mode.el (image-mode-as-text): Fix typo in docstring.
9639 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9641         * filecache.el (file-cache-add-directory-list)
9642         (file-cache-add-directory-recursively): Fix typos in docstrings.
9644 2010-05-08  Kenichi Handa  <handa@m17n.org>
9646         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
9647         (gujarati-composable-pattern): Fix typo.
9649 2010-05-08  Kenichi Handa  <handa@m17n.org>
9651         * language/indian.el (oriya-composable-pattern)
9652         (tamil-composable-pattern, malayalam-composable-pattern):
9653         Add two-part vowels to "v" (vowel sign).
9655 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9657         * files.el (copy-directory): Handle symlinks (Bug#5982).
9659 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9661         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
9662         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
9663         (Bug#5846).
9665 2010-05-08  Glenn Morris  <rgm@gnu.org>
9667         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
9669         * minibuffer.el (completion-at-point): Doc fix.
9671 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9673         * electric.el (Electric-command-loop): Minor tweak.
9675         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
9676         better with dedicated windows.
9678 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
9680         * Version 23.2 released.
9682 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9683             Stefan Monnier  <monnier@iro.umontreal.ca>
9685         Highlight vendor specific properties.
9686         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
9687         (css-proprietary-property): New face.
9688         (css-font-lock-keywords): Use them.
9690 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
9692         * cus-start.el (all): Add native condition for tool-bar-* symbols.
9694 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9696         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
9697         * files.el (auto-mode-alist): Remove redundant entries.
9699         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
9700         * simple.el (auto-save-mode): Move from files.el.
9701         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
9703 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9705         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
9707 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9709         * mail/binhex.el (binhex-decode-region-internal)
9710         * mail/uudecode.el (uudecode-decode-region-internal)
9711         * net/dns.el (dns-read-string-name, dns-write, dns-read)
9712         (dns-read-type, dns-query)
9713         * pgg-parse.el (pgg-parse-armor)
9714         * pgg.el (pgg-verify-region)
9715         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9716         XEmacs.
9718         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9720 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
9722         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9724         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9725         * emulation/cua-base.el (cua-repeat-replace-region):
9726         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9727         (cua-cut-region-to-global-mark):
9728         Remove text properties with `set-text-properties'.
9730 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
9732         * net/tramp.el (top, with-progress-reporter):
9733         Use `symbol-function' inside `funcall'.
9735         * net/tramp-compat.el (tramp-compat-file-attributes)
9736         (tramp-compat-delete-file, tramp-compat-delete-directory):
9737         Handle only `wrong-number-of-arguments' error.
9739         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9740         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9741         inside `funcall'.
9743 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9745         * minibuffer.el (completion--sreverse, completion--common-suffix):
9746         New functions.
9747         (completion-pcm--merge-completions): Extract common suffix when safe.
9749         * emacs-lisp/easy-mmode.el (define-minor-mode):
9750         Make :variable more flexible.
9751         * files.el (auto-save-mode): Use it to define using define-minor-mode.
9753 2010-05-05  Juri Linkov  <juri@jurta.org>
9755         Add `slow' and `history' tags to the desktop data.
9757         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9758         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9759         (Info-finder-find-node): Require `finder.el' to be able
9760         to restore node from the desktop.
9761         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
9762         data `Info-history' and `slow' tag in the assoc list.
9763         (Info-restore-desktop-buffer): Don't restore nodes with the
9764         `slow' tag.  Restore `Info-history'.
9766 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
9768         Add FORCE argument to `delete-file'.
9770         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9771         forcing to delete the temporary file.
9772         (ange-ftp-delete-file): Add FORCE arg.
9773         (ange-ftp-rename-remote-to-remote)
9774         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9775         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9776         Force file deletion.
9778         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9780         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9781         (tramp-handle-make-symbolic-link, tramp-handle-load)
9782         (tramp-do-copy-or-rename-file-via-buffer)
9783         (tramp-do-copy-or-rename-file-directly)
9784         (tramp-do-copy-or-rename-file-out-of-band)
9785         (tramp-handle-process-file, tramp-handle-call-process-region)
9786         (tramp-handle-shell-command, tramp-handle-file-local-copy)
9787         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9788         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9790         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9791         (tramp-fish-handle-make-symbolic-link)
9792         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9794         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9795         Use `tramp-compat-delete-file'.
9797         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9798         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9800         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9801         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9803         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9804         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9805         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9806         Use `tramp-compat-delete-file'.
9808 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         Minor cleanups.
9811         * subr.el (add-minor-mode): Use push.
9812         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9813         * emulation/edt.el (edt-select-mode): Simplify.
9815         Use define-minor-mode in more cases.
9816         * term/tvi970.el (tvi970-set-keypad-mode):
9817         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9818         (normal-erase-is-backspace-mode):
9819         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9820         (set-scroll-bar-mode-1): (Re)move to its sole caller.
9821         (get-scroll-bar-mode): New function.
9822         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9824         Use define-minor-mode for less obvious cases.
9825         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9826         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9827         * international/iso-ascii.el (iso-ascii-mode):
9828         * frame.el (auto-raise-mode, auto-lower-mode):
9829         * composite.el (global-auto-composition-mode): Use define-minor-mode.
9831 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
9833         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9834         in order to see error messages for failed logins.
9836 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
9838         * diff.el (diff-sentinel):
9840         * epg.el (epg--make-temp-file, epg-decrypt-string)
9841         (epg-verify-string, epg-sign-string, epg-encrypt-string):
9843         * jka-compr.el (jka-compr-partial-uncompress)
9844         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9846         * server.el (server-sentinel): Use delete-file's new FORCE arg
9847         (Bug#6070).
9849 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9851         Use define-minor-mode where applicable.
9852         * view.el (view-mode):
9853         * type-break.el (type-break-query-mode)
9854         (type-break-mode-line-message-mode):
9855         * textmodes/reftex.el (reftex-mode):
9856         * term/vt100.el (vt100-wide-mode):
9857         * tar-mode.el (tar-subfile-mode):
9858         * savehist.el (savehist-mode):
9859         * ibuf-ext.el (ibuffer-auto-mode):
9860         * composite.el (auto-composition-mode):
9861         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9862         Use define-minor-mode.
9863         (vhdl-mode): Use static mode-line format.
9864         (vhdl-mode-line-update): Delete.
9865         (vhdl-create-mode-menu, vhdl-activate-customizations)
9866         (vhdl-hs-minor-mode): Don't bother calling it.
9868 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9870         * simple.el (with-wrapper-hook): Move.
9871         (buffer-substring-filters): Mark obsolete.
9872         (filter-buffer-substring-functions): New variable.
9873         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
9875 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9876             Michael Albinus  <michael.albinus@gmx.de>
9878         Implement compression for inline methods.
9880         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9881         (tramp-copy-size-limit): Allow also nil.
9882         (tramp-inline-compress-commands): New defconst.
9883         (tramp-find-inline-compress, tramp-get-inline-compress)
9884         (tramp-get-inline-coding): New defuns.
9885         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9886         replaced by `tramp-get-inline-coding'.
9887         (tramp-handle-file-local-copy, tramp-handle-write-region)
9888         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9890 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9892         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9893         Remove unused functions.
9895         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9896         Set find-tag-default-function as a variable rather than a property.
9898         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9899         * progmodes/etags.el (tags-completion-at-point-function):
9900         Remove left over interactive spec.  Add autoloading stub.
9901         (complete-tag): Use tags-completion-at-point-function.
9903 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
9905         * minibuffer.el (tags-completion-at-point-function): Fix return value.
9907 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
9909         * ido.el (ido-init-completion-maps): Remove C-v binding.
9910         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9912 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
9914         * minibuffer.el (tags-completion-at-point-function): New function.
9915         (completion-at-point-functions): Use it.
9917         * progmodes/etags.el (complete-tag): Revert last change.
9919 2010-04-29  Alan Mackenzie  <acm@muc.de>
9921         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9922         off-by-one error (in end of macro position).
9924 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9926         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9927         firefox is absent.  Don't autoload.
9928         (browse-url-galeon-program): Don't autoload.
9930 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9932         * bindings.el (complete-symbol): Move into minibuffer.el.
9934         * minibuffer.el (complete-tag): Move from etags.el.  If tags
9935         completion cannot be performed, return nil instead of signalling
9936         an error.
9937         (completion-at-point): Make it an alias for complete-symbol.
9938         (complete-symbol): Move from bindings.el, and replace with the
9939         body of completion-at-point.
9941         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9943 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
9945         * net/tramp.el (tramp-remote-selinux-p): New defun.
9946         (tramp-handle-file-selinux-context)
9947         (tramp-handle-set-file-selinux-context): Use it.
9949 2010-04-28  Sam Steingold  <sds@gnu.org>
9951         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9952         `safe-local-variable' if the value is a string or a symbol with
9953         the property `bug-reference-url-format'.
9955 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9957         * progmodes/bug-reference.el (bug-reference-url-format):
9958         Revert 2010-04-27 change due to security risk.
9960 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9962         Make it possible to locally disable a globally enabled mode.
9963         * simple.el (fundamental-mode): Run fundamental-mode-hook.
9964         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9965         rather than kill-all-local-variables so it runs fundamental-mode-hook.
9966         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9967         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9968         that subsequent hooks get a chance to disable it.
9970 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9973         Avoid re-enabling a minor mode after the user turned the minor mode
9974         off if MODE-enable-in-buffers is run twice (typically once from
9975         fundamental-mode's after-change-major-mode-hook and a second time from
9976         run-mode-hook's own after-change-major-mode-hook).
9978         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9980 2010-04-27  Sam Steingold  <sds@gnu.org>
9982         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9983         `safe-local-variable' if the value is a string or a function, as
9984         documented and implemented on 2010-04-02.
9986 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
9988         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9989         when method is 'kill.
9991 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
9993         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9994         condition in default directory check.
9995         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9996         Kill ispell process when killing its associated buffer.
9998 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
10000         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10001         but we aren't using it.
10003 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
10005         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10006         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10008 2010-04-24  Glenn Morris  <rgm@gnu.org>
10010         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10011         Ignore VCS-ignore files, and deleted nextstep preferences files.
10012         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10013         (authors-ambiguous-files): New list.
10014         (authors-valid-file-names): Add some deleted files.
10015         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10016         (authors-disambiguate-file-name): New function.  (Bug#5501)
10017         (authors-canonical-file-name): Doc fix.
10018         Don't warn about obsolete files.
10019         (authors-canonical-file-name, authors-scan-el):
10020         Use authors-disambiguate-file-name.
10022         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10023         Add autoload cookies.
10024         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10025         (generated-autoload-file): Set file-local value to "htmlfontify.el".
10026         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10027         They have definitions / compiler macros in cl.el.
10028         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10029         Replace manual autoloads with generated ones.
10030         (htmlfontify-unload-rgb-file): Remove autoload.
10031         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10033 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10036         (byte-compile-setq-default): Optimize for the
10037         single-var case and don't call byte-compile-form in this case to avoid
10038         inf-loop with byte-compile-set-default.
10040         * progmodes/compile.el (compilation-start): Abbreviate default directory.
10042 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
10044         Implement SELINUX backends.
10046         * net/tramp.el (tramp-file-name-handler-alist):
10047         Add `file-selinux-context' and `set-file-selinux-context'.
10048         (tramp-handle-file-selinux-context)
10049         (tramp-handle-set-file-selinux-context): New defuns.
10050         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10051         Handle PRESERVE-SELINUX-CONTEXT.
10053         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10054         Add `file-selinux-context' and `set-file-selinux-context'.
10055         (tramp-gvfs-handle-file-selinux-context)
10056         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10057         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10059         * net/ange-ftp.el (ange-ftp-copy-file):
10060         * net/tramp-fish.el (tramp-fish-handle-copy-file):
10061         * net/tramp-imap.el (tramp-imap-handle-copy-file):
10062         * net/tramp-smb.el (tramp-smb-handle-copy-file):
10063         Add PRESERVE-SELINUX-CONTEXT.
10065 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
10067         Synchronize with Tramp repository.
10069         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10070         (tramp-action-process-alive, tramp-action-out-of-band)
10071         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10072         (tramp-exists-file-name-handler): Fix docstring.
10073         (with-progress-reporter): New defmacro.
10074         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10075         (tramp-maybe-open-connection): Use it.
10077 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
10079         Detect ssh 'ControlMaster' argument automatically in some cases.
10081         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10082         (tramp-default-method): Use it.
10084 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
10086         * net/tramp.el (tramp-handle-copy-file): Add new optional
10087         parameter `preserve-selinux-context'.
10088         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10090 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
10092         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10093         Ensure, that non remote files are still checked.  Oops.
10095 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
10097         Fix Bug#5840.
10099         * icomplete.el (icomplete-completions): Use `non-essential'.
10101         * net/tramp.el (tramp-connectable-p): New defun.
10102         (tramp-handle-expand-file-name)
10103         (tramp-completion-handle-file-name-all-completions)
10104         (tramp-completion-handle-file-name-completion): Use it.
10106 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10110 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
10112         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10114         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10116         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10117         is present.
10119         * info.el (info-tool-bar-map): Add labels.
10121         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10123         * cus-edit.el (custom-commands): Add labels for tool bar.
10124         (custom-buffer-create-internal, Custom-mode): Adjust for
10125         labels in custom-commands.
10127         * dynamic-setting.el: Renamed from font-setting.el.
10129 2010-04-21  John Wiegley  <jwiegley@gmail.com>
10131         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10132         toggles the use of virtual buffers.
10133         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
10134         (ido-toggle-virtual-buffers): New function.
10136 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
10138         Use `define-derived-mode'; fix window selection; doc fixes.
10139         * play/tetris.el (tetris, tetris-update-speed-function)
10140         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
10141         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
10142         (tetris-rotate-next, tetris-end-game, tetris-start-game)
10143         (tetris-pause-game): Fix typos in docstrings.
10144         (tetris-mode-map, tetris-null-map):
10145         Move initialization into declaration.
10146         (tetris-mode): Define with `define-derived-mode';
10147         set show-trailing-whitespace to nil.
10148         (tetris): Prefer window already displaying the "*Tetris*" buffer.
10150 2010-04-21  Karel Klíč  <kklic@redhat.com>
10152         * files.el (backup-buffer): Handle SELinux context, and return it
10153         if a backup was made by renaming.
10154         (backup-buffer-copy): Set SELinux context to the target file.
10155         (basic-save-buffer): Set SELinux context of the newly written file.
10156         (basic-save-buffer-1): Now it also returns any SELinux context.
10157         (basic-save-buffer-2): Set SELinux context of the newly created file,
10158         and return it.
10159         * net/tramp.el (tramp-file-name-for-operation):
10160         Add file-selinux-context.
10162 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         Make the log-edit comments use RFC822 format throughout.
10166         * vc.el (vc-checkin, vc-modify-change-comment):
10167         Adjust to new vc-start/finish-logentry.
10168         (vc-find-conflicted-file): New command.
10169         (vc-transfer-file): Adjust to new vc-checkin.
10170         (vc-next-action): Improve scoping.
10172         * vc-hg.el (vc-hg-log-edit-mode): Remove.
10173         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
10175         * vc-git.el (vc-git-log-edit-mode): Remove.
10176         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
10177         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
10179         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
10180         (vc-start-logentry): Remove argument `extra'.
10181         (vc-finish-logentry): Remove extra args.
10183         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
10184         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
10185         (vc-bzr-conflicted-files): New function.
10187         * log-edit.el (log-edit-extra-flags)
10188         (log-edit-before-checkin-process): Remove.
10189         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
10190         (log-edit-headers-alist): New var.
10191         (log-edit-header-contents-regexp): New const.
10192         (log-edit-match-to-eoh): New function.
10193         (log-edit-font-lock-keywords): Use them.
10194         (log-edit): Insert a "Summary:" header as default.
10195         (log-edit-mode): Mark font-lock rules as case-insensitive.
10196         (log-edit-done): Cleanup headers.
10197         (log-view-process-buffer): Remove.
10198         (log-edit-extract-headers): New function to replace it.
10200 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
10202         * subr.el (default-direction-reversed): Remove obsolescence info.
10204 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
10207         windows/frames.
10209         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
10210         I.e. include text after point in the completion region.
10211         Also, return nil when we're not after/in a symbol.
10213         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
10214         default enable-multibyte-characters.
10216 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10218         * international/mule.el: Help the user choose a valid coding-system.
10219         (read-buffer-file-coding-system): New function.
10220         (set-buffer-file-coding-system): Use it.  Prompt the user if the
10221         coding-system cannot encode all the chars.
10223         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
10224         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
10225         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
10226         Don't use *vc-bzr-shelve*.
10228 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
10230         Fix the version number for added files.
10231         * vc-hg.el (vc-hg-working-revision): Check if the file is
10232         registered after hg parent fails (Bug#5961).
10234 2010-04-19  Glenn Morris  <rgm@gnu.org>
10236         * htmlfontify.el (htmlfontify-buffer)
10237         (htmlfontify-copy-and-link-dir): Autoload entry points.
10239 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
10241         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
10242         name relative to the project root (Bug#5960).
10244 2010-04-19  Glenn Morris  <rgm@gnu.org>
10246         * vc-git.el (vc-git-print-log): Doc fix.
10248 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
10250         * ido.el (ido-file-internal): Fix 2009-12-02 change.
10252 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
10254         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
10255         default settings (Bug#5928).
10257 2010-04-19  Glenn Morris  <rgm@gnu.org>
10259         * progmodes/fortran.el (fortran-match-and-skip-declaration):
10260         New function.
10261         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
10263 2010-04-19  Kenichi Handa  <handa@m17n.org>
10265         * language/indian.el (malayalam-composable-pattern): Fix previous
10266         change (add U+0D4D "SIGN VIRAMA").
10267         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
10268         (tamil-composable-pattern): Fix typo in the regexp.
10269         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
10270         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
10271         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10273 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
10275         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
10276         paragraph-separate (Bug#5821).
10278 2010-04-19  Juri Linkov  <juri@jurta.org>
10280         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
10282         * info.el (Info-find-node-2): Comment out code that skips
10283         breadcrumbs line.
10284         (Info-mouse-follow-link): New command.
10285         (Info-link-keymap): New keymap.
10286         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
10287         Return a string with links instead of inserting breadcrumbs
10288         to the Info buffer.
10289         (Info-fontify-node): Comment out code that inserts breadcrumbs.
10290         Instead of putting the `invisible' text property over the Info
10291         header, make an overlay over the Info header with the `invisible'
10292         property and `after-string' set to the string returned by
10293         `Info-breadcrumbs'.
10295 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
10297         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
10298         Reported by monkey@sandpframing.com.
10300 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10302         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
10303         (tmm-get-keymap): Add key-binding shortcuts now that they're not
10304         available in the "keyseq cache" any more.
10306         * custom.el (defcustom): Add edebug spec.
10308 2010-04-18  Juri Linkov  <juri@jurta.org>
10310         Test for special mode-class in view-buffer instead of view-file (bug#5513).
10312         * view.el (view-file, view-buffer): Move test for special mode-class
10313         from view-file to view-buffer.
10315         * tar-mode.el (tar-extract): Turn if's into one cond
10316         like in arc-mode.el.
10318 2010-04-18  Juri Linkov  <juri@jurta.org>
10320         Add 7z archive format support (bug#5475).
10322         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
10323         (archive-7z-extract): New defcustom.
10324         (archive-find-type): Add magic string for 7z.
10325         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
10326         If `stderr-file' is non-nil, use `(t stderr-file)' for the
10327         `buffer' arg of `call-process'.
10328         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
10329         call the function `archive-7z-extract' with the variable
10330         `archive-7z-extract' let-bound to `archive-zip-extract'.
10331         (archive-7z-summarize, archive-7z-extract): New functions.
10333         * international/mule.el (auto-coding-alist):
10334         * files.el (auto-mode-alist): Add 7z file extension.
10336 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10338         * loadup.el: Setup hash-cons for pure data.
10340         Fix duplicate entries in cedet's loaddefs.el files.
10341         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
10342         Should make most file-local generated-autoload-file unnecessary.
10343         (print-readably): Silence warnings.
10344         (autoload-find-destination): Take load-name as an arg to make sure
10345         it's the same as the one that will be in the file.
10346         (autoload-generate-file-autoloads): Adjust to above changes.
10347         Try to make the dataflow a bit simpler.
10349         * cvs-status.el (cvs-refontify): Remove unused.
10351 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
10353         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
10355         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
10356         twos-complement mode.
10358 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
10360         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10361         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
10362         (calc-inverse): Add "Option" to message, as appropriate.
10363         (calc-hyperbolic): Add "Option" to message, as appropriate.
10364         (calc-option, calc-is-option): New functions.
10366         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
10367         (calc-option-prefix-help): New function.
10369         * calc/calc-misc.el (calc-help): Add "Option" entry.
10371         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
10372         (calc-option-flag): New variable.
10373         (calc-do): Set `calc-option-flag to nil.
10374         (calc-set-mode-line): Add "Opt " as appropriate.
10376 2010-04-16  Juri Linkov  <juri@jurta.org>
10378         Move scrolling commands from simple.el to window.el
10379         because their primitives are implemented in window.c.
10381         * simple.el (scroll-error-top-bottom)
10382         (scroll-up-command, scroll-down-command, scroll-up-line)
10383         (scroll-down-line, scroll-other-window-down)
10384         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10385         * window.el (scroll-error-top-bottom)
10386         (scroll-up-command, scroll-down-command, scroll-up-line)
10387         (scroll-down-line, scroll-other-window-down)
10388         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10389         Move from simple.el to window.el because their primitives are
10390         implemented in window.c.
10392 2010-04-16  Juri Linkov  <juri@jurta.org>
10394         * isearch.el (isearch-lookup-scroll-key): Check both
10395         `isearch-scroll' and `scroll-command' properties.
10396         (scroll-up, scroll-down): Remove `isearch-scroll' property.
10398         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
10400         * simple.el (scroll-up-command, scroll-down-command)
10401         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
10403 2010-04-15  Juri Linkov  <juri@jurta.org>
10405         * simple.el (scroll-up-command, scroll-down-command)
10406         (scroll-up-line, scroll-down-line): Put `scroll-command'
10407         property on the these symbols.  Remove them from
10408         `scroll-preserve-screen-position-commands'.
10410         * mwheel.el (mwheel-scroll): Put `scroll-command' and
10411         `isearch-scroll' properties on the `mwheel-scroll' symbol.
10412         Remove it from `scroll-preserve-screen-position-commands'.
10414         * isearch.el (isearch-allow-scroll): Doc fix.
10416 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
10418         * net/tramp.el (tramp-error-with-buffer): Don't show the
10419         connection buffer when we are in completion mode.
10420         (tramp-file-name-handler): Catch the error for some operations
10421         when we are in completion mode.  This gives the user the chance to
10422         correct the file name in the minibuffer.
10424 2010-04-15  Glenn Morris  <rgm@gnu.org>
10426         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
10428 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
10430         Simplify by using `define-derived-mode'.
10431         * info.el (Info-mode):
10432         * calendar/todo-mode.el (todo-mode):
10433         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
10434         (gomoku-mode-map): Move initialization into declaration.
10436 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
10438         Fix Bug#5840.
10439         * ido.el (ido-file-name-all-completions-1):
10440         * minibuffer.el (minibuffer-completion-help):
10441         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
10443 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * simple.el (non-essential): New var.
10447         Add a new field `location' to bookmarks for non-file bookmarks.
10448         * bookmark.el (bookmark-location): Use the new field, if present.
10449         (bookmark-insert-location): Undo last change, not needed any more.
10450         * man.el (Man-bookmark-make-record):
10451         * woman.el (woman-bookmark-make-record): Add `location' field.
10453 2010-04-14  Juri Linkov  <juri@jurta.org>
10455         * simple.el (scroll-error-top-bottom): New defcustom.
10456         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
10458         * emulation/pc-select.el (pc-select-override-scroll-error):
10459         Obsolete in favor of `scroll-error-top-bottom'.
10461 2010-04-14  Juri Linkov  <juri@jurta.org>
10463         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
10464         `scroll-up-command' and `M-v' to `scroll-down-command'.
10466         * emulation/cua-rect.el (cua--init-rectangles):
10467         * forms.el (forms--change-commands):
10468         * image-mode.el (image-mode-map):
10469         Remap scroll-down-command and scroll-up-command
10470         in addition to scroll-down and scroll-up.
10472 2010-04-14  Juri Linkov  <juri@jurta.org>
10474         * mwheel.el (scroll-preserve-screen-position-commands):
10475         Add mwheel-scroll to this list of commands.
10477         * simple.el (scroll-preserve-screen-position-commands):
10478         Add scroll-up-command, scroll-down-command, scroll-up-line,
10479         scroll-down-line to this list of commands.
10481 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10483         * obsolete/complete.el: Move from lisp/complete.el.
10485         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
10487         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
10488         to the minor mode function now turns the mode ON unconditionally.
10490 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10492         * vc-dir.el (vc-dir-kill-line): New command.
10493         (vc-dir-mode-map): Bind it to C-k.
10495         * bookmark.el (bookmark-insert-location): Handle a nil filename.
10497         * woman.el: Add bookmark declarations to silence the compiler.
10498         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
10499         step to compatibility between man and woman bookmarks.
10500         Adjust for Man-default-bookmark-title renaming.
10501         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
10503         * man.el: Add bookmark declarations to silence the compiler.
10504         (Man-name-local-regexp): Make it match NAME as well.
10505         (Man-getpage-in-background): Return the buffer.
10506         (Man-notify-when-ready): Use `case'.
10507         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
10508         Don't hardcode "NAME".  Simplify.
10509         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
10510         Rename from Man-bookmark-make-record.
10511         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
10512         we have the actual man-args.  Use Man-getpage-in-background rather
10513         than `man' since the arg is already processed.  Let bookmark.el do the
10514         window handling.  Only wait for the relevant process.
10515         Don't forget to autoload.
10517         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
10519 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10521         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
10522         New functions.
10523         (woman-mode): Setup bookmark support.
10525         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
10526         (man-bookmark-jump): New functions.
10527         (Man-mode): Setup bookmark support.
10529 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
10531         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
10532         recognize ssh-keygen prompt (Bug#2817).
10534 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
10536         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
10538 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
10540         Synchronize with Tramp repository.
10542         * net/tramp.el (tramp-completion-function-alist)
10543         (tramp-file-name-regexp, tramp-chunksize)
10544         (tramp-local-coding-commands, tramp-remote-coding-commands):
10545         Fix docstring.
10546         (tramp-remote-process-environment): Use `format' instead of `concat'.
10547         (tramp-handle-directory-files-and-attributes)
10548         (tramp-get-remote-path): Use `copy-tree'.
10549         (tramp-handle-file-name-all-completions): Backward/ XEmacs
10550         compatibility: Use `completion-ignore-case' if
10551         `read-file-name-completion-ignore-case' does not exist.
10552         (tramp-do-copy-or-rename-file-directly): Do not use
10553         `tramp-handle-file-remote-p'.
10554         (tramp-do-copy-or-rename-file-out-of-band):
10555         Use `tramp-compat-delete-directory'.
10556         (tramp-do-copy-or-rename-file-out-of-band)
10557         (tramp-compute-multi-hops, tramp-maybe-open-connection):
10558         Use `format-spec-make'.
10559         (tramp-find-foreign-file-name-handler)
10560         (tramp-advice-make-auto-save-file-name)
10561         (tramp-set-auto-save-file-modes): Remove superfluous check for
10562         `stringp'.  This is done inside `tramp-tramp-file-p'.
10563         (tramp-debug-outline-regexp): New defconst.
10564         (tramp-get-debug-buffer): Use it.
10565         (tramp-check-for-regexp): Use (forward-line 1).
10566         (tramp-set-auto-save-file-modes): Adapt version check.
10568         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
10569         Wrap call of `featurep' for 2nd argument.
10570         (tramp-compat-make-temp-file): Simplify fallback implementation.
10571         (tramp-compat-copy-tree): Remove function.
10572         (tramp-compat-delete-directory): Provide implementation for older
10573         Emacsen.
10575         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
10576         Do not use `tramp-fish-handle-file-attributes.
10578         * net/trampver.el: Update release number.
10580 2010-04-10  Glenn Morris  <rgm@gnu.org>
10582         * progmodes/compile.el (compilation-save-buffers-predicate):
10583         Add missing :version tag.
10585 2010-04-09  Sam Steingold  <sds@gnu.org>
10587         * progmodes/compile.el (compilation-save-buffers-predicate):
10588         Remove the "autoload" cookie.
10590         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
10591         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
10592         and `bug-reference-prog-mode' can be used in hooks directly.
10594 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10596         Add --author support to git commit.
10597         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
10598         (vc-git-log-edit-mode): New minor mode.
10599         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
10600         New declarations.
10602 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
10604         * vc-hooks.el, vc-git.el: Improve documentation comments.
10606 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10608         Fix some of the problems in defsubst* (bug#5728).
10609         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
10610         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
10612 2010-04-07  Sam Steingold  <sds@gnu.org>
10614         * progmodes/compile.el (compilation-save-buffers-predicate):
10615         New custom variable.
10616         (compile, recompile): Pass it to `save-some-buffers'.
10618 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
10620         * wid-edit.el (widget-choose): Move cursor to the second line of
10621         the buffer (Bug#5695).
10623 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
10625         Add new VC methods: vc-log-incoming and vc-log-outgoing.
10626         * vc.el (vc-print-log-setup-buttons): New function split out from
10627         vc-print-log-internal.
10628         (vc-log-internal-common): New function, a parametrized version of
10629         vc-print-log-internal.
10630         (vc-print-log-internal): Just call vc-log-internal-common with the
10631         right arguments.
10632         (vc-incoming-outgoing-internal):
10633         (vc-log-incoming, vc-log-outgoing): New functions.
10634         (vc-log-view-type): New permanent local variable.
10636         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
10638         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
10639         of the dynamic bound vc-short-log.
10640         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
10642         * vc-git.el (vc-git-log-outgoing): New function.
10643         (vc-git-log-view-mode): Use vc-log-view-type instead
10644         of the dynamic bound vc-short-log.
10646         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
10647         of the dynamic bound vc-short-log.  Highlight the tag.
10648         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
10649         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
10650         (vc-hg-incoming-mode): Remove.
10651         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
10653 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
10655         Fix default-directory for vc-root-diff.
10656         * vc.el (vc-root-diff): Bind default-directory to the root
10657         directory for the diff command.
10659 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
10661         * progmodes/verilog-mode.el (verilog-forward-sexp):
10662         (verilog-calc-1): Support "disable fork" and "fork wait" multi
10663         word keywords, suggested by Steve Pearlmutter.
10664         (verilog-pretty-declarations): Support lineup of declarations in
10665         port lists.
10666         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
10667         fix bug for /* / comments.
10668         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
10669         Speed up and simplfy as this is never called with a bound.
10670         (verilog-pretty-declarations): Enhance to line up declarations
10671         inside a parameter list, suggested by Alan Morgan.
10672         (verilog-pretty-expr): Tune assignment regular expression match
10673         string for corner cases; also use markers instead of character
10674         number as indent changes the later.
10676 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
10678         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
10679         as missing keyword.
10680         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
10681         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
10682         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
10683         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
10684         Tennant.
10685         (verilog-keywords):
10686         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
10687         1800-2009 keywords, including "global.".
10689 2010-04-06  John Wiegley  <jwiegley@gmail.com>
10691         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
10692         appearing in buffer list (if a live buffer name matched a recentf
10693         file basename).  Should use uniquify to offer a real solution.
10695 2010-04-06  John Wiegley  <jwiegley@gmail.com>
10697         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
10698         comment to code, and add a :version tag.
10699         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
10701 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
10703         Enable recentf-mode if using virtual buffers.
10704         * ido.el (recentf-list): Declare for byte-compiler.
10705         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
10706         (ido-make-buffer-list): Simplify.
10707         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
10709 2010-04-05  Juri Linkov  <juri@jurta.org>
10711         Scrolling commands which scroll a line instead of full screen.
10712         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10714         * simple.el (scroll-up-line, scroll-down-line): New commands.
10715         Put property isearch-scroll=t on them.
10717         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10718         Remove commands.
10720 2010-04-05  Juri Linkov  <juri@jurta.org>
10722         Scrolling commands which do not signal errors at top/bottom.
10723         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10725         * simple.el (scroll-up-command, scroll-down-command): New commands.
10726         Put property isearch-scroll=t on them.
10728         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10729         `scroll-down-command' and [next] from `scroll-up' to
10730         `scroll-up-command'.
10732         * emulation/cua-base.el: Put property CUA=move on
10733         `scroll-up-command' and `scroll-down-command'.
10734         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10735         and `scroll-down-command' to `cua-scroll-down'.
10737 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
10739         * help.el (describe-mode): Return nil.
10741 2010-04-04  John Wiegley  <jwiegley@gmail.com>
10743         * ido.el (ido-use-virtual-buffers): New variable to indicate
10744         whether "virtual buffer" support is enabled for IDO.
10745         (ido-virtual): Face used to indicate virtual buffers in the list.
10746         (ido-buffer-internal): If a buffer is chosen, and no such buffer
10747         exists, but a virtual buffer of that name does (which would be why
10748         it was in the list), recreate the buffer by reopening the file.
10749         (ido-make-buffer-list): If virtual buffers are being used, call
10750         `ido-add-virtual-buffers-to-list' before the make list hook.
10751         (ido-virtual-buffers): New variable which contains a copy of the
10752         current contents of the `recentf-list', albeit pared down for the
10753         sake of speed, and with proper faces applied.
10754         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10755         create a list of "virtual buffers" to present to the user in
10756         addition to the currently open set.  Note that this logic could
10757         get rather slow if that list is too large.  With the default
10758         `recentf-max-saved-items' of 200, there is little speed penalty.
10760 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * font-lock.el: Require CL when compiling.
10763         (font-lock-turn-on-thing-lock): Use `case'.
10765 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
10767         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10768         Zaretskii.
10770 2010-04-02  Juri Linkov  <juri@jurta.org>
10772         * ehelp.el (electric-help-orig-major-mode):
10773         New buffer-local variable.
10774         (electric-help-mode): Set it to original major-mode.  Doc fix.
10775         (with-electric-help): Use `electric-help-orig-major-mode' instead
10776         of (default-value 'major-mode).  Doc fix.
10777         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10779 2010-04-02  Sam Steingold  <sds@gnu.org>
10781         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10782         `vc-hg-command' with a list of flags.
10784         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10785         Also accept "patch" and "RFE".
10786         (bug-reference-fontify): `bug-reference-url-format' can also be a
10787         function to be able to handle the bug kind.
10788         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10790 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
10792         * tmm.el (tmm-get-keymap): Check with symbolp before passing
10793         value to fboundp, it may not be a symbol.
10795 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10797         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10799 2010-03-31  Juri Linkov  <juri@jurta.org>
10801         * simple.el (next-line, previous-line): Re-throw a signal
10802         with `signal' instead of using `ding'.
10803         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10805 2010-03-31  Juri Linkov  <juri@jurta.org>
10807         * simple.el (keyboard-escape-quit): Raise deselecting the active
10808         region higher than exiting the minibuffer.
10809         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10811 2010-03-31  Juri Linkov  <juri@jurta.org>
10813         * image.el (image-animated-p): Use `image-metadata' instead of
10814         `image-extension-data'.  Get GIF extenstion data from metadata
10815         property `extension-data'.
10817 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10819         * simple.el (append-to-buffer): Simplify.
10821 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
10823         * textmodes/artist.el (artist-mode): Fix typo in docstring.
10824         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
10826 2010-03-31  Kenichi Handa  <handa@m17n.org>
10828         * language/sinhala.el (composition-function-table): Fix regexp for
10829         the new Unicode specification.
10831         * language/indian.el (devanagari-composable-pattern)
10832         (tamil-composable-pattern, kannada-composable-pattern)
10833         (malayalam-composable-pattern): Adjust for the new Unicode
10834         specification.
10835         (bengali-composable-pattern, gurmukhi-composable-pattern)
10836         (gujarati-composable-pattern, oriya-composable-pattern)
10837         (telugu-composable-pattern): New variables to cope with the new
10838         Unicode specification.  Use them in composition-function-table.
10840 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10842         Make tmm-menubar work for the Buffers menu again (bug#5726).
10843         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10844         vectors rather than cons cells, as used in menu-bar-update-buffers.
10846 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10848         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10849         (js-insert-and-indent): Revert 2009-08-15 change, restoring
10850         electric punctuation for "{}();,:" (Bug#5586).
10852         * mail/sendmail.el (mail-default-directory): Doc fix.
10854 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10856         * mail/sendmail.el (mail-default-directory): Doc fix.
10858 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
10860         * subr.el (version-regexp-alist, version-to-list)
10861         (version-list-<, version-list-=, version-list-<=)
10862         (version-list-not-zero, version<, version<=, version=): Doc fix.
10863         (Bug#5744).
10865 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
10867         * vc.el (vc-root-diff): Doc fix.
10869 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10871         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10873         * simple.el (append-to-buffer): Fix last change.
10875 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10877         * simple.el (append-to-buffer): Ensure that point is preserved if
10878         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
10879         (Bug#5749)
10881 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * files.el (auto-mode-case-fold): Change default to t.
10885 2010-03-30  Juri Linkov  <juri@jurta.org>
10887         * dired-x.el (dired-omit-mode): Doc fix.
10889 2010-03-30  Juri Linkov  <juri@jurta.org>
10891         * replace.el (occur-accumulate-lines): Move occur-engine related
10892         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10893         to be located after `occur-engine'.
10895 2010-03-30  Juri Linkov  <juri@jurta.org>
10897         Make occur handle multi-line matches cleanly with context.
10898         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10900         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10901         (occur-engine): Add local variables `ret', `prev-after-lines',
10902         `prev-lines'.  Use more arguments for `occur-context-lines'.
10903         Set first elem of its returned list to `data', and the second elem
10904         to `prev-after-lines'.  Don't print the separator line.
10905         In the end, print remaining context after-lines.
10906         (occur-context-lines): Add new arguments `begpt', `endpt',
10907         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
10908         after-lines of the previous match with before-lines of the
10909         current match and not overlap them.  Return a list with two
10910         values: the output line and the list of context after-lines.
10912 2010-03-30  Juri Linkov  <juri@jurta.org>
10914         * replace.el (occur-accumulate-lines): Fix a bug where the first
10915         context line at the beginning of the buffer was missing.
10917 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
10919         * files.el: Make bidi-display-reordering safe variable for boolean
10920         values.
10922 2010-03-29  Phil Hagelberg  <phil@evri.com>
10923             Chong Yidong  <cyd@stupidchicken.com>
10925         * subr.el: Extend progress reporters to perform "spinning".
10926         (progress-reporter-update, progress-reporter-do-update):
10927         Handle non-numeric value arguments.
10928         (progress-reporter--pulse-characters): New var.
10930 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
10932         * progmodes/compile.el (compilation-start): Fix regexp detection
10933         of initial cd command (Bug#5771).
10935 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
10937         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10939 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
10941         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10942         * progmodes/gdb-mi.el: Restore.
10943         * progmodes/gdb-ui.el: Remove.
10944         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10946 2010-03-25  Glenn Morris  <rgm@gnu.org>
10948         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10949         all dired buffers, even tramp ones.  (Bug#5755)
10951 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10953         Add "union tags" in mpc.el.
10954         * mpc.el: Remove backward compatibility code.
10955         (mpc-browser-tags): Change default.
10956         (mpc--find-memoize-union-tags): New var.
10957         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10958         (mpc-cmd-find): Handle the case where the playlist does not exist.
10959         Handle union-tags.
10960         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
10961         (mpc-cmd-add): Use mpc-cmd-flush.
10962         (mpc-tagbrowser-tag-name): New fun.
10963         (mpc-tagbrowser-buf): Use it.
10964         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
10966 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10968         Misc cleanup.
10969         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10970         Use replace-regexp-in-string.
10971         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10972         (makefile-imake-mode-syntax-table): Move init into defvar.
10973         (makefile-mode): Use define-derived-mode.
10975         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10976         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10977         not be present any more.
10979 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10981         * faces.el (set-face-attribute): Fix typo in docstring.
10982         (face-valid-attribute-values): Reflow docstring.
10984 2010-03-24  Glenn Morris  <rgm@gnu.org>
10986         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10988 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10990         * indent.el (indent-for-tab-command): Doc fix.
10992 2010-03-24  Alan Mackenzie  <acm@muc.de>
10994         * progmodes/cc-engine.el (c-remove-stale-state-cache):
10995         Fix off-by-one error.  Fixes bug #5747.
10997 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10999         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11000         (image-dired-read-comment): Doc fix.
11002         * json.el (json-object-type, json-array-type, json-key-type)
11003         (json-false, json-null, json-read-number):
11004         * minibuffer.el (completion-in-region-functions):
11005         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11006         (cal-tex-cursor-week):
11007         * emacs-lisp/trace.el (trace-function):
11008         * eshell/em-basic.el (eshell/printnl):
11009         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11010         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11011         * obsolete/levents.el (allocate-event, event-key, event-object)
11012         (event-point, event-process, event-timestamp, event-to-character)
11013         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11014         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11015         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11016         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11017         (reftex-highlight-selection): Fix typos in docstrings.
11019 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11021         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11023 2010-03-24  Glenn Morris  <rgm@gnu.org>
11025         * mail/rmail.el (rmail-highlight-face): Restore option deleted
11026         2008-02-13 without comment; mark it obsolete.
11027         (rmail-highlight-headers): Use rmail-highlight-face once more.
11029 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
11031         * woman.el (woman2-process-escapes): Only consume the newline if
11032         the filler character is on a line by itself (Bug#5729).
11034 2010-03-24  Kenichi Handa  <handa@m17n.org>
11036         * language/indian.el (devanagari-composable-pattern): Add more
11037         consonants.
11039 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
11041         * net/trampver.el: Update release number.
11043 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
11045         * net/tramp.el (tramp-find-executable):
11046         Use `tramp-get-connection-buffer'.  Make the regexp for checking
11047         output of "wc -l" more robust.
11048         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11049         (tramp-open-connection-setup-interactive-shell): Remove workaround
11050         for OpenSolaris bug, it is not needed anymore.
11052 2010-03-24  Glenn Morris  <rgm@gnu.org>
11054         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
11056 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
11058         * files.el (auto-mode-alist): Accept more verilog file patterns.
11060 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11064 2010-03-24  Glenn Morris  <rgm@gnu.org>
11066         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11067         log-edit-before-checkin-process.
11069         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11071         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
11073         * vc-dispatcher.el (vc-start-logentry): Doc fix.
11074         (log-view-process-buffer, log-edit-extra-flags): Declare.
11076         * log-edit.el (log-edit-before-checkin-process): Doc fix.
11078 2010-03-23  Sam Steingold  <sds@gnu.org>
11080         Fix bug#5620: recalculate all markers on compilation buffer
11081         modifications, not on file modifications.
11082         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11083         variable: the buffer modification time, for buffers not associated with
11084         files.
11085         (compilation-mode): Create it.
11086         (compilation-filter): Update it.
11087         (compilation-next-error-function): Use it instead of
11088         `visited-file-modtime' for timestamp.
11090 2010-03-23  Juri Linkov  <juri@jurta.org>
11092         Implement Occur multi-line matches.
11093         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11095         * replace.el (occur): Doc fix.
11096         (occur-engine): Set `begpt' to the beginning of the first line.
11097         Set `endpt' to the end of the last match line.  At first, count
11098         line numbers between `origpt' and `begpt'.  Split out code from
11099         `out-line' variable to new let-bindings `match-prefix' and
11100         `match-str'.  In `out-line' add non-numeric prefix to all
11101         non-first lines of multi-line matches.  Finally, count lines
11102         between `begpt' and `endpt' and add to `lines'.
11104 2010-03-23  Juri Linkov  <juri@jurta.org>
11106         * replace.el (occur-accumulate-lines, occur-engine):
11107         Use `occur-engine-line' instead of duplicate code.
11108         (occur-engine-line): New function created from duplicate code
11109         in `occur-accumulate-lines' and `occur-engine'.
11111         * replace.el (occur-engine-line): Add optional arg `keep-props'.
11112         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11114 2010-03-23  Juri Linkov  <juri@jurta.org>
11116         * finder.el: Remove TODO tasks.
11118         * info.el (Info-finder-find-node): Add node "all"
11119         with all package info.  Handle a list of multiple keywords
11120         separated by comma.
11121         (info-finder): In interactive use with a prefix argument,
11122         use `completing-read-multiple' to read a list of keywords
11123         separated by comma.
11125 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11127         Add a new completion style `substring'.
11128         * minibuffer.el (completion-basic--pattern): New function.
11129         (completion-basic-try-completion, completion-basic-all-completions):
11130         Use it.
11131         (completion-substring--all-completions)
11132         (completion-substring-try-completion)
11133         (completion-substring-all-completions): New functions.
11134         (completion-styles-alist): New style `substring'.
11136 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11138         Get rid of .elc files after removal of the corresponding .el.
11139         * Makefile.in (compile-clean): New target.
11140         (compile-main): Use it.
11142 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
11144         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
11145         don't do make there.  When compiling with separate object dir, there
11146         is no Makefile there.
11148 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11150         Get rid of the ELCFILES abomination, again.
11151         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11152         (all, compile): Don't call compile-last.
11153         (compile-main): Build the "elcfiles" list dynamically.
11154         (compile-targets): New (internal) target.
11156 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
11158         * Makefile.in (top_srcdir): Define.
11159         (abs_top_builddir): Define.
11160         (srcdir): Don't append `/..'.
11161         (EMACS): Use ${abs_top_builddir}.
11162         (all, compile, compile-always, compile-last): Don't set emacswd.
11163         (update-subdirs, update-authors): Use $(top_srcdir) instead of
11164         $(srcdir).
11165         (lisp): Use $(srcdir) instead of @srcdir@.
11167 2010-03-21  Juri Linkov  <juri@jurta.org>
11169         Fix message of multi-line occur regexps and multi-buffer header lines.
11170         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
11172         * replace.el (occur-1): Don't display regexp if it is longer
11173         than window-width.  Use `query-replace-descr' to display regexp.
11174         (occur-engine): Don't display regexp in the buffer header for
11175         multi-buffer occur.  Display a separate header line with total
11176         match count and regexp for multi-buffer occur.
11177         Use `query-replace-descr' to display regexp.
11179 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11181         * net/secrets.el: Fix parenthesis.
11182         (secrets-enabled): Fix parenthesis.
11184 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         Use more relative file and directory names.
11187         * Makefile.in (EMACS): Arrange for it to work when we chdir.
11188         (setwins, setwins_almost, setwins_for_subdirs):
11189         Don't `cd'; output relative names.
11190         (all, compile, compile-always, compile-last): Set emacswd.
11191         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
11192         Just cd to the lisp source dir so we can use relative file names.
11194         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
11196 2010-03-20  Glenn Morris  <rgm@gnu.org>
11198         * textmodes/rst.el: Use faces for font-lock customization, and make the
11199         old -face variables obsolete.
11200         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
11201         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
11202         (rst-block-face, rst-external-face, rst-definition-face)
11203         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
11204         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
11205         Make obsolete.
11206         (rst-font-lock-keywords-function): Update for above changes.
11208 2010-03-20  Juri Linkov  <juri@jurta.org>
11210         * s-region.el:
11211         * obsolete/s-region.el: Move to obsolete.
11213 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
11215         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
11217 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11219         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
11221 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11223         Add special markup processing for commit logs.
11224         * log-edit.el (log-edit-extra-flags): New variable.
11225         (log-edit): Add new argument MODE.  Use that mode when non-nil
11226         instead of the log-view-mode.
11227         (log-view-process-buffer): New function.
11229         * vc.el: Document that the checkin method takes optional
11230         arguments.  Document new backend specific method: log-view-mode.
11231         (vc-default-log-edit-mode): New function.
11232         (vc-checkin): Use a backend specific log-view-mode.
11233         Pass extra arguments to the checkin method.
11234         (vc-modify-change-comment): Pass a dummy extra argument.
11236         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
11237         log-edit.
11238         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
11239         (vc-finish-logentry): Process the log buffer before passing it
11240         down.  Pass log-edit-extra-flags.
11242         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
11243         command.
11244         (log-edit-extra-flags, log-edit-before-checkin-process):
11245         New declarations.
11247         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
11248         command.
11249         (log-edit-extra-flags, log-edit-before-checkin-process):
11250         New declarations.
11251         (vc-hg-log-edit-mode): New derived mode.
11253         * vc-arch.el (vc-arch-checkin):
11254         * vc-cvs.el (vc-cvs-checkin):
11255         * vc-git.el (vc-git-checkin):
11256         * vc-mtn.el (vc-mtn-checkin):
11257         * vc-rcs.el (vc-rcs-checkin):
11258         * vc-sccs.el (vc-sccs-checkin):
11259         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
11261 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
11264         parent typo).
11266 2010-03-19  Glenn Morris  <rgm@gnu.org>
11268         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11270 2010-03-18  Glenn Morris  <rgm@gnu.org>
11272         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
11274         * replace.el (query-replace-history): Give it a doc string.
11275         (map-query-replace-regexp): Use query-replace-from-history-variable
11276         and query-replace-to-history-variable.
11278         * mail/hashcash.el (declare-function): Remove duplicate definition.
11280         * mail/emacsbug.el (report-emacs-bug-pretest-address):
11281         Make it an obsolete alias for report-emacs-bug-address.
11282         (message-strip-special-text-properties): Declare.
11283         (report-emacs-bug): Remove test for a pretest bug address.
11284         Combine message-mode-specific code.
11286         * mail/supercite.el: Don't require sendmail.
11287         (mh-in-header-p): Declare rather than using with-no-warnings.
11288         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
11289         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
11291         * calendar/cal-french.el: Convert to utf-8.
11293         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
11294         Emacs scripts.
11296 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
11298         * net/secrets.el (secrets-enabled): New variable.  Use it instead
11299         of a subfeature.
11301 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
11303         * net/secrets.el (top): Register the D-Bus signals only when the
11304         service "org.freedesktop.secrets" can be pinged.
11305         Provide subfeature `enabled'.
11307 2010-03-14  Juri Linkov  <juri@jurta.org>
11309         Add finder unknown keywords.
11311         * finder.el (finder-unknown-keywords): New function.
11313         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
11314         to create a Finder node with unknown keywords.
11316 2010-03-14  Juri Linkov  <juri@jurta.org>
11318         * finder.el (finder-compile-keywords): Replace `princ' with
11319         `prin1' on a list of symbols interned from keyword strings.
11321         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
11322         a comma, then split keywords using a comma and optional whitespace.
11323         Otherwise, split by whitespace.
11325         * complete.el:
11326         * face-remap.el:
11327         * log-view.el:
11328         * net/hmac-def.el:
11329         * net/hmac-md5.el:
11330         * net/netrc.el:
11331         * progmodes/mixal-mode.el: Fix keywords.
11333 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
11335         * Makefile.in (ELCFILES): Add net/secrets.elc.
11337         * net/secrets.el: New file.
11339 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11341         * facemenu.el (list-colors-display, list-colors-print): New arg
11342         callback.  Use it to allow selecting colors.
11344         * wid-edit.el (widget-image-insert): Insert image prop even if the
11345         current display is non-graphic.
11346         (widget-field-value-set): New fun.
11347         (editable-field): Use it.
11348         (widget-field-value-get): Clean up unused var.
11349         (widget-color-value-create, widget-color--choose-action):
11350         New funs.  Allow using list-colors-display to choose color.
11352 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11354         * cus-edit.el: Resort topmost custom groups.
11355         (custom-buffer-sort-alphabetically): Default to t.
11356         (customize-apropos): Use apropos-parse-pattern.
11357         (custom-search-field): New var.
11358         (custom-buffer-create-internal): Add custom-apropos search field.
11359         (custom-add-parent-links): Don't display parent doc.
11360         (custom-group-value-create): Don't sort top-level custom group.
11361         (custom-magic-value-create): Show visibility button before option name.
11363         (custom-variable-state): New fun, from custom-variable-state-set.
11364         (custom-variable-state-set): Use it.
11365         (custom-group-value-create): Hide options with standard values
11366         using the :hidden-states property.  Use progress reporter.
11368         (custom-show): Simplify.
11369         (custom-visibility): Disable images by default.
11370         (custom-variable): New property :hidden-states.
11371         (custom-variable-value-create): Enable images for
11372         custom-visibility widgets.  Use :hidden-states property to
11373         determine initial visibility.
11375         * wid-edit.el (widget-image-find): Give images center ascent.
11376         (visibility): Add :on-image and :off-image properties.
11377         (widget-visibility-value-create): Use them.
11379 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11381         * cus-edit.el (processes): Remove from development group.
11382         (oop, hypermedia): Delete group.
11383         (comm): Promote to top-level group.
11385         * net/browse-url.el (browse-url):
11386         * net/xesam.el (xesam):
11387         * net/tramp.el (tramp):
11388         * net/goto-addr.el (goto-address):
11389         * net/ange-ftp.el (ange-ftp): Put in comm group.
11391         * view.el (view): Remove from editing group.
11393         * uniquify.el (uniquify): Put in files group.
11395         * net/browse-url.el (browse-url):
11396         * ps-print.el (postscript): Put in external group.
11398         * cus-edit.el (outlines):
11399         * textmodes/text-mode.el (text-mode-hook):
11400         * textmodes/table.el (table):
11401         * textmodes/picture.el (picture):
11402         * outline.el (outlines): Put in wp group.
11404         * nxml/nxml-mode.el (nxml): Remove from wp group.
11406         * net/tramp-imap.el (tramp-imap): Put in tramp group.
11408         * mail/metamail.el (metamail): Remove from hypermedia group.
11410         * cus-edit.el (abbrev):
11411         * whitespace.el (whitespace):
11412         * vcursor.el (vcursor):
11413         * reveal.el (reveal):
11414         * hl-line.el (hl-line): Put in convenience group.
11416         * epg-config.el (epg): Put in data group.
11418         * emulation/pc-select.el (pc-select): Put in emulations group.
11420         * calculator.el (calculator): Put in applications group.
11422 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11424         Add .dir-locals.el support for file-less buffers.
11425         * files.el (hack-local-variables): Split out code to apply local
11426         variable settings ...
11427         (hack-local-variables-apply): ... here.  New function.
11428         (hack-dir-local-variables): Use the default directory for when the
11429         buffer does not have an associated file.
11430         (hack-dir-local-variables-non-file-buffer): New function.
11431         * diff-mode.el (diff-mode):
11432         * vc-annotate.el (vc-annotate-mode):
11433         * vc-dir.el (vc-dir-mode):
11434         * log-edit.el (log-edit-mode):
11435         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
11437 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11439         Add support for shelving snapshots and for showing shelves.
11440         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
11441         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
11442         New functions.
11443         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11444         (vc-bzr-extra-menu-map): Map them.
11446 2010-03-11  Glenn Morris  <rgm@gnu.org>
11448         * cus-edit.el (customize-changed-options-previous-release):
11449         Bump to 23.1.
11451         * image.el (image-animate-max-time): Fix :version tag.
11453 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
11455         * Branch for 23.2.
11457 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11459         * vc-git.el (vc-git-revision-table): Include remote branches.
11461 2010-03-10  Kim F. Storm  <storm@cua.dk>
11463         Animated image API.
11464         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
11466         * image.el (image-animate-max-time): New defcustom.
11467         (image-animated-types): New defconst.
11468         (create-animated-image, image-animate-timer)
11469         (image-animate-start, image-animate-stop, image-animate-timeout)
11470         (image-animated-p): New functions.
11472         * image-mode.el (image-toggle-display-image):
11473         Replace `create-image' with `create-animated-image'.
11475 2010-03-09  Miles Bader  <miles@gnu.org>
11477         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
11478         instead of "format:"; this ensures that the output is
11479         newline-terminated.
11481 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
11483         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
11484         that all errors are caught, and that the return value is always a
11485         list (Bug#5692).
11487 2010-03-08  Kenichi Handa  <handa@m17n.org>
11489         * language/misc-lang.el (windows-1256): New coding system.
11490         (cp1256): New alias of windows-1256 (bug#5690).
11492 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
11494         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
11495         call to rfc822-bad-address.  (Bug#5692)
11497 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
11499         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11500         Use vc-git-root as default directory for revision path (Bug#5657).
11502 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
11504         * calculator.el (calculator): Don't bind split-window-keep-point
11505         (Bug#5674).
11507 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11509         * vc-git.el: Re-flow to fit into 80 columns.
11510         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
11511         Remove spurious `quote' element in each case alternative.
11512         (vc-git-show-log-entry): Use prog1.
11513         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
11515 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11517         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
11519 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
11521         * macros.el (insert-kbd-macro): Look up keyboard macro using the
11522         definition, not the name (Bug#5481).
11524 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
11526         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
11527         argument with a local variable.  (Bug#5670)
11529 2010-03-02  Juri Linkov  <juri@jurta.org>
11531         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
11533 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
11535         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
11536         error when FILENAME and NEWNAME are existing remote directories.
11538         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
11539         parameter DIR-FLAG.
11541 2010-03-02  Glenn Morris  <rgm@gnu.org>
11543         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
11544         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
11546 2010-03-01  Kenichi Handa  <handa@m17n.org>
11548         * language/burmese.el (burmese-composable-pattern): Rename from
11549         myanmar-composable-pattern.
11551         * international/characters.el (script-list):
11552         * international/fontset.el (script-representative-chars):
11553         Change myanmar to burmese.
11554         (otf-script-alist): Likewise.
11555         (setup-default-fontset): Likewise.  Re-fix :otf spec.
11557 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11559         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
11561 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
11563         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
11565 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
11567         * net/tramp.el (tramp-handle-write-region): START can be a string.
11568         Take care in the checks.  Reported by Dan Davison
11569         <davison@stats.ox.ac.uk>.
11571 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
11573         * net/dbus.el (dbus-introspect, dbus-get-property)
11574         (dbus-set-property, dbus-get-all-properties):
11575         Use `dbus-call-method' when noninteractive.  (Bug#5645)
11577 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
11579         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
11580         * emacs-lisp/elint.el (elint-add-required-env):
11581         * calendar/icalendar.el (icalendar--add-diary-entry):
11582         * calc/calcalg2.el (math-tracing-integral):
11583         * files.el (recover-session-finish): Use with-current-buffer
11584         instead of save-excursion.
11586 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11588         Fix in-buffer completion when after-change-functions modify the buffer.
11589         * minibuffer.el (completion--replace): New function.
11590         (completion--do-completion): Use it and use relative movement.
11592 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
11594         * international/fontset.el (setup-default-fontset): Fix :otf spec.
11596 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
11598         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
11599         Allow the characters _<> in the stack entry (Bug#5653).
11601 2010-02-26  Kenichi Handa  <handa@m17n.org>
11603         * language/burmese.el: Fix entries in composition-function-table.
11604         (myanmar-composable-pattern): New variable.
11606         * international/fontset.el (setup-default-fontset): Add an entry
11607         for myanmar.
11609         * international/characters.el (script-list): Add Myanmar
11610         Extended-A.
11612 2010-02-26  Glenn Morris  <rgm@gnu.org>
11614         * custom.el (custom-initialize-delay): Doc fix.
11616         * mail/sendmail.el (send-mail-function): Autoload the call
11617         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
11619 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
11621         * files.el (hack-local-variables-filter): For eval forms, also
11622         check safe-local-variable-p (Bug#5636).
11624 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
11626         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
11627         setting the modes by `ignore-errors'.  It might fail, for example
11628         if the file is not owned by the user but the group.
11629         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
11631 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
11633         * files.el (directory-listing-before-filename-regexp):
11634         Use stricter matching for iso-style dates, to avoid false matches with
11635         date-like filenames (Bug#5597).
11637         * htmlfontify.el (htmlfontify): Doc fix.
11639         * eshell/eshell.el (eshell): Doc fix.
11641         * startup.el (fancy-about-screen): In mode-line, apply
11642         mode-line-buffer-id face only to the buffer name (Bug#5613).
11644 2010-02-20  Kevin Ryde  <user42@zip.com.au>
11646         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11647         In `watcom' anchor regexp to start of line, to avoid slowness
11648         (Bug#5599).
11650 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
11652         * subr.el (remove-yank-excluded-properties): Explain in a comment
11653         why `category' property is removed.
11655 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
11657         * isearch.el (isearch-update-post-hook, isearch-update):
11658         Revert 2010-02-17 change.
11660 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
11662         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
11663         (icalendar--convert-weekly-to-ical)
11664         (icalendar--convert-yearly-to-ical)
11665         (icalendar--convert-block-to-ical)
11666         (icalendar--convert-cyclic-to-ical)
11667         (icalendar--convert-anniversary-to-ical): Take care of time
11668         specifications where hour has 1-digit only (Bug#5549).
11670 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
11672         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
11673         of disassemble output in GDB 7.1.
11675 2010-02-19  Glenn Morris  <rgm@gnu.org>
11677         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
11678         property.  (Bug#5593)
11680 2010-02-18  Sam Steingold  <sds@gnu.org>
11682         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11684 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11686         Use abbreviated file names in bookmarks (bug#5591).
11687         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
11688         calls to expand-file-name.
11689         (bookmark-relocate): Use abbreviated file names in bookmarks.
11690         (bookmark-load): Use abbreviated file names in messages.
11692 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
11694         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
11695         expand "." and "..".  Reported by Thierry Volpiatto
11696         <thierry.volpiatto@gmail.com>.
11698 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
11700         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
11701         permissions of the temporary file to "0600".  In case the remote
11702         file has no read permissions for the owner, there might be
11703         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
11705 22010-02-18  Glenn Morris  <rgm@gnu.org>
11707         * emacs-lisp/authors.el (authors-renamed-files-alist):
11708         Add entries for INSTALL.CVS.
11710 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
11712         * vc-bzr.el: Fix typo in Known Bugs section.
11714         * isearch.el (isearch-update-post-hook): New hook.
11715         (isearch-update): Use the new hook.
11717 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
11719         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11720         Fix errors in copying directories.
11721         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11722         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11723         (tramp-handle-delete-file)
11724         (tramp-handle-dired-recursive-delete-directory)
11725         (tramp-handle-write-region): Flush also the cache for the upper
11726         directory.
11728 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
11730         * simple.el (save-interprogram-paste-before-kill): Doc fix.
11732         * cus-edit.el (hardware): Doc fix.
11734         * man.el (man): Add to external custom group.
11736         * delim-col.el (columns): Move to wp custom group.
11738         * doc-view.el (doc-view): Add to data custom group.
11740         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11742         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11743         by ispell-parse-output (Bug#5575).
11745 2010-02-16  Kenichi Handa  <handa@m17n.org>
11747         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11748         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11749         (skkdic-convert): Use `euc-japan' coding system for writing.
11751 2010-02-16  Glenn Morris  <rgm@gnu.org>
11753         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11754         tex-main-file before using it.  (Bug#5562)
11756 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11758         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11759         warnings, since it is annoying for the user to see them each time he
11760         runs the code.
11762 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
11764         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11765         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11766         instead of PROC for caching "first-password-request".  Otherwise,
11767         new processes would not profit from passwords already entered.
11769         * net/tramp-cache.el (tramp-dump-connection-properties):
11770         Don't save "first-password-request" property.
11772 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
11774         * outline.el (outline-head-from-level):
11775         * simple.el (with-wrapper-hook):
11776         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11777         (elint-defun, elint-buffer-env, elint-top-form-logged)
11778         (elint-unbound-variable):
11779         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11780         Fix typos in docstrings.
11782 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
11784         * files.el (insert-directory): When WILDCARD-REGEXP and
11785         FULL-DIRECTORY-P are nil, insert the file entry instead of the
11786         whole directory.  (Bug#5551)
11788         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
11789         dired's alignment sanity.  (Bug#5516)
11791 2010-02-14  Juri Linkov  <juri@jurta.org>
11793         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11794         Remove remaining ^H with their preceding chars.  (Bug#5566)
11796 2010-02-13  Glenn Morris  <rgm@gnu.org>
11798         * simple.el (transpose-subr): Give it a doc-string.
11800         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11801         Doc fixes.
11803 2010-02-12  Juri Linkov  <juri@jurta.org>
11805         * arc-mode.el (archive-unique-fname): Make directories for nested
11806         archives.  (Bug#5540)
11808 2010-02-12  Juri Linkov  <juri@jurta.org>
11810         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
11812 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11814         * subr.el (copy-overlay): Handle deleted overlays.
11816         * man.el (Man-completion-table): Don't signal an error if we can't run
11817         manual-program (bug#4056).
11819 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
11821         * textmodes/artist.el (artist-mt): Fix typos in docstring.
11823 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11825         * info.el (Info-bookmark-jump): Simplify.
11827         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11828         (bookmark-default-handler): Accept new bookmark field `buffer'.
11830 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
11832         * iswitchb.el (iswitchb-completions): Revert last change.
11834 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
11836         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
11837         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11838         This prevents file names like "~/" being listed literally.
11840 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
11842         * term/xterm.el (xterm-maybe-set-dark-background-mode):
11843         Remove dead code.  (Bug#5546)
11845 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
11847         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11848         correctly (Bug#5548).
11850 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
11852         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11853         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11855 2010-02-08  Kenichi Handa  <handa@m17n.org>
11857         * international/mule-util.el (with-coding-priority): Add autoload
11858         cookie for putting `lisp-indent-function'.
11860 2010-02-07  Glenn Morris  <rgm@gnu.org>
11862         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11863         Move F2003 named interfaces from keywords-2 to keywords-1, and
11864         use function-name-face rather than constant-face.
11865         Simplify "abstract interface" regexp.
11867 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
11869         * eshell/esh-util.el (eshell-file-attributes): New optional arg
11870         ID-FORMAT.  Pass it to `file-attributes'.
11872         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11874 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
11876         * faces.el (set-face-attribute): Allow calling
11877         internal-set-lisp-face-attribute with 'unspecified family and
11878         foundry argument (Bug#5536).
11880 2010-02-07  Glenn Morris  <rgm@gnu.org>
11882         * progmodes/f90.el (f90-font-lock-keywords-2)
11883         (f90-looking-at-type-like, f90-looking-at-program-block-end):
11884         Handle F2003 named interfaces.
11886 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
11888         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11889         beg and end before calling c-get-state-before-change-functions.
11891 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
11893         * vc-bzr.el (vc-bzr-dir-extra-headers):
11894         Disable the pending merges header.
11896 2010-02-05  Juri Linkov  <juri@jurta.org>
11898         * doc-view.el (doc-view-mode):
11899         * image-mode.el (image-mode): Put property mode-class=special.
11900         (Bug#4896)
11902 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
11904         * vc-svn.el (vc-svn-revision-table): New function.
11906 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
11908         * net/ange-ftp.el (ange-ftp-insert-directory):
11909         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11910         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11911         Handle also directories.  (Bug#5478)
11913 2010-02-05  Glenn Morris  <rgm@gnu.org>
11915         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11917 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
11919         * startup.el (command-line-1): Convert options beginning with a
11920         single dash as well (Bug#5519).
11922 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11924         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11925         * minibuffer.el (completion-initials-expand): Only check the presence
11926         of delims *within* the boundaries, since otherwise the / delim is
11927         always found for files.
11929         Fix up various corner case problems.
11930         * doc-view.el (doc-view-last-page-number): New function.
11931         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11932         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11933         (doc-view-kill-proc): Avoid inf-loop in freak cases.
11934         (doc-view-reconvert-doc): Use the new recursive delete-directory.
11935         (doc-view-convert-current-doc): Don't create the resolution.el file
11936         here any more.
11937         (doc-view-pdf/ps->png): Do it here instead.
11938         (doc-view-already-converted-p): Check that resolution.el is present.
11939         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11940         windows that are not yet showing images.
11942 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
11944         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11945         `dired-uncache' for every elemnt which is an absolute file name.
11947         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11948         directory, handle its directory component.
11949         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11950         function is called permanently and creates noise, otherwise.
11952         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11953         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11954         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
11956 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
11958         * macros.el (apply-macro-to-region-lines):
11959         Minor simplification.  (Bug#5485)
11961 2010-02-04  Glenn Morris  <rgm@gnu.org>
11963         * mail/rmail.el (rmail-show-message-1): Handle malformed
11964         quoted-printable text.  (Bug#5441)
11966         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11968         * simple.el (visual-line-mode): Capitalize lighter.
11970 2010-02-03  John Wiegley  <jwiegley@gmail.com>
11972         * iswitchb.el (iswitchb-completions): Add bookmark files to the
11973         list of files considered for "virtual buffer" completions.
11975 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
11977         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11978         also in case of (and (not full) (not wildcard)).  This is needed
11979         when dired is called with a list of files, which are not in
11980         `default-directory'.  (Bug#5478)
11982 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11986 2010-02-02  Juri Linkov  <juri@jurta.org>
11988         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11989         from unidiff to allow function-line after @@.
11991 2010-02-02  Juri Linkov  <juri@jurta.org>
11993         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11994         '(RCS SCCS) with inverted condition.
11996 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
11998         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11999         messages.
12001 2010-02-01  Juri Linkov  <juri@jurta.org>
12003         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12004         compare with "pkunzip" and "pkzip" instead of only "pkzip".
12005         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12006         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
12008 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12010         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12011         (doc-view-revert-buffer): New command.
12012         (doc-view-mode-map): Use it.
12014 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
12016         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12017         pending merge is detected.
12019 2010-01-31  Juri Linkov  <juri@jurta.org>
12021         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12022         beginning of interactive spec like all other grep commands do.
12023         Put "all" in front of "gz".  (Bug#5260)
12025 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
12027         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12029 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
12031         * dirtrack.el (dirtrack): Warn instead of signalling error if the
12032         regexp is incorrect (Bug#5476).
12034 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
12036         * net/tramp.el (tramp-handle-insert-directory): Handle also
12037         symlinks, when FILENAME is not in `default-directory'.
12039 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
12041         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
12042         FILE is not in `default-directory'.  (Bug#5478)
12044         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12045         of SWITCHES.  Handle the case, FILENAME is not in
12046         `default-directory'.  (Bug#5478)
12047         (tramp-register-file-name-handlers): Add safe-magic property.
12049 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
12051         * arc-mode.el (archive-zip-extract): Quote the argument passed to
12052         unzip (Bug#5475).
12054 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
12056         * progmodes/flymake.el (flymake-allowed-file-name-masks)
12057         (flymake-master-make-header-init): Add other C++ filename masks.
12058         (flymake-find-possible-master-files)
12059         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12061 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
12063         Fix some busybox annoyances.
12065         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12066         not responding." string.
12067         (tramp-open-connection-setup-interactive-shell): Dump stty
12068         settings.  Enable "neveropen" arg for all `tramp-send-command'
12069         calls.  Handle "=" in variable values properly.
12070         (tramp-find-inline-encoding): Raise an error, when no encoding is
12071         found.
12072         (tramp-wait-for-output): Check, whether PROC buffer is available.
12073         Remove spurious " ^H" sequences, sent by busybox.
12074         (tramp-get-ls-command): Suppress coloring, if possible.
12076 2010-01-28  Glenn Morris  <rgm@gnu.org>
12078         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
12080         * log-edit.el (log-edit-strip-single-file-name): Add missing
12081         :safe, :group, and :version tags.
12083 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
12085         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12086         buffers.  (Bug#5477)
12088 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
12090         * files.el (delete-directory): Handle moving to trash without
12091         first doing recursion (Bug#5436).
12093 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
12095         * vc-hooks.el (vc-path): Mark as obsolete.
12097 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
12099         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
12100         names too.
12102         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
12103         for the short log.
12104         (vc-bzr-log-view-mode): Adjust regexp for the above change.
12106 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
12108         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
12110         * vc-bzr.el (vc-bzr-revision-table): New function.
12112 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
12114         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12115         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
12117 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12119         Remove support for adding --signoff on commit.
12120         Future support will use an incompatible generic mechanism.
12121         * vc-git.el (vc-git-add-signoff): Remove variable.
12122         (vc-git-toggle-signoff): Remove function.
12123         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12125         * term/xterm.el (xterm-maybe-set-dark-background-mode):
12126         Rename from xterm-set-background-mode.  Return t if the background mode
12127         was set.
12128         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12129         earlier, call it again in case the background mode has changed.
12131 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
12133         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
12134         (Bug#3541).
12136 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
12138         * emacs-lisp/assoc.el (aelement): Doc fix.
12139         (aput, adelete, amake): Use lexical-let (Bug#5450).
12141 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
12143         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
12144         is the same as subprogram call, not declaration.  (Bug#5435).
12146 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
12148         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
12149         (tramp-smb-maybe-open-connection): Use it.
12151 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
12153         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
12155 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12157         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
12158         just because we see "encoding: 8bit".
12159         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
12161 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
12163         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
12165 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
12167         * jka-compr.el (jka-compr-load): If load-file is not in
12168         load-history, try its file-truename version.  (bug#5447)
12170 2010-01-21  Alan Mackenzie  <acm@muc.de>
12172         Fix a situation where deletion of a cpp construct throws an error.
12173         * progmodes/cc-engine.el (c-invalidate-state-cache):
12174         Before invoking c-with-all-but-one-cpps-commented-out, check that the
12175         special cpp construct is still in the buffer.
12176         (c-parse-state): Record the special cpp with markers, not numbers.
12178 2010-01-21  Kenichi Handa  <handa@m17n.org>
12180         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
12181         process last-command-event, as it is now decoded first (Bug#5380).
12183 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
12185         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
12187 2010-01-20  Glenn Morris  <rgm@gnu.org>
12189         * indent.el (tab-always-indent): Fix custom-type.
12191 2010-01-19  Alan Mackenzie  <acm@muc.de>
12193         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
12194         buffer throws "args out of range".
12195         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
12196         playing the role of delimiter.
12198 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
12200         * progmodes/ada-mode.el: Fix bug#5400.
12201         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
12202         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
12203         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
12204         Improve comments in "is" portion.  Handle null procedure declaration.
12205         (ada-move-to-end): Improve doc string.
12207 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
12209         * ido.el (ido-cur-list): Initialize to nil.
12210         Remove obsolete information from commentary.
12211         (ido-choice-list): Initialize to nil.
12212         (ido-get-bufname): Reject minibuffers.
12213         (ido-make-buffer-list): If "default" is a nonexistent
12214         buffer, ignore it, as per the function's comment.
12215         (ido-kill-buffer-internal): New function.
12216         (ido-kill-buffer-at-head): Use it.
12217         (ido-visit-buffer): Likewise.
12219 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12221         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
12223 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
12225         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
12226         Fix typos in chart titles.
12228         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
12229         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
12230         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
12231         (describe-class, eieio-describe-generic, describe-generic):
12232         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
12233         (eieio-speedbar-expand):
12234         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12235         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
12236         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
12237         (viper-del-backward-char-in-replace, viper-backward-indent)
12238         (viper-brac-function, viper-register-to-point, viper-submit-report):
12239         * net/tramp.el (tramp-remote-coding-commands):
12240         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
12241         Fix typos in docstrings.
12243 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12245         * mail/sendmail.el (mail-yank-original): Set the mark if the
12246         specified function for yanking does not do it.
12248 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
12250         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
12252         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
12253         resyncing a directory.
12255 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
12257         * progmodes/ada-mode.el: Fix bug#1920.
12258         (ada-ident-re): Delete ., allow multibyte characters.
12259         (ada-goto-label-re): New; matches goto labels.
12260         (ada-block-label-re): New; matches block labels.
12261         (ada-label-re): New; matches both.
12262         (ada-named-block-re): Deleted; callers changed to use
12263         `ada-block-label-re' instead.
12264         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
12265         Use `ada-block-label-re'.
12266         (ada-indent-on-previous-lines): Improve handling of goto labels.
12267         (ada-get-indent-block-start): Special-case block label.
12268         (ada-get-indent-label): Split into `ada-indent-block-label' and
12269         `ada-indent-goto-label'.
12270         (ada-goto-stmt-start, ada-goto-next-non-ws):
12271         Optionally ignore goto labels.
12272         (ada-goto-next-word): Simplify.
12273         (ada-indent-newline-indent-conditional): Insert newline before
12274         trying to fix indentation; doc fix.
12276 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
12278         * calc/calc.el (calc-command-flags): Give it an initial value.
12280 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12282         * files.el (minibuffer-with-setup-hook):
12283         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
12284         (artist-key-draw-continously, artist-key-do-continously-continously)
12285         (artist-key-set-point-continously, artist-mouse-draw-continously):
12286         Fix typos in docstrings.
12288 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
12290         * nxml/nxml-mode.el (nxml-extend-after-change-region):
12291         Never return t (Bug#3898).
12293 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
12295         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
12296         can parse the output of the external commands (Bug#5279).
12298 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
12300         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
12302 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
12304         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
12306         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
12308         * startup.el (command-line): Remove unused --icon-type arg.
12309         Handle --display arg, passing it to command-line-1 (Bug#5392).
12311 2010-01-16  Mario Lang  <mlang@delysid.org>
12313         * emacs-lisp/chart.el (chart-translate-namezone):
12314         * textmodes/artist.el (artist-compute-popup-menu-table):
12315         Remove duplicated words in doc-strings.
12317 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
12319         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
12320         to mairix-search to suppress threading (Bug#5342).
12322 2010-01-15  Kenichi Handa  <handa@m17n.org>
12324         * international/mule-cmds.el (canonicalize-coding-system-name):
12325         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
12327 2010-01-15  Glenn Morris  <rgm@gnu.org>
12329         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
12331         * wid-edit.el (widget-keymap): Doc fix.
12333         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
12334         former seems to be more widely accepted by various svn versions.
12336 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12338         * find-cmd.el (find-constituents):
12339         * vc-arch.el (vc-arch-root):
12340         * window.el (window-body-height, pop-up-frames):
12341         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
12342         * progmodes/ada-stmt.el (ada-if):
12343         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
12344         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
12345         (ispell-encoding8-command, ispell-aspell-supports-utf8)
12346         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
12348         * progmodes/flymake.el (flymake-post-syntax-check):
12349         Fix typo in error message.
12351 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12353         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
12354         which is always a string.  (Bug#5313)
12356 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12358         * progmodes/ada-xref.el (ada-default-prj-properties):
12359         Simplify previous change.
12361 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12363         * progmodes/ada-xref.el (ada-default-prj-properties):
12364         Default ada_project_path to $ADA_PROJECT_PATH.
12366 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12368         * progmodes/ada-mode.el (ada-create-keymap):
12369         Override `narrow-to-defun' with `ada-narrow-to-defun'.
12371 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12373         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
12374         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
12375         (ada-get-current-indent, ada-imenu-generic-expression)
12376         (ada-which-function): Check for it.
12378 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12380         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
12381         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
12383 2010-01-14  Glenn Morris  <rgm@gnu.org>
12385         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
12387 2010-01-14  Kenichi Handa  <handa@m17n.org>
12389         * composite.el (auto-composition-mode): Make it a buffer local
12390         variable (permanent-local).
12391         (auto-composition-function): Set the default value to
12392         auto-compose-chars.
12393         (auto-composition-mode): Make it a simple function, not a minor mode.
12394         (global-auto-composition-mode): Likewise.
12395         (turn-on-auto-composition-if-enabled): Delete it.
12397 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
12399         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
12401 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
12403         * files.el (copy-directory): Compute target for recursive
12404         directories with identical names.  (Bug#5343)
12406 2010-01-12  Glenn Morris  <rgm@gnu.org>
12408         * mail/emacsbug.el (report-emacs-bug-pretest-address):
12409         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
12411 2010-01-11  Sam Steingold  <sds@gnu.org>
12413         * imenu.el (imenu-default-create-index-function): Detect infinite
12414         loops caused by imenu-prev-index-position-function.
12416 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12418         * htmlfontify.el (htmlfontify-load-rgb-file)
12419         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
12420         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
12421         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
12422         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
12423         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
12424         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
12425         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
12426         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12427         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
12428         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
12429         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
12430         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
12431         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
12432         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
12433         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
12434         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
12435         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
12436         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
12437         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
12438         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
12439         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
12440         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
12441         backslash-quoting from parentheses, etc.
12443 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
12445         * progmodes/js.el: Autoload javascript-mode alias.
12447 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12449         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
12450         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
12451         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
12452         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
12453         Fix typos in docstrings.
12454         (ffap-url-regexp): Doc fix.
12455         (ffap-at-mouse): Fix typo in message.
12457 2010-01-11  Glenn Morris  <rgm@gnu.org>
12459         * version.el (emacs-copyright): Set copyright year to 2010.
12461 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12463         * format.el (format-annotate-function): Only set
12464         write-region-post-annotation-function after running to-fn so as not to
12465         affect nested write-region calls (bug#5273).
12467 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
12469         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
12470         wisent/python.el.
12472 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
12474         * man.el (Man-goto-section): Signal error if the section is not
12475         found (Bug#5317).
12477 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
12479         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
12480         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
12482 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
12484         * progmodes/compile.el: Don't treat compile-command as safe if
12485         compilation-read-command might be nil (Bug#4218).
12487 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
12489         * startup.el (command-line-1): Use orig-argi to check for ignored X and
12490         NS options.
12492 2010-01-08  Kenichi Handa  <handa@m17n.org>
12494         * international/fontset.el (build-default-fontset-data):
12495         Exclude characters in scripts kana, hangul, han, or cjk-misc.
12497 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
12499         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
12500         to `create-file-buffer' as it expects, not just a buffer name.
12501         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
12502         to help uniquify.  (Bug#3224)
12504 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
12506         * font-setting.el (font-setting-change-default-font): Use user-spec
12507         instead of name.
12509 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12511         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
12513 2010-01-05  Tom Tromey  <tromey@redhat.com>
12515         * progmodes/python.el (python-font-lock-keywords):
12516         Handle qualified decorators (Bug#881).
12518 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12520         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
12521         in a lightweight checkout.
12523 2010-01-05  Kenichi Handa  <handa@m17n.org>
12525         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
12527 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12529         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
12531 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
12533         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
12534         checkouts.  (Bug#618)
12535         (vc-bzr-log-view-mode): Also highlight the author.
12536         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
12537         (vc-bzr-shelve-menu-map):
12538         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
12539         (vc-bzr-shelve-apply): Make prompt more explicit.
12541 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12543         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
12544         They are valid characters in URL paths (rfc3986), and at least
12545         Firefox does not understand the encoded version (Bug#3166).
12547 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
12549         * progmodes/octave-mod.el (octave-end-keywords)
12550         (octave-block-begin-or-end-regexp, octave-block-match-alist):
12551         Add "end" keyword (Bug#3061).
12552         (octave-end-as-array-index-p): New function.
12553         (calculate-octave-indent): Use it.
12555 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12557         * bookmark.el: Consistently put the text property on the bookmark name.
12558         (bookmark-bmenu-marks-width): Bump back to 2, to include
12559         annotation marks.
12560         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
12561         property on the bookmark name, instead of not putting it at all.
12562         (bookmark-bmenu-list): Fix where we put the text property.
12564 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12566         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
12567         for showing buffer modified state (as added in the previous change).
12569 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12571         * bookmark.el: Show modified state of bookmark buffer more accurately.
12572         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
12573         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
12574         (with-buffer-modified-unmodified): New macro.
12575         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12576         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
12577         Use new macro to preserve the buffer modified state.
12579 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12581         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
12582         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
12583         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
12584         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
12585         (bookmark-bmenu-rename, bookmark-bmenu-locate)
12586         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
12587         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
12589 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
12591         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12592         Make the lines in the generated doc string shorter.  (Bug#4668)
12594 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
12596         * net/rcirc.el: Add follow-link binding (Bug#4738).
12598 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
12600         * Makefile.in (bzr-update): Rename from cvs-update.
12601         (cvs-update): New target for backward compatibility.
12603         * makefile.w32-in (bzr-update): Rename from cvs-update.
12604         (cvs-update): New target for backward compatibility.
12606 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12608         * bookmark.el: Remove gratuitous gratitude.
12610 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12612         * bookmark.el (bookmark-bmenu-any-marks): New function.
12613         (bookmark-bmenu-save): Clear buffer modification if no marks.
12615 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12617         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
12618         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
12619         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
12620         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
12622         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
12623         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
12624         To: emacs-devel {_AT_} gnu.org
12625         Subject: bookmark.el bug report
12626         Date: Mon, 28 Dec 2009 14:19:16 +0800
12627         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
12629 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12631         * bookmark.el: Improvements suggested by Drew Adams:
12632         (bookmark-bmenu-ensure-position): New name for
12633         `bookmark-bmenu-check-position'.  Just ensure the position,
12634         don't return any meaningful value.
12635         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
12636         New constants.
12638 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
12640         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
12641         (bookmark-yank-point, bookmark-bmenu-check-position):
12642         Fix typos in docstrings.
12643         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
12644         (bookmark-name-from-full-record, bookmark-get-position)
12645         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
12646         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
12647         Remove useless quoting of parenthesis, etc. in docstrings.
12649         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
12650         (ediff-append-custom-diff): Fix typo in error message.
12651         (ediff-meta-mark-equal-files): Fix typos in messages.
12653         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
12655         * net/imap-hash.el (imap-hash-make): Doc fix.
12656         (imap-hash-test): Fix typo in error message; reflow docstring.
12657         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
12658         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
12659         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
12660         Fix typos in docstrings.
12661         (imap-hash-open-connection): Fix typo in error message.
12663         * play/gomoku.el (gomoku): Fix typos in docstring.
12665         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
12666         (gdb-jsonify-buffer): Fix typos in docstring.
12667         (gdb-goto-breakpoint): Fix typo in error message.
12668         ("Display Other Windows"): Fix typo in help message.
12669         (gdb-speedbar-expand-node): Fix typo in question.
12671         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
12672         (idlwave-html-system-help-location, idlwave-html-help-location)
12673         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
12674         (idlwave-help-browser-generic-args, idlwave-help-directory)
12675         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
12676         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
12677         (idlwave-online-help, idlwave-help-html-link)
12678         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
12679         Fix typos in docstrings.
12680         (idlwave-help-with-source, idlwave-help-find-routine-definition):
12681         Reflow docstrings.
12682         (idlwave-help-assistant-start): Fix typo in error message.
12684         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
12685         (octave-electric-space): Fix typos in docstrings.
12687 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12689         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
12691 2010-01-01  Juri Linkov  <juri@jurta.org>
12693         * comint.el (comint-input-ring-size): Make it a defcustom and
12694         increase the default to 500 (Bug#5148).
12696 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
12698         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
12699         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
12700         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12702 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
12704         Show working revision correctly for mercurial.
12705         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
12706         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
12708 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
12710         Declare some functions for the byte-compiler.
12711         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12712         (speedbar-timer-fn, speedbar-change-expand-button-char)
12713         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12715 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
12717         This changeset reverts GDB Graphical Interface to use annotations.
12718         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12720 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
12722         Make vc-dir work on subdirectories of the bzr root.
12723         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12724         Return file names relative to it.
12725         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12726         relative directory to vc-bzr-after-dir-status.
12728 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
12730         * font-lock.el (font-lock-refresh-defaults): New function, which
12731         can be used to let font-lock react to external changes in
12732         variables like font-lock-defaults and keywords.
12733         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12735 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
12737         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12739         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12741 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
12743         Supersede color.diff settings in git log (bug#5211).
12745         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12746         escape chars in its output when the user has color.diff set to `always'.
12747         This fix works on git 1.4.2 and newer (released on 2006-08-13).
12749 2009-12-26  Kevin Ryde  <user42@zip.com.au>
12751         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12752         node.  Keep previous "Index" name to work with past coreutils too.
12754         * man.el (man): Revise docstring a bit to show -a and -l as
12755         examples.  Add -k description since support for it has otherwise
12756         been a secret.  (Further to bug#3717.)
12757         (Man-bgproc-sentinel): When "-k foo" produces no output show error
12758         "no matches" rather than "Can't find manpage", as the latter reads
12759         like -k was interpreted as a page name, which is not so.  (Bug#5431)
12761 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
12763         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12764         switches.  Check also for //SUBDIRED// line.
12766 2009-12-25  Kenichi Handa  <handa@m17n.org>
12768         * language/indian.el (devanagari-composable-pattern): Fix to
12769         handle ZWNJ and ZWJ.  Use it in composition-function-table for
12770         Devanagari.
12771         (malayalam-composable-pattern): Fix previous change.
12773 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12775         * ps-print.el (ps-face-attributes): It was not returning the
12776         attribute face for faces specified as string.  Reported by harven
12777         <harven@free.fr>.  (Bug#5254)
12778         (ps-print-version): New version 7.3.5.
12780 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
12782         * calendar/icalendar.el (icalendar--convert-tz-offset):
12783         Fix timezone names.
12784         (icalendar--convert-tz-offset): Fix the "last-day-problem".
12785         (icalendar--add-diary-entry): Remove the trailing blank that
12786         diary-make-entry inserts.
12788 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
12790         Make `file-expand-wildcards' work for remote files.
12792         * files.el (file-expand-wildcards): In case of remote files, check
12793         only local file name part for wildcards.  Provide feature 'files
12794         and subfeature 'remote-wildcards.  (Bug#5198)
12796         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12797         if there is already an established connection.
12798         (tramp-advice-file-expand-wildcards): Remove it.
12800         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12801         (tramp-advice-file-expand-wildcards): Move from tramp.el.
12802         Activate advice for older GNU Emacs versions.  (Bug#5237)
12804 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
12806         Some doc fixes (more needed).
12808         * find-cmd.el (find-constituents): Reflow docstring.
12809         (find-cmd, find-prune, find-command): Fix typos in docstrings.
12810         (find-generic): Doc fix.
12812 2009-12-17  Juri Linkov  <juri@jurta.org>
12814         Fix regression from 23.1 to allow multiple modes in Local Variables.
12816         * files.el (hack-local-variables-filter): While ignoring duplicates,
12817         don't take `mode' into account.
12818         (hack-local-variables-filter, hack-dir-local-variables):
12819         Don't remove duplicate `mode' from local-variables-alist (like `eval').
12821 2009-12-17  Juri Linkov  <juri@jurta.org>
12823         Make `dired-diff' safer.  (Bug#5225)
12825         * dired-aux.el (dired-diff): Signal an error when `file' equals to
12826         `current' or when `file' is a directory of the `current' file.
12828 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
12830         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12831         unconditionally preloaded files.
12833 2009-12-16  Juri Linkov  <juri@jurta.org>
12835         Revert to old 23.1 logic of using the file at the mark as default.
12836         * dired-aux.el (dired-diff): Use the file at the mark as default
12837         if it's not the same as the current file, and the target dir is
12838         the current dir or the mark is active.  Add the current file
12839         as the arg of `dired-dwim-target-defaults'.  Use the default file
12840         in the prompt.  (Bug#5225)
12842 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
12844         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12845         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12846         (tramp-check-for-regexp): Check also, when an echoing shell stops
12847         to echo sent commands.
12849 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
12851         * Makefile.in: Revert last change (Bug#5191).
12853 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
12855         * vc-hg.el (vc-hg-print-log): Fix argument order.
12856         (vc-hg-working-revision): Make sure the command is executed in a
12857         known environment so that we can parse the output.  (Bug#4417)
12859 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
12861         * progmodes/python.el (python-symbol-completions): Remove text
12862         properties from symbol string before calling python-send-receive.
12864 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
12866         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12867         when there are values for both file and line.  (Bug#5060)
12869 2009-12-14  Juri Linkov  <juri@jurta.org>
12871         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12872         whitespace after the file name of the first line of unified format,
12873         because git-diff doesn't output whitespace and file modification time
12874         after the file name.
12876 2009-12-14  David Kastrup  <dak@gnu.org>
12878         * info.el (Info-hide-cookies-node): Before hiding a cookie,
12879         check if it already has the `display' property added by
12880         `Info-display-images-node', and not put the `invisible' property
12881         in this case.
12883 2009-12-13  Glenn Morris  <rgm@gnu.org>
12885         * mail/emacsbug.el (message-sort-headers): Define for compiler.
12886         (report-emacs-bug): In message-mode, sort manually before storing
12887         original report text.  (Bug#5178)
12888         Remove superfluous save-excursion.
12890 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
12892         * net/dbus.el (dbus-property-handler): Filter lambda forms out
12893         when responding to "GetAll" properties.
12895 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
12897         * simple.el (compose-mail): Remove mail-setup-with-from from
12898         customization checks.
12900 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
12902         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12903         RAR archives created on Unix systems.
12905 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12907         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12908         the varalias that was accidentally removed by the 2009-11-19 change
12909         (bug#5186).
12911 2009-12-12  Kenichi Handa  <handa@m17n.org>
12913         * language/indian.el (indian-compose-regexp): New function.
12914         (malayalam-composable-pattern): Fix the pattern.
12915         (composition-function-table): Set malayalam-composable-pattern for
12916         Malayalam characters.
12918 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
12920         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12921         rather than down-mouse-1, based on follow-link conventions.
12923         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12924         are compiled.
12926 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
12928         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12929         (verilog-vmm-statement-re, verilog-ovm-statement-re)
12930         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12931         (verilog-leap-to-head, verilog-backward-token):
12932         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
12934 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
12936         * progmodes/verilog-mode.el (verilog-auto-lineup)
12937         (verilog-nameable-item-re): Cleanup user-visible spelling and
12938         documentation errors.  One reported by Gary Delp.
12939         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12940         (verilog-read-decls): Fix AUTOWIRE with types declared in a
12941         package, bug195.  Reported by Pierre-David Pfister.
12943 2009-12-11  Glenn Morris  <rgm@gnu.org>
12945         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12947         * mail/emacsbug.el: No longer require sendmail.
12948         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
12949         (report-emacs-bug-orig-text): Doc fix.
12950         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12951         New local variables, to adapt to different mail-user-agents.
12952         (report-emacs-bug): Fix test for a gnu.org address.
12953         Use overlays for emphasis, since font-lock defeats 'face property.
12954         Pretest bugs also end up at the newsgroup these days.
12955         Stop message-mode stripping text properties.
12956         Set and use the new buffer-local variables.
12957         (report-emacs-bug-hook): Add doc-string.
12958         Remove some unnecessary save-excursions and simplify.
12959         Use the appropriate hook and send-command.
12961         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12962         capitalization of some menu entries.
12964 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12966         * whitespace.el (whitespace-display-char-on):
12967         Ensure `buffer-display-table' is unique when two or more windows are
12968         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12969         New version 12.1.
12971 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
12973         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12974         characters in the Attribute field.
12976 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
12978         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
12980 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12982         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12983         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12984         Disregard autoload-excludes.
12985         (update-directory-autoloads): Obey autoload-excludes here instead.
12986         But don't store its contents in no-autoloads and remove entries that
12987         refer to excludes files.
12989 2009-12-10  Glenn Morris  <rgm@gnu.org>
12991         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12992         (expand-mail-aliases): Define for compiler.
12994         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12995         Define for compiler.
12997         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12998         appropriate for the mail-user-agent in use.
13000 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
13002         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13004 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
13006         Fix short log parsing and fontification.
13007         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13008         Fix fontification for the [merge] label.
13010 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
13012         Drop some properties to avoid surprises (bug#5002).
13013         * htmlfontify.el (hfy-ignored-properties): New defcustom.
13014         (hfy-fontify-buffer): Use it.
13016 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13018         Minor cleanup.
13019         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13020         Adjust all callers.
13021         (ffap-locate-file): Remove unused arg `dir-ok' and make other
13022         args compulsory.  Adjust callers.
13023         (ffap-gopher-at-point): Remove unused var `name'.
13025         Get rid of the ELCFILES abomination.
13026         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13027         (compile-elcfiles): New phony target.
13028         (compile-main): Compute ELCFILES dynamically.
13029         (compile-clean): New target to remove left-over elc files.
13030         (compile, all): Use it.
13032 2009-12-09  Kenichi Handa  <handa@etlken>
13034         * international/mule-diag.el: Require help-mode instead of help-fns.
13036 2009-12-09  Kenichi Handa  <handa@m17n.org>
13038         * international/mule-cmds.el (ucs-names): Supply sufficiently
13039         fine ranges instead of pre-calculating accurate ranges.
13040         Iterate with bigger gc-cons-threshold.
13042 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
13044         Add support for stashing a snapshot of the current tree.
13045         * vc-git.el (vc-git-stash-snapshot): New function.
13046         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13048 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
13050         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13051         instead of `(beginning|end)-of-line'.
13053 2009-12-08  Glenn Morris  <rgm@gnu.org>
13055         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13057         * Makefile.in (ELCFILES): Regenerate.
13059 2009-12-07  Juri Linkov  <juri@jurta.org>
13061         Don't lazy-highlight the comint output in history Isearch mode.
13063         * comint.el (comint-history-isearch-search): Instead of
13064         `comint-line-beginning-position', use `comint-after-pmark-p'
13065         to check if point if before the process mark, and go to
13066         `process-mark' in this case.
13068 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13070         * textmodes/tex-mode.el (latex-complete)
13071         (latex-indent-or-complete): Remove.
13072         (latex-mode): Set completion-at-point-functions instead.
13074         Provide a standard completion command and hook it into TAB.
13075         * minibuffer.el (completion-at-point-functions): New var.
13076         (completion-at-point): New command.
13077         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
13078         * progmodes/python.el (python-mode-map): Use completion-at-point.
13079         (python-completion-at-point): Rename from python-partial-symbol and
13080         adjust for use in completion-at-point-functions.
13081         (python-mode): Setup completion-at-point for Python completion.
13082         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13083         extracted from lisp-complete-symbol.
13084         (lisp-complete-symbol): Use it.
13085         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13086         setup completion-at-point for Elisp completion.
13087         (emacs-lisp-mode-map, lisp-interaction-mode-map):
13088         Use completion-at-point.
13089         * ielm.el (ielm-map): Use completion-at-point.
13090         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
13091         * progmodes/sym-comp.el: Move to...
13092         * obsolete/sym-comp.el: Move from progmodes.
13094 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
13096         Prevent save-buffer in Rmail buffers from using the coding-system
13097         of the current message, and from clobbering the encoding mnemonics
13098         in the mode line (Bug#4623).
13100         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
13101         flag, too.
13102         (rmail-message-encoding): New variable.
13103         (rmail-write-region-annotate): Record the encoding of the current
13104         message in rmail-message-encoding.
13105         (rmail-after-save-hook): New function, restores the encoding of
13106         the current message after the message collection is saved.
13108 2009-12-07  Juri Linkov  <juri@jurta.org>
13110         * progmodes/grep.el (grep-read-files): Use `completing-read'
13111         instead of `read-string'.  Set its `collection' arg to
13112         `read-file-name-internal'.  (Bug#4301)
13114 2009-12-07  Juri Linkov  <juri@jurta.org>
13116         Correctly restore original Isearch point.  (Bug#4994)
13118         * isearch.el (isearch-mode): Move `isearch-push-state' after
13119         `(run-hooks 'isearch-mode-hook)'.
13120         (isearch-cancel): When `isearch-push-state-function' is defined,
13121         let-bind `isearch-cmds' to the first state (the last element of
13122         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13123         function and restores the original point).  Otherwise, move point
13124         to `isearch-opoint'.
13126 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13128         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13129         chars that don't have names, so the table can be built much faster at
13130         run-time.
13132 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
13134         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
13135         change.  Suggested by David Kastrup.
13137         * simple.el (compose-mail): Check for incompatibilities and warn.
13138         (compose-mail-user-agent-warnings): New option.
13140 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13142         Support showing a single log entry from vc-annotate.
13143         * vc.el (print-log): Add a new argument: START-REVISION.
13144         (vc-print-log-internal): Add a new optional argument and
13145         pass it to the backend.
13146         (vc-print-log, vc-print-root-log): Adjust callers.
13147         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
13148         buffer already displays the requested log entry, use it.
13149         Otherwise display only the log entry in question.
13150         * vc-svn.el (vc-svn-print-log):
13151         * vc-mtn.el (vc-mtn-print-log):
13152         * vc-hg.el (vc-hg-state):
13153         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
13154         (vc-git-show-log-entry): Return t on success.
13155         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
13156         (vc-bzr-show-log-entry): Return t on success.
13157         * vc-rcs.el (vc-rcs-print-log):
13158         * vc-sccs.el (vc-sccs-print-log):
13159         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
13161 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13163         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
13164         Add menus to the meta mode.  (Bug#5043)
13166 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13168         * ediff-init.el (ediff-event-key): Use event-to-character instead of
13169         event-key.
13171         * ediff.el (ediff-buffers-internal): Add unwind-protect.
13173 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
13175         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
13176         Berbain <raphael.berbain@gmail.com>.
13178         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
13179         characters.
13180         (tramp-initial-end-of-output): New defconst.
13181         (tramp-methods, tramp-find-shell)
13182         (tramp-open-connection-setup-interactive-shell)
13183         (tramp-maybe-open-connection): Use it.
13184         (tramp-shell-prompt-pattern, tramp-wait-for-output):
13185         Handle existence of `#' and `$'.
13187         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13188         Use `tramp-initial-end-of-output'.
13190 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13192         Get the background mode from the terminal for xterm, and set
13193         faces accordingly.
13194         * term/xterm.el (xterm-set-background-mode): New function.
13195         (terminal-init-xterm): Use it in case xterm supports background
13196         color queries.  Recompute faces after getting the background
13197         color.
13199 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
13201         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
13202         number comment back on its own line, for easier parsing.
13204 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13206         Make it work for non-file buffers (bug#5102).
13207         * doc-view.el (doc-view-current-cache-dir):
13208         Use doc-view-buffer-file-name rather than buffer-file-name.
13209         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
13211 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
13213         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
13214         author field is too short.
13216 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
13218         * vc-git.el (vc-git-print-log): Handle a limit argument.
13219         Display the short log in graph form and with labels.
13220         (vc-git-log-view-mode): Handle labels.
13222         Make vc-revert change VC state from 'added to 'unregistered.
13223         * vc-git.el (vc-git-revert): Call git reset first.
13225 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
13227         * net/newst-backend.el, net/newst-plainview.el:
13228         * net/newst-reader.el, net/newst-ticker.el:
13229         * net/newst-treeview.el, net/newsticker.el:
13230         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
13232 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
13234         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
13236         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
13237         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
13238         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13239         Update annotation regexp.
13241         * simple.el (beginning-of-visual-line): Constrain to field
13242         boundaries (Bug#5106).
13244 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
13246         * xml.el (xml-substitute-numeric-entities):
13247         Move newsticker--decode-numeric-entities in newst-backend.el to
13248         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
13249         * net/newst-backend.el (newsticker--parse-generic-feed)
13250         (newsticker--parse-generic-items)
13251         (newsticker--decode-numeric-entities):
13252         Move newsticker--decode-numeric-entities in newst-backend.el to
13253         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
13255 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
13257         * progmodes/js.el (js--js-not): Add null to the list of values.
13259 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
13261         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
13263 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13265         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13266         delimiter if it is at the end of the current line.
13267         (bibtex-generate-url-list): Fix docstring.
13269 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13271         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
13272         minibuffer's content with itself.
13273         Fold the confirm-after-completion case into the `confirm' case.
13274         (completion-pcm-word-delimiters): Add : and / to the delimiters.
13276 2009-12-06  Kevin Ryde  <user42@zip.com.au>
13278         * ffap.el (ffap-rfc-path): Make this a defcustom since
13279         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
13281         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
13282         manuals, similar to existing setup for help-mode.  (Bug#3913.)
13284 2009-12-05  Juri Linkov  <juri@jurta.org>
13286         Save and restore dired buffer's point positions too.  (Bug#4880)
13288         * dired.el (dired-save-positions): Return in the first element
13289         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
13290         Doc fix.
13291         (dired-restore-positions): First restore buffer's position.
13292         While restoring window's positions, check if window still displays
13293         the original buffer.
13295 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
13297         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
13298         if possible.
13300         * shell.el (shell): Require ansi-color (Bug#5113).
13302         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
13304         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
13306 2009-12-05  Alan Mackenzie  <acm@muc.de>
13308         * progmodes/cc-mode.el (c-before-hack-hook)
13309         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
13310         `c-file-style' to work again.  This reversion restores the current
13311         software to its state in Emacs 23.1.  (Bug#4146)
13313 2009-12-05  Kevin Ryde  <user42@zip.com.au>
13315         * textmodes/sgml-mode.el (sgml-lexical-context):
13316         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
13318 2009-12-05  Juri Linkov  <juri@jurta.org>
13320         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
13321         for virtual nodes.  (Bug#4147)
13322         (Info-find-node-2): Set `Info-current-node-virtual' to nil
13323         when moving from a virtual node.
13324         (Info-mode-menu): Add `Info-virtual-index' to the menu.
13325         (Info-mode): Add `Info-virtual-index' to the docstring.
13327 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13329         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
13330         track of the buffer position of the end of a BibTeX entry as this
13331         position may change during reformatting.
13332         (bibtex-format-entry): Remove whitespace before processing
13333         numerical fields so that we recognize the latter properly.
13334         (bibtex-reformat): Do not use push which changes the global value
13335         of bibtex-entry-format.
13336         (bibtex-field-braces-alist, bibtex-field-strings-alist)
13337         (bibtex-field-re-init): Replace only space characters by regexp
13338         for whitespace.
13339         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
13340         (bibtex-initialize): Also update bibtex-strings.
13341         (bibtex-kill-field): Preserve white space at end of entry.
13342         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
13343         Update bibtex-reference-keys.
13345 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * minibuffer.el (completion-pcm--merge-try): Also consider placing
13348         point after a star, if that's the only place where modifications can
13349         make progress.
13351 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
13353         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
13354         in docstrings.
13356 2009-12-04  Juri Linkov  <juri@jurta.org>
13358         * proced.el (proced): Call `(proced-update t)' to update process
13359         information instead of only running proced-post-display-hook.
13360         (proced-send-signal): Add a leading space to the buffer name
13361         " *Marked Processes*" to make this buffer ephemeral.
13363 2009-12-04  Juri Linkov  <juri@jurta.org>
13365         * dired.el (dired-auto-revert-buffer): New defcustom.
13366         (dired-internal-noselect): Use it.
13368 2009-12-04  Juri Linkov  <juri@jurta.org>
13370         Change roles of modes and functions in image-mode.el (Bug#5062).
13372         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
13373         in `auto-mode-alist'.
13374         (image-mode-previous-major-mode): New variable.
13375         (image-minor-mode-map): Rename from `image-mode-text-map'.
13376         (image-mode): Move graceful error-handling code from
13377         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
13378         (image-minor-mode): Remove all image-handling code.
13379         Replace `image-mode-text-map' with `image-minor-mode-map'.
13380         Check for `image-type' in mode-line format string.
13381         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
13382         (image-mode-as-text): New function with most code from
13383         `image-mode-maybe'.
13384         (image-toggle-display-text): Move code that removes image
13385         properties from `image-toggle-display' to here.
13386         (image-toggle-display-image): New function with code that adds
13387         image properties copied from `image-toggle-display'.
13388         (image-toggle-display): Remove most code with leaving only code
13389         that toggles between `image-mode-as-text' and `image-mode'.
13391 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
13393         * net/newst-treeview.el
13394         (newsticker--treeview-list-highlight-start): Restored call to
13395         save-excursion: Selected item was stuck.
13396         (newsticker--treeview-list-select): New.
13397         (newsticker--treeview-item-show-text)
13398         (newsticker--treeview-item-show)
13399         (newsticker--treeview-item-update): Use new
13400         newsticker-treeview-item-mode.
13401         (newsticker-treeview-update): Keep current item.
13402         (newsticker-treeview-next-new-or-immortal-item): Doc change.
13403         (newsticker--treeview-first-feed): Doc change.
13404         (newsticker-treeview-list-menu)
13405         (newsticker-treeview-item-menu): Add menu entries.
13406         (newsticker-treeview-item-mode): New.
13408         * net/newst-backend.el (newsticker-customize): Delete other
13409         windows.
13411 2009-12-04  Sam Steingold  <sds@gnu.org>
13413         * log-view.el (log-view-mode-map): "q" calls quit-window,
13414         like in all the other non-self-insert buffers.
13416 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13418         Minor cleanup.
13419         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
13420         key decoding rather than do it manually via last-input-event +
13421         ascii-character.
13422         (term-exec): Use delete-and-extract-region.
13423         (term-handle-ansi-terminal-messages): Remove unused var `end'.
13424         (term-process-pager): Remove unused var `i'.
13425         (term-dynamic-simple-complete): Make obsolete.
13426         (serial-update-config-menu): Remove unused vars `y' and `str'.
13427         (term-update-mode-line): Remove unused var `temp'.
13429 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13431         Limit the number of log entries displayed by default.
13432         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
13433         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
13434         using a prefix argument.
13436 2009-12-03  Glenn Morris  <rgm@gnu.org>
13438         * progmodes/idlwave.el (class): Restore still useful declaration.
13440 2009-12-03  Alan Mackenzie  <acm@muc.de>
13442         Enhance `c-parse-state' to run efficiently in "brace deserts".
13444         * progmodes/cc-mode.el (c-basic-common-init):
13445         Call c-state-cache-init.
13446         (c-neutralize-syntax-in-and-mark-CPP): Rename from
13447         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
13448         placing `category' properties value 'c-cpp-delimiter at its boundaries.
13450         * progmodes/cc-langs.el (c-before-font-lock-function):
13451         c-extend-and-neutralize-syntax-in-CPP has been renamed
13452         c-neutralize-syntax-in-and-mark-CPP.
13454         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
13455         with `category' properties now, not `syntax-table' ones.
13457         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
13458         enhanced (but slower) version of c-end-of-macro that won't land
13459         inside a literal or on another awkward character.
13460         (c-state-cache-too-far, c-state-cache-start)
13461         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
13462         (c-state-nonlit-pos-cache-limit, c-state-point-min)
13463         (c-state-point-min-lit-type, c-state-point-min-lit-start)
13464         (c-state-min-scan-pos, c-state-brace-pair-desert)
13465         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
13466         buffer local variables.
13467         (c-state-literal-at, c-state-lit-beg)
13468         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
13469         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
13470         (c-state-cache-top-paren, c-state-cache-after-top-paren)
13471         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
13472         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
13473         (c-renarrow-state-cache)
13474         (c-append-lower-brace-pair-to-state-cache)
13475         (c-state-push-any-brace-pair, c-append-to-state-cache)
13476         (c-remove-stale-state-cache)
13477         (c-remove-stale-state-cache-backwards, c-state-cache-init)
13478         (c-invalidate-state-cache-1, c-parse-state-1)
13479         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
13480         (c-parse-state): Enhance and refactor.
13481         (c-debug-parse-state): Amend to deal with all the new variables.
13483         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
13484         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
13485         modify to use category text properties rather than syntax-table ones.
13486         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
13487         to switch off/on the syntactic paren property of C++ template
13488         delimiters using the category property.
13489         (c-with-<->-as-parens-suppressed): Macro to invoke code with
13490         template delims suppressed.
13491         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
13492         New constant/macros which apply category properties to the start
13493         and end of preprocessor constructs.
13494         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
13495         "comment out" the syntactic value of characters in preprocessor
13496         constructs.
13497         (c-with-cpps-commented-out)
13498         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
13499         with characters in all or all but one preprocessor constructs
13500         "commented out".
13502 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13504         * proced.el (proced-filter-alist): Use regexp-quote.
13506 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
13508         Cleanup.
13509         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
13510         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
13511         arguments.  Expand `default-directory'.
13513         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
13514         the benefit of returning an expanded localname.
13515         (tramp-tramp-file-p): Handle the case NAME is not a string.
13517 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13519         Add support for bzr shelve/unshelve.
13520         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13521         (vc-bzr-extra-menu-map): New variables.
13522         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
13523         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
13524         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
13525         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
13526         (vc-bzr-dir-extra-headers): Display shelves.
13528         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
13530 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13532         * textmodes/bibtex.el (bibtex-complete-internal):
13533         Use completion-in-region.
13534         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
13536 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13538         Support applying stashes.  Improve UI.
13539         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
13540         (vc-git-stash-apply, vc-git-stash-pop)
13541         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
13542         (vc-git-stash-menu): New functions.
13543         (vc-git-stash-menu-map): New variable.
13544         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
13546 2009-12-03  Glenn Morris  <rgm@gnu.org>
13548         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
13549         (vc-print-log-internal): Fix previous change.
13550         (vc-revert): Correct pluralization.
13552 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * progmodes/make-mode.el (makefile-special-targets-list): No need for
13555         it to be an alist any more.
13556         (makefile-complete): Use completion-in-region.
13558         * progmodes/octave-mod.el (octave-complete-symbol):
13559         Use completion-in-region.
13561         Misc cleanup.
13562         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
13563         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
13564         (idlwave-complete-class): Don't quote lambda.
13565         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
13566         (idlwave-mode-map): Move initialization into declaration.
13567         (idlwave-action-and-binding): Use backquotes.
13568         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
13569         Simplify.
13570         (idlwave-is-pointer-dereference): Remove unused var `pos'.
13571         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
13572         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
13573         `parts', and `all-parts'.
13574         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
13575         (idlwave-convert-xml-system-routine-info): Remove unused string
13576         `version-string'.
13577         (idlwave-display-user-catalog-widget): Use dolist.
13578         (idlwave-scanning-lib): Declare dynamically-scoped var.
13579         (idlwave-scan-library-catalogs): Remove unused var `flags'.
13580         (completion-highlight-first-word-only): Declare to silence bytecomp.
13581         (idlwave-popup-select): Tighten scope of `resp'.
13582         (idlwave-find-struct-tag): Remove unused var `beg'.
13583         (idlwave-after-load-rinfo-hook): Declare.
13584         (idlwave-sintern-class-info): Remove unused var `taglist'.
13585         (idlwave-find-class-definition): Remove unused var `list'.
13586         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
13587         (idlwave-what-module-find-class): Remove unused var `classes'.
13589 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
13591         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
13593 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13595         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
13596         buffers visited.  Remove redundant current-buffer-saving.
13598 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13600         Use completion-in-buffer and remove uses of dynamic scoping.
13601         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
13602         (pascal-buffer-to-use, pascal-flag): Don't declare.
13603         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
13604         (pascal-get-completion-decl, pascal-keyword-completion):
13605         Add `pascal-str' argument, save-excursion,
13606         return the found completions, and don't filter with pascal-pred.
13607         (pascal-completion-cache): New var.
13608         (pascal-completion): Don't switch buffer any more (it was never
13609         necessary).  Don't save-excursion any more (it's done by the called
13610         subroutines).  Use a cache to avoid redundant computations.
13611         Use complete-with-action rather than pascal-completion-response and
13612         let it apply the predicate as well.
13613         (pascal-complete-word): Use completion-in-buffer when
13614         pascal-toggle-completions is nil.
13615         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
13616         not used any more.
13617         (pascal-comp-defun): Don't change buffer any more.
13618         Use complete-with-action rather than pascal-completion-response and
13619         let it apply the predicate as well.
13620         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
13621         when neded.
13623 2009-12-02  Kenichi Handa  <handa@m17n.org>
13625         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
13626         shape for all Indic scripts.
13628 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13630         Use completion-in-buffer.
13631         * wid-edit.el (widget-field-text-end): New function.
13632         (widget-field-value-get): Use it.
13633         (widget-string-complete, widget-file-complete)
13634         (widget-color-complete): Use it and completion-in-region.
13635         (widget-complete): Don't narrow the buffer.
13637 2009-12-02  Glenn Morris  <rgm@gnu.org>
13639         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
13640         (rmail-select-summary): Use rmail-pop-to-buffer.
13641         * mail/rmailsum.el: Replace all pop-to-buffer calls with
13642         rmail-pop-to-buffer, to prevent horizontal splits.
13644         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
13645         save-excursion with save-current-buffer.
13646         Widen before searching.  (Bug#5093)
13647         (diary-list-sexp-entries): Remove superfluous save-excursion.
13649 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
13651         * woman.el (woman-make-bufname): Handle man-pages with "." in the
13652         name.  (Bug#5038)
13654 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13656         * ido.el (ido-file-internal): Handle filenames at point that do
13657         not have a directory part.  (Bug#5049)
13659 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
13661         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
13662         (mpc-songs-jump-to, mpc-resume): Doc fixes.
13664 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
13666         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
13667         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
13668         any more.
13670 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13672         * comint.el (comint-insert-input): Ignore clicks to the right of
13673         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
13675         * vc.el (vc-print-log-internal): Don't wait for the process to
13676         terminate before setting up the major mode.
13678         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
13679         in case.
13681         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
13682         the last element.
13684         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
13686 2009-12-01  Glenn Morris  <rgm@gnu.org>
13688         * window.el (window--display-buffer-2): Fix previous changes.
13690 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
13692         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
13694 2009-12-01  Glenn Morris  <rgm@gnu.org>
13696         * Makefile.in (ELCFILES): Add mpc.elc.
13698 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13700         * mpc.el: New file.
13702 2009-12-01  Glenn Morris  <rgm@gnu.org>
13704         * window.el (window-to-use): Define for compiler.
13706         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
13707         consistent with others (no final period).
13709         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13710         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
13712 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
13714         Make vc-print-log buttons work.
13715         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13717 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
13719         * savehist.el (savehist-autosave-interval): Allow setting to nil
13720         through customize.  (Bug#5056)
13722 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
13724         Fix references to jit-lock properties.
13725         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13726         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13727         (perl-font-lock-special-syntactic-constructs):
13728         Quote jit-lock-defer-multiline property.
13730 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13732         * vc-git.el (vc-git-registered): Call vc-git-root only once.
13734 2009-11-30  Juri Linkov  <juri@jurta.org>
13736         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13737         value `buffer' of `multi-isearch-next-buffer-current-function'.
13738         Use `(current-buffer)' when `buffer' is nil.
13739         (multi-isearch-next-buffer-from-list): Don't fallback to
13740         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
13742 2009-11-30  Juri Linkov  <juri@jurta.org>
13744         * misearch.el (multi-isearch-read-buffers): Move canonicalization
13745         of buffers with `get-buffer' to `multi-isearch-buffers'.
13746         (multi-isearch-buffers, multi-isearch-buffers-regexp):
13747         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
13748         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13749         FILES with `expand-file-name' converting relative file names
13750         to absolute.  Doc fix.  (Bug#4727)
13752 2009-11-30  Juri Linkov  <juri@jurta.org>
13754         * misearch.el (multi-isearch-read-buffers)
13755         (multi-isearch-read-matching-buffers): New functions.
13756         (multi-isearch-buffers, multi-isearch-buffers-regexp):
13757         Use them in the `interactive' spec.  Doc fix.
13758         (multi-isearch-read-files, multi-isearch-read-matching-files):
13759         New functions.
13760         (multi-isearch-files, multi-isearch-files-regexp):
13761         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
13763 2009-11-30  Juri Linkov  <juri@jurta.org>
13765         * doc-view.el (doc-view-continuous):
13766         Rename from `doc-view-continuous-mode'.
13767         (doc-view-menu): Move "Toggle display" to the top.
13768         Add submenu "Continuous" with radio buttons "Off"/"On"
13769         and "Save as Default".
13770         (doc-view-scroll-up-or-next-page)
13771         (doc-view-scroll-down-or-previous-page)
13772         (doc-view-next-line-or-next-page)
13773         (doc-view-previous-line-or-previous-page):
13774         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
13776 2009-11-30  Juri Linkov  <juri@jurta.org>
13778         * comint.el (comint-mode-map): Rebind `M-r' from
13779         `comint-previous-matching-input' to
13780         `comint-history-isearch-backward-regexp'.
13781         Unbind `M-s' to allow global key binding `M-s'.
13782         Add menu items for `comint-history-isearch-backward' and
13783         `comint-history-isearch-backward-regexp'.  (Bug#3746)
13785 2009-11-30  Juri Linkov  <juri@jurta.org>
13787         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13788         For def=recenter, replace `recenter' with `recenter-top-bottom'
13789         that is called with `this-command' and `last-command' let-bound
13790         to `recenter-top-bottom'.  When the last `def' was not `recenter',
13791         set `recenter-last-op' to nil.  (Bug#4981)
13793 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         Minor cleanup and simplification.
13796         * filecache.el (file-cache-add-directory)
13797         (file-cache-add-directory-recursively)
13798         (file-cache-add-from-file-cache-buffer)
13799         (file-cache-delete-file-regexp, file-cache-delete-directory)
13800         (file-cache-files-matching-internal, file-cache-display): Use dolist.
13801         (file-cache-temp-minibuffer-message): Delete function.
13802         (file-cache-minibuffer-complete): Use minibuffer-message instead.
13804         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13805         Don't signal an error when bumping into EOB in tr, s, or y.
13807 2009-11-29  Juri Linkov  <juri@jurta.org>
13809         * startup.el (fancy-about-text): Fix wording of Guided Tour.
13810         (Bug#4960)
13812         * descr-text.el (describe-char-unidata-list): Use lowercase name
13813         for "Unicode name" like in other tags.
13815 2009-11-29  Juri Linkov  <juri@jurta.org>
13817         * ediff-util.el (ediff-minibuffer-with-setup-hook):
13818         New compatibility macro.
13819         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13821 2009-11-29  Juri Linkov  <juri@jurta.org>
13823         Add defcustom to define the cycling order of `recenter-top-bottom'.
13824         (Bug#4981)
13826         * window.el (recenter-last-op): Doc fix.
13827         (recenter-positions): New defcustom.
13828         (recenter-top-bottom): Rewrite to use `recenter-positions'.
13829         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13831 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
13833         Improve integration of Tramp and ange-ftp in eshell.
13835         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
13836         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
13837         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
13839         * eshell/esh-util.el (top): Require also Tramp when compiling.
13840         (eshell-directory-files-and-attributes): Check for FTP remote
13841         connection.
13842         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13843         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13844         (eshell-file-attributes): Handle ".".  Return `entry'.
13846         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13847         (ange-ftp-directory-files-and-attributes)
13848         (ange-ftp-real-directory-files-and-attributes): New defuns.
13850         * net/tramp.el (tramp-maybe-open-connection): Open the remote
13851         shell with "exec" when possible.  This prevents trailing prompts
13852         in `start-file-process'.
13854 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13856         Try and remove assumptions about point-min==1.
13857         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13858         (rng-compute-mode-line-string): Show the validation percentage in
13859         terms of the narrowed text, not the widened text.
13860         (rng-do-some-validation): Don't catch internal errors when debugging.
13861         (rng-first-error): Simplify.
13862         (rng-after-change-function): Remove work around.  AFAIK the bug has
13863         been fixed a while ago.
13865         * image-mode.el (image-minor-mode): Exit more gracefully when the image
13866         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13868         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13870         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13871         `cd' doesn't always do it for us (bug#5067).
13873         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13874         on 2009-10-25 as part of some other change (bug#5067).
13876 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13879         `suspicious'.
13880         (byte-compile-warnings): Use byte-compile-warning-types.
13881         (byte-compile-save-excursion): Warn about use of set-buffer right
13882         after save-excursion.
13884         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13885         the excursion as well.
13887 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
13889         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13890         providing a Tramp related implementation of "su" and "sudo".
13891         (eshell-unix-initialize): Add "su" and "sudo".
13893 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
13895         * net/socks.el (socks-send-command): Convert binary request to
13896         unibyte before sending.  This fixes mishandling of some port
13897         numbers such as 129.
13899 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13901         * help.el (describe-bindings-internal): Remove `interactive'.
13903         * man.el (Man-completion-table): Trim a terminating "(".
13904         Remove the space between name page a section.
13905         Add the command's description on the `help-echo' property.
13906         Remove `process-connection-type' binding since it's unused by
13907         call-process.
13908         Provide completion for the "<section> <name>" format as well.
13909         (Man-default-man-entry): Remove spurious var shadowing the argument.
13911 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13913         * log-view.el: Add "Keywords: tools", since its other keywords
13914         aren't in finder-known-keywords, and following vc.el.
13916         * sha1.el (sha1-string-external): default-directory "/" in case
13917         otherwise non-existent.  process-connection-type pipe for touch of
13918         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13920 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13922         Misc coding convention cleanups.
13923         * htmlfontify.el (hfy-init-kludge-hook): Rename from
13924         hfy-init-kludge-hooks.
13925         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13926         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13927         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13928         and push.
13929         (hfy-slant, hfy-weight): Use tables rather than code.
13930         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13931         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13932         (hfy-face-attr-for-class): Initialize `face-spec' directly.
13933         (hfy-face-to-css): Remove `nconc' with single arg.
13934         (hfy-p-to-face-lennart): Use `or'.
13935         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
13936         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13937         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13938         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13939         (hfy-force-fontification): Use run-hooks.
13941 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
13943         Various minor fixes.
13944         * htmlfontify.el (hfy-default-header): Add toggle_invis since
13945         Javascript belongs in the header, not the body.
13946         (hfy-javascript): Remove.
13947         (hfy-fontify-buffer): Don't insert it any more.
13948         (hfy-face-at): Handle (face0 face1 face2) style face properties.
13949         Fix bug in invis handling when there were no invis props in a chunk.
13951 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13953         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13955 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
13957         * finder.el (finder-mode-map): Add a menu.
13959 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
13961         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13962         "unsigned" structs.
13964         (verilog-leap-to-head, verilog-backward-token): Handle "disable
13965         fork" statement better.
13967 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
13969         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13970         (verilog-delete-auto, verilog-delete-empty-auto-pair)
13971         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13972         Reported by Clay Douglass.
13974         (verilog-auto-inst, verilog-auto-star-safe)
13975         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13976         Fix removing "// Interfaces" when saving .* expansions.
13977         Reported by Pierre-David Pfister.
13979 2009-11-26  Glenn Morris  <rgm@gnu.org>
13981         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13982         the scope.
13984 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
13986         * vc-annotate.el (vc-annotate-revision-previous-to-line):
13987         Really use previous revision.
13989 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13991         * man.el (Man-completion-table): default-directory "/" in case
13992         doesn't otherwise exist.  process-environment COLUMNS=999 so as
13993         not to truncate long names.  process-connection-type pipe to avoid
13994         any chance of hitting the pseudo-tty TIOCGWINSZ.
13995         (man): completion-ignore-case t for friendliness and since man
13996         itself is case-insensitive on the command line.
13997         Further to Bug#3717.
13999         * arc-mode.el: Add "Keywords: files", so the details in its
14000         commentary can be reached from finder-by-keyword.
14001         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
14002         editing mode, but it's comms related and sgml-mode.el has "comm"
14003         on that basis too.
14004         * textmodes/bibtex-style.el: Add "Keywords: tex".
14005         * international/isearch-x.el, international/ja-dic-cnv.el:
14006         * international/ja-dic-utl.el, international/kkc.el:
14007         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14009 2009-11-25  Juri Linkov  <juri@jurta.org>
14011         * man.el (Man-completion-table): Modify regexp to include
14012         section names to completion strings.  (Bug#3717)
14014 2009-11-25  Juri Linkov  <juri@jurta.org>
14016         Search recursively in gzipped files.  (Bug#4982)
14018         * progmodes/grep.el (grep-highlight-matches): Add new options
14019         `always' and `auto'.  Doc fix.
14020         (grep-process-setup): Check `grep-highlight-matches' for
14021         `auto-detect' to determine the need to compute grep defaults.
14022         Move Windows/DOS specific --colors settings handling
14023         to `grep-compute-defaults'.  Check `grep-highlight-matches'
14024         to get the value of "--color=".
14025         (grep-compute-defaults): Compute `grep-highlight-matches' when it
14026         has the value `auto-detect'.  Move Windows/DOS specific settings
14027         from `grep-process-setup'.
14028         (zrgrep): New command with alias `rzgrep'.
14030 2009-11-25  Juri Linkov  <juri@jurta.org>
14032         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14033         to nil instead of switching off view-mode.  (Bug#4896)
14035 2009-11-25  Juri Linkov  <juri@jurta.org>
14037         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
14039         * mwheel.el (mwheel-scroll-up-function)
14040         (mwheel-scroll-down-function): New defvars.
14041         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14042         `scroll-up', and `mwheel-scroll-down-function' instead of
14043         `scroll-down'.
14045         * doc-view.el (doc-view-scroll-up-or-next-page)
14046         (doc-view-scroll-down-or-previous-page): Add optional ARG.
14047         Use this ARG in the call to image-scroll-up/image-scroll-down.
14048         Change `interactive' spec to "P".  Goto next/previous page only
14049         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14050         SPC/DEL case).  Doc fix.
14051         (doc-view-next-line-or-next-page)
14052         (doc-view-previous-line-or-previous-page): Rename arg to ARG
14053         for consistency.
14054         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14055         `doc-view-scroll-up-or-next-page', and buffer-local
14056         `mwheel-scroll-down-function' to
14057         `doc-view-scroll-down-or-previous-page'.
14059 2009-11-25  Juri Linkov  <juri@jurta.org>
14061         Provide additional default values (directories at other Dired
14062         windows) via M-n in the minibuffer of some Dired commands.
14064         * dired-aux.el (dired-diff, dired-compare-directories)
14065         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14066         `minibuffer-default' in `minibuffer-with-setup-hook'.
14067         (dired-dwim-target-directory): Find a window that displays Dired
14068         buffer instead of failing when the next window is not Dired.
14069         Use `get-window-with-predicate' to find for the next Dired window.
14070         (dired-dwim-target-defaults): New function.
14072         * ediff-util.el (ediff-read-file-name):
14073         Use `dired-dwim-target-defaults' to set `minibuffer-default'
14074         in `minibuffer-with-setup-hook'.
14076 2009-11-25  Juri Linkov  <juri@jurta.org>
14078         Provide additional default values (file name at point or at the
14079         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
14081         * minibuffer.el (read-file-name-defaults): New function.
14082         (read-file-name): Reset `minibuffer-default' to nil when
14083         it duplicates initial input `insdef'.
14084         Bind `minibuffer-default-add-function' to lambda that
14085         calls `read-file-name-defaults' in `minibuffer-selected-window'.
14086         (minibuffer-insert-file-name-at-point): New command.
14088         * files.el (file-name-at-point-functions): New defcustom.
14089         (find-file-default): Remove defvar.
14090         (find-file-read-args): Don't use `find-file-default'.
14091         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14092         to `read-file-name'.
14093         (find-file-literally): Use `read-file-name' with
14094         `confirm-nonexistent-file-or-buffer'.
14096         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14098         * dired.el (dired-read-dir-and-switches):
14099         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14100         to `read-file-name'.
14101         (dired-file-name-at-point): New function.
14102         (dired-mode): Add hook `dired-file-name-at-point' to
14103         `file-name-at-point-functions'.
14105 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14107         Really make the *Completions* window soft-dedicated (bug#5030).
14108         * window.el (window--display-buffer-2): Add `dedicated' argument.
14109         (display-buffer): Pass it when needed so the dedicated flag is set
14110         after calling set-window-buffer, which would otherwise reset it.
14112 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14114         * progmodes/meta-mode.el (meta-complete-symbol):
14115         * progmodes/etags.el (complete-tag):
14116         * mail/mailabbrev.el (mail-abbrev-complete-alias):
14117         Use completion-in-region.
14119         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14120         (dabbrev-completion): Use completion-in-region.
14121         (dabbrev--abbrev-at-point): Simplify regexp.
14123         * abbrev.el (abbrev--before-point): Use word-motion functions
14124         if :regexp is not specified (bug#5031).
14126         * subr.el (string-prefix-p): New function.
14128         * man.el (Man-completion-cache): New var.
14129         (Man-completion-table): Use it.
14131         * vc.el (vc-print-log-internal): Make `limit' optional for better
14132         compatibility (e.g. with vc-annotate.el).
14134 2009-11-24  Kevin Ryde  <user42@zip.com.au>
14136         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
14137         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
14139         * emacs-lisp/elint.el (elint-add-required-env): Better error message
14140         when .el source file not found or other error.
14142 2009-11-24  Markus Triska  <markus.triska@gmx.at>
14144         * linum.el (linum-update-window): Ignore intangible (bug#4996).
14146 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         Handle the [back] button properly (bug#4979).
14149         * descr-text.el (describe-text-properties): Add a `buffer' argument.
14150         Use help-setup-xref, help-buffer, and with-help-window.
14151         (describe-char): Add `buffer' argument.
14152         Pass proper command to help-setup-xref.  Don't meddle with
14153         help-xref-stack-item directly.
14154         (describe-text-category): Use with-help-window and help-buffer.
14156         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
14157         for the displayed buffer (bug#4887).
14159         * man.el (Man-completion-table): New function.
14160         (man): Use it.
14162 2009-11-24  David Reitter  <david.reitter@gmail.com>
14164         * vc-git.el (vc-git-registered): Use checkout directory (where
14165         .git is) rather than the file's directory and a relative path spec
14166         to work around a bug in git.
14168 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
14170         Improve handling of processes on remote hosts.
14172         * eshell/esh-util.el (eshell-path-env): New defvar.
14173         (eshell-parse-colon-path): New defun.
14174         (eshell-file-attributes): Use `eshell-parse-colon-path'.
14176         * eshell/esh-ext.el (eshell-search-path):
14177         Use `eshell-parse-colon-path'.
14178         (eshell-remote-command): Remove argument HANDLER.
14179         (eshell-external-command): Check for FTP remote connection.
14181         * eshell/esh-proc.el (eshell-gather-process-output):
14182         Use `file-truename', in order to start also symlinked files.
14183         Apply `start-file-process' instead of `start-process'.
14184         Shorten `command' to the local file name part.
14186         * eshell/em-cmpl.el (eshell-complete-commands-list):
14187         Use `eshell-parse-colon-path'.
14189         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
14191         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
14192         to `eshell-directory-change-hook'.
14194 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
14196         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
14197         because it could be enabled automatically if view-read-only is non-nil.
14199 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
14201         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
14202         made on 2009-11-22.
14204 2009-11-24  Glenn Morris  <rgm@gnu.org>
14206         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
14207         deleted variable bookmark-bmenu-bookmark-column.
14209 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14211         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
14213 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
14215         * net/browse-url.el (browse-url-filename-alist): On Windows, add
14216         two slashes to the "file:" prefix.
14217         (browse-url-file-url): De-munge Cygwin filenames before passing
14218         them to Windows browser.
14219         (browse-url-default-windows-browser): Use call-process.
14221 2009-11-23  Juri Linkov  <juri@jurta.org>
14223         Implement DocView Continuous mode.  (Bug#4896)
14224         * doc-view.el (doc-view-continuous-mode): New defcustom.
14225         (doc-view-mode-map): Bind C-n/<down> to
14226         `doc-view-next-line-or-next-page', C-p/<up> to
14227         `doc-view-previous-line-or-previous-page'.
14228         (doc-view-next-line-or-next-page)
14229         (doc-view-previous-line-or-previous-page): New commands.
14231 2009-11-23  Juri Linkov  <juri@jurta.org>
14233         Implement Isearch in comint input history.  (Bug#3746)
14234         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
14235         `isearch-mode-hook'.
14236         (comint-history-isearch): New defcustom.
14237         (comint-history-isearch-backward)
14238         (comint-history-isearch-backward-regexp): New commands.
14239         (comint-history-isearch-message-overlay): New buffer-local variable.
14240         (comint-history-isearch-setup, comint-history-isearch-end)
14241         (comint-goto-input, comint-history-isearch-search)
14242         (comint-history-isearch-message, comint-history-isearch-wrap)
14243         (comint-history-isearch-push-state)
14244         (comint-history-isearch-pop-state): New functions.
14246 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
14248         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
14249         return.
14250         (tramp-handle-make-symbolic-link)
14251         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
14252         Quote file names.
14253         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
14254         (tramp-handle-process-file): Use it.
14256 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14258         * window.el (move-to-window-line-last-op): Remove.
14259         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
14261 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
14263         Make M-r mirror the new cycling behavior of C-l.
14264         * window.el (move-to-window-line-last-op): New var.
14265         (move-to-window-line-top-bottom): New command.
14266         (global-map): Bind M-r move-to-window-line-top-bottom.
14268 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
14270         * dired-x.el (dired-guess-shell-alist-default):
14271         Support xz format.  (Bug#4953)
14273 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
14275         * emulation/viper-cmd.el: Use viper-last-command-char instead of
14276         last-command-char/last-command-event.
14277         (viper-prefix-arg-value): Do correct conversion of event-char for
14278         XEmacs.
14280         * emulation/viper-util.el, emulation/viper.el:
14281         Use viper-last-command-char instead of
14282         last-command-char/last-command-event.
14284         * ediff-init.el, ediff-mult.el, ediff-util.el:
14285         Replace last-command-char and last-command-event
14286         with (ediff-last-command-char) everywhere.
14288         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
14289         created in fundamental mode.
14291         * ediff.el (ediff-version): Revert the change of interactive-p to
14292         called-interactively-p.
14294 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
14296         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
14297         generation from word-movement command names.
14299 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
14301         * cus-start.el (all): Add native condition for font-use-system-font.
14303 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
14305         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
14306         Correct the patch from 2009-11-18.  (Bug#3910)
14308 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
14310         * progmodes/subword.el: Rename from lisp/subword.el.
14312         * subword.el: Rename to progmodes/subword.el.
14314         * Makefile.in (ELCFILES): Adapt to subword.el move.
14316 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14317             Stefan Monnier  <monnier@iro.umontreal.ca>
14319         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
14320         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
14321         (bookmark-bmenu-show-filenames): Use push.
14322         (bookmark-bmenu-hide-filenames): Use local var instead of
14323         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
14324         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
14325         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
14326         filenames now that the bookmark names are always available.
14328 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14330         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
14331         (bookmark-search-pattern): Move and leave unbound.
14332         (bookmark-bmenu-mode-map): Change binding.
14333         (bookmark-read-search-input): Simplify.
14334         Don't use text-char-description.  Don't error on non-char events.
14335         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
14336         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
14337         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
14338         Use a local var for the timer.
14339         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
14340         (i.e. bookmark-bmenu-search).
14342 2009-11-21  Glenn Morris  <rgm@gnu.org>
14344         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
14346 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
14348         * net/browse-url.el (browse-url-default-windows-browser):
14349         Use cygstart for cygwin.
14351 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
14353         * bookmark.el: Formatting and doc fixes only:
14354         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
14355         (bookmark-bmenu-search): Wrap to fit within 80 columns.
14356         Minor grammar and punctuation fixes in doc string.
14357         (bookmark-read-search-input): Adjust to fit within 80 columns.
14359 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14361         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
14362         (c-backward-into-nomenclature): Adapt to subword renaming.
14364         * subword.el (subword-forward, subword-backward, subword-mark)
14365         (subword-kill, subword-backward-kill, subword-transpose)
14366         (subword-downcase, subword-upcase, subword-capitalize)
14367         (subword-forward-internal, subword-backward-internal):
14368         Rename from forward-subword, backward-subword, mark-subword,
14369         kill-subword, backward-kill-subword, transpose-subwords,
14370         downcase-subword, upcase-subword, capitalize-subword,
14371         forward-subword-internal, backward-subword-internal.
14373 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14375         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
14376         New options.
14377         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
14378         New vars.
14379         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
14380         (bookmark-bmenu-filter-alist-by-regexp)
14381         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
14382         (bookmark-bmenu-search): New command.
14383         (bookmark-bmenu-mode-map): Bind it.
14385 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14387         * progmodes/cc-cmds.el: declare-functioned forward-subword and
14388         backward-subword to quit the byte-compiler.
14390         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
14392         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
14394         * progmodes/cc-cmds.el (c-update-modeline)
14395         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14396         Refer to subword.el functions instead of cc-subword.el.
14398         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
14399         subword.el functions instead of cc-subword.el.
14401         * progmodes/cc-subword.el: Rename to subword.el.
14402         * subword.el: Rename from progmodes/cc-subword.el.
14403         (subword-mode-map): Rename from c-subword-mode-map.
14404         (subword-mode): Rename from c-subword-mode.
14405         (global-subword-mode): New global minor mode.
14406         (forward-subword): Rename from c-forward-subword.
14407         (backward-subword): Rename from c-backward-subword.
14408         (mark-subword): Rename from c-mark-subword.
14409         (kill-subword): Rename from c-kill-subword.
14410         (backward-kill-subword): Rename from c-backward-kill-subword.
14411         (transpose-subwords): Rename from c-tranpose-subword.
14412         (downcase-subword): Rename from c-downcase-subword.
14413         (capitalize-subword): Rename from c-capitalize-subword.
14414         (forward-subword-internal): Rename from c-forward-subword-internal.
14415         (backward-subword-internal): Rename from c-backward-subword-internal.
14417 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14419         * vc.el (vc-deduce-fileset): Allow non-state changing operations
14420         from a dired buffer.
14421         (vc-dired-deduce-fileset): New function.
14422         (vc-root-diff, vc-print-root-log): Use it.
14424         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
14425         nil LIMIT argument to vc-print-log-internal.
14427 2009-11-20  Glenn Morris  <rgm@gnu.org>
14429         * Makefile.in (ELCFILES): Regenerate.
14431 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
14433         * calc/calc.el (calc-set-mode-line):
14434         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14435         (math-format-number): Rename `math-format-complement-signed' to
14436         `math-format-twos-complement'.
14438         * calc/calc-bin.el (math-format-twos-complement): Rename from
14439         math-format-complement-signed.
14440         (calc-radix): Rename `calc-complement-signed-mode' to
14441         `calc-twos-complement-mode'.
14442         (calc-octal-radix, calc-hex-radix): Add an argument for
14443         two's complement.
14445         * calc/calc-embed.el (calc-embedded-mode-vars):
14446         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14448         * calc/calc-ext.el (calc-init-extensions):
14449         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14450         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
14452         * calc/calc-units.el (math-build-units-table-buffer):
14453         Let `calc-twos-complement-mode' be nil.
14455         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
14456         entries.
14458         * calc/calc-vec.el (calcFunc-vunpack):
14459         * calc/calc-aent.el (calc-do-calc-eval):
14460         * calc/calc-forms.el (math-format-date):
14461         * calc/calc-graph.el (calc-graph-plot):
14462         * calc/calc-math.el (math-use-emacs-fn):
14463         * calc/calccomp.el (math-compose-expr):
14464         Let `calc-twos-complement-mode' be nil.
14466 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14468         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
14469         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
14470         * minibuffer.el (completion-in-region-functions): New hook.
14471         (completion-in-region): New function.
14472         * emacs-lisp/lisp.el (lisp-complete-symbol):
14473         * pcomplete.el (pcomplete-std-complete): Use it.
14475 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
14478         (latex-complete-alist): New vars.
14479         (latex-string-prefix-p, latex-complete-bibtex-keys)
14480         (latex-complete-envnames, latex-complete-refkeys)
14481         (latex-complete-data): New functions.
14482         (latex-complete, latex-indent-or-complete): New commands.
14484         * window.el (display-buffer-mark-dedicated): New var.
14485         (display-buffer): Obey it.
14486         * minibuffer.el (minibuffer-completion-help): Use it.
14488         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
14490         * filecache.el (file-cache-add-file): Use push and cons.
14491         (file-cache-delete-file-regexp): Use push.
14492         (file-cache-complete): Use completion-in-region.
14494         * simple.el (with-wrapper-hook): Fix thinko.
14496         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
14497         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
14498         Use with-current-buffer and string-to-number.
14499         (hfy-fallback-colour-values): Use assoc-string.
14500         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
14501         (hfy-face-at): Remove unused var `found-face'.
14502         (hfy-compile-stylesheet): Remove unused var `css'.
14503         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
14504         and `orig-buffer'.
14505         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
14506         Use with-current-buffer.
14507         (hfy-text-p): Use expand-file-name and fewer setq.
14509 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
14511         * htmlfontify.el, hfy-cmap.el: New files.
14513 2009-11-19  Juri Linkov  <juri@jurta.org>
14515         * minibuffer.el (completions-format): New defcustom.
14516         (completion--insert-strings): Implement vertical format.
14518         * simple.el (switch-to-completions): Move point to the first
14519         completion when point was at the beginning of the buffer.
14521 2009-11-19  Juri Linkov  <juri@jurta.org>
14523         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
14525         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
14527 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
14529         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
14530         (mail-signature): Change default to t.
14531         (mail-from-style): Deprecate `system-default' value.
14532         (mail-insert-from-field): For default value of mail-from-style,
14533         default to `angles' unless `angles' needs quoting and `parens'
14534         does not.
14535         (mail-citation-prefix-regexp): Use citation regexp from
14536         message-mode.
14538 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
14540         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
14541         Set variables for computing the prompt for reading password.
14543 2009-11-19  Glenn Morris  <rgm@gnu.org>
14545         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
14547         * textmodes/flyspell.el (sgml-lexical-context): Declare.
14549         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
14550         (newsticker-treeview-listwindow-height): Fix custom type.
14552 2009-11-19  Kenichi Handa  <handa@m17n.org>
14554         * descr-text.el (describe-char-padded-string): Compose with TAB
14555         only if there's a font for CH.
14556         (describe-char): Fix the condition for detecting a trivial composition.
14558 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
14560         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
14561         more accurate version of the regexp.  (Bug#3910)
14563 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14565         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
14567 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
14569         * font-setting.el (font-use-system-font): Declare for byte-compiler.
14570         (font-setting-change-default-font): Fix typo in docstring.
14572 2009-11-18  Alan Mackenzie  <acm@muc.de>
14574         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
14576 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
14578         * font-setting.el (font-use-system-font): Move ...
14580         * cus-start.el (all): ... to here.
14582 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
14584         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
14585         Don't set `ad-return-value' if `ad-do-it' doesn't.
14587         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
14588         modification time.
14590 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
14592         * menu-bar.el: Put "Use system font" in Option-menu.
14593         (menu-bar-options-save): Add font-use-system-font.
14595         * loadup.el: If feature system-font-setting or font-render-setting is
14596         there, load font-setting.
14598         * Makefile.in (ELCFILES): Add font-settings.el.
14599         * font-setting.el: New file.
14601 2009-11-17  Glenn Morris  <rgm@gnu.org>
14603         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
14605         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
14606         Preserve point in the list buffer.  (Bug#4939)
14607         Use point-at-eol.
14608         (newsticker--treeview-list-update-highlight)
14609         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
14611 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14613         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
14614         Remove.
14616         * calc/calc-ext.el (calc-init-extensions): Remove references to
14617         symclip.
14619         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
14621         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
14622         * calc/calc-help.el (calc-b-prefix-help): Remove references to
14623         `calc-symclip'.
14625 2009-11-16  Kevin Ryde  <user42@zip.com.au>
14627         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14628         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
14630         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
14631         (lm-keywords-list): Allow comma-only separator like "foo,bar".
14632         Ignore trailing spaces by omit-nulls to split-string (fixing
14633         regression from Emacs 21 due to the incompatible split-string
14634         change).  (Bug #4928.)
14636 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14638         * vc.el (vc-log-show-limit): Default to 2000.
14639         (vc-print-log-internal): Insert buttons to request more entries
14640         when limiting the output.
14642         * vc-sccs.el (vc-sccs-print-log):
14643         * vc-rcs.el (vc-rcs-print-log):
14644         * vc-cvs.el (vc-cvs-print-log):
14645         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
14646         LIMIT is non-nil.
14648 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
14650         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
14651         error when `tramp-gvfs-dbus-event-vector' is set.
14652         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
14654 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14656         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
14658 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
14660         * net/dbus.el (dbus-unregister-service): New defun.
14661         (dbus-register-property): Register the handlers of
14662         "org.freedesktop.DBus.Properties" for SERVICE.
14663         (dbus-property-handler): Fix docstring.
14665 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14667         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
14668         Quote doc string reference in defvaralias as it is not in special form.
14669         (byte-compile-output-docform): Doc fix.
14671 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14673         * calc/calc.el (math-2-word-size, math-half-2-word-size)
14674         (calc-complement-signed-mode): New variables.
14675         (calc-set-mode-line): Add indicator for twos-complements.
14676         (math-format-number): Format twos-complement notation.
14678         * calc/calc-bin.el (calc-word-size): Reset the variables
14679         `math-2-word-size' and `math-half-2-word-size'.
14680         (math-format-complement-signed, math-symclip, calcFunc-symclip)
14681         (calc-symclip): New functions.
14683         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
14685         * calc/calc-embed.el (calc-embedded-mode-vars):
14686         Add `calc-complement-signed-mode' to the list of modes.
14688         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
14689         (calc-b-oper-keys): Add `calc-symclip' to list.
14691         * calc/calc-ext.el (math-read-number-fancy): Read complement
14692         signed numbers.
14693         (calc-init-extensions): Add binding for `calc-symclip'.
14694         Add autoload for `calcFunc-symclip' and `calc-symclip'.
14696         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
14697         `calc-symclip'.
14698         (calc-modes-menu): Add item for twos complement mode.
14700         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
14702 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
14704         * register.el (jump-to-register, insert-register): Handle Semantic
14705         tags.  From commented-out advice in semantic/senator.el.
14707 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
14709         * vc.el (vc-log-show-limit): New variable.
14710         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
14711         when using a prefix argument.
14712         (vc-print-log-internal): Add new argument LIMIT.
14714         * vc-svn.el (vc-svn-print-log):
14715         * vc-mtn.el (vc-mtn-print-log):
14716         * vc-hg.el (vc-hg-print-log):
14717         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14718         pass it to the log command when set.  Make the BUFFER argument
14719         non-optional.
14721         * vc-sccs.el (vc-sccs-print-log):
14722         * vc-rcs.el (vc-rcs-print-log):
14723         * vc-git.el (vc-git-print-log):
14724         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14725         ignore it.  Make the BUFFER argument non-optional
14727         * bindings.el (mode-line-buffer-identification): Do not purecopy.
14729 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
14731         * dired.el (dired-mode-map): Move encryption items to "Operate"
14732         menu (Bug#4703).
14734         * strokes.el (strokes-update-window-configuration): Make strokes
14735         buffer current before erasing (Bug#4906).
14737 2009-11-15  Juri Linkov  <juri@jurta.org>
14739         * simple.el (set-mark-default-inactive): Add :type, :group
14740         and :version.  (Bug#4876)
14742 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
14744         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14745         (archive-unique-fname): ... here.  (Bug#4929)
14747 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14749         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14750         with a real fix.
14752         * novice.el (disabled-command-function): Add useful args.
14753         Setup the help buffer so that [back] works.
14754         Remove redundant call to help-mode.
14755         (disabled-command-function): Use `case'.
14756         (en/disable-command): New function extracted from enable-command.
14757         (enable-command, disable-command): Use it.
14759 2009-11-14  Glenn Morris  <rgm@gnu.org>
14761         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14762         constants.  (Bug#4913)
14764         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14766 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
14768         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14769         defined in C that have no doc-strings.  (Bug#1063)
14771 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
14773         * cus-edit.el (data, files):
14774         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
14776 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
14778         * simple.el (shell-command): Doc fix (Bug#4891).
14780         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14782 2009-11-14  Glenn Morris  <rgm@gnu.org>
14784         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14785         statements for vc-diff, emerge-quit, and rmail-cease-edit.
14786         If they are already loaded, eval-after-load will do the right thing.
14788         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14789         compiling.
14791         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14793         * simple.el (x-selection-owner-p): Declare.
14794         (read-mail-command): Use custom radio type rather than choice.
14795         (completion-no-auto-exit): Doc fix.
14797         * custom.el (defgroup):
14798         * epg-config.el (epg): Doc fixes.
14800 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
14802         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14803         * international/ccl.el (define-ccl-program): Do not purecopy the
14804         docstring, defconst does it anyway.
14806 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14808         * add-log.el (add-change-log-entry): Avoid displaying the changelog
14809         a second time.
14811         * x-dnd.el (x-dnd-maybe-call-test-function):
14812         * window.el (split-window-vertically):
14813         * whitespace.el (whitespace-help-on):
14814         * vc-rcs.el (vc-rcs-consult-headers):
14815         * userlock.el (ask-user-about-lock-help)
14816         (ask-user-about-supersession-help):
14817         * type-break.el (type-break-force-mode-line-update):
14818         * time-stamp.el (time-stamp-conv-warn):
14819         * terminal.el (te-set-output-log, te-more-break, te-filter)
14820         (te-sentinel, terminal-emulator):
14821         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14822         (term-write-input-ring, term-check-source, term-start-output-log):
14823         (term-display-buffer-line, term-dynamic-list-completions):
14824         (term-ansi-make-term, serial-term):
14825         * subr.el (selective-display):
14826         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14827         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14828         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14829         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14830         (speedbar-remove-localized-speedbar-support)
14831         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14832         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14833         (speedbar-buffers-line-directory):
14834         * simple.el (shell-command-on-region, append-to-buffer)
14835         (prepend-to-buffer):
14836         * shadowfile.el (shadow-save-todo-file):
14837         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14838         (scroll-bar-maybe-set-window-start):
14839         * sb-image.el (speedbar-image-dump):
14840         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14841         (load-save-place-alist-from-file):
14842         * ps-samp.el (ps-print-message-from-summary):
14843         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14844         (ps-background-image, ps-begin-job, ps-do-despool):
14845         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14846         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14847         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14848         (pr-call-process, pr-file-list, pr-interface-save):
14849         * novice.el (disabled-command-function)
14850         (enable-command, disable-command):
14851         * mouse.el (mouse-buffer-menu-alist):
14852         * mouse-copy.el (mouse-kill-preserving-secondary):
14853         * macros.el (kbd-macro-query):
14854         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14855         * informat.el (batch-info-validate):
14856         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14857         * hippie-exp.el (try-expand-dabbrev-visible):
14858         * help-mode.el (help-make-xrefs):
14859         * help-fns.el (describe-variable):
14860         * generic-x.el (bat-generic-mode-run-as-comint):
14861         * finder.el (finder-mouse-select):
14862         * find-dired.el (find-dired-sentinel):
14863         * filesets.el (filesets-file-close):
14864         * files.el (list-directory):
14865         * faces.el (list-faces-display, describe-face):
14866         * facemenu.el (list-colors-display):
14867         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14868         * epg.el (epg--process-filter, epg-cancel):
14869         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14870         (epa--read-signature-type):
14871         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14872         (emerge-file-names):
14873         * ehelp.el (electric-helpify):
14874         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14875         * ediff-vers.el (rcs-ediff-view-revision):
14876         * ediff-util.el (ediff-setup):
14877         * ediff-mult.el (ediff-append-custom-diff):
14878         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14879         (ediff-wordify):
14880         * echistory.el (Electric-command-history-redo-expression):
14881         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14882         * disp-table.el (describe-display-table):
14883         * dired.el (dired-find-buffer-nocreate):
14884         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14885         * dabbrev.el (dabbrev--same-major-mode-p):
14886         * chistory.el (list-command-history):
14887         * apropos.el (apropos-documentation):
14888         * allout.el (allout-obtain-passphrase):
14889         (allout-copy-exposed-to-buffer):
14890         (allout-verify-passphrase): Use with-current-buffer.
14892 2009-11-13  Glenn Morris  <rgm@gnu.org>
14894         * Makefile.in (ELCFILES): Regenerate.
14896 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
14898         * net/dbus.el (dbus-registered-objects-table): Rename from
14899         `dbus-registered-functions-table', because it contains also properties.
14900         (dbus-unregister-object): Unregister also properties.
14901         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14902         Use a timeout of 500 msec, in order to not block.
14903         (dbus-register-property, dbus-property-handler): New defuns.
14905 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14907         * simple.el (minibuffer-default-add-completions): Drop deprecated
14908         4th arg.
14910 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
14912         * textmodes/artist.el (artist-mouse-choose-operation):
14913         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14914         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14915         (artist-compute-up-event-key): New function.
14916         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14918 2009-11-13  Kenichi Handa  <handa@m17n.org>
14920         * language/japan-util.el: Make sure that the value of jisx0208
14921         property is jisx0208 character.
14923 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14925         * international/mule.el (auto-coding-regexp-alist): Only purecopy
14926         car or each item, not the whole list.
14928 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14930         * minibuffer.el (minibuffer-completion-help):
14931         Use minibuffer-hide-completions.
14933 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
14935         * dired.el (dired-save-positions, dired-restore-positions): New funs.
14936         (dired-revert): Use them (bug#4880).
14938 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14940         * tooltip.el (tooltip-frame-parameters): Undo previous change.
14942 2009-11-12  Juri Linkov  <juri@jurta.org>
14944         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14945         New functions.
14946         (find-file-literally-at-point): Alias of `ffap-literally'.
14948 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14950         * textmodes/ispell.el (ispell-skip-region-alist):
14951         * textmodes/css-mode.el (auto-mode-alist):
14952         * progmodes/compile.el (auto-mode-alist):
14953         * international/mule.el (ctext-non-standard-encodings-alist)
14954         (ctext-non-standard-encodings-regexp):
14955         * simple.el (shell-command-switch, text-read-only):
14956         * replace.el (occur-mode-map):
14957         * paths.el (rmail-file-name):
14958         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14959         * find-file.el (ff-special-constructs):
14960         * files.el (file-name-handler-alist):
14961         * composite.el: Purecopy strings.
14963         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14965 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14967         * widget.el (define-widget): Purecopy the docstring.
14968         * international/mule-cmds.el (charset): Do not purecopy the
14969         docstring here, define-widget does it.
14971         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14972         * textmodes/bibtex-style.el (auto-mode-alist):
14973         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14974         * progmodes/compile.el (compile-command):
14975         * language/korea-util.el (default-korean-keyboard):
14976         * international/mule-conf.el (file-coding-system-alist):
14977         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14978         * tooltip.el (tooltip-frame-parameters):
14979         * newcomment.el (comment-end, comment-padding):
14980         * dired.el (dired-trivial-filenames):
14981         * comint.el (comint-file-name-prefix): Purecopy initial values.
14983 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
14985         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14986         (tramp-advice-minibuffer-electric-tilde): Unload advices via
14987         `tramp-unload'.
14988         (tramp-advice-make-auto-save-file-name)
14989         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14990         after removing the advice.
14992 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14994         * progmodes/grep.el (grep-regexp-alist):
14995         * international/mule-cmds.el (iso-2022-control-alist):
14996         * emacs-lisp/timer.el (timer-duration-words):
14997         * subr.el (version-separator, version-regexp-alist):
14998         * minibuffer.el (completion-styles-alist):
14999         * faces.el (face-attribute-name-alist, list-faces-sample-text):
15000         Change defvars to defconsts.
15002         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15003         * loadup.el ("international/mule-conf"): Load the byte compiled version.
15004         * international/mule-conf.el: Allow to be byte compiled.
15006         * international/mule.el (define-charset): Purecopy props.
15007         (load-with-code-conversion): Purecopy doc string and file name.
15008         (put-charset-property): Purecopy strings.
15009         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15011         * international/mule-cmds.el (register-input-method): Purecopy arguments.
15012         (define-char-code-property): Correctly purecopy the table.
15014         * international/ccl.el (define-ccl-program): Purecopy the docstring.
15016         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15018         * subr.el (add-hook): Purecopy strings.
15019         (eval-after-load): Purecopy load-history-regexp and the form.
15021         * custom.el (custom-declare-group): Purecopy load-file-name.
15023         * subr.el (menu-bar-separator): New defconst.
15024         * net/eudc.el (eudc-tools-menu):
15025         * international/mule-cmds.el (set-coding-system-map)
15026         (mule-menu-keymap):
15027         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15028         * vc-hooks.el (vc-menu-map):
15029         * replace.el (occur-mode-map):
15030         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
15031         (menu-bar-edit-menu, menu-bar-goto-menu)
15032         (menu-bar-custom-menu, menu-bar-showhide-menu)
15033         (menu-bar-options-menu, menu-bar-tools-menu)
15034         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15035         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15036         (menu-bar-help-menu):
15037         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15038         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15040         * term/x-win.el (x-gtk-stock-map):
15041         * progmodes/vera-mode.el (auto-mode-alist):
15042         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15043         (inferior-lisp-program, inferior-lisp-load-command):
15044         * progmodes/hideshow.el (hs-special-modes-alist):
15045         * progmodes/gud.el (same-window-regexps):
15046         * progmodes/grep.el (grep-program, find-program, xargs-program):
15047         * net/telnet.el (same-window-regexps):
15048         * net/rlogin.el (same-window-regexps):
15049         * language/ethiopic.el (font-ccl-encoder-alist):
15050         * vc-sccs.el (vc-sccs-master-templates):
15051         * vc-rcs.el (vc-rcs-master-templates):
15052         * subr.el (cl-assertion-failed):
15053         * simple.el (next-error-overlay-arrow-position):
15054         * lpr.el (lpr-command):
15055         * locate.el (locate-ls-subdir-switches):
15056         * info.el (same-window-regexps, info)
15057         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15058         * image-mode.el (image-mode, auto-mode-alist):
15059         * hippie-exp.el (hippie-expand-ignore-buffers):
15060         * format.el (format-alist):
15061         * find-dired.el (find-ls-subdir-switches, find-grep-options)
15062         (find-name-arg):
15063         * facemenu.el (facemenu-keybindings):
15064         * dired.el (dired-listing-switches, dired-chown-program):
15065         * diff.el (diff-switches, diff-command):
15066         * cus-edit.el (same-window-regexps):
15067         * bindings.el (mode-line-mule-info)
15068         (mode-line-buffer-identification): Purecopy strings.
15070 2009-11-11  Juri Linkov  <juri@jurta.org>
15072         * simple.el (dired-get-filename) <declare-function>:
15073         Tell the byte-compiler about dired-get-filename.
15074         (shell-command): In Dired mode, get filename from the current line
15075         as the default value.
15077 2009-11-10  Glenn Morris  <rgm@gnu.org>
15079         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15080         * calendar/holidays.el, progmodes/cperl-mode.el:
15081         Update x-popup-menu declarations.
15083         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15084         (list-load-path-shadows): Use dolist.
15085         (list-load-path-shadows): Use with-current-buffer.
15087 2009-11-10  Juri Linkov  <juri@jurta.org>
15089         * minibuffer.el (read-file-name): Support a list of default values
15090         in `default-filename'.  Use the first file name where only one
15091         element is required.  Doc fix.
15093 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
15095         * net/dbus.el (dbus-unregister-object): Release service, if no
15096         other method is registered for it.
15098 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
15100         * bookmark.el (bookmark-completing-read): Sort bookmark names if
15101         bookmark-sort-flag is non-nil (Bug#4653).
15103 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
15105         * emulation/cua-base.el: Add CUA property to some CC mode commands
15106         (Bug#4100).
15108 2009-11-08  Kevin Ryde  <user42@zip.com.au>
15110         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
15111         at end of sentence (Bug#4818).
15113 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
15115         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15116         Handle "see declaration of" MSFT statements (Bug#4100).
15118 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
15120         * net/tramp.el (tramp-advice-make-auto-save-file-name)
15121         (tramp-advice-file-expand-wildcards): Unload via
15122         `ad-remove-advice'.
15124         * net/trampver.el: Update release number.
15126 2009-11-08  Kevin Ryde  <user42@zip.com.au>
15128         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15129         `ad-do-it'.
15131 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
15133         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
15134         in order to keep context in SELinux.
15136 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
15138         * dired-aux.el (dired-query): Place cursor in echo area and allow
15139         C-g.
15141         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
15142         menu item if not on a directory (Bug#4701).
15144 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
15146         Sync with Tramp 2.1.17.
15148         * net/tramp.el (tramp-handle-copy-directory): Don't use
15149         `file-remote-p' (due to compatibility).
15151         * net/tramp-compat.el (tramp-compat-copy-directory)
15152         (tramp-compat-delete-directory): New defuns.
15154         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15155         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15156         Use `tramp-compat-delete-directory'.
15158         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
15159         (tramp-smb-handle-delete-directory):
15160         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
15162         * net/trampver.el: Update release number.
15164 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
15166         * tar-mode.el (tar-copy): Call write-region on the right buffer
15167         (Bug#4857).
15169         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
15170         by hand, if necessary (Bug#4878).
15172 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
15174         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
15175         align size column (Bug#4839).
15177         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
15178         statement.
15180 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
15182         * progmodes/ld-script.el (auto-mode-alist):
15183         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
15185         * cus-face.el (custom-declare-face): Purecopy face spec.
15187 2009-11-06  Kenichi Handa  <handa@m17n.org>
15189         * international/uni-bidi.el: Re-generated.
15190         * international/uni-category.el: Re-generated.
15191         * international/uni-combining.el: Re-generated.
15192         * international/uni-mirrored.el: Re-generated.
15194 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
15196         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
15197         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
15198         (tex-start-options, slitex-run-command, latex-run-command)
15199         (tex-run-command, tex-directory):
15200         * textmodes/ispell.el (ispell-html-skip-alists)
15201         (ispell-tex-skip-alists, ispell-tex-skip-alists):
15202         * textmodes/fill.el (adaptive-fill-first-line-regexp):
15203         (adaptive-fill-regexp):
15204         * textmodes/dns-mode.el (auto-mode-alist):
15205         * progmodes/python.el (interpreter-mode-alist):
15206         * progmodes/etags.el (tags-compression-info-list):
15207         * progmodes/etags.el (tags-file-name):
15208         * net/browse-url.el (browse-url-galeon-program)
15209         (browse-url-firefox-program):
15210         * mail/sendmail.el (mail-signature-file)
15211         (mail-citation-prefix-regexp):
15212         * international/mule-conf.el (eight-bit):
15213         * international/latexenc.el (latex-inputenc-coding-alist):
15214         * international/fontset.el (x-pixel-size-width-font-regexp):
15215         * emacs-lisp/warnings.el (warning-type-format):
15216         * emacs-lisp/trace.el (trace-buffer):
15217         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
15218         (emacs-lisp-mode-map):
15219         * calendar/holidays.el (holiday-solar-holidays)
15220         (holiday-bahai-holidays, holiday-islamic-holidays)
15221         (holiday-christian-holidays, holiday-hebrew-holidays)
15222         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
15223         (hebrew-holidays-1, holiday-oriental-holidays)
15224         (holiday-general-holidays):
15225         * x-dnd.el (x-dnd-known-types):
15226         * tool-bar.el (tool-bar):
15227         * startup.el (site-run-file):
15228         * shell.el (shell-dumb-shell-regexp):
15229         * rfn-eshadow.el (file-name-shadow-tty-properties)
15230         (file-name-shadow-properties):
15231         * paths.el (remote-shell-program, news-directory):
15232         * mouse.el ([C-down-mouse-3]):
15233         * menu-bar.el (menu-bar-tools-menu):
15234         * jka-cmpr-hook.el (jka-compr-load-suffixes)
15235         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
15236         (jka-compr-compression-info-list):
15237         * isearch.el (search-whitespace-regexp):
15238         * image-file.el (image-file-name-extensions):
15239         * find-dired.el (find-ls-option):
15240         * files.el (directory-listing-before-filename-regexp)
15241         (directory-free-space-args, insert-directory-program)
15242         (list-directory-brief-switches, magic-fallback-mode-alist)
15243         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
15244         (automount-dir-prefix):
15245         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
15246         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
15247         (face-font-registry-alternatives, face-font-registry-alternatives)
15248         (face-font-family-alternatives):
15249         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
15250         (facemenu-foreground-menu, facemenu-face-menu):
15251         * epa-hook.el (epa-file-name-regexp):
15252         * dnd.el (dnd-protocol-alist):
15253         * textmodes/rst.el (auto-mode-alist):
15254         * button.el (default-button): Purecopy strings.
15256 2009-11-06  Glenn Morris  <rgm@gnu.org>
15258         * Makefile.in (ELCFILES): Update.
15260 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15262         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
15263         * emacs-lisp/levents.el: Move to obsolete/levents.el.
15265         * nxml/xsd-regexp.el (xsdre-gen-categories):
15266         * nxml/xmltok.el (xmltok-parse-entity):
15267         * nxml/rng-parse.el (rng-parse-validate-file):
15268         * nxml/rng-maint.el (rng-format-manual)
15269         (rng-manual-output-force-new-line):
15270         * nxml/rng-loc.el (rng-save-schema-location-1):
15271         * nxml/rng-cmpct.el (rng-c-parse-file):
15272         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
15273         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
15275 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
15277         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
15278         Remove extra save-excursions and make-variable-buffer-local's.
15279         Suggested by Stefan Monnier.
15281         (verilog-getopt-file, verilog-module-inside-filename-p)
15282         (verilog-set-define): Merge GNU 1.35 and repair changes from
15283         switching to using with-current-buffer.
15285         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
15286         being treated as a number and confusing AUTORESET.
15287         Reported by Dan Dever.
15289         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
15290         Add verilog-auto-ignore-concat to fix backward compatibility with
15291         older verilog-modes.  Reported by Dan Katz.
15293         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
15294         containing closing anchors "...$".
15296         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
15297         Reported by Wade Smith.
15299         (verilog-batch-execute-func): Comment on function usage.
15301 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
15303         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
15304         for labels.
15306         (verilog-label-re, verilog-calc-1): Support proper indent of named
15307         asserts.
15309         (verilog-backward-token, verilog-basic-complete-re)
15310         (verilog-beg-of-statement, verilog-indent-re): Support proper
15311         indent of the assert statement at the beginning of a block of text.
15313         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
15314         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
15315         tokens as begins.
15317 2009-11-05  Glenn Morris  <rgm@gnu.org>
15319         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
15320         Emacs 19.  (Bug#1531)
15321         (byte-compile-fix-header): Update for the above change.
15322         Drop test for epoch::version.
15324         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
15325         * cus-dep.el (custom-make-dependencies):
15326         * finder.el (finder-compile-keywords):
15327         Use autoload-rubric's feature argument.
15329         * calendar/diary-lib.el (top-level): Make load behave more like require.
15331         * vc-git.el (vc-git-stash-map): Move definition before use.
15333 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
15335         * custom.el (custom-declare-group): Purecopy standard-value.
15336         (custom-declare-group): Purecopy custom-prefix.
15338         * international/mule.el (load-with-code-conversion):
15339         Call do-after-load-evaluation unconditionally.
15341         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
15343 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15345         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
15347 2009-11-04  Glenn Morris  <rgm@gnu.org>
15349         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
15350         (byte-compile-compatibility): Remove option.
15351         (byte-compile-close-variables, byte-compile-fix-header)
15352         (byte-compile-insert-header, byte-compile-output-docform)
15353         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
15354         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
15355         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
15356         (byte-compile-insert, byte-compile-defun):
15357         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
15358         (byte-defop-compiler19): Remove.
15359         Without byte-compile-compatibility, the 'emacs19-opcode property is not
15360         used by anything.  Replace all calls with byte-defop-compiler.
15362 2009-11-04  Juri Linkov  <juri@jurta.org>
15364         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
15365         (menu-bar-options-menu): Don't quote the `prop' arg of
15366         `menu-bar-make-mm-toggle'.
15368 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
15370         * calendar/calendar.el (cal-loaddefs):
15371         * calendar/diary-lib.el (diary-loaddefs):
15372         * calendar/holidays.el (hol-loaddefs):
15373         * eshell/esh-module.el (esh-groups): Load rather than require.
15375 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15377         * calendar/todo-mode.el (todo-add-category): Don't hardcode
15378         point-min==1.
15379         (todo-top-priorities): Only display-buffer when called interactively.
15380         (todo-item-start): Don't save excursion point.
15381         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
15382         (todo-insert-item-here, todo-file-item, todo-remove-item):
15383         Adjust uses of todo-item-start and todo-item-end.
15385         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
15386         (autoload-rubric): Don't use any more.
15388         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
15389         and only put a prop if it is non-nil.
15391 2009-11-03  Juri Linkov  <juri@jurta.org>
15393         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
15394         (menu-bar-options-menu): Fix list quoting (Bug#4429).
15396         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
15397         and "Menu" to make top-level menu item visually one unit (like
15398         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
15399         multi-word menu items).  Fix :help string for quit-window.
15401 2009-11-03  Glenn Morris  <rgm@gnu.org>
15403         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
15404         (byte-compile-file-form-define-abbrev-table)
15405         (byte-compile-file-form-custom-declare-variable)
15406         (byte-compile-variable-ref, byte-compile-defvar):
15407         Whether or not a warning is enabled should only affect whether we issue
15408         the warning, not whether or not we collect the relevant data.
15409         Eg warnings can be turned on and off throughout the course of a file.
15411         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
15412         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
15414 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15416         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
15417         * play/mpuz.el (mpuz-create-buffer):
15418         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
15419         (lm-print-y,s,noise, lm-print-w0, lm-init):
15420         * play/gomoku.el (gomoku-prompt-for-move):
15421         * play/fortune.el (fortune-in-buffer):
15422         * play/dissociate.el (dissociated-press):
15423         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
15424         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
15425         * mail/supercite.el (sc-eref-show):
15426         * mail/smtpmail.el (smtpmail-send-it):
15427         * mail/rmailsum.el (rmail-summary-next-labeled-message)
15428         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
15429         (rmail-summary-undelete-many, rmail-summary-rmail-update)
15430         (rmail-summary-goto-msg, rmail-summary-expunge)
15431         (rmail-summary-get-new-mail, rmail-summary-search-backward)
15432         (rmail-summary-add-label, rmail-summary-output-menu)
15433         (rmail-summary-output-body):
15434         * mail/rfc822.el (rfc822-addresses):
15435         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
15436         * mail/mailpost.el (post-mail-send-it):
15437         * mail/hashcash.el (hashcash-generate-payment):
15438         * mail/feedmail.el (feedmail-run-the-queue)
15439         (feedmail-queue-send-edit-prompt-help-first)
15440         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
15441         (feedmail-deduce-address-list):
15442         * eshell/esh-ext.el (eshell-remote-command):
15443         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
15444         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
15445         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
15446         (viper-save-string-in-file, viper-valid-marker):
15447         * emulation/viper-keym.el (viper-toggle-key):
15448         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
15449         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
15450         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
15451         * emulation/viper-cmd.el (viper-exec-form-in-vi)
15452         (viper-exec-form-in-emacs, viper-brac-function):
15453         * emulation/viper.el (viper-delocalize-var):
15454         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
15455         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
15456         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
15457         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
15458         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
15459         * emulation/edt.el (edt-electric-helpify):
15460         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15461         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
15462         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
15463         (cua-indent-to-global-mark-column):
15464         * calendar/diary-lib.el (calendar-mark-1):
15465         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
15466         Use with-current-buffer.
15467         * emulation/viper.el (viper-delocalize-var): Use dolist.
15469 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
15471         * comint.el (comint-replace-by-expanded-history-before-point):
15472         Replace !! with the previous input string literally (Bug#1795).
15474 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
15476         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
15477         to be made up of whitespace.
15479 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
15481         * minibuffer.el (read-file-name): Don't use file dialogs for
15482         remote directories (Bug#99).
15484 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
15486         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
15488 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
15490         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
15491         instead of deleting the window or frame.
15493 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
15495         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
15496         Support face colors.
15498         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
15499         New function.  Support face colors (Bug#1168).
15500         (tex-common-initialization): Use it.
15502         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
15503         mode allows it (Bug#1168).
15505 2009-10-31  Juri Linkov  <juri@jurta.org>
15507         * facemenu.el (list-colors-display): Don't mark buffer as
15508         modified (Bug#3948).
15510 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
15512         * international/mule-diag.el (list-character-sets-1):
15513         Minor message fix (Bug#3526).
15515         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
15516         Fix face property (Bug#4834).
15517         (etags-list-tags, etags-tags-apropos-additional)
15518         (etags-tags-apropos, tags-select-tags-table): Add follow-link
15519         property.
15521         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
15522         items.
15524 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15526         * textmodes/two-column.el (2C-split):
15527         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
15528         * textmodes/tex-mode.el (tex-set-buffer-directory):
15529         * textmodes/spell.el (spell-region, spell-string):
15530         * textmodes/reftex.el (reftex-erase-buffer):
15531         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
15532         * textmodes/reftex-toc.el (reftex-toc-promote-action):
15533         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
15534         (reftex-select-item):
15535         * textmodes/reftex-ref.el (reftex-label-info-update)
15536         (reftex-offer-label-menu):
15537         * textmodes/reftex-index.el (reftex-index-change-entry)
15538         (reftex-index-phrases-info):
15539         * textmodes/reftex-global.el (reftex-create-tags-file)
15540         (reftex-save-all-document-buffers, reftex-ensure-write-access):
15541         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
15542         (reftex-view-crossref-from-bibtex):
15543         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
15544         (reftex-extract-bib-entries-from-thebibliography)
15545         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
15546         * textmodes/refbib.el (r2b-capitalize-title):
15547         (r2b-convert-buffer, r2b-help):
15548         * textmodes/page-ext.el (pages-directory)
15549         (pages-directory-goto-with-mouse):
15550         * textmodes/bibtex.el (bibtex-validate-globally):
15551         * textmodes/bib-mode.el (bib-capitalize-title):
15552         * textmodes/artist.el (artist-clear-buffer, artist-system):
15553         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
15554         (local-set-scheme-interaction-buffer, xscheme-process-filter)
15555         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
15556         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
15557         (xscheme-send-control-g-interrupt, xscheme-start-process)
15558         (xscheme-process-sentinel, xscheme-cd):
15559         * progmodes/verilog-mode.el (verilog-read-always-signals)
15560         (verilog-set-define, verilog-getopt-file)
15561         (verilog-module-inside-filename-p):
15562         * progmodes/sh-script.el:
15563         * progmodes/python.el (python-pdbtrack-get-source-buffer)
15564         (python-pdbtrack-grub-for-buffer, python-execute-file):
15565         * progmodes/octave-inf.el (inferior-octave):
15566         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15567         (idlwave-shell-compile-helper-routines, idlwave-set-local)
15568         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
15569         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
15570         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
15571         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
15572         (idlwave-shell-filter, idlwave-shell-examine-highlight)
15573         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
15574         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
15575         (idlwave-shell-examine-display, idlwave-shell-run-region)
15576         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
15577         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
15578         * progmodes/idlw-help.el (idlwave-help-get-special-help)
15579         (idlwave-help-get-help-buffer):
15580         * progmodes/gud.el (gud-basic-call, gud-find-class)
15581         (gud-tooltip-activate-mouse-motions-if-enabled):
15582         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15583         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
15584         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
15585         (ebrowse-tags-next-file):
15586         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
15587         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
15588         (ebnf-eps-finish-and-write):
15589         * progmodes/cpp.el (cpp-edit-save):
15590         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
15591         * progmodes/cc-defs.el (c-emacs-features):
15592         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
15593         (antlr-directory-dependencies):
15594         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
15595         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
15596         (ada-find-any-references, ada-make-filename-from-adaname)
15597         (ada-make-body-gnatstub):
15598         * obsolete/rnews.el (news-list-news-groups):
15599         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
15600         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
15601         * net/rcirc.el (rcirc-debug):
15602         * net/newst-treeview.el (newsticker--treeview-list-add-item)
15603         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
15604         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
15605         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
15606         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
15607         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
15608         (newsticker--treeview-list-clear-highlight)
15609         (newsticker--treeview-list-update-highlight)
15610         (newsticker--treeview-list-highlight-start)
15611         (newsticker--treeview-tree-update-highlight)
15612         (newsticker--treeview-get-selected-item)
15613         (newsticker-treeview-mark-list-items-old)
15614         (newsticker--treeview-set-current-node):
15615         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15616         * net/newst-backend.el (newsticker--get-news-by-funcall)
15617         (newsticker--get-news-by-wget, newsticker--image-get)
15618         (newsticker--image-sentinel):
15619         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
15620         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
15621         (eudc-ph-close-session):
15622         * net/eudc.el (eudc-save-options):
15623         * language/thai-word.el (thai-update-word-table):
15624         * language/japan-util.el (japanese-string-conversion):
15625         * international/titdic-cnv.el (tsang-quick-converter)
15626         (ziranma-converter, ctlau-converter):
15627         * international/mule-cmds.el (describe-language-environment):
15628         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
15629         (skkdic-convert-postfix, skkdic-convert-prefix):
15630         (skkdic-convert-okuri-nasi, skkdic-convert):
15631         * emacs-lisp/re-builder.el (reb-update-overlays):
15632         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
15633         * emacs-lisp/gulp.el (gulp-send-requests):
15634         * emacs-lisp/find-gc.el (trace-call-tree):
15635         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
15636         (eieio-describe-generic):
15637         * emacs-lisp/eieio-base.el (eieio-persistent-read):
15638         * emacs-lisp/edebug.el (edebug-outside-excursion):
15639         * emacs-lisp/debug.el (debugger-make-xrefs):
15640         * emacs-lisp/cust-print.el (custom-prin1-to-string):
15641         * emacs-lisp/chart.el (chart-new-buffer):
15642         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
15643         Use with-current-buffer.
15644         * textmodes/artist.el (artist-system): Don't call
15645         copy-sequence on a fresh string.
15646         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
15648 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
15650         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
15651         is no item to edit.  (Bug#4820)
15652         (todo-top-priorities): Restore point and restore narrowing in Todo
15653         buffer.  (Bug#4820)
15655 2009-10-31  Glenn Morris  <rgm@gnu.org>
15657         * net/ange-ftp.el (top-level): Don't require dired when compiling.
15658         (comint-last-output-start, comint-last-input-start)
15659         (comint-last-input-end): Don't defvar when compiling.
15660         (ange-ftp-process-file): Use bound-and-true-p.
15662         * pcmpl-rpm.el (top-level): Move provide statement to end.
15663         (pcmpl-rpm): Remove unused custom group.
15665         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
15667         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
15669         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15670         (byte-compile-warnings): Add `constants' as an option.
15671         (byte-compile-callargs-warn, byte-compile-arglist-warn)
15672         (display-call-tree): Update for byte-compile-fdefinition possibly
15673         returning `(macro lambda ...)'.  (Bug#4778)
15674         (byte-compile-variable-ref, byte-compile-setq-default):
15675         Respect `constants' member of byte-compile-warnings.
15677 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15679         * vc-bzr.el (vc-bzr-revision-keywords): New var.
15680         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
15681         to "submit:".
15683 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
15685         * textmodes/ispell.el (ispell-skip-region-alist):
15686         * international/mule-conf.el (eight-bit):
15687         * international/fontset.el (font-encoding-alist):
15688         * startup.el (pure-space-overflow-message):
15689         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
15690         * paths.el (gnus-nntp-service, rmail-spool-directory)
15691         (term-file-prefix):
15692         * files.el (save-some-buffers-action-alist):
15693         * cmuscheme.el (same-window-buffer-names):
15694         * ielm.el (same-window-buffer-names):
15695         * shell.el (same-window-buffer-names):
15696         * mail/sendmail.el (same-window-buffer-names):
15697         * progmodes/inf-lisp.el (same-window-buffer-names):
15698         * bindings.el (mode-line-client)
15699         (mode-line-column-line-number-mode-map):
15700         * language/tibetan.el (tibetan-precomposition-rule-regexp)
15701         (tibetan-precomposed-regexp): Purecopy string arguments.
15703 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15705         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
15706         (calcDigit-nondigit):
15707         * calc/calc-yank.el (calc-copy-to-buffer):
15708         * calc/calc-units.el (calc-invalidate-units-table):
15709         * calc/calc-trail.el (calc-trail-yank):
15710         * calc/calc-store.el (calc-insert-variables):
15711         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15712         * calc/calc-prog.el (calc-read-parse-table):
15713         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15714         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15715         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15716         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15717         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15718         (calc-graph-name, calc-graph-find-command, calc-graph-view)
15719         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15720         * calc/calc-ext.el (calc-realign):
15721         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15722         (calc-embedded-finish-edit, calc-embedded-make-info)
15723         (calc-embedded-finish-command, calc-embedded-stack-change):
15724         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15726         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15727         shell-dynamic-complete-filename in preference to
15728         comint-dynamic-complete-filename.
15730         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15731         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15732         Don't consider whether the display supports colors.
15733         (bookmark-import-new-list): Use dolist.
15734         (bookmark-bmenu-mode-map): Move initialization into declaration.
15735         (bookmark-bmenu-list): Use dolist, simplify.
15736         (bookmark-show-all-annotations): Use save-selected-window and dolist.
15737         (menu-bar-final-items): Use push.
15739 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
15741         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15742         it works on remote files.
15743         (vc-hg-diff): Don't pass any `--cwd' argument.
15745 2009-10-27  Kevin Ryde  <user42@zip.com.au>
15747         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15748         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15749         (Further to Bug#3921).
15751 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
15753         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15754         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15755         calling `tramp-imap-put-file'.  Add file size to the call.
15756         (tramp-imap-get-file-entries): Compute also user name, file size,
15757         and date.
15758         (tramp-imap-handle-insert-directory): Insert uid and gid.
15759         (tramp-imap-handle-file-attributes): Transform uid and gid
15760         according to `id-format'.
15761         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
15762         size in header X-Size.
15764 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
15766         * simple.el (transpose-subr): Give clearer error when the mark
15767         is not set.  (Bug#4807)
15769 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
15771         * net/tramp.el (tramp-perl-file-truename): New defconst.
15772         Perl code contributed by yary <not.com@gmail.com> (tiny change).
15773         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15774         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15775         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15777         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15778         Ignore `dired-call-process'.
15779         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15781 2009-10-26  Julian Scheid  <julians37@gmail.com>
15783         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15784         (tramp-get-remote-readlink): New defun.
15785         (tramp-handle-file-truename): Use it.
15786         (tramp-handle-file-exists-p): Check file-attributes cache, assume
15787         file exists if cache value present.
15788         (tramp-check-cached-permissions): New defun.
15789         (tramp-handle-file-readable-p): Use it.
15790         (tramp-handle-file-writable-p): Likewise.
15791         (tramp-handle-file-executable-p): Likewise.
15792         (tramp-handle-file-name-all-completions): Try using Perl to get
15793         partial completions.  When perl not available, combine `cd' and
15794         `ls' into single remote operation and use shell expansion to get
15795         partial remote directory contents.  Set `file-exists-p' cache for
15796         directory and any files returned by ls.  Change cache handling to
15797         support partial directory contents.  Use error message emitted by
15798         remote `cd' or Perl code for local tramp-error.
15799         (tramp-do-copy-or-rename-file-directly): Avoid separate
15800         tramp-send-command-and-check call.
15801         (tramp-handle-process-file): Merge three remote ops into one.
15802         Do not flush all caches when `process-file-side-effects' is set.
15803         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15804         file-attributes shows uid/gid to be set already.
15806 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15808         * textmodes/tex-mode.el (tex-dvi-view-command)
15809         (tex-show-queue-command, tex-open-quote):
15810         * progmodes/ruby-mode.el (auto-mode-alist)
15811         (interpreter-mode-alist): Purecopy strings.
15813         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15815         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15816         string for the hook, keymap and abbrev table.
15818         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15820         * x-dnd.el (x-dnd-xdnd-to-action):
15821         * startup.el (fancy-startup-text, fancy-about-text): Change to
15822         defconst from defvar.
15824         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15826         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15827         Purecopy initialization strings.
15829         * mail/sendmail.el (mail-header-separator)
15830         (mail-personal-alias-file):
15831         * mail/rmail.el (rmail-default-dont-reply-to-names)
15832         (rmail-ignored-headers, rmail-retry-ignored-headers)
15833         (rmail-highlighted-headers, rmail-secondary-file-directory)
15834         (rmail-secondary-file-regexp):
15835         * files.el (null-device, file-name-invalid-regexp)
15836         (locate-dominating-stop-dir-regexp)
15837         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
15838         (interpreter-mode-alist): Use mapcar instead of mapc.
15840         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15842         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15843         (completion-ignored-extensions):
15844         (debug-ignored-errors): Purecopy strings.
15846 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15848         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15849         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15850         (pcomplete--here): Use push.
15852         * subr.el (all-completions): Declare the 4th arg obsolete.
15854 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15856         * pcomplete.el (pcomplete-unquote-argument-function): New var.
15857         (pcomplete-unquote-argument): New function.
15858         (pcomplete--common-suffix): Always pay attention to case.
15859         (pcomplete--table-subvert): Quote and unquote the text.
15860         (pcomplete--common-quoted-suffix): New function.
15861         (pcomplete-std-complete): Use it and pcomplete-begin.
15863         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15864         we're inside a dedicated or minibuffer window.
15866 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
15868         * bookmark.el: Update documentation, especially documentation
15869         of `bookmark-alist' and of the bookmark file format.
15870         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
15872 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
15874         * mail/emacsbug.el (report-emacs-bug): Clarify that the
15875         keybindings apply to the mail buffer (Bug#4003).  Shrink help
15876         window to buffer.
15878         * whitespace.el (whitespace-mode, whitespace-newline-mode)
15879         (global-whitespace-mode, global-whitespace-newline-mode)
15880         (whitespace-toggle-options, global-whitespace-toggle-options):
15881         Doc fix (Bug#3660).
15883         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15884         of xmltok-start before the end tag was inserted (Bug#2840).
15886         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15887         patterns that are preceded by an open-paren (Bug#1320).
15889 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
15891         * files.el (delete-directory): Delete symlinks to directories with
15892         delete-file (Bug#4739).
15894 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15896         * vc.el (vc-backend-for-registration): Rename from
15897         vc-get-backend-for-registration.  Update callers.
15899         * international/mule-cmds.el (set-language-info-alist):
15900         Purecopy lang-env.
15901         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15902         (charset): Purecopy the name.
15903         (define-char-code-property): Purecopy string arguments.
15905         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15906         Purecopy string arguments.
15908         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15909         * ediff-hook.el (menu-bar-ediff-menu):
15910         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15911         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15913 2009-10-24  Glenn Morris  <rgm@gnu.org>
15915         * comint.el (comint-dynamic-list-completions):
15916         * term.el (term-dynamic-list-completions): Use choose-completion rather
15917         than obsolete alias mouse-choose-completion.
15919         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15920         file-cache-choose-completion.
15921         (file-cache-choose-completion): Handle an optional event argument.
15922         (file-cache-mouse-choose-completion): Make it an obsolete alias.
15924         * progmodes/octave-mod.el (octave-complete-symbol):
15925         Use choose-completion if mouse-choose-completion is ever removed.
15927         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15928         use.
15930         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15931         compiler.
15933         * vc-hooks.el (vc-responsible-backend): Fix declaration.
15935 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15937         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15938         Ignore `pred' now that we receive one.
15939         Handle test-completion specially.
15941 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15943         * vc.el (vc-responsible-backend): Throw an error if not backend is
15944         found.  Remove the REGISTER argument.  Move the code dealing with
15945         REGISTER ...
15946         (vc-get-backend-for-registration): ... here.  New function.
15947         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15948         of vc-responsible-backend, pass the file name instead of the
15949         directory name.
15951 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15953         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15954         New funs.
15955         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
15956         (pcomplete-comint-setup): Don't modify a global var via
15957         accidental side-effects.
15958         (pcomplete-shell-setup): Adjust call accordingly.
15959         (pcomplete-parse-comint-arguments): Use push.
15961 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
15963         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15964         Allow uncapitalized info node names (Bug#3921).
15966         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15967         to the DEBUG file (Bug#3781).
15969 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
15971         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15972         dictionary entry (Bug#4579).
15974 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
15976         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15977         from `rfn-eshadow-update-overlay-hook' when unloading.
15978         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15979         "rsyncc".  Adjust doc string.
15980         (tramp-temp-buffer-file-name): New buffer-local defvar.
15981         (tramp-handle-insert-file-contents, tramp-handle-write-region):
15982         Keep temporary file when indicated by method ("rsync" and
15983         "rsyncc").
15984         (tramp-handle-write-region): Handle APPEND.
15985         (tramp-delete-temp-file-function): New defun.  Added to
15986         `kill-buffer-hook'.
15988 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
15990         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15992 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15994         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15995         (color-name-rgb-alist, tty-standard-colors)
15996         (tty-color-mode-alist): Change to defconst.
15998         * simple.el (mark-inactive): Purecopy message.
16000         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16001         (global-map, yank-menu):
16002         * textmodes/ispell.el (ispell-menu-map):
16003         * net/eudc.el (eudc-tools-menu):
16004         * international/mule-cmds.el (describe-language-environment-map)
16005         (setup-language-environment-map, set-coding-system-map)
16006         (mule-menu-keymap):
16007         * vc-hooks.el (vc-menu-entry, vc-menu-map):
16008         * replace.el (occur-mode-map):
16009         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16011 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
16013         * calc/calc.el (math-read-number, math-read-number-simple):
16014         Use `save-match-data'.
16016 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16018         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16019         rather than fiddling with global-map bindings, since it should only
16020         affect per-terminal settings.
16021         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16023         * minibuffer.el (completion-table-with-terminator): Allow to specify
16024         the terminator-regexp.
16026         * simple.el (switch-to-completions): Look for *Completions* in other
16027         frames as well.
16029         * pcomplete.el: Allow the use of completion-tables.
16030         (pcomplete-std-complete): New command.
16031         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16032         (pcomplete--here): Use a function for `form' rather than an expression,
16033         so it can be byte-compiled.
16034         (pcomplete-here, pcomplete-here*): Adjust accordingly.
16035         Add edebug declaration.
16036         (pcomplete-show-completions): Remove unused var `curbuf'.
16037         (pcomplete-do-complete, pcomplete-stub):
16038         Don't assume `completions' is a list of strings any more.
16040 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
16042         * find-dired.el (find-name-arg): Fix typo in docstring.
16044 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16046         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16047         (pcmpl-linux-fs-types): Same, and update to new modules layout.
16049         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16050         pcomplete-entries.
16052         * comint.el (comint-read-input-ring, comint-write-input-ring)
16053         (comint-substitute-in-file-name)
16054         (comint-dynamic-complete-as-filename)
16055         (comint-dynamic-simple-complete)
16056         (comint-dynamic-list-filename-completions)
16057         (comint-dynamic-list-completions)
16058         (comint-redirect-results-list-from-process): Minor simplifications.
16060 2009-10-21  Kevin Ryde  <user42@zip.com.au>
16062         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16063         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16064         the first form.  And insert a blank line after ";;; Code" since
16065         that's usual style.  (Bug#4612)
16067         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16069 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16071         * minibuffer.el (completion-table-with-terminator): Properly implement
16072         boundaries, in case `terminator' appears in the suffix.
16073         (completion--embedded-envvar-table): Don't return boundaries if
16074         there's no valid completion.  Simplify.
16075         (completion-file-name-table): New completion table extracted from
16076         completion--file-name-table.
16077         (completion--file-name-table): Use it.
16078         (read-file-name-predicate): Declare obsolete.
16079         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16080         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16081         completion-file-name-table, and use the `pred' argument.
16082         * files.el (locate-file-completion-table): Use the `pred' arg rather
16083         than read-file-name-predicate.
16084         (abbreviate-file-name): Use \` rather than ^ for BOS.
16086 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16088         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16089         vc-responsible-backend to register, it causes problems.
16091 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16093         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16095 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
16097         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16098         (tramp-smb-handle-file-attributes): Use it.
16099         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
16100         (tramp-smb-handle-insert-directory): Use `mapc' rather than
16101         `mapcar'.  Use `tramp-smb-get-stat-capability'.
16102         Add `dired-filename' text properties.
16103         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
16104         (tramp-smb-maybe-open-connection): Simplify check for smbclient
16105         version.
16107 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16109         * subr.el (read-key-delay): Reduce to 0.01.
16110         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16111         (bug#4751).
16113 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16115         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16117         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16118         (Info-menu): Remove unused vars `last' and `completions'.
16119         (Info-index-nodes): Remove unused var `node'.
16121         * info.el (Info-complete-menu-item): Use complete-with-action.
16123 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16125         Make vc-annotate work through copies and renames.
16126         * vc-annotate.el (vc-annotate-extract-revision-at-line):
16127         Return the file name too.
16128         (vc-annotate-revision-at-line)
16129         (vc-annotate-find-revision-at-line)
16130         (vc-annotate-revision-previous-to-line)
16131         (vc-annotate-show-log-revision-at-line): Update to get the file
16132         name from vc-annotate-extract-revision-at-line.
16133         (vc-annotate-show-diff-revision-at-line-internal): Change the
16134         argument to mean whether to show a file diff or not.  Get the file
16135         name from vc-annotate-extract-revision-at-line.
16136         (vc-annotate-show-diff-revision-at-line):
16137         Update vc-annotate-show-diff-revision-at-line call.
16138         (vc-annotate-warp-revision): Add an optional file argument.
16140         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
16141         (vc-git-annotate-extract-revision-at-line): Also return the file
16142         name if found.
16144         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
16145         command.  Remove unused code.
16146         (vc-hg-annotate-re): Update to match --follow output.
16147         (vc-hg-annotate-extract-revision-at-line): Also return the file
16148         name if found.
16150         * vc.el: Update annotate-extract-revision-at-line documentation.
16152 2009-10-18  Kevin Ryde  <user42@zip.com.au>
16154         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
16155         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
16157         * net/browse-url.el (browse-url): Identify alist with "consp and
16158         not functionp" and let all other things go down the `apply' leg,
16159         as suggested by Stefan.  (Further to bug#4531.)
16161 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
16163         * minibuffer.el (read-file-name): Check for repeat before putting
16164         a default argument in file-name-history (Bug#4657).
16166         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
16167         read syntax (Bug#4737).
16169         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
16171 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
16173         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
16174         (html-tag-alist, html-tag-help): Add descriptions for undocumented
16175         entries and make note of obsolete tags.
16177 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16179         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
16181 2009-10-18  Glenn Morris  <rgm@gnu.org>
16183         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
16184         grep, so that binary files (eg international/uni-bidi.el) can match.
16185         Remove test for "UnicodeData" files, since it is hopefully unnecessary
16186         now, and in any case the file header format has changed.
16188 2009-10-17  Glenn Morris  <rgm@gnu.org>
16190         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
16191         (flyspell-get-word, flyspell-large-region)
16192         (flyspell-auto-correct-previous-word): Doc/error message fixes.
16194 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
16196         * Makefile.in (ELCFILES): Add ede/shell.
16198 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16200         * term/common-win.el (x-colors): Purecopy it.
16202 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16204         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
16205         permissive for when the buffer is empty.
16206         (tar-header-block-tokenize): Decode the username and groupname.
16207         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
16209 2009-10-17  Eric Ludlam  <zappo@gnu.org>
16211         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
16212         contains multibyte characters, choose first applicable coding
16213         system automatically.
16215 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16217         * international/mule-cmds.el (select-safe-coding-system): If the file
16218         has a coding cookie, use it regardless of any other setting (bug#4712).
16220 2009-10-17  Glenn Morris  <rgm@gnu.org>
16222         * foldout.el (foldout-mouse-swallow-events):
16223         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
16225         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
16226         (dired-keep-marker-copy, dired-keep-marker-hardlink)
16227         (dired-keep-marker-symlink, dired-dwim-target)
16228         (dired-copy-preserve-time): Do not autoload these defcustoms.
16230         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
16231         messages from messing up the file coding.  (Bug#4623)
16233 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
16235         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
16236         if no match is found for the current dictionary.  (Bug#4578)
16238         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
16239         optional, since that is how it is documented, and this is often called
16240         with a nil argument.  (Bug#4577)
16241         (flyspell-external-point-words, flyspell-auto-correct-word)
16242         (flyspell-correct-word-before-point, flyspell-word-search-forward)
16243         (flyspell-word-search-backward): Remove nil argument in calls to
16244         flyspell-get-word, since it is not needed now.
16246 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
16248         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
16250 2009-10-16  Glenn Morris  <rgm@gnu.org>
16252         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
16254 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
16256         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
16257         (ange-ftp-file-size): New function.
16258         (ange-ftp-file-attributes): Use it.
16260 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
16262         * net/tramp-smb.el (tramp-smb-version): New defvar.
16263         (tramp-smb-maybe-open-connection): Use it, in order to avoid
16264         repeated checks.
16266 2009-10-16  Glenn Morris  <rgm@gnu.org>
16268         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
16269         Maybe copy some custom properties from old to new name.  (Bug#4706)
16271 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
16273         * subr.el (error, sit-for, start-process-shell-command)
16274         (start-file-process-shell-command): Set the calling convention
16275         after the function definition.
16277 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16279         * subr.el (error, sit-for, start-process-shell-command)
16280         (start-file-process-shell-command): Use the new
16281         set-advertised-calling-convention feature.
16283 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
16285         * international/ucs-normalize.el (ucs-normalize-version):
16286         Change to 1.2.
16287         (check-range): Adjust for Unicode 5.2.
16289 2009-10-15  Juri Linkov  <juri@jurta.org>
16291         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
16292         to the `menu-item' format.
16294 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
16296         * net/tramp.el (tramp-replace-environment-variables): Do not fail
16297         if the environment variable does not exist.
16299         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16300         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
16301         parameter.
16302         (tramp-smb-handle-add-name-to-file)
16303         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16304         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16305         (tramp-smb-handle-file-attributes)
16306         (tramp-smb-do-file-attributes-with-stat)
16307         (tramp-smb-handle-file-local-copy)
16308         (tramp-smb-handle-insert-directory)
16309         (tramp-smb-handle-make-directory)
16310         (tramp-smb-handle-make-directory-internal)
16311         (tramp-smb-handle-make-symbolic-link)
16312         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
16313         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
16314         (tramp-smb-maybe-open-connection): Apply the changed parameters.
16315         (tramp-smb-read-file-entry): Read Disk names in compressed format.
16316         Handle long file names.
16317         (tramp-smb-get-cifs-capabilities): Check, whether the connection
16318         process is running.
16319         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
16320         Read share names with "-g" option.
16322 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
16324         * net/rcirc.el (rcirc-view-log-file): New command.
16325         (rcirc-track-minor-mode-map): Remove C-c ` binding.
16326         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
16327         specified.
16329 2009-10-15  Glenn Morris  <rgm@gnu.org>
16331         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
16332         from the second command-line argument.
16333         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
16334         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
16335         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
16336         w32-batch-update-autoloads.
16337         * emacs-lisp/autoload.el (autoload-make-program): New variable.
16338         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
16340         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
16341         the headers cannot be located.  Simplify, subtracting superflous
16342         save-excursions.
16344 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16346         Replace completion-base-size by completion-base-position to fix bugs
16347         such as (bug#4699).
16348         * simple.el (completion-base-position): New var.
16349         (completion-base-size): Mark as obsolete.
16350         (choose-completion): Make it work for mouse events as well.
16351         Pass the new base-position to choose-completion-string.
16352         (choose-completion-guess-base-position): New function, extracted from
16353         choose-completion-delete-max-match.
16354         (choose-completion-delete-max-match): Use it.  Make obsolete.
16355         (choose-completion-string): Use the new base-position info.
16356         (completion-root-regexp): Delete.
16357         (completion-setup-function): Preserve completion-base-position.
16358         Eliminate obsolete base-size manipulation.
16359         * minibuffer.el (display-completion-list): Don't mess with base-size.
16360         (minibuffer-completion-help): Set completion-base-position instead.
16361         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
16362         choose-completion.
16363         * textmodes/bibtex.el (bibtex-complete):
16364         * emacs-lisp/crm.el (crm--choose-completion-string):
16365         Adjust to new calling convention.
16366         * complete.el (partial-completion-mode): Use minibufferp to avoid
16367         bumping into incompatible change to choose-completion-string-functions.
16368         * ido.el (ido-choose-completion-string): Make its calling convention
16369         more permissive.
16370         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
16371         base-size manipulation.
16372         (comint-dynamic-list-input-ring): Use dotimes and push.
16373         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
16374         fundamental-mode.  Use `or'.
16376 2009-10-14  Juri Linkov  <juri@jurta.org>
16378         * misearch.el (multi-isearch-next-buffer-from-list)
16379         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
16381 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16383         * Makefile.in (compile-onefile): Load `bytecomp' rather than
16384         `bytecomp.el'.
16386         * minibuffer.el (completion-pcm--merge-completions): Make sure the
16387         string we return is all made up of text from the completions rather
16388         than part from the completions and part from the input (bug#4219).
16390         * ido.el (ido-everywhere): Use define-minor-mode.
16392         * buff-menu.el (list-buffers, ctl-x-map):
16393         Mark the entry points with ;;;###autoload cookies.
16395 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
16397         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
16398         correctly in the detached head case.
16399         (vc-git-print-log): Remove unused binding.
16401         * vc.el (vc-responsible-backend): When a directory is passed for
16402         for registration create a VC repository if no backend is
16403         responsible for the directory argument.
16404         (vc-deduce-fileset): Tell vc-responsible-backend to register.
16406         * vc.el: Move comments about RCS and SCCS ...
16407         * vc-rcs.el:
16408         * vc-sccs.el: ... here, respectively.
16410 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16412         * minibuffer.el (completion--file-name-table): Return nil if there's
16413         no file completion, even if substitute-in-file-name changed
16414         the string (bug#4708).
16416 2009-10-13  Juri Linkov  <juri@jurta.org>
16418         * files-x.el (read-file-local-variable-value): Don't filter out
16419         minor modes from mode name completion (bug#4664).
16421 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16423         * international/mule-cmds.el (ucs-names): Remove exclusion of
16424         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
16426 2009-10-13  Kenichi Handa  <handa@m17n.org>
16428         * international/uni-name.el: Regenerated.
16430 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16432         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
16433         should be automatically buffer-local, but isn't.)
16435 2009-10-12  Sam Steingold  <sds@gnu.org>
16437         * progmodes/compile.el (compilation-next-error-function): Fix the
16438         timestamps if the buffer has been visited before.
16439         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
16440         non-anchored patterns, like the perl one (bug#3928).
16442 2009-10-12  Glenn Morris  <rgm@gnu.org>
16444         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
16445         Let-bind `size'.
16447 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
16449         * proced.el (proced-unload-function): New function.
16451         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
16452         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
16453         Doc fix.
16455         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
16457 2009-10-11  Juri Linkov  <juri@jurta.org>
16459         * files-x.el (read-file-local-variable-value):
16460         Provide default value only for bound variables (bug#4664).
16462 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
16464         * net/tramp.el (tramp-local-host-p): Function shall return nil for
16465         connection methods like smb.
16467         * net/tramp-cache.el (tramp-flush-connection-property): The hash
16468         can be empty.
16470         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16471         (tramp-smb-file-name-handler-alist): Add handlers for
16472         `add-name-to-file', `make-symbolic-link'.
16473         (tramp-smb-handle-add-name-to-file)
16474         (tramp-smb-do-file-attributes-with-stat)
16475         (tramp-smb-handle-make-symbolic-link)
16476         (tramp-smb-get-cifs-capabilities): New defuns.
16477         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16478         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16479         (tramp-smb-handle-file-local-copy)
16480         (tramp-smb-handle-make-directory-internal)
16481         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
16482         The file name syntax depends on cifs capabilities.
16483         (tramp-smb-handle-file-attributes):
16484         Call `tramp-smb-do-file-attributes-with-stat' if possible.
16485         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
16486         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
16488 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
16490         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
16491         (eieio-defclass): Apply deftype handler and setf-method properties
16492         directly.
16493         (eieio-add-new-slot): Avoid union function from cl library.
16494         (eieio--typep): New function.
16495         (eieio-perform-slot-validation): Use it.
16497 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
16499         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
16500         Update documentation to refer to the variables documented in r1.135.
16501         (Bug#4188)
16503 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
16505         * bookmark.el (Info-suffix-list): Remove this unused variable.
16506         (bookmark-current-point): Remove this obsolete variable.
16507         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
16508         Adjust for removal of bookmark-current-point.
16510         (bookmarks-already-loaded, bookmark-current-buffer)
16511         (bookmark-yank-point): Document.  (Bug#4188)
16513 2009-10-10  Glenn Morris  <rgm@gnu.org>
16515         * frame.el (frame-height): Doc fix.
16517         * calendar/calendar.el (calendar-split-width-threshold): New option.
16518         (calendar-basic-setup): Use calendar-split-width-threshold.
16520 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
16522         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
16523         Ideographic Supplement" range (U+1F200..U+1F2FF).
16525 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16527         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
16528         since the list will have been rebuilt anyway.  (Bug#4349)
16530 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16532         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
16533         (bookmark-bmenu-execute-deletions): Don't save here, as
16534         bookmark-delete will now do so if necessary.
16535         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
16536         (Bug#4348)
16538 2009-10-09  Glenn Morris  <rgm@gnu.org>
16540         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
16542 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16544         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
16545         (bookmark-jump-other-window): Just invoke bookmark-jump with new
16546         argument now, so the two function's behaviors will match.  (Bug#3645)
16548 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
16550         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
16551         (tramp-file-name-real-host, tramp-file-name-port):
16552         Apply `save-match-data'.
16554         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
16555         case both directories are remote.
16556         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
16557         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
16559 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
16561         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
16563 2009-10-07  Glenn Morris  <rgm@gnu.org>
16565         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
16566         of concat.
16568 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16570         * files-x.el (read-file-local-variable): Include some
16571         non-user-variables in the completion table (bug#4664).
16573 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
16575         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
16576         message.
16578         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16579         (tramp-smb-file-name-handler-alist): Add handler for
16580         `copy-directory', `expand-file-name', `set-file-modes'.
16581         (tramp-smb-handle-copy-directory)
16582         (tramp-smb-handle-expand-file-name)
16583         (tramp-smb-handle-set-file-modes): New defuns.
16584         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
16585         (tramp-smb-handle-file-attributes): Simplify check for retrieving
16586         entry.
16587         (tramp-smb-handle-insert-directory): Don't flush the cache.
16588         (tramp-smb-maybe-open-connection): Check for samba client and
16589         server versions.
16591 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
16593         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
16594         to not error out of search for "^lisp=" fails.
16596 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
16598         * makefile.w32-in (WINS_UPDATES): New macro.
16599         (custom-deps, finder-data, autoloads): Use it.
16601 2009-10-07  Glenn Morris  <rgm@gnu.org>
16603         * Makefile.in (autoloads): Revert previous change.
16604         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
16605         the list of preloaded files passed on the command-line, get
16606         it from src/Makefile.
16608         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
16609         show the original buffer rather than a random one.
16611 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
16613         * help.el (describe-no-warranty): Place point in a slightly better
16614         position in the GPLv3 text.
16616 2009-10-06  Sam Steingold  <sds@gnu.org>
16618         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
16619         the comm attribute is present before calling regexp-quote.
16621 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
16623         * play/animate.el (animate-string): For good effect, make sure
16624         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
16626         * play/animate.el (animate-sequence, animate-birthday-present):
16627         * misc.el (butterfly): Don't set `indent-tabs-mode'.
16629 2009-10-06  Glenn Morris  <rgm@gnu.org>
16631         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
16633         * emacs-lisp/autoload.el (autoload-excludes): New variable.
16634         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
16635         (batch-update-autoloads): Process a string value of autoload-excludes,
16636         set during the build process.
16637         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
16639         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
16640         inside with-parsed...  macro so that `v' is defined.
16642         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
16643         * progmodes/fortran.el (fortran-end-of-block)
16644         (fortran-beginning-of-block):
16645         Also push mark in the macro case.
16647         * emerge.el (emerge-show-file-name):
16648         * calc/calc.el (calc-quit):
16649         * calc/calc-misc.el (calc-big-or-small):
16650         * calc/calc-graph.el (calc-graph-view):
16651         * calc/calc-ext.el (calc-reset):
16652         * calendar/calendar.el (calendar-basic-setup):
16653         Use window-full-height-p.
16655         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
16656         header we don't understand, don't insert another.  (Bug#4624)
16657         If changing mime charset, insert the new one in the right place.
16659 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
16661         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16662         (cal-tex-cursor-month): Correctly increment the end date for diary and
16663         holiday listing.  (Bug#4626)
16665 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16667         * help-fns.el (describe-function-1): Don't burp if the function is not
16668         a symbol.
16670 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
16672         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
16673         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
16674         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
16675         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
16677         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
16678         (eieio-default-superclass): Reflow docstrings.
16679         (this, class-option-assoc, defclass, eieio-class-un-autoload)
16680         (eieio-unbind-method-implementations, defmethod)
16681         (eieio-validate-slot-value, eieio-validate-class-slot-value)
16682         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
16683         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
16684         (eieio-slot-originating-class-p, eieio-slot-name-index)
16685         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
16686         (constructor, initialize-instance, no-next-method, object-print)
16687         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
16688         Fix typos in docstrings.
16689         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
16690         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
16691         (next-method-p): Doc fixes.
16692         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
16693         Fix typos in error messages.
16694         (eieio-defmethod): Fix typo in description of generic method.
16696         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
16697         (eieio-persistent-save-interactive, slot-missing):
16698         Fix typos in docstrings.
16699         (eieio-instance-inheritor-slot-boundp): Doc fix.
16701         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
16702         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
16704         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
16705         (eieio-custom-object-apply-reset):
16706         Fix typos in docstrings and error messages.
16708         * emacs-lisp/eieio-datadebug.el (data-debug-show):
16709         Fix typo in docstring.
16711         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16712         (eieio-browse-tree): Doc fix.
16713         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16714         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16715         Fix typos in docstrings.
16717         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16718         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16719         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16720         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16721         Reflow docstrings.
16723 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
16725         * vc-hg.el (log-view-vc-backend): Declare for compiler.
16726         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16727         Set log-view-vc-backend so that diff can work.
16729         * log-view.el (log-view-diff): Use vc-diff-internal instead of
16730         vc-version-diff.
16731         (vc-diff-internal): Autoload this instead of vc-version-diff.
16733 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
16735         * simple.el (eval-expression): Doc fix.
16737         * progmodes/cwarn.el (cwarn-mode): Doc fix.
16739 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
16741         * files.el (directory-files-no-dot-files-regexp): New defconst.
16742         (delete-directory): Use it.
16743         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
16745         * net/tramp.el (tramp-verbose): Fix docstring.
16746         (tramp-methods): Add recursive option to `tramp-copy-args'.
16747         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
16748         "scp1_old", "scp2_old", "rsync", "rsyncc".
16749         (tramp-default-method): Check also for `auth-source-user-or-password'.
16750         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16751         Add handler for `copy-directory'.
16752         (tramp-handle-copy-directory): New defun.
16753         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16754         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16755         Optimize sent command.
16757 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16759         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16760         window if necessary.
16762         * calendar/calendar.el (calendar-basic-setup): Don't call
16763         switch-to-buffer in a dedicated window.
16765 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
16767         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16768         don't do anything related to relocating, just return nil.
16769         (bookmark-error-no-filename): New error.
16770         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16771         bookmark has no file.  Don't even attempt to handle things that
16772         are not files; the whole point of custom handlers is to keep that
16773         knowledge elsewhere anyway.  Tighten some comments.
16774         (bookmark-file-or-variation-thereof): Remove now-unused function.
16775         (bookmark-location): Doc string fix.
16776         (Bug#4250)
16778 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16780         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16781         don't use a file dialog, because they usually don't know how to read
16782         a directory target from the user.  (Bug#4230)
16783         Also, make sure the prompt can display directories as well as files.
16785 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16787         * bookmark.el (bookmark-set, bookmark-buffer-name):
16788         Improve doc strings.  (Bug#1193)
16790 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16792         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16793         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16794         (bookmark-get-annotation, bookmark-set-annotation)
16795         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16796         (bookmark-set-position, bookmark-get-front-context-string)
16797         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16798         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16799         (bookmark-jump-other-window, bookmark-handle-bookmark)
16800         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16801         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16802         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16803         Improve doc strings to say whether bookmark can be a string or
16804         a record or both, and make other consistency and clarity fixes.
16805         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16806         (bookmark-default-annotation-text, bookmark-yank-word)
16807         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16808         (bookmark-import-new-list, bookmark-maybe-rename)
16809         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16810         (bookmark-bmenu-bookmark): Give these doc strings.
16811         (bookmark-bmenu-check-position): Give this a doc string, but also
16812         add a FIXME comment about how the function may be pointless.
16813         (bookmark-default-handler): Rework doc string and change a
16814         parameter name, to clarify that this takes a bookmark record
16815         not a bookmark name.
16816         (bookmark-set): Change a parameter name to indicate its meaning,
16817         and improve the doc string a bit.
16818         (Bug#4188)
16820 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16822         * bookmark.el (bookmark-alist): Document the new `handler' element
16823         in the param alist.
16824         (bookmark-make-record-function): Adjust documentation for above.
16825         (Bug#4193)
16827 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16829         * info.el (Info-bookmark-make-record): Document this function.
16830         (Info-bookmark-jump): Document with a doc string, not just a comment.
16831         (Bug#4203)
16833 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
16835         * files.el (copy-directory): New defun.
16837         * dired-aux.el (dired-copy-file-recursive): Use it.
16839 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
16841         * files-x.el (modify-dir-local-variable)
16842         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16843         docstrings.
16845         * recentf.el (recentf-unload-function): New function.
16847 2009-10-04  Glenn Morris  <rgm@gnu.org>
16849         * window.el (window-full-height-p): Add doc string.
16851 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
16853         * window.el (window-full-height-p): New function.  (Bug#4543)
16855 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
16857         * vc.el: Remove commented out code.
16858         (vc-derived-from-dir-mode): Remove, unused.
16859         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16861 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
16863         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16864         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
16865         there could be recursive loading when `default-directory' is a
16866         remote file name.  (Bug#4614)
16868 2009-10-03  Glenn Morris  <rgm@gnu.org>
16870         * calendar/calendar.el (calendar-basic-setup): Handle the case where
16871         the frame is wide.
16872         (calendar-generate-window): Test for shrinkability rather than width.
16874         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16875         reusing existing buffers, in case we happen to visit two files with the
16876         same basename.  (Bug#4593)
16878 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
16880         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16881         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16882         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16883         subdirs of cedet as well.
16884         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16886 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16888         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16889         Obey advertised-signature-table.
16891         * help-fns.el (help-function-arglist): Don't check
16892         advertised-signature-table.
16893         (describe-function-1): Do it here instead so it also applies to subrs.
16895 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
16897         * simple.el (start-file-process): Say in the doc-string, that file
16898         handlers might not support pty association, if PROGRAM is nil.
16900         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16901         HOST and USER are strings.  They are nil, when there are
16902         incomplete entries in ~/.netrc, for example.
16903         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
16904         root directory ("device busy" error otherwise).
16906         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16907         Flush file properties of created directory.
16909 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
16911         * makefile.w32-in (WINS_BASIC): Remove cedet.
16912         (WINS_CEDET): Add cedet.
16913         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16915 2009-10-02  Kevin Ryde  <user42@zip.com.au>
16917         * net/browse-url.el (browse-url): Pass any symbol in
16918         browse-url-browser-function to `apply', since if you've mistakenly put
16919         an unbound symbol then the error is clearer.  (Bug#4531)
16921 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
16923         * allout.el (allout-init, allout-back-to-current-heading)
16924         (allout-beginning-of-current-entry, allout-ascend-to-depth)
16925         (allout-ascend, allout-up-current-level, allout-end-of-level)
16926         (allout-previous-visible-heading, allout-forward-current-level)
16927         (allout-backward-current-level, allout-show-children):
16928         * apropos.el (apropos-describe-plist):
16929         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16930         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16931         * completion.el (add-completion, add-permanent-completion):
16932         * descr-text.el (describe-text-category, describe-char):
16933         * desktop.el (desktop-lazy-abort):
16934         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16935         * dired.el (dired-build-subdir-alist):
16936         * ediff.el (ediff-version):
16937         * elide-head.el (elide-head, elide-head-show):
16938         * emerge.el (emerge-version):
16939         * env.el (getenv):
16940         * face-remap.el (variable-pitch-mode):
16941         * faces.el (describe-face):
16942         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16943         (dired-at-point):
16944         * files.el (find-file-existing, auto-save-mode):
16945         * font-lock.el (font-lock-fontify-buffer):
16946         * help-fns.el (describe-function, describe-variable)
16947         (describe-syntax, describe-categories):
16948         * help.el (view-lossage, describe-bindings, describe-key)
16949         (describe-mode):
16950         * hexl.el (hexl-current-address):
16951         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16952         * info.el (Info-goto-emacs-key-command-node):
16953         * log-edit.el (log-edit-insert-cvs-template)
16954         (log-edit-insert-cvs-rcstemplate):
16955         * menu-bar.el (menu-bar-mode):
16956         * mouse.el (mouse-appearance-menu):
16957         * newcomment.el (comment-indent-new-line):
16958         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16959         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16960         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16961         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16962         * recentf.el (recentf-mode):
16963         * savehist.el (savehist-mode, savehist-save):
16964         * shadowfile.el (shadow-copy-files):
16965         * simple.el (kill-ring-save, next-line, previous-line)
16966         (normal-erase-is-backspace-mode):
16967         * strokes.el (strokes-update-window-configuration)
16968         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16969         (strokes-xpm-for-stroke):
16970         * time.el (emacs-uptime, emacs-init-time):
16971         * tutorial.el (tutorial--describe-nonstandard-key)
16972         (tutorial--detailed-help):
16973         * type-break.el (type-break-mode)
16974         (type-break-mode-line-message-mode, type-break-query-mode)
16975         (type-break-guesstimate-keystroke-threshold):
16976         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16977         * version.el (emacs-version):
16978         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16979         * winner.el (winner-mode):
16980         * calendar/timeclock.el (timeclock-in, timeclock-out)
16981         (timeclock-status-string, timeclock-change)
16982         (timeclock-workday-remaining-string)
16983         (timeclock-workday-elapsed-string)
16984         (timeclock-when-to-leave-string):
16985         * calendar/todo-mode.el (todo-add-category):
16986         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16987         * emacs-lisp/autoload.el (update-file-autoloads):
16988         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16989         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16990         (checkdoc-message-text, checkdoc-defun):
16991         * emacs-lisp/debug.el (debugger-list-functions):
16992         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16993         * emacs-lisp/eieio-opt.el (eieio-describe-class)
16994         (eieio-describe-generic):
16995         * emacs-lisp/lisp-mnt.el (lm-synopsis):
16996         * emacs-lisp/shadow.el (list-load-path-shadows):
16997         * emulation/cua-base.el (cua-mode):
16998         * emulation/edt.el (edt-set-scroll-margins):
16999         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17000         (tpu-toggle-regexp, tpu-toggle-search-direction)
17001         (tpu-toggle-rectangle, tpu-toggle-control-keys):
17002         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17003         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17004         (viper-set-parsing-style-toggling-macro)
17005         (viper-set-emacs-state-searchstyle-macros):
17006         * emulation/viper.el (viper-set-hooks):
17007         * eshell/esh-mode.el (eshell-truncate-buffer):
17008         * international/mule-cmds.el (prefer-coding-system)
17009         (describe-input-method, describe-language-environment):
17010         * international/mule-diag.el (list-character-sets)
17011         (describe-character-set, describe-coding-system)
17012         (describe-fontset, list-fontsets, list-input-methods):
17013         * mail/sendmail.el (mail-signature):
17014         * net/ange-ftp.el (ange-ftp-copy-file):
17015         * net/browse-url.el (browse-url):
17016         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17017         * net/quickurl.el (quickurl-add-url):
17018         * net/rcirc.el (names, topic):
17019         * net/xesam.el (xesam-mode):
17020         * play/5x5.el (5x5-new-game):
17021         * play/yow.el (apropos-zippy):
17022         * progmodes/ada-mode.el (ada-mode-version):
17023         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17024         (f90-end-of-block)
17025         (f90-beginning-of-block):
17026         * progmodes/fortran.el (fortran-end-of-block)
17027         (fortran-beginning-of-block):
17028         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17029         * progmodes/python.el (python-describe-symbol, python-shell):
17030         * term/ns-win.el (ns-print-buffer):
17031         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17032         * textmodes/flyspell.el (flyspell-mode-on):
17033         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17034         (pages-directory-for-addresses):
17035         * textmodes/table.el (table-recognize-cell)
17036         (table-query-dimension, table-generate-source)
17037         (table-insert-sequence, table--warn-incompatibility):
17038         * textmodes/tex-mode.el (tex-validate-buffer):
17039         * textmodes/texinfmt.el (texinfmt-version)
17040         (texinfo-format-buffer):
17041         Use `called-interactively-p' instead of `interactive-p'.
17043 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
17045         * image-mode.el (image-toggle-display):
17046         * emacs-lisp/elp.el (elp-instrument-function):
17047         * emacs-lisp/advice.el (ad-make-advised-definition):
17048         * emacs-lisp/easy-mmode.el (define-minor-mode):
17049         * net/browse-url.el (browse-url-maybe-new-window):
17050         * progmodes/sh-script.el (sh-learn-buffer-indent):
17051         Pass new argument 'any to `called-interactively-p'.
17053 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
17055         * international/uni-bidi.el:
17056         * international/uni-category.el:
17057         * international/uni-combining.el:
17058         * international/uni-comment.el:
17059         * international/uni-decimal.el:
17060         * international/uni-decomposition.el:
17061         * international/uni-digit.el:
17062         * international/uni-lowercase.el:
17063         * international/uni-mirrored.el:
17064         * international/uni-name.el:
17065         * international/uni-numeric.el:
17066         * international/uni-old-name.el:
17067         * international/uni-titlecase.el:
17068         * international/uni-uppercase.el:
17069         Regenerate from Unicode 5.2.0 data.
17071 2009-10-01  Glenn Morris  <rgm@gnu.org>
17073         * Makefile.in (ELCFILES): Regenerate.
17075 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17077         * subr.el (interactive-p): Mark obsolete.
17078         (called-interactively-p): Make the optional-ness of `kind' obsolete.
17079         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17080         advertised-signature-table for subroutines as well.
17082         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17083         (set-advertised-calling-convention): New function.
17084         (make-obsolete, define-obsolete-function-alias)
17085         (make-obsolete-variable, define-obsolete-variable-alias):
17086         Make the optional-ness of `when' obsolete.
17087         (define-obsolete-face-alias): Make `when' non-optional.
17088         * help-fns.el (help-function-arglist):
17089         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17090         Use advertised-signature-table.
17092 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
17094         * files.el (delete-directory): New defun.  The original function
17095         in fileio.c has been renamed to `delete-directory-internal'.
17097         * dired.el (dired-delete-file): Call `delete-directory' with
17098         RECURSIVE parameter.
17100         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
17101         parameter RECURSIVE.  Implementation is missing.
17103         * net/tramp.el (tramp-handle-make-directory): Flush upper
17104         directory's file properties.
17105         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
17106         (tramp-handle-dired-recursive-delete-directory): Flush directory
17107         properties after the remove command only.
17109         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17110         Handle optional parameter RECURSIVE.
17112         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17113         Handle optional parameter RECURSIVE.
17115         * net/tramp-smb.el (tramp-smb-errors): Add error message for
17116         connection timeout.
17117         (tramp-smb-handle-delete-directory): Handle optional parameter
17118         RECURSIVE.
17120 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17122         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17123         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17124         (byte-compile-defmacro): Use backquotes.
17126         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17128         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17129         has no associated file.
17130         (vc-resynch-buffer): Use vc-dir-buffers.
17132 2009-10-01  Glenn Morris  <rgm@gnu.org>
17134         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
17135         (chart-file-count):
17136         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
17137         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
17138         * emacs-lisp/eieio-opt.el (eieio-describe-class):
17139         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
17140         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
17141         (eieio-copy-parents-into-subclass, make-instance, class-children)
17142         (eieio-generic-form):
17144         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
17145         match-data.  (Bug#4555).
17147         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
17148         rather than parsing it as a regexp.  This relaxes the layout
17149         requirements and makes errors easier to detect.
17150         (check-declare-verify): Check file is regular.
17151         (check-declare-directory): Doc fix.
17152         * subr.el (declare-function): Doc fix.
17154         * ibuffer.el (ibuffer-format-qualifier):
17155         * isearch.el (hi-lock-regexp-okay):
17156         * calc/calc.el (math-zerop):
17157         * mail/uce.el (rmail-msgbeg, rmail-msgend):
17158         * term/w32-win.el (setup-default-fontset, set-fontset-font):
17159         Remove unused declarations.
17161 2009-09-30  Eric Ludlam  <zappo@gnu.org>
17163         * emacs-lisp/eieio.el (boolean-p): Delete.
17165 2009-09-30  Glenn Morris  <rgm@gnu.org>
17167         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
17169         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
17170         filename is not a string.
17172 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
17174         * files.el (safe-local-eval-forms): Fix typo.
17176 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17178         * vc-hooks.el (vc-dir-buffers): New var.
17179         (vc-state-refresh): New function.
17180         (vc-state): Use it.
17181         (vc-after-save): Always ask the backend to recompute the new state.
17182         Always call vc-dir if necessary, using vc-dir-buffers.
17183         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
17184         Use vc-dir-buffers.
17185         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
17186         (vc-dir-prepare-status-buffer, vc-dir-update)
17187         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
17188         Don't call expand-file-name on default-directory.
17190 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17192         * speedbar.el (speedbar-item-delete):
17193         * calc/calc-prog.el (calc-kbd-if):
17194         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
17196         * epa.el (epa-key-list-mode-map):
17197         * hi-lock.el (hi-lock-menu): Fix typos in menus.
17199         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
17200         (hs-show-hook): Fix typo in docstring.
17202 2009-09-29  Glenn Morris  <rgm@gnu.org>
17204         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
17205         file-name-nondirectory call preventing location of cedet files.
17206         (check-declare-verify): Use literal search rather than re-search.
17207         Add basic defmethod and defclass, and define-overloadable-function.
17209         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17210         Use tramp-compat-file-attributes rather than nonexistent
17211         tramp-compat-handle-file-attributes.
17213         * Makefile.in (lisptagsfiles4): New.
17214         (AUTOGENEL): Add cedet loaddefs files.
17215         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
17216         (update-elclist, compile-always, backup-compiled-files)
17217         (bootstrap-clean): Add yet another directory level.
17218         (update-elclist): Use LC_COLLATE rather than COLLATE.
17219         (ELCFILES): Update, via `make update-elclist'.
17221 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17223         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
17224         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
17225         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
17227 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
17229         * Makefile.in (lisptagsfiles3): Define.
17230         (TAGS, TAGS-LISP): Use it.
17231         (update-elclist): Add third directory level to look for elc files.
17232         (compile-always): Likewise.
17233         (backup-compiled-files): Likewise.
17234         (bootstrap-clean): Likewise.
17235         (ELCFILES): Update.
17237 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
17239         * Makefile.in (ELCFILES): Add CEDET files.
17241 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
17243         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
17245         * net/tramp.el (top): Require tramp-imap.
17247         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17248         Use `tramp-compat-handle-file-attributes'.
17250 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17252         * net/tramp-imap.el: New package.
17254 2009-09-28  Eric Ludlam  <zappo@gnu.org>
17256         * emacs-lisp/chart.el:
17257         * emacs-lisp/eieio-base.el:
17258         * emacs-lisp/eieio-comp.el:
17259         * emacs-lisp/eieio-custom.el:
17260         * emacs-lisp/eieio-datadebug.el:
17261         * emacs-lisp/eieio-opt.el:
17262         * emacs-lisp/eieio-speedbar.el:
17263         * emacs-lisp/eieio.el: New files.
17265 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17267         * whitespace.el (whitespace-trailing-regexp)
17268         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
17269         Fix doc string.
17271 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
17273         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
17274         menu.
17276         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
17277         menu-bar-ediff-menu.
17279         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
17280         define-overloadable-function.
17282         * progmodes/autoconf.el: Provide autoconf as well, so that this
17283         file can be `require'd.
17285         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
17287         * emacs-lisp/autoload.el (generated-autoload-feature)
17288         (generated-autoload-load-name): New vars.
17289         (autoload-rubric, autoload-generate-file-autoloads): Use them.
17290         (make-autoload): Recognize define-overloadable-function and
17291         defclass forms (for EIEIO).
17293         * Makefile.in (update-subdirs): Exclude cedet directory.
17295 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
17297         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
17299         * faces.el: Default light-background background for region face to
17300         ns_selection_color under NS.
17302 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17304         * net/imap-hash.el: New library, see NEWS.
17306         * Makefile.in (ELCFILES): Add imap-hash.el.
17308 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17310         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
17311         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
17312         * help-macro.el (make-help-screen): Avoid using an ambiguous function
17313         definition where the docstring could be taken for the return value.
17315 2009-09-26  Glenn Morris  <rgm@gnu.org>
17317         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
17318         Add option to only show images below a certain size.
17319         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
17320         save-excursion calls.
17322 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
17324         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
17325         subdirectories) and eieio.
17327 2009-09-26  Alan Mackenzie  <acm@muc.de>
17329         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17330         Correct buggy bracketing.  (Bug#4289)
17332         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
17333         character constants (as case labels).  (Bug#4289)
17335 2009-09-25  Juri Linkov  <juri@jurta.org>
17337         * files.el (safe-local-eval-forms): Allow time-stamp in
17338         before-save-hook (Bug#4554).
17340 2009-09-25  Drew Adams  <drew.adams@oracle.com>
17342         * menu-bar.el (list-buffers-directory): Doc fix.
17344 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17346         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
17347         Try and avoid copying twice the same paragraph.
17348         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
17349         Remove save-excursion.
17350         (log-edit-changelog-entry): Do it here instead.
17352 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
17354         * bs.el (bs--get-file-name): Use `list-buffers-directory'
17355         when available, instead of hardcoding mode names.  Doc fix.
17357         * menu-bar.el (list-buffers-directory): Add docstring.
17358         Make automatically buffer-local.
17360         * dired.el (dired-mode):
17361         * files.el (cd-absolute):
17362         * pcvs.el (cvs-temp-buffer):
17363         * pcvs-util.el (cvs-get-buffer-create):
17364         * shell.el (shell-mode):
17365         * vc-dir.el (vc-dir-mode):
17366         Don't make `list-buffers-directory' buffer local.
17368 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
17370         * comint.el (comint-exec, comint-run, make-comint):
17371         Doc fixes (Bug#4542).
17373 2009-09-25  Glenn Morris  <rgm@gnu.org>
17375         * mail/rmailmm.el (rmail-mime): New custom group.
17376         Move all defcustoms in this file into this group.
17377         (rmail-mime-media-type-handlers-alist): Revert previous change.
17378         (rmail-mime-show-images): New option.
17379         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
17380         references to it, since it wasn't actually used for anything.
17381         (rmail-mime-insert-image): New function.
17382         (rmail-mime-image): Use rmail-mime-insert-image.
17383         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
17384         obey the value of `rmail-mime-show-images' option.  Print the size of
17385         attachments.
17387 2009-09-25  David Engster  <deng@randomsample.de>
17389         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
17391 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17393         * whitespace.el: Does not highlight trailing spaces While point is
17394         at end of line.  Does not highligt spaces at beginning of buffer
17395         while point is at beginning of buffer.  Does not highlight spaces
17396         at end of buffer while point is at end of buffer.  (Bug#4177)
17397         New version 12.0.
17398         (whitespace-display-mappings): Adjust initialization.
17399         (whitespace-point, whitespace-font-lock-refontify): New vars.
17400         (whitespace-color-on, whitespace-color-off): Adjust code.
17401         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
17402         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17403         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
17405 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
17407         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
17409         * textmodes/sgml-mode.el: Remove xml-mode alias.
17411         * files.el (auto-mode-alist, conf-mode-maybe)
17412         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
17414 2009-09-24  Alan Mackenzie  <acm@muc.de>
17416         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
17417         c-forward-conditionals, but it doesn't move point and doesn't set
17418         the mark.
17419         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
17420         (c-down-conditional-with-else, c-backward-conditional)
17421         (c-forward-conditional): Refactor to use c-scan-conditionals.
17423 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17425         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
17426         (help-default-arg-highlight): Remove.
17427         (help-highlight-arg): New function.
17428         (help-do-arg-highlight): Use it.
17429         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
17431 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17433         * term.el (term-set-scroll-region, term-handle-ansi-escape):
17434         Undo last change, which didn't fix the problem and introduced others.
17436 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
17438         * progmodes/gdb-mi.el: Don't require speedbar.
17439         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
17441 2009-09-24  Glenn Morris  <rgm@gnu.org>
17443         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
17445         * term/ns-win.el (ns-reg-to-script): Define for compiler.
17447         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
17448         there is no newline after the final mime boundary.  (Bug#4539)
17449         Move markers on insertion so that any buttons inserted don't end up in
17450         the next part of a multipart message.
17451         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
17452         (rmail-mime-bulk-handler): Optionally handle images.
17453         (rmail-mime-image): New button action.
17454         (rmail-mime-image-handler): New function.
17455         (rmail-mime-mode): New mode.
17456         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
17458 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17460         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
17461         than just dropping elements from it (bug#4504).
17463         * term.el (term-set-scroll-region): Don't move cursor any more.
17464         (term-handle-ansi-escape): Call term-goto here instead.
17465         Suggested by Ivan Kanis <apple@kanis.eu>.
17467         * term.el: Require CL.
17468         (term-ansi-reset): New function.
17469         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
17470         (term-handle-colors-array): Simplify.
17472 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17474         * allout.el (allout-overlay-interior-modification-handler)
17475         (allout-obtain-passphrase):
17476         * epa-file.el (epa-file-write-region):
17477         * ps-print.el (ps-begin-job):
17478         * vc-hooks.el (vc-toggle-read-only):
17479         * vc-rcs.el (vc-rcs-rollback):
17480         * vc-sccs.el (vc-sccs-rollback):
17481         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
17482         (vc-version-diff, vc-revert, vc-rollback):
17483         * wdired.el (wdired-check-kill-buffer):
17484         * emacs-lisp/authors.el (authors):
17485         * net/socks.el (socks-open-connection):
17486         * net/zeroconf.el (zeroconf-service-add-hook):
17487         * obsolete/vc-mcvs.el (vc-mcvs-register):
17488         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
17489         (gdb-select-frame):
17490         * progmodes/grep.el (lgrep, rgrep):
17491         * progmodes/idlw-help.el (idlwave-help-check-locations)
17492         (idlwave-help-html-link, idlwave-help-assistant-open-link):
17493         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17494         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
17495         (reftex-toc-rename-label): Fix typos in error messages.
17497         * dired-aux.el (dired-do-shell-command): Reflow docstring.
17498         (dired-copy-how-to-fn): Doc fix.
17499         (dired-files-attributes, dired-read-shell-command):
17500         Fix typos in docstrings.
17502         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
17503         (dired-x-find-file-other-window): Reflow docstrings.
17504         (dired-omit-marker-char, dired-read-shell-command)
17505         (dired-x-submit-report): Fix typos in docstrings.
17507         * shell.el (shell-mode-hook):
17508         * view.el (View-scroll-line-forward):
17509         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
17510         Fix typos in docstrings.
17512         * net/dig.el (dig-invoke): Fix typo in docstring.
17513         (query-dig): Reflow docstring.
17515         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
17516         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
17517         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
17518         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
17519         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
17520         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
17521         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
17522         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
17523         (idlwave-completion-map, idlwave-current-indent)
17524         (idlwave-custom-ampersand-surround, idlwave-customize)
17525         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
17526         (idlwave-define-abbrev, idlwave-determine-class-special)
17527         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
17528         (idlwave-end-block-reg, idlwave-end-of-statement)
17529         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
17530         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
17531         (idlwave-explicit-class-listed, idlwave-file-header)
17532         (idlwave-fill-paragraph, idlwave-find-class-definition)
17533         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
17534         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
17535         (idlwave-in-quote, idlwave-indent-action-table)
17536         (idlwave-indent-expand-table, idlwave-indent-line)
17537         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
17538         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
17539         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
17540         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
17541         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
17542         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
17543         (idlwave-outlawed-buffers, idlwave-popup-select)
17544         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
17545         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
17546         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
17547         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
17548         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
17549         (idlwave-statement-type, idlwave-struct-skip)
17550         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
17551         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
17552         (idlwave-what-module-find-class): Fix typos in docstrings.
17553         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
17554         (idlwave-calculate-cont-indent, idlwave-expand-equal)
17555         (idlwave-find-module, idlwave-find-structure-definition)
17556         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
17557         (idlwave-list-load-path-shadows, idlwave-next-statement)
17558         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
17559         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
17560         (idlwave-template): Reflow docstrings.
17562         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
17563         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
17564         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
17565         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
17566         (idlwave-shell-display-line, idlwave-shell-display-wframe)
17567         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
17568         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
17569         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
17570         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
17571         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
17572         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
17573         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
17574         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
17575         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
17576         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
17577         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
17578         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
17579         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
17580         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
17581         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
17582         Fix typos in docstrings.
17583         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
17584         (idlwave-shell-hide-output, idlwave-shell-mode)
17585         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
17586         Reflow docstrings.
17588         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
17590 2009-09-24  Ivan Kanis  <apple@kanis.eu>
17592         * term.el (term-bold-attribute): New var.
17593         (term-handle-colors-array): Use it.
17595 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
17597         * progmodes/gdb-mi.el (gdb-version): New variable.
17598         (gdb-non-stop-handler): Set gdb-version.
17599         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
17600         Condition "--thread" option on gdb-version.
17601         (gdb-invalidate-threads): Remove unused argument.
17603 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17605         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
17606         to looking-back to avoid ridiculous slow down in large files (bug#4511).
17608 2009-09-23  Glenn Morris  <rgm@gnu.org>
17610         * mail/rmail.el (rmail-reply): Don't try to add a References header when
17611         replying to mail without References or Message-Id.  (Bug#4525)
17613 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
17615         * term/ns-win.el (ns-reg-to-script): New variable.
17617 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
17619         * epg.el (epg-wait-for-status): Preserve existing 'error results.
17621 2009-09-22  Sam Steingold  <sds@gnu.org>
17623         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
17624         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
17625         to 1 because hg returns status 1 when nothing is found.
17626         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
17628 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17630         * textmodes/fill.el: Convert to utf-8 encoding.
17631         (fill-french-nobreak-p): Remove redundant » and « inherited from our
17632         pre-Unicode days.
17634         * add-log.el (change-log-fill-forward-paragraph): New function.
17635         (change-log-mode): Use it so fill-region DTRT.
17636         Set fill-indent-according-to-mode here rather than in
17637         change-log-fill-paragraph.
17638         (change-log-fill-paragraph): Remove.
17640 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
17642         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
17643         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
17645 2009-09-22  Glenn Morris  <rgm@gnu.org>
17647         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
17648         the scroll-bar scroll the calendar window rather than the buffer.
17650         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
17651         commands that move point (as opposed to scrolling).
17653         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
17655         * emacs-lisp/elint.el (elint): New custom group.
17656         (elint-log-buffer): Make it a defcustom.
17657         (elint-scan-preloaded, elint-ignored-warnings)
17658         (elint-directory-skip-re): New options.
17659         (elint-builtin-variables): Doc fix.
17660         (elint-preloaded-env): New variable.
17661         (elint-unknown-builtin-args): Add an entry for encode-time.
17662         (elint-extra-errors): Make it a variable rather than a constant.
17663         (elint-preloaded-skip-re): New constant.
17664         (elint-directory): Skip files matching elint-directory-skip-re.
17665         (elint-features): New variable, local to linted buffers.
17666         (elint-update-env): Initialize elint-features.  Possibly add
17667         elint-preloaded-env to the buffer's environment.
17668         (elint-get-top-forms): Bind elint-current-pos, for log messages.
17669         Skip quoted forms.
17670         (elint-init-form): New function, extracted from elint-init-env.
17671         Make non-list forms a warning rather than an error.
17672         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
17673         easy-menu-define, put that adds an error-condition, and provide.
17674         When requiring cl, also require cl-macs.  Really require cl, to handle
17675         some cl macros.  Store required libraries in the list elint-features,
17676         so as not to re-load them.  Treat cc-require like require.
17677         (elint-init-env): Call elint-init-form to do the work.
17678         Handle eval-and-compile and such like.
17679         (elint-add-required-env): Do not clear messages.
17680         (elint-special-forms): Add handlers for function, defalias, if, when,
17681         unless, and, or.
17682         (elint-form): Add optional argument to ignore elint-special-forms,
17683         useful to prevent recursive calls from handlers.  Doc fix.
17684         Respect elint-ignored-warnings.
17685         (elint-form): Respect elint-ignored-warnings.
17686         (elint-bound-variable, elint-bound-function): New variables.
17687         (elint-unbound-variable): Respect elint-bound-variable.
17688         (elint-get-args): Respect elint-bound-function.
17689         (elint-check-cond-form): Add some simple handling for (f)boundp and
17690         featurep tests.
17691         (elint-check-defalias-form): New handler.
17692         (elint-check-let-form): Make an empty let a warning rather than an
17693         error.
17694         (elint-check-setq-form): Make an empty setq a warning rather than an
17695         error.  Respect elint-ignored-warnings.
17696         (elint-check-defvar-form): Accept null doc-strings.
17697         (elint-check-conditional-form): New handler.  Does some simple-minded
17698         checking of featurep and (f)boundp tests.
17699         (elint-put-function-args): New function.
17700         (elint-initialize): Use elint-scan-doc-file rather than
17701         elint-find-builtin-variables.  Use elint-put-function-args.
17702         Possibly scan preloaded-file-list.
17703         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
17704         extend to handle functions as well.
17706 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
17708         * linum.el (linum-delete-overlays, linum-update-window):
17709         Do not modify the right margin.  (Bug#3971)
17711 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
17713         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17714         Use nxml-mode instead of xml-mode.
17716 2009-09-21  Kevin Ryde  <user42@zip.com.au>
17718         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
17720 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17722         * net/dig.el (dig-mode): Use define-derived-mode.
17724 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
17726         * vc-dispatcher.el (vc-do-command): Return the process object in
17727         the asynchronous case.  Use when instead of if.  Do not run
17728         vc-exec-after to display a message if not enabled.  (Bug#4463)
17730         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17731         properties to the stash strings.
17732         (vc-git-stash-list): Return a list of strings.
17733         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17734         (vc-git-stash-show-at-point): New functions.
17735         (vc-git-stash-map): New keymap.
17737         * register.el (ctl-x-r-map): Define the keys here instead of
17738         using autoload.
17740 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
17742         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17743         list, to workaround performance problem (bug#4485).
17745 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
17747         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17749 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
17751         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17752         Document that this option is not recommended to use.
17754 2009-09-19  Glenn Morris  <rgm@gnu.org>
17756         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17757         variable `var'.
17759         * calc/calc-alg.el (var):
17760         * calc/calcalg2.el (var): Define for compiler.
17762 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
17764         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17765         Doc fix (Bug#3932).
17767         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17769         * time-stamp.el (time-stamp-month-dd-yyyy)
17770         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17771         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17772         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17773         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17774         Remove functions that have been obsolete since 1995 (Bug#4436).
17776         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17777         indent buffer only if called interactively (Bug#4452).
17779 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
17780             Eli Zaretskii  <eliz@gnu.org>
17782         This fixes bug#4197 (merged to bug#865, though not identical).
17783         * server.el (server-auth-dir): Add docstring note about FAT32.
17784         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17785         but warn against using them.
17787 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
17789         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17790         older GDB where there is no has_more field.
17792 2009-09-19  Glenn Morris  <rgm@gnu.org>
17794         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17796 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
17798         * files.el (auto-mode-alist): Change default for XML files to nXML
17799         mode (Bug#4169).
17801 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
17803         * server.el (server-ensure-safe-dir): Pass 'integer
17804         to `file-attributes', as suggested.
17806 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17808         * dired-aux.el (dired-query-alist): Remove spurious backslash.
17809         (dired-query): Use read-key.
17811 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
17813         * cus-start.el (ns-use-qd-smoothing): Remove.
17815 2009-09-18  Glenn Morris  <rgm@gnu.org>
17817         * allout.el (top-level): Remove unnecessary progn.
17819         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17821         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17822         definition of abbrev table.
17824         * speedbar.el (speedbar-track-mouse):
17825         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17826         * net/eudc.el (eudc-expand-inline):
17827         * net/newst-backend.el (newsticker--cache-read-feed):
17828         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
17829         condition-case handlers.
17831 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
17833         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17834         (gdb-var-list): Add an element for has_more field.
17835         (gdb-non-stop-handler): Enable pretty printing for STL containers.
17836         (gdb-var-create-handler, gdb-var-list-children-handler-1)
17837         (gdb-var-update-handler-1): Parse output of dynamic variable
17838         objects (STL containers).
17839         (gdb-var-delete-1): Pass var1 as an explicit second argument.
17840         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
17842         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17843         gdb-var-list.
17844         (gud-speedbar-buttons): Make node expandable if expression "has more"
17845         children.
17847 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
17849         * startup.el (emacs-quick-startup): Remove variable and all uses.
17850         (command-line): Set `inhibit-x-resources' instead.
17851         (command-line-1): Use `inhibit-x-resources' instead.
17853 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
17855         * subr.el: Fix last change to avoid using the `unless' macro,
17856         which breaks bootstrapping.
17858 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17860         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17861         extended definitions, in case we reload subr.el after having
17862         loaded CL.
17863         (eval-next-after-load): Mark as obsolete.
17865 2009-09-17  Juri Linkov  <juri@jurta.org>
17867         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17868         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17869         (menu-bar-showhide-menu, menu-bar-tools-menu)
17870         (menu-bar-describe-menu, menu-bar-help-menu)
17871         (minibuffer-local-completion-map, minibuffer-local-map):
17872         Fix list quoting.
17874 2009-09-17  Glenn Morris  <rgm@gnu.org>
17876         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17877         arguments, whether or not it has a handler.
17879         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17881         * simple.el (hard-newline): Give it a doc-string.
17883         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17884         (lisp-mode-syntax-table): Give them doc-strings.
17886 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
17888         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17889         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17890         (menu-bar-options-menu, menu-bar-showhide-menu)
17891         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17892         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17893         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17894         (menu-bar-options-menu, menu-bar-tools-menu)
17895         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17896         (menu-bar-help-menu):
17897         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17898         string arguments.
17900         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17901         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17902         calls for the menu names and :help.
17904 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17906         * mouse.el (minor-mode-menu-from-indicator): Pay attention
17907         to :minor-mode-function (bug#4455).
17909 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17911         * startup.el (command-line): Initialize the window-system after
17912         processing the command-line.
17914         * textmodes/page.el (what-page): Make sure we don't inf-loop if
17915         page-delimiter matches the empty string.
17917 2009-09-16  Glenn Morris  <rgm@gnu.org>
17919         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17920         byte-compile-not-obsolete-var.  It's a list now.
17921         (byte-compile-not-obsolete-funcs): New variable.
17922         (byte-compile-warn-obsolete): Don't warn about functions if they are in
17923         byte-compile-not-obsolete-funcs.
17924         (byte-compile-variable-ref, byte-compile-defvar): Update for
17925         byte-compile-not-obsolete-vars name-change and list nature.
17926         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17927         and variables behind (f)boundp tests.
17928         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17930 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17932         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17934 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17936         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17937         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17938         Don't autoload.
17940 2009-09-15  Stephen Eglen  <stephen@gnu.org>
17942         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17943         the virtual-buffers, use the name of the buffer specified by
17944         find-file-noselect, as the match may be a symlink.  (This was a
17945         problem if the target and the symlink had different names.)
17947 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17949         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17951         * desktop.el (desktop-path): Check user-emacs-directory.
17953         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17955         * loadup.el: Use after-load-functions to GC after loading each file.
17956         Remove the explicit GC calls that used to be sprinkled around.
17958         * subr.el (after-load-functions): New hook.
17959         (do-after-load-evaluation): Run it.  Use string-match-p to detect
17960         `obsolete' packages, rather than painfully extracting the relevant
17961         directory name.
17963 2009-09-15  Glenn Morris  <rgm@gnu.org>
17965         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17966         free variable `doc'.
17968         * dired.el (dired-mode-map): Add menu entry for async shell command.
17970         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17971         variables, also consider the .elc files, since the .el files are
17972         normally gzipped (subsequent code locates the .el.gz from the .elc).
17974         * calc/calc-prog.el (arglist): Define for compiler.
17976         * calendar/diary-lib.el (diary-display-function): Change the default to
17977         fancy display.
17978         (body): Define for compiler.
17980         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17981         (byte-compile-file-form, byte-compile-lambda)
17982         (byte-compile-top-level-body, byte-compile-form)
17983         (byte-compile-variable-ref, byte-compile-setq)
17984         (byte-compile-setq-default, byte-compile-body)
17985         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17986         (batch-byte-compile): Give some more local variables with common names
17987         a "bytecomp-" prefix to avoid masking warnings about free variables.
17989         * startup.el (command-line-1): Give local variables with common names a
17990         distinguishing prefix, so as not to hide free variable warnings during
17991         bootstrap.
17993         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17994         clever and add a suffix to make a unique name, just let the user decide
17995         whether or not to overwrite it.  If the input is a directory, write the
17996         default filename to that directory.  (Bug#4388)
17997         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17998         is a filename-as-a-directory.
18000 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18002         * textmodes/page.el (what-page): Don't move to beginning of line.
18003         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18005 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18007         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18009 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18011         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18012         * help.el (help-for-help-internal): Add purecopy calls for text.
18014         * vc.el (top): print-log method now takes an optional SHORTLOG
18015         argument.  Add a new method: root.
18016         (vc-root-diff, vc-print-root-log): New functions.
18017         (vc-log-short-style): New variable.
18018         (vc-print-log-internal): Add support for showing short logs.
18020         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18021         vc-print-root-log and vc-print-root-diff.
18023         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18024         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18025         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18026         short logs.
18028         * vc-cvs.el (vc-cvs-print-log):
18029         * vc-mtn.el (vc-mtn-print-log):
18030         * vc-rcs.el (vc-rcs-print-log):
18031         * vc-sccs.el (vc-sccs-print-log):
18032         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18033         that is ignored for now.
18035         * vc-mtn.el (vc-mtn-annotate-command):
18036         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18038 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18040         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18041         to function-key-map, and give them ascii-character property.
18042         * term/x-win.el (x-alternatives-map):
18043         * term/ns-win.el (ns-alternatives-map):
18044         * term/internal.el (msdos-key-remapping-map):
18045         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18047 2009-09-14  Glenn Morris  <rgm@gnu.org>
18049         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18050         temp-buffers (2009-09-12).
18052 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18054         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18055         the new read-key function.
18057 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
18059         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18060         is defined (Bug#4405).
18062 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
18064         * recentf.el (recentf-cleanup): Use a hash table to find
18065         duplicates (Bug#4407).
18067 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
18069         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18070         kp-0 to ascii equivalents (Bug#4325).
18072 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
18074         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18076         * eshell/em-hist.el:
18077         * eshell/em-dirs.el (eshell-complete-user-reference):
18078         Declare pcomplete functions and variables to avoid compiler warnings.
18080 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
18082         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18083         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18084         * eshell/em-alias.el (eshell-aliases-file):
18085         * eshell/em-hist.el (eshell-history-file-name):
18086         Use expand-file-name instead of concat to make file names (Bug#4308).
18088 2009-09-13  Glenn Morris  <rgm@gnu.org>
18090         * ediff-merg.el (ediff-do-merge):
18091         * filesets.el (filesets-run-cmd):
18092         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18093         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18094         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18095         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18096         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18097         Replace empty `let's with `progn'.
18099 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18101         * mail/sendmail.el (send-mail-function):
18102         * tooltip.el (tooltip-mode):
18103         * simple.el (transient-mark-mode):
18104         * rfn-eshadow.el (file-name-shadow-mode):
18105         * frame.el (blink-cursor-mode):
18106         * font-core.el (global-font-lock-mode):
18107         * files.el (temporary-file-directory)
18108         (small-temporary-file-directory, auto-save-file-name-transforms):
18109         * epa-hook.el (auto-encryption-mode):
18110         * composite.el (global-auto-composition-mode):
18111         Use custom-initialize-delay.
18112         * startup.el (command-line): Don't explicitly call
18113         custom-reevaluate-setting for all the above vars.
18114         * custom.el (custom-initialize-safe-set)
18115         (custom-initialize-safe-default): Delete.
18117 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18119         * term/x-win.el (x-initialize-window-system):
18120         * term/w32-win.el (w32-initialize-window-system):
18121         * term/ns-win.el (ns-initialize-window-system): Don't call
18122         mouse-wheel-mode since it's enabled globally by default already.
18124         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18125         actually define the variable, but only silences the byte-compiler.
18126         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18127         before looking it up.
18128         (mouse-wheel-scroll-amount): Also reset the bindings if this value
18129         is changed.
18131 2009-09-12  Glenn Morris  <rgm@gnu.org>
18133         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
18134         1000.
18135         (elint-add-required-env): Don't beep on error.
18136         (elint-forms): In case of error, return ENV unchanged.
18137         (elint-init-env): Skip non-list forms.
18138         (elint-log): Handle unknown file positions.
18140 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
18142         * epg.el (epg-make-context): Add autoload cookie.
18143         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
18144         (epg-decrypt-string, epg-start-verify, epg-verify-file)
18145         (epg-verify-string, epg-start-sign, epg-sign-file)
18146         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
18147         (epg-encrypt-string, epg-start-export-keys)
18148         (epg-export-keys-to-file, epg-export-keys-to-string)
18149         (epg-start-import-keys, epg-import-keys-from-file)
18150         (epg-import-keys-from-string, epg-start-receive-keys)
18151         (epg-receive-keys, epg-import-keys-from-server)
18152         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
18153         (epg-sign-keys, epg-start-generate-key)
18154         (epg-generate-key-from-file, epg-generate-key-from-string):
18155         Remove autoload cookie.
18157 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
18159         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
18160         reevaluation of trash-directory.
18162         * mwheel.el: Fix last change.
18163         (mouse-wheel-mode): New defvar.
18164         (mouse-wheel-mode): Remove autoload cookie.
18166 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18168         * mwheel.el (mwheel-installed-bindings): New var.
18169         (mouse-wheel-mode): Use it, so as to make sure we really remove all
18170         the bindings we set last time.  Use custom-initialize-delay.
18171         * loadup.el: Load mwheel after term/*-win.el.
18172         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
18173         and mouse-wheel-up-event now that their first evaluation is done
18174         sufficiently late to be correct.
18176         * startup.el (tutorial-directory): Make it a defcustom.
18177         Use custom-initialize-delay rather than eval-at-startup to set it.
18178         * image.el (image-load-path): Make it a defcustom.
18179         Use custom-initialize-delay rather than eval-at-startup to set it.
18180         * subr.el (eval-at-startup): Remove.
18181         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
18183         * subr.el (do-after-load-evaluation): Warn the user after loading an
18184         obsolete package.
18186 2009-09-12  Glenn Morris  <rgm@gnu.org>
18188         * proced.el (proced-mark-alt): Remove alias.
18189         (proced-mode-map): Remove proced-mark-alt.
18191         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
18192         Elint file and directory.  Remove initialization entry.
18194         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
18195         commands.
18196         (elint-current-buffer): Set mode-line-process.
18197         (elint-init-env): Handle define-derived-mode.
18198         Fix declare-function with unspecified arglist.  Guard against odd
18199         defalias statements (eg iso-insert's 8859-1-map).
18200         (elint-add-required-env): Use a temp buffer.
18201         (elint-form): Just print the function/macro name, not the whole form.
18202         Return env unchanged if we fail to parse a macro.
18203         (elint-forms): Guard against parse errors.
18204         (elint-output): New function, to handle batch mode.
18205         (elint-log-message): Add optional argument.  Use elint-output.
18206         (elint-set-mode-line): New function.
18208 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
18210         * emacs-lisp/elp.el (elp-not-profilable): Add more
18211         functions (Bug#4233).
18213 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
18215         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
18216         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
18218 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
18220         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
18221         (gdb-var-list-children): Use json parsing.
18223 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
18225         * progmodes/js.el (js--proper-indentation): Handle the case where
18226         char-before is null.  Reported by Deniz Dogan.
18228 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
18230         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
18232 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
18234         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
18235         (epg-digest-algorithm-alist): Add SHA224.
18236         (epg-context-set-passphrase-callback)
18237         (epg-context-set-progress-callback): Add description about
18238         callback function.
18240 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18242         * custom.el (custom-delayed-init-variables): New var.
18243         (custom-initialize-delay): New function.
18244         * startup.el (command-line): "Re"evaluate all vars in
18245         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
18246         explicitly any more.
18247         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
18248         to avoid creating a ~/.emacs.d at build-time (bug#4347).
18250         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
18252 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
18254         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
18255         (gdb-var-update-handler): Use json parsing.
18257 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
18259         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
18260         decode annotated text, regardless of language environment.  (Bug#2741)
18262 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * Makefile.in (autoloads): Make rmail.el writable as well.
18266 2009-09-11  Glenn Morris  <rgm@gnu.org>
18268         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
18269         loaddefs.el.
18270         * dired.el: Regenerate with extracted autoloads.
18271         * Makefile.in (autoloads): Make dired.el writable.
18273         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
18274         * ibuffer.el: Regenerate with extracted autoloads.
18275         * Makefile.in (autoloads): Make ibuffer.el writable.
18277         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
18278         * version.el (emacs-copyright, emacs-major-version)
18279         (emacs-minor-version): Reformat doc-strings for make-docfile.
18281         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
18282         functions and variables, since they must be stuff specific to some other
18283         platform.
18284         (apropos-print): Make mouse-click message less specific about button.
18286         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
18287         that records where a macro was defined.
18288         * help-fns.el (describe-function-1): Mention if a function has a
18289         compiler-macro.
18290         * help-mode.el (help-function-cmacro): New button.
18292         * locate.el (top-level): Always require dired.
18293         (locate-mode-map): Initialize inside the defvar.
18295         * net/ange-ftp.el (dired-compress-file): Declare.
18296         (ange-ftp-dired-compress-file): Add doc string.
18298         * term/ns-win.el (x-display-name, x-setup-function-keys):
18299         Unify doc-strings with X versions.
18301 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18303         * emulation/crisp.el (crisp-mode-map): Move initialization
18304         into declaration.
18305         (crisp-mode): Use define-minor-mode.
18307         * progmodes/xscheme.el (xscheme-evaluation-commands):
18308         Put a :advertised-binding property rather than using
18309         advertised-xscheme-send-previous-expression.
18310         (advertised-xscheme-send-previous-expression): Declare obsolete.
18311         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
18312         `advertised-undo'.
18313         (crisp-mode): Add corresponding bindings to
18314         undo's :advertised-binding instead.
18315         * dired.el (dired-mode-map): Put a :advertised-binding property rather
18316         than using dired-advertised-find-file.
18317         (dired-advertised-find-file):
18318         * simple.el (advertised-undo):
18319         * wid-edit.el (advertised-widget-backward): Declare obsolete.
18320         (widget-keymap): Put a :advertised-binding property rather
18321         than using advertised-widget-backward.
18322         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
18323         than using advertised-undo.
18324         * tutorial.el (tutorial--default-keys): Adjust accordingly.
18326 2009-09-10  Simon South  <ssouth@slowcomputing.org>
18328         * progmodes/delphi.el (delphi-tab): Indent region when Transient
18329         Mark mode is enabled and region is active; otherwise indent or
18330         insert TAB as usual.
18331         (delphi-mode): Update description of TAB-key binding.
18333 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18335         * subr.el (define-key-rebound-commands): Mark obsolete.
18336         * startup.el (precompute-menubar-bindings): Remove.
18337         (normal-top-level): Remove obsolete code that tried to precompute
18338         menubar bindings.
18339         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
18340         define-key-rebound-commands and precompute-menubar-bindings.
18342 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18344         * net/imap.el (imap-interactive-login): Better messages.
18345         (imap-open): Fix bug with renamed buffer on reconnect.
18346         (imap-authenticate): Add buffer-local imap-last-authenticator variable
18347         for easier debugging and cleaner code.  On successful (guessed based on
18348         server capabilities) secondary authentication, set imap-state
18349         correctly.
18350         (imap-last-authenticator): Define imap-last-authenticator as a variable
18351         to avoid warnings.
18353 2009-09-10  Glenn Morris  <rgm@gnu.org>
18355         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
18357         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
18358         (byte-compile-file-form-autoload): Don't warn about unknown functions
18359         where the autoload statement comes after the use.
18360         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
18361         that any handlers inside the body (eg require) are in turn respected.
18363         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
18364         effects.
18366         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
18367         and syntax and abbrev tables basic docs, if they don't have any.
18369         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
18371         * international/mule-cmds.el (top-level): Require cl when compiling.
18372         (view-hello-file): Use default-value rather than
18373         default-enable-multibyte-characters.
18375         * progmodes/fortran.el: Move all safe and risky properties into the
18376         defcustoms.
18378         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
18379         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
18380         * mail/undigest.el:
18381         Put autoloads in rmail.el rather than loaddefs.el.
18382         * mail/rmail.el: Regenerate with extracted autoloads.
18384         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
18385         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
18387 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
18389         Reported in thread for Bug#4375.
18390         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
18391         "-data-evaluate-expression" instead of print.
18392         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
18393         (gdb-tooltip-print): Parse output from above MI command.
18394         (gdb): Revert 2009-08-11 change.  User should detach inferior
18395         manually.
18397         Remove the word "separate" from IO functions as inferior
18398         output is now never displayed in the GUD buffer.
18400 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
18402         * startup.el (command-line-normalize-file-name): On Windows and
18403         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
18405 2009-09-10  Juri Linkov  <juri@jurta.org>
18407         * isearch.el (isearch-text-char-description): Propertize escape
18408         character sequences with the `escape-glyph' face.  (Bug#4344)
18410         * simple.el (shell-command): Set asynchronous process filter to
18411         `comint-output-filter'.  (Bug#4343)
18413         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
18414         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
18415         the list.  Move "asm" to the bottom.
18416         (grep-find-ignored-directories): Add `choice' with nil value
18417         to empty the list easily.
18418         (grep-find-ignored-files): New option.
18419         (grep-files-history): Set to nil by default instead of '("ch" "el").
18420         (grep-compute-defaults): Add "<X>" to `grep-template'.
18421         (grep-read-files): Bind new local variables `default-alias' and
18422         `default-extension'.  Use a list of default values for the file prompt.
18423         (lgrep): Add `--exclude=' command line options composed from
18424         `grep-find-ignored-files'.
18425         (rgrep): Add `-name' command line options composed from
18426         `grep-find-ignored-files'.  (Bug#4301)
18428 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18430         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
18431         (bug#4368).
18433 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18435         * calendar/time-date.el (autoload):
18436         Expand define-obsolete-function-alias into defalias and make-obsolete
18437         for old Emacsen that Gnus supports.
18438         (with-no-warnings): Define it for old Emacsen.
18439         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
18440         is available.
18441         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
18442         float-time is available; suppress compile warning for time-to-seconds.
18444 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
18446         * net/imap.el (imap-message-map): Docstring fix.
18448 2009-09-09  Glenn Morris  <rgm@gnu.org>
18450         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
18451         line numbers too.  (Bug#4374)
18453 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18455         * smerge-mode.el (smerge-remove-props, smerge-refine):
18456         Use with-silent-modifications (bug#4342).
18458         * subr.el (with-silent-modifications): New macro.
18460 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
18462         * files.el (top-level): Require `cl' when compiling.
18464 2009-09-07  Glenn Morris  <rgm@gnu.org>
18466         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
18468         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
18469         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
18471 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
18473         * vc-git.el (vc-git-annotate-command): Use separator to parse
18474         arguments correctly.
18476 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
18478         * proced.el (proced-mode): Doc fix.
18480 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
18482         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
18483         lstat fails.
18484         (tramp-do-file-attributes-with-ls): Check for file existence at
18485         remote end.
18486         (tramp-do-file-attributes-with-stat): Likewise.
18487         (tramp-convert-file-attributes): Return nil when attr is nil.
18489 2009-09-05  Glenn Morris  <rgm@gnu.org>
18491         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
18492         properties to this button.
18493         (diary-fancy-display): Don't extend the button to the final newline.
18494         (diary-fancy-display-mode): Continue to define "q" as a local key.
18496         * calendar/cal-china.el (holiday-chinese): Make it slightly more
18497         efficient.
18499         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
18501         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
18502         (byte-compile-dest-file-function): New option.
18503         (byte-compile-dest-file): Doc fix.
18504         Obey byte-compile-dest-file-function.
18505         (byte-compile-cl-file-p): New function.
18506         (byte-compile-eval): Only suppress noruntime warnings about cl functions
18507         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
18508         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
18509         than for file being previously loaded.
18510         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
18511         (byte-compile-file-form-require): Handle the case where requiring a file
18512         indirectly causes CL to be loaded.
18514 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
18516         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
18517         before killing the old buffer, since by the time `kill-buffer' is
18518         run so many buffer variables have been set to nil that it may not
18519         behave as expected.  (Bug#4061)
18521 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
18523         * files.el (find-alternate-file): If the old buffer is modified
18524         and visiting a file, behave similarly to `kill-buffer' when
18525         killing it, thus reverting to the pre-1.878 behavior; see
18526         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
18527         for discussion.  Also, consult `buffer-file-name' as a variable
18528         not as a function, for consistency with the rest of the code.
18530 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
18532         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
18533         also when adding a new directory.
18535         * net/tramp-compat.el (tramp-compat-line-beginning-position):
18536         New defun.
18538 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * files.el (locate-file-completion-table): Make it provide boundary
18541         information, so partial-completion works better.
18543 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
18545         * mail/footnote.el (Footnote-text-under-cursor):
18546         Check footnote-text-marker-alist before using it (bug#4324).
18548 2009-09-04  Glenn Morris  <rgm@gnu.org>
18550         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
18551         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
18552         * play/solitaire.el, play/tetris.el:
18553         Remove leading * from defcustom and defface docs.
18555         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
18556         necessary.
18557         (diary-fancy-overriding-map): New variable.
18558         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
18559         Use view-mode.
18561         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
18562         goto-line.
18564 2009-09-03  Glenn Morris  <rgm@gnu.org>
18566         * arc-mode.el (archive-mode):
18567         * dos-fns.el (set-default-process-coding-system):
18568         * man.el (Man-getpage-in-background):
18569         * menu-bar.el (menu-bar-describe-menu):
18570         * server.el (server-process-filter):
18571         * startup.el (command-line):
18572         * tar-mode.el (tar-header-block-tokenize, tar-extract):
18573         * w32-fns.el (set-default-process-coding-system):
18574         * x-dnd.el (x-dnd-handle-file-name):
18575         * international/mule-cmds.el (mule-menu-keymap)
18576         (set-default-coding-systems, language-info-alist, set-language-info)
18577         (set-language-environment, standard-display-european-internal)
18578         (set-locale-environment):
18579         * international/mule-diag.el (mule-diag):
18580         * mail/emacsbug.el (report-emacs-bug):
18581         * mail/rmail.el (rmail-mode):
18582         * mail/sendmail.el (mail-setup):
18583         Use default-value rather than default-enable-multibyte-characters.
18585         * progmodes/f90.el: Move all safe properties into the defcustoms.
18586         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
18588         * calendar/appt.el (appt-check):
18589         * calendar/diary-lib.el (diary-set-header, diary-live-p)
18590         (diary-check-diary-file, diary-list-entries)
18591         (diary-include-other-diary-files, diary-simple-display)
18592         (diary-fancy-display, diary-print-entries)
18593         (diary-mark-included-diary-files, diary-make-entry):
18594         Don't call substitute-in-file-name on diary-file.
18596 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
18597             Stefan Monnier  <monnier@iro.umontreal.ca>
18599         * mail/footnote.el (footnote-prefix): Make it a defcustom.
18600         (footnote-mode-map): Move initialization into the declaration.
18601         (footnote-minor-mode-map): Define it rather than changing global-map.
18602         (footnote-mode): Use define-minor-mode.
18604 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
18606         * net/tramp.el (tramp-handle-file-attributes-with-ls)
18607         (tramp-do-file-attributes-with-perl)
18608         (tramp-do-file-attributes-with-stat): Rename from
18609         `tramp-handle-file-attributes-with-*'.
18610         (tramp-handle-file-attributes): Use them.
18611         (tramp-do-directory-files-and-attributes-with-perl)
18612         (tramp-do-directory-files-and-attributes-with-stat): Rename from
18613         `tramp-handle-directory-files-and-attributes-with-*'.
18614         (tramp-handle-directory-files-and-attributes): Use them.
18615         (tramp-method-out-of-band-p): Additional parameter SIZE.
18616         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
18617         (tramp-handle-write-region): Use it.
18618         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
18619         (tramp-handle-vc-registered): Check, whether the first run did
18620         return files to be tested.
18621         (tramp-advice-make-auto-save-file-name): Do not call directly
18622         `tramp-handle-make-auto-save-file-name', because this would bypass
18623         the locking mechanism.
18625         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
18626         (file-remote-p, process-file, start-file-process, set-file-times)
18627         (tramp-compat-file-attributes): Compatibility functions shall not
18628         call directly `tramp-handle-*', because this would bypass the
18629         locking mechanism.
18630         (tramp-compat-number-sequence): New defun.
18632 2009-09-02  Glenn Morris  <rgm@gnu.org>
18634         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
18635         alias for float-time.
18636         (time-to-number-of-days): In Emacs, use float-time.
18637         * net/newst-backend.el (time-add): Suppress warnings from compat
18638         function.
18639         * time.el (emacs-uptime, emacs-init-time):
18640         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
18641         Use float-time rather than time-to-seconds.
18643         * minibuffer.el (completion-initials-expand): Fix typo.
18645         * faces.el (modeline, modeline-inactive, modeline-highlight)
18646         (modeline-buffer-id):
18647         * info.el (info-menu-5): Mark these face aliases as obsolete.
18649 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
18651         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
18652         space ...
18653         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
18654         no "--thread" option.
18655         (gdb-stopped): Don't print "Switched to thread" message when it is
18656         unchanged.
18658 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18660         * minibuffer.el (completion-try-completion)
18661         (completion-all-completions): Remove ill-defined (and
18662         mistakenly installed and luckily never used nor documented)
18663         `completion-styles' property.
18664         (completion-initials-expand, completion-initials-all-completions)
18665         (completion-initials-try-completion): New functions.
18666         (completion-styles-alist): Add doc to each entry.
18667         Add new `initials' entry.
18669 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
18671         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
18672         MI command -var-evaluate-expression.
18673         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
18674         and tweak for case of string child.
18675         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
18677 2009-09-01  Glenn Morris  <rgm@gnu.org>
18679         * add-log.el (change-log-date-face, change-log-name-face)
18680         (change-log-email-face, change-log-file-face, change-log-list-face)
18681         (change-log-conditionals-face, change-log-function-face)
18682         (change-log-acknowledgement-face):
18683         * cus-edit.el (custom-invalid-face, custom-rogue-face)
18684         (custom-modified-face, custom-set-face, custom-changed-face)
18685         (custom-saved-face, custom-button-face, custom-button-pressed-face)
18686         (custom-documentation-face, custom-state-face, custom-comment-face)
18687         (custom-comment-tag-face, custom-variable-tag-face)
18688         (custom-variable-button-face, custom-face-tag-face)
18689         (custom-group-tag-face-1, custom-group-tag-face):
18690         * diff-mode.el (diff-header-face, diff-file-header-face)
18691         (diff-index-face, diff-hunk-header-face, diff-removed-face)
18692         (diff-added-face, diff-changed-face, diff-function-face)
18693         (diff-context-face, diff-nonexistent-face):
18694         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18695         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
18696         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18697         (Info-title-4-face):
18698         * isearch.el (isearch-lazy-highlight-face):
18699         * log-view.el (log-view-file-face, log-view-message-face):
18700         * paren.el (show-paren-match-face, show-paren-mismatch-face):
18701         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18702         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18703         (cvs-msg-face):
18704         * smerge-mode.el (smerge-mine-face, smerge-other-face)
18705         (smerge-base-face, smerge-markers-face):
18706         * wid-edit.el (widget-documentation-face, widget-button-face)
18707         (widget-field-face, widget-single-line-field-face)
18708         (widget-inactive-face, widget-button-pressed-face):
18709         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18710         (woman-addition-face):
18711         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18712         (eshell-ls-executable-face, eshell-ls-readonly-face)
18713         (eshell-ls-unreadable-face, eshell-ls-special-face)
18714         (eshell-ls-missing-face, eshell-ls-archive-face)
18715         (eshell-ls-backup-face, eshell-ls-product-face)
18716         (eshell-ls-clutter-face):
18717         * eshell/em-prompt.el (eshell-prompt-face):
18718         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18719         * obsolete/old-whitespace.el (whitespace-highlight-face):
18720         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18721         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18722         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18723         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18724         (antlr-font-lock-literal-face):
18725         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18726         (ebrowse-root-class-face, ebrowse-file-name-face)
18727         (ebrowse-default-face, ebrowse-member-attribute-face)
18728         (ebrowse-member-class-face, ebrowse-progress-face):
18729         * progmodes/make-mode.el (makefile-space-face):
18730         * progmodes/sh-script.el (sh-heredoc-face):
18731         * textmodes/flyspell.el (flyspell-incorrect-face)
18732         (flyspell-duplicate-face):
18733         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18734         * textmodes/texinfo.el (texinfo-heading-face):
18735         Mark face aliases with "-face" suffix as obsolete.
18737         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18738         compiler.
18740         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18741         (eudc-bob-sound-menu): Use defvar rather than defconst, since
18742         easy-menu-define wants to modify these.
18744         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18746         * net/browse-url.el (browse-url-file-url):
18747         * term/internal.el (dos-codepage-setup):
18748         Use default-value rather than default-enable-multibyte-characters.
18750         * progmodes/etags.el (etags-goto-tag-location):
18751         * progmodes/flymake.el (flymake-highlight-line)
18752         (flymake-goto-file-and-line, flymake-goto-line):
18753         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18754         (gdb-goto-breakpoint):
18755         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18756         * progmodes/python.el (python-find-function)
18757         (python-pdbtrack-track-stack-file):
18758         * progmodes/verilog-mode.el (verilog-surelint-off):
18759         * term/ns-win.el (ns-open-file-select-line):
18760         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18761         Use forward-line rather than goto-line.
18763         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18764         * textmodes/reftex-index.el (reftex-display-index):
18765         * textmodes/reftex-ref.el (reftex-offer-label-menu):
18766         * textmodes/reftex-toc.el (reftex-toc):
18767         Remove unnecessary bindings of default-major-mode (all are followed by
18768         major-mode check and possible mode switch).
18770 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
18772         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18773         Handle watchpoints (bug#4282).
18774         (def-gdb-thread-buffer-command): Enable thread to be selected by
18775         clicking without selecting threads buffer first.
18776         (gdb-current-context-command): Use selected frame so that "up",
18777         "down" etc work in the GUD buffer.
18778         (gdb-update): Find selected frame before rendering stack buffer.
18779         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18781 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18783         * progmodes/sym-comp.el (displayed-completions): Remove.
18784         (symbol-complete): Use minibuffer-complete.
18786 2009-08-31  Glenn Morris  <rgm@gnu.org>
18788         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18790         * apropos.el (apropos-symbols-internal):
18791         Handle (obsolete) face aliases.
18793         * faces.el (describe-face): Adjust the output format to be more like
18794         describe-variable, and to mention (obsolete) face aliases.
18795         Adjust the whitespace so that help-setup-xref works.
18797         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18798         * calendar/diary-lib.el (diary-button-face):
18799         Mark these face aliases as obsolete.
18801         * calendar/calendar.el (calendar-today): Doc fix.
18803 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
18805         * progmodes/gdb-mi.el (gdb-control-all-threads)
18806         (gdb-control-current-thread): Force tool bar update.
18807         (gdb-non-stop-handler): New function.
18808         (gdb-init-1): Use it to test if non-stop mode is supported.
18809         Remove unused gdbmi buffer type.
18811 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
18813         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18814         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
18816 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
18818         * comint.el (comint-exec-1): Check command is non-null first.
18819         Part of gdb-mi.el change (2009-08-28).
18821 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18823         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18825 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
18827         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18828         instead of `dolist' to avoid a recursive require when bootstrapping.
18830 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18832         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18834         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18836         * net/imap.el (imap-send-command): Simplify.
18837         (imap-wait-for-tag): point-max -> buffer-size.
18839         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18841         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18842         with constant argument.
18844         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18846         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18848         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18849         Change default, since most of our files don't have a history.
18850         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18851         the user.
18853         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18854         Add comint-run.
18856         * calc/calc.el: Improve commenting convention.
18857         (calc-digit-map, toplevel): Simplify.
18859         * comint.el (comint-insert-input): Be careful to only set point if we
18860         don't delegate to some other command.
18862         * proced.el (proced-signal-list): Make it an alist.
18863         (proced-grammar-alist): Capitalize names.
18864         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18865         Disable undo manually and make it read-only.
18866         Use completion-annotate-function.
18868         * minibuffer.el (minibuffer-message): If the current buffer is not
18869         a minibuffer, insert the message in the echo area rather than at the
18870         end of the buffer.
18871         (completion-annotate-function): New variable.
18872         (minibuffer-completion-help): Use it.
18873         (completion--embedded-envvar-table): Environment vars are
18874         always case-sensitive.
18876 2009-08-30  Glenn Morris  <rgm@gnu.org>
18878         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18879         from fortran-current-defun.
18880         (fortran-beginning-of-subprogram): Be more precise about finding the
18881         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
18882         (fortran-end-of-subprogram): Simplify.
18883         (fortran-current-defun): Use fortran-start-prog-re.
18885 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
18887         * subr.el (do-after-load-evaluation): Simplify.
18889 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18891         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18893         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
18894         (vc-rcs-print-log): Use it.
18896         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18898 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18900         * paths.el (abbrev-file-name): Move to abbrev.el.
18901         * abbrev.el (abbrev-file-name): Move from paths.el.
18902         Obey user-emacs-directory.
18903         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18904         user-emacs-directory.
18905         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18906         abbrev-file-name and calc-settings-file any more.
18907         * startup.el (command-line): Recompute abbrev-file-name and
18908         abbreviated-home-dir.
18909         (normal-no-mouse-startup-screen): Improve the generic code and get rid
18910         of the special code for when C-h bindings haven't been changed.
18911         (display-startup-echo-area-message): Use with-current-buffer.
18912         (command-line-1): Use a list of strings, rather than a list of lists
18913         of strings for longopts.
18915         * files.el (get-free-disk-space): Use / for default-directory.
18917         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18918         Use with-current-buffer.
18920         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18921         Recognize immutable variables like most-positive-fixnum.
18922         (byte-compile-setq-default): Check and warn if trying to assign
18923         to an immutable variable, or a non-variable.
18925         * progmodes/cc-vars.el (c-comment-continuation-stars):
18926         * progmodes/cc-engine.el (c-looking-at-bos):
18927         * progmodes/cc-cmds.el (c-toggle-auto-state)
18928         (c-forward-into-nomenclature, c-backward-into-nomenclature)
18929         (c-comment-line-break-function): Add version of obsolescence.
18931 2009-08-28  Juri Linkov  <juri@jurta.org>
18933         * files.el (magic-fallback-mode-alist): Add ZIP magic number
18934         associated with `archive-mode'.
18936         * image.el (image-type-header-regexps): Use only JPEG magic number
18937         to determine JPEG images, and don't use `image-jpeg-p' because
18938         Emacs can display non-JFIF non-Exif JPEG images.
18940 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18942         * arc-mode.el (archive-mode):
18943         * emacs-lisp/re-builder.el (re-builder-unload-function):
18944         Protect against the default value of `major-mode' being nil.
18946 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18948         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18949         Fix typos in docstrings.
18951         * progmodes/js.el (js--macro-decl-re): Doc fix.
18952         (js--plain-method-re, js--split-name): Refloc docstring.
18953         (js--class-styles, js--make-merged-item, js--splice-into-items):
18954         Fix typos in docstrings; reflow docstrings.
18955         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18956         (js--variable-decl-matcher, js--inside-pitem-p)
18957         (js--parse-state-at-point, js--get-all-known-symbols)
18958         (js--symbol-history, js-find-symbol, js--js-references)
18959         (js--moz-interactor, js--js-encode-value, js--read-tab):
18960         Fix typos in docstrings.
18962 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18964         * textmodes/reftex.el (reftex-get-file-buffer-force):
18965         * progmodes/verilog-mode.el (verilog-batch-execute-func):
18966         * emulation/viper.el (viper-go-away, viper-set-hooks):
18967         * emacs-lisp/re-builder.el (re-builder-unload-function):
18968         * emacs-lisp/bytecomp.el (byte-compile-file):
18969         * ses.el (ses-unload-function):
18970         * hexl.el (hexl-find-file):
18971         * files.el (normal-mode):
18972         * ehelp.el (with-electric-help):
18973         * autoinsert.el (auto-insert-alist):
18974         * arc-mode.el (archive-mode):
18975         Use (default-value 'major-mode) instead of default-major-mode.
18977         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18978         * international/mule.el (load-with-code-conversion):
18979         * emacs-lisp/debug.el (debug):
18980         * ediff-vers.el (ediff-rcs-get-output-buffer):
18981         * dired.el (dired-internal-noselect): Don't let-bind
18982         default-major-mode around code that doesn't use it.
18983         E.g. buffer creation via get-buffer-create doesn't use it.
18985 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
18987         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18988         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18989         when writing the temp file.  Otherwise, epa-file gets confused.
18990         (tramp-register-file-name-handlers): Make it a defun.  Move also
18991         `epa-file-handler' to the front of `file-name-handler-alist'.
18993 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18995         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18996         start right after a ^M.
18997         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18998         (tramp-completion-file-name-regexp-separate)
18999         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19000         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19001         Don't modify last-coding-system-used by accident.
19002         (tramp-completion-file-name-handler): Apply the checks here,
19003         instead during registration.
19004         (tramp-register-file-name-handlers): Rename from
19005         `tramp-register-file-name-handler'.  Register both
19006         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19007         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
19009 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
19011         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19012         Remove variable ...
19013         (gdb-init-1, gdb-display-separate-io-buffer)
19014         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19015         references to it.
19016         (gdb-inferior-io-mode): Use make-comint-in-buffer.
19017         (gdb-inferior-filter): Use comint-output-filter to stop
19018         echoing and remove ^M characters.
19020 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19022         * emulation/viper-init.el (viper-restore-cursor-type):
19023         * emulation/cua-base.el (cua--update-indications):
19024         Replace default-cursor-type with (default-value 'cursor-type).
19026         * mail/sendmail.el (mail-recover-1):
19027         * international/mule-diag.el (describe-current-coding-system-briefly)
19028         (describe-current-coding-system):
19029         * international/mule-cmds.el (select-safe-coding-system)
19030         (select-message-coding-system)
19031         (set-language-environment-coding-systems, set-locale-environment):
19032         * hexl.el (hexl-insert-multibyte-char):
19033         * dos-w32.el (find-buffer-file-type-coding-system):
19034         * simple.el (what-cursor-position):
19035         Replace uses of default-buffer-file-coding-system
19036         with (default-value 'buffer-file-coding-system).
19038         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19039         Replace uses of default-cursor-in-non-selected-windows
19040         with (default-value 'cursor-in-non-selected-windows).
19041         Use with-current-buffer.
19043         * mail/feedmail.el: Use CL macros.
19044         (feedmail-run-the-queue, feedmail-send-it-immediately):
19045         * dos-w32.el (find-buffer-file-type): Replace uses of
19046         default-buffer-file-type with (default-value 'buffer-file-type).
19048 2009-08-28  Glenn Morris  <rgm@gnu.org>
19050         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19051         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19052         Use default-value of major-mode rather than default-major-mode.
19054 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19056         * Makefile.in (update-elcfiles): Report left over elc files.
19058         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19059         expand-file-name and with-current-buffer.
19060         (mail-get-names, mail-directory): Use with-current-buffer.
19062         * vc.el (vc-read-revision): New function.
19063         (vc-version-diff, vc-merge): Use it.
19065 2009-08-27  Sam Steingold  <sds@gnu.org>
19067         * simple.el (kill-do-not-save-duplicates): New user option.
19068         (kill-new): When it is non-nil, and the new string is the same as
19069         the latest kill, set replace to t to avoid duplicates in kill-ring.
19071 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
19073         * net/tramp.el (tramp-handle-process-file): Do not flush all
19074         caches when `process-file-side-effects' is set.
19075         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
19076         instead of `tramp-find-file-exists-command'.
19077         Unset `process-file-side-effects'.
19079 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
19081         * net/tramp.el (tramp-methods): New method "rsyncc".
19082         (top): Add completion function for "rsyncc".
19083         (tramp-message-show-message): New defvar.
19084         (tramp-message, tramp-error): Use it.
19085         (tramp-do-copy-or-rename-file-directly): Extend check for direct
19086         remote copying.
19087         (tramp-do-copy-or-rename-file-out-of-band): Handle new
19088         `tramp-methods' entry `copy-env' of "rsyncc".
19089         (tramp-vc-registered-read-file-names): New defconst.
19090         (tramp-vc-registered-file-names): New defvar.
19091         (tramp-handle-vc-registered): Implement optimization strategy.
19092         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19093         (tramp-vc-file-name-handler): New defun.
19094         (tramp-get-ls-command, tramp-get-test-command)
19095         (tramp-get-file-exists-command, tramp-get-remote-ln)
19096         (tramp-get-remote-perl, tramp-get-remote-stat)
19097         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
19099         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
19100         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
19101         timestamps.
19102         (tramp-get-file-property): Check for timestamps in
19103         `tramp-cache-inhibit-cache'.
19104         (tramp-set-file-property): Write timestamp.
19106 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19108         * language/japan-util.el (japanese-symbol-table): Add entries for
19109         cp932-2-byte.
19111         * international/characters.el: Add category `j' to cp932-2-byte.
19113 2009-08-27  Kenichi Handa  <handa@m17n.org>
19115         * international/fontset.el (build-default-fontset-data): New macro.
19116         (setup-default-fontset): Use build-default-fontset-data for CJK,
19117         tibetan, ethiopic, and ipa.
19119 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19121         * cus-start.el (default-major-mode): Customize `major-mode' instead.
19122         (enable-multibyte-characters): Not customizable any more.
19124         * subr.el (default-mode-line-format, default-header-line-format)
19125         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19126         (default-direction-reversed, default-truncate-lines)
19127         (default-left-margin, default-tab-width, default-case-fold-search)
19128         (default-left-margin-width, default-right-margin-width)
19129         (default-left-fringe-width, default-right-fringe-width)
19130         (default-fringes-outside-margins, default-scroll-bar-width)
19131         (default-vertical-scroll-bar, default-indicate-empty-lines)
19132         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19133         (default-fringe-cursor-alist, default-scroll-up-aggressively)
19134         (default-scroll-down-aggressively, default-fill-column)
19135         (default-cursor-type, default-buffer-file-type)
19136         (default-cursor-in-non-selected-windows)
19137         (default-buffer-file-coding-system, default-major-mode)
19138         (default-enable-multibyte-characters): Mark as obsolete.
19140 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
19142         * vc-dir.el (vc-dir-update): Remove debug helper.
19144         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
19146 2009-08-26  Sam Steingold  <sds@gnu.org>
19148         * simple.el (save-interprogram-paste-before-kill): New user option.
19149         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
19150         save the interprogram-paste into kill-ring before overriding it
19151         with the Emacs kill.
19153 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19155         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
19156         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
19157         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
19158         and move to vc-rcs.el.
19159         (vc-default-next-revision): Rename to vc-rcs-next-revision and
19160         move to vc-rcs.el.
19161         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
19162         (vc-rcs-update-changelog): Remove.
19163         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19164         and move to vc-rcs.el.
19166         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
19167         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
19168         renaming.
19169         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
19170         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
19171         vc.el, renamed to be RCS specific.
19173         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
19174         New functions.
19175         (vc-cvs-update-changelog): Move here from vc.el.
19177         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
19178         New functions.
19180 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19182         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
19184 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19186         * vc-git.el (vc-git-register): Use "git add" for directories.
19187         (vc-git-stash, vc-git-stash-show): New functions.
19188         (vc-git-extra-menu-map): Bind them.
19190         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
19191         directory correctly in case the item is a directory itself.
19193         * vc.el: Document the desired behavior for reverted files in the
19194         `added' state.
19195         (vc-default-prettify-state-info): Remove function, unused.
19197         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
19199 2009-08-26  Glenn Morris  <rgm@gnu.org>
19201         * bindings.el (standard-mode-line-format): Reposition dashes in
19202         which-func entry.  (Bug#4217)
19204         * files.el (enable-local-variables, enable-local-eval)
19205         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
19206         the defcustoms.
19207         (auto-mode-alist, ignored-local-variables)
19208         (save-some-buffers-action-alist): Move risky declarations to the
19209         definitions.
19210         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
19211         (font-lock-defaults, format-alist, imenu--index-alist)
19212         (imenu-generic-expression, input-method-alist, minor-mode-alist)
19213         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
19214         (mode-line-modified, mode-line-mule-info, mode-line-position)
19215         (mode-line-process, mode-line-remote, outline-level)
19216         (parse-time-rules, rmail-output-file-alist)
19217         (special-display-buffer-names, vc-mode):
19218         Move risky declarations to the relevant files.
19219         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
19220         (mode-line-modified, mode-line-process, mode-line-position)
19221         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
19222         * font-core.el (font-lock-defaults):
19223         * format.el (format-alist):
19224         * vc-hooks.el (vc-mode):
19225         * window.el (special-display-buffer-names):
19226         * international/mule-cmds.el (input-method-alist):
19227         Define riskiness here (dumped file) rather than in files.el.
19228         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
19229         * imenu.el (imenu-generic-expression, imenu--index-alist):
19230         * outline.el (outline-level):
19231         * time.el (display-time-string):
19232         * calendar/parse-time.el (parse-time-rules):
19233         * mail/rmailout.el (rmail-output-file-alist):
19234         Autoload riskiness here, rather than placing in files.el.
19236 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
19238         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
19240 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
19242         * simple.el (process-file-side-effects): New defvar.
19244         * dired-aux.el (dired-show-file-type):
19245         * vc.el (vc-diff-internal):
19246         * vc-arch.el (vc-arch-diff):
19247         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
19248         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
19249         * vc-git.el (vc-git-registered, vc-git-working-revision)
19250         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
19251         (vc-git--empty-db-p):
19252         * vc-hooks.el (vc-user-login-name):
19253         * vc-svn.el (vc-svn-registered, vc-svn-state)
19254         (vc-svn-dir-extra-headers, vc-svn-find-revision):
19255         * progmodes/grep.el (grep-probe): Let-bind
19256         `process-file-side-effects' with nil.
19258         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
19260         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
19261         daemon.  Replace ping by checking for running service for bluez
19262         and zeroconf.  (Bug#4239)
19264 2009-08-25  Kevin Ryde  <user42@zip.com.au>
19266         * net/dig.el (dig): Add autoload cookie.
19268 2009-08-25  Glenn Morris  <rgm@gnu.org>
19270         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
19271         load-history for absolute file-names.
19272         (byte-compile-file-form-require): Warn about use of the cl package.
19274         * format.el (format-alist): Doc fix.
19276         * play/bubbles.el (top-level): Don't require cl at run-time.
19278         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
19279         run-time cl).
19281 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
19283         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
19284         from cl package.
19285         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
19287 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
19289         * calc/calc-alg.el (math-trig-rewrite)
19290         (math-hyperbolic-trig-rewrite): New functions.
19291         (calc-simplify): Simplify trig functions when asked.
19293 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19295         * diff-mode.el (diff-find-source-location): Avoid goto-line.
19297 2009-08-24  Kenichi Handa  <handa@m17n.org>
19299         * language/ind-util.el (mapthread): Delete it.
19300         (combinatorial): New function.
19301         (indian--puthash-cv): Use combinatorial instead of mapthread.
19303 2009-08-22  Kevin Ryde  <user42@zip.com.au>
19305         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
19306         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
19307         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
19308         Clarify docstring that the value is strings not symbols.
19309         (checkdoc-list-of-strings-p): New function.
19311 2009-08-22  Glenn Morris  <rgm@gnu.org>
19313         * files.el (auto-mode-alist):
19314         * hippie-exp.el (he-concat-directory-file-name):
19315         * lpr.el (lpr-windows-system, printer-name):
19316         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
19317         * ps-print.el (ps-windows-system):
19318         * startup.el (command-line):
19319         * emulation/viper-ex.el (viper-glob-function):
19320         * international/mule-cmds.el (set-language-environment-coding-systems):
19321         * net/ange-ftp.el (ange-ftp-write-region):
19322         * obsolete/fast-lock.el (fast-lock-cache-name):
19323         Remove code for defunct system-types emx, macos, mswindows, next-mach,
19324         unisoft-unix, vax-vms, win32, w32.
19326         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
19327         given name if the pattern is not more specific.
19329         * calendar/lunar.el (lunar-phase-names): New option.
19330         (lunar-phase): Doc fix.
19331         (lunar-cycles-per-year): New constant.
19332         (lunar-index): New function.
19333         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
19334         (lunar-phase-name): Use lunar-phase-names.
19335         (calendar-lunar-phases): Use format.
19336         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
19338         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
19339         Copy imenu-example--name-and-position function here for own use.
19340         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
19342         * bs.el (bs--redisplay):
19343         * cus-edit.el (custom-redraw):
19344         * ibuffer.el (ibuffer-bury-buffer):
19345         * server.el (server-goto-line-column):
19346         * startup.el (command-line-1):
19347         * strokes.el (strokes-xpm-for-stroke):
19348         * term.el (term-display-buffer-line):
19349         * view.el (View-goto-line):
19350         * calc/calc.el (calc-do, calc-trail-buffer):
19351         * play/gamegrid.el (gamegrid-add-score-insecure):
19352         * progmodes/ada-mode.el (ada-compile-goto-error):
19353         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
19354         (ebrowse-select-1st-to-9nth):
19355         * progmodes/cperl-mode.el (cperl-time-fontification):
19356         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
19357         * progmodes/gud.el (gud-display-line):
19358         (idlwave-shell-display-line):
19359         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
19360         * progmodes/make-mode.el (makefile-browser-toggle):
19361         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
19362         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
19363         * textmodes/picture.el (picture-draw-rectangle):
19364         * textmodes/reftex-index.el (reftex-index-goto-letter):
19365         (reftex-select-jump-to-previous):
19366         * textmodes/reftex-sel.el (reftex-find-start-point)
19367         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
19368         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
19369         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
19370         * textmodes/tex-mode.el (tex-compilation-parse-errors):
19371         * textmodes/two-column.el (2C-associated-buffer):
19372         Use forward-line rather than goto-line.
19374         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
19375         goto-line.
19377         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
19378         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
19379         (quick-check-list-to-regexp): Declare.
19381         * progmodes/make-mode.el (makefile-browser-insert-selection):
19382         Use goto-char rather than goto-line.
19384         * progmodes/prolog.el (compilation-error-regexp-alist)
19385         (compilation-forget-errors): Declare.
19387 2009-08-22  Juri Linkov  <juri@jurta.org>
19389         * progmodes/grep.el (lgrep, rgrep): At the beginning
19390         set `dir' to `default-directory' unless `dir' is a non-nil
19391         readable directory.  (Bug#4052)
19392         (lgrep, rgrep): Change a weird way to report an error
19393         from using `read-string' to using `error'.
19394         Instead of using interactive arguments in the function body,
19395         add new argument `confirm'.
19397 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19399         * textmodes/remember.el (remember-buffer):
19400         * progmodes/cperl-mode.el (cperl-vc-header-alist):
19401         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
19402         (icalendar-extract-ical-from-buffer):
19403         * net/newst-treeview.el (newsticker-groups-filename):
19404         * net/newst-backend.el (newsticker-cache-filename):
19405         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
19406         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
19407         (speedbar-add-ignored-path-regexp, speedbar-line-path)
19408         (speedbar-buffers-line-path, speedbar-path-line)
19409         (speedbar-buffers-line-path):
19410         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
19411         (epg-sign-keys):
19412         * epa.el (epa-display-verify-result):
19413         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
19415 2009-08-21  Glenn Morris  <rgm@gnu.org>
19417         * progmodes/js.el (inferior-moz-process): Fix declaration.
19419         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
19421         * obsolete/rnewspost.el (news-mail-reply):
19422         Use goto-char rather than goto-line.
19424         * term/ns-win.el (ns-open-file-select-line):
19425         Use line-beginning-position rather than goto-line.
19427         * apropos.el (apropos-command):
19428         * ehelp.el (electric-helpify):
19429         * printing.el (pr-show-setup):
19430         * strokes.el (strokes-help):
19431         * tutorial.el (tutorial--describe-nonstandard-key)
19432         (tutorial--detailed-help):
19433         * woman.el (woman-mini-help, woman-display-extended-fonts):
19434         * calc/calc-help.el (calc-describe-key):
19435         * emulation/edt.el (edt-electric-helpify):
19436         * international/mule-diag.el (mule-diag):
19437         * play/yow.el (apropos-zippy):
19438         * progmodes/python.el (python-describe-symbol):
19439         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
19440         * textmodes/table.el (*table--cell-describe-mode)
19441         (*table--cell-describe-bindings):
19442         Use help-print-return-message rather than the now obsolete alias.
19444         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
19445         (calendar-cursor-to-visible-date):
19446         * play/5x5.el (5x5-position-cursor):
19447         * play/decipher.el (decipher):
19448         * play/gomoku.el (gomoku-goto-xy):
19449         * play/landmark.el (lm-goto-xy):
19450         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
19451         (mpuz-paint-digit):
19452         Use forward-line, not goto-line.
19454         * mail/rmail.el (rmail-obsolete): Delete custom group.
19455         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
19456         (rmail-remote-password, rmail-remote-password-required):
19457         Remove unneeded :set-after and :set properties.
19459 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
19461         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
19463 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
19465         * loadup.el: Remove leftover macos code.
19467         * vc-git.el (vc-git-annotate-command): Run asynchronously.
19468         Explicitly pass the date format to git blame so that user local
19469         so that the output format can be parsed.
19471 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
19473         * net/dbus.el (top): Don't check for (getenv
19474         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
19476 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
19478         * log-edit.el (log-edit-strip-single-file-name): New var.
19479         (log-edit-insert-changelog): Use it.  Bug#3571
19481 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19483         * subr.el (read-passwd): Use read-key so keypad keys work as well.
19484         Bug#3287
19486         * help.el (help-print-return-message): Rename from
19487         print-help-return-message.
19489         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
19490         cvs-mode-map parent hack.
19491         (log-view-mode): Derive from special-mode.
19493         * linum.el (linum-mode): window-size-change-functions is redundant.
19494         Adapt to new window-configuration-change-hook behavior.
19495         (linum-after-size, linum-after-config): Remove.
19497         * imenu.el (imenu-example--name-and-position)
19498         (imenu-example--lisp-extract-index-name)
19499         (imenu-example--create-lisp-index, imenu-example--create-c-index):
19500         Mark as obsolete.
19502         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
19503         (inferior-prolog-mode): Use it.
19504         (inferior-prolog-load-file): Reset list of errors.
19506 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19508         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
19510         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
19512 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
19514         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
19515         is running already.
19517 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19519         * subr.el (listify-key-sequence-1): Use normal syntax since those
19520         integers are nowadays always represented by the same (positive) number
19521         on all platforms.
19522         (read-key-empty-map): New const.
19523         (read-key-delay): New var.
19524         (read-key): New function.
19525         (force-mode-line-update): Use with-current-buffer.
19526         (locate-user-emacs-file): Don't forget to abbreviate the file name.
19527         (start-process-shell-command, start-file-process-shell-command):
19528         Discourage the use of command-args.
19530 2009-08-19  Glenn Morris  <rgm@gnu.org>
19532         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
19534 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19536         * simple.el (choose-completion-string): Don't rely on
19537         minibuffer-completing-file-name and ad-hoc checks to decide whether
19538         to continue completion or not.
19540         * minibuffer.el (minibuffer-hide-completions): New function.
19541         (completion--do-completion): Use it.
19542         (completions-annotations): New face.
19543         (completion--insert-strings): Use it.
19544         (completion-pcm--delim-wild-regex): Add docstring.
19545         (completion-pcm--string->pattern): Add support for 0-width delimiters
19546         in completion-pcm--delim-wild-regex.
19548 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19550         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
19551         Remove unused var `buffer-modified-p'.
19553         * minibuffer.el (completion--do-completion): Move point for the #b001
19554         case as well (bug#4176).
19555         (minibuffer-complete, minibuffer-complete-word): Don't move point.
19557 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
19559         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
19560         and :session buses.
19562 2009-08-18  Kenichi Handa  <handa@m17n.org>
19564         * international/ucs-normalize.el (ucs-normalize-version):
19565         Change to 1.1.
19566         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
19567         (utf-8-hfs): Make it perform normalization on encoding too.
19569         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
19570         (sentence-end-without-space): Delete duplicated chars.
19571         (sentence-end-base): Likewise.
19573         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
19574         (html-mode): Delete duplicated chars from sentence-end-base.
19576         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
19577         (texinfo-mode): Delete duplicated chars from sentence-end-base.
19579 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
19581         * files.el (hack-one-local-variable): If the mode function is for
19582         a minor mode, pass it an argument (Bug#4148).
19584 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
19586         * net/tramp.el (tramp-register-completion-file-name-handler):
19587         Check also for (member 'partial-completion completion-styles).
19589 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19591         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
19592         abbrev (Bug#3943).
19594 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
19596         * progmodes/cperl-mode.el: Merge upstream 6.2.
19597         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
19598         (cperl-forward-re): Check cperl-brace-recursing.
19599         (cperl-highlight-charclass): New function.
19600         (cperl-find-pods-heres): Use it.
19601         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
19602         (cperl-beautify-regexp-piece): Fix column calculation.
19603         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
19604         (cperl-beautify-level): Don't process entire regexp.
19605         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
19606         calling man.
19607         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
19608         (cperl-init-faces): Build a list in the normal way.
19610 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19612         * calendar/parse-time.el (parse-time-string-chars): Save match
19613         data.
19615 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19617         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
19618         (sql-product): Use it.
19619         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
19620         (sql-set-product): Add completion.
19621         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
19622         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
19623         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
19624         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
19625         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
19626         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
19627         (sql-highlight-db2-keywords): Remove.
19628         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
19629         (sql-highlight-product): Use derived-mode-p.
19630         (sql-set-sqli-buffer): Use with-current-buffer.
19631         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
19632         Simplify.
19634         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
19636         * term.el: Fix commenting convention, turn comments into docstrings.
19638 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19640         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
19642 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
19644         * calendar/parse-time.el (parse-time-string-chars): Compute using
19645         character classes, to handle non-ascii characters (Bug#3190).
19647 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19649         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
19650         another heredoc if the user adds another < (Bug#3226).
19652         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19653         Don't initialize based on window-system (Bug#4124).
19655         * facemenu.el (facemenu-read-color): Use a completion function
19656         that accepts any defined color, such as RGB triplets (Bug#3677).
19658         * files.el (get-free-disk-space): Change fallback default
19659         directory to /.  Expand DIR argument before switching to fallback.
19660         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
19662 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
19664         * files.el (load-library): Doc fix.
19666 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19668         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
19669         (viper-if-string): Redefine C-s in the minibuffer to insert the last
19670         incremental search string.
19672         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
19673         XEmacs.
19675         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
19676         (ediff-merge-region-is-non-clash)
19677         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
19678         Also check if the job is really a merge job.
19680         * ediff.el (ediff-current-file): New function.
19682 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
19684         * progmodes/js.el: Edit docstrings throughout to follow Emacs
19685         conventions.
19686         (js-insert-and-indent): Delete function.
19687         (js-mode-map): Don't bind keys to js-insert-and-indent.
19688         (js-beginning-of-defun): Rename from js--beginning-of-defun.
19689         (js-end-of-defun): Rename from js--end-of-defun.
19690         (js-auto-indent-flag): Delete variable.
19692 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
19694         * progmodes/js.el: Remove proclaim statement.
19695         Defvar which-func-imenu-joiner-function to silence compiler.
19697         * files.el (auto-mode-alist): Use js-mode for .js files.
19699         * progmodes/js2-mode.el: Remove file.
19701         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
19703         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
19705         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
19707 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
19708             Karl Landstrom  <karl.landstrom@brgeight.se>
19710         * progmodes/js.el: New file.
19712 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
19714         * timezone.el (timezone-parse-date): Add ability to understand ISO
19715         basic format (minimal separators) dates in addition to the
19716         already-supported extended format dates.
19718 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
19720         * international/ucs-normalize.el: Add a `coding' file variable.
19722         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19724 2009-08-14  Sam Steingold  <sds@gnu.org>
19726         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19728 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
19730         * faces.el (help-argument-name): Define it here instead of
19731         help-fns.el, because in daemon mode help-fns.el may be loaded when
19732         faces are still uninitialized (Bug#1078).
19734         * help-fns.el (help-argument-name): Move defface to faces.el.
19736 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
19738         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19739         create buffer with a pty but no process so that GDB can make the
19740         inferior the controlling process.
19742 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
19744         * international/ucs-normalize.el: New file.
19746 2009-08-13  Richard Stallman  <rms@gnu.org>
19748         * mail/rmail.el (rmail-get-attr-names):
19749         Accept an attribute header that is too short.
19751         * mail/rmail.el (rmail-forget-messages):
19752         Ignore nil elt in rmail-message-vector.  Use dotimes.
19754         * progmodes/compile.el (compilation-goto-locus):
19755         Use next-error-move-function.
19757         * simple.el (next-error-move-function): New variable.
19759 2009-08-12  Juri Linkov  <juri@jurta.org>
19761         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19762         always non-nil.  (Bug#4052)
19764         * replace.el (read-regexp): Return empty string when
19765         `default-value' is nil.
19766         (keep-lines-read-args): Don't use empty string as the
19767         default value for `read-regexp'.  (Bug#2495)
19769 2009-08-12  Juri Linkov  <juri@jurta.org>
19771         * international/mule-cmds.el (ucs-insert): Change arguments
19772         from `arg' to `character', `count', `inherit' to be the same
19773         as in `insert-char'.  Doc fix.  (Bug#4039)
19775         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19777 2009-08-12  Juri Linkov  <juri@jurta.org>
19779         * files-x.el: New file.
19781         * files.el: Move code that deals with adding/deleting
19782         file/directory-local variables to files-x.el.
19784         * Makefile.in (ELCFILES): Add files-x.elc.
19786 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
19788         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19789         to use `goto-line'.
19790         (gdb-place-breakpoints, gdb-get-location): Rewritten without
19791         `goto-line'.
19792         (gdb-invalidate-disassembly): Do not refresh upon receiving
19793         'update signal.  Instead, update all disassembly buffers only after
19794         threads list.
19795         (gdb): Send -target-detach when buffer is killed (Bug#3794).
19796         (gdb-starting): Move -data-list-register-names...
19797         (gdb-stopped): ...here so it's sent when first thread stops.
19798         (gdb-registers-handler-custom): Do nothing if register names are
19799         unknown yet.
19801         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19802         from `gdb-mi.el' to avoid extra tangling.
19804         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19805         change which breaks `gud-def' definitions used in `gdb'.
19806         (gdb-update-gud-running): No extra fuss for updating frame number.
19808 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19810         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19811         (describe-language-environment-map, setup-language-environment-map)
19812         (set-coding-system-map): Move initialization into declaration.
19813         (set-language-info-alist): Last arg to define-key-after can be skipped.
19815         * international/quail.el (quail-completion-1): Simplify.
19816         (quail-define-rules): Use slightly more compact code.
19817         (quail-insert-decode-map): Propertize keys, compact columns.
19819         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19820         Add goto-line.
19822 2009-08-10  Miles Bader  <miles@gnu.org>
19824         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19825         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19826         (js2-instance-member, js2-private-member, js2-private-function-call)
19827         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19828         (js2-magic-paren, js2-external-variable):
19829         Remove "-face" suffix from face names.
19830         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19831         (js2-highlight-undeclared-vars, js2-peek-token)
19832         (js2-parse-function-params, js2-mode-show-errors)
19833         (js2-mode-show-warnings, js2-make-magic-delimiter)
19834         (js2-mode-highlight-magic-parens): Update to use new face names.
19836 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
19838         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19839         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
19841 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
19843         * subr.el: Provide hashtable-print-readable.
19845         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19846         hs-c-like-adjust-block-beginning.
19847         (hs-hide-block-at-point): Stop hiding at the beginning of
19848         hs-block-end-regexp (Bug#700).
19850 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
19852         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19853         a macro.
19854         (gdb-registers-handler-custom): Do not fail when register names
19855         are unavailable.
19857 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
19859         * progmodes/gdb-mi.el (gdb-control-all-threads)
19860         (gdb-control-current-thread): Interactive setters for
19861         `gdb-gud-control-all-threads' to use in menu.
19862         (gdb-show-run-p): Show «Go» when process is not active.
19863         (gud-tool-bar-map): Add non-stop/A,T indicator.
19864         Uses gud/thread.xpm and gud/all.xpm.
19866 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
19868         * net/net-utils.el (net-utils-font-lock-keywords): New var.
19869         (nslookup-font-lock-keywords): Make it a variable.
19870         (net-utils-mode): New mode for viewing diagnostic network output.
19871         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19872         (net-utils-run-simple): New function.
19873         (ifconfig, iwconfig, netstat, arp, route): Use it.
19875 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
19877         * progmodes/gdb-mi.el (gdb-read-memory-custom)
19878         (gdb-memory-set-address, def-gdb-set-positive-number)
19879         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19880         after changing settings.
19881         (gdb-invalidate-disassembly): Update when first shown.
19882         (gdb-edit-locals-value): Fixed.
19883         (gdb-registers-handler-custom): Print registers in right order and
19884         allow changing register values (only for current thread yet).
19885         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19886         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19887         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19888         (gdb-locals-handler-custom, gdb-registers-handler-custom):
19889         Thread info in mode name.
19890         (gdb-registers-mode-map): TAB to switch to locals.
19892 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
19894         * mail/rmail.el (rmail-add-mbox-headers)
19895         (rmail-set-message-counters-counter): Search for
19896         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
19898 2009-08-08  Glenn Morris  <rgm@gnu.org>
19900         * Makefile.in (ELCFILES): Update.
19902 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
19904         * mail/sendmail.el (mail-yank-original):
19905         Set buffer-file-coding-system from the one used by the message whose
19906         text is yanked.
19908         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19909         to "windows" when "pgnuplot" is used.
19910         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19911         Don't call accept-process-output if "pgnuplot" is used.
19912         (calc-graph-init): Don't send -display and -geometry to
19913         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
19914         running "pgnuplot -V" with shell-command-to-string.
19916         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19917         the default.
19919 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
19921         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19922         org/org-latex.elc.
19924 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
19926         * vc-dispatcher.el (vc-resynch-window): Update comment.
19928         * term.el (term-handle-ansi-escape): Add comments with the
19929         terminfo capabilities implemented.
19931 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
19933         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19934         (gdb-var-create-handler): Rewritten using JSON parser.
19935         (gdb-propertize-header): Move earlier.
19936         (gdb-set-header): Remove to avoid duplication.
19937         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19938         Refresh disassembly buffers only after threads list have been
19939         update.
19940         (gdb-threads-header, gdb-registers-header): Per-buffer header line
19941         variables.
19943 2009-08-04  Juri Linkov  <juri@jurta.org>
19945         * files.el: Commands to add/delete file/directory-local variables.
19946         (read-file-local-variable, read-file-local-variable-value)
19947         (read-file-local-variable-mode, modify-file-local-variable)
19948         (modify-file-local-variable-prop-line)
19949         (modify-dir-local-variable): New functions.
19950         (add-file-local-variable, delete-file-local-variable)
19951         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19952         (add-dir-local-variable, delete-dir-local-variable)
19953         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19954         (copy-dir-locals-to-file-locals-prop-line): New commands.
19956 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
19958         * abbrev.el (insert-abbrev-table-description): Prettify output.
19959         Suggested by Karl Chen.
19961 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
19963         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19964         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19965         (gdb-overlay-arrow-position, gdb-thread-position)
19966         (gdb-disassembly-position): Declare variables.
19967         (gdb-wait-for-pending): Function now.
19968         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19969         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19970         compilation goes smoothly.
19971         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19972         (gdb-non-stop-setting): New customization setting which replaces
19973         `gdb-non-stop' so changing it doesn't break active GDB session.
19974         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19975         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19976         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19977         (gdb-show-threads-by-default): New customization options.
19978         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19979         routines.
19980         (gdb-get-buffer-create): Send buffers update signal when they are
19981         created.
19982         (gdb-invalidate-locals, gdb-invalidate-registers)
19983         (gdb-invalidate-breakpoints)
19984         (gdb-invalidate-threads, gdb-invalidate-disassembly)
19985         (gdb-invalidate-memory): Accept update signal.
19986         (gdb-current-context-command): Use --frame option.
19987         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19988         Implement `gdb-frame-number' selection logic.
19989         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19990         whether to show GUD toolbar buttons.
19991         (gdb-thread-exited): Unselect current thread when it exits.
19992         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19993         (gdb-mark-line): Routine which sets overlay arrow or inverses
19994         video on fringeless displays.
19995         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19996         to build aligned columns of data in GDB buffers and set text
19997         properties line-by-line.
19998         (gdb-invalidate-breakpoints)
19999         (gdb-breakpoints-list-handler-custom)
20000         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20001         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20002         (gdb-registers-handler-custom): Align data columns.
20003         (gdb-locals-handler-custom): Now prints data like in variable
20004         declarations.
20005         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20006         Remove confusing buttons.
20007         (gdb-invalidate-threads): Append --frame.
20008         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20009         between breakpoints/threads buffers.
20010         (gdb-set-window-buffer): Now can ignore dedicated windows.
20011         (gdb-propertize-header): Use `gdb-set-window-buffer'.
20012         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20013         (def-gdb-thread-buffer-gud-command): Replaces
20014         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20015         for fine thread control.
20016         (gdb-preempt-existing-or-display-buffer): New function used to
20017         display bound buffers without breaking window layout.
20018         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20019         (gdb-select-frame): New version of `gdb-frames-select' which now
20020         sets `gdb-frame-number' so commands may use --frame option instead
20021         of inner debugger state.
20022         (gdb-frame-handler): Do not set `gdb-frame-number'.
20023         (gdb-threads-mode-map): Select threads with mouse.
20025         * progmodes/gud.el (gdb-gud-context-call): Declare function to
20026         avoid compilation warning.
20027         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20028         `gdb-show-stop-p`.
20030         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20031         Argument `key' renamed to `buffer-type'.
20032         (gdb-current-context-buffer-name): Do not add thread info to
20033         buffer name when no thread is selected.
20034         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20035         command (bug 3794).
20036         (gdb-thread-selected): Handle `=thread-selected' notification.
20037         (gdb-wait-for-pending): New macro to deal with congestion problems.
20038         (gdb-breakpoints-list-handler-custom): Don't fail on pending
20039         breakpoints.
20040         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20041         This fixes problem similar to one described in bug 3947.
20042         (gud-menu-map): More menu items.
20043         (gdb-init-1): Reset `gdb-thread-number' to nil.
20045         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20046         non-stop settings.
20048         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20049         (gdb-current-context-command): Do not append --thread if
20050         `gdb-thread-number' is nil.
20051         (gdb-running-threads-count, gdb-stopped-threads-count):
20052         New variables.
20053         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
20054         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20055         New customization options.
20056         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20057         GUD commands.
20058         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
20059         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20060         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20061         set `gdb-thread-number' and update `gud-running' properly.
20062         (gdb-running): Update threads list when new threads appear.
20063         (gdb-stopped): Support non-stop operation and new thread switching
20064         logic.
20065         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20066         (gdb-json-partial-output): New set of JSON routines.
20067         (def-gdb-auto-update-trigger): New `signal-list' optional
20068         argument.
20069         (gdb-thread-list-handler-custom): Update `gud-running',
20070         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20071         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20072         (gdb-continue-thread, gdb-step-thread): New commands for fine
20073         thread execution control.
20074         (gud-menu-map): New menu items to switch non-stop options.
20075         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
20076         (gdb-send): Mimic RET properly (bug 3794).
20078         * progmodes/gdb-mi.el (gdb-rules-name-maker)
20079         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20080         gdb-buffer-rules.
20081         (def-gdb-auto-update-handler): New nopreserve optional argument.
20082         (gdb-stack-list-frames-custom): Print stack from top to bottom.
20084         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
20085         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20086         (gdb-parent-mode): New mode to derive other GDB modes from.
20087         (gdb-display-disassembly-for-thread)
20088         (gdb-frame-disassembly-for-thread): New commands for threads
20089         buffer.
20091         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20092         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
20093         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20094         (gdb-update): We now store all GDB buffers in a list so that they
20095         can be updated by traversing a list instead of calling invalidate
20096         triggers explicitly.
20097         (def-gdb-trigger-and-handler): New macro to define trigger-handler
20098         pair for GDB buffer.
20099         (gdb-stack-buffer-name): Add thread information.
20100         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
20101         handle pending triggers.
20102         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
20103         (def-gdb-thread-buffer-simple-command)
20104         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
20105         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
20106         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
20107         New commands which show buffers bound to thread.
20108         (gdb-stack-list-locals-regexp): Remove unused regexp.
20110         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20111         (gdb-locals-buffer-name, gdb-registers-buffer-name)
20112         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20113         to (gud-comint-buffer) in *-buffer-name functions
20114         because (gdb-get-target-string) already does that.
20115         (gdb-locals-handler-custom, gdb-registers-handler-custom)
20116         (gdb-changed-registers-handler): Rewritten without regexps.
20118         * progmodes/gdb-mi.el: Basic thread selection support.
20119         (gdb-thread-number): New variable.
20120         (gdb-current-context-command): New macro which adds --thread
20121         option to command.
20122         (gdb-threads-mode-map): Select thread with SPC.
20123         (gdb-thread-list-handler-custom): Mark current thread with overlay
20124         arrow.  Synchronize GDB thread and Emacs thread.
20125         (gdb-select-thread): New command which selects current thread.
20126         (gdb-invalidate-frames, gdb-invalidate-locals)
20127         (gdb-invalidate-registers): Use --thread option.
20129 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
20131         * net/tramp.el (top): Make check for tramp-gvfs loading more
20132         robust.  (Bug#3977)
20133         (tramp-handle-insert-file-contents): `unwind-protect' must be
20134         inside `with-parsed-tramp-file-name'.
20136         * net/tramp-gvfs.el (top): Remove superfluous message when loading
20137         fails.
20139 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
20141         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
20142         directory if CLASSPATH is not set.
20144 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
20146         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
20147         New defconst.
20148         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
20150 2009-08-02  Kevin Ryde  <user42@zip.com.au>
20152         * net/newst-backend.el (newsticker--raw-url-list-defaults):
20153         Update freshmeat link.  Delete newsforge.com as it seems gone.
20155 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
20157         * select.el (x-set-selection): Doc fix (Bug#4021).
20159         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
20161         * help-fns.el (describe-variable): Treat list return values from
20162         dir-locals-find-file properly (Bug#4005).
20164 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
20166         * net/tramp.el (tramp-debug-message): Print also microseconds.
20168 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
20170         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
20171         or END is non-nil.
20172         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
20173         (tramp-get-debug-buffer): Change `outline-regexp' according to new
20174         format.
20176         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
20177         (tramp-get-file-property): Use it.
20179         * autorevert.el (auto-revert-handler):
20180         Allow `auto-revert-tail-mode' for remote files.
20182 2009-08-02  Jason Rumney  <jasonr@gnu.org>
20184         * minibuffer.el (read-file-name): Treat confirm options to
20185         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
20187 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
20189         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
20190         (font-lock-variable-name-face, font-lock-constant-face):
20191         Darken the colors for light backgrounds.
20193 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
20195         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
20196         month names.  (Bug#3987)
20198 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
20200         * simple.el (line-move-finish): Pass whole number to
20201         line-move-to-column.
20202         (line-move-visual): Perform hscroll to the recorded position.
20204 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
20206         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
20208 2009-07-29  Alan Mackenzie  <acm@muc.de>
20210         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
20212 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
20214         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
20215         (gdb-place-breakpoints): Use full path when setting breakpoints.
20217 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
20219         * calc/calc.el (calc-mode-map): Add keybinding for
20220         `calc-transpose-lines'.
20222 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
20224         * calc/calc-misc.el (calc-transpose-lines): New function.
20226 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
20228         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
20229         Simplify check for out-of-band methods.
20230         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
20231         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
20233 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20235         * vc-git.el (vc-git-checkin): Fix typo.
20237 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
20239         * progmodes/js2-mode.el: New file.
20241 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
20243         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
20244         (gud-menu-map): Adjust tooltip accordingly.
20246 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
20248         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
20249         (vc-bzr-log-view-mode): Adjust log-view-file-re.
20251         * add-log.el (change-log-mode-map): Add a menu.
20253 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
20255         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
20256         function returns nil.
20257         (dbus-handle-event): Handle special return value :ignore.
20258         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
20260 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
20262         * view.el (view-mode-enable): Don't define Helper-return-blurb if
20263         it's not needed.
20265 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
20267         Fix Bug#3888:
20269         * w32-vars.el (x-select-enable-clipboard): Doc fix.
20271         * term/pc-win.el (x-display-name, x-colors)
20272         (x-select-enable-clipboard, x-select-text): Doc fix.
20274         * term/common-win.el (x-display-name, x-colors): Doc fix.
20276         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
20277         (xw-defined-colors): Doc fix.
20279         * w32-fns.el (x-select-text, x-setup-function-keys)
20280         (x-get-selection, x-set-selection): Doc fix.
20282         * term/x-win.el (x-select-text, x-setup-function-keys)
20283         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
20285         * select.el (x-set-selection): Doc fix.
20287 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
20289         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
20290         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
20291         "IsNSSSupportAvailable" method is not available.
20292         Reported by Steve Youngs <steve@sxemacs.org>.
20294 2009-07-24  Kenichi Handa  <handa@m17n.org>
20296         * international/characters.el: Fix setting of category ?C, ?|, ?K,
20297         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
20298         (build-unicode-category-table): Fix range checks.
20300 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20302         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
20303         the buffer we try to sync is current when calling
20304         vc-resynch-buffer.
20306         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
20307         not show up to date files.
20309 2009-07-24  Glenn Morris  <rgm@gnu.org>
20311         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
20312         Add autoload cookies.  If necessary, initialize.
20313         (elint-log): Handle non-file buffers.
20314         (elint-initialize): Add optional argument to reinitialize.
20315         (elint-find-builtin-variables): Save excursion.
20317 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20319         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
20320         for Lint.
20322 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20324         * vc.el (vc-print-log-internal): New function, split out from ...
20325         (vc-print-log): ... here.
20326         (vc-dir-move-to-goal-column): Declare.
20328         * vc-git.el (vc-git-add-signoff): New variable.
20329         (vc-git-checkin): Use it.
20330         (vc-git-toggle-signoff): New function.
20331         (vc-git-extra-menu-map): Bind it to menu.
20332         (vc-git--run-command-string): Accept a nil FILE argument.
20333         (vc-git-stash-list): New function.
20334         (vc-git-dir-extra-headers): Use it.
20336 2009-07-23  Glenn Morris  <rgm@gnu.org>
20338         * help-fns.el (describe-variable): Describe ignored and risky local
20339         variables in a similar way to that in which we describe safe ones.
20341         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
20342         (byte-compile-output-file-form, byte-compile-output-docform)
20343         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
20344         Give some more local variables with common names a "bytecomp-" prefix,
20345         so as not to shadow things during compilation.
20346         * emacs-lisp/cl-macs.el (load-time-value)
20347         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
20348         `outbuffer' to `bytecomp-outbuffer'.
20350         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
20351         since the next two variables cover them automatically now.
20352         (elint-builtin-variables, elint-autoloaded-variables): New.
20353         (elint-unknown-builtin-args): Remove all members, since they can be
20354         parsed automatically now.
20355         (elint-extra-errors): New.
20356         (elint-env-add-env, elint-env-add-macro): Use cadr.
20357         (elint-current-buffer): Use or.  Change final message.
20358         (elint-get-top-forms): Use line-end-position.
20359         (elint-init-env): Use cadr.  Handle autoload, declare-function,
20360         and defalias.
20361         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
20362         (regexp-assoc): Remove unused function.
20363         (elint-top-form): Set elint-current-pos, to record the start of the
20364         top-level form, for compilation-mode.
20365         (elint-form): Trap errors in macro expansion.  Use dolist.
20366         (elint-unbound-variable): Use elint-builtin-variables and
20367         elint-autoloaded-variables.
20368         (elint-get-args): Use cadr, or.
20369         (elint-check-cond-form): Use dolist, cadr.
20370         (elint-check-condition-case-form): Doc fix.  Use cadr.
20371         Use elint-extra-errors.
20372         (elint-log): New function.
20373         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
20374         Distinguish errors and warnings.
20375         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
20376         Use a bytecomp-style format.
20377         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
20378         (elint-get-log-buffer): Use compilation mode.  Disable undo.
20379         Don't truncate lines.
20380         (elint-initialize): Set builtin and autoloaded variable lists.
20381         Only process elint-unknown-builtin-args if non-nil.
20382         (elint-find-builtin-variables, elint-find-autoloaded-variables):
20383         New functions.
20384         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
20386 2009-07-22  Kevin Ryde  <user42@zip.com.au>
20388         * net/newst-backend.el (newsticker--parse-atom-1.0)
20389         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20390         (newsticker--parse-rss-1.0):
20391         * progmodes/idlwave.el (idlwave-mode):
20392         * progmodes/idlw-shell.el (idlwave-shell-mode):
20393         * progmodes/vera-mode.el (vera-mode):
20394         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
20395         * progmodes/vhdl-mode.el (vhdl-mode):
20396         * textmodes/table.el (table-generate-source)
20397         (table--warn-incompatibility):
20398         Hyperlink urls in docstrings with URL `...'.
20400 2009-07-22  Glenn Morris  <rgm@gnu.org>
20402         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
20403         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
20404         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
20405         Remove leading * from defcustom docs.
20407         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
20409         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
20410         defcustom doc.
20411         (list-load-path-shadows): Optionally, just return shadows as a string.
20413         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
20415 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
20417         * mail/rmailedit.el (rmail-edit-mode):
20418         Use auto-save-include-big-deletions.
20420         * mail/rmail.el (rmail-variables):
20421         Use auto-save-include-big-deletions.
20423         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
20424         changes.
20426 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
20428         * calc/calc.el (calc-undo-length): New variable.
20429         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
20431 2009-07-21  Richard Stallman  <rms@gnu.org>
20433         * files.el (auto-save-mode): Handle buffer-save-size = -2
20434         for toggling mode.
20436 2009-07-21  Glenn Morris  <rgm@gnu.org>
20438         * textmodes/ispell.el (ispell-looking-back): Update declaration.
20440         * calendar/todo-mode.el (calendar-current-date): Update declaration.
20442         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
20443         silence compiler.  Instead...
20444         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
20445         (ps-print-ensure-fontified): Update for above function name changes.
20447         * printing.el (pr-mh-get-msg-num, pr-mh-show)
20448         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
20449         silence compiler.  Instead...
20450         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
20451         (mh-show-buffer): Only define for compiler.
20452         (pr-mh-current-message): Update for above function name changes.
20454         * files.el (abort-if-file-too-large): Explicitly pass `filename'
20455         as an argument.
20456         (find-file-noselect, insert-file-1): Update for above change.
20458         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
20460         * mail/mailclient.el (mailclient-send-it): Fix message.
20462         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
20463         (edebug-eval): Check cl-debug-env is bound.
20464         (print-level, print-circle): Don't redefine built-in variables.
20466         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
20467         (custom-print-vectors): Remove old comments from doc.
20469         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
20470         (emerge-version): Make the variable an obsolete alias for the
20471         emacs-version variable.  Make the function obsolete.
20472         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
20473         Emerge options, rather than merging in into the main Options menu.
20474         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
20475         and auto advance modes.  Disable edit/fast items when not relevant.
20477 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20479         * term/vt420.el (terminal-init-vt420): Fix typo.
20481 2009-07-20  Sam Steingold  <sds@gnu.org>
20483         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
20484         variable (removed from compile.el on 2004-03-11).
20486 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
20488         * files.el (hack-local-variables-filter): Fix last change.
20490 2009-07-19  Juri Linkov  <juri@jurta.org>
20492         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
20493         (dir-local-variables-alist): New buffer-local variable.
20494         (hack-local-variables-filter): If variable is not dir-local,
20495         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
20496         because file-local overrides dir-local.
20497         (c-postprocess-file-styles) <declare-function>:
20498         Remove obsolete declaration.
20499         (hack-dir-local-variables): Add dir-local variable/value pair to
20500         `dir-local-variables-alist' and remove duplicates.  Doc fix.
20502         * help-fns.el (describe-variable): Add information about
20503         file-local and dir-local variables.
20505 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
20507         * files.el (hack-local-variables-filter): Rewrite.
20509 2009-07-19  Glenn Morris  <rgm@gnu.org>
20511         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
20512         Silence compiler by only defining on XEmacs.
20514         * international/mule.el (auto-coding-regexp-alist): Only match
20515         BABYL... at the start of buffer, not of lines.  (Bug#3790)
20517         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
20518         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
20519         (cal-menu-context-mouse-menu): Doc fix.
20521         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
20523         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
20525 2009-07-18  Juri Linkov  <juri@jurta.org>
20527         * info.el: Virtual Info keyword finder.
20528         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
20529         (Info-finder-file): New variable.
20530         (Info-finder-find-file): New function.
20531         (finder-known-keywords, finder-package-info)
20532         (find-library-name, lm-commentary): Use defvar and
20533         declare-function to silence compiler warnings.
20534         (Info-finder-find-node): New function.
20535         (info-finder): New command.
20537         * subr.el (process-kill-buffer-query-function): New function.
20538         (add-hook)<kill-buffer-query-functions>: Add hook
20539         `process-kill-buffer-query-function'.
20541 2009-07-18  Alan Mackenzie  <acm@muc.de>
20543         * progmodes/cc-mode.el (c-before-hack-hook)
20544         (c-postprocess-file-styles): Give invocation of `c-set-style'
20545         DONT-OVERRIDE parameter of t.  Already set style variables will
20546         thus not be overridden by style settings given by `c-file-syle'.
20548         * files.el (hack-local-variables-filter): Remove entries with
20549         duplicate keys from `file-local-variables-alist'.
20551 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
20553         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
20554         x-set-selection if display-selections-p returns nil for the
20555         current frame.
20557 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
20559         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
20561 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
20563         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
20564         Accept nil in addition to a regexp.
20565         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
20566         Accept nil in addition to a regexp.
20567         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
20568         buffers that have an associated file.  Handle nil values of
20569         desktop-buffers-not-to-save and desktop-files-not-to-save.
20570         (Bug#3833)
20572         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
20573         (x-disown-selection-internal): New functions.
20575 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
20577         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
20578         warning.
20579         (gdb-breakpoints-header): Move forward to avoid compiler warning.
20580         (gdb-make-header-line-mouse-map): Remove duplicate definition.
20582 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
20584         * simple.el (set-mark): Revert last change.
20586 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
20588         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
20589         rendering of pngs is not possible instead of messaging a long
20590         description.
20592 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
20594         * w32-fns.el (x-selection-owner-p): New function.
20596         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
20597         (mouse-yank-at-click, mouse-yank-primary):
20598         If select-active-regions is non-nil, deactivate the mark before
20599         insertion.
20601         * simple.el (deactivate-mark, set-mark): Only save selection if we
20602         own it.
20604 2009-07-17  Kenichi Handa  <handa@m17n.org>
20606         * case-table.el (describe-buffer-case-table): Fix for the case
20607         that KEY is a cons.
20609 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
20611         * vc-rcs.el (vc-rcs-find-file-hook):
20612         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
20614 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
20616         * net/tramp.el (tramp-wait-for-output): Handle the case when
20617         commands do not return a newline but a null byte before the shell
20618         prompt.  (Bug#3858)
20620 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20622         * term/ns-win.el (ns-set-alpha): Don't declare.
20623         (ns-set-background-alpha): Remove function.
20625 2009-07-16  Kevin Ryde  <user42@zip.com.au>
20627         * emacs-lisp/copyright.el (copyright-update): Save match-data across
20628         y-or-n-p, for safety.
20630 2009-07-16  Richard Stallman  <rms@gnu.org>
20632         * files.el (auto-save-mode): If buffer-saved-size is -2,
20633         don't clobber it.
20635         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
20636         (rmail-retry-ignored-headers): Add more uninteresting fields.
20638 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
20640         * net/rcirc.el (rcirc): Use history variables.
20641         (rcirc-server-name-history, rcirc-nick-name-history)
20642         (rcirc-server-port-history): New variables.
20644 2009-07-15  Kenichi Handa  <handa@m17n.org>
20646         * international/mule-cmds.el (set-language-environment-charset):
20647         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
20648         ignore them.
20650         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
20651         Delete unibyte-display.
20653 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
20655         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
20657 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
20659         * simple.el (deactivate-mark): Optional argument FORCE.
20660         (set-mark): Use deactivate-mark.
20662         * info.el (Info-search): No need to check transient-mark-mode
20663         before calling deactivate-mark.
20665         * select.el (x-set-selection): Doc fix.
20666         (x-valid-simple-selection-p): Allow buffer values.
20667         (xselect--selection-bounds): Handle buffer values.
20668         Suggested by David De La Harpe Golden.
20670         * mouse.el (mouse-set-region, mouse-drag-track):
20671         Call copy-region-as-kill before setting the mark, to let
20672         select-active-regions work.
20674 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
20676         * simple.el (deactivate-mark): If select-active-regions is
20677         non-nil, copy the selection data into a string.
20678         (activate-mark): If select-active-regions is non-nil, set the
20679         selection to the current buffer.
20680         (set-mark): Update selection if select-active-regions is non-nil.
20682         * select.el (x-valid-simple-selection-p): Allow buffer values.
20684 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20686         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
20687         and more featureful message-mode.
20689 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
20691         * select.el (x-set-selection): Doc fix.
20692         (x-valid-simple-selection-p): Disallow selection data consisting
20693         of a list or cons of integers, since that is not used.
20694         (xselect--selection-bounds, xselect--int-to-cons): New functions.
20695         (xselect-convert-to-string, xselect-convert-to-length)
20696         (xselect-convert-to-filename, xselect-convert-to-charpos)
20697         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
20699 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
20701         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
20702         output in -break-info command (Emacs bug #3794).
20704 2009-07-14  Glenn Morris  <rgm@gnu.org>
20706         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
20707         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20708         (edebug-print-length, edebug-print-level, edebug-print-circle)
20709         (edebug-sit-for-seconds, edebug-view-outside)
20710         (edebug-bounce-point, edebug-set-global-break-condition)
20711         (edebug-Go-nonstop-mode, edebug-trace-mode)
20712         (edebug-Trace-fast-mode, edebug-continue-mode)
20713         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20714         (edebug-visit-eval-list): Doc fixes.
20716         * subr.el (def-edebug-spec): Doc fix.
20718 2009-07-14  Kenichi Handa  <handa@m17n.org>
20720         * international/characters.el: Fix setting of category ?C.
20722 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
20724         * term/ns-win.el (x-select-font): defalias x-select-font to
20725         ns-popup-font-panel instead of generate-fontset-menu.
20727 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
20729         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
20731 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
20733         * arc-mode.el (archive-find-type): Allow for a PK00 string before
20734         the PK\003\004 header (Bug#3770).
20736 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
20738         * pcomplete.el (pcomplete-comint-setup): Check for
20739         shell-dynamic-complete-filename too.
20741 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
20743         * simple.el (temporary-goal-column): Change the value for
20744         line-move-visual to a cons cell.
20745         (line-move-visual): Record or set the window hscroll, if
20746         necessary (Bug#3494).
20747         (line-move-1): Handle cons value of temporary-goal-column.
20749 2009-07-11  Kenichi Handa  <handa@m17n.org>
20751         * international/mule-diag.el (describe-character-set): Don't show
20752         width.
20754 2009-07-10  Sam Steingold  <sds@gnu.org>
20756         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20757         Omake sometimes indents the errors it prints, so allow all
20758         regexps to start with spaces.
20760 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
20762         * cus-edit.el (customize-changed-options-previous-release):
20763         Bump value to 22.1.  (Bug#3804)
20765 2009-07-08  Sam Steingold  <sds@gnu.org>
20767         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20768         to be a cons cell (test . ignored-directory) to selectively ignore
20769         some directories depending on the location of the search.
20771 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
20773         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20774         remote user is root, on the local host.
20775         (tramp-local-host-p): Either the local user or the remote user
20776         must be root.  (Bug#3771)
20778 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
20780         * progmodes/gdb-mi.el (gdb): Remove description of
20781         gdb-use-separate-io-buffer.
20782         (menu): Don't allow toggling of or enable
20783         gdb-use-separate-io-buffer from menubar.
20785 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
20787         * mail/unrmail.el (unrmail): Make sure the message ends with two
20788         newlines (Bug#3769).
20790 2009-07-08  Glenn Morris  <rgm@gnu.org>
20792         * calendar/calendar.el (calendar-current-date): Rework previous change.
20794 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
20796         * calendar/calendar.el (calendar-current-date):
20797         Add an optional argument giving an offset from today.
20799 2009-07-08  Glenn Morris  <rgm@gnu.org>
20801         * tutorial.el (tutorial--describe-nonstandard-key):
20802         Adjust the message for when a key has been unbound.
20803         (help-with-tutorial): Hide the arch-tag.
20805 2009-07-08  Kenichi Handa  <handa@m17n.org>
20807         * international/fontset.el (setup-default-fontset): For each
20808         script, append (not set) font-specs.
20810         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20811         docstring.
20813 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
20815         * progmodes/gdb-mi.el (gdb-init-1): Move sending
20816         -data-list-register-names to ...
20817         (gdb-starting): ... here because GDB 7.0 requires execution to
20818         have started when using this MI command.
20819         (gdb-set-header): New function to distinguish select and
20820         unselected tabs in gdb buffers.
20821         (gdb-propertize-header): New macro that uses gdb-set-header.
20822         (gdb-breakpoints-header, gdb-locals-header): Use it.
20823         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20825 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
20827         * Makefile.in (ELCFILES): Remove fadr.elc.
20829 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
20831         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20832         may contain frame information, so `string-match' should be used.
20833         (gdb-update): Disassembly is invalidated through
20834         `gdb-get-selected-frame'.
20835         (gdb-pad-string): New function to pad string with spaces.
20836         (gdb-invalidate-disassembly): Invalidate only if the buffer
20837         exists.
20838         (gdb-disassembly-handler-custom): Column alignment.
20839         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20840         placing new ones.
20841         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20842         end of line, too.
20843         (gdb-frame-handler): Match convention to for disassembly buffer
20844         mode name.
20845         (gdb-stack-list-frames-handler): Rewritten without regexps.
20846         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20847         not highlight breakpoints without line information.
20848         (gdb-input): Add trailing newline to command.
20850         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20851         buffer properly.
20852         (gdb-breakpoints-list-handler-custom): Replacement for
20853         `gdb-break-list-handler'.  Using real parser instead of regexps
20854         now.
20855         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20856         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20857         to place breakpoints.
20858         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20859         functions.
20860         (gdb-disassembly-handler-custom): Show overlay arrow.
20861         (gdb-disassembly-place-breakpoints): Show breakpoints in
20862         disassembly buffer.
20863         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20864         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20865         instead of parsing breakpoints buffer.  Fixed old menu references
20866         in `gud-menu-map'.
20868         * fadr.el: Remove.
20870         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20871         (gdb-memory-address): New variable which holds top address of
20872         memory page shown in memory buffer.
20873         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20874         New customization variables.
20875         New functions:
20876         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20877         display the memory buffer.
20878         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20879         buffer display parameters.
20880         (def-gdb-memory-format, gdb-memory-format-binary)
20881         (gdb-memory-format-octal, gdb-memory-format-unsigned)
20882         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20883         Functions for setting memory buffer format.
20884         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20885         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20886         unit size used in memory buffer.
20887         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20888         Switch to next/previous page of memory buffer.
20889         Now using (bindat-get-field) instead of fadr functions.
20891 2009-07-07  Sam Steingold  <sds@gnu.org>
20893         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20894         non-top-level files.
20896 2009-07-07  Kenichi Handa  <handa@m17n.org>
20898         * international/mule-cmds.el (reset-language-environment):
20899         Put the highset priority to the charset iso-8859-1.
20901 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20903         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20904         to the end of the line when locating the block (Bug#700).
20906 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
20908         * net/tramp.el (tramp-handle-write-region): Flush file properties
20909         in case of short track.
20911 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
20913         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20914         Coded custom representation of verilog error regular expressions
20915         to work with Emacs-22's new format.
20916         (verilog-error-regexp-xemacs-alist): Coded custom representation
20917         of verilog error regular expressions to work with XEmacs format.
20918         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20919         error recognition into XEmacs.
20920         (verilog-error-regexp-add-emacs): Hook routine to install verilog
20921         error recognition into Emacs-22.
20923 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20925         * woman.el: Remove stand-alone closing parentheses.
20926         (woman-file-name, woman2-format-paragraphs)
20927         (woman-leave-blank-lines): Code cleanup.
20928         (woman-use-own-frame): Change default to nil.
20929         (woman-italic, woman-bold, woman-unknown, woman-addition):
20930         Change defaults to inherit from default faces.
20931         (woman2-process-escapes): Consume the newline after a stand-alone
20932         filler character (Bug#3651).
20934 2009-07-06  Glenn Morris  <rgm@gnu.org>
20936         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20937         (top-level): Move provide to the end.
20938         (ffap): Remove defunct URL from custom group.
20940         * subr.el (eval-after-load): Doc fix.
20942 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
20944         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20945         `calc-embedded-word' is called twice.
20947 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20949         * files.el (find-alternate-file-other-window, find-alternate-file):
20950         Obey confirm-nonexistent-file-or-buffer.
20952 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
20954         * dired-aux.el (dired-show-file-type): Handle remote files.
20956 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
20958         * desktop.el (desktop-globals-to-save):
20959         Add file-name-history (Bug#2750).
20961 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
20963         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20965 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
20967         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20968         property on entire argument since this is what eshell-lisp-command
20969         expects.
20971 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
20973         * net/tramp-gvfs.el (tramp-gvfs-methods)
20974         (tramp-gvfs-zeroconf-domain)
20975         (tramp-bluez-discover-devices-timeout): Add version flag.
20976         (tramp-gvfs-handler-mounted-unmounted)
20977         (tramp-gvfs-connection-mounted-p): Polish handling of
20978         incompatibilities between GVFS 0.2 and 1.0.
20980 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
20982         * cus-start.el (all): Add make-pointer-invisible.
20984 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20986         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20987         formatted correctly.
20989 2009-07-02  Juri Linkov  <juri@jurta.org>
20991         * info.el: Virtual Info files and nodes.
20992         (Info-virtual-files, Info-virtual-nodes): New variables.
20993         (Info-current-node-virtual): New variable.
20994         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20995         New functions.
20996         (Info-file-supports-index-cookies): Use Info-virtual-file-p
20997         to check for a virtual file instead of checking a fixed list
20998         of node names.
20999         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21000         instead of ad-hoc processing of "dir" and (apropos history toc).
21001         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21002         instead of ad-hoc processing of "dir" and (apropos history toc).
21003         Reread a file when moving from a virtual node.
21004         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21005         (Info-directory-toc-nodes, Info-directory-find-file)
21006         (Info-directory-find-node): New functions.
21007         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21008         (Info-history): Move part of code to
21009         `Info-history-find-node'.
21010         (Info-history-toc-nodes, Info-history-find-file)
21011         (Info-history-find-node): New functions.
21012         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21013         (Info-toc): Move part of code to `Info-toc-find-node'.
21014         (Info-toc-find-node): New function.
21015         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
21016         the current Info file name to references because now the node
21017         "*TOC*" belongs to the same Info manual.
21018         (Info-toc-build): Rename from `Info-build-toc'.
21019         (Info-toc-nodes): Rename input argument `file' to `filename'.
21020         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21021         instead of ad-hoc processing of ("dir" apropos history toc).
21022         (Info-index-nodes): Use Info-virtual-file-p
21023         to check for a virtual file instead of checking a fixed list
21024         of node names.
21025         (Info-index-node): Add check for `Info-current-node-virtual'.
21026         Raise `save-match-data' higher up the tree to contain
21027         `search-forward' too (bug fix).
21028         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21029         (Info-virtual-index-nodes): New variable.
21030         (Info-virtual-index-find-node, Info-virtual-index): New functions.
21031         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21032         (Info-apropos-file, Info-apropos-nodes): New variables.
21033         (Info-apropos-toc-nodes, Info-apropos-find-file)
21034         (Info-apropos-find-node, Info-apropos-matches): New functions.
21035         (info-apropos): Move part of code to `Info-apropos-find-node' and
21036         `Info-apropos-matches'.
21037         (Info-mode-map): Bind "I" to `Info-virtual-index'.
21038         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21039         for a virtual file instead of checking a fixed list of node names.
21041         * simple.el (async-shell-command): New command.
21043         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21045         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21046         instead of `mount-info'.
21048 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
21050         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
21051         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
21053 2009-07-02  Kenichi Handa  <handa@m17n.org>
21055         * international/mule.el (set-keyboard-coding-system): Force *-unix
21056         coding-system to avoid eol conversion.
21058 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
21060         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21061         Add handler for `process-file', `shell-command' and
21062         `start-file-process'.
21063         (tramp-gvfs-handle-shell-command)
21064         (tramp-gvfs-handle-start-file-process)
21065         (tramp-gvfs-handle-process-file): New defuns.
21066         (tramp-synce-list-devices): Simplify check for existence of property.
21068 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
21070         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21072 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
21074         * language/korean.el (set-language-info-alist): Add korean-cp949,
21075         cp949 to spec.
21077 2009-07-01  Kenichi Handa  <handa@m17n.org>
21079         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21081         * international/encoded-kb.el: Deleted.
21083         * international/mule.el (set-keyboard-coding-system): Perform the
21084         necessary setup here instead of calling encoded-kbd-setup-display.
21086 2009-07-01  Glenn Morris  <rgm@gnu.org>
21088         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21090 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
21092         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
21094 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
21096         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21097         Handle also the 'rename case, when setting file modes.  (Bug#3712)
21098         (tramp-default-file-modes): Remove execute permissions.
21100         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
21101         (top): Add a default for "synce" in `tramp-default-user-alist'.
21102         Add completion function for "synce" method.
21103         (tramp-hal-service, tramp-hal-path-manager)
21104         (tramp-hal-interface-manager, tramp-hal-interface-device):
21105         New defconst.
21106         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
21107         (tramp-synce-list-devices, tramp-synce-parse-device-names):
21108         New defuns.
21110         * net/trampver.el: Update release number.
21112 2009-06-30  Kenichi Handa  <handa@m17n.org>
21114         * international/fontset.el (setup-default-fontset): Add CJK fonts
21115         for symbols and the other miscellaneous characters.
21117         * language/korea-util.el (setup-korean-environment-internal):
21118         Make char-width-table suitable for Korean environments.
21119         (exit-korean-environment): Cancel above.
21121         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21122         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
21123         setup-function to make char-width-table suitable for respective
21124         environments, and an exit-function to cancel that.
21126         * language/japan-util.el (setup-japanese-environment-internal):
21127         Call use-cjk-char-width-table with arg `ja_JP'.
21129         * international/characters.el (cjk-char-width-table): Delete it.
21130         (cjk-char-width-table-list): New variable.
21131         (use-cjk-char-width-table): New arg local-name.
21132         (use-default-char-width-table): Fix for the case that Emacs is
21133         already using the default char-width-table.
21135 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
21137         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
21138         modes mandatory.  (Bug#3712)
21140 2009-06-29  Alan Mackenzie  <acm@muc.de>
21142         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
21143         correction between the visible width of TABs and their number of bytes.
21145 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
21147         * server.el (server-buffer-done): Prevent kill-buffer from
21148         prompting by clearing the buffer modification flag (Bug#3696).
21150 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
21152         * progmodes/verilog-mode.el (verilog-beg-of-statement)
21153         (verilog-endcomment-reason-re): Support unique case and priority case.
21154         (verilog-basic-complete-re): Support localparam lineup.
21155         (verilog-beg-of-statement-1): Fix for robustness, unique case.
21156         (verilog-set-auto-endcomments): Fix for unique case, always_comb
21157         commenting.
21158         (verilog-leap-to-case-head): Now support *nested* unique &
21159         priority case statements.
21160         (verilog-auto-lineup): Make just declarations the default (as it
21161         had been).
21162         (verilog-leap-to-case-head): Support priority/unique case statements.
21163         (verilog-auto-lineup): Rework to give users radio buttons to
21164         select the various styles of automatic lineup.
21165         (verilog-error-regexp-alist): Rework to support the XEmacs style
21166         of error regular expressions from compilers, lint tools &
21167         simulators.  Note that GNU Emacs has made it impossible for a mode
21168         to load such things.
21169         (electric-verilog-terminate-line, verilog-indent-declaration)
21170         (verilog-auto-wiure): Rework for radio button selection of
21171         auto-lineup selection of specification of auto lineup.
21172         (verilog-beg-of-statement-1): Redesign to support proper operation
21173         in additional code, based on testing with auto-lineup.
21174         (verilog-calculate-indent, assignments & declarations)
21175         (verilog-backward-token): Enhance to support auto-lineup of
21176         assignments & declarations.
21177         (verilog-in-directive-p, verilog-at-struct-p): New function for
21178         easy test of whether we are.
21179         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
21180         to support safe execution at almost anyline.
21181         (verilog-calc-1): Properly support indenting deep inside generate
21182         blocks.
21183         (verilog-init-font): Remove definition & use of verilog-init-font,
21184         as it is redundant with font-lock-defaults.
21185         (verilog-mode): Alter the definition of verilog-font-lock-defaults
21186         to avoid circular calls if syntax-ppss is a function (as is the
21187         case now in 22.x GNU Emacs) as that function would sometimes call
21188         itself, leading to (nearly) infinite recursion.
21189         (verilog-ovm-begin-re, verilog-ovm-end-re)
21190         (verilog-ovm-statement-re, verilog-leap-to-head)
21191         (verilog-backward-token): Add support for OVM macros.  Some are
21192         complete statements, and others open and close scopes like begin
21193         and end.
21194         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
21195         (verilog-defun-level-generate-only-re): Really fix the defun-list
21196         compilation issue.
21197         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
21198         coverpoint, constraint and cross statements.
21199         (verilog-defun-level-list, verilog-generate-defun-level-list)
21200         (verilog-all-defun-level-list): Redo these specifications - it is
21201         too hard to support eval-when compile aggregation of lists also
21202         built at when-compile time.
21203         (verilog-defun-level-list): Place defconsts of variables used in
21204         building regular expressions which are built in eval-when-compile
21205         bodies in the same eval-when-compile body to facilitate compile
21206         without load.
21207         (verilog-beg-block-re-ordered): Support indenting
21208         virtual/protected tasks and functions.
21209         (verilog-defun-level-list, verilog-in-generate-region-p)
21210         (verilog-backward-ws&directives, verilog-calc-1): Speed up
21211         indentation of some module items (generate items).
21212         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
21213         across virtual/protected tasks and functions.
21215 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
21217         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
21218         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
21219         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
21220         in concatenations.  Reported by Yishay Belkind.
21221         (verilog-auto-ascii-enum): Support one-hot state machines in
21222         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
21223         (verilog-auto-inst, verilog-auto-inst-port): Include interface
21224         modport in AUTOINST and add vl-modport for users.
21225         Reported by David Rogoff.
21226         (verilog-auto-inout-module, verilog-auto-inst)
21227         (verilog-decls-get-interfaces, verilog-insert-definition)
21228         (verilog-insert-one-definition, verilog-read-decls)
21229         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
21230         (verilog-sig-modport, verilog-signals-combine-bus)
21231         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
21232         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
21233         Suggested by David Rogoff.
21234         (verilog-repair-open-comma): Fix non-insertion of comma when
21235         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
21236         (verilog-make-width-expression): Simplify [A-1:0] expression
21237         widths to just {A{1'b0}}.
21238         (verilog-mode): Cleanup checkdoc warnings.
21239         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
21240         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
21241         inputs/outputs or data type.  Suggested by Vasu Kandadi.
21242         (next-error-last-buffer): Fix byte-compiler warning.
21243         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
21244         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
21245         or shell command text during AUTO expansion.  Suggested by Tad Truex.
21246         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
21247         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
21248         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
21249         in AUTOINOUT.  Reported by Matthew Lovell.
21250         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
21251         causing use of <= assignments.  Reported by Alex Reed.
21252         (verilog-read-decls): Fix triand, trior, wand, wor to be
21253         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
21254         (verilog-extended-complete-re): Support import "DPI-C" functions.
21255         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
21256         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
21257         (verilog-insert-date, verilog-insert-year)
21258         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
21259         Windows systems.  Reported by Michael Potts.
21260         (verilog-read-module-name): Fix AUTOINST when the child module
21261         declaration's name is a tick define.  Reported by Elliot Mednick.
21262         (verilog-read-decls): Fix V2K parameter bit subscripts getting
21263         passed to next parameter's definition.  Reported by Bruce T.
21264         (verilog-read-decls): Fix detecting "parameter int" when using
21265         AUTOINSTPARAM.  Reported by Bruce T.
21266         (verilog-goto-defun): Fix goto not finding modules unless first
21267         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
21268         (verilog-mode): Expand -f flag arguments on entry to mode so
21269         verilog-goto-defun will work.  Reported by Lawrence Butcher.
21270         (verilog-getopt): Expand environment variables in -f file
21271         arguments.  Suggested by Lawrence Butcher.
21272         (verilog-set-define): Fix "Symbol's value as variable is void"
21273         when reading enumerations.
21274         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
21275         Suggested by Stephen Peltan.
21276         (verilog-read-defines): Fix reading of enumerations in include
21277         files.  Reported by Steve Peltan.
21279 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
21281         * files.el (trash-directory): Fix defcustom type.
21283 2009-06-28  Juri Linkov  <juri@jurta.org>
21285         * help-fns.el (describe-function-1): Correctly locate adviced
21286         functions in hyperlink (Bug#2438).
21288 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
21290         * files.el (trash-directory): Change default to nil.
21291         (move-file-to-trash): If trash-directory is nil and
21292         system-move-file-to-trash is unbound, perform freedesktop-style
21293         trashing.
21295 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
21297         * files.el (move-file-to-trash): Add freedesktop trash
21298         support (Bug#973).
21300 2009-06-28  Glenn Morris  <rgm@gnu.org>
21302         * autorevert.el (global-auto-revert-non-file-buffers)
21303         (global-auto-revert-mode): Doc fixes.
21305 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
21307         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
21309 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
21311         * faces.el (x-handle-named-frame-geometry): Ensure that we have
21312         opened an X connection before calling x-get-resource (Bug#3194).
21314         * play/doctor.el: Remove reference to obsolete website.
21315         (make-doctor-variables): Correct grammar mistake (Bug#2633).
21317 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
21319         Remove find-file-not-found-hook VC method.  (Bug#2757)
21320         * vc-hooks.el (vc-file-not-found-hook)
21321         (vc-default-find-file-not-found-hook): Remove functions.
21322         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
21323         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
21324         * vc.el:
21325         * vc-hg.el:
21326         * vc-git.el: Do not mention find-file-not-found-hook VC method.
21328 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
21330         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
21331         compatibility function for `looking-back'.
21333         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
21334         Use `ispell-looking-back'.
21336 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
21338         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
21339         rather than `filename'.
21341 2009-06-23  Miles Bader  <miles@gnu.org>
21343         * face-remap.el (text-scale-set): New function.
21345 2009-06-23  Glenn Morris  <rgm@gnu.org>
21347         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
21349         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
21351         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
21353         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
21355         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
21356         Simplify Persian conditionals.
21358         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
21359         variable `filename'.
21361         * comint.el (comint-insert-input): Doc fix.
21363         * Makefile.in (ELCFILES): Fix typo in previous change.
21365 2009-06-23  Miles Bader  <miles@gnu.org>
21367         * cus-start.el: Add entry for `recenter-redisplay'.
21369 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21371         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
21372         Add an optional argument for the backend, use it instead of
21373         calling vc-backend.
21374         (vc-mode-line): Add an optional argument for the backend.
21375         Pass the backend to vc-state and vc-working-revision.  Move code for
21376         special handling for vc-state being a buffer to ...
21378         * vc-rcs.el (vc-rcs-find-file-hook):
21379         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
21381         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
21382         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
21383         vc-stay-local-p and vc-mode-line calls.
21385         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
21386         (vc-cvs-diff, vc-cvs-annotate-command)
21387         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
21388         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
21389         vc-mode-line calls.
21391         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
21392         direct comparison.
21393         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
21394         backend when calling vc-mode-line.
21395         (vc-register): Do not create a closure for calling the vc register
21396         function, call it directly.
21398 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21400         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
21401         to make it obvious item can be clicked.
21403         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
21405 2009-06-23  Kenichi Handa  <handa@m17n.org>
21407         * language/korea-util.el (korean-key-bindings): Change the binding
21408         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
21409         same command.
21411 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
21413         Sync with Tramp 2.1.16.
21415         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
21417         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
21418         when a loading of a package fails.  Completion function for rsync
21419         is `tramp-completion-function-alist-ssh'.
21420         (all): Replace all calls of `split-string' and
21421         `tramp-split-string' by `tramp-compat-split-string'.
21422         (tramp-default-method): Use `tramp-compat-process-running-p'.
21423         (tramp-default-proxies-alist): Allow also Lisp forms.
21424         (tramp-remote-path): Add choice "Private Directories".
21425         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
21426         (tramp-domain-regexp): Allow also "-", "_" and ".".
21427         (tramp-end-of-output): Remove newlines, and add "$" at the end.
21428         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
21429         (tramp-debug-message): Insert header line in debug buffer.
21430         (tramp-handle-directory-files-and-attributes-with-stat):
21431         Care about filenames with spaces, or starting with "-".
21432         (tramp-handle-dired-uncache): New defun.
21433         (tramp-handle-insert-directory): Don't flush the directory from
21434         cache, this is handled by `dired-uncache' now.
21435         (tramp-handle-insert-file-contents): Improve error handling.
21436         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21437         Quote `tramp-end-of-output'.
21438         (tramp-action-password): Improve trace message.
21439         (tramp-check-for-regexp): Both echoes must be present, before removing.
21440         (tramp-open-connection-setup-interactive-shell): Trace coding system.
21441         (tramp-compute-multi-hops): Eval cons cells of
21442         `tramp-default-proxies-alist'.
21443         (tramp-maybe-open-connection): Use the same command pattern for
21444         first hop and further hops.
21445         (tramp-wait-for-output): Remove handling of newlines.
21446         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
21447         (tramp-split-string): Remove function.  It is handled in
21448         tramp-compat now.
21450         * net/tramp-cmds.el (tramp-bug):
21451         Recommend `tramp-cleanup-all-connections' in the bug mail.
21453         * net/tramp-compat.el (tramp-compat-split-string)
21454         (tramp-compat-process-running-p): New defuns.
21456         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
21457         for `dired-uncache'.
21459         * net/tramp-gvfs.el: New package.
21461         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
21462         Add handler for `dired-uncache'.
21463         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
21465         * net/trampver.el: Update release number.  Make version check fit
21466         for SXEmacs 22.
21468 2009-06-22  Jim Meyering  <meyering@redhat.com>
21470         Automatically handle .xz suffix (XZ-compressed files), too.
21471         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
21472         XZ is the successor to LZMA: <http://tukaani.org/xz/>
21474 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
21475             Nick Roberts  <nickrob@snap.net.nz>
21477         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
21478         repository (http://sphinx.net.ru/hg/gdb-mi/).
21480 2009-06-22  Glenn Morris  <rgm@gnu.org>
21482         * files.el (dir-locals-collect-mode-variables): Allow for any number of
21483         `mode' and `eval' entries.  (Bug#3430)
21485         * Makefile.in (ELCFILES): Add fadr.elc.
21487         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
21488         differing behavior of \n and ^ in strings.  (Bug#3385)
21490         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
21492         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
21493         property.
21494         (lisp-indent-function): Make it a defcustom.
21496 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
21498         * progmodes/gdb-ui.el: Replace with ...
21499         * progmodes/gdb-mi.el: ... this file.
21500         * progmodes/gud.el: Modify for gdb-mi.el.
21502 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
21504         * fadr.el: New file.
21506 See ChangeLog.14 for earlier changes.
21508 ;; Local Variables:
21509 ;; coding: utf-8
21510 ;; End:
21512   Copyright (C) 2009-2011  Free Software Foundation, Inc.
21514   This file is part of GNU Emacs.
21516   GNU Emacs is free software: you can redistribute it and/or modify
21517   it under the terms of the GNU General Public License as published by
21518   the Free Software Foundation, either version 3 of the License, or
21519   (at your option) any later version.
21521   GNU Emacs is distributed in the hope that it will be useful,
21522   but WITHOUT ANY WARRANTY; without even the implied warranty of
21523   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21524   GNU General Public License for more details.
21526   You should have received a copy of the GNU General Public License
21527   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.