* src/emacs.c (syms_of_emacs) <system-type>: Doc fix.
[emacs.git] / lisp / ChangeLog
blobf1d7de08332f96343dadb3e110205d67457643fa
1 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4         in mail buffer; make yank-action always a command that yanks original
5         buffer.
7 2010-11-09  Glenn Morris  <rgm@gnu.org>
9         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
11 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * minibuffer.el (minibuffer-completion-help): Specify the end of the
14         completion field (bug#7211).
16         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
17         Fix handling of backslash escapes.
18         (python-quote-syntax): Adjust accordingly.
20 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
22         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
23         (vc-mtn-workfile-branch): Adjust to new output format.
25 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27         * international/mule-cmds.el (princ-list): Mark as obsolete.
29 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * emacs-lisp/smie.el: New package.
33 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
35         * files.el (backup-by-copying-when-mismatch):
36         Set `permanent-local' property.
38         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
39         `permanent-local' property for `backup-by-copying-when-mismatch'.
41 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
43         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
45 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
47         * progmodes/verilog-mode.el (verilog-insert-one-definition)
48         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
49         AUTOINOUT for SV style multidimensional arrays, bug294.
50         Reported by Eric Mastromarchi.
51         (verilog-preprocess): Use with-current-buffer and
52         font-lock-fontify-buffer to cleanup style issues.
54 2010-11-09  Glenn Morris  <rgm@gnu.org>
56         * locate.el (locate, locate-mode): Doc fixes.
58 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
60         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
61         user for confirmation.
62         (server-force-stop): Use it.
63         (server-start): Use server-force-stop for kill-emacs-hook, to
64         avoid user interaction while killing Emacs.
66 2010-11-09  Glenn Morris  <rgm@gnu.org>
68         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
69         (meta-indent-line): Simplify.
71         * vc/emerge.el (emerge-line-number-in-buf):
72         * textmodes/ispell.el (ispell-region):
73         * textmodes/fill.el (current-fill-column):
74         * progmodes/xscheme.el (xscheme-send-current-line):
75         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
76         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
77         * progmodes/sh-script.el (sh-handle-prev-do):
78         * progmodes/meta-mode.el (meta-indent-line):
79         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
80         (idlwave-in-quote):
81         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
82         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
83         * progmodes/fortran.el (fortran-looking-at-if-then):
84         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
85         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
86         (cperl-find-pods-heres):
87         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
88         * net/quickurl.el (quickurl-list-insert):
89         * net/ldap.el (ldap-search-internal):
90         * net/eudc.el (eudc-expand-inline):
91         * mail/sendmail.el (sendmail-send-it):
92         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
93         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
94         (viper-brac-function):
95         * calc/calc-yank.el (calc-do-grab-region):
96         * calc/calc-keypd.el (calc-keypad-press):
97         * term.el (term-move-columns, term-insert-spaces):
98         * speedbar.el (speedbar-highlight-one-tag-line):
99         * simple.el (current-word):
100         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
101         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
102         (Info-scroll-down):
103         * hippie-exp.el (he-line-beg):
104         * epa.el (epa--marked-keys):
105         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
106         (dired-update-file-line, dired-add-entry, dired-remove-entry)
107         (dired-relist-entry):
108         * buff-menu.el (Buffer-menu-buffer):
109         * array.el (current-line):
110         * allout.el (allout-resolve-xref)
111         (allout-latex-verbatim-quote-curr-line):
112         Replace yet more uses of end-of-line etc with line-end-position, etc.
114 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
117         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
118         (checkdoc-syntax-table): Initialize in the declaration.
119         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
120         the mode on unconditionally.
122         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
123         (extent-end-position, extent-start-position): Remove setf method for
124         non-existing functions (bug#7319).
126 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
129         (smie-precs->prec2): Rename from smie-precs-precedence-table.
130         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
131         (smie-prec2->grammar): Rename from smie-prec2-levels.
132         (smie-grammar): Rename from smie-op-levels.
133         (smie-indent--hanging-p): Rename from smie-hanging-p.
134         (smie-rule-hanging-p): New alias.
135         (smie-indent--bolp): Rename from smie-bolp.
136         (smie-indent--hanging-p): New alias.
137         (smie--token): New dynamically bound variable.
138         (smie-indent--parent): New function.
139         (smie-rule-parent-p): Use it; rename from smie-parent-p.
140         (smie-rule-next-p): Rename from smie-next-p.
141         (smie-rule-prev-p): Rename from smie-prev-p.
142         (smie-rule-sibling-p, smie-rule-parent)
143         (smie-indent--separator-outdent, smie-rule-separator): New functions.
144         (smie-rule-separator-outdent): New var.
145         (smie-indent--rule): Merge with smie-indent--column.
146         (smie-indent-forward-token, smie-indent-backward-token):
147         Also recognize close parens.
148         (smie-indent-keyword): Don't use smie-indent--column any more.
149         (smie-indent-after-keyword): Ignore closers by default.
150         (smie-indent-line): Use with-demoted-errors.
151         * progmodes/octave-mod.el (octave-smie-grammar):
152         Rename from octave-smie-op-levels.
153         (octave-smie-rules): Adjust to new behavior.
154         * progmodes/prolog.el (prolog-smie-grammar):
155         Rename from prolog-smie-op-levels.
157 2010-11-07  Glenn Morris  <rgm@gnu.org>
159         * eshell/esh-util.el (subst-char-in-string)
160         (directory-files-and-attributes): These compatibility definitions are
161         not needed on any version of Emacs since at least 21.4.
163         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
164         (verilog-get-end-of-line): Remove.
165         (verilog-within-string, verilog-re-search-forward-substr)
166         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
167         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
168         Use point-at-bol, point-at-eol.
169         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
170         Remove.
171         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
172         (electric-pascal-terminate-line, pascal-set-auto-comments)
173         (pascal-indent-paramlist, pascal-indent-declaration)
174         (pascal-get-lineup-indent, pascal-func-completion)
175         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
176         Use point-at-bol, point-at-eol.
177         * progmodes/flymake.el (flymake-line-beginning-position)
178         (flymake-line-end-position): Remove.
179         (flymake-highlight-line): Use point-at-bol, point-at-eol.
180         * eshell/esh-util.el (line-end-position, line-beginning-position):
181         Remove compat definitions.
183         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
184         Use end-of-line N.
185         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
186         Use line-end-position.
188         * emacs-lisp/chart.el (chart-zap-chars):
189         * play/decipher.el (decipher-set-map):
190         * progmodes/ada-mode.el (ada-get-current-indent)
191         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
192         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
193         * progmodes/ada-xref.el (ada-initialize-runtime-library)
194         (ada-get-all-references):
195         * progmodes/cperl-mode.el (cperl-electric-paren)
196         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
197         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
198         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
199         (cperl-word-at-point-hard):
200         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
201         (idlwave-shell-filename-string, idlwave-shell-batch-command)
202         (idlwave-shell-display-line):
203         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
204         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
205         * progmodes/js.el (js--re-search-forward-inner)
206         (js--re-search-backward-inner):
207         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
208         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
209         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
210         * textmodes/flyspell.el (flyspell-process-localwords):
211         * textmodes/ispell.el (ispell-buffer-local-parsing)
212         (ispell-buffer-local-dict, ispell-buffer-local-words):
213         Use point-at-bol and point-at-eol.
215         * speedbar.el (speedbar-generic-item-info)
216         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
217         (speedbar-add-indicator, speedbar-check-vc-this-line)
218         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
219         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
220         Replace more uses of end-of-line etc with line-end-position.
222 2010-11-06  Glenn Morris  <rgm@gnu.org>
224         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
225         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
226         (texinfo-delete-existing-pointers, texinfo-find-pointer)
227         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
228         (texinfo-multiple-files-update):
229         * textmodes/table.el (table--probe-cell-left-up)
230         (table--probe-cell-right-bottom):
231         * textmodes/picture.el (picture-tab-search):
232         * textmodes/page-ext.el (pages-copy-header-and-position)
233         (pages-directory-for-addresses):
234         * progmodes/vera-mode.el (vera-get-offset):
235         * progmodes/simula.el (simula-calculate-indent):
236         * progmodes/python.el (python-pdbtrack-overlay-arrow):
237         * progmodes/prolog.el (end-of-prolog-clause):
238         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
239         * progmodes/icon.el (indent-icon-exp):
240         * progmodes/etags.el (tag-re-match-p):
241         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
242         * progmodes/ebnf2ps.el (ebnf-begin-file):
243         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
244         (dcl-save-local-variable):
245         * play/life.el (life-setup):
246         * play/gametree.el (gametree-looking-at-ply):
247         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
248         * mail/sendmail.el (mail-mode-auto-fill):
249         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
250         * emacs-lisp/edebug.el (edebug-overlay-arrow):
251         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
252         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
253         (woman-tab-to-tab-stop, WoMan-warn-ignored):
254         * type-break.el (type-break-file-keystroke-count):
255         * term.el (term-replace-by-expanded-history-before-point)
256         (term-skip-prompt, term-extract-string):
257         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
258         (speedbar-contract-line, speedbar-toggle-line-expansion)
259         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
260         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
261         * sort.el (sort-skip-fields):
262         * skeleton.el (skeleton-internal-list):
263         * simple.el (line-move-finish, line-move-to-column):
264         * shell.el (shell-forward-command):
265         * misc.el (copy-from-above-command):
266         * makesum.el (double-column):
267         * ebuff-menu.el (electric-buffer-update-highlight):
268         * dired.el (dired-move-to-end-of-filename):
269         * dframe.el (dframe-popup-kludge):
270         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
271         * arc-mode.el (archive-get-lineno):
272         Use line-end-position and line-beginning-position.
274         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
275         (idlwave-study-twins): Prefix dynamic local `class'.
276         (idlwave-routine-twin-compare): Update for above name change.
278         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
279         Use boundp tests to silence compiler.  Update for changed name of
280         bytecomp-filename variable.
282         * emulation/viper-cmd.el (viper-read-string-with-history):
283         Prefix dynamic local `initial'.
284         (viper-minibuffer-standard-hook): Update for above name change.
286         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
287         (elint-init-form): Update for above name change.
289         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
290         local variables `cbeg' and `cend' a prefix.
291         (mail-extr-voodoo): Update for above name change.
293         * textmodes/reftex-toc.el (reftex-toc-do-promote)
294         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
295         (reftex-toc-promote-action): Doc fix.
297         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
298         `prompt', `data' a prefix.
299         (reftex-select-post-command-hook, reftex-select-callback)
300         (reftex-select-mouse-accept, reftex-select-read-cite):
301         Update for above name changes.
303         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
304         `refstyle' to reftex-refstyle.
305         (reftex-offer-label-menu): Update for above name change.
306         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
307         `refstyle' name change.
309         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
310         with with-current-buffer.
311         (diff, template): Give dynamic local variables a prefix.
312         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
313         (emerge-line-number-in-buf): Update for above name change.
314         (emerge-combine-versions-internal): Rename local `template' to
315         emerge-combine-template.
316         (emerge-combine-versions-edit): Update for above name change.
318 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
320         * textmodes/reftex-cite.el
321         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
322         entries with whitespace after \bibitem.
323         (reftex-create-bibtex-file): Match entries containing numbers and
324         symbol constituents.  Make sure that entries with whitespace at
325         various places are found.
327 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
329         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
331 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
333         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
335 2010-11-05  Glenn Morris  <rgm@gnu.org>
337         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
338         (woman2-roff-buffer): Give local variable `request' a prefix.
339         (woman0-macro): Rename argument `request' in the same way.
340         (woman-request): New name for `request' dynamic variable.
341         (woman-unquote, woman-forward-arg): Update for above name change.
342         (woman1-roff-buffer): Give local variable `unquote' a prefix.
343         (woman1-unquote): New name for `unquote' dynamic variable.
344         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
345         (woman-translations): Rename from `translations'.  No longer global.
346         (woman2-tr, woman-translate): Update for above name change.
347         (woman-translate): Check for bound variable.
348         (woman2-roff-buffer): Give local variable `translations' a prefix.
350         * play/doctor.el: Give all local variables a prefix.  Update callers.
351         (doc$, doctor-put-meaning): Use backquote.
353         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
354         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
356         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
357         variables bytes, ptr, op a prefix.
358         (disassemble-offset): Update for above change.
360 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
362         * emacs-lisp/package.el (package-unpack): Remove no-op.
363         (package--builtins, package--dir): Doc fix.
364         (package-activate-1, package-activate, package-install)
365         (package-compute-transaction): Fix error message.
366         (package-delete): Use delete-directory.  Omit system packages.
367         (package-initialize): Set package-alist to nil first.
368         (package-menu-mark-delete, package-menu-mark-install): Don't add
369         symbols that are inconsistent with the package state.
370         (package-menu-execute): Perform deletions and installations as
371         single batch operations.
373 2010-11-03  Glenn Morris  <rgm@gnu.org>
375         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
376         (props): Remove unnecessary declaration.
378         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
379         set-process-query-on-exit-flag.
381         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
382         (reftex-toc-do-promote): Remove unused local `mpos'.
383         (reftex-toc-restore-region): Make `mpos' local to this function.
385         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
387         * play/landmark.el (lm-losing-threshold): Correct spelling.
388         (lm-human-plays): Use new name.
390         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
391         (gomoku-human-plays): Use new name.
393         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
394         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
395         (gomoku-score-trans-table, gomoku-winning-threshold)
396         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
398 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
400         * emacs-lisp/package.el: Don't put built-in packages in
401         package-alist, to avoid loading inefficiencies.
402         (package-built-in-p): Make VERSION optional, and treat it as a
403         minimum acceptable version.
404         (package-activate): Search separately for built-in packages.  Emit
405         a warning if a dependency fails.
406         (define-package): Handle most common case, where there is no
407         obsolete package, first.
408         (package-compute-transaction): Print required version in error.
409         (package--initialized): New variable.
410         (list-packages): Use it.
411         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
412         built-in packages in packages-alist; keep it separate.  Set
413         package--initialized.
414         (describe-package): Avoid activating packages as a side-effect.
415         Search separately for built-in packages.
416         (describe-package-1): Handle the case where an elpa package is
417         simultaneously built-in and available/installed.
418         (package-installed-p, package--generate-package-list): Search
419         separately for built-in packages.
420         (package-load-descriptor): Doc fix.
422 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * progmodes/perl-mode.el (perl-syntax-propertize-function):
425         Handle __DATA__ and __END__.
427 2010-11-02  Noah Friedman  <friedman@splode.com>
429         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
430         nil, do not ask to recompile files that are not already compiled,
431         and do not recompile them.
433 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
435         * emacs-lisp/package.el (package-initialize): Ensure that
436         obsoleted built-in packages are not in package-activated-list
437         during activation.
438         (describe-package-1): Make the "installed" status override
439         "built-in".
441 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
443         * subr.el (version-separator, version-regexp-alist): Remove '*'
444         from docstring.
445         (version-list-<=, version<=, version=): Doc fix.
447 2010-11-01  Kenichi Handa  <handa@m17n.org>
449         * faces.el (glyphless-char): Inherit underline for tty.
451 2010-11-01  Kenichi Handa  <handa@m17n.org>
453         Implement various display methods for glyphless characters.
455         * international/characters.el (char-acronym-table): New variable.
456         (glyphless-char-control): New variable.
457         (update-glyphless-char-display): New funciton.
459         * faces.el (glyphless-char): New face.
461 2010-11-01  Glenn Morris  <rgm@gnu.org>
463         * calendar/holidays.el (general-holidays, oriental-holidays)
464         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
465         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
466         the definitions of their targets.
468         * emacs-lisp/smie.el (smie): New custom group.
469         (smie-blink-matching-inners, smie-indent-basic): Add :group.
471         * faces.el (xw-defined-colors, x-setup-function-keys):
472         * mouse-sel.el (x-select-text):
473         * term/w32console.el (x-setup-function-keys): Update declarations.
475         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
477         * textmodes/ispell.el (comment-add): Declare.
479         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
480         Declare.
482         * info.el (finder-keywords-hash, package-alist): Declare.
484 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
486         * finder.el (finder-compile-keywords): Don't use intern-soft,
487         since package names may not yet exist in the obarray.
489 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
491         * vc/vc-arch.el (vc-arch-checkin):
492         * vc/vc-cvs.el (vc-cvs-checkin):
493         * vc/vc-mtn.el (vc-mtn-checkin):
494         * vc/vc-rcs.el (vc-rcs-checkin):
495         * vc/vc-sccs.el (vc-sccs-checkin):
496         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
497         since 2010-04-21 commit by Stefan Monnier.
499 2010-11-01  Glenn Morris  <rgm@gnu.org>
501         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
503         * startup.el (package-enable-at-startup, package-initialize):
504         Silence compiler.
506         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
507         Silence compiler.
509 2010-10-31  Julien Danjou  <julien@danjou.info>
511         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
512         (byte-recompile-directory):
513         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
514         Use `byte-recompile-file'.
516 2010-10-31  Glenn Morris  <rgm@gnu.org>
518         * cus-start.el: Handle standard values via a keyword.
519         Only set version property if specified.
520         (cursor-in-non-selected-windows, menu-bar-mode)
521         (tool-bar-mode, show-trailing-whitespace):
522         Do not specify standard values.
523         (transient-mark-mode, temporary-file-directory): Use :standard.
525 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
527         * term/x-win.el (x-get-selection-value): New function that gets
528         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
530 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
532         * net/tramp.el (tramp-handle-insert-file-contents): For root,
533         preserve owner and group when editing files.  (Bug#7289)
535 2010-10-31  Glenn Morris  <rgm@gnu.org>
537         * speedbar.el (speedbar-mode):
538         * play/fortune.el (fortune-in-buffer, fortune):
539         * play/gomoku.el (gomoku-mode):
540         * play/landmark.el (lm-mode):
541         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
542         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
544         * select.el (x-selection): Mark it as an obsolete alias.
546 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
548         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
549         major-mode (bug#7284).
551 2010-10-31  Glenn Morris  <rgm@gnu.org>
553         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
554         rather than just an unused variable that inherits from the real one.
556 2010-10-31  Alan Mackenzie  <acm@muc.de>
558         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
559         This fixes bug #7185.
561 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
563         * startup.el (command-line): Search for package directories, and
564         don't load package.el if none are found.
566         * emacs-lisp/package.el (describe-package, list-packages): Call
567         package-initialize if it has not been called yet.
569 2010-10-30  Alan Mackenzie  <acm@muc.de>
571         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
572         which fontifies the tail of an enum.
573         (c-basic-matchers-after): Insert a call to the above new function.
574         This fixes bug #7264.
576 2010-10-30  Glenn Morris  <rgm@gnu.org>
578         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
579         tool-bar-mode, transient-mark-mode.  (Bug#7306)
580         Include the :set property in the dumped Emacs.
582 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
584         SMIE: change indent rules format, improve smie-setup.
585         * emacs-lisp/smie.el (smie-precs-precedence-table)
586         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
587         Mark them pure so the tables gets built at compile time.
588         (smie-bnf-precedence-table): Store the closer-alist in the table.
589         (smie-prec2-levels): Preserve the closer-alist.
590         (smie-blink-matching-open): Be more forgiving in case of indentation.
591         (smie-hanging-p): Rename from smie-indent--hanging-p.
592         (smie-bolp): Rename from smie-indent--bolp.
593         (smie--parent, smie--after): New dynamic vars.
594         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
595         (smie-indent-rules): Remove.
596         (smie-indent--offset-rule): Remove fun.
597         (smie-rules-function): New var.
598         (smie-indent--rule): New fun.
599         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
600         (smie-indent-exps): Use it.
601         (smie-setup): Setup paren blinking; add keyword args for token
602         functions; extract closer-alist from op-levels.
603         (smie-indent-debug-log): Remove var.
604         (smie-indent-debug): Remove fun.
605         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
606         (prolog-smie-rules): New fun to replace it.
607         (prolog-mode-variables): Simplify.
608         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
609         it's setup automatically.
610         (octave-smie-indent-rules): Remove.
611         (octave-smie-rules): New fun to replace it.
612         (octave-mode): Simplify.
614 2010-10-29  Glenn Morris  <rgm@gnu.org>
616         * files.el (temporary-file-directory): Remove (already defined in C).
617         * cus-start.el: Add temporary-file-directory.
619         * abbrev.el (abbrev-mode):
620         * composite.el (auto-composition-mode):
621         * menu-bar.el (menu-bar-mode):
622         * simple.el (transient-mark-mode):
623         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
624         that they do not define the associated variables twice.
625         * simple.el (transient-mark-mode): Remove defvar.
626         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
627         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
628         Handle multiple groups, and also custom-delayed-init-variables.
629         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
631 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
634         (pcase-if): Add one minor optimization.
635         (pcase-split-equal): Rename from pcase-split-eq.
636         (pcase-split-member): Rename from pcase-split-memq.
637         (pcase-u1): Add strings to the member optimization.
638         Add `guard' variant of predicates.
639         (pcase-q1): Add string patterns.
641 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
645 2010-10-28  Glenn Morris  <rgm@gnu.org>
647         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
648         Move menu-bar related settings to ../menu-bar.el.
649         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
650         Move ns-specific settings here from term/ns-win.el.
652         * simple.el (x-selection-owner-p): Remove unused declaration.
654 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
656         * minibuffer.el (completion-cycling): New var (bug#7266).
657         (minibuffer-complete, completion--do-completion):
658         Use completion--flush-all-sorted-completions.
659         (minibuffer-complete): Only cycle if completion-cycling is set.
660         (completion--flush-all-sorted-completions): Unset completion-cycling.
661         (minibuffer-force-complete): Set completion-cycling.
662         (completion-all-sorted-completions): Move declaration before first use.
664 2010-10-28  Leo  <sdl.web@gmail.com>
666         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
667         which changes the order of matches seen by users (bug#7231).
669 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
671         * progmodes/compile.el (compilation-mode-font-lock-keywords):
672         Don't confuse -omega as "-o mega".
674 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
677         (log-edit-author): New dynamic var.
678         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
679         to return the author if different from committer.
680         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
682         * play/landmark.el: Adjust commenting convention.
683         (lm-nil-score): Rename from nil-score.
684         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
685         (OOOOscore): Move into a let in lm-score-trans-table.
686         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
688         * electric.el (electric-indent-chars): Autoload.
689         * progmodes/octave-mod.el (octave-mode):
690         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
691         (ruby-mode-abbrev-table): Merge initialization and declaration.
693 2010-10-27  Glenn Morris  <rgm@gnu.org>
695         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
696         variable.
698         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
700         * term/ns-win.el: Restore require of cl when compiling.
701         (menu-bar-final-items): Remove non-existent `windows' menu.
702         (ns-handle-nxopen): Optionally handle the temp-case.
703         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
704         (ns-insert-file, ns-find-file): Use `pop'.
706 2010-10-26  Glenn Morris  <rgm@gnu.org>
708         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
710 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
712         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
713         global map.
714         * term/common-win.el (x-setup-function-keys): Remove most of the
715         keymappings.  Comment on the remaining ones.
717 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
719         * server.el (server-port): New option.  (Bug#854)
720         (server-start): Use server-port.
722 2010-10-26  Glenn Morris  <rgm@gnu.org>
724         * term/ns-win.el (ns-version-string): Remove unused declaration.
725         (ns-invocation-args): Change to x-invocation-args.
726         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
727         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
728         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
729         Use x-invocation-args instead of ns-invocation-args.
730         (ns-initialize-window-system, handle-args-function-alist):
731         Use x-handle-args instead of ns-handle-args.
732         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
733         * startup.el (command-line-ns-option-alist): Replace
734         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
735         ns-handle-iconic with the x- equivalents.
737         * term/common-win.el (x-select-enable-clipboard):
738         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
740         * term/ns-win.el: No need to require cl when compiling.
741         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
742         (xw-defined-colors): Use the common-win definitions.
743         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
744         (ns-handle-iconic): Make it an alias for x-handle-iconic.
745         * term/common-win.el (x-select-text, x-alternatives-map)
746         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
747         * loadup.el [ns]: Load common-win.
749 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
751         * epa-mail.el (epa-mail-encrypt): Handle local-part only
752         recipients; expand mail aliases (Bug#7280).
754 2010-10-25  Glenn Morris  <rgm@gnu.org>
756         * term/common-win.el (x-handle-switch): Simplify with pop.
757         Optionally handle numeric switches.
758         (x-handle-numeric-switch): Just call x-handle-switch.
759         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
760         (x-handle-name-switch, x-handle-display, x-handle-args):
761         Simplify with pop.
763         * term/ns-win.el: Do not require easymenu.
764         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
765         <spell>: Move adjustments to menu-bar.el.
766         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
767         <separator-undo, spell>: Move ns-win's adjustments here.
768         * loadup.el [ns]: Do not load easymenu.
770 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
772         * image.el (image-checkbox-checked, image-checkbox-unchecked):
773         Delete (Bug#7222).
775         * startup.el (fancy-startup-tail): Instead of using inline images,
776         refer to image files from etc/.
778         * wid-edit.el (checkbox): Likewise.
779         (widget-image-find): Center image specs.
781 2010-10-24  Glenn Morris  <rgm@gnu.org>
783         * term/ns-win.el (x-select-text): Doc fix.
784         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
785         (x-select-text): Move to term/common-win.
786         * term/w32-win.el (xw-defined-colors): Move to common-win.
787         * term/x-win.el (xw-defined-colors, x-alternatives-map)
788         (x-setup-function-keys, x-select-text): Move to common-win.
789         * term/common-win.el (x-select-text, x-alternatives-map)
790         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
791         definitions here.
793 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
795         * net/mairix.el (mairix-searches-mode-map):
796         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
798 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
800         * verilog-mode.el (verilog-directive-re): Make this variable
801         auto-built for efficiency of execution and updating.
802         (verilog-extended-complete-re): Support 'pure' fucntion & task
803         declarations (these have no bodies).
804         (verilog-beg-of-statement): General cleanup to enable support of
805         'pure' fucntion & task declarations (these have no bodies).
806         These efforts together fix Verilog bug210 from veripool; which was also
807         noticed by Steve Pearlmutter.
808         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
809         (verilog-directive-nest-re, verilog-set-auto-endcomments):
810         Support `elsif.  Reported by Shankar Giri.
811         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
812         attribute handling for lining up declarations and assignments.
813         (verilog-beg-of-statement-1): Fix issue where continued declaration
814         is indented differently if it is after a begin..end clock.
815         (verilog-in-attribute-p, verilog-skip-backward-comments)
816         (verilog-skip-forward-comment-p): Support proper treatment of
817         attributes by indent code. Reported by Jeff Steele.
818         (verilog-in-directive-p): Fix comment to correctly describe function.
819         (verilog-backward-up-list, verilog-in-struct-region-p)
820         (verilog-backward-token, verilog-in-struct-p)
821         (verilog-in-coverage-p, verilog-do-indent)
822         (verilog-pretty-declarations): Use verilog-backward-up-list as
823         wrapper around backward-up-list inorder to properly skip comments.
824         Reported by David Rogoff.
825         (verilog-property-re, verilog-endcomment-reason-re)
826         (verilog-beg-of-statement, verilog-set-auto-endcomments)
827         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
828         of if). Reported by Max Bjurling and
829         (verilog-calc-1): Fix for clocking block in modport
830         declaration. Reported by Brian Hunter.
832 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
834         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
835         (verilog-gate-keywords, verilog-read-sub-decls)
836         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
837         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
838         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
839         (verilog-read-decls): Fix spaces in V2K module parameters causing
840         mis-identification as interfaces, bug287.
841         (verilog-read-decls): Fix not treating "parameter string" as a
842         parameter in AUTOINSTPARAM.
843         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
844         treating `elsif similar to `endif inside AUTOSENSE.
845         (verilog-do-indent): Implement correct automatic or static task or
846         function end comment highlight. Reported by Steve Pearlmutter.
847         (verilog-font-lock-keywords-2): Fix highlighting of single
848         character pins, bug264.  Reported by Michael Laajanen.
849         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
850         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
851         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
852         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
853         (verilog-pretty-expr): Fix interactive arguments, bug272.
854         Reported by Mark Johnson.
855         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
856         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
857         bug269. Suggested by Gary Delp.
858         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
859         (verilog-preprocessor, verilog-set-compile-command):
860         Create verilog-preprocess and verilog-preprocessor to show
861         preprocessed output.
862         (verilog-get-beg-of-line, verilog-get-end-of-line)
863         (verilog-modi-file-or-buffer, verilog-modi-name)
864         (verilog-modi-point, verilog-within-string): Move defmacro's
865         before first use to avoid warning. Reported by Steve Pearlmutter.
866         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
867         (verilog-colorize-region, verilog-highlight-buffer)
868         (verilog-highlight-includes, verilog-highlight-modules)
869         (verilog-highlight-region, verilog-mode): Rename colorize to
870         highlight to match other packages.  Disable module highlighting,
871         as received speed complaints, reenable for experimentation only
872         using new verilog-highlight-modules.
873         (verilog-read-decls): Fix regexp stack overflow in very large
874         AUTO_TEMPLATEs, bug250.
875         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
876         (verilog-scan): Create verilog-save-buffer-state to standardize
877         making insignificant changes that shouldn't call hooks.
878         (verilog-save-no-change-functions, verilog-save-scan-cache)
879         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
880         Create verilog-save-no-change-functions to wrap verilog-scan
881         preservation, and fix to work with nested preserved calls.
882         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
883         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
884         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
885         (verilog-submit-bug-report): Update variable list to be complete.
886         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
887         breaking on-the-fly font-locking.
888         (verilog-colorize-buffer, verilog-colorize-include-files)
889         (verilog-colorize-include-files-buffer, verilog-colorize-region)
890         (verilog-load-file-at-mouse, verilog-load-file-at-point)
891         (verilog-mode, verilog-read-inst-module-matcher): With point on a
892         AUTOINST cell instance name, middle mouse button now finds-file on
893         it.  Suggested by Brad Dobbie.
894         (verilog-alw-get-temps, verilog-auto-reset)
895         (verilog-auto-sense-sigs, verilog-read-always-signals)
896         (verilog-read-always-signals-recurse): Fix loop indexes being
897         AUTORESET. AUTORESET now assumes any variables in the
898         initialization section of a for() should be ignored.  Reported by
899         Dan Dever.
900         (verilog-error-font-lock-keywords)
901         (verilog-error-regexp-emacs-alist)
902         (verilog-error-regexp-xemacs-alist): Fix error detection of
903         Cadence HAL, reported by David Asher.  Repair drift between the
904         three similar error variables.
905         (verilog-modi-lookup, verilog-modi-lookup-cache)
906         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
907         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
908         Fix slow verilog-auto expansion on very large files.
909         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
910         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
911         "{1*2{...".  Broke in last revision.
912         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
913         submodule connections with replications "{#{a},#{b}}".
915 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
917         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
918         Fix typo in docstring.
920 2010-10-24  Kenichi Handa  <handa@m17n.org>
922         * face-remap.el (text-scale-adjust): Call read-event with a proper
923         prompt.
925 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
927         * emacs-lisp/unsafep.el: Don't mark functions that display
928         messages as safe.  Suggested by Johan Bockgård.
930 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
932         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
933         Turn comments into docstrings.
935         * minibuffer.el (completion--replace): Move point where it belongs
936         when there's a common suffix (bug#7215).
938 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
940         Merge read-color and facemenu-read-color (Bug#7242).
942         * faces.el (read-color): Use the completion code from
943         facemenu-read-color.  Require match in completion.  Doc fix.
945         * facemenu.el (facemenu-read-color): Alias for read-color.
946         (facemenu-set-foreground, facemenu-set-background): Use
947         read-color.
949         * frame.el (set-background-color, set-foreground-color)
950         (set-cursor-color, set-mouse-color, set-border-color): Use
951         read-color.
953 2010-10-24  Leo  <sdl.web@gmail.com>
955         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
956         argument of delete-file and delete-directory (Bug#7011).
958 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
960         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
961         button-buffer-map.
963 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
965         * emacs-lisp/package.el (package--generate-package-list): Make the
966         *Packages* buffer read-only.
968 2010-10-24  Alan Mackenzie  <acm@muc.de>
970         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
971         result of `c-beginning-of-decl-1' between invocations of a lambda
972         function (Bug #7265).
974 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
976         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
977         executable is not available on the system (Bug#7268).
979 2010-10-24  Glenn Morris  <rgm@gnu.org>
981         * select.el (selection-coding-system, next-selection-coding-system):
982         Sync doc with C versions.
984         * w32-vars.el (x-select-enable-clipboard):
985         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
986         * term/common-win.el (x-select-enable-clipboard): Move here.
988         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
989         definition of C variable.
991         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
992         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
993         Don't redefine things that are defined in C.
994         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
995         (show-trailing-whitespace, auto-hscroll-mode)
996         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
997         Set up the appropriate custom properties.
999 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1001         Bind "C-c ]" to ...
1002         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1003         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1004         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1005         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1007 2010-10-23  Glenn Morris  <rgm@gnu.org>
1009         * textmodes/flyspell.el (flyspell-mode): If there was an error,
1010         say what it was.
1012         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1013         Sync docs with C version.
1015         * term/ns-win.el (xw-defined-colors):
1016         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1018         * term/pc-win.el (x-select-enable-clipboard):
1019         * term/x-win.el (x-select-enable-clipboard):
1020         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1022         * comint.el (comint-password-prompt-regexp): Make it less vague.
1023         Bump version.
1025         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1027         * help.el (finder-by-keyword): Remove unnecessary autoload.
1029 2010-10-22  Glenn Morris  <rgm@gnu.org>
1031         * loadup.el: Unconditionally load float-sup.
1032         * paren.el (show-paren-delay):
1033         * emacs-lisp/float-sup.el:
1034         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1035         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1036         (lazy-lock-stealth-verbose): Assume float support.
1037         * ps-print.el: Assume float support on Emacs.
1038         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1039         Remove non-float branch.
1041         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1042         src/Makefile no longer being pre-processed.
1044 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * emacs-lisp/find-func.el (find-library): Use test-completion.
1048 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1052 010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1054         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1055         space in stat format string.
1056         (tramp-send-command): Unset $PS1 when using here documents, in
1057         order not to get several prompts.
1058         (tramp-get-inline-coding): Return `nil' in case of errors.
1060 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
1062         * hexl.el (hexl-mode, hexl-mode-exit):
1063         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1064         (hexl-revert-buffer-function): New function.
1065         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1067 2010-10-19  Alan Mackenzie  <acm@muc.de>
1069         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1070         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1071         that these keywords aren't wrongly matched as identifiers.
1073         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1074         setting of c-new-BEG and c-new-END from c-before-change to
1075         c-after-change.  (Bug#7181)
1077 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1079         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1080         Don't mark as safe.
1082         * custom.el (custom-theme-set-variables): Likewise.
1083         (load-theme): Add custom-theme-set-faces and
1084         custom-theme-set-variables to safe-functions while loading.
1085         (custom-enabled-themes): Mark as risky.
1087 2010-10-18  Julien Danjou  <julien@danjou.info>
1089         * bindings.el: Remove end dashes in default mode-line-format.
1091 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1093         * bindings.el (global-map): Bind C-d to delete-char and deletechar
1094         to delete-forward-char.
1096         * simple.el (normal-erase-is-backspace-mode): Remap delete to
1097         deletechar, and hence delete-forward-char.
1099 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * repeat.el (repeat): Use read-key (bug#6256).
1103 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1105         * emacs-lisp/unsafep.el: Don't mark functions that display
1106         messages as safe.  Suggested by Johan Bockgård.
1108 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1110         * minibuffer.el (completion--replace): Move point where it belongs
1111         when there's a common suffix (bug#7215).
1113 2010-10-19  Kenichi Handa  <handa@m17n.org>
1115         * international/characters.el: Add category '|' (word breakable)
1116         to fullwidth characters.
1118 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1120         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1121         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1122         order to make stat results a float.  Patch by Andreas Schwab
1123         <schwab@linux-m68k.org>.
1125 2010-10-18  Julien Danjou  <julien@danjou.info>
1127         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1128         hidden by `make-pointer-invisible'.
1130 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1132         * files.el (locate-file-completion-table): Strip non-matching elements
1133         before checking length of list (bug#7238).
1135 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1137         * custom.el (custom-theme-set-variables): Mark as a safe function.
1138         (load-theme): Check forms using unsafep.
1140         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
1142 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
1144         * textmodes/ispell.el (ispell-aspell-find-dictionary):
1145         Fix aspell data file searching (bug#7230).
1147 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1149         * cus-theme.el (custom-theme--migrate-settings): New var.
1150         (customize-create-theme): Allow editing the `user' theme.
1151         (custom-theme-add-variable, custom-theme-add-var-1)
1152         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
1153         to the front of each variable or face widget.
1154         (custom-theme-write): Save theme settings in the correct order.
1155         Optionally, remove saved settings from user customizations.
1156         (custom-theme-write-variables, custom-theme-write-faces):
1157         Save only the checked widgets.
1158         (customize-themes): Add a link for migrating custom settings.
1160         * custom.el (custom-declare-theme, provide-theme):
1161         Use custom-theme-name-valid-p.
1162         (custom-theme-name-valid-p): Remove checks that are now
1163         unnecessary since themes no longer obey load-path.
1165         * cus-edit.el (custom-variable-value-create): For the simple
1166         style, hide documentation string when hidden.
1168 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1170         * cus-edit.el (custom-variable, custom-face): Combine the
1171         :inhibit-magic and :display-style properties into a single
1172         :custom-style property.
1173         (custom-toggle-hide-variable, custom-toggle-hide-face):
1174         New functions.  If hiding an edited value, save it to :shown-value.
1175         (custom-variable-value-create, custom-face-value-create): Use them.
1176         (custom-magic-reset): Allow magic property to be unset.
1178         * custom.el: Custom themes no longer use load-path.
1179         (custom-theme-load-path): New option.  Change built-in theme
1180         directory to etc/.
1181         (custom-enabled-themes): Add custom-theme-load-path dependency.
1182         (custom-theme--load-path): New function.
1183         (load-theme, custom-available-themes): Use it.
1185         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
1186         (customize-themes): Link to custom-theme-load-path variable.
1187         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
1188         :custom-style property.
1190         * themes/*.el: Moved to etc/.
1192 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
1194         * textmodes/reftex-cite.el
1195         (reftex-extract-bib-entries-from-thebibliography): Do not move
1196         point when searching for \bibitem entries.  Match entries with
1197         spaces or tabs in front of arguments.
1199 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1201         * cus-theme.el (customize-create-theme): Delete overlays after
1202         erasing.  If given a THEME arg, display only the faces of that arg
1203         instead of custom-theme--listed-faces.
1204         (custom-theme-variable-menu, custom-theme-variable-action)
1205         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
1206         (custom-theme-add-variable, custom-theme-add-face): Apply value
1207         from the theme settings, instead of the current value.
1208         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
1209         (custom-theme-visit-theme): Allow calling outside theme buffers.
1210         (custom-theme-merge-theme): Don't enable the theme when merging.
1211         (custom-theme-write-variables, custom-theme-write-faces): Use the
1212         :shown-value properties to save buffer values, not global ones.
1213         (customize-themes): Display a warning about user customizations.
1215         * cus-edit.el (custom-variable-value-create)
1216         (custom-face-value-create): Obey new special properties
1217         :shown-value and :inhibit-magic.
1219 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1221         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1222         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1223         <dale@codefu.org>.
1225 2010-10-14  Kenichi Handa  <handa@m17n.org>
1227         * mail/rmail.el (rmail-show-message-1): Catch an error of
1228         base64-decode-region and just show an error message (bug#7165).
1230         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1231         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1232         a font-spec (bug#7197).
1234 2010-10-14  Glenn Morris  <rgm@gnu.org>
1236         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1238 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
1240         * international/mule.el (define-coding-system):
1241         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1242         * composite.el (compose-region): Fix typo in docstring.
1244 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
1246         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
1247         only after checking the theme-face property.
1249         * faces.el (face-spec-reset-face): Reset all attributes in one
1250         single call to set-face-attribute.
1251         (face-spec-match-p): Make it a defsubst.
1252         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
1253         (x-create-frame-with-faces, tty-create-frame-with-faces)
1254         (tty-set-up-initial-frame-faces): Don't recompute face specs in
1255         frame-set-background-mode, since they are recomputed immediately
1256         afterwards in face-set-after-frame-default.
1257         (face-set-after-frame-default): Minor optimization.
1258         (cursor): Provide non-trivial defface spec.
1260         * custom.el (custom-theme-recalc-face): Simplify.
1262 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
1264         * calc/calc-alg.el (math-var): Rename from `var'.
1265         (math-is-polynomial, math-is-poly-rec): Replace `var'
1266         with `math-var'.
1268         * calc/calcalg2.el (math-var): Rename from `var'.
1269         (calcFunc-table, math-scan-for-limits): Replace `var'
1270         with `math-var'.
1272 2010-10-13  Glenn Morris  <rgm@gnu.org>
1274         * subr.el (last): Deal with dotted lists (reported in bug#7174).
1276 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
1278         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
1280 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282         * net/tls.el (tls-program): Remove spurious %s from openssl.
1283         (tls-starttls-switches): Remove starttls hack.
1284         (open-tls-stream): Ditto.
1285         (tls-find-starttls-argument): Ditto.
1287 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1289         * image.el (image-library-alist): Declare as obsolete alias.
1290         (image-type-available-p): Use `dynamic-library-alist'.
1292         * term/w32-win.el (dynamic-library-alist):
1293         Use instead of `image-library-alist'.
1295 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
1297         * subr.el (last): Make it faster.  (Bug#7174)
1299 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
1301         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
1303 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1305         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
1306         (describe-theme-1): Extract doc from unloaded themes.
1308         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
1310         * themes/tango-theme.el:
1311         * themes/tango-dark-theme.el:
1312         * themes/wheatgrass-theme.el: New files.
1314 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1316         * cus-theme.el (describe-theme, customize-themes)
1317         (custom-theme-save): New commands.
1318         (custom-new-theme-mode-map): Bind C-x C-s.
1319         (custom-new-theme-mode): Use custom--initialize-widget-variables.
1320         (customize-create-theme): New optional arg THEME.
1321         (custom-theme-revert): Use it.
1322         (custom-theme-visit-theme): Remove dead code.
1323         (custom-theme-merge-theme): Use custom-available-themes.
1324         (custom-theme-write): Make interactive.
1325         (custom-theme-write): Use custom-theme-name-valid-p.
1326         (describe-theme-1, custom-theme-choose-revert)
1327         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
1328         New funs.
1329         (custom-theme-allow-multiple-selections): New option.
1330         (custom-theme-choose-mode): New major mode.
1332         * custom.el (custom-theme-set-variables): Remove dead code.
1333         Obey custom--inhibit-theme-enable.
1334         (custom--inhibit-theme-enable): New var.
1335         (provide-theme): Obey it.
1336         (load-theme): Replace load with manual read/eval, in order to
1337         check for correctness.  Use custom-theme-name-valid-p.
1338         (custom-theme-name-valid-p): New function.
1339         (custom-available-themes): Use it.
1341         * cus-edit.el (custom--initialize-widget-variables): New function.
1342         (Custom-mode): Use it.
1344         * cus-face.el (custom-theme-set-faces): Remove dead code.
1345         Obey custom--inhibit-theme-enable.
1347         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
1349 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1351         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
1353 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
1355         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1356         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1357         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1359         * cus-start.el (all): ns-right-alternate-modifier is new.
1361 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * emacs-lisp/lisp.el (lisp-completion-at-point):
1364         Use emacs-lisp-mode-syntax-table for the whole function.
1366 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
1368         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1369         instead of font-lock-mode before adding keywords.
1370         Remove hi-lock-mode off code.  Remove inhibit hack.
1371         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1372         non-nil; removed hook inhibit hack.
1374 2010-10-12  Glenn Morris  <rgm@gnu.org>
1376         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1377         (load-path-shadows-find): ... to this.
1378         (list-load-path-shadows): Update for above change.
1380         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1382 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1384         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
1385         Fix comment for declare-function.
1387 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
1389         * custom.el (custom-fix-face-spec): New function; code moved from
1390         custom-face-edit-fix-value.
1391         (custom-push-theme): Use it when checking if a face has been
1392         changed outside customize.
1393         (custom-available-themes): New function.
1394         (load-theme): Use it.
1396         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
1398         * custom.el (custom-push-theme): Cleanup (use cond).
1399         (disable-theme): Recompute the saved-face property.
1400         (custom-theme-recalc-face): Follow face alias before setting prop.
1402         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1403         New variables, containing checkbox images.
1405         * startup.el (fancy-startup-tail):
1406         * wid-edit.el (checkbox): Use them.
1408 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1410         * shell.el (shell-mode-map):
1411         * progmodes/modula2.el (m2-mode-map):
1412         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
1413         * play/mpuz.el (mpuz-mode-map):
1414         * play/landmark.el (lm-mode-map):
1415         * play/decipher.el (decipher-mode-map):
1416         * play/5x5.el (5x5-mode-map):
1417         * net/telnet.el (telnet-mode-map):
1418         * net/quickurl.el (quickurl-list-mode-map):
1419         * net/mairix.el (mairix-searches-mode-map):
1420         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
1421         * net/dig.el (dig-mode-map):
1422         * mail/mspools.el (mspools-mode-map):
1423         * hexl.el (hexl-mode-map):
1424         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
1425         (wordstar-C-o-map, wordstar-C-q-map):
1426         * emacs-lisp/edebug.el (edebug-eval-mode-map):
1427         * emacs-lisp/chart.el (chart-map):
1428         * edmacro.el (edmacro-mode-map):
1429         * erc/erc-list.el (erc-list-menu-mode-map):
1430         * array.el (array-mode-map): Declare and define in one step.
1432         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1434 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
1436         * epa.el (epa-passphrase-callback-function): Display filename
1437         passed as the 3rd arg.
1438         * epa-file.el (epa-file-passphrase-callback-function):
1439         Pass filename to epa-passphrase-callback-function.
1441 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
1443         * cus-edit.el (custom-face-widget-to-spec)
1444         (custom-face-get-current-spec, custom-face-state): New functions.
1445         (custom-face-set, custom-face-mark-to-save)
1446         (custom-face-value-create, custom-face-state-set): Use them.
1448         * cus-theme.el (custom-theme--listed-faces): New var.
1449         (customize-create-theme): Use *Custom Theme* as the buffer name.
1450         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
1451         faces listed in custom-theme--listed-faces.
1452         (custom-theme-revert): New function.
1453         (custom-theme-add-variable, custom-theme-add-face): Insert at the
1454         bottom of the list.
1455         (custom-theme-write): Prompt for theme name if empty.
1456         (custom-theme-write-variables): Use dolist.
1457         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
1459 2010-10-09  Alan Mackenzie  <acm@muc.de>
1461         Enhance fontification of declarators to take account of the
1462         presence/absence of "typedef".
1464         * cc-engine.el (c-forward-type): New &optional param
1465         "brace-block-too".
1466         (c-forward-decl-or-cast-1): cdr of return value now indicates the
1467         presence of either or both of a "struct"-like keyword and "typedef".
1469         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
1470         fontification of declarators which follow a "}".
1471         (c-font-lock-declarations): Fontify declarators according to the
1472         presence/absence of "typedef".
1474         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
1475         for "typedef".
1476         (c-typedef-decl-key): New lang variable built from
1477         c-typedef-decl-kwds.
1479 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
1482         since that's too annoying.  Move the filter groups commands to
1483         TAB/backtab.
1485         * epa.el (epa-passphrase-callback-function): Say what we're
1486         querying the password for.
1488         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
1489         behaviour, don't bury the ibuffer buffer when visiting other buffers.
1491 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1493         * cus-edit.el (custom-commands, custom-buffer-create-internal)
1494         (custom-magic-value-create): Pad button tags with spaces.
1495         (custom-face-edit): New variable.
1496         (custom-face-value-create): Determine whether to use the usual
1497         face editor here, instead of using custom-face-selected.
1498         Pass face defaults to custom-face-edit widget.
1499         (custom-face-selected, custom-display-unselected): Delete widgets.
1500         (custom-display-unselected-match): Function removed.
1501         (custom-face-set, custom-face-mark-to-save):
1502         Accept custom-face-edit widgets as the direct widget child.
1504         * wid-edit.el (widget--completing-widget): New var.
1505         (widget-default-complete): Bind it when doing completion.
1506         (widget-string-complete, widget-file-complete): Use it.
1508 2010-10-09  Glenn Morris  <rgm@gnu.org>
1510         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
1511         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
1512         (holiday-hebrew-misc): Small simplifications.
1514         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
1516         * net/browse-url.el: Don't require thingatpt, term, dired,
1517         executable, or w3-auto when compiling.
1518         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
1519         Declare.
1520         (browse-url-text-emacs): Require term.
1522 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1524         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1526 2010-10-08  Glenn Morris  <rgm@gnu.org>
1528         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1530         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1531         (shadows-compare-text-p): Make it an obsolete alias for...
1532         (load-path-shadows-compare-text): ... new name.
1533         (find-emacs-lisp-shadows): Update for above name change.
1534         (load-path-shadows-same-file-or-nonexistent): New name for the old
1535         shadow-same-file-or-nonexistent.
1537 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1539         * minibuffer.el (completion--some, completion--do-completion)
1540         (minibuffer-complete-and-exit, minibuffer-completion-help)
1541         (completion-basic-try-completion)
1542         (completion-basic-all-completions)
1543         (completion-pcm--find-all-completions): Use lexical-let to
1544         avoid some false matches in variable completion (Bug#7056)
1546 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1548         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1550 2010-10-08  Leo  <sdl.web@gmail.com>
1552         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1553         return non-nil if the file exists (Bug#7090).
1555 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * minibuffer.el (completion--replace):
1558         Better preserve markers (bug#7138).
1560 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
1562         * server.el (server-process-filter): Doc fix.
1564 2010-10-08  Drew Adams  <drew.adams@oracle.com>
1566         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1568 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
1570         * Makefile.in (ELCFILES): Update.
1572 2010-10-08  Glenn Morris  <rgm@gnu.org>
1574         * vc/ediff-wind.el (ediff-setup-control-frame):
1575         * vc/ediff-ptch.el (ediff-default-backup-extension):
1576         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1577         (ediff-exec-process): Remove system-types emx, windows-95.
1579         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
1581 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
1583         * cus-edit.el (custom-variable, custom-face): Doc fix.
1584         (custom-face-edit): Add value-create attribute.
1585         (custom-face-edit-value-create)
1586         (custom-face-edit-value-visibility-action): New functions.
1587         Hide unused face attributes by default, and add a visibility toggle.
1588         (custom-face-edit-deactivate): Show empty values with shadow face.
1589         (custom-face-selected): Only use this for face specs with default
1590         attributes.
1591         (custom-face-value-create): Cleanup.
1593         * wid-edit.el (widget-checklist-value-create): Use dolist.
1594         (widget-checklist-match-find): Make second arg optional.
1596 2010-10-07  Glenn Morris  <rgm@gnu.org>
1598         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1599         Prefix things.
1601         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1602         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1603         load-path-shadows-mode, update references.
1604         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1605         Rename variable and button.
1606         (list-load-path-shadows): Update button caller.
1608 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * emacs-lisp/smie.el (smie-bnf-classify): New function.
1611         (smie-bnf-precedence-table): Use it to remember the closers/openers.
1612         (smie-merge-prec2s): Handle those new entries.
1613         (smie-prec2-levels): Only set precedence to nil for actual
1614         openers/closers.
1615         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1616         that is now unnecessary.
1618 2010-10-07  Miles Bader  <miles@gnu.org>
1620         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1622 2010-10-07  Glenn Morris  <rgm@gnu.org>
1624         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1625         (mail-position-on-field): Remove declarations.
1626         (mail-position-on-field): Autoload it.
1627         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1628         and mail-header-end.  Don't require sendmail.
1630         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1631         (shadow-mode): New mode.
1632         (shadow-find-file): New button.
1633         (list-load-path-shadows): Use shadow-mode and buttons.
1635         * iimage.el (iimage-version): Remove.
1636         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1637         Turn into defcustoms.
1638         (iimage-mode-map): Give it a doc string.
1640         * calendar/appt.el (appt-activate): Give a warning rather than an error
1641         if there is no diary-file.
1643 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
1645         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1646         Use `tramp-handle-find-backup-file-name'.
1648 2010-10-06  Glenn Morris  <rgm@gnu.org>
1650         * font-core.el (font-lock-defaults-alist): Remove variable.
1651         (font-lock-mode): Doc fix.
1652         (font-lock-default-function): Do not consult font-lock-defaults-alist.
1653         * font-lock.el (font-lock-refresh-defaults): Doc fix.
1654         (font-lock-set-defaults): Doc fix.
1655         Do not consult font-lock-defaults-alist.
1657         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1659         * emacs-lisp/cl.el: No longer provide cl-19.
1661 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
1663         * net/tramp.el (tramp-handle-directory-files-and-attributes)
1664         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1665         New defuns, taken from tramp-smb.el.
1666         (tramp-coding-system-change-eol-conversion)
1667         (tramp-set-process-query-on-exit-flag): Remove.
1669         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1670         (tramp-compat-coding-system-change-eol-conversion)
1671         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1672         from tramp.el.
1674         * net/tramp-gvfs.el:
1675         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1676         by `tramp-compat-set-process-query-on-exit-flag'.
1678         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1679         Use `tramp-handle-directory-files-and-attributes',
1680         `tramp-handle-file-exists-p' and
1681         `tramp-handle-file-newer-than-file-p'.
1682         (tramp-imap-handle-file-exists-p)
1683         (tramp-imap-handle-file-executable-p)
1684         (tramp-imap-handle-file-readable-p)
1685         (tramp-imap-handle-directory-files-and-attributes)
1686         (tramp-imap-handle-file-newer-than-file-p): Remove.
1688         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1689         by `tramp-compat-set-process-query-on-exit-flag' and
1690         `tramp-coding-system-change-eol-conversion' by
1691         `tramp-compat-coding-system-change-eol-conversion'.
1693         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1694         Use `tramp-handle-directory-files-and-attributes',
1695         `tramp-handle-file-exists-p' and
1696         `tramp-handle-file-newer-than-file-p'.
1697         (tramp-smb-handle-directory-files-and-attributes)
1698         (tramp-smb-handle-file-exists-p)
1699         (tramp-smb-handle-file-newer-than-file-p): Remove.
1700         (tramp-smb-maybe-open-connection):
1701         Replace `tramp-set-process-query-on-exit-flag' by
1702         `tramp-compat-set-process-query-on-exit-flag'.
1704 2010-10-05  Glenn Morris  <rgm@gnu.org>
1706         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1708 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
1710         Continue reorganization of load dependencies.  (Bug#7156)
1712         * net/tramp.el (tramp-handle-file-local-copy-hook)
1713         (tramp-delete-temp-file-function): Move down.
1714         (tramp-exists-file-name-handler): Move up.
1715         (tramp-register-file-name-handlers): Simplify autoload.
1716         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1717         (tramp-handle-directory-files, tramp-handle-dired-uncache)
1718         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1719         (tramp-handle-file-name-completion)
1720         (tramp-handle-file-name-directory)
1721         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1722         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1723         (tramp-handle-find-backup-file-name)
1724         (tramp-handle-insert-file-contents, tramp-handle-load)
1725         (tramp-handle-substitute-in-file-name)
1726         (tramp-handle-unhandled-file-name-directory)
1727         (tramp-mode-string-to-int, tramp-local-host-p)
1728         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1730         * net/tramp-gvfs.el (top):
1731         * net/tramp-smb.el (top): Do not require 'tramp-sh.
1733         * net/tramp-sh.el (all): Move several objects to tramp.el, see
1734         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1736 2010-10-04  Glenn Morris  <rgm@gnu.org>
1738         * calendar/appt.el (appt-add): Ensure reminders are enabled.
1739         (appt-activate): Give status messages.
1741 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1743         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
1744         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1745         `gnutls-negotiate' (formerly `starttls-negotiate').
1746         Remove trivial wrapper `starttls-open-stream'.
1748 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1750         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1751         log-outgoing commands.
1752         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1753         to create a buffer local revert-buffer-function variable.
1754         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1755         revert-buffer-function lambda.
1757 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1759         * net/gnutls.el (starttls-negotiate): Use the plist interface to
1760         `gnutls-boot'.  Make TYPE the only required parameter.
1761         Allow TRUSTFILES and KEYFILES to be lists.
1762         (open-ssl-stream): Use it.
1764 2010-10-03  Glenn Morris  <rgm@gnu.org>
1766         * subr.el (directory-sep-char): Remove obsolete variable.
1767         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1768         it is "necessary".
1770         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1771         * vc/vc.el (vc-static-header-alist): Doc fix.
1772         * vc/vc-cvs.el (vc-cvs-header):
1773         * vc/vc-rcs.el (vc-rcs-header):
1774         * vc/vc-sccs.el (vc-sccs-header):
1775         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1776         * obsolete/vc-mcvs.el (vc-mcvs-header):
1777         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1778         on XEmacs.
1780 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1782         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1783         Remove obsolete use of binary-overwrite-mode (Bug#7001).
1785 2010-10-03  Glenn Morris  <rgm@gnu.org>
1787         * obsolete/x-menu.el: Remove file, obsolete since 21.1
1789         * textmodes/rst.el (rst-font-lock-keywords-function):
1790         Drop Emacs 20 code.
1792         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1794         * printing.el: Drop Emacs 20 code.
1796         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1797         without having used appt.el already).
1799         * subr.el (make-local-hook): Remove function obsolete since 21.1.
1800         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1801         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1802         XEmacs.
1803         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1804         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1806         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1807         (charset-width, find-charset-region, chars-in-region, forward-point)
1808         (encode-coding-string, coding-system-p, ccl-execute-on-string)
1809         (define-ccl-program, multibyte-string-p, string-make-multibyte):
1810         Remove compatibility cruft (none of these are used by ps*.el).
1812 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1814         * subr.el (booleanp): Return t instead of a list (Bug#7086).
1816 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1818         * server.el (server-process-filter, server-return-error):
1819         Give emacsclient time to shut down after receiving an error string.
1821 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
1823         * files.el (remote-file-name-inhibit-cache): New defcustom.
1825         * time.el (display-time-file-nonempty-p):
1826         Use `remote-file-name-inhibit-cache'.
1828         * net/tramp.el (tramp-completion-reread-directory-timeout):
1829         Fix docstring.
1831         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1832         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1833         `remote-file-name-inhibit-cache'.  Check also for an integer
1834         value.  Add/increase counter when `tramp-verbose' >= 10.
1835         (tramp-set-file-property): Add/increase counter when
1836         `tramp-verbose' >= 10.
1838         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1839         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1840         (tramp-bug): Set tramp-autoload cookie.  Report all interned
1841         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
1842         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
1843         characters only in strings.
1845         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1846         to backward compatibility.
1848         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1849         (tramp-handle-file-name-all-completions)
1850         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1851         (tramp-open-connection-setup-interactive-shell):
1852         Call `tramp-cleanup-connection' directly.
1854 2010-10-02  Glenn Morris  <rgm@gnu.org>
1856         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1858         * subr.el (char-bytes): Remove obsolete function.
1860         * isearch.el (isearch-return-char): Remove obsolete function.
1862         * mouse.el: No longer provide mldrag.
1863         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1864         Remove obsolete aliases.
1866         * comint.el (comint-kill-output): Remove obsolete alias.
1868         * composite.el (decompose-composite-char): Remove obsolete function.
1869         * ps-def.el (decompose-composite-char): Remove unused function.
1871         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1873         * outline.el (outline-visible): Remove obsolete function.
1875         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1876         * faces.el (internal-find-face, internal-get-face)
1877         (frame-update-faces, frame-update-face-colors)
1878         (x-frob-font-weight, x-frob-font-slant)
1879         (internal-frob-font-weight, internal-frob-font-slant)
1880         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1881         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1882         (x-make-font-bold-italic): Remove functions and aliases, obsolete
1883         since Emacs 21.1.
1884         * emulation/viper-util.el (viper-get-face):
1885         * obsolete/lucid.el (find-face, get-face): Use facep.
1886         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1887         Remove unused functions.
1888         * vc/ediff-util.el (ediff-submit-report): Doc fix.
1890         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1891         delete tempfile if interrupted during compilation.
1893 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895         * net/tls.el (tls-starttls-switches): Give up on using starttls with
1896         gnutls-cli.
1897         (tls-program): Add --insecure to be consistent with the defaults from
1898         openssl s_client.  Now all three commands are insecure.
1900 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1902         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1903         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1904         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1906 2010-10-01  Glenn Morris  <rgm@gnu.org>
1908         * obsolete/sc.el: Remove file.
1910         * files.el (temporary-file-directory): On darwin, also try
1911         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1913 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
1915         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1916         Let's not break compatibility gratuitously, shall we?
1918 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920         * net/tls.el (tls-starttls-switches): New variable.
1921         (tls-find-starttls-argument): Use it.
1922         (open-tls-stream): Ditto.
1924         * net/netrc.el (netrc-credentials): Return the value of the "default"
1925         entry.
1926         (netrc-machine): Ditto.
1928 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
1930         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1932 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
1934         * server.el (server-start): Don't write pid to the authentication file.
1935         (server-create-tty-frame): Don't send pid.
1936         (server-process-filter): Send pid at the start of every connection.
1938 2010-09-30  Glenn Morris  <rgm@gnu.org>
1940         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1941         (show-all-diary-entries): Remove obsolete function aliases.
1943         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1944         Remove options, obsolete since 22.1.
1945         (appt-display-format, appt-display-message): Remove
1946         backwards-compatibility code.
1947         (appt-check): No longer check appt-issue-message.
1948         (appt-make-list): No longer autoload it.  Doc fix.  No longer
1949         activate the package.
1951 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1954         (starttls-negotiate): Just call boot, and let the handshake be
1955         triggered from the read loop.
1957 2010-09-29  Glenn Morris  <rgm@gnu.org>
1959         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1960         not displaying the diary.
1961         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1962         * calendar/appt.el (appt-check): No longer need to kill diary.
1964         * calendar/diary-lib.el (diary-list-entries): Move the
1965         "Preparing..." message entirely here.
1966         (diary-simple-display, diary-fancy-display): Move "Preparing..."
1967         messages to diary-list-entries.
1968         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1969         diary-display-function.
1971         * calendar/diary-lib.el (diary-include-other-diary-files):
1972         Trap some recursive includes.
1974         * calendar/appt.el (appt-activate): Check diary file.
1976 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1978         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1979         construction.
1981         * calendar/time-date.el: No need to require cl for Emacs 21.
1983 2010-09-28  Glenn Morris  <rgm@gnu.org>
1985         * calendar/appt.el (appt-check): Minor simplification.
1987 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1989         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1990         citation prefix.
1992 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1994         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1995         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1997 2010-09-27  Kenichi Handa  <handa@m17n.org>
1999         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2000         "ustar" format.
2002 2010-09-27  Kenichi Handa  <handa@m17n.org>
2004         * international/mule.el (define-coding-system): Docstring fixed.
2006         * international/mule-diag.el (describe-character-set): Use princ
2007         with proper print-length and print-level instead of insert.
2009 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2011         * window.el (walk-windows): Doc fix (bug#7105).
2013 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * emacs-lisp/float-sup.el (e): Remove.
2017 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2019         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2020         variable.
2021         (starttls-negotiate): Use it.
2023 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2026         back.
2028 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2030         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2032 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2036         * net/netrc.el (netrc-store-data): New function.
2038 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2040         * net/gnutls.el: GnuTLS glue code to set up a connection.
2042 2010-09-25  Julien Danjou  <julien@danjou.info>
2044         * notifications.el: Call dbus-register-signal only if it is bound.
2046 2010-09-25  Glenn Morris  <rgm@gnu.org>
2048         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2049         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2050         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2051         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2052         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2053         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2054         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2055         * eshell/esh-util.el, eshell/esh-var.el:
2056         Remove leading `*' from docs of faces and defcustoms.
2058 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2060         * eshell/em-ls.el (eshell-ls-archive-regexp):
2061         * eshell/esh-util.el (eshell-tar-regexp):
2062         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2063         * info.el (Info-suffix-list):
2064         * international/mule.el (auto-coding-alist):
2065         * woman.el (woman-file-regexp, woman-file-compression-regexp):
2066         * progmodes/etags.el (tags-compression-info-list):
2067         Support xz compression.
2069 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
2071         * files.el (get-free-disk-space): Don't assume the "df" output
2072         columns line up (Bug#6995).
2074 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2076         * finder.el (finder-unknown-keywords):
2077         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2078         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2080 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2082         * server.el (server-start): Revert part of 2010-08-08 change.  Using
2083         address 127.0.0.1 for local host is now done in Fmake_network_process.
2085 2010-09-24  Glenn Morris  <rgm@gnu.org>
2087         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2088         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2089         * textmodes/css-mode.el, textmodes/dns-mode.el:
2090         Move autoloaded auto-mode-alist entries to files.el.
2091         * files.el (auto-mode-alist): Move entries here.
2093 2010-09-23  Glenn Morris  <rgm@gnu.org>
2095         * isearch.el (isearch-lazy-highlight-cleanup)
2096         (isearch-lazy-highlight-initial-delay)
2097         (isearch-lazy-highlight-interval)
2098         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2099         * net/net-utils.el (ipconfig-program-options):
2100         Move aliases to options before the associated definitions.
2102 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * newcomment.el (comment-normalize-vars): Better test validity of
2105         comment-end-skip.
2107 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2110         (float-e): New name for `e'.
2111         (degrees-to-radians, radians-to-degrees):
2112         * calendar/solar.el (solar-longitude):
2113         * calculator.el (calculator-registers, calculator-funcall):
2114         * textmodes/artist.el (artist-spray-random-points):
2115         * play/bubbles.el (bubbles--initialize-images): Use new names.
2117 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
2119         Update to CEDET 1.0's version of EIEIO.
2121         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2122         New function.
2123         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2124         (eieio-default-eval-maybe): Eval val instead of unquoting only.
2125         (class-precedence-list): If class is nil, return nil.
2126         (eieio-generic-call): If class of first input arg is nil, don't
2127         look up static methods, and do check for primary methods.
2128         (initialize-instance): See if the default needs to be evaluated
2129         during the constructor.
2130         (eieio-perform-slot-validation-for-default): Don't do the check
2131         for values that will eventually be evaluated.
2132         (eieio-eval-default-p): New function.
2133         (eieio-default-eval-maybe): Use it.
2135 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2137         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2138         method-invocation-order.
2139         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2140         (eieio-class-precedence-dfs): Compute class precedence list using
2141         dfs algorithm.
2142         (eieio-class-precedence-bfs): Compute class precedence list using
2143         bfs algorithm.
2144         (eieio-class-precedence-c3): Compute class precedence list using
2145         c3 algorithm.
2146         (class-precedence-list): New function.
2147         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
2148         (inconsistent-class-hierarchy): New error symbol.
2149         (call-next-method): Stow the replacement argument list for future
2150         call-next-method invocations.
2152 2010-09-23  Glenn Morris  <rgm@gnu.org>
2154         * calendar/appt.el (appt-check): If not displaying the diary,
2155         use (diary 1) to only get the entries we need.
2156         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
2157         that it is in day order.  (Bug#7019)
2159         * calendar/appt.el (appt-check): Rather than showing the diary,
2160         just turn off invisible display, and only if needed.
2162         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
2164 2010-09-23  Glenn Morris  <rgm@gnu.org>
2166         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2167         (byte-compile-defvar, byte-compile-cl-warn):
2168         Start warnings with lower-case, like the majority.
2170         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2172         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
2174         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
2175         * files.el (auto-mode-alist): Move ld-script entries here, further down
2176         the list.
2178         * vc/add-log.el: Don't require timezone when compiling.
2179         (timezone-make-date-sortable): Autoload it.
2180         (change-log-sortable-date-at): Don't require timezone.
2181         Use `ignore-errors'.
2183         * comint.el (comint-use-prompt-regexp-instead-of-fields):
2184         Move alias before definition, so it does not need autoloading.
2186         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
2187         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
2188         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
2189         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
2190         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
2191         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
2192         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
2193         * textmodes/tex-mode.el, textmodes/two-column.el:
2194         Remove leading `*' from docs of defcustoms etc.
2196 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2198         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
2200 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2202         * calendar/time-date.el (date-to-time): Try using parse-time-string
2203         first before using the slower timezone-make-date-arpa-standard.
2205 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2207         * calendar/time-date.el (format-seconds): Comment fix.
2209 2010-09-22  Glenn Morris  <rgm@gnu.org>
2211         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
2212         is not automatically buffer-local.
2214 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
2217         (smie-indent-comment): Be more careful with comment-start-skip.
2218         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
2219         (smie-indent-functions): Use them.
2221 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
2223         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
2225 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
2227         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
2228         tool-bar-position.  Don't modify frame parameters here.
2229         (menu-bar-options-save): Add tool-bar-position.
2231         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
2233 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * textmodes/reftex-parse.el (reftex-what-macro)
2236         (reftex-context-substring): Let-bind forward-sexp-function to nil
2237         since we don't need/want to treat \begin...\end as a block (bug#7053).
2239         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
2241         * simple.el (blink-matching-open): Use syntax-class.
2243         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
2244         Set invisibility spec for pascal's outline mode.
2245         (pascal-outline-change): Clean up calling convention.
2246         (pascal-show-all, pascal-hide-other-defuns): Update callers.
2248         * progmodes/prolog.el (prolog-smie-forward-token)
2249         (prolog-smie-backward-token): New functions.
2250         (prolog-mode-variables): Use them to parse "!," correctly.
2251         Set up smie-blink-matching for ".".
2253         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
2254         and `end'.
2255         (ispell-region, ispell-process-line): Update users.
2257         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
2258         point-min==1.
2260         * textmodes/ispell.el: Fix commenting convention.
2261         (ispell-parse-output): Simplify, use push.
2262         (ispell-region): Use match-string-no-properties.
2263         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
2264         (ispell-minor-mode): Use define-minor-mode.
2265         (ispell-message): Remove unused var `skip-regexp'.
2266         (ispell-add-per-file-word-list): Use dynamic let-binding.
2267         Try and use the proper comment marker.
2269         * mail/sendmail.el: Fix commenting convention.
2270         (sendmail-send-it): Use line-beginning-position.
2272         * help-fns.el (describe-variable): Add original value, if applicable.
2274 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
2276         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
2278         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2280 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
2283         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
2284         (smie-prec2-levels): Use them to better diagnose precedence cycles.
2285         (smie-blink-matching-check): Don't signal a mismatch if car is t.
2286         (smie-blink-matching-open): Rewrite to remove assumptions, so that
2287         something like "." can also be a closer.
2288         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
2289         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
2290         Rename internal functions to use "--".  Update callers.
2292         * frame.el (make-frame-names-alist): Don't list frames on other displays.
2294         * fringe.el (fringe-styles): New var.
2295         (fringe-mode, fringe-query-style): Use it.
2297 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
2299         * progmodes/sql.el: Version 2.8
2300         (sql-login-params): Update widget structure; changes still needed.
2301         (sql-product-alist): Add :list-all and :list-table features for
2302         SQLite, Postgres and MySQL products.
2303         (sql-redirect): Handle default value.
2304         (sql-execute, sql-execute-feature): New functions.
2305         (sql-read-table-name): New function.
2306         (sql-list-all, sql-list-table): New functions.  User API.
2307         (sql-mode-map, sql-interactive-mode-map): Add key definitions
2308         for above functions.
2309         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
2310         for above functions.
2311         (sql-postgres-login-params): Add user and database defaults.
2312         (sql-buffer-live-p): Bug fix.
2313         (sql-product-history): New variable.
2314         (sql-read-product): New function. Use it.
2315         (sql-set-product, sql-product-interactive): Use it.
2316         (sql-connection-history): New variable.
2317         (sql-read-connection): New function.  Use it.
2318         (sql-connect): New function.
2319         (sql-for-each-login): Redesign function interface.
2320         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
2321         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
2322         (sql-comint): Check for program.  Existing live buffer.
2323         (sql-comint-postgres): Add port parameter.
2325 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * emacs-lisp/warnings.el: Fix commenting convention.
2328         (display-warning): Use special mode and make the buffer read-only.
2330 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
2332         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
2333         empty string when it follows a repeated or optional pattern.
2335 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2337         * indent.el (indent-according-to-mode): Apply syntax-propertize.
2338         (indent-region): Use indent-according-to-mode.
2340 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2342         * fringe.el (fringe-mode): Doc fix.
2344 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2346         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
2347         refreshing the preview buffer.
2349 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2351         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
2352         (latex-syntax-propertize-rules): New consts; replace
2353         tex-font-lock-syntactic-keywords.
2354         (tex-env-mark, latex-env-before-change): New functions.
2355         (latex-electric-env-pair-mode): New minor mode.
2356         (tex-font-lock-verb): Change arguments; do move point.
2357         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
2358         representation as a form of comment.
2359         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
2360         (doctex-syntax-propertize-rules): New const; replaces
2361         doctex-font-lock-syntactic-keywords.
2362         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
2364         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
2365         (fortran-make-syntax-propertize-function): New function; replaces
2366         fortran-font-lock-syntactic-keywords.
2367         (fortran-mode): Use it.
2368         (fortran-line-length): Use it.  Improve interactive spec.
2370         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
2371         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
2372         when adding surrounding \(..\).
2374         * progmodes/js.el (js-mode): Fix last change (bug#7054).
2376 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
2379         Use with-current-buffer.
2381         * isearch.el (isearch-face): Rename from `isearch'.
2382         (isearch-highlight): Use new name.
2384 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
2386         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
2387         5, for `half' width fringes.  (Bug#6933)
2389 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2392         (byte-compile-defvar): "foo/bar" does not lack a prefix.
2394         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
2396 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
2398         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
2399         in calculating new frame position.  Add more space between new and
2400         parent on the left (Bug#7048).
2402 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
2404         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
2405         defmacro.
2407 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
2409         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
2411         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
2412         obsolete alias for x-selection-value.
2414         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
2416 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
2418         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
2419         cookie.
2421 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
2423         * net/tramp-compat.el (tramp-compat-with-temp-message)
2424         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
2425         (tramp-compat-process-put): New defuns.
2427         * net/tramp.el (top):
2428         * net/tramp-gvfs.el (top):
2429         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
2431         * net/tramp.el (tramp-progress-reporter-update):
2432         Use `tramp-compat-funcall'.
2434         * net/tramp.el (tramp-process-actions):
2435         * net/tramp-gvfs.el (tramp-handle-vc-registered):
2436         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
2437         (tramp-get-remote-stat, tramp-get-remote-readlink):
2438         Use `tramp-compat-with-temp-message'.
2440         * net/tramp-sh.el (top): Require 'cl.
2441         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
2442         (tramp-open-connection-setup-interactive-shell):
2443         Use `tramp-compat-process-put'.
2445 2010-09-15  Alan Mackenzie  <acm@muc.de>
2447         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
2448         indentation.
2449         (c-forward-<>-arglist-recur): Fix an infinite recursion.
2451 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2454         `lexical' for warnings related to lexical scoping.
2455         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
2456         global vars which don't have a prefix and could hence affect lexical
2457         scoping in unrelated files.
2459 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461         * net/imap.el: Revert back to version
2462         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2463         seem problematic.
2465 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2467         * obsolete/old-whitespace.el (whitespace-unload-function):
2468         Explicitly pass `obarray' to `unintern' to avoid a warning.
2470 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
2473         Add `when' argument.  Update callers.
2475         * subr.el (unintern): Declare the obarray arg mandatory.
2477 2010-09-14  Glenn Morris  <rgm@gnu.org>
2479         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
2480         Doc fixes.
2482         * calendar/diary-lib.el (diary-included-files): New variable.
2483         (diary-list-entries): Maybe initialize diary-included-files.
2484         (diary-include-other-diary-files): Append to diary-included-files.
2485         * calendar/appt.el (appt-update-list): Also check the members of
2486         diary-included-files.  (Bug#6999)
2487         (appt-check): Doc fix.
2489 2010-09-14  David Reitter  <david.reitter@gmail.com>
2491         * simple.el (line-move-visual): Do not truncate goal column to
2492         integer size.  (Bug#7020)
2494 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         * repeat.el (repeat): Allow repeating when the last event is a click.
2497         Suggested by Drew Adams (bug#6256).
2499 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
2501         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
2502         Replace setting HGRCPATH to "" by some less invasive --config options.
2504 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2506         * font-lock.el (font-lock-beginning-of-syntax-function):
2507         Mark as obsolete.
2509 2010-09-14  Glenn Morris  <rgm@gnu.org>
2511         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
2512         and tool-bar modes.  (Bug#6211)
2513         (menu-bar-mode): Move setting of standard-value after the
2514         minor-mode definition, otherwise it seems to have no effect.
2516 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
2518         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2519         Fix typo.  (Bug#6976)
2521 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2523         * whitespace.el: Allow cleaning up blanks without blank
2524         visualization (Bug#6651).  Adjust help window for
2525         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2526         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
2527         (whitespace-style): Add new value 'face.  Adjust docstring.
2528         (whitespace-space, whitespace-hspace, whitespace-tab):
2529         Adjust foreground property face.
2530         (whitespace-line-column): Adjust docstring and type declaration.
2531         (whitespace-style-value-list, whitespace-toggle-option-alist)
2532         (whitespace-help-text): Adjust const initialization.
2533         (whitespace-toggle-options, global-whitespace-toggle-options):
2534         Adjust docstring.
2535         (whitespace-display-window, whitespace-interactive-char)
2536         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2537         (whitespace-help-scroll): New fun.
2539 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2541         * calendar/time-date.el (format-seconds): Comment fix.
2543 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
2545         * progmodes/sql.el: Version 2.7.
2546         (sql-buffer-live-p): Improve detection.
2547         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2548         (sql-set-sqli-buffer): Use it.
2549         (sql-product-interactive): Run `sql-set-sqli-hook'.
2550         (sql-rename-buffer): Code cleanup.
2551         (sql-redirect, sql-redirect-value): New functions.  More to come.
2553 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
2555         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.
2556         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2557         (TRAMP_SRC): New macro.
2558         ($(lisp)/net/tramp-loaddefs.el): New target.
2560 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2562         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
2564         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
2566         * net/tramp.el (top): Don't show loading message.  Require just
2567         'tramp-compat, everything else is required there.
2568         Use `ignore-errors' where appropriate.
2569         (tramp-inline-compress-start-size, tramp-copy-size-limit)
2570         (tramp-terminal-type, tramp-end-of-output)
2571         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2572         (tramp-completion-function-alist-ssh)
2573         (tramp-completion-function-alist-telnet)
2574         (tramp-completion-function-alist-su)
2575         (tramp-completion-function-alist-putty, tramp-remote-path)
2576         (tramp-remote-process-environment, tramp-sh-extra-args)
2577         (tramp-actions-before-shell, tramp-uudecode)
2578         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2579         (tramp-perl-file-attributes)
2580         (tramp-perl-directory-files-and-attributes)
2581         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2582         (tramp-perl-encode, tramp-perl-decode)
2583         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2584         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2585         (tramp-handle-make-symbolic-link, tramp-handle-load)
2586         (tramp-handle-file-name-as-directory)
2587         (tramp-handle-file-name-directory)
2588         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2589         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2590         (tramp-do-file-attributes-with-ls)
2591         (tramp-do-file-attributes-with-perl)
2592         (tramp-do-file-attributes-with-stat)
2593         (tramp-handle-set-visited-file-modtime)
2594         (tramp-handle-verify-visited-file-modtime)
2595         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2596         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2597         (tramp-handle-file-selinux-context)
2598         (tramp-handle-set-file-selinux-context)
2599         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2600         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2601         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2602         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2603         (tramp-handle-file-ownership-preserved-p)
2604         (tramp-handle-directory-file-name, tramp-handle-directory-files)
2605         (tramp-handle-directory-files-and-attributes)
2606         (tramp-do-directory-files-and-attributes-with-perl)
2607         (tramp-do-directory-files-and-attributes-with-stat)
2608         (tramp-handle-file-name-all-completions)
2609         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2610         (tramp-handle-copy-file, tramp-handle-copy-directory)
2611         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2612         (tramp-do-copy-or-rename-file-via-buffer)
2613         (tramp-do-copy-or-rename-file-directly)
2614         (tramp-do-copy-or-rename-file-out-of-band)
2615         (tramp-handle-make-directory, tramp-handle-delete-directory)
2616         (tramp-handle-delete-file)
2617         (tramp-handle-dired-recursive-delete-directory)
2618         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2619         (tramp-handle-insert-directory)
2620         (tramp-handle-unhandled-file-name-directory)
2621         (tramp-handle-expand-file-name)
2622         (tramp-handle-substitute-in-file-name)
2623         (tramp-handle-executable-find, tramp-process-sentinel)
2624         (tramp-handle-start-file-process, tramp-handle-process-file)
2625         (tramp-handle-call-process-region, tramp-handle-shell-command)
2626         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2627         (tramp-handle-insert-file-contents)
2628         (tramp-handle-insert-file-contents-literally)
2629         (tramp-handle-find-backup-file-name)
2630         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2631         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2632         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2633         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2634         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2635         (tramp-find-file-exists-command, tramp-open-shell)
2636         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2637         (tramp-open-connection-setup-interactive-shell)
2638         (tramp-local-coding-commands, tramp-remote-coding-commands)
2639         (tramp-find-inline-encoding, tramp-call-local-coding-command)
2640         (tramp-inline-compress-commands, tramp-find-inline-compress)
2641         (tramp-compute-multi-hops, tramp-maybe-open-connection)
2642         (tramp-send-command, tramp-wait-for-output)
2643         (tramp-send-command-and-check, tramp-barf-unless-okay)
2644         (tramp-send-command-and-read, tramp-mode-string-to-int)
2645         (tramp-convert-file-attributes, tramp-check-cached-permissions)
2646         (tramp-file-mode-from-int, tramp-file-mode-permissions)
2647         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2648         (tramp-method-out-of-band-p, tramp-local-host-p)
2649         (tramp-get-remote-path, tramp-get-remote-tmpdir)
2650         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2651         (tramp-get-test-command, tramp-get-test-nt-command)
2652         (tramp-get-file-exists-command, tramp-get-remote-ln)
2653         (tramp-get-remote-perl, tramp-get-remote-stat)
2654         (tramp-get-remote-readlink, tramp-get-remote-trash)
2655         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2656         (tramp-get-local-uid, tramp-get-local-gid)
2657         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2658         tramp-sh.el.
2659         (tramp-methods, tramp-default-method-alist)
2660         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2661         Move initialization to tramp-sh.el.
2662         (tramp-temp-name-prefix): Make it a defconst.
2663         (tramp-dissect-file-name): Don't check anymore for multi-hop
2664         methods.
2665         (tramp-debug-outline-regexp): Add a docstring.
2666         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2667         (tramp-get-debug-buffer): Use it.
2669         * net/tramp-cache.el (top): Set tramp-autoload cookie for
2670         initialization forms.
2671         (tramp-set-connection-property): Don't protect `tramp-message'
2672         call, it isn't necessary any longer.
2673         (tramp-dump-connection-properties): Use `ignore-errors'.
2675         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2676         'password-cache and 'auth-source.
2678         * net/tramp-gvfs.el (top):
2679         * net/tramp-smb.el (top): Require 'tramp-sh.
2681         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2683         * net/tramp-sh.el: New file, derived from tramp.el.
2684         (top): Initialize `tramp-methods', `tramp-default-method-alist',
2685         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2686         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2687         Use `ignore-errors' where appropriate.
2688         (tramp-sh-file-name-handler-alist): Rename from
2689         `tramp-file-name-handler-alist'.
2690         (tramp-send-command-and-check): Return t or nil.  Remove all
2691         `zerop' checks, where called.
2692         (tramp-handle-set-file-modes)
2693         (tramp-do-copy-or-rename-file-directly)
2694         (tramp-handle-delete-directory, tramp-handle-delete-file)
2695         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2696         (tramp-sh-file-name-handler, tramp-send-command-and-check)
2697         (tramp-get-remote-ln): Set tramp-autoload cookie.
2699         * net/tramp-fish.el: Remove file.
2701 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
2703         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2704         buffer-file-name to avoid file-locking.  (Bug#7026)
2706 2010-09-13  Julien Danjou  <julien@danjou.info>
2708         * notifications.el (notifications-notify): Add support for
2709         image-path and sound-name.
2710         (notifications-specification-version): Add this variable.
2712 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2716 2010-09-12  Leo  <sdl.web@gmail.com>
2718         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2719         (rcirc-completion-start): New variables.
2720         (rcirc-nick-completions): Rename to rcirc-completions.
2721         (rcirc-nick-completion-start-offset): Delete.
2722         (rcirc-completion-at-point): New function for constructing
2723         completion data for both nicks and irc commands.  Add to
2724         completion-at-point-functions in rcirc mode.
2725         (rcirc-complete): Rename from rcirc-nick-complete; use
2726         rcirc-completion-at-point.
2727         (defun-rcirc-command): Update rcirc-client-commands.
2729 2010-09-11  Glenn Morris  <rgm@gnu.org>
2731         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2732         atomically, to avoid parallel build errors.  (Bug#4196)
2734 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
2736         * progmodes/sql.el: Version 2.6
2737         (sql-dialect): Synonym for "sql-product".
2738         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2739         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2740         Set "sql-buffer" to buffer name not buffer object so multiple sql
2741         interactive buffers work properly.  Reverts misguided changes in
2742         earlier work.
2743         (sql-comint): Make sure different buffer name is used if "*SQL*"
2744         buffer is for a different product.
2745         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2746         login param.
2747         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2748         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2749         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2750         Accept new buffer name or prompt for one.
2751         (sql-port): Default to zero.
2752         (sql-comint-mysql): Handle "sql-port" as a numeric.
2753         (sql-port-history): Delete unused variable.
2754         (sql-get-login): Default "sql-port" to a number.
2755         (sql-product-alist): Correct Postgres prompt and terminator regexp.
2756         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2757         "sqlite3" executables.
2758         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2759         (sql-buffer-live-p): New function.
2760         (sql-mode-menu, sql-send-string): Use it.
2761         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2762         syntax pattern.
2763         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2764         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2766 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768         * net/netrc.el (netrc-credentials): New convenience function.
2770 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2773         to replace texinfo-font-lock-syntactic-keywords.
2774         (texinfo-mode): Use it.
2776         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2777         Use syntax-propertize-function.
2779         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2780         replace sgml-font-lock-syntactic-keywords.
2781         (sgml-mode): Use it.
2783         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2784         since we don't use it.
2786         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2788         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2789         if available.
2790         (vhdl-fontify-buffer): Adjust.
2792         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2793         replace tcl-font-lock-syntactic-keywords.
2794         (tcl-mode): Use it.
2796         * progmodes/simula.el (simula-syntax-propertize-function): New var to
2797         replace simula-font-lock-syntactic-keywords.
2798         (simula-mode): Use it.
2800         * progmodes/sh-script.el (sh-st-symbol): Remove.
2801         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2802         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2803         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2804         (sh-font-lock-paren): Set syntax-multiline.
2805         (sh-font-lock-syntactic-keywords): Remove.
2806         (sh-syntax-propertize-function): New function to replace it.
2807         (sh-mode): Use it.
2809         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2810         Define while compiling.
2811         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2812         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2813         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2814         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2815         (ruby-here-doc-end-syntax): Only define when
2816         syntax-propertize is not available.
2817         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2818         New functions.
2819         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2820         (electric-indent-chars): Silence bytecompiler.
2821         (ruby-mode): Use prog-mode, syntax-propertize-function, and
2822         electric-indent-chars.
2824         * progmodes/python.el (python-syntax-propertize-function): New var to
2825         replace python-font-lock-syntactic-keywords.
2826         (python-mode): Use it.
2827         (python-quote-syntax): Simplify and adjust to new use.
2829         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2830         replace perl-font-lock-syntactic-keywords.
2831         (perl-syntax-propertize-special-constructs): New fun to replace
2832         perl-font-lock-special-syntactic-constructs.
2833         (perl-font-lock-syntactic-face-function): New fun.
2834         (perl-mode): Use it.
2836         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2837         to replace octave-font-lock-close-quotes.
2838         (octave-syntax-propertize-function): New function to replace
2839         octave-font-lock-syntactic-keywords.
2840         (octave-mode): Use it.
2842         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2843         replaces mixal-font-lock-syntactic-keywords.
2844         (mixal-mode): Use it.
2846         * progmodes/make-mode.el (makefile-syntax-propertize-function):
2847         New var; replaces makefile-font-lock-syntactic-keywords.
2848         (makefile-mode): Use it.
2849         (makefile-imake-mode): Adjust.
2851         * progmodes/js.el (js--regexp-literal): Define while compiling.
2852         (js-syntax-propertize-function): New var; replaces
2853         js-font-lock-syntactic-keywords.
2854         (js-mode): Use it.
2856         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2857         replaces gdb-script-font-lock-syntactic-keywords.
2858         (gdb-script-mode): Use it.
2860         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2861         (fortran--font-lock-syntactic-keywords): New var.
2862         (fortran-line-length): Update syntax-propertize-function and
2863         fortran--font-lock-syntactic-keywords.
2865         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2867         * progmodes/cfengine.el (cfengine-mode):
2868         Use syntax-propertize-function.
2869         (cfengine-font-lock-syntactic-keywords): Remove.
2871         * progmodes/autoconf.el (autoconf-mode):
2872         Use syntax-propertize-function.
2873         (autoconf-font-lock-syntactic-keywords): Remove.
2875         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2876         (ada-after-change-function, ada-initialize-syntax-table-properties)
2877         (ada-handle-syntax-table-properties): Only define when
2878         syntax-propertize is not available.
2879         (ada-mode): Use syntax-propertize-function.
2881         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2882         (font-lock-fontify-syntactic-keywords-region): Move handling of
2883         font-lock-syntactically-fontified to...
2884         (font-lock-default-fontify-region): ...here.
2885         Let syntax-propertize-function take precedence.
2886         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2888         * emacs-lisp/syntax.el (syntax-propertize-function)
2889         (syntax-propertize-chunk-size, syntax-propertize--done)
2890         (syntax-propertize-extend-region-functions): New vars.
2891         (syntax-propertize-wholelines, syntax-propertize-multiline)
2892         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2893         (syntax-propertize): New functions.
2894         (syntax-propertize-rules): New macro.
2895         (syntax-ppss-flush-cache): Set syntax-propertize--done.
2896         (syntax-ppss): Call syntax-propertize.
2898         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2900 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
2902         * textmodes/ispell.el (ispell-init-process): Improve comments.
2903         XEmacs compatibility changes regarding (add-hook) 'local option
2904         and (set-process-query-on-exit-flag).
2906 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2908         * net/tramp-cache.el (tramp-parse-connection-properties):
2909         Set tramp-autoload cookie.
2911 2010-09-09  Glenn Morris  <rgm@gnu.org>
2913         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2914         (imagemagick-register-types): Doc fix.
2916 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2918         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2920         * progmodes/js.el (require): Require is already "eval-and-compile".
2921         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
2922         (js--re-search-backward): Use js--re-search-forward.
2924         * progmodes/fortran.el (fortran-line-length): Don't recompute
2925         syntactic keywords redundantly a second time.
2927         * progmodes/ada-mode.el: Replace "(set '" with setq.
2928         (ada-mode): Simplify.
2929         (ada-create-case-exception, ada-adjust-case-interactive)
2930         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2931         (ada-search-ignore-string-comment, ada-move-to-start)
2932         (ada-move-to-end): Use with-syntax-table.
2934         * font-lock.el (save-buffer-state): Remove `varlist' arg.
2935         (font-lock-unfontify-region, font-lock-default-fontify-region):
2936         Update usage correspondingly.
2937         (font-lock-fontify-syntactic-keywords-region):
2938         Set parse-sexp-lookup-properties buffer-locally here.
2939         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2941         * simple.el (blink-matching-open): Don't burp if we can't find a match.
2943 2010-09-08  Glenn Morris  <rgm@gnu.org>
2945         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2946         Error if not compiled with -DBYTE_CODE_METER.
2948         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2949         Ignore dir-locals-file.
2951 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2954         Not a const.
2955         (compilation-error-regexp-alist-alist): Rule out ": " in file names
2956         for the `gnu' messages.
2957         (compilation-set-skip-threshold): New command.
2958         (compilation-start): Use \' rather than $.
2959         (compilation-forget-errors): Use clrhash.
2961 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
2963         * textmodes/ispell.el (ispell-valid-dictionary-list):
2964         Simplify logic.
2966 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
2968         Migrate to Tramp 2.2.  Rearrange load dependencies.
2969         (Bug#1529, Bug#5448, Bug#5705)
2971         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2972         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2973         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2975         * net/tramp.el (top): Remove all other tramp-* loads except
2976         tramp-compat.el.  Remove all changes to tramp-unload-hook for
2977         other tramp-* packages.  Rearrange defun order.  Change calls of
2978         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2979         `tramp-compat-octal-to-decimal' to new function names.
2980         (tramp-terminal-type, tramp-initial-end-of-output)
2981         (tramp-methods, tramp-foreign-file-name-handler-alist)
2982         (tramp-tramp-file-p, tramp-completion-mode-p)
2983         (tramp-send-command-and-check, tramp-get-remote-path)
2984         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2985         (tramp-shell-quote-argument): Set tramp-autoload cookie.
2986         (with-file-property, with-connection-property): Move to
2987         tramp-cache.el.
2988         (tramp-local-call-process, tramp-decimal-to-octal)
2989         (tramp-octal-to-decimal): Move to tramp-compat.el.
2990         (tramp-handle-shell-command): Do not require 'shell.
2991         (tramp-compute-multi-hops): No special handling for tramp-gw-*
2992         symbols.
2993         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2995         * net/tramp-cache.el (top): Require 'tramp.  Add to
2996         `tramp-unload-hook'.
2997         (tramp-cache-data, tramp-get-file-property)
2998         (tramp-set-file-property, tramp-flush-file-property)
2999         (tramp-flush-directory-property, tramp-get-connection-property)
3000         (tramp-set-connection-property, tramp-flush-connection-property)
3001         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3002         cookie.
3003         (with-file-property, with-connection-property): New defuns, moved
3004         from tramp.el.
3005         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3006         macro.
3008         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3009         (tramp-version): Set tramp-autoload cookie.
3011         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
3012         changes to tramp-unload-hook for other tramp-* packages.  Add to
3013         `tramp-unload-hook'.
3014         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3015         (tramp-compat-call-process): New defuns, moved from tramp.el.
3017         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
3018         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3019         to `tramp-unload-hook'.  Change call of
3020         `tramp-compat-decimal-to-octal' to new function name.
3021         (tramp-fish-method): Make it a defconst.
3022         (tramp-fish-file-name-p): Make it a defsubst.
3023         (tramp-fish-method, tramp-fish-file-name-handler)
3024         (tramp-fish-file-name-p): Set tramp-autoload cookie.
3026         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3027         `tramp-foreign-file-name-handler-alist'.  Add to
3028         `tramp-unload-hook'.
3029         (tramp-ftp-method): Make it a defconst.
3030         (tramp-ftp-file-name-p): Make it a defsubst.
3031         (tramp-ftp-method, tramp-ftp-file-name-handler)
3032         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3034         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3035         `tramp-foreign-file-name-handler-alist'.  Add to
3036         `tramp-unload-hook'.  Change checks, whether package can be
3037         loaded.
3038         (tramp-gvfs-file-name-p): Make it a defsubst.
3039         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3040         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3041         (tramp-gvfs-handle-file-directory-p): New defun.
3042         (tramp-gvfs-file-name-handler-alist): Use it.
3044         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3045         `tramp-foreign-file-name-handler-alist'.  Add to
3046         `tramp-unload-hook'.
3047         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3048         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3049         defconst.
3050         (tramp-gw-tunnel-method, tramp-gw-socks-method)
3051         (tramp-gw-open-connection): Set tramp-autoload cookie.
3053         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
3054         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3055         to `tramp-unload-hook'.  Change checks, whether package can be
3056         loaded.
3057         (tramp-imap-file-name-p): Make it a defsubst.
3058         (tramp-imap-method, tramp-imaps-method)
3059         (tramp-imap-file-name-handler)
3060         (tramp-imap-file-name-p): Set tramp-autoload cookie.
3062         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
3063         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3064         to `tramp-unload-hook'.  Change checks, whether package can be
3065         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
3066         function name.
3067         (tramp-smb-tunnel-method): Make it a defconst.
3068         (tramp-smb-file-name-p): Make it a defsubst.
3069         (tramp-smb-method, tramp-smb-file-name-handler)
3070         (tramp-smb-file-name-p): Set tramp-autoload cookie.
3072         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3073         (tramp-uuencode-region): Set tramp-autoload cookie.
3075         * net/trampver.el (top) Add to `tramp-unload-hook'.
3076         (tramp-version, tramp-bug-report-address): Set tramp-autoload
3077         cookie.  Update release number.
3079 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
3081         * textmodes/ispell.el (ispell-start-process): Make sure original
3082         arg list is properly initialized (Bug#6993, Bug#6994).
3084 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3086         * files.el (directory-abbrev-alist): Use \` as default regexp.
3088         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3089         chars like - or ] (bug#6984).
3090         (rx-any-condense-range): Explode 2-char ranges.
3092 2010-09-06  Glenn Morris  <rgm@gnu.org>
3094         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3096 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * textmodes/bibtex.el:
3099         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3101 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103         * net/imap.el (imap-message-map): Remove optional buffer parameter,
3104         since no callers use it.
3105         (imap-message-get): Ditto.
3106         (imap-message-put): Ditto.
3107         (imap-mailbox-map): Ditto.
3108         (imap-mailbox-put): Ditto.
3109         (imap-mailbox-get): Ditto.
3110         (imap-mailbox-get): Revert last change for this function.
3112 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114         * net/imap.el (imap-fetch-safe): Remove function, and alter all
3115         callers to use `imap-fetch' instead.  According to the comments, this
3116         should be safe, since all other IMAP clients use the 1:* syntax.
3117         (imap-enable-exchange-bug-workaround): Remove.
3118         (imap-debug): Remove -- doesn't seem very useful.
3120 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122         * net/imap.el (imap-log): New convenience function used throughout
3123         instead of repeating the same code all over the place.
3125 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
3127         * mouse.el (mouse-save-then-kill): Save region to kill-ring
3128         when mouse-drag-copy-region is non-nil (Bug#6956).
3130 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
3132         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3133         Improve regexps (Bug#6987).
3134         (dired-sort-toggle): Search more robustly for -t flag.
3136         * files.el (get-free-disk-space): Search more robustly for
3137         "available" column.  Suggested by Ehud Karni
3138         <ehud@unix.mvs.co.il>.
3140 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
3142         * international/uni-bidi.el:
3143         * international/uni-category.el:
3144         * international/uni-combining.el:
3145         * international/uni-decimal.el:
3146         * international/uni-mirrored.el:
3147         * international/uni-name.el: Regenerate.
3149 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3151         * electric.el (electric-indent-post-self-insert-function):
3152         Don't reindent with a sloppy indentation function.
3154         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
3155         border case in change-log-mode.
3157 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
3159         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3160         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
3161         Recognize leading tab in gcc-include regexp.  Ignore names with
3162         leading "from" or "in" in gnu regexp (Bug#6937).
3164 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
3167         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
3168         (ispell-start-process): Avoid setq and simplify logic.
3169         (ispell-init-process): Setup kill-buffer-hook locally when needed.
3170         (kill-buffer-hook): Don't use it globally with code that uses
3171         expand-file-name since that may call kill-buffer via
3172         code_conversion_restore.
3174 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
3176         * emacs-lisp/package.el (package-directory-list): Only call
3177         file-name-nondirectory on a string.
3179 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3181         * emacs-lisp/package.el (package--download-one-archive):
3182         Ensure that archive-contents is valid before saving it.
3183         (package-activate-1, package-mark-obsolete, define-package)
3184         (package-compute-transaction, package-list-maybe-add): Use push.
3186 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3188         Use SMIE's blink-paren for octave-mode.
3189         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
3190         Backslashes do not escape single-quotes, single-quotes do.
3191         (octave-block-else-regexp, octave-block-end-regexp)
3192         (octave-block-match-alist): Remove.
3193         (octave-smie-bnf-table): New var, with old content.
3194         (octave-smie-op-levels): Use it.
3195         (octave-smie-closer-alist): New var.
3196         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
3197         (octave-blink-matching-block-open): Remove.
3198         (octave-reindent-then-newline-and-indent, octave-electric-semi)
3199         (octave-electric-space): Let self-insert-command run expand-abbrev and
3200         blink parens.
3202         * electric.el (electricity): New group.
3203         (electric-indent-chars): New var.
3204         (electric-indent-post-self-insert-function): New fun.
3205         (electric-indent-mode): New minor mode.
3206         (electric-pair-skip-self): New custom.
3207         (electric-pair-post-self-insert-function): New function.
3208         (electric-pair-mode): New minor mode.
3210         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
3211         calcAlg-blink-matching-open.
3212         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
3213         (calc-do-alg-entry): Only touch the part of the keymap that varies.
3214         Use the new blink-matching-check-function.
3216         Provide blink-matching support to SMIE.
3217         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
3218         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
3219         (smie-blink-matching-check, smie-blink-matching-open): New functions.
3221         * simple.el (newline): Fix last change to properly remove itself from
3222         the hook.
3224 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3226         * simple.el (newline): Eliminate optimization.
3227         Use post-self-insert-hook to set hard-newline and things before
3228         running post-self-insert-hook.
3229         (blink-matching-check-mismatch): New function.
3230         (blink-matching-check-function): New variable.
3231         (blink-matching-open): Use them.
3232         Skip back forward over prefix chars skipped by forward-sexp.
3233         Don't check if the parens are backslash escaped.
3234         (blink-paren-post-self-insert-function): Check backslash escaping here.
3236 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3238         * emacs-lisp/package.el (package-menu-mode-map):
3239         Change package-menu-revert bindings to revert-buffer.
3240         (package-menu-mode): Set revert-buffer-function.
3241         (package-menu-revert): Doc fix.
3243 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
3245         * textmodes/ispell.el (ispell-init-process): Use "~/" as
3246         `default-directory' unless using Ispell per-directory personal
3247         dictionaries and not in a mini-buffer under XEmacs.
3248         (kill-buffer-hook): Do not kill ispell process on exit when
3249         `ispell-process-directory' is "~/".  (Bug#6143)
3251 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3253         * simple.el (kill-new): Call interprogram-cut-function with only
3254         one argument.
3256         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
3257         Remove cut buffer from error message.
3259         * term/x-win.el (x-select-text):
3260         * term/pc-win.el (x-selection-value):
3261         * term/ns-win.el (x-selection-value):
3262         * eshell/em-term.el:
3263         * w32-fns.el (x-get-selection-value):
3264         * mouse-sel.el (mouse-sel-set-selection-function):
3265         * frame.el (display-selections-p): Remove cut-buffer in documentation.
3267         * term/x-win.el: Update documentation for x-last-selected-text-*.
3268         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
3269         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
3270         (x-select-text): Remove argument PUSH, update documentation.  Remove
3271         cut-buffer code.
3272         (x-selection-value-internal): Was previously x-selection-value.
3273         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
3274         Update documentation, remove cut-buffer code.  Call
3275         x-selection-value-internal.
3276         (x-clipboard-yank): Call x-selection-value-internal.
3277         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
3279         * term/pc-win.el (x-last-selected-text):
3280         x-cut-buffer-or-selection-value renamed to x-selection-value
3281         (x-select-text): Remove argument PUSH, update documentation.
3283         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
3284         x-cut-buffer-or-selection-value renamed to x-selection-value
3285         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
3286         (x-select-text): Remove argument PUSH, update documentation.
3288         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
3290         * w32-fns.el (x-last-selected-text):
3291         x-cut-buffer-or-selection-value renamed to x-selection-value.
3292         (x-cut-buffer-max): Remove.
3293         (x-select-text): Remove argument PUSH, update documentation.
3295         * simple.el (interprogram-cut-function): Remove mention of PUSH.
3297         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
3299         * mouse-sel.el (mouse-sel-get-selection-function):
3300         x-cut-buffer-or-selection-value renamed to x-selection-value.
3301         (x-select-text): Remove optional push.
3303 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * simple.el (blink-paren-function): Move from C to here.
3306         (blink-paren-post-self-insert-function): New function.
3307         (post-self-insert-hook): Use it.
3309         * emacs-lisp/pcase.el (pcase-split-memq):
3310         Fix overenthusiastic optimisation.
3311         (pcase-u1): Handle the case of a lambda pred.
3313 2010-08-31  Kenichi Handa  <handa@m17n.org>
3315         * international/mule-cmds.el (standard-display-european-internal):
3316         Setup standard-display-table for 8-bit characters by storing 8-bit
3317         characters in the element vector.
3319         * disp-table.el (standard-display-8bit):
3320         Setup standard-display-table for 8-bit characters by storing 8-bit
3321         characters in the element vector.
3322         (standard-display-european): Likewise.
3324 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
3326         * textmodes/nroff-mode.el (nroff-view): New command.
3327         (nroff-mode-map): Bind it to C-c C-c.
3329 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * emacs-lisp/smie.el (smie-down-list): New command.
3333         Remove old indentation and navigation code on octave-mode.
3334         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
3335         smie-down-list rather than add a binding for octave-down-block.
3336         (octave-mark-block, octave-blink-matching-block-open):
3337         Rely on forward-sexp-function.
3338         (octave-fill-paragraph): Don't narrow, so you can use
3339         indent-according-to-mode.
3340         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
3341         (octave-in-block-p, octave-re-search-forward-kw)
3342         (octave-re-search-backward-kw, octave-indent-calculate)
3343         (octave-end-as-array-index-p, octave-block-end-offset)
3344         (octave-scan-blocks, octave-forward-block, octave-backward-block)
3345         (octave-down-block, octave-backward-up-block, octave-up-block)
3346         (octave-before-magic-comment-p, octave-indent-line): Remove.
3348 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
3350         * emacs-lisp/package.el (package--read-archive-file): Just use
3351         `read', to avoid copying an additional string.
3352         (package-menu-mode): Set header-line-format here.
3353         (package-menu-refresh, package-menu-revert): Signal an error if
3354         not in the Package Menu.
3355         (package-menu-package-list): New var.
3356         (package--generate-package-list): Operate on the current buffer;
3357         don't assume that it is *Packages*, since the user may rename it.
3358         Allow persistent package listings and sort keys using
3359         package-menu-package-list and package-menu-package-sort-key.
3360         (package-menu--version-predicate): Fix version calculation.
3361         (package-menu-sort-by-column): Don't select the window.
3362         (package--list-packages): Create the *Packages* buffer.
3363         Set package-menu-package-list-key.
3364         (list-packages): Sorting by status is now the default.
3365         (package-buffer-info): Use match-string-no-properties.
3366         (define-package): Add a &rest argument for future proofing, but
3367         don't use it yet.
3368         (package-install-from-buffer, package-install-buffer-internal):
3369         Merge into a single function, package-install-from-buffer.
3370         (package-install-file): Change caller.
3372         * finder.el: Load finder-inf using `require'.
3373         (finder-list-matches): Sorting by status is now the default.
3374         (finder-compile-keywords): Simpify printing.
3376 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3378         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3379         (octave-mode-map): Remove special bindings for forward/backward-block
3380         and octave-backward-up-block.  Use smie-close-block.
3381         (octave-continuation-marker-regexp): New var.
3382         (octave-continuation-regexp): Use it.
3383         (octave-operator-table, octave-smie-op-levels)
3384         (octave-operator-regexp, octave-smie-indent-rules): New vars.
3385         (octave-smie-backward-token, octave-smie-forward-token): New funs.
3386         (octave-mode): Use SMIE.
3387         (octave-close-block): Delete.
3389 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
3391         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
3392         CLIPBOARD, not in PRIMARY.  (Bug#6944)
3394 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
3397         a list of parents.
3398         (smie-indent-column): Allow indirection through variables.
3400         * composite.el (save-buffer-state): Delete, unused.
3401         * font-lock.el (save-buffer-state): Use with-silent-modifications.
3402         (font-lock-default-fontify-region): Use with-syntax-table.
3403         * jit-lock.el (with-buffer-unmodified): Remove.
3404         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
3406         Use `declare' in defmacros.
3407         * window.el (save-selected-window):
3408         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
3409         * progmodes/python.el (def-python-skeleton):
3410         * net/dbus.el (dbus-ignore-errors):
3411         * jka-cmpr-hook.el (with-auto-compression-mode):
3412         * international/mule.el (with-category-table):
3413         * emacs-lisp/timer.el (with-timeout):
3414         * emacs-lisp/lisp-mnt.el (lm-with-file):
3415         * emacs-lisp/eieio.el (with-slots):
3416         * emacs-lisp/easymenu.el (easy-menu-define):
3417         * emacs-lisp/debug.el (debugger-env-macro):
3418         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
3419         (Multiple-value-call, Multiple-value-prog1):
3420         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
3421         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
3422         edebug rule to definition.
3423         * emacs-lisp/lisp-mode.el (save-selected-window)
3424         (with-current-buffer, combine-after-change-calls)
3425         (with-output-to-string, with-temp-file, with-temp-buffer)
3426         (with-temp-message, with-syntax-table, read-if, eval-after-load)
3427         (dolist, dotimes, when, unless):
3428         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
3430 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
3432         * finder.el: Require `package'.
3433         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
3434         (finder-package-info): Var deleted.
3435         (finder-keywords-hash, finder--builtins-alist): New vars.
3436         (finder-compile-keywords): Compute package--builtins and
3437         finder-keywords-hash instead of finder-keywords-hash, respecting
3438         the "Package" header.
3439         (finder-unknown-keywords, finder-list-matches):
3440         Use finder-keywords-hash and package--list-packages.
3441         (finder-mode): Don't set font-lock-defaults.
3442         (finder-exit): We don't use "*Finder-package*" and "*Finder
3443         Category*" buffers anymore.
3445         * emacs-lisp/package.el (package--builtins-base): Var deleted.
3446         (package--builtins): Set default value to nil.
3447         (package-initialize): Load precomputed value of package--builtins
3448         from finder-inf.el.
3449         (package-alist, package-compute-transaction)
3450         (package-download-transaction): Improve docstring.
3451         (package-read-all-archive-contents): Do not change
3452         package--builtins here.
3453         (list-packages): Make package-list-packages an alias for this.
3454         Sort by status by default.
3455         (package--list-packages): Add optional PACKAGES arg.
3456         (describe-package-1): Use font-lock-face property.  For built-in
3457         packages, insert file commentary.
3458         (package--generate-package-list): Rename from
3459         package-list-packages-internal; all callers changed.  Add optional
3460         PACKAGES arg.  Add alphabetical sort fallbacks.
3461         (package-menu--version-predicate, package-menu--status-predicate)
3462         (package-menu--description-predicate)
3463         (package-menu--name-predicate): New functions.
3465         * info.el (Info-finder-find-node): Search package-alist instead of
3466         finder-package-info.
3468 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
3470         * subr.el (version-regexp-alist): Don't use "a" and "b" for
3471         "alpha" and "beta".
3472         (version-to-list): Handle versions like "10.3d".
3474 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
3477         (macroexp-accumulate): Use `declare'.
3479 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3481         * whitespace.el (whitespace-style): Adjust type declaration.
3483 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
3485         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3486         empty argument to gvfs-copy.
3488 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3490         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3491         handle new TRASH arg of `delete-file'.
3493 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3495         * net/tramp.el (tramp-handle-insert-directory): Don't use
3496         `forward-word', its default syntax could be changed.
3498 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3499             Michael Albinus  <michael.albinus@gmx.de>
3501         Implement compression for inline methods.
3503         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3504         (tramp-copy-size-limit): Allow also nil.
3505         (tramp-inline-compress-commands): New defconst.
3506         (tramp-find-inline-compress, tramp-get-inline-compress)
3507         (tramp-get-inline-coding): New defuns.
3508         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3509         replaced by `tramp-get-inline-coding'.
3510         (tramp-handle-file-local-copy, tramp-handle-write-region)
3511         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3513 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
3515         Detect ssh 'ControlMaster' argument automatically in some cases.
3517         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3518         (tramp-default-method): Use it.
3520 2010-08-26  Karel Klíč  <kklic@redhat.com>
3522         * net/tramp.el (tramp-file-name-for-operation):
3523         Add file-selinux-context.
3525 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3527         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3529 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3531         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3532         (Bug#6907).
3534 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
3536         * progmodes/js.el: Make indentation more customizable (Bug#6914).
3537         (js-paren-indent-offset, js-square-indent-offset)
3538         (js-curly-indent-offset): New options.
3539         (js--proper-indentation): Use them.
3541 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
3543         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3544         instead of inspecting font-lock properties (Bug#6916).
3546 2010-08-26  David Reitter  <david.reitter@gmail.com>
3548         * server.el (server-visit-files): Run pre-command-hook and
3549         post-command-hook for each buffer while it is current (Bug#6910).
3550         (server-execute): Do not run hooks here.
3552 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
3554         Sync with Tramp 2.1.19.
3556         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3557         (tramp-reporter-dump-variable, tramp-load-report-modules)
3558         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3559         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3561         * net/tramp-compat.el (top): Do not autoload
3562         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3563         only when `start-file-process' is not bound.
3564         (byte-compile-not-obsolete-vars): Define if not bound.
3565         (tramp-compat-funcall): New defmacro.
3566         (tramp-compat-line-beginning-position)
3567         (tramp-compat-line-end-position)
3568         (tramp-compat-temporary-file-directory)
3569         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3570         (tramp-compat-copy-file, tramp-compat-copy-directory)
3571         (tramp-compat-delete-file, tramp-compat-delete-directory)
3572         (tramp-compat-number-sequence, tramp-compat-process-running-p):
3573         Use it.
3574         (tramp-advice-file-expand-wildcards): Do not use
3575         `tramp-handle-file-remote-p'.
3576         (tramp-compat-make-temp-file): Simplify fallback implementation.
3577         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3578         (tramp-compat-copy-tree): Remove function.
3579         (tramp-compat-delete-file): New defun.
3580         (tramp-compat-delete-directory): Provide implementation for older
3581         Emacsen.
3582         (tramp-compat-file-attributes): Handle only
3583         `wrong-number-of-arguments' error.
3585         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3586         Add PRESERVE_SELINUX_CONTEXT.
3587         (tramp-fish-handle-delete-file): Add TRASH arg.
3588         (tramp-fish-handle-directory-files-and-attributes):
3589         Do not use `tramp-fish-handle-file-attributes.
3590         (tramp-fish-handle-file-local-copy)
3591         (tramp-fish-handle-insert-file-contents)
3592         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3594         * net/tramp-gvfs.el (top): Require url-util.
3595         (tramp-gvfs-mount-point): Remove.
3596         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3597         and `set-file-selinux-context'.
3598         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3599         (tramp-gvfs-handle-file-selinux-context)
3600         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3601         (with-tramp-dbus-call-method): Format trace message.
3602         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3603         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3604         Implement backup call, when operation on local files fails.
3605         Use progress reporter.  Flush properties of changed files.
3606         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
3607         `tramp-compat-delete-file'.
3608         (tramp-gvfs-handle-expand-file-name): Expand "~/".
3609         (tramp-gvfs-handle-make-directory): Make more traces.
3610         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3611         (tramp-gvfs-url-file-name): Hexify file name in url.
3612         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3613         into account for the resulting file name.
3614         (tramp-gvfs-handler-askquestion): Preserve current message, in
3615         order to let progress reporter continue afterwards.  (Bug#6257)
3616         Return dummy mountpoint, when the answer is "no".
3617         See `tramp-gvfs-maybe-open-connection'.
3618         (tramp-gvfs-handler-mounted-unmounted)
3619         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3620         attribute "default_location".  Set "prefix" property.
3621         Handle default-location.
3622         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3623         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3624         exists.  Raise an error, if not (due to a corresponding answer
3625         "no" in interactive questions, for example).
3626         Use `tramp-compat-funcall'.
3628         * net/tramp-imap.el (top): Autoload `epg-make-context'.
3629         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3630         (tramp-imap-do-copy-or-rename-file)
3631         (tramp-imap-handle-insert-file-contents)
3632         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3633         (tramp-imap-handle-delete-file): Add TRASH arg.
3635         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3636         Add PRESERVE-SELINUX-CONTEXT.
3637         (tramp-smb-handle-copy-file)
3638         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3639         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3640         Use `with-progress-reporter'.
3641         (tramp-smb-handle-delete-file): Add TRASH arg.
3643         * net/tramp.el (tramp-methods): Move hostname to the end in all
3644         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
3645         appropriate.
3646         (tramp-verbose): Describe verbose level 9.
3647         (tramp-completion-function-alist)
3648         (tramp-file-name-regexp, tramp-chunksize)
3649         (tramp-local-coding-commands, tramp-remote-coding-commands)
3650         (with-connection-property, tramp-completion-mode-p)
3651         (tramp-action-process-alive, tramp-action-out-of-band)
3652         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3653         (tramp-exists-file-name-handler): Fix docstring.
3654         (tramp-remote-process-environment): Use `format' instead of
3655         `concat'.  Protect version string by apostroph.
3656         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3657         XEmacs.
3658         (tramp-file-name-regexp-unified)
3659         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3660         not regard the volume letter as remote filename.  (Bug#5447)
3661         (tramp-perl-file-attributes)
3662         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3663         (tramp-vc-registered-read-file-names): Read input as
3664         here-document, otherwise the command could exceed maximum length
3665         of command line.
3666         (tramp-file-name-handler-alist): Add `file-selinux-context' and
3667         `set-file-selinux-context'.
3668         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3669         backtrace functions.
3670         (tramp-error-with-buffer): Don't show the connection buffer when
3671         we are in completion mode.
3672         (tramp-progress-reporter-update, tramp-remote-selinux-p)
3673         (tramp-handle-file-selinux-context)
3674         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3675         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3676         New defuns.
3677         (with-progress-reporter): New defmacro.
3678         (tramp-debug-outline-regexp): New defconst.
3679         (top, tramp-rfn-eshadow-setup-minibuffer)
3680         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3681         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3682         (tramp-completion-mode-p, tramp-check-for-regexp)
3683         (tramp-open-connection-setup-interactive-shell)
3684         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3685         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3686         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3687         Use `tramp-compat-funcall'.
3688         (tramp-handle-make-symbolic-link): Flush file properties.
3689         (tramp-handle-load, tramp-handle-file-local-copy)
3690         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3691         (tramp-handle-vc-registered, tramp-maybe-send-script)
3692         (tramp-find-shell): Use `with-progress-reporter'.
3693         (tramp-do-file-attributes-with-stat): Add space in format string,
3694         in order to work around a bug in pdksh.  Reported by Gilles Pion
3695         <gpion@lfdj.com>.
3696         (tramp-handle-verify-visited-file-modtime): Do not send a command
3697         when the connection is not established.
3698         (tramp-handle-set-file-times): Simplify the check for utc.
3699         (tramp-handle-directory-files-and-attributes)
3700         (tramp-get-remote-path): Use `copy-tree'.
3701         (tramp-completion-handle-file-name-all-completions): Ensure, that
3702         non remote files are still checked.  Oops.
3703         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3704         Handle PRESERVE-SELINUX-CONTEXT.
3705         (tramp-do-copy-or-rename-file): Add progress reporter.
3706         (tramp-do-copy-or-rename-file-directly): Do not use
3707         `tramp-handle-file-remote-p'.
3708         (tramp-do-copy-or-rename-file-out-of-band):
3709         Use `tramp-compat-delete-directory'.
3710         (tramp-do-copy-or-rename-file-out-of-band)
3711         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3712         Use `format-spec-make'.
3713         (tramp-handle-delete-file): Add TRASH arg.
3714         (tramp-handle-dired-uncache): Flush directory cache, not only file
3715         cache.
3716         (tramp-handle-expand-file-name)
3717         (tramp-completion-handle-file-name-all-completions)
3718         (tramp-completion-handle-file-name-completion):
3719         Use `tramp-connectable-p'.
3720         (tramp-handle-start-file-process): Set connection property "vec".
3721         Use it, in order to invalidate file caches.  Check only for
3722         `remote-tty' process property.
3723         Implement tty setting.  (Bug#4604, Bug#6360)
3724         (tramp-file-name-for-operation): Add `call-process-region' and
3725         `set-file-selinux-context'.
3726         (tramp-find-foreign-file-name-handler)
3727         (tramp-advice-make-auto-save-file-name)
3728         (tramp-set-auto-save-file-modes): Remove superfluous check for
3729         `stringp'.  This is done inside `tramp-tramp-file-p'.
3730         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
3731         operations when we are in completion mode.  This gives the user
3732         the chance to correct the file name in the minibuffer.
3733         (tramp-completion-mode-p): Use `non-essential'.
3734         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3735         compatibility: Use `completion-ignore-case' if
3736         `read-file-name-completion-ignore-case' does not exist.
3737         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3738         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3739         `tramp-open-shell'.
3740         (tramp-action-password): Hide password prompt before next run.
3741         (tramp-process-actions): Widen connection buffer for the trace.
3742         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3743         process property.  Trace stty settings if `tramp-verbose' >= 9.
3744         Apply workaround for IRIX64 bug.  Move argument of last
3745         `tramp-send-command' where it belongs to.
3746         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3747         front of `login-args'.
3748         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3749         on "/dev/null" instead of "/".
3750         (tramp-get-ls-command-with-dired): Make test for "--dired"
3751         stronger.
3752         (tramp-set-auto-save-file-modes): Adapt version check.
3753         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3754         (tramp-handle-process-file): Call the program in a subshell, in
3755         order to preserve working directory.
3756         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3757         `tramp-remote-sh' from `tramp-methods'.
3758         (tramp-get-ls-command): Make test for "--color=never" stronger.
3759         (tramp-check-for-regexp): Use (forward-line 1).
3761         * net/trampver.el: Update release number.
3763 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3765         * help.el (help-map): Bind `C-h P' to describe-package.
3767         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3769         * emacs-lisp/package.el (package-refresh-contents): Catch errors
3770         when downloading archives.
3771         (describe-package-1): Add package commentary.
3772         (package-install-button-action): New function.
3773         (package-menu-mode-map): Bind ? to package-menu-describe-package.
3774         (package-menu-view-commentary): Function removed.
3775         (package-list-packages-internal): Hide the `package' package too.
3777 2010-08-25  Kenichi Handa  <handa@m17n.org>
3779         * language/misc-lang.el ("Arabic"): New language environment.
3780         Setup composition-function-table for Arabic characters.
3782         * international/fontset.el (setup-default-fontset): Fix typo for
3783         arabic OTF spec (fini->fina).
3785 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
3787         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3788         on all frames.
3790 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3792         * whitespace.el: Allow cleaning up blanks without blank
3793         visualization (Bug#6651).  Adjust help window for
3794         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3795         instead of whitespace-line-column (from EmacsWiki).  New version
3796         13.1.
3797         (whitespace-style): Added new value 'face.  Adjust docstring.
3798         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3799         foreground property face.
3800         (whitespace-line-column): Adjust docstring and type declaration.
3801         (whitespace-style-value-list, whitespace-toggle-option-alist)
3802         (whitespace-help-text): Adjust const initialization.
3803         (whitespace-toggle-options, global-whitespace-toggle-options):
3804         Adjust docstring.
3805         (whitespace-display-window, whitespace-interactive-char)
3806         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3807         (whitespace-help-scroll): New fun.
3809 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3811         * emacs-lisp/package.el (list-packages): Alias for
3812         package-list-packages.
3814 2010-08-24  Kevin Ryde  <user42@zip.com.au>
3816         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3817         (Bug#5651).
3819         * progmodes/ruby-mode.el (ruby): Add defgroup.
3821 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3823         * progmodes/python.el: Add Ipython support (Bug#5390).
3824         (python-shell-prompt-alist)
3825         (python-shell-continuation-prompt-alist): New options.
3826         (python--set-prompt-regexp): New function.
3827         (inferior-python-mode, run-python, python-shell): Require
3828         ansi-color.  Use python--set-prompt-regexp to set the comint
3829         prompt based on the Python interpreter.
3830         (python--prompt-regexp): New var.
3831         (python-check-comint-prompt)
3832         (python-comint-output-filter-function): Use it.
3833         (run-python): Use a pipe (Bug#5694).
3835 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
3837         * progmodes/python.el (python-send-region): Send a different
3838         Python command if Ipython is in use.
3839         (python-check-version): Use a Python command to find the version.
3841 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3843         * mouse.el (mouse-yank-primary): Avoid setting primary when
3844         deactivating the mark (Bug#6872).
3846 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
3848         * progmodes/python.el (python-block-pairs): Allow use of "finally"
3849         with "else" (Bug#3991).
3851 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3853         * net/dbus.el: Accept UNIX domain sockets as bus address.
3854         (top): Don't initialize `dbus-registered-objects-table' anymore,
3855         this is done in dbusbind,c.
3856         (dbus-check-event): Adapt test for bus.
3857         (dbus-return-values-table, dbus-unregister-service)
3858         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3859         Adapt doc string.
3861 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
3863         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3865 2010-08-22  Juri Linkov  <juri@jurta.org>
3867         * simple.el (read-extended-command): New function with the logic
3868         for `completing-read' moved to Elisp from `execute-extended-command'.
3869         Use `function-called-at-point' in `minibuffer-default-add-function'
3870         to get a command name for M-n (bug#5364, bug#5214).
3872 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3874         * startup.el (command-line-1): Issue warning for ignored arguments
3875         --unibyte, etc (Bug#6886).
3877 2010-08-22  Leo  <sdl.web@gmail.com>
3879         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3880         (ignore, bright, dim, keyword): Split list of nicknames before
3881         passing to rcirc-add-or-remove (Bug#6894).
3883 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3885         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3887 2010-08-22  Leo  <sdl.web@gmail.com>
3889         Fix buffer-list rename&refresh after killing a buffer in ido.
3890         * ido.el: Revert Óscar's.
3891         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3892         Remember the buffers at head, rather than their name.
3893         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3895 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
3896             Stefan Monnier  <monnier@iro.umontreal.ca>
3898         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3899         extra backslash added to each line (bug#6890).
3901 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * subr.el (read-key): Don't echo keystrokes (bug#6883).
3905 2010-08-22  Glenn Morris  <rgm@gnu.org>
3907         * menu-bar.el (menu-bar-games-menu): Add landmark.
3909 2010-08-22  Glenn Morris  <rgm@gnu.org>
3911         * align.el (align-regexp): Make group and spacing arguments
3912         use the interactive defaults when non-interactive.  (Bug#6698)
3914         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3915         expansion, so as not to need sendmail.
3916         (mail-text-start): Remove declaration.
3917         (rmail-retry-failure): Require sendmail.
3919 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3921         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3923 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
3925         * progmodes/flymake.el (flymake-start-syntax-check-process):
3926         Use `start-file-process' in order to let it run also on remote hosts.
3928 2010-08-22  Kenichi Handa  <handa@m17n.org>
3930         * files.el: Add `word-wrap' as safe local variable.
3932 2010-08-22  Glenn Morris  <rgm@gnu.org>
3934         * woman.el (woman-translate): Case matters.  (Bug#6849)
3936 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3938         * simple.el (kill-region): Doc fix (Bug#6787).
3940 2010-08-22  Glenn Morris  <rgm@gnu.org>
3942         * calendar/diary-lib.el (diary-header-line-format):
3943         Fit it to the window, not the frame.
3945 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
3947         * subr.el (ignore-errors): Add debug declaration.
3949 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
3951         * whitespace.el (whitespace-color-off): Remove post-command-hook
3952         locally.
3954 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3958 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3960         * cus-edit.el (custom-group-value-create): Add extra newline
3961         before end line (Bug#6876).
3963 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3965         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3966         when extending it.  Before killing on the second click, check if
3967         the buffer is the correct one.  Doc fix.
3968         (mouse-secondary-save-then-kill): Allow usage without first
3969         calling mouse-start-secondary, by defaulting to point.  Don't save
3970         an empty secondary selection.  Doc fix.
3972 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3974         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
3975         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3976         New version 13.0.
3977         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3978         Adjust initialization.
3979         (whitespace-bob-marker, whitespace-eob-marker)
3980         (whitespace-buffer-changed): New vars.
3981         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3982         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3983         (whitespace-post-command-hook, whitespace-display-char-on):
3984         Adjust code.
3985         (whitespace-looking-back, whitespace-buffer-changed): New funs.
3986         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3988 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3990         * files.el (locate-file-completion-table): Only list the .el and .elc
3991         extensions if there's no other choice (bug#5955).
3993         * facemenu.el (facemenu-self-insert-data): New var.
3994         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3995         New functions.
3996         (facemenu-add-face): Use them.
3998         * simple.el (blink-matching-open): Obey forward-sexp-function.
4000 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4002         * simple.el (prog-mode-map): New var.
4003         (prog-indent-sexp): New command.
4005         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4007         * progmodes/prolog.el (smie): Require.
4009         * emacs-lisp/smie.el (smie-default-backward-token)
4010         (smie-default-forward-token): Strip properties.
4011         (smie-next-sexp): Be more careful with associative operators.
4012         (smie-forward-sexp-command): Generalize.
4013         (smie-backward-sexp-command): Simplify.
4014         (smie-closer-alist): New var.
4015         (smie-close-block): New command.
4016         (smie-indent-debug-log): New var.
4017         (smie-indent-offset-rule): Add a few more cases.
4018         (smie-indent-column): New function.
4019         (smie-indent-after-keyword): Use it.
4020         (smie-indent-keyword): Use it.
4021         Fix up the opener code's point position.
4022         (smie-indent-comment): Only applies at BOL.
4023         (smie-indent-debug): New command.
4025         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4026         declarations that are useful before running the macro.
4028 2010-08-18  Joakim Verona  <joakim@verona.se>
4030         * image.el (imagemagick-types-inhibit): New variable.
4031         (imagemagick-register-types): New function.
4032         * image-mode.el (image-transform-properties): New function.
4033         (image-transform-set-scale, image-transform-fit-to-height)
4034         (image-transform-set-rotation, image-transform-set-resize)
4035         (image-transform-fit-to-width, image-transform-fit-to-height):
4036         New functions.
4037         (image-toggle-display-image): Support image transforms.
4039 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4041         * image.el (create-animated-image): Don't add heuristic mask to image
4042         (Bug#6839).
4044 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
4046         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4047         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4049 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4053         Font-lock '...' strings, plus various simplifications and fixes.
4054         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4055         (octave-font-lock-close-quotes): New function.
4056         (octave-font-lock-syntactic-keywords): New var.
4057         (octave-mode): Use it.  Set beginning-of-defun-function.
4058         (octave-mode-map): Don't override the <foo>-defun commands.
4059         (octave-mode-menu): Pass it directly to easy-menu-define;
4060         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4061         (octave-block-match-alist): Fix up last change so that
4062         octave-close-block uses the more specific keyword.
4063         (info-lookup-mode): Silence byte-compiler.
4064         (octave-beginning-of-defun): Not interactive any more.
4065         Optimize slightly.
4066         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4067         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4068         (octave-completion-at-point-function): Make sure point is within
4069         beg..end.
4070         (octave-reindent-then-newline-and-indent):
4071         Use reindent-then-newline-and-indent.
4072         (octave-add-octave-menu): Remove.
4074 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
4076         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4077         (report-emacs-bug-can-use-xdg-email): New functions.
4078         (report-emacs-bug): Set can-xdg-email to result of
4079         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
4080         \C-cm to report-emacs-bug-insert-to-mailer and add help text
4081         about it.
4083         * net/browse-url.el (browse-url-default-browser): Add cond
4084         for browse-url-xdg-open.
4085         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4087 2010-08-17  Glenn Morris  <rgm@gnu.org>
4089         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4090         (c-fontify-recorded-types-and-refs): Define for compiler.
4091         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4092         before use.
4094         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4095         Fix format call.
4097 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
4099         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4100         properties.
4101         (tramp-handle-process-file): Call the program in a subshell, in
4102         order to preserve working directory.
4103         (tramp-action-password): Hide password prompt before next run.
4104         (tramp-process-actions): Widen connection buffer for the trace.
4106 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4108         * net/rcirc.el (rcirc-log-process-buffers): New option.
4109         (rcirc-print): Use it.
4110         (rcirc-generate-log-filename): New function.
4111         (rcirc-log-filename-function): Change default to
4112         rcirc-generate-log-filename (Bug#6828).
4114 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
4116         * simple.el (deactivate-mark): If select-active-regions is `only',
4117         only set selection for temporarily active regions.
4119         * cus-start.el: Change defcustom for select-active-regions.
4121 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4123         * mouse.el (mouse--drag-set-mark-and-point): New function.
4124         (mouse-drag-track): Use LOCATION arg to push-mark.
4125         Use mouse--drag-set-mark-and-point to take click-count into
4126         consideration when updating point and mark (Bug#6840).
4128 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4130         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4131         Give the Ruby rule a lower priority than Gnu (Bug#6778).
4133 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4135         * font-lock.el (lisp-font-lock-keywords-2):
4136         Add combine-after-change-calls, condition-case-no-debug,
4137         with-demoted-errors, and with-silent-modifications (Bug#6025).
4139 2010-08-14  Kevin Ryde  <user42@zip.com.au>
4141         * emacs-lisp/copyright.el (copyright-update-year)
4142         (copyright-update): Temporary switch-to-buffer to ensure the
4143         buffer change being queried is visible (Bug#5394).
4145 2010-08-14  Tom Tromey  <tromey@redhat.com>
4147         * progmodes/etags.el (tags-file-name): Mark safe if stringp
4148         (Bug#6733).
4150 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
4152         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
4153         MS-DOS.  (Bug#6689)
4155 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
4157         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
4158         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4159         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4160         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
4161         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
4162         Call menu-bar-set-tool-bar-position.
4164 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
4167         comment style (bug#6834).
4168         * progmodes/scheme.el (scheme-mode-syntax-table):
4169         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
4170         "b" flag in "' 14b" syntax.
4172         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
4173         for (un)commenting the region and performing completion.
4174         (octave-mode-menu): Use standard commands for help and completion.
4175         (octave-mode-syntax-table): Support %{..%} comments (sort of).
4176         (octave-mode): Use define-derived-mode.
4177         Set completion-at-point-functions and don't set columns.
4178         Don't disable adaptive-fill-regexp.
4179         (octave-describe-major-mode, octave-comment-region)
4180         (octave-uncomment-region, octave-comment-indent)
4181         (octave-indent-for-comment): Remove.
4182         (octave-indent-calculate): Rename from calculate-octave-indent.
4183         (octave-indent-line, octave-fill-paragraph): Update caller.
4184         (octave-initialize-completions): No need to make an alist.
4185         (octave-completion-at-point-function): New function.
4186         (octave-complete-symbol): Use it.
4187         (octave-insert-defun): Use define-skeleton.
4189         * progmodes/octave-mod.el (octave-mode): Set comment-add.
4190         (octave-mode-map): Use comment-dwim (bug#6829).
4192 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4194         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
4195         indentation of inserted comment.
4197 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
4199         * faces.el (region): Add type gtk that uses gtk colors.
4201         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4202         Handle theme-name change.
4204 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
4206         * progmodes/sql.el: Version 2.5
4207         (sql-product-alist): Add :prompt-cont-regexp property for several
4208         database products.
4209         (sql-prompt-cont-regexp): New variable.
4210         (sql-output-newline-count, sql-output-by-send):
4211         New variables.  Record number of newlines in input text.
4212         (sql-send-string): Handle multiple filters and count newlines.
4213         (sql-send-magic-terminator): Count terminator newline.
4214         (sql-interactive-remove-continuation-prompt): Filters output to
4215         remove continuation prompts; one for each newline.
4216         (sql-interactive-mode): Set up new variables, prompt regexp and
4217         output filter.
4218         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
4219         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
4221 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4223         * emacs-lisp/pcase.el: New file.
4225 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
4227         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
4228         as here-document, otherwise the command could exceed maximum
4229         length of command line.
4230         (tramp-handle-vc-registered): Call script accordingly.
4231         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
4233 2010-08-10  Kenichi Handa  <handa@m17n.org>
4235         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
4236         composable pattern.
4238 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
4240         * emacs-lisp/package.el (package-version-split)
4241         (package--version-first-nonzero, package-version-compare):
4242         Functions removed.
4243         (package-directory-list, package-load-all-descriptors)
4244         (package--built-in, package-activate, define-package)
4245         (package-installed-p, package-compute-transaction)
4246         (package-read-all-archive-contents)
4247         (package--add-to-archive-contents, package-buffer-info)
4248         (package-tar-file-info, package-list-packages-internal):
4249         Use version-to-list and version-list-*.
4251         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4252         Use version-to-list.
4253         (package-upload-buffer-internal): Use version-list-<=.
4255 2010-08-09  Kenichi Handa  <handa@m17n.org>
4257         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
4258         composable pattern.
4260 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
4262         * tutorial.el (tutorial--default-keys): C-d is now bound to
4263         delete-forward-char (Bug#6826).
4265         * mouse.el (mouse-drag-track): Remove accidentally-removed check
4266         for `double' value of mouse-1-click-follows-link (Bug#6807).
4268 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
4270         * replace.el (replace-highlight): Bind isearch-forward and
4271         isearch-error, ensuring that highlighting is updated if the user
4272         switches the search direction (Bug#6808).
4274         * isearch.el (isearch-lazy-highlight-forward): New var.
4275         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4276         (isearch-lazy-highlight-update): Use it.
4278 2010-08-08  Kenichi Handa  <handa@m17n.org>
4280         * international/mule.el (define-charset): Store NAME as :base property.
4281         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
4282         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
4283         current priority.  Force using the designation of the specific
4284         charset by adding `charset' text property.  Improve the whole algorithm.
4286 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4288         * emulation/pc-select.el (pc-selection-mode-hook)
4289         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
4290         (pc-selection-mode): Fix typos in docstrings.
4292 2010-08-08  Kenichi Handa  <handa@m17n.org>
4294         * language/cyrillic.el: Don't add "microsoft-cp1251" to
4295         ctext-non-standard-encodings-alist here.
4297         * international/mule.el (ctext-non-standard-encodings-alist):
4298         Add "koi8-r" and "microsoft-cp1251".
4299         (ctext-standard-encodings): New variable.
4300         (ctext-non-standard-encodings-table): List only elements for
4301         non-standard encodings.
4302         (ctext-pre-write-conversion): Adjust for the above change.
4303         Check ctext-standard-encodings.
4305         * international/mule-conf.el (compound-text): Doc fix.
4306         (ctext-no-compositions): Doc fix.
4307         (compound-text-with-extensions): Doc fix.
4309 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
4313 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4315         * progmodes/which-func.el (which-func-format): Split help-echo text
4316         into lines, like other mode-line tooltips.
4318         * server.el (server-start): When using TCP sockets, force IPv4
4319         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
4321 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4323         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
4325 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4327         * term.el (term-delimiter-argument-list): Reflow docstring.
4328         (term-read-input-ring, term-write-input-ring, term-send-input)
4329         (term-bol, term-erase-in-display, serial-supported-or-barf):
4330         Fix typos in docstrings.
4332 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4334         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
4336 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4338         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
4340 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
4342         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
4343         Fix typo in docstring (bug#6747).
4345 2010-08-08  Leo  <sdl.web@gmail.com>
4347         * eshell/esh-io.el (eshell-get-target): Better detection of
4348         read-only file (Bug#6762).
4350 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4352         * align.el (align-default-spacing): Doc fix.
4353         (align-region-heuristic, align-regexp): Fix typos in docstrings.
4355 2010-08-08  Stephen Peters  <speters@itasoftware.com>
4357         * calendar/icalendar.el
4358         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
4359         (icalendar--get-weekday-numbers): New.
4360         (icalendar--convert-recurring-to-diary): Handle multiple byday
4361         values in weekly rules.  (Bug#6766)
4363 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
4365         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
4366         (icalendar--create-uid, icalendar-export-region)
4367         (icalendar--parse-summary-and-rest): Code formatting.
4369 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4371         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
4372         to italicize headers.
4373         (calc-highlight-selections-with-faces): New variable.
4374         (calc-selected-face, calc-nonselected-face): New faces.
4376         * calc/calccomp.el (math-comp-highlight-string): Use
4377         `calc-highlight-selections-with-faces' to determine how to highlight
4378         sub-formulas.
4380         * calc/calc-sel.el (calc-show-selections): Change message to when
4381         using faces to highlight selections.
4383 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
4385         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
4386         Add SQLite 3 keywords, functions and datatypes.
4387         (sql-interactive-mode): Remove `comint-process-echoes' set to t
4388         (Bug#6686).
4390 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
4392         * simple.el (select-active-regions): Move to keyboard.c.
4393         (deactivate-mark): Used saved-region-selection.
4394         (select-active-region): Function removed.
4395         (activate-mark, set-mark, push-mark-command)
4396         (handle-shift-selection): Don't call it.
4397         (keyboard-quit): Avoid adding the region to the window selection.
4399         * mouse.el (mouse-drag-track): Remove hacks to deal with old
4400         select-active-regions implementation.
4401         (mouse-yank-at-click): Doc fix.
4403         * cus-start.el: Add custom declaration for select-active-regions.
4405 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
4407         * simple.el (delete-forward-char): Doc fix.
4409         * tutorial.el (help-with-tutorial): Hack safe file-local variables
4410         after reading the tutorial.
4412 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
4414         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
4415         for the case that a C style comment has its delimiters alone on
4416         their respective lines.
4418 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
4420         * net/tramp.el (tramp-handle-start-file-process): Set connection
4421         property "vec".
4422         (tramp-process-sentinel): Use it for flushing the cache.  We
4423         cannot do it via the process buffer, the buffer could be deleted
4424         already when running the sentinel.
4426 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4428         * comint.el (comint-mode): Make directory tracking functions
4429         functional on remote files.  (Bug#6764)
4431 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4433         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
4435 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
4437         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
4438         unexec.c => unexcoff.c.
4440         * emacs-lisp/authors.el (authors-fixed-entries): Rename
4441         unexec.c => unexcoff.c.
4443 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
4445         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
4446         cache, not only file cache.
4447         (tramp-process-sentinel): New defun.
4448         (tramp-handle-start-file-process): Use it, in order to invalidate
4449         file caches.
4451 2010-08-03  Leo  <sdl.web@gmail.com>
4453         * server.el (server-start): Simplify loop.
4455 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * frame.el (screen-height, screen-width, set-screen-width)
4458         (set-screen-height): Remove ancient compatibility aliases.
4460         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
4461         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
4463         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
4464         that change current buffer.
4466 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4468         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
4469         beginning of the string.  Use `string-match-p'.  (Bug#6765)
4471 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
4473         * cus-start.el (x-gtk-use-system-tooltips): New variable.
4475 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
4477         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
4478         (package--builtins): Tweak descriptions.
4479         (package-print-package): Upcase descriptions if necessary.
4480         Show all built-in packages in font-lock-builtin-face.
4481         (package-list-packages-internal): Omit "emacs" package.
4482         Show status of built-in packages as "built-in".
4484 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
4486         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
4487         before killing to preserve the primary selection (Bug#6701).
4489         * term/x-win.el (x-select-text): Doc fix.
4491 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
4493         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
4494         The following functions were modified or created:
4496         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
4497         (objc-font-lock-extra-types):
4498         * progmodes/cc-mode.el (c-basic-common-init):
4499         * progmodes/cc-langs.el (c-make-mode-syntax-table)
4500         (c++-make-template-syntax-table)
4501         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
4502         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
4503         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
4504         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
4505         * progmodes/cc-fonts.el (c-make-inverse-face)
4506         (c-basic-matchers-after):
4507         * progmodes/cc-engine.el (c-forward-keyword-clause)
4508         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
4509         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
4510         (c-guess-continued-construct, c-guess-basic-syntax):
4512 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
4514         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
4516 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
4518         * files.el (bidi-paragraph-direction): Define safe local values.
4520         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
4521         language-info-alist.  Remove outdated FIXME in a comment.
4523 2010-07-31  Alan Mackenzie  <acm@muc.de>
4525         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4526         Auto-fill broken in C/C++ modes.
4528 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4530         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4531         (menu-bar-showhide-tool-bar-menu-customize-disable)
4532         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4533         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4534         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
4535         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4536         make a menu for Options => toolbar that can move it.
4538 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
4540         * emacs-lisp/package-x.el (package--make-rss-entry):
4541         (package-maint-add-news-item, package--update-news)
4542         (package-upload-buffer-internal): New arg ARCHIVE-URL.
4544         * emacs-lisp/package.el (package-archive-url): Rename from
4545         package-archive-id.
4546         (package-install): Doc fix.
4547         (package-download-single, package-download-tar, package-install)
4548         (package-menu-view-commentary): Callers changed.
4550 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
4552         * net/tramp.el (tramp-handle-start-file-process): Check only for
4553         `remote-tty' process property.
4554         (tramp-open-shell): Don't check for tty.
4555         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4556         process property.
4558         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4559         host.
4561 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
4563         * emacs-lisp/package.el (package-load-list, package-archives)
4564         (package-archive-contents, package-user-dir)
4565         (package-directory-list, package--builtins, package-alist)
4566         (package-activated-list, package-obsolete-alist): Mark as risky.
4568 2010-07-28  Phil Hagelberg  <phil@evri.com>
4570         Add support for non-default package repositories.
4571         * emacs-lisp/package.el (package-archive-base): Var deleted.
4572         (package-archives): New variable.
4573         (package-archive-contents): Doc fix.
4574         (package-load-descriptor): Do nothing if descriptor file is missing.
4575         (package--write-file-no-coding): New function.
4576         (package-unpack-single): Use it.
4577         (package-archive-id): New function.
4578         (package-download-single, package-download-tar)
4579         (package-menu-view-commentary): Use it.
4580         (package-installed-p): Make second argument optional.
4581         (package-read-all-archive-contents): New function.
4582         (package-initialize): Use it.
4583         (package-read-archive-contents): Add ARCHIVE argument.
4584         (package--add-to-archive-contents): New function.
4585         (package-install): Don't call package-read-archive-contents.
4586         (package--download-one-archive): Store archive file in a
4587         subdirectory of package-user-dir.
4588         (package-menu-execute): Remove spurious line movement.
4590 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
4592         * cus-start.el (tool-bar-style): Add text-image-horiz.
4594 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4596         * progmodes/gud.el (gud-common-init): Check for remoteness of
4597         `file', and not of `default-directory'.
4599 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4601         * net/tramp.el (tramp-methods): Move hostname to the end in all
4602         ssh `tramp-login-args'.
4603         (tramp-verbose): Describe verbose level 9.
4604         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4605         (tramp-open-connection-setup-interactive-shell): Trace stty
4606         settings if `tramp-verbose' >= 9.
4607         (tramp-handle-start-file-process): Implement tty setting.
4608         (Bug#4604, Bug#6360)
4610         * net/tramp-cmds.el (tramp-bug): Recommend setting of
4611         `tramp-verbose' to 9.
4613 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
4615         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4616         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4617         Remove references to package `lisp-re' (bug#4369).
4619 2010-07-27  Tom Tromey  <tromey@redhat.com>
4621         * progmodes/js.el (js-mode):
4622         * progmodes/make-mode.el (makefile-mode):
4623         * progmodes/simula.el (simula-mode):
4624         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4626 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
4628         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4630         * time.el (display-time-day-and-date): Remove spurious * in docstring.
4631         (display-time-world-buffer-name, display-time-world-mode-map):
4632         Fix typos in docstrings.
4634 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
4636         * image-mode.el (image-display-size): New function.
4637         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4638         (image-mode-fit-frame): Use it (Bug#6639).
4640 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4642         * dired.el (dired-buffers-for-dir): Handle list values of
4643         dired-directory (Bug#6636).
4645 2010-07-26  Sam Steingold  <sds@gnu.org>
4647         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4648         Do not call `x-get-selection' the second time, reuse the value.
4650 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
4652         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4653         which consist of control chars only.  Suggested by Richard Stallman.
4655 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
4657         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4658         exists before passing an error to find-file-not-found-functions
4659         (bug#6723).
4661 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
4663         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4664         Remove leading nil element, adjust values.
4665         (tetris-shapes, tetris-shape-scores):
4666         Change representation of shapes and remove some redundancy.
4667         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4668         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4669         Adjust for working with new representation of shapes.
4670         (tetris-shape-rotations): New function.
4671         (tetris-move-bottom, tetris-move-left, tetris-move-right)
4672         (tetris-rotate-prev, tetris-rotate-next):
4673         Adjust for working with the new version of tetris-test-shape.
4675 2010-07-23  Markus Triska  <markus.triska@gmx.at>
4677         * progmodes/ps-mode.el: Use comint (bug#5954).
4678         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4679         (ps-mode-other-newline): Simplify.
4680         (ps-run-mode): Derive from comint-mode instead of
4681         fundamental-mode, yielding input history etc.
4682         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4683         (ps-run-send-string): Adapt for comint-mode.
4684         (ps-run-newline): Remove now unneeded function.
4686 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4688         * net/tramp.el (tramp-methods): Move hostname to the end in all
4689         plink `tramp-login-args'.
4691 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4693         * net/tramp.el (tramp-open-shell): New defun.
4694         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4695         Use it.
4697 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4699         * net/tramp.el (tramp-file-name-regexp-unified)
4700         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4701         not regard the volume letter as remote filename.  (Bug#5447)
4703 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
4705         * custom.el (custom-declare-variable): Give a clearer error message
4706         when the docstring is missing (bug#6476).
4708 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
4710         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
4711         (sql-login-params): New widget definition.
4712         (sql-oracle-login-params, sql-mysql-login-params)
4713         (sql-solid-login-params, sql-sybase-login-params)
4714         (sql-informix-login-params, sql-ingres-login-params)
4715         (sql-ms-login-params, sql-postgres-login-params)
4716         (sql-interbase-login-params, sql-db2-login-params)
4717         (sql-linter-login-params): Use it.
4718         (sql-sqlite-login-params): Use it; Define "database" parameter as
4719         a file name.
4720         (sql-sqlite-program): Change to "sqlite3".
4721         (sql-comint-sqlite): Make sure database name is complete.
4722         (sql-for-each-login): New function.
4723         (sql-connect, sql-save-connection): Use it.
4724         (sql-get-login-ext): New function.
4725         (sql-get-login): Use it.
4726         (sql-make-alternate-buffer-name): Handle :file parameters.
4728 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
4730         * dired.el (dired-no-confirm): Document value t and fix defcustom to
4731         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
4733 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4735         * dired.el (dired-mode-map): Use command remapping (bug#6632).
4737 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
4739         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4741 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
4743         * net/tramp.el (tramp-get-ls-command)
4744         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4745         instead of "/".
4747 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
4749         * progmodes/sql.el: Version 2.3.
4750         (sql-connection-alist): Changed keys from symbols to strings;
4751         enhanced the widget definition.
4752         (sql-mode-menu): Added submenu to select connections.
4753         (sql-interactive-mode-menu): Added "Save Connection" item.
4754         (sql-add-product): Fixed menu item.
4755         (sql-get-product-feature): Improved error handling.
4756         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4757         (sql-make-alternate-buffer-name): Simplified.
4758         (sql-product-interactive): Handle missing product.
4759         (sql-connect): Support string keys, minor improvements.
4760         (sql-save-connection): New function.
4761         (sql-connection-menu-filter): New function.
4763 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4765         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4766         (tramp-open-connection-setup-interactive-shell): Apply
4767         workaround for IRIX64 bug.  Move argument of last
4768         `tramp-send-command' where it belongs to.
4770 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4772         * net/tramp.el (tramp-perl-file-attributes)
4773         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4774         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4775         front of `login-args'.
4777 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4779         * time.el (display-time-world-mode): Define with `define-derived-mode'.
4780         Set `show-trailing-whitespace' to nil.
4781         (display-time-world-display): Simplify.
4783 2010-07-18  Alan Mackenzie  <acm@muc.de>
4785         Enhance `c-file-style' in file/directory local variables.
4786         * progmodes/cc-mode.el (c-count-cfss): New function.
4787         (c-before-hack-hook): Call `c-set-style' differently according to
4788         whether c-file-style was set in file or directory local
4789         variables.
4791 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
4793         * progmodes/sql.el: Version 2.2.
4794         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4795         defcustom :safe keyword rather than putting safe-local-variable
4796         property.
4797         (sql-password): Use defcustom :risky keyword rather than putting
4798         risky-local-variable property.
4799         (sql-oracle-login-params, sql-sqlite-login-params)
4800         (sql-solid-login-params, sql-sybase-login-params)
4801         (sql-informix-login-params, sql-ingres-login-params)
4802         (sql-ms-login-params, sql-postgres-login-params)
4803         (sql-interbase-login-params, sql-db2-login-params)
4804         (sql-linter-login-params): Add `port' option.
4805         (sql-get-product-feature): Added NO-INDIRECT parameter.
4806         (sql-comint-oracle, sql-comint-sybase)
4807         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4808         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4809         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4810         (sql-comint-linter): Renamed sql-connect-* functions to
4811         sql-comint-*.
4812         (sql-product-alist, sql-mode-menu): Renamed as above and
4813         :sqli-connect-func to :sqli-comint-func.
4814         (sql-connection): New variable.
4815         (sql-interactive-mode): Set it.
4816         (sql-connection-alist): New variable.
4817         (sql-connect): New function.
4818         (sql--alt-buffer-part, sql--alt-if-not-empty)
4819         (sql-make-alternate-buffer-name): Improved alternative buffer name.
4821 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4823         * image-mode.el (image-bookmark-make-record): Do not set context
4824         in an image (Bug#6650).
4826 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4828         * simple.el (select-active-region): New function.
4829         (push-mark-command, set-mark, activate-mark)
4830         (handle-shift-selection): Use it.
4831         (deactivate-mark): Don't check for size of region.
4833         * mouse.el (mouse-drag-track): Use select-active-region.
4835 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
4837         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4838         "--dired" stronger.
4840 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4842         * term/x-win.el (x-select-enable-primary): Change default to nil.
4843         (x-select-enable-clipboard): Add :version keyword.
4845         * mouse.el (mouse-drag-copy-region):
4846         * simple.el (select-active-regions): Likewise.
4848 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
4850         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4851         (vc-coding-system-for-diff): Use it to decide whether to inherit
4852         from the file the EOL format for reading the diffs of that file.
4853         (Bug#4451)
4855 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
4857         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4858         unibyte, so compressed attachments are not compressed again.
4860 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
4862         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4863         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4864         (tramp-find-shell): Simplify setting connection property.
4865         (tramp-get-ls-command): Make test for "--color=never" stronger.
4867 2010-07-15  Simon South  <ssouth@member.fsf.org>
4869         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4870         blocks within record declarations (i.e. variant parts) correctly.
4872 2010-07-15  Simon South  <ssouth@member.fsf.org>
4874         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4875         over literal tokens when parsing so newlines aren't "absorbed" by
4876         single-line comments.  Corrects the indentation of case blocks
4877         that have a comment on the first line.
4879 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
4881         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4882         by Drew Adams (Bug#5504).
4884 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4886         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4887         now that Unicode is used (Bug#6594).
4889 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
4891         * term/x-win.el (x-select-enable-clipboard): Default to t.
4892         (x-initialize-window-system): Don't overwrite Paste menu item.
4894         * simple.el (select-active-regions): Default to t.
4895         (push-mark-command): Don't overwrite primary with empty string.
4897         * mouse.el: Bind mouse-2 to mouse-yank-primary.
4898         (mouse-drag-copy-region): Default to nil.
4900         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4901         Cut/Copy/Paste menu bar items.
4903 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4905         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4906         Patch applied by Karl Fogel.
4908         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4909         and `bookmark-current-buffer' if they have been already set in
4910         another buffer (e.g gnus-art).
4912 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4913             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4915         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4917         * bookmark.el (bookmark-make-record-default): Allow unneeded
4918         information to be omitted from the record.
4920         Adjust declarations and calls:
4922         * info.el (bookmark-make-record-default): Adjust declaration.
4923         (Info-bookmark-make-record): Adjust call.
4925         * woman.el (bookmark-make-record-default): Adjust declaration.
4926         (woman-bookmark-make-record): Adjust call.
4928         * man.el (bookmark-make-record-default): Adjust declaration.
4929         (Man-bookmark-make-record): Adjust call.
4931         * image-mode.el (bookmark-make-record-default): Adjust declaration.
4933         * doc-view.el (bookmark-make-record-default): Adjust declaration.
4935 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4937         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4938         This is also from Thierry Volpiatto's patch in bug #6444.  However,
4939         because it was extraneous to the functional change in that patch,
4940         and causes a re-indendation, I am committing it separately.
4942 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4944         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4945         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4946         Patch applied by Karl Fogel (Bug#6444).
4948 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
4950         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4952 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4954         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4955         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
4956         (ns-alternatives-map): Change S-tab binding to backtab
4957         (bug#6616).
4959         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4960         under ns.
4962 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4964         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4965         (Bug#5806)
4967         * language/tv-util.el (tai-viet-re): Remove format.
4969 2010-07-12  Kenichi Handa  <handa@m17n.org>
4971         * language/hebrew.el: Remove no-byte-compile declaration.
4972         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
4973         composition-function-table for 3-character looking back.
4974         (hebrew-font-get-precomposed): New function.
4975         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4977 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
4979         * mouse.el (mouse-drag-track): Handle select-active-regions
4980         (Bug#6612).
4982 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
4984         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4985         empty argument to gvfs-copy.
4987 2010-07-10  Glenn Morris  <rgm@gnu.org>
4989         * calendar/calendar.el (calendar-week-end-day): New function.
4990         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4991         Respect calendar-week-start-day.  (Bug#6606)
4992         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4993         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4994         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4995         respect calendar-week-start-day.
4997 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
4999         * simple.el (use-region-p): Doc fix (Bug#6607).
5001 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
5003         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
5004         regexps for cucumber and ruby.
5006 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
5008         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5009         (epa-file-insert-file-contents): Hack to prevent
5010         find-file from opening empty buffer when decryption failed
5011         (bug#6568).
5013 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
5015         * textmodes/ispell.el (ispell-alternate-dictionary):
5016         Use file-readable-p.
5017         Return nil if no word-list is found at default locations.
5018         (ispell-complete-word-dict): Default to nil.
5019         (ispell-command-loop): Use 'word-list' when using lookup-words.
5020         (lookup-words): Use ispell-complete-word-dict or
5021         ispell-alternate-dictionary.  Check for word-list availability
5022         and handle errors if needed with better messages (Bug#6539).
5023         (ispell-complete-word): Use ispell-complete-word-dict or
5024         ispell-alternate-dictionary.
5026 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
5028         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5029         builtins (BufferError, BytesWarning, WindowsError; callables
5030         bin, bytearray, bytes, format, memoryview, next, print; __package__).
5032 2010-07-07  Glenn Morris  <rgm@gnu.org>
5034         * play/zone.el (top-level): Do not require timer, tabify, or cl.
5035         (zone-shift-left): Ignore intangibility, and any errors from
5036         forward-char.
5037         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
5038         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5039         deleting, and copying text properties.
5040         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5041         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5042         to point-max is hard.
5043         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5044         (zone-fill-out-screen): Ignore intangibility.
5046 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
5048         * menu-bar.el (menu-bar-mode):
5049         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5050         if it has been set.
5052         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5053         word/line selection (Bug#6565).
5055 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
5057         * net/dbus.el (dbus-send-signal): Declare function.
5059 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
5061         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5062         (dbus-register-property): New optional argument EMITS-SIGNAL.
5063         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5065 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
5067         * mouse.el (mouse-drag-overlay): Variable deleted.
5068         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5069         (mouse--remap-link-click-p): New function.
5070         (mouse-drag-track): Handle dragging by using temporary Transient
5071         Mark mode, instead of a special overlay.
5072         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5073         mouse-show-mark.
5075         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5076         deleted.
5078 2010-07-02  Juri Linkov  <juri@jurta.org>
5080         * autoinsert.el (auto-insert-alist): Fix readability
5081         by using dotted pair notation for lambda.
5083 2010-07-02  Juri Linkov  <juri@jurta.org>
5085         * faces.el (read-face-name): Rename arg `string-describing-default'
5086         to `default'.  Doc fix.  Display the default value in quotes
5087         in the prompt.  With empty input, return the `default' arg,
5088         unless the default value is a string (in which case return nil).
5089         (describe-face): Replace the string `default' arg of `read-face-name'
5090         with the symbol `default'.
5092 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
5094         * emulation/viper-cmd.el (viper-delete-backward-char)
5095         (viper-del-backward-char-in-insert)
5096         (viper-del-backward-char-in-replace, viper-change)
5097         (viper-backward-indent): Replace delete-backward-char with
5098         delete-char (Bug#6552).
5100 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
5102         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5104 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5106         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5107         argument passed to frame-creation-function (Bug#5378).
5109         * faces.el (x-handle-named-frame-geometry)
5110         (x-handle-reverse-video, x-create-frame-with-faces)
5111         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
5112         separately consult default-frame-alist.  It is now passed as the
5113         PARAMETER argument.
5115 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
5117         * startup.el (command-line): Don't call tool-bar-setup in a
5118         tty-only build.
5120 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5122         * ruler-mode.el (ruler--save-header-line-format): New fun.
5123         (ruler-mode): Use it as a setter function, so as not to overwrite
5124         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5126 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
5128         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
5129         (vc-root-diff, vc-print-root-log, vc-log-incoming)
5130         (vc-log-outgoing): Use it.
5131         (vc-diff-internal): Set diff-vc-backend.
5133         * vc/diff-mode.el (diff-vc-backend): New var.
5135 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
5137         * dynamic-setting.el (font-setting-change-default-font): Remove
5138         call to message.
5140 2010-06-28  Kenichi Handa  <handa@m17n.org>
5142         * international/quail.el (quail-insert-kbd-layout): Fix the
5143         showing of untranslated characters.
5145 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
5147         * simple.el (delete-active-region): New option.
5148         (delete-backward-char): Implement in Lisp.
5149         (delete-forward-char): New command.
5151         * mouse.el (mouse-region-delete-keys): Deleted.
5152         (mouse-show-mark): Simplify.
5154         * bindings.el (global-map): Bind delete and DEL, the former to
5155         delete-forward-char.
5157 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
5159         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
5160         (ruby-mode): Bind indent-line-function (Bug#5119).
5162 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5164         * startup.el (command-line): Recognize "0" X resource value.
5166 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5168         * startup.el (command-line): Use X resources to set the value of
5169         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
5171         * menu-bar.el (menu-bar-mode):
5172         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
5173         Set init-value to t.
5175         * frame.el (frame-notice-user-settings): Don't change
5176         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
5177         vice versa (Bug#2249).
5179 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
5181         * w32-fns.el (w32-convert-standard-filename): Doc fix.
5183 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5185         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
5186         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
5188         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
5189         default directories are expanded (Bug#6143).
5191 2010-06-24  Juri Linkov  <juri@jurta.org>
5193         * minibuffer.el (completions-format): Change default from nil to
5194         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
5196 2010-06-24  Juri Linkov  <juri@jurta.org>
5198         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
5199         buffer-locally to lambda that re-runs the vc diff command.
5200         (Bug#6447)
5202 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
5204         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
5205         echo area is in use (Bug#3412).
5207 2010-06-22  Glenn Morris  <rgm@gnu.org>
5209         * textmodes/texinfmt.el (texinfo-format-region)
5210         (texinfo-raise-lower-sections, texinfo-format-separate-node)
5211         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
5212         (texinfo-format-option, texinfo-noindent):
5213         Use line-beginning-position and line-end-position.
5215         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
5216         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
5217         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
5218         utf-8 characters.
5220 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
5222         * play/zone.el (zone-fall-through-ws): Fix next-line ->
5223         forward-line fallout.
5225 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
5227         * mouse.el (mouse-appearance-menu): Add docstring.
5229         * help.el (describe-key): Print up-event using key-description.
5231 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
5233         * net/zeroconf.el (zeroconf-resolve-service)
5234         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5235         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
5237 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
5239         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
5241 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
5243         Avoid displaying files with a nil state in vc-dir.
5244         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
5245         cases that cause insertion.
5246         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
5247         with a nil state.
5249 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5251         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
5253 2010-06-29  Leo  <sdl.web@gmail.com>
5255         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
5257 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5259         * generic-x.el (bat-generic-mode): Fix regexp for command line
5260         switches (Bug#5719).
5262 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
5264         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
5265         of nconc to avoid pure storage error (Bug#6239).
5267 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
5269         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5270         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
5271         bindings of bookmark-automatically-show-annotations (Bug#6515).
5273 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
5275         * arc-mode.el (archive-zip-extract): Don't quote the file name on
5276         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
5278 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5280         * comint.el (make-comint, make-comint-in-buffer): Mention return
5281         value in the docstrings.  (Bug#6498)
5283 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
5285         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
5286         since it is not present when using some non-default switches.
5288 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
5290         * simple.el (compose-mail): Fix doc string to refer to
5291         `compose-mail-user-agent-warnings', instead of to the
5292         nonexistent `compose-mail-check-user-agent'.
5294 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
5296         Fix an indentation bug:
5298         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
5299         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
5300         of existing values.
5302         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
5303         (c-clear->-pair-props-if-match-before): now return t when they've
5304         cleared properties, nil otherwise.
5305         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
5306         by taking account of the existing value.
5308         * progmodes/cc-defs.el
5309         (c-clear-char-property-with-value-function): Fix this to clear the
5310         property rather than overwriting it with nil.
5312 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
5314         * emacs-lisp/package.el (package-print-package): Add link to
5315         package description via describe-package.
5316         (describe-package-1): List package requirements.  Add button to
5317         perform installation.
5318         (package-menu-describe-package): New command.
5320         * help-mode.el (help-package): New button type.
5322 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
5324         * emacs-lisp/package.el: Move package-list-packages binding to
5325         menu-bar.el.
5326         (describe-package, describe-package-1, package--dir): New funs.
5327         (package-activate-1): Use package--dir.
5329         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
5331         * help-mode.el (help-package-def): New button type.
5333         * menu-bar.el: Move package-list-packages binding here from
5334         package.el.
5336 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
5338         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
5340 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5342         * emacs-lisp/edebug.el (edebug-read-list):
5343         Phase out old-style backquotes.
5345 2010-06-17  Juri Linkov  <juri@jurta.org>
5347         * help-mode.el (help-mode): Set buffer-local variable
5348         revert-buffer-function to help-mode-revert-buffer.
5349         (help-mode-revert-buffer): New function.
5351         * info.el (Info-revert-find-node): Check for major-mode Info-mode
5352         before popping to "*info*" (like in other Info functions).
5353         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
5354         old-history-forward.  Pop to old-buffer-name or "*info*" to
5355         recreate the killed buffer.  Set Info-history-forward from
5356         old-history-forward.
5357         (Info-breadcrumbs-depth): Add :group and :version.
5359 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
5361         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
5363 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
5365         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
5366         for languages like Portuguese with pt_{BR,PT} and no plain pt.
5368 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
5370         * emacs-lisp/package.el (package-menu-mode-map):
5371         Move initialization into declaration.
5373         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
5375 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
5377         * emacs-lisp/package.el (package-archive-base): Point to
5378         elpa.gnu.org.
5379         (package-enable, package-load-list): New defcustoms.
5380         (package-user-dir, package-directory-list): Turn into defcustoms.
5381         Don't include package-user-dir in package-directory-list.
5382         (package--builtins-base): Don't include Emacs as a "package".
5383         (package-subdirectory-regexp): New var.
5384         (package-load-all-descriptors, package-compute-transaction)
5385         (package-download-transaction): Obey package-load-list.
5386         (package-activate-1): Rename from package-do-activate.
5387         (package-list-packages-internal): Check package-load-list.
5388         (package-load-descriptor, package-generate-autoloads)
5389         (package-unpack, package-unpack-single)
5390         (package--read-archive-file, package-delete): Use
5391         expand-file-name.
5393         * emacs-lisp/package-x.el: New file.  Package uploading
5394         functionality split out from package.el.
5396         * startup.el (command-line): Load packages after reading init file.
5398 2010-06-17  Tom Tromey  <tromey@redhat.com>
5400         * emacs-lisp/package.el: New file.
5402 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5404         Fix vc-annotate for renamed files when using Git.
5405         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
5406         ls-files.  Doe not pass the object as a file name to cat-file, it
5407         is not a file name.
5408         (vc-git-annotate-command): Pass the file name using -- to avoid
5409         ambiguity with the revision.
5410         (vc-git-previous-revision): Pass a relative file name.
5412 2010-06-22  Glenn Morris  <rgm@gnu.org>
5414         * progmodes/js.el (js-mode-map): Use standard capitalization and
5415         ellipses for menu entries.
5417         * wid-edit.el (widget-complete): Doc fix.
5419 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
5421         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
5423 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5425         Fix annotating other revisions for renamed files in vc-annotate.
5426         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
5427         VC backend.  Use it when non-nil.
5428         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
5429         (Bug#6487)
5431         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
5432         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5433         Do not pass the file name to the 'previous-revision call when we
5434         don't want a file diff.  (Bug#6489)
5436 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5438         Fix finding revisions for renamed files in vc-annotate.
5439         * vc/vc.el (vc-find-revision): Add an optional argument for
5440         the VC backend.  Use it when non-nil.
5441         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
5442         backend to vc-find-revision.  (Bug#6487)
5444 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5446         Fix reading file names in Git annotate buffers.
5447         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
5448         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
5450 2010-06-20  Alan Mackenzie  <acm@muc.de>
5452         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
5453         in file local variables, set it first.
5455 2010-06-19  Glenn Morris  <rgm@gnu.org>
5457         * descr-text.el (describe-char-unicode-data): Insert separating
5458         space when needed.  (Bug#6422)
5460         * progmodes/idlwave.el (idlwave-action-and-binding):
5461         Fix typo in 2009-12-03 change.  (Bug#6450)
5463 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5465         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
5466         handling for `lambda' (misunderstanding).
5468 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
5470         * calc/calc-poly.el (math-accum-factors): Make sure that
5471         constants aren't distributed after they are factored out.
5473 2010-06-16  Juri Linkov  <juri@jurta.org>
5475         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
5476         `list-colors-print'.  (Bug#6332)
5478         * subr.el (read-quoted-char): Fix up last change (bug#6290).
5480 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5482         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
5483         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
5485         * font-lock.el (font-lock-major-mode): Rename from
5486         font-lock-mode-major-mode to distinguish it from
5487         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
5488         (font-lock-set-defaults):
5489         * font-core.el (font-lock-default-function): Adjust users.
5490         (font-lock-mode): Don't set it at all.
5492 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5494         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
5496 2010-06-16  Glenn Morris  <rgm@gnu.org>
5498         * calendar/appt.el (appt-time-msg-list): Doc fix.
5499         (appt-check): Let-bind appt-warn-time.
5500         (appt-add): Make the 3rd argument optional.
5501         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
5502         Only add WARNTIME to the output list if non-nil.
5504 2010-06-16  Ivan Kanis  <apple@kanis.eu>
5506         * calendar/appt.el (appt-check): Let the 3rd element of
5507         appt-time-msg-list specify the warning time.
5508         (appt-add): Add new argument with the warning time.  (Bug#5176)
5510 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5512         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
5513         older than version 1.6.  (Bug#6361)
5515 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
5517         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
5518         used by cl-do-arglist.  (Bug#6408)
5520 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
5522         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
5523         portuguese casechars/not-casechars for missing 'çÇ'.
5524         Suggested by Rolando Pereira (bug#6434).
5526 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
5528         * facemenu.el (list-colors-sort): Doc fix.
5530 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5532         * progmodes/sql.el (sql-connect-mysql): Fix typo.
5534 2010-06-14  Juri Linkov  <juri@jurta.org>
5536         Add sort option `list-colors-sort'.  (Bug#6332)
5537         * facemenu.el (color-rgb-to-hsv): New function.
5538         (list-colors-sort): New defcustom.
5539         (list-colors-sort-key): New function.
5540         (list-colors-display): Doc fix.  Sort list according to the option
5541         `list-colors-sort'.
5542         (list-colors-print): Add HSV values to `help-echo' property of
5543         RGB strings.
5545 2010-06-14  Juri Linkov  <juri@jurta.org>
5547         * compare-w.el: Move to the "vc" subdirectory.
5549 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * image-mode.el (image-mode-map): Remap left-char and right-char.
5553         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5555 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
5557         * term/common-win.el (x-colors): Add all the color names defined
5558         in rgb.txt (Bug#6332).
5560         * facemenu.el (list-colors-print): Don't print extra names if it
5561         will overflow the window width.
5563         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
5564         change (Bug#6343).
5566 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
5568         * files.el (make-directory): Doc fix (bug#6396).
5570 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
5572         * net/tramp.el (tramp-remote-process-environment): Protect version
5573         string by apostroph.
5574         (tramp-shell-prompt-pattern): Do not use a shy group in case of
5575         XEmacs.
5576         (tramp-file-name-for-operation): Add `call-process-region'.
5577         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5579         * net/tramp-compat.el (top): Do not autoload
5580         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5581         only when `start-file-process' is not bound.
5582         (tramp-advice-file-expand-wildcards): Do not use
5583         `tramp-handle-file-remote-p'.
5584         (tramp-compat-make-temp-file): Handle the case, that
5585         `make-temp-file' has no third argument EXTENSION.
5587 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
5589         * makefile.w32-in (WINS_BASIC): Include new directory vc.
5591         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5593 2010-06-11  Juri Linkov  <juri@jurta.org>
5595         * finder.el (finder-known-keywords): Add keyword "vc"
5596         for version control.
5598         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5599         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5600         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5601         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5603 2010-06-11  Juri Linkov  <juri@jurta.org>
5605         Move version control related files to the "vc" subdirectory.
5606         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5607         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5608         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5609         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5610         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5611         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5612         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5613         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5614         Move files to the "vc" subdirectory.
5616 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
5618         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5619         (Bug#6367).
5621 2010-06-11  Stephen Eglen  <stephen@gnu.org>
5623         * shell.el: Bind `shell-resync-dirs' to M-RET.
5625 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
5627         * notifications.el: Move file from lisp/net, because it is
5628         supposed to talk locally to the user.
5630 2010-06-10  Julien Danjou  <julien@danjou.info>
5632         * net/notifications.el (notifications-on-action-signal)
5633         (notifications-on-closed-signal): Pass notification id as first
5634         argument to the callback functions.  Add docstrings.
5635         (notifications-notify): Fix docstring.
5637 2010-06-10  Glenn Morris  <rgm@gnu.org>
5639         * emacs-lisp/authors.el (authors-ignored-files)
5640         (authors-valid-file-names): Add some files.
5642 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5644         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5645         merge conflict, giving preference to the emacs-23 version of the code.
5647 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5649         * emacs-lisp/advice.el (ad-compile-function):
5650         Define warning-suppress-types before we let-bind it (bug#6275).
5652         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5653         declare it, make it buffer-local and permanent-local (bug#6324).
5654         (vc-resynch-window): Adjust name.
5655         * vc-hooks.el (vc-find-file-hook): Adjust name.
5657 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
5659         * net/notifications.el (notifications-notify): Fix docstring.
5661 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5663         Update to Unicode 6.0.0 beta.
5664         * international/charprop.el: Update copyright.
5665         * international/mule-cmds.el (ucs-names): Update character ranges.
5666         * international/uni-bidi.el:
5667         * international/uni-category.el:
5668         * international/uni-combining.el:
5669         * international/uni-comment.el:
5670         * international/uni-decimal.el:
5671         * international/uni-decomposition.el:
5672         * international/uni-digit.el:
5673         * international/uni-lowercase.el:
5674         * international/uni-mirrored.el:
5675         * international/uni-name.el:
5676         * international/uni-numeric.el:
5677         * international/uni-old-name.el:
5678         * international/uni-titlecase.el:
5679         * international/uni-uppercase.el: Regenerate.
5681 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5683         * emacs-lisp/smie.el (comment-string-strip): Declare function.
5684         (smie-precs-precedence-table): Fix typo in docstring.
5686         * vc-mtn.el (log-edit-extract-headers): Declare function.
5688         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5690         * net/notifications.el (dbus-register-signal): Declare function.
5691         (notifications-notify): Fix typos and reflow docstring.
5693 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5695         Improve VC create/retrieve tag/branch.
5696         * vc.el (vc-create-tag): Do not read the directory name for VCs
5697         with repository revision granularity.  Adjust the tag/branch
5698         prompt.  Reset VC properties.
5699         (vc-retrieve-tag): Do not read the directory name for VCs
5700         with repository revision granularity.  Reset VC properties.
5702 2010-06-09  Julien Danjou  <julien@danjou.info>
5704         * net/notifications.el: New file.
5706 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5708         Add optional support for resetting VC properties.
5709         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5710         call vc-file-clearprops when true.
5711         (vc-resynch-buffer): Add new optional argument, pass it down.
5712         (vc-resynch-buffers-in-directory): Likewise.
5714         Improve support for special markup in the VC commit message.
5715         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5716         * vc-hg.el (vc-hg-checkin): Add support for Date:.
5717         * vc-git.el (vc-git-checkin):
5718         * vc-bzr.el (vc-bzr-checkin): Likewise.
5720 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5723         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5725 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
5727         * iimage.el: Remove images as soon as the underlying text is modified.
5728         (iimage-modification-hook): New function.
5729         (iimage-mode-buffer): Use it.
5731 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5733         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5734         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
5735         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
5736         (smie-indent-keyword): Add handling of open-paren keywords.
5737         (smie-indent-comment-continue): Don't assume comment-continue.
5739 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
5741         * window.el (pop-to-buffer): Remove the conditional that
5742         compares new-window and old-window, so it will reselect
5743         the selected window unconditionally.
5744         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5746 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * emacs-lisp/smie.el (smie-indent-offset-after)
5749         (smie-indent-forward-token, smie-indent-backward-token): New functions.
5750         (smie-indent-after-keyword): Use them.
5751         (smie-indent-fixindent): Only applies to the indentation of the BOL.
5752         (smie-indent-keyword): Tweak the black magic.
5753         (smie-indent-comment-continue): Strip comment-continue before use.
5754         (smie-indent-functions): Indent comments before keywords.
5756 2010-06-06  Juri Linkov  <juri@jurta.org>
5758         * isearch.el (isearch-lazy-highlight-search): Fix looping
5759         by checking for empty match.  This syncs this loop with the
5760         similar loop in `isearch-search'.  (Bug#6362)
5762 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
5764         * net/dbus.el (dbus-register-method): Declare function.
5765         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5766         (dbus-introspect): Doc fix.
5767         (dbus-event-bus-name, dbus-introspect-get-interface)
5768         (dbus-introspect-get-argument): Reflow docstrings.
5770 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
5772         vc-log-incoming/vc-log-outgoing fixes for Git.
5773         * vc-git.el (vc-git-log-view-mode): Fix font lock for
5774         incoming/outgoing logs.
5775         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5776         instead of vc-git-compute-remote.
5777         (vc-git-compute-remote): Remove.
5779 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
5781         * term/common-win.el (x-colors): Add "dark green" and "dark
5782         turquoise" (Bug#6332).
5784 2010-06-04  Juri Linkov  <juri@jurta.org>
5786         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5787         Instead of setting `replace' to t and replacing the same string
5788         with itself, don't do certain actions when
5789         kill-do-not-save-duplicates is non-nil and string is equal to car
5790         of kill-ring: don't call menu-bar-update-yank-menu, don't push
5791         interprogram-paste strings to kill-ring, and don't push the input
5792         argument `string' to kill-ring.
5793         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5795 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5797         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5799 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
5801         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5802         (tramp-gvfs-handler-mounted-unmounted)
5803         (tramp-gvfs-connection-mounted-p): Handle default-location.
5805         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5806         move files to trash.
5808 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5810         * international/mule-cmds.el (nonascii-insert-offset)
5811         (nonascii-translation-table): Add obsolescence information.
5813         * international/mule.el (make-translation-table-from-vector): Doc fix.
5815 2010-06-03  Glenn Morris  <rgm@gnu.org>
5817         * desktop.el (desktop-clear-preserve-buffers):
5818         Add "*Warnings*" buffer.  (Bug#6336)
5820 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
5822         vc-log-incoming/vc-log-outgoing improvements for Git.
5823         * vc-git.el (vc-git-log-outgoing): Use the same format as the
5824         short log.
5825         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
5827         Add bindings for vc-log-incoming and vc-log-outgoing.
5828         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5829         and vc-log-outgoing.
5830         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5831         and vc-log-outgoing.
5833 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5835         * net/rcirc.el (rcirc-sort-nicknames): Remove.
5836         (rcirc-handler-366): Always sort nicknames.
5838 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
5840         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5842 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5844         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5846 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         * net/rcirc.el (rcirc-sort-nicknames): Change default.
5849         (rcirc-sort-nicknames-join): Avoid setq.
5851 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5853         * net/rcirc.el (rcirc-sort-nicknames): New custom.
5854         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5855         (rcirc-handler-366): Use them.
5857 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5859         Split smie-indent-calculate into more manageable chunks.
5860         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5861         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5862         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5863         (smie-indent-exps): Extract from smie-indent-calculate.
5864         (smie-indent-functions): New var.
5865         (smie-indent-functions): Use them.
5867 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5870         (smie-indent-calculate): Simplify and cleanup.
5872 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
5874         * net/tramp-gvfs.el (top): Require url-util.
5875         (tramp-gvfs-mount-point): Remove.
5876         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5877         New defuns.
5878         (with-tramp-dbus-call-method): Format trace message.
5879         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5880         Implement backup call, when operation on local files fails.
5881         Use progress reporter.  Flush properties of changed files.
5882         (tramp-gvfs-handle-make-directory): Make more traces.
5883         (tramp-gvfs-url-file-name): Hexify file name in url.
5884         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5885         into account for the resulting file name.
5886         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5887         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
5888         (tramp-gvfs-handler-mounted-unmounted)
5889         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5890         attribute "default_location".  Set "prefix" property.
5891         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5892         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5893         exists.  Raise an error, if not (due to a corresponding answer
5894         "no" in interactive questions, for example).
5896 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
5898         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5900 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
5902         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5903         right-*.  (Bug#6265)
5905 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5907         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5908         * vc-git.el (vc-git-compute-remote): New function.
5909         (vc-git-log-outgoing): Use it instead of hard coding a value.
5910         (vc-git-log-incoming): New function.
5912         Improve state updating for VC tag commands.
5913         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5914         to update the state of all buffers in the directory.
5916         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5918 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5920         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5921         `file-directory-p' to the filename part rather than to the whole text.
5923 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5927 2010-05-31  Drew Adams  <drew.adams@oracle.com>
5929         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5931 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
5933         * subr.el (momentary-string-display): Just use read-event to read
5934         the exit event (Bug#6238).
5936 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
5938         * international/mule.el (define-coding-system): Doc fix (bug#6313).
5940 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5942         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5943         Suggested by Eli Zaretskii <eliz@gnu.org>.
5945 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5947         * minibuffer.el (completion-file-name-table): Don't return a boundary
5948         past the end of `string' (bug#6299).
5949         (completion--file-name-table): Delegate to completion-file-name-table
5950         for the `boundaries' case.
5952 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5954         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5955         movement commands.
5957         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5958         `path-separator', but maintain compatibility with Emacs 20.2.
5960 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5962         * server.el (server-process-filter): Receive parent-id argument
5963         from emacsclient.
5964         (server-create-window-system-frame): New arg.  Pass parent-id as
5965         frame parameter.
5967 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
5969         Bidi-sensitive word movement with arrow keys.
5970         * subr.el (right-arrow-command, left-arrow-command): Move to
5971         bindings.el.
5973         * bindings.el (right-char, left-char): Move from subr.el and
5974         rename from right-arrow-command and left-arrow-command.
5975         (right-word, left-word): New functions.
5976         (global-map) <right>: Bind to right-char.
5977         (global-map) <left>: Bind to left-char.
5978         (global-map) <C-right>: Bind to right-word.
5979         (global-map) <C-left>: Bind to left-word.
5981         * ls-lisp.el (ls-lisp-classify-file): New function.
5982         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5983         (ls-lisp-classify): Call ls-lisp-classify-file.
5984         (insert-directory): Remove blanks from switches.
5986 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5988         * ansi-color.el: Delete unused escape sequences (Bug#6085).
5989         (ansi-color-drop-regexp): New constant.
5990         (ansi-color-apply, ansi-color-filter-region)
5991         (ansi-color-apply-on-region): Delete unrecognized control sequences.
5992         (ansi-color-apply): Build string list before calling concat.
5994 2010-05-28  Juri Linkov  <juri@jurta.org>
5996         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5997         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5998         (Bug#5270)
6000 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6002         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6003         to ignored backtrace functions.
6004         (with-progress-reporter): Expand docstring.
6005         (tramp-handle-delete-file): Implement TRASH argument.
6006         (tramp-get-remote-trash): New defun.
6008 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6010         * net/tramp-compat.el (tramp-compat-delete-file): Use
6011         `symbol-value' for backward compatibility.
6013         * net/tramp.el (tramp-handle-make-symbolic-link)
6014         (tramp-handle-load)
6015         (tramp-do-copy-or-rename-file-via-buffer)
6016         (tramp-do-copy-or-rename-file-directly)
6017         (tramp-do-copy-or-rename-file-out-of-band)
6018         (tramp-handle-process-file, tramp-handle-call-process-region)
6019         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6020         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6021         (tramp-delete-temp-file-function): Use `delete-file' instead
6022         of `tramp-compat-delete-file'.
6024         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6025         (tramp-fish-handle-make-symbolic-link)
6026         (tramp-fish-handle-process-file): Use `delete-file' instead
6027         of `tramp-compat-delete-file'.
6029         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
6030         `delete-file' instead of `tramp-compat-delete-file'.
6032         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6033         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6034         `tramp-compat-delete-file'.
6036         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
6037         `delete-file' instead of `tramp-compat-delete-file'.
6039         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6040         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6041         (tramp-smb-handle-write-region): Use `delete-file' instead of
6042         `tramp-compat-delete-file'.
6043         (tramp-smb-handle-delete-directory): Use 'trash as arg.
6045 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6047         * dired.el (dired-delete-file): New arg TRASH.
6048         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
6049         (dired-do-flagged-delete, dired-do-delete): Use trash.
6051         * speedbar.el (speedbar-item-delete): Allow trashing.
6053         * files.el (delete-directory): New arg TRASH.
6055         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6056         (ange-ftp-rename-remote-to-remote)
6057         (ange-ftp-rename-local-to-remote)
6058         (ange-ftp-rename-remote-to-local, ange-ftp-load)
6059         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6060         `delete-file'.
6061         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6062         allow trashing.
6064         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6065         handle new TRASH arg of `delete-file'.
6067         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6068         (tramp-handle-make-symbolic-link, tramp-handle-load)
6069         (tramp-do-copy-or-rename-file-via-buffer)
6070         (tramp-do-copy-or-rename-file-directly)
6071         (tramp-do-copy-or-rename-file-out-of-band)
6072         (tramp-handle-process-file, tramp-handle-call-process-region)
6073         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6074         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6075         (tramp-delete-temp-file-function): Use null TRASH arg in
6076         tramp-compat-delete-file call.
6078         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6079         (tramp-fish-handle-delete-file)
6080         (tramp-fish-handle-make-symbolic-link)
6081         (tramp-fish-handle-process-file): Use null TRASH arg in
6082         `tramp-compat-delete-file' call.
6084         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6085         arg in `tramp-compat-delete-file' call.
6087         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6088         (tramp-gvfs-handle-write-region): Use null TRASH arg in
6089         `tramp-compat-delete-file' call.
6091         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6092         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6093         `tramp-compat-delete-file' call.
6095         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6096         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6097         (tramp-smb-handle-write-region): Use null TRASH arg in
6098         tramp-compat-delete-file call.
6099         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6100         (tramp-smb-handle-delete-file): Rename arg.
6102         * diff.el (diff-sentinel):
6103         * epg.el (epg--make-temp-file, epg-decrypt-string)
6104         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6105         * jka-compr.el (jka-compr-partial-uncompress)
6106         (jka-compr-call-process, jka-compr-write-region):
6107         * server.el (server-sentinel): Remove optional arg from
6108         delete-file, reverting 2010-05-03 change.
6110 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6112         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
6113         font-lock-constant-face, not obsolete font-lock-reference-face.
6115 2010-05-27  Kenichi Handa  <handa@m17n.org>
6117         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6118         element of GSTRING is nil.
6120 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * emacs-lisp/smie.el (smie-forward-token-function)
6123         (smie-backward-token-function): New vars.
6124         (smie-backward-sexp, smie-forward-sexp)
6125         (smie-indent-hanging-p, smie-indent-calculate): Use them.
6126         (smie-default-backward-token): Rename from smie-backward-token and
6127         skip comments.
6128         (smie-default-forward-token): Rename from smie-forward-token and
6129         skip comments.
6130         (smie-next-sexp): Handle nil results from next-token.
6131         (smie-indent-calculate): Add a new case for special `fixindent' comments.
6133 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6135         * progmodes/verilog-mode.el (verilog-type-font-keywords):
6136         Use font-lock-constant-face, not obsolete font-lock-reference-face.
6138 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
6140         * htmlfontify.el (hfy-face-resolve-face): New function.
6141         (hfy-face-to-style): Use it (Bug#6279).
6143 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6146         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
6148 2010-05-26  Glenn Morris  <rgm@gnu.org>
6150         * emulation/edt.el (edt-load-keys): Use locate-library.
6152 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
6154         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
6155         (log-edit-changelog-entries): Doc fix.
6156         (log-edit-changelog-insert-entries): Args changed.
6157         Rename relative filenames in ChangeLog entries.  Delete tabs.
6158         (log-edit-insert-changelog-entries): Reorganize return value of
6159         `log-edit-changelog-entries' to pass filenames to
6160         log-edit-changelog-insert-entries.
6162 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6164         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
6165         `image-dired-dired-insert-marked-thumbs' to
6166         `image-dired-dired-toggle-marked-thumbs'.
6168         * image-dired.el: Require cl when compiling.
6169         (image-dired-dired-toggle-marked-thumbs): Rename from
6170         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
6171         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
6172         to 'no-dir.  Skip files whose names don't match
6173         `image-file-name-regexp'.  When file has a thumbnail overlay,
6174         delete it.  (Bug#5270)
6176 2010-05-25  Juri Linkov  <juri@jurta.org>
6178         * image-mode.el (image-mode): Add image-after-revert-hook to
6179         after-revert-hook.
6180         (image-after-revert-hook): New function.  (Bug#5669)
6182 2010-05-25  Juri Linkov  <juri@jurta.org>
6184         * image.el (image-animated-p): When delay between animated images
6185         is 0, set it to 10 (0.1 sec).  (Bug#6258)
6187 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
6189         * net/tramp.el (tramp-handle-insert-directory): Don't use
6190         `forward-word', its default syntax could be changed.
6192 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
6194         * net/tramp.el (tramp-progress-reporter-update): New defun.
6195         (with-progress-reporter): Use it.
6196         (tramp-process-actions):
6197         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
6198         current message, in order to let progress reporter continue
6199         afterwards.  (Bug#6257)
6201 2010-05-25  Glenn Morris  <rgm@gnu.org>
6203         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
6204         Add :version.
6206 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6208         * net/rcirc.el (rcirc-default-user-name): Change to "user".
6209         (rcirc-default-full-name): Change to "unknown".
6210         (rcirc-user-name-history): Add variable.
6212 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6213             Jonathan Rockway  <jon@jrock.us>
6215         * net/rcirc.el (rcirc-server-alist): Add :pass.
6216         (rcirc): When prompting for connection parameters, also prompt for
6217         username and password.
6218         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
6219         value to server when connecting.
6221 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
6224         (smie-merge-prec2s): Pass the tables as separate args.
6225         (smie-bnf-precedence-table): Adjust call accordingly.
6226         (smie-prec2-levels): Set levels at the end.
6228         Replace Lisp calls to delete-backward-char by delete-char.
6229         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
6230         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
6231         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
6232         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
6233         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
6234         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
6235         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
6236         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
6237         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
6238         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
6239         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
6240         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
6241         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
6242         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
6243         delete-backward-char by calls to delete-char.
6245 2010-05-25  Kenichi Handa  <handa@m17n.org>
6247         * language/hebrew.el (hebrew-shape-gstring): New function.
6248         Register it in composition-function-table for all Hebrew combining
6249         characters.
6251 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6253         * epa.el (epa--select-keys): Don't explicitly delete the window since
6254         that can fail (e.g. sole window in frame).  Use dedication instead.
6256 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
6258         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
6260 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
6262         * image.el (image-refresh): Define as an alias for image-flush.
6264         * image-mode.el (image-toggle-display-image): Caller changed.
6266 2010-05-21  Juri Linkov  <juri@jurta.org>
6268         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
6269         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
6270         whitespace, call wildcard-to-regexp on substrings and concat them
6271         with "\\|".  (Bug#6114)
6273 2010-05-21  Alan Mackenzie  <acm@muc.de>
6275         * progmodes/cc-engine.el (c-parse-state-get-strategy):
6276         Replace parameter `here' with `here-' and `here-plus', which sandwich
6277         any pertinent CPP construct.
6278         (c-remove-stale-state-cache-backwards): Fix a bug which happens
6279         when doing (c-parse-state) in a CPP construct: Exclude any "new"
6280         CPP construct from taking part in the scanning.
6282 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
6284         * net/tramp.el (tramp-do-copy-or-rename-file)
6285         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
6286         Tune `with-progress-reporter' messages.
6287         (tramp-handle-vc-registered):
6288         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
6289         (tramp-fish-handle-insert-file-contents)
6290         (tramp-fish-maybe-open-connection):
6291         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6292         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
6293         (tramp-imap-handle-insert-file-contents)
6294         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6296 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
6298         * add-log.el (change-log-font-lock-keywords):
6299         Highlight all authors in multi-author entries.
6301         * smerge-mode.el (smerge-refine-ignore-whitespace)
6302         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
6303         Fix typos in docstrings.
6304         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
6306 2010-05-21  Glenn Morris  <rgm@gnu.org>
6308         * progmodes/fortran.el (fortran-mode):
6309         * progmodes/f90.el (f90-mode): Derive from prog-mode.
6311         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
6312         having a relative path in src/Makefile.in.
6314 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6316         * help-mode.el (help-make-xrefs): For Info node links turn
6317         newlines into spaces.  Link node names with newlines are matched
6318         by help-xref-info-regexp and buttonized, this change ensures they
6319         can be followed successfully with RET.  (Bug#6206)
6321 2010-05-20  Juri Linkov  <juri@jurta.org>
6323         * locate.el (locate): Use pop-to-buffer instead of
6324         switch-to-buffer-other-window.  (Bug#6204)
6326 2010-05-20  Juri Linkov  <juri@jurta.org>
6328         * replace.el (replace-highlight): Fix lazy-highlighting
6329         for `M-s w str M-% str RET'.
6331 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
6333         * isearch.el (isearch-yank-word-or-char): Pull next subword
6334         when `subword-mode' is activated.  (Bug#6220)
6336 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
6338         * isearch.el (isearch-update-post-hook): New hook.
6339         (isearch-update): Use the new hook.  (Bug#6225)
6341 2010-05-20  Juri Linkov  <juri@jurta.org>
6343         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
6344         [f1], [help], and (char-to-string help-char) instead of "\C-h".
6345         (Bug#6222)
6347 2010-05-20  Juri Linkov  <juri@jurta.org>
6349         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
6350         (Bug#6223)
6352 2010-05-20  Juri Linkov  <juri@jurta.org>
6354         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
6355         FILE-NAME to read from the minibuffer when called interactively
6356         with prefix argument instead of using buffer-file-name.
6357         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
6359         * dired.el: Update autoloads.
6361 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
6363         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
6364         nxml-finish-element, for consistency with SGML mode.
6366         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
6367         octave-close-block.
6369 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
6371         * composite.el: Require cl when compiling.
6372         (reference-point-alist, compose-gstring-for-graphic)
6373         (compose-gstring-for-terminal): Fix typos in docstrings.
6375 2010-05-19  Juri Linkov  <juri@jurta.org>
6377         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
6378         set-window-parameter.
6380 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6382         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
6383         where appropriate.
6384         (tramp-maybe-open-connection): Use it.
6386 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
6388         * simple.el (move-end-of-line): Make sure we are at line beginning
6389         before backing up to end of previous line.
6391 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6393         * password-cache.el (password-cache-remove): Fix docstring.
6395         * net/secrets.el: Autoload the widget functions.
6396         (secrets-search-items, secrets-create-item)
6397         (secrets-get-attributes, secrets-expand-item): Attributes will be
6398         stored on the password database without leading ":", as all other
6399         clients do as well.
6400         (secrets-mode): Fix docstring.
6401         (secrets-show-secrets): Provide it as autoloaded command only when
6402         D-Bus support is available.  Check existence of Secret Service API.
6404 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * indent.el (indent-region): Deactivate region (bug#6200).
6408 2010-05-19  Glenn Morris  <rgm@gnu.org>
6410         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
6412 2010-05-19  Kenichi Handa  <handa@m17n.org>
6414         * composite.el: Register compose-gstring-for-graphic in
6415         composition-function-table only for combining characters (Mn, Mc, Me).
6417 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6419         * calc/calc-trail.el (calc-trail-isearch-forward)
6420         (calc-trail-isearch-backward): Ensure that the new window
6421         point is set correctly.
6423 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6425         * subr.el (read-quoted-char): Resolve modifiers after key
6426         remapping (bug#6212).
6428 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
6430         Add visualization code for secrets.
6431         * net/secrets.el (secrets-mode): New major mode.
6432         (secrets-show-secrets, secrets-show-collections)
6433         (secrets-expand-collection, secrets-expand-item)
6434         (secrets-tree-widget-after-toggle-function)
6435         (secrets-tree-widget-show-password): New defuns.
6437 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
6440         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
6441         handled in smie-next-sexp.
6442         (smie-indent-calculate): Provide a starting indentation (so the
6443         recursion is well-founded ;-).
6445         Fix handling of non-associative equal levels.
6446         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
6447         when it's not needed.
6448         (smie-op-left, smie-op-right): New functions.
6449         (smie-next-sexp): New function, extracted from smie-backward-sexp.
6450         Better handle equal levels to distinguish the associative case from
6451         the "multi-keyword construct" case.
6452         (smie-backward-sexp, smie-forward-sexp): Use it.
6454 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
6456         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
6458         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
6459         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
6461 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         Provide a simple generic indentation engine and use it for Prolog.
6464         * emacs-lisp/smie.el: New file.
6465         * progmodes/prolog.el (prolog-smie-op-levels)
6466         (prolog-smie-indent-rules): New var.
6467         (prolog-mode-variables): Use them to configure SMIE.
6468         (prolog-indent-line, prolog-indent-level): Remove.
6470 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
6472         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
6473         order before computing the averages.
6475 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
6477         * calc/calc-vec.el (calc-histogram):
6478         (calcFunc-histogram): Allow vectors as inputs.
6479         (math-vector-avg): New function.
6481         * calc/calc-ext.el (math-group-float): Have the number of digits
6482         being grouped depend on the radix (Bug#6189).
6484 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
6486         * version.el (emacs-copyright, emacs-version): Don't define here,
6487         now that emacs.c defines it.
6489 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
6491         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
6492         "Describe Language Environment" menu item.
6494         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
6496         Bidi-sensitive movement with arrow keys.
6497         * subr.el (right-arrow-command, left-arrow-command): New functions.
6499         * bindings.el (global-map): Bind them to right and left arrow keys.
6501         Don't override standard definition of convert-standard-filename.
6502         * files.el (convert-standard-filename): Call
6503         w32-convert-standard-filename and dos-convert-standard-filename on
6504         the corresponding systems.
6506         * w32-fns.el (w32-convert-standard-filename): Rename from
6507         convert-standard-filename.  Doc fix.
6509         * dos-fns.el (dos-convert-standard-filename): Doc fix.
6510         (convert-standard-filename): Don't defalias.
6511         (register-name-alist, make-register, register-value)
6512         (set-register-value, intdos): Obsolete aliases for the
6513         corresponding dos-* functions and variables.
6514         (dos-intdos): Add a doc string.
6516 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
6518         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
6519         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
6520         (math-compose-tex-func):
6521         * calc/calccomp.el (math-compose-expr):
6522         * calc/calc-ext.el (math-format-flat-expr-fancy):
6523         * calc/calc-store.el (calc-read-var-name):
6524         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6526         * calc/calc.el (var-π, var-φ, var-γ): New variables.
6527         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
6528         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
6529         (math-standard-units): Add units.
6531 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6533         * progmodes/asm-mode.el (asm-mode):
6534         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6536         * pcomplete.el (pcomplete-completions-at-point): New function,
6537         extracted from pcomplete-std-complete.
6538         (pcomplete-std-complete): Use it.
6540 2010-05-15  Glenn Morris  <rgm@gnu.org>
6542         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6543         Remove references to CVS, RCS and Old directories.
6545 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
6547         * calc/calc-bin.el (math-format-twos-complement): Group digits when
6548         appropriate.
6550 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6553         (sh-mode-syntax-table): Give it a default value instead.
6554         (sh-header-marker): Make buffer-local.
6555         (sh-mode): Move make-local-variable to the corresponding setq.
6556         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6557         Use complete-with-action.
6559         * simple.el (prog-mode): New (abstract) major mode.
6560         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6561         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6563 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
6565         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6566         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6567         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6568         (sql-make-alternate-buffer-name, sql-placeholders-filter)
6569         (sql-escape-newlines-filter, sql-input-sender)
6570         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6572 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
6574         Add TeX open-block and close-block keybindings to SGML, and vice versa.
6576         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6577         latex-open-block and C-c / to latex-close-block.
6579         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6580         and C-c C-e to sgml-close-tag.
6582 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
6584         * net/tramp.el (with-progress-reporter): Create reporter object
6585         only when the message would be displayed.  Handle nested calls.
6586         (tramp-handle-load, tramp-handle-file-local-copy)
6587         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6588         (tramp-maybe-send-script, tramp-find-shell):
6589         Use `with-progress-reporter'.
6590         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6591         Fix message text.
6593         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6594         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6595         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6596         Use `with-progress-reporter'.
6598 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
6600         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6601         process everytime when spellchecking from the minibuffer (bug#6143).
6603 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6607         * dos-fns.el: Add "dos-" prefix for namespace control.
6608         (convert-standard-filename): Define as alias for
6609         dos-convert-standard-filename but only if applicable.
6611 2010-05-12  Alan Mackenzie  <acm@muc.de>
6613         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6614         Push the mark at the start of these functions when appropriate.
6616 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * minibuffer.el (completion-cycle-threshold): New custom var.
6619         (completion--do-completion): Use it.
6620         (minibuffer-complete): Use cycling if appropriate.
6622 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
6624         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6625         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6627 2010-05-11  Juri Linkov  <juri@jurta.org>
6629         * scroll-all.el (scroll-all-check-to-scroll):
6630         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6632 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6634         * iimage.el (iimage-mode-map): Move initialization into declaration.
6635         (iimage-mode-buffer): Use with-silent-modifications.
6636         Simplify calling convention.  Adjust callers.
6637         (iimage-mode): Don't run hook redundantly.
6639         * minibuffer.el (completion-pcm--pattern->regex):
6640         Fix last change (bug#6160).
6642 2010-05-10  Juri Linkov  <juri@jurta.org>
6644         Remove nodes visited during Isearch from the Info history.
6645         * info.el (Info-isearch-initial-history)
6646         (Info-isearch-initial-history-list): New variables.
6647         (Info-isearch-start): Record initial values of
6648         Info-isearch-initial-history and Info-isearch-initial-history-list.
6649         Add Info-isearch-end to isearch-mode-end-hook.
6650         (Info-isearch-end): New function.
6652 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
6654         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6655         format string, in order to work around a bug in pdksh.
6656         Reported by Gilles Pion <gpion@lfdj.com>.
6657         (tramp-handle-verify-visited-file-modtime): Do not send a command
6658         when the connection is not established.
6659         (tramp-handle-set-file-times): Simplify the check for utc.
6661 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
6663         Fix use of `filter-buffer-substring' (rework previous change).
6664         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6665         (cua-repeat-replace-region):
6666         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6667         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6668         (cua-cut-region-to-global-mark): Use it.
6670 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
6672         * progmodes/sql.el: Version 2.1.
6673         (sql-product-alist): Redesign structure of product info.
6674         (sql-product, sql-user, sql-server, sql-database): Safe variables.
6675         (sql-port, sql-port-history): New variables.
6676         (sql-interactive-product): New variable.
6677         (sql-send-terminator): New variable.
6678         (sql-imenu-generic-expression): Add "Types" imenu entry.
6679         (sql-oracle-login-params, sql-sqlite-login-params)
6680         (sql-mysql-login-params, sql-solid-login-params)
6681         (sql-sybase-login-params, sql-informix-login-params)
6682         (sql-ingres-login-params, sql-ms-login-params)
6683         (sql-postgres-login-params, sql-interbase-login-params)
6684         (sql-db2-login-params, sql-linter-login-params)
6685         (sql-oracle-scan-on): New variables.
6686         (sql-mode-map): Add C-c C-i to start interactive mode.
6687         (sql-mode-menu): Update existing menu entries.
6688         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6689         (sql-mode-oracle-font-lock-keywords)
6690         (sql-mode-postgres-font-lock-keywords)
6691         (sql-mode-ms-font-lock-keywords)
6692         (sql-mode-sybase-font-lock-keywords)
6693         (sql-mode-informix-font-lock-keywords)
6694         (sql-mode-interbase-font-lock-keywords)
6695         (sql-mode-ingres-font-lock-keywords)
6696         (sql-mode-solid-font-lock-keywords)
6697         (sql-mode-mysql-font-lock-keywords)
6698         (sql-mode-sqlite-font-lock-keywords)
6699         (sql-mode-db2-font-lock-keywords)
6700         (sql-mode-linter-font-lock-keywords): Update initialization to
6701         reduce run-time complexity.
6702         (sql-add-product, sql-del-product): New functions.
6703         (sql-set-product-feature, sql-get-product-feature): New functions.
6704         (sql-product-font-lock): Update product API.
6705         (sql-add-product-keywords): New function.
6706         (sql-highlight-product): Update product API.
6707         (sql-help-list-products): New function.
6708         (sql-help): Dynamically lists free and non-free products.
6709         (sql-get-login): Correct bug in handling history and added
6710         prompt for port.
6711         (sql-copy-column): Copy without properties.
6712         (sqli-input-sender): Apply filters to SQLi input.
6713         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6714         Implement as a filter.
6715         (sql-escape-newlines-filter): Implement as a filter.
6716         (sql-remove-tabs-filter): New function.
6717         (sql-send-magic-terminator): New function.
6718         (sql-send-string): Implement magic terminator.
6719         (sql-send-region): Use `sql-send-string'.
6720         (sql-interactive-mode): Use product API.
6721         (sql-product-interactive): Use product API.
6722         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6723         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6724         (sql-db2, sql-linter): Use `sql-product-interactive'.
6725         (sql-connect): New function.
6726         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6727         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6728         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6729         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6730         Use `sql-connect'.
6732 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6735         New custom variable.
6736         (completion-pcm--string->pattern): Use it.
6737         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6738         Make it handle any symbol as `any'.
6739         (completion-pcm--merge-completions): Extract common suffix for the new
6740         `prefix' symbol as well.
6741         (completion-substring--all-completions): Use the new `prefix' symbol.
6743 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
6745         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6746         not bound.
6747         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6748         (tramp-compat-funcall): New defmacro.
6749         (tramp-compat-line-beginning-position)
6750         (tramp-compat-line-end-position)
6751         (tramp-compat-temporary-file-directory)
6752         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6753         (tramp-compat-copy-file, tramp-compat-copy-directory)
6754         (tramp-compat-delete-file, tramp-compat-delete-directory)
6755         (tramp-compat-number-sequence, tramp-compat-process-running-p)
6756         * net/tramp.el (top, with-progress-reporter)
6757         (tramp-rfn-eshadow-setup-minibuffer)
6758         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6759         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6760         (tramp-completion-mode-p, tramp-check-for-regexp)
6761         (tramp-open-connection-setup-interactive-shell)
6762         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6763         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6764         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6765         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6766         (tramp-reporter-dump-variable, tramp-load-report-modules)
6767         (tramp-append-tramp-buffers)
6768         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6770         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6772 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6774         * progmodes/compile.el (compilation-buffer-modtime): Rename from
6775         buffer-modtime.  Adjust users.
6777 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6779         * international/mule.el (auto-coding-alist): Only purecopy
6780         car of each item, not the whole list (Bug#6083).
6782 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6784         * progmodes/js.el (js-mode): Make paragraph variables local before
6785         calling c-setup-paragraph-variables (Bug#6071).
6787 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
6789         * composite.el (compose-region, reference-point-alist): Fix typos
6790         in the doc strings.
6792 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6794         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6795         gnuplot's "set" command.
6797 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6799         * abbrev.el (last-abbrev-text): Doc fix.
6800         (abbrev-prefix-mark): Don't escape parenthesis.
6802 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
6804         * composite.el (find-composition): Doc fix.
6806 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6808         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6809         (sql-oracle-program, sql-sqlite-options)
6810         (sql-query-placeholders-and-send): Doc fixes.
6811         (sql-set-product, sql-interactive-mode): Reflow docstrings.
6812         (sql-imenu-generic-expression, sql-buffer)
6813         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6814         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6815         (sql-mode-sybase-font-lock-keywords)
6816         (sql-mode-informix-font-lock-keywords)
6817         (sql-mode-interbase-font-lock-keywords)
6818         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6819         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6820         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6821         (sql-product-feature, sql-highlight-product)
6822         (comint-line-beginning-position, sql-rename-buffer)
6823         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6824         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6825         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6826         Fix typos in docstrings.
6828 2010-05-08  Juri Linkov  <juri@jurta.org>
6830         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6831         property instead of `invisible' and `after-string' (bug#5998).
6833 2010-05-08  Juri Linkov  <juri@jurta.org>
6835         * image-mode.el (image-mode-as-text): Fix typo in docstring.
6837 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6839         * filecache.el (file-cache-add-directory-list)
6840         (file-cache-add-directory-recursively): Fix typos in docstrings.
6842 2010-05-08  Kenichi Handa  <handa@m17n.org>
6844         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6845         (gujarati-composable-pattern): Fix typo.
6847 2010-05-08  Kenichi Handa  <handa@m17n.org>
6849         * language/indian.el (oriya-composable-pattern)
6850         (tamil-composable-pattern, malayalam-composable-pattern):
6851         Add two-part vowels to "v" (vowel sign).
6853 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6855         * files.el (copy-directory): Handle symlinks (Bug#5982).
6857 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6859         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6860         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
6861         (Bug#5846).
6863 2010-05-08  Glenn Morris  <rgm@gnu.org>
6865         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6867         * minibuffer.el (completion-at-point): Doc fix.
6869 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * electric.el (Electric-command-loop): Minor tweak.
6873         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6874         better with dedicated windows.
6876 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
6878         * Version 23.2 released.
6880 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6881             Stefan Monnier  <monnier@iro.umontreal.ca>
6883         Highlight vendor specific properties.
6884         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6885         (css-proprietary-property): New face.
6886         (css-font-lock-keywords): Use them.
6888 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
6890         * cus-start.el (all): Add native condition for tool-bar-* symbols.
6892 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6894         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6895         * files.el (auto-mode-alist): Remove redundant entries.
6897         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6898         * simple.el (auto-save-mode): Move from files.el.
6899         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6901 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6903         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6905 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6907         * mail/binhex.el (binhex-decode-region-internal)
6908         * mail/uudecode.el (uudecode-decode-region-internal)
6909         * net/dns.el (dns-read-string-name, dns-write, dns-read)
6910         (dns-read-type, dns-query)
6911         * pgg-parse.el (pgg-parse-armor)
6912         * pgg.el (pgg-verify-region)
6913         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6914         XEmacs.
6916         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6918 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
6920         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6922         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6923         * emulation/cua-base.el (cua-repeat-replace-region):
6924         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6925         (cua-cut-region-to-global-mark):
6926         Remove text properties with `set-text-properties'.
6928 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
6930         * net/tramp.el (top, with-progress-reporter):
6931         Use `symbol-function' inside `funcall'.
6933         * net/tramp-compat.el (tramp-compat-file-attributes)
6934         (tramp-compat-delete-file, tramp-compat-delete-directory):
6935         Handle only `wrong-number-of-arguments' error.
6937         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6938         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6939         inside `funcall'.
6941 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * minibuffer.el (completion--sreverse, completion--common-suffix):
6944         New functions.
6945         (completion-pcm--merge-completions): Extract common suffix when safe.
6947         * emacs-lisp/easy-mmode.el (define-minor-mode):
6948         Make :variable more flexible.
6949         * files.el (auto-save-mode): Use it to define using define-minor-mode.
6951 2010-05-05  Juri Linkov  <juri@jurta.org>
6953         Add `slow' and `history' tags to the desktop data.
6955         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6956         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6957         (Info-finder-find-node): Require `finder.el' to be able
6958         to restore node from the desktop.
6959         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
6960         data `Info-history' and `slow' tag in the assoc list.
6961         (Info-restore-desktop-buffer): Don't restore nodes with the
6962         `slow' tag.  Restore `Info-history'.
6964 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
6966         Add FORCE argument to `delete-file'.
6968         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6969         forcing to delete the temporary file.
6970         (ange-ftp-delete-file): Add FORCE arg.
6971         (ange-ftp-rename-remote-to-remote)
6972         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6973         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6974         Force file deletion.
6976         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6978         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6979         (tramp-handle-make-symbolic-link, tramp-handle-load)
6980         (tramp-do-copy-or-rename-file-via-buffer)
6981         (tramp-do-copy-or-rename-file-directly)
6982         (tramp-do-copy-or-rename-file-out-of-band)
6983         (tramp-handle-process-file, tramp-handle-call-process-region)
6984         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6985         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6986         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6988         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6989         (tramp-fish-handle-make-symbolic-link)
6990         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6992         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6993         Use `tramp-compat-delete-file'.
6995         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6996         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6998         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6999         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7001         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7002         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7003         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
7004         `tramp-compat-delete-file'.
7006 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         Minor cleanups.
7009         * subr.el (add-minor-mode): Use push.
7010         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7011         * emulation/edt.el (edt-select-mode): Simplify.
7013         Use define-minor-mode in more cases.
7014         * term/tvi970.el (tvi970-set-keypad-mode):
7015         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7016         (normal-erase-is-backspace-mode):
7017         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7018         (set-scroll-bar-mode-1): (Re)move to its sole caller.
7019         (get-scroll-bar-mode): New function.
7020         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7022         Use define-minor-mode for less obvious cases.
7023         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7024         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7025         * international/iso-ascii.el (iso-ascii-mode):
7026         * frame.el (auto-raise-mode, auto-lower-mode):
7027         * composite.el (global-auto-composition-mode): Use define-minor-mode.
7029 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
7031         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7032         in order to see error messages for failed logins.
7034 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
7036         * diff.el (diff-sentinel):
7038         * epg.el (epg--make-temp-file, epg-decrypt-string)
7039         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7041         * jka-compr.el (jka-compr-partial-uncompress)
7042         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7044         * server.el (server-sentinel): Use delete-file's new FORCE arg
7045         (Bug#6070).
7047 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7049         Use define-minor-mode where applicable.
7050         * view.el (view-mode):
7051         * type-break.el (type-break-query-mode)
7052         (type-break-mode-line-message-mode):
7053         * textmodes/reftex.el (reftex-mode):
7054         * term/vt100.el (vt100-wide-mode):
7055         * tar-mode.el (tar-subfile-mode):
7056         * savehist.el (savehist-mode):
7057         * ibuf-ext.el (ibuffer-auto-mode):
7058         * composite.el (auto-composition-mode):
7059         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7060         Use define-minor-mode.
7061         (vhdl-mode): Use static mode-line format.
7062         (vhdl-mode-line-update): Delete.
7063         (vhdl-create-mode-menu, vhdl-activate-customizations)
7064         (vhdl-hs-minor-mode): Don't bother calling it.
7066 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7068         * simple.el (with-wrapper-hook): Move.
7069         (buffer-substring-filters): Mark obsolete.
7070         (filter-buffer-substring-functions): New variable.
7071         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
7073 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7074             Michael Albinus  <michael.albinus@gmx.de>
7076         Implement compression for inline methods.
7078         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7079         (tramp-copy-size-limit): Allow also nil.
7080         (tramp-inline-compress-commands): New defconst.
7081         (tramp-find-inline-compress, tramp-get-inline-compress)
7082         (tramp-get-inline-coding): New defuns.
7083         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7084         replaced by `tramp-get-inline-coding'.
7085         (tramp-handle-file-local-copy, tramp-handle-write-region)
7086         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7088 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7090         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7091         Remove unused functions.
7093         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7094         Set find-tag-default-function as a variable rather than a property.
7096         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7097         * progmodes/etags.el (tags-completion-at-point-function):
7098         Remove left over interactive spec.  Add autoloading stub.
7099         (complete-tag): Use tags-completion-at-point-function.
7101 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
7103         * minibuffer.el (tags-completion-at-point-function): Fix return value.
7105 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7107         * ido.el (ido-init-completion-maps): Remove C-v binding.
7108         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
7110 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7112         * minibuffer.el (tags-completion-at-point-function): New function.
7113         (completion-at-point-functions): Use it.
7115         * progmodes/etags.el (complete-tag): Revert last change.
7117 2010-04-29  Alan Mackenzie  <acm@muc.de>
7119         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7120         off-by-one error (in end of macro position).
7122 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7125         firefox is absent.  Don't autoload.
7126         (browse-url-galeon-program): Don't autoload.
7128 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7130         * bindings.el (complete-symbol): Move into minibuffer.el.
7132         * minibuffer.el (complete-tag): Move from etags.el.  If tags
7133         completion cannot be performed, return nil instead of signalling
7134         an error.
7135         (completion-at-point): Make it an alias for complete-symbol.
7136         (complete-symbol): Move from bindings.el, and replace with the
7137         body of completion-at-point.
7139         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7141 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
7143         * net/tramp.el (tramp-remote-selinux-p): New defun.
7144         (tramp-handle-file-selinux-context)
7145         (tramp-handle-set-file-selinux-context): Use it.
7147 2010-04-28  Sam Steingold  <sds@gnu.org>
7149         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7150         `safe-local-variable' if the value is a string or a symbol with
7151         the property `bug-reference-url-format'.
7153 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7155         * progmodes/bug-reference.el (bug-reference-url-format):
7156         Revert 2010-04-27 change due to security risk.
7158 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7160         Make it possible to locally disable a globally enabled mode.
7161         * simple.el (fundamental-mode): Run fundamental-mode-hook.
7162         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
7163         rather than kill-all-local-variables so it runs fundamental-mode-hook.
7164         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7165         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
7166         that subsequent hooks get a chance to disable it.
7168 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7171         Avoid re-enabling a minor mode after the user turned the minor mode
7172         off if MODE-enable-in-buffers is run twice (typically once from
7173         fundamental-mode's after-change-major-mode-hook and a second time from
7174         run-mode-hook's own after-change-major-mode-hook).
7176         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
7178 2010-04-27  Sam Steingold  <sds@gnu.org>
7180         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7181         `safe-local-variable' if the value is a string or a function, as
7182         documented and implemented on 2010-04-02.
7184 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
7186         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
7187         when method is 'kill.
7189 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
7191         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
7192         condition in default directory check.
7193         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
7194         Kill ispell process when killing its associated buffer.
7196 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
7198         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
7199         but we aren't using it.
7201 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
7203         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
7204         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
7206 2010-04-24  Glenn Morris  <rgm@gnu.org>
7208         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
7209         Ignore VCS-ignore files, and deleted nextstep preferences files.
7210         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
7211         (authors-ambiguous-files): New list.
7212         (authors-valid-file-names): Add some deleted files.
7213         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
7214         (authors-disambiguate-file-name): New function.  (Bug#5501)
7215         (authors-canonical-file-name): Doc fix.
7216         Don't warn about obsolete files.
7217         (authors-canonical-file-name, authors-scan-el):
7218         Use authors-disambiguate-file-name.
7220         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7221         Add autoload cookies.
7222         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
7223         (generated-autoload-file): Set file-local value to "htmlfontify.el".
7224         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
7225         They have definitions / compiler macros in cl.el.
7226         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7227         Replace manual autoloads with generated ones.
7228         (htmlfontify-unload-rgb-file): Remove autoload.
7229         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
7231 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
7234         (byte-compile-setq-default): Optimize for the
7235         single-var case and don't call byte-compile-form in this case to avoid
7236         inf-loop with byte-compile-set-default.
7238         * progmodes/compile.el (compilation-start): Abbreviate default directory.
7240 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
7242         Implement SELINUX backends.
7244         * net/tramp.el (tramp-file-name-handler-alist):
7245         Add `file-selinux-context' and `set-file-selinux-context'.
7246         (tramp-handle-file-selinux-context)
7247         (tramp-handle-set-file-selinux-context): New defuns.
7248         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7249         Handle PRESERVE-SELINUX-CONTEXT.
7251         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7252         Add `file-selinux-context' and `set-file-selinux-context'.
7253         (tramp-gvfs-handle-file-selinux-context)
7254         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7255         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7257         * net/ange-ftp.el (ange-ftp-copy-file):
7258         * net/tramp-fish.el (tramp-fish-handle-copy-file):
7259         * net/tramp-imap.el (tramp-imap-handle-copy-file):
7260         * net/tramp-smb.el (tramp-smb-handle-copy-file):
7261         Add PRESERVE-SELINUX-CONTEXT.
7263 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7265         Synchronize with Tramp repository.
7267         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
7268         (tramp-action-process-alive, tramp-action-out-of-band)
7269         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7270         (tramp-exists-file-name-handler): Fix docstring.
7271         (with-progress-reporter): New defmacro.
7272         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
7273         (tramp-maybe-open-connection): Use it.
7275 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
7277         Detect ssh 'ControlMaster' argument automatically in some cases.
7279         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7280         (tramp-default-method): Use it.
7282 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7284         * net/tramp.el (tramp-handle-copy-file): Add new optional
7285         parameter `preserve-selinux-context'.
7286         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
7288 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7290         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7291         Ensure, that non remote files are still checked.  Oops.
7293 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
7295         Fix Bug#5840.
7297         * icomplete.el (icomplete-completions): Use `non-essential'.
7299         * net/tramp.el (tramp-connectable-p): New defun.
7300         (tramp-handle-expand-file-name)
7301         (tramp-completion-handle-file-name-all-completions)
7302         (tramp-completion-handle-file-name-completion): Use it.
7304 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7306         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
7308 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
7310         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
7312         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
7314         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
7315         is present.
7317         * info.el (info-tool-bar-map): Add labels.
7319         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
7321         * cus-edit.el (custom-commands): Add labels for tool bar.
7322         (custom-buffer-create-internal, Custom-mode): Adjust for
7323         labels in custom-commands.
7325         * dynamic-setting.el: Renamed from font-setting.el.
7327 2010-04-21  John Wiegley  <jwiegley@gmail.com>
7329         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
7330         toggles the use of virtual buffers.
7331         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
7332         (ido-toggle-virtual-buffers): New function.
7334 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
7336         Use `define-derived-mode'; fix window selection; doc fixes.
7337         * play/tetris.el (tetris, tetris-update-speed-function)
7338         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
7339         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
7340         (tetris-rotate-next, tetris-end-game, tetris-start-game)
7341         (tetris-pause-game): Fix typos in docstrings.
7342         (tetris-mode-map, tetris-null-map):
7343         Move initialization into declaration.
7344         (tetris-mode): Define with `define-derived-mode';
7345         set show-trailing-whitespace to nil.
7346         (tetris): Prefer window already displaying the "*Tetris*" buffer.
7348 2010-04-21  Karel Klíč  <kklic@redhat.com>
7350         * files.el (backup-buffer): Handle SELinux context, and return it
7351         if a backup was made by renaming.
7352         (backup-buffer-copy): Set SELinux context to the target file.
7353         (basic-save-buffer): Set SELinux context of the newly written file.
7354         (basic-save-buffer-1): Now it also returns any SELinux context.
7355         (basic-save-buffer-2): Set SELinux context of the newly created file,
7356         and return it.
7357         * net/tramp.el (tramp-file-name-for-operation):
7358         Add file-selinux-context.
7360 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7362         Make the log-edit comments use RFC822 format throughout.
7364         * vc.el (vc-checkin, vc-modify-change-comment):
7365         Adjust to new vc-start/finish-logentry.
7366         (vc-find-conflicted-file): New command.
7367         (vc-transfer-file): Adjust to new vc-checkin.
7368         (vc-next-action): Improve scoping.
7370         * vc-hg.el (vc-hg-log-edit-mode): Remove.
7371         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
7373         * vc-git.el (vc-git-log-edit-mode): Remove.
7374         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
7375         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
7377         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
7378         (vc-start-logentry): Remove argument `extra'.
7379         (vc-finish-logentry): Remove extra args.
7381         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
7382         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
7383         (vc-bzr-conflicted-files): New function.
7385         * log-edit.el (log-edit-extra-flags)
7386         (log-edit-before-checkin-process): Remove.
7387         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
7388         (log-edit-headers-alist): New var.
7389         (log-edit-header-contents-regexp): New const.
7390         (log-edit-match-to-eoh): New function.
7391         (log-edit-font-lock-keywords): Use them.
7392         (log-edit): Insert a "Summary:" header as default.
7393         (log-edit-mode): Mark font-lock rules as case-insensitive.
7394         (log-edit-done): Cleanup headers.
7395         (log-view-process-buffer): Remove.
7396         (log-edit-extract-headers): New function to replace it.
7398 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
7400         * subr.el (default-direction-reversed): Remove obsolescence info.
7402 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7404         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
7405         windows/frames.
7407         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
7408         I.e. include text after point in the completion region.
7409         Also, return nil when we're not after/in a symbol.
7411         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
7412         default enable-multibyte-characters.
7414 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * international/mule.el: Help the user choose a valid coding-system.
7417         (read-buffer-file-coding-system): New function.
7418         (set-buffer-file-coding-system): Use it.  Prompt the user if the
7419         coding-system cannot encode all the chars.
7421         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
7422         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
7423         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
7424         Don't use *vc-bzr-shelve*.
7426 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
7428         Fix the version number for added files.
7429         * vc-hg.el (vc-hg-working-revision): Check if the file is
7430         registered after hg parent fails (Bug#5961).
7432 2010-04-19  Glenn Morris  <rgm@gnu.org>
7434         * htmlfontify.el (htmlfontify-buffer)
7435         (htmlfontify-copy-and-link-dir): Autoload entry points.
7437 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
7439         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
7440         name relative to the project root (Bug#5960).
7442 2010-04-19  Glenn Morris  <rgm@gnu.org>
7444         * vc-git.el (vc-git-print-log): Doc fix.
7446 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
7448         * ido.el (ido-file-internal): Fix 2009-12-02 change.
7450 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
7452         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
7453         default settings (Bug#5928).
7455 2010-04-19  Glenn Morris  <rgm@gnu.org>
7457         * progmodes/fortran.el (fortran-match-and-skip-declaration):
7458         New function.
7459         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
7461 2010-04-19  Kenichi Handa  <handa@m17n.org>
7463         * language/indian.el (malayalam-composable-pattern): Fix previous
7464         change (add U+0D4D "SIGN VIRAMA").
7465         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
7466         (tamil-composable-pattern): Fix typo in the regexp.
7467         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
7468         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
7469         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
7471 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7473         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
7474         paragraph-separate (Bug#5821).
7476 2010-04-19  Juri Linkov  <juri@jurta.org>
7478         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
7480         * info.el (Info-find-node-2): Comment out code that skips
7481         breadcrumbs line.
7482         (Info-mouse-follow-link): New command.
7483         (Info-link-keymap): New keymap.
7484         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
7485         Return a string with links instead of inserting breadcrumbs
7486         to the Info buffer.
7487         (Info-fontify-node): Comment out code that inserts breadcrumbs.
7488         Instead of putting the `invisible' text property over the Info
7489         header, make an overlay over the Info header with the `invisible'
7490         property and `after-string' set to the string returned by
7491         `Info-breadcrumbs'.
7493 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7495         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
7496         Reported by monkey@sandpframing.com.
7498 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7500         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
7501         (tmm-get-keymap): Add key-binding shortcuts now that they're not
7502         available in the "keyseq cache" any more.
7504         * custom.el (defcustom): Add edebug spec.
7506 2010-04-18  Juri Linkov  <juri@jurta.org>
7508         Test for special mode-class in view-buffer instead of view-file (bug#5513).
7510         * view.el (view-file, view-buffer): Move test for special mode-class
7511         from view-file to view-buffer.
7513         * tar-mode.el (tar-extract): Turn if's into one cond
7514         like in arc-mode.el.
7516 2010-04-18  Juri Linkov  <juri@jurta.org>
7518         Add 7z archive format support (bug#5475).
7520         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
7521         (archive-7z-extract): New defcustom.
7522         (archive-find-type): Add magic string for 7z.
7523         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7524         If `stderr-file' is non-nil, use `(t stderr-file)' for the
7525         `buffer' arg of `call-process'.
7526         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7527         call the function `archive-7z-extract' with the variable
7528         `archive-7z-extract' let-bound to `archive-zip-extract'.
7529         (archive-7z-summarize, archive-7z-extract): New functions.
7531         * international/mule.el (auto-coding-alist):
7532         * files.el (auto-mode-alist): Add 7z file extension.
7534 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * loadup.el: Setup hash-cons for pure data.
7538         Fix duplicate entries in cedet's loaddefs.el files.
7539         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7540         Should make most file-local generated-autoload-file unnecessary.
7541         (print-readably): Silence warnings.
7542         (autoload-find-destination): Take load-name as an arg to make sure
7543         it's the same as the one that will be in the file.
7544         (autoload-generate-file-autoloads): Adjust to above changes.
7545         Try to make the dataflow a bit simpler.
7547         * cvs-status.el (cvs-refontify): Remove unused.
7549 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
7551         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
7553         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
7554         twos-complement mode.
7556 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
7558         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7559         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
7560         (calc-inverse): Add "Option" to message, as appropriate.
7561         (calc-hyperbolic): Add "Option" to message, as appropriate.
7562         (calc-option, calc-is-option): New functions.
7564         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
7565         (calc-option-prefix-help): New function.
7567         * calc/calc-misc.el (calc-help): Add "Option" entry.
7569         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
7570         (calc-option-flag): New variable.
7571         (calc-do): Set `calc-option-flag to nil.
7572         (calc-set-mode-line): Add "Opt " as appropriate.
7574 2010-04-16  Juri Linkov  <juri@jurta.org>
7576         Move scrolling commands from simple.el to window.el
7577         because their primitives are implemented in window.c.
7579         * simple.el (scroll-error-top-bottom)
7580         (scroll-up-command, scroll-down-command, scroll-up-line)
7581         (scroll-down-line, scroll-other-window-down)
7582         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7583         * window.el (scroll-error-top-bottom)
7584         (scroll-up-command, scroll-down-command, scroll-up-line)
7585         (scroll-down-line, scroll-other-window-down)
7586         (beginning-of-buffer-other-window, end-of-buffer-other-window):
7587         Move from simple.el to window.el because their primitives are
7588         implemented in window.c.
7590 2010-04-16  Juri Linkov  <juri@jurta.org>
7592         * isearch.el (isearch-lookup-scroll-key): Check both
7593         `isearch-scroll' and `scroll-command' properties.
7594         (scroll-up, scroll-down): Remove `isearch-scroll' property.
7596         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7598         * simple.el (scroll-up-command, scroll-down-command)
7599         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7601 2010-04-15  Juri Linkov  <juri@jurta.org>
7603         * simple.el (scroll-up-command, scroll-down-command)
7604         (scroll-up-line, scroll-down-line): Put `scroll-command'
7605         property on the these symbols.  Remove them from
7606         `scroll-preserve-screen-position-commands'.
7608         * mwheel.el (mwheel-scroll): Put `scroll-command' and
7609         `isearch-scroll' properties on the `mwheel-scroll' symbol.
7610         Remove it from `scroll-preserve-screen-position-commands'.
7612         * isearch.el (isearch-allow-scroll): Doc fix.
7614 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
7616         * net/tramp.el (tramp-error-with-buffer): Don't show the
7617         connection buffer when we are in completion mode.
7618         (tramp-file-name-handler): Catch the error for some operations
7619         when we are in completion mode.  This gives the user the chance to
7620         correct the file name in the minibuffer.
7622 2010-04-15  Glenn Morris  <rgm@gnu.org>
7624         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7626 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
7628         Simplify by using `define-derived-mode'.
7629         * info.el (Info-mode):
7630         * calendar/todo-mode.el (todo-mode):
7631         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7632         (gomoku-mode-map): Move initialization into declaration.
7634 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
7636         Fix Bug#5840.
7637         * ido.el (ido-file-name-all-completions-1):
7638         * minibuffer.el (minibuffer-completion-help):
7639         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7641 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         * simple.el (non-essential): New var.
7645         Add a new field `location' to bookmarks for non-file bookmarks.
7646         * bookmark.el (bookmark-location): Use the new field, if present.
7647         (bookmark-insert-location): Undo last change, not needed any more.
7648         * man.el (Man-bookmark-make-record):
7649         * woman.el (woman-bookmark-make-record): Add `location' field.
7651 2010-04-14  Juri Linkov  <juri@jurta.org>
7653         * simple.el (scroll-error-top-bottom): New defcustom.
7654         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
7656         * emulation/pc-select.el (pc-select-override-scroll-error):
7657         Obsolete in favor of `scroll-error-top-bottom'.
7659 2010-04-14  Juri Linkov  <juri@jurta.org>
7661         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7662         `scroll-up-command' and `M-v' to `scroll-down-command'.
7664         * emulation/cua-rect.el (cua--init-rectangles):
7665         * forms.el (forms--change-commands):
7666         * image-mode.el (image-mode-map):
7667         Remap scroll-down-command and scroll-up-command
7668         in addition to scroll-down and scroll-up.
7670 2010-04-14  Juri Linkov  <juri@jurta.org>
7672         * mwheel.el (scroll-preserve-screen-position-commands):
7673         Add mwheel-scroll to this list of commands.
7675         * simple.el (scroll-preserve-screen-position-commands):
7676         Add scroll-up-command, scroll-down-command, scroll-up-line,
7677         scroll-down-line to this list of commands.
7679 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7681         * obsolete/complete.el: Move from lisp/complete.el.
7683         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7685         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7686         to the minor mode function now turns the mode ON unconditionally.
7688 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7690         * vc-dir.el (vc-dir-kill-line): New command.
7691         (vc-dir-mode-map): Bind it to C-k.
7693         * bookmark.el (bookmark-insert-location): Handle a nil filename.
7695         * woman.el: Add bookmark declarations to silence the compiler.
7696         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7697         step to compatibility between man and woman bookmarks.
7698         Adjust for Man-default-bookmark-title renaming.
7699         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
7701         * man.el: Add bookmark declarations to silence the compiler.
7702         (Man-name-local-regexp): Make it match NAME as well.
7703         (Man-getpage-in-background): Return the buffer.
7704         (Man-notify-when-ready): Use `case'.
7705         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7706         Don't hardcode "NAME".  Simplify.
7707         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7708         Rename from Man-bookmark-make-record.
7709         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
7710         we have the actual man-args.  Use Man-getpage-in-background rather
7711         than `man' since the arg is already processed.  Let bookmark.el do the
7712         window handling.  Only wait for the relevant process.
7713         Don't forget to autoload.
7715         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7717 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7719         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7720         New functions.
7721         (woman-mode): Setup bookmark support.
7723         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7724         (man-bookmark-jump): New functions.
7725         (Man-mode): Setup bookmark support.
7727 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
7729         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7730         recognize ssh-keygen prompt (Bug#2817).
7732 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7734         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7736 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7738         Synchronize with Tramp repository.
7740         * net/tramp.el (tramp-completion-function-alist)
7741         (tramp-file-name-regexp, tramp-chunksize)
7742         (tramp-local-coding-commands, tramp-remote-coding-commands):
7743         Fix docstring.
7744         (tramp-remote-process-environment): Use `format' instead of `concat'.
7745         (tramp-handle-directory-files-and-attributes)
7746         (tramp-get-remote-path): Use `copy-tree'.
7747         (tramp-handle-file-name-all-completions): Backward/ XEmacs
7748         compatibility: Use `completion-ignore-case' if
7749         `read-file-name-completion-ignore-case' does not exist.
7750         (tramp-do-copy-or-rename-file-directly): Do not use
7751         `tramp-handle-file-remote-p'.
7752         (tramp-do-copy-or-rename-file-out-of-band):
7753         Use `tramp-compat-delete-directory'.
7754         (tramp-do-copy-or-rename-file-out-of-band)
7755         (tramp-compute-multi-hops, tramp-maybe-open-connection):
7756         Use `format-spec-make'.
7757         (tramp-find-foreign-file-name-handler)
7758         (tramp-advice-make-auto-save-file-name)
7759         (tramp-set-auto-save-file-modes): Remove superfluous check for
7760         `stringp'.  This is done inside `tramp-tramp-file-p'.
7761         (tramp-debug-outline-regexp): New defconst.
7762         (tramp-get-debug-buffer): Use it.
7763         (tramp-check-for-regexp): Use (forward-line 1).
7764         (tramp-set-auto-save-file-modes): Adapt version check.
7766         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7767         Wrap call of `featurep' for 2nd argument.
7768         (tramp-compat-make-temp-file): Simplify fallback implementation.
7769         (tramp-compat-copy-tree): Remove function.
7770         (tramp-compat-delete-directory): Provide implementation for older
7771         Emacsen.
7773         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7774         Do not use `tramp-fish-handle-file-attributes.
7776         * net/trampver.el: Update release number.
7778 2010-04-10  Glenn Morris  <rgm@gnu.org>
7780         * progmodes/compile.el (compilation-save-buffers-predicate):
7781         Add missing :version tag.
7783 2010-04-09  Sam Steingold  <sds@gnu.org>
7785         * progmodes/compile.el (compilation-save-buffers-predicate):
7786         Remove the "autoload" cookie.
7788         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7789         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7790         and `bug-reference-prog-mode' can be used in hooks directly.
7792 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7794         Add --author support to git commit.
7795         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7796         (vc-git-log-edit-mode): New minor mode.
7797         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7798         New declarations.
7800 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
7802         * vc-hooks.el, vc-git.el: Improve documentation comments.
7804 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7806         Fix some of the problems in defsubst* (bug#5728).
7807         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7808         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7810 2010-04-07  Sam Steingold  <sds@gnu.org>
7812         * progmodes/compile.el (compilation-save-buffers-predicate):
7813         New custom variable.
7814         (compile, recompile): Pass it to `save-some-buffers'.
7816 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
7818         * wid-edit.el (widget-choose): Move cursor to the second line of
7819         the buffer (Bug#5695).
7821 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7823         Add new VC methods: vc-log-incoming and vc-log-outgoing.
7824         * vc.el (vc-print-log-setup-buttons): New function split out from
7825         vc-print-log-internal.
7826         (vc-log-internal-common): New function, a parametrized version of
7827         vc-print-log-internal.
7828         (vc-print-log-internal): Just call vc-log-internal-common with the
7829         right arguments.
7830         (vc-incoming-outgoing-internal):
7831         (vc-log-incoming, vc-log-outgoing): New functions.
7832         (vc-log-view-type): New permanent local variable.
7834         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7836         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7837         of the dynamic bound vc-short-log.
7838         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7840         * vc-git.el (vc-git-log-outgoing): New function.
7841         (vc-git-log-view-mode): Use vc-log-view-type instead
7842         of the dynamic bound vc-short-log.
7844         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7845         of the dynamic bound vc-short-log.  Highlight the tag.
7846         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7847         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7848         (vc-hg-incoming-mode): Remove.
7849         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7851 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7853         Fix default-directory for vc-root-diff.
7854         * vc.el (vc-root-diff): Bind default-directory to the root
7855         directory for the diff command.
7857 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
7859         * progmodes/verilog-mode.el (verilog-forward-sexp):
7860         (verilog-calc-1): Support "disable fork" and "fork wait" multi
7861         word keywords, suggested by Steve Pearlmutter.
7862         (verilog-pretty-declarations): Support lineup of declarations in
7863         port lists.
7864         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7865         fix bug for /* / comments.
7866         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7867         Speed up and simplfy as this is never called with a bound.
7868         (verilog-pretty-declarations): Enhance to line up declarations
7869         inside a parameter list, suggested by Alan Morgan.
7870         (verilog-pretty-expr): Tune assignment regular expression match
7871         string for corner cases; also use markers instead of character
7872         number as indent changes the later.
7874 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
7876         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7877         as missing keyword.
7878         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7879         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
7880         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7881         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
7882         Tennant.
7883         (verilog-keywords):
7884         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7885         1800-2009 keywords, including "global.".
7887 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7889         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7890         appearing in buffer list (if a live buffer name matched a recentf
7891         file basename).  Should use uniquify to offer a real solution.
7893 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7895         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7896         comment to code, and add a :version tag.
7897         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7899 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
7901         Enable recentf-mode if using virtual buffers.
7902         * ido.el (recentf-list): Declare for byte-compiler.
7903         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
7904         (ido-make-buffer-list): Simplify.
7905         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
7907 2010-04-05  Juri Linkov  <juri@jurta.org>
7909         Scrolling commands which scroll a line instead of full screen.
7910         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7912         * simple.el (scroll-up-line, scroll-down-line): New commands.
7913         Put property isearch-scroll=t on them.
7915         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7916         Remove commands.
7918 2010-04-05  Juri Linkov  <juri@jurta.org>
7920         Scrolling commands which do not signal errors at top/bottom.
7921         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7923         * simple.el (scroll-up-command, scroll-down-command): New commands.
7924         Put property isearch-scroll=t on them.
7926         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7927         `scroll-down-command' and [next] from `scroll-up' to
7928         `scroll-up-command'.
7930         * emulation/cua-base.el: Put property CUA=move on
7931         `scroll-up-command' and `scroll-down-command'.
7932         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7933         and `scroll-down-command' to `cua-scroll-down'.
7935 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
7937         * help.el (describe-mode): Return nil.
7939 2010-04-04  John Wiegley  <jwiegley@gmail.com>
7941         * ido.el (ido-use-virtual-buffers): New variable to indicate
7942         whether "virtual buffer" support is enabled for IDO.
7943         (ido-virtual): Face used to indicate virtual buffers in the list.
7944         (ido-buffer-internal): If a buffer is chosen, and no such buffer
7945         exists, but a virtual buffer of that name does (which would be why
7946         it was in the list), recreate the buffer by reopening the file.
7947         (ido-make-buffer-list): If virtual buffers are being used, call
7948         `ido-add-virtual-buffers-to-list' before the make list hook.
7949         (ido-virtual-buffers): New variable which contains a copy of the
7950         current contents of the `recentf-list', albeit pared down for the
7951         sake of speed, and with proper faces applied.
7952         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7953         create a list of "virtual buffers" to present to the user in
7954         addition to the currently open set.  Note that this logic could
7955         get rather slow if that list is too large.  With the default
7956         `recentf-max-saved-items' of 200, there is little speed penalty.
7958 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7960         * font-lock.el: Require CL when compiling.
7961         (font-lock-turn-on-thing-lock): Use `case'.
7963 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
7965         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7966         Zaretskii.
7968 2010-04-02  Juri Linkov  <juri@jurta.org>
7970         * ehelp.el (electric-help-orig-major-mode):
7971         New buffer-local variable.
7972         (electric-help-mode): Set it to original major-mode.  Doc fix.
7973         (with-electric-help): Use `electric-help-orig-major-mode' instead
7974         of (default-value 'major-mode).  Doc fix.
7975         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7977 2010-04-02  Sam Steingold  <sds@gnu.org>
7979         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7980         `vc-hg-command' with a list of flags.
7982         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7983         Also accept "patch" and "RFE".
7984         (bug-reference-fontify): `bug-reference-url-format' can also be a
7985         function to be able to handle the bug kind.
7986         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7988 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
7990         * tmm.el (tmm-get-keymap): Check with symbolp before passing
7991         value to fboundp, it may not be a symbol.
7993 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7995         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7997 2010-03-31  Juri Linkov  <juri@jurta.org>
7999         * simple.el (next-line, previous-line): Re-throw a signal
8000         with `signal' instead of using `ding'.
8001         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8003 2010-03-31  Juri Linkov  <juri@jurta.org>
8005         * simple.el (keyboard-escape-quit): Raise deselecting the active
8006         region higher than exiting the minibuffer.
8007         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8009 2010-03-31  Juri Linkov  <juri@jurta.org>
8011         * image.el (image-animated-p): Use `image-metadata' instead of
8012         `image-extension-data'.  Get GIF extenstion data from metadata
8013         property `extension-data'.
8015 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * simple.el (append-to-buffer): Simplify.
8019 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
8021         * textmodes/artist.el (artist-mode): Fix typo in docstring.
8022         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
8024 2010-03-31  Kenichi Handa  <handa@m17n.org>
8026         * language/sinhala.el (composition-function-table): Fix regexp for
8027         the new Unicode specification.
8029         * language/indian.el (devanagari-composable-pattern)
8030         (tamil-composable-pattern, kannada-composable-pattern)
8031         (malayalam-composable-pattern): Adjust for the new Unicode
8032         specification.
8033         (bengali-composable-pattern, gurmukhi-composable-pattern)
8034         (gujarati-composable-pattern, oriya-composable-pattern)
8035         (telugu-composable-pattern): New variables to cope with the new
8036         Unicode specification.  Use them in composition-function-table.
8038 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         Make tmm-menubar work for the Buffers menu again (bug#5726).
8041         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8042         vectors rather than cons cells, as used in menu-bar-update-buffers.
8044 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8046         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8047         (js-insert-and-indent): Revert 2009-08-15 change, restoring
8048         electric punctuation for "{}();,:" (Bug#5586).
8050         * mail/sendmail.el (mail-default-directory): Doc fix.
8052 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8054         * mail/sendmail.el (mail-default-directory): Doc fix.
8056 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
8058         * subr.el (version-regexp-alist, version-to-list)
8059         (version-list-<, version-list-=, version-list-<=)
8060         (version-list-not-zero, version<, version<=, version=): Doc fix.
8061         (Bug#5744).
8063 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
8065         * vc.el (vc-root-diff): Doc fix.
8067 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8069         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8071         * simple.el (append-to-buffer): Fix last change.
8073 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8075         * simple.el (append-to-buffer): Ensure that point is preserved if
8076         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
8077         (Bug#5749)
8079 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8081         * files.el (auto-mode-case-fold): Change default to t.
8083 2010-03-30  Juri Linkov  <juri@jurta.org>
8085         * dired-x.el (dired-omit-mode): Doc fix.
8087 2010-03-30  Juri Linkov  <juri@jurta.org>
8089         * replace.el (occur-accumulate-lines): Move occur-engine related
8090         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8091         to be located after `occur-engine'.
8093 2010-03-30  Juri Linkov  <juri@jurta.org>
8095         Make occur handle multi-line matches cleanly with context.
8096         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8098         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8099         (occur-engine): Add local variables `ret', `prev-after-lines',
8100         `prev-lines'.  Use more arguments for `occur-context-lines'.
8101         Set first elem of its returned list to `data', and the second elem
8102         to `prev-after-lines'.  Don't print the separator line.
8103         In the end, print remaining context after-lines.
8104         (occur-context-lines): Add new arguments `begpt', `endpt',
8105         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
8106         after-lines of the previous match with before-lines of the
8107         current match and not overlap them.  Return a list with two
8108         values: the output line and the list of context after-lines.
8110 2010-03-30  Juri Linkov  <juri@jurta.org>
8112         * replace.el (occur-accumulate-lines): Fix a bug where the first
8113         context line at the beginning of the buffer was missing.
8115 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8117         * files.el: Make bidi-display-reordering safe variable for boolean
8118         values.
8120 2010-03-29  Phil Hagelberg  <phil@evri.com>
8121             Chong Yidong  <cyd@stupidchicken.com>
8123         * subr.el: Extend progress reporters to perform "spinning".
8124         (progress-reporter-update, progress-reporter-do-update):
8125         Handle non-numeric value arguments.
8126         (progress-reporter--pulse-characters): New var.
8128 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
8130         * progmodes/compile.el (compilation-start): Fix regexp detection
8131         of initial cd command (Bug#5771).
8133 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
8135         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8137 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
8139         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
8140         * progmodes/gdb-mi.el: Restore.
8141         * progmodes/gdb-ui.el: Remove.
8142         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
8144 2010-03-25  Glenn Morris  <rgm@gnu.org>
8146         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
8147         all dired buffers, even tramp ones.  (Bug#5755)
8149 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         Add "union tags" in mpc.el.
8152         * mpc.el: Remove backward compatibility code.
8153         (mpc-browser-tags): Change default.
8154         (mpc--find-memoize-union-tags): New var.
8155         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
8156         (mpc-cmd-find): Handle the case where the playlist does not exist.
8157         Handle union-tags.
8158         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
8159         (mpc-cmd-add): Use mpc-cmd-flush.
8160         (mpc-tagbrowser-tag-name): New fun.
8161         (mpc-tagbrowser-buf): Use it.
8162         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
8164 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8166         Misc cleanup.
8167         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
8168         Use replace-regexp-in-string.
8169         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
8170         (makefile-imake-mode-syntax-table): Move init into defvar.
8171         (makefile-mode): Use define-derived-mode.
8173         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
8174         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
8175         not be present any more.
8177 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8179         * faces.el (set-face-attribute): Fix typo in docstring.
8180         (face-valid-attribute-values): Reflow docstring.
8182 2010-03-24  Glenn Morris  <rgm@gnu.org>
8184         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
8186 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8188         * indent.el (indent-for-tab-command): Doc fix.
8190 2010-03-24  Alan Mackenzie  <acm@muc.de>
8192         * progmodes/cc-engine.el (c-remove-stale-state-cache):
8193         Fix off-by-one error.  Fixes bug #5747.
8195 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8197         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
8198         (image-dired-read-comment): Doc fix.
8200         * json.el (json-object-type, json-array-type, json-key-type)
8201         (json-false, json-null, json-read-number):
8202         * minibuffer.el (completion-in-region-functions):
8203         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
8204         (cal-tex-cursor-week):
8205         * emacs-lisp/trace.el (trace-function):
8206         * eshell/em-basic.el (eshell/printnl):
8207         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
8208         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
8209         * obsolete/levents.el (allocate-event, event-key, event-object)
8210         (event-point, event-process, event-timestamp, event-to-character)
8211         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
8212         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
8213         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
8214         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
8215         (reftex-highlight-selection): Fix typos in docstrings.
8217 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8219         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
8221 2010-03-24  Glenn Morris  <rgm@gnu.org>
8223         * mail/rmail.el (rmail-highlight-face): Restore option deleted
8224         2008-02-13 without comment; mark it obsolete.
8225         (rmail-highlight-headers): Use rmail-highlight-face once more.
8227 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8229         * woman.el (woman2-process-escapes): Only consume the newline if
8230         the filler character is on a line by itself (Bug#5729).
8232 2010-03-24  Kenichi Handa  <handa@m17n.org>
8234         * language/indian.el (devanagari-composable-pattern): Add more
8235         consonants.
8237 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8239         * net/trampver.el: Update release number.
8241 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8243         * net/tramp.el (tramp-find-executable):
8244         Use `tramp-get-connection-buffer'.  Make the regexp for checking
8245         output of "wc -l" more robust.
8246         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
8247         (tramp-open-connection-setup-interactive-shell): Remove workaround
8248         for OpenSolaris bug, it is not needed anymore.
8250 2010-03-24  Glenn Morris  <rgm@gnu.org>
8252         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
8254 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
8256         * files.el (auto-mode-alist): Accept more verilog file patterns.
8258 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
8262 2010-03-24  Glenn Morris  <rgm@gnu.org>
8264         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
8265         log-edit-before-checkin-process.
8267         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
8269         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
8271         * vc-dispatcher.el (vc-start-logentry): Doc fix.
8272         (log-view-process-buffer, log-edit-extra-flags): Declare.
8274         * log-edit.el (log-edit-before-checkin-process): Doc fix.
8276 2010-03-23  Sam Steingold  <sds@gnu.org>
8278         Fix bug#5620: recalculate all markers on compilation buffer
8279         modifications, not on file modifications.
8280         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
8281         the buffer modification time, for buffers not associated with files.
8282         (compilation-mode): Create it.
8283         (compilation-filter): Update it.
8284         (compilation-next-error-function): Use it instead of
8285         `visited-file-modtime' for timestamp.
8287 2010-03-23  Juri Linkov  <juri@jurta.org>
8289         Implement Occur multi-line matches.
8290         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
8292         * replace.el (occur): Doc fix.
8293         (occur-engine): Set `begpt' to the beginning of the first line.
8294         Set `endpt' to the end of the last match line.  At first, count
8295         line numbers between `origpt' and `begpt'.  Split out code from
8296         `out-line' variable to new let-bindings `match-prefix' and
8297         `match-str'.  In `out-line' add non-numeric prefix to all
8298         non-first lines of multi-line matches.  Finally, count lines
8299         between `begpt' and `endpt' and add to `lines'.
8301 2010-03-23  Juri Linkov  <juri@jurta.org>
8303         * replace.el (occur-accumulate-lines, occur-engine):
8304         Use `occur-engine-line' instead of duplicate code.
8305         (occur-engine-line): New function created from duplicate code
8306         in `occur-accumulate-lines' and `occur-engine'.
8308         * replace.el (occur-engine-line): Add optional arg `keep-props'.
8309         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
8311 2010-03-23  Juri Linkov  <juri@jurta.org>
8313         * finder.el: Remove TODO tasks.
8315         * info.el (Info-finder-find-node): Add node "all"
8316         with all package info.  Handle a list of multiple keywords
8317         separated by comma.
8318         (info-finder): In interactive use with a prefix argument,
8319         use `completing-read-multiple' to read a list of keywords
8320         separated by comma.
8322 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8324         Add a new completion style `substring'.
8325         * minibuffer.el (completion-basic--pattern): New function.
8326         (completion-basic-try-completion, completion-basic-all-completions):
8327         Use it.
8328         (completion-substring--all-completions)
8329         (completion-substring-try-completion)
8330         (completion-substring-all-completions): New functions.
8331         (completion-styles-alist): New style `substring'.
8333 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         Get rid of .elc files after removal of the corresponding .el.
8336         * Makefile.in (compile-clean): New target.
8337         (compile-main): Use it.
8339 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
8341         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
8342         don't do make there.  When compiling with separate object dir, there
8343         is no Makefile there.
8345 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8347         Get rid of the ELCFILES abomination, again.
8348         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8349         (all, compile): Don't call compile-last.
8350         (compile-main): Build the "elcfiles" list dynamically.
8351         (compile-targets): New (internal) target.
8353 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
8355         * Makefile.in (top_srcdir): Define.
8356         (abs_top_builddir): Define.
8357         (srcdir): Don't append `/..'.
8358         (EMACS): Use ${abs_top_builddir}.
8359         (all, compile, compile-always, compile-last): Don't set emacswd.
8360         (update-subdirs, update-authors): Use $(top_srcdir) instead of
8361         $(srcdir).
8362         (lisp): Use $(srcdir) instead of @srcdir@.
8364 2010-03-21  Juri Linkov  <juri@jurta.org>
8366         Fix message of multi-line occur regexps and multi-buffer header lines.
8367         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
8369         * replace.el (occur-1): Don't display regexp if it is longer
8370         than window-width.  Use `query-replace-descr' to display regexp.
8371         (occur-engine): Don't display regexp in the buffer header for
8372         multi-buffer occur.  Display a separate header line with total
8373         match count and regexp for multi-buffer occur.
8374         Use `query-replace-descr' to display regexp.
8376 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8378         * net/secrets.el: Fix parenthesis.
8379         (secrets-enabled): Fix parenthesis.
8381 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         Use more relative file and directory names.
8384         * Makefile.in (EMACS): Arrange for it to work when we chdir.
8385         (setwins, setwins_almost, setwins_for_subdirs):
8386         Don't `cd'; output relative names.
8387         (all, compile, compile-always, compile-last): Set emacswd.
8388         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
8389         Just cd to the lisp source dir so we can use relative file names.
8391         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
8393 2010-03-20  Glenn Morris  <rgm@gnu.org>
8395         * textmodes/rst.el: Use faces for font-lock customization, and make the
8396         old -face variables obsolete.
8397         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
8398         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
8399         (rst-block-face, rst-external-face, rst-definition-face)
8400         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
8401         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
8402         Make obsolete.
8403         (rst-font-lock-keywords-function): Update for above changes.
8405 2010-03-20  Juri Linkov  <juri@jurta.org>
8407         * s-region.el:
8408         * obsolete/s-region.el: Move to obsolete.
8410 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
8412         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
8414 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8416         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
8418 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8420         Add special markup processing for commit logs.
8421         * log-edit.el (log-edit-extra-flags): New variable.
8422         (log-edit): Add new argument MODE.  Use that mode when non-nil
8423         instead of the log-view-mode.
8424         (log-view-process-buffer): New function.
8426         * vc.el: Document that the checkin method takes optional
8427         arguments.  Document new backend specific method: log-view-mode.
8428         (vc-default-log-edit-mode): New function.
8429         (vc-checkin): Use a backend specific log-view-mode.
8430         Pass extra arguments to the checkin method.
8431         (vc-modify-change-comment): Pass a dummy extra argument.
8433         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
8434         log-edit.
8435         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
8436         (vc-finish-logentry): Process the log buffer before passing it
8437         down.  Pass log-edit-extra-flags.
8439         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
8440         command.
8441         (log-edit-extra-flags, log-edit-before-checkin-process):
8442         New declarations.
8444         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
8445         command.
8446         (log-edit-extra-flags, log-edit-before-checkin-process):
8447         New declarations.
8448         (vc-hg-log-edit-mode): New derived mode.
8450         * vc-arch.el (vc-arch-checkin):
8451         * vc-cvs.el (vc-cvs-checkin):
8452         * vc-git.el (vc-git-checkin):
8453         * vc-mtn.el (vc-mtn-checkin):
8454         * vc-rcs.el (vc-rcs-checkin):
8455         * vc-sccs.el (vc-sccs-checkin):
8456         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
8458 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8460         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
8461         parent typo).
8463 2010-03-19  Glenn Morris  <rgm@gnu.org>
8465         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8467 2010-03-18  Glenn Morris  <rgm@gnu.org>
8469         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
8471         * replace.el (query-replace-history): Give it a doc string.
8472         (map-query-replace-regexp): Use query-replace-from-history-variable
8473         and query-replace-to-history-variable.
8475         * mail/hashcash.el (declare-function): Remove duplicate definition.
8477         * mail/emacsbug.el (report-emacs-bug-pretest-address):
8478         Make it an obsolete alias for report-emacs-bug-address.
8479         (message-strip-special-text-properties): Declare.
8480         (report-emacs-bug): Remove test for a pretest bug address.
8481         Combine message-mode-specific code.
8483         * mail/supercite.el: Don't require sendmail.
8484         (mh-in-header-p): Declare rather than using with-no-warnings.
8485         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
8486         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
8488         * calendar/cal-french.el: Convert to utf-8.
8490         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
8491         Emacs scripts.
8493 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
8495         * net/secrets.el (secrets-enabled): New variable.  Use it instead
8496         of a subfeature.
8498 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
8500         * net/secrets.el (top): Register the D-Bus signals only when the
8501         service "org.freedesktop.secrets" can be pinged.
8502         Provide subfeature `enabled'.
8504 2010-03-14  Juri Linkov  <juri@jurta.org>
8506         Add finder unknown keywords.
8508         * finder.el (finder-unknown-keywords): New function.
8510         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
8511         to create a Finder node with unknown keywords.
8513 2010-03-14  Juri Linkov  <juri@jurta.org>
8515         * finder.el (finder-compile-keywords): Replace `princ' with
8516         `prin1' on a list of symbols interned from keyword strings.
8518         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
8519         a comma, then split keywords using a comma and optional whitespace.
8520         Otherwise, split by whitespace.
8522         * complete.el:
8523         * face-remap.el:
8524         * log-view.el:
8525         * net/hmac-def.el:
8526         * net/hmac-md5.el:
8527         * net/netrc.el:
8528         * progmodes/mixal-mode.el: Fix keywords.
8530 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
8532         * Makefile.in (ELCFILES): Add net/secrets.elc.
8534         * net/secrets.el: New file.
8536 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8538         * facemenu.el (list-colors-display, list-colors-print): New arg
8539         callback.  Use it to allow selecting colors.
8541         * wid-edit.el (widget-image-insert): Insert image prop even if the
8542         current display is non-graphic.
8543         (widget-field-value-set): New fun.
8544         (editable-field): Use it.
8545         (widget-field-value-get): Clean up unused var.
8546         (widget-color-value-create, widget-color--choose-action):
8547         New funs.  Allow using list-colors-display to choose color.
8549 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8551         * cus-edit.el: Resort topmost custom groups.
8552         (custom-buffer-sort-alphabetically): Default to t.
8553         (customize-apropos): Use apropos-parse-pattern.
8554         (custom-search-field): New var.
8555         (custom-buffer-create-internal): Add custom-apropos search field.
8556         (custom-add-parent-links): Don't display parent doc.
8557         (custom-group-value-create): Don't sort top-level custom group.
8558         (custom-magic-value-create): Show visibility button before option name.
8560         (custom-variable-state): New fun, from custom-variable-state-set.
8561         (custom-variable-state-set): Use it.
8562         (custom-group-value-create): Hide options with standard values
8563         using the :hidden-states property.  Use progress reporter.
8565         (custom-show): Simplify.
8566         (custom-visibility): Disable images by default.
8567         (custom-variable): New property :hidden-states.
8568         (custom-variable-value-create): Enable images for
8569         custom-visibility widgets.  Use :hidden-states property to
8570         determine initial visibility.
8572         * wid-edit.el (widget-image-find): Give images center ascent.
8573         (visibility): Add :on-image and :off-image properties.
8574         (widget-visibility-value-create): Use them.
8576 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8578         * cus-edit.el (processes): Remove from development group.
8579         (oop, hypermedia): Delete group.
8580         (comm): Promote to top-level group.
8582         * net/browse-url.el (browse-url):
8583         * net/xesam.el (xesam):
8584         * net/tramp.el (tramp):
8585         * net/goto-addr.el (goto-address):
8586         * net/ange-ftp.el (ange-ftp): Put in comm group.
8588         * view.el (view): Remove from editing group.
8590         * uniquify.el (uniquify): Put in files group.
8592         * net/browse-url.el (browse-url):
8593         * ps-print.el (postscript): Put in external group.
8595         * cus-edit.el (outlines):
8596         * textmodes/text-mode.el (text-mode-hook):
8597         * textmodes/table.el (table):
8598         * textmodes/picture.el (picture):
8599         * outline.el (outlines): Put in wp group.
8601         * nxml/nxml-mode.el (nxml): Remove from wp group.
8603         * net/tramp-imap.el (tramp-imap): Put in tramp group.
8605         * mail/metamail.el (metamail): Remove from hypermedia group.
8607         * cus-edit.el (abbrev):
8608         * whitespace.el (whitespace):
8609         * vcursor.el (vcursor):
8610         * reveal.el (reveal):
8611         * hl-line.el (hl-line): Put in convenience group.
8613         * epg-config.el (epg): Put in data group.
8615         * emulation/pc-select.el (pc-select): Put in emulations group.
8617         * calculator.el (calculator): Put in applications group.
8619 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8621         Add .dir-locals.el support for file-less buffers.
8622         * files.el (hack-local-variables): Split out code to apply local
8623         variable settings ...
8624         (hack-local-variables-apply): ... here.  New function.
8625         (hack-dir-local-variables): Use the default directory for when the
8626         buffer does not have an associated file.
8627         (hack-dir-local-variables-non-file-buffer): New function.
8628         * diff-mode.el (diff-mode):
8629         * vc-annotate.el (vc-annotate-mode):
8630         * vc-dir.el (vc-dir-mode):
8631         * log-edit.el (log-edit-mode):
8632         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8634 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8636         Add support for shelving snapshots and for showing shelves.
8637         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8638         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8639         New functions.
8640         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8641         (vc-bzr-extra-menu-map): Map them.
8643 2010-03-11  Glenn Morris  <rgm@gnu.org>
8645         * cus-edit.el (customize-changed-options-previous-release):
8646         Bump to 23.1.
8648         * image.el (image-animate-max-time): Fix :version tag.
8650 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8652         * Branch for 23.2.
8654 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8656         * vc-git.el (vc-git-revision-table): Include remote branches.
8658 2010-03-10  Kim F. Storm  <storm@cua.dk>
8660         Animated image API.
8661         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8663         * image.el (image-animate-max-time): New defcustom.
8664         (image-animated-types): New defconst.
8665         (create-animated-image, image-animate-timer)
8666         (image-animate-start, image-animate-stop, image-animate-timeout)
8667         (image-animated-p): New functions.
8669         * image-mode.el (image-toggle-display-image):
8670         Replace `create-image' with `create-animated-image'.
8672 2010-03-09  Miles Bader  <miles@gnu.org>
8674         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8675         instead of "format:"; this ensures that the output is
8676         newline-terminated.
8678 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
8680         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8681         that all errors are caught, and that the return value is always a
8682         list (Bug#5692).
8684 2010-03-08  Kenichi Handa  <handa@m17n.org>
8686         * language/misc-lang.el (windows-1256): New coding system.
8687         (cp1256): New alias of windows-1256 (bug#5690).
8689 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8691         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8692         call to rfc822-bad-address.  (Bug#5692)
8694 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8696         * vc-git.el (vc-git-annotate-extract-revision-at-line):
8697         Use vc-git-root as default directory for revision path (Bug#5657).
8699 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
8701         * calculator.el (calculator): Don't bind split-window-keep-point
8702         (Bug#5674).
8704 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * vc-git.el: Re-flow to fit into 80 columns.
8707         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8708         Remove spurious `quote' element in each case alternative.
8709         (vc-git-show-log-entry): Use prog1.
8710         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8712 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8714         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8716 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
8718         * macros.el (insert-kbd-macro): Look up keyboard macro using the
8719         definition, not the name (Bug#5481).
8721 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8723         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8724         argument with a local variable.  (Bug#5670)
8726 2010-03-02  Juri Linkov  <juri@jurta.org>
8728         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
8730 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
8732         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8733         error when FILENAME and NEWNAME are existing remote directories.
8735         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8736         parameter DIR-FLAG.
8738 2010-03-02  Glenn Morris  <rgm@gnu.org>
8740         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8741         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8743 2010-03-01  Kenichi Handa  <handa@m17n.org>
8745         * language/burmese.el (burmese-composable-pattern): Rename from
8746         myanmar-composable-pattern.
8748         * international/characters.el (script-list):
8749         * international/fontset.el (script-representative-chars):
8750         Change myanmar to burmese.
8751         (otf-script-alist): Likewise.
8752         (setup-default-fontset): Likewise.  Re-fix :otf spec.
8754 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8756         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8758 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
8760         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8762 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8764         * net/tramp.el (tramp-handle-write-region): START can be a string.
8765         Take care in the checks.  Reported by Dan Davison
8766         <davison@stats.ox.ac.uk>.
8768 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8770         * net/dbus.el (dbus-introspect, dbus-get-property)
8771         (dbus-set-property, dbus-get-all-properties):
8772         Use `dbus-call-method' when noninteractive.  (Bug#5645)
8774 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
8776         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8777         * emacs-lisp/elint.el (elint-add-required-env):
8778         * calendar/icalendar.el (icalendar--add-diary-entry):
8779         * calc/calcalg2.el (math-tracing-integral):
8780         * files.el (recover-session-finish): Use with-current-buffer
8781         instead of save-excursion.
8783 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8785         Fix in-buffer completion when after-change-functions modify the buffer.
8786         * minibuffer.el (completion--replace): New function.
8787         (completion--do-completion): Use it and use relative movement.
8789 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
8791         * international/fontset.el (setup-default-fontset): Fix :otf spec.
8793 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
8795         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8796         Allow the characters _<> in the stack entry (Bug#5653).
8798 2010-02-26  Kenichi Handa  <handa@m17n.org>
8800         * language/burmese.el: Fix entries in composition-function-table.
8801         (myanmar-composable-pattern): New variable.
8803         * international/fontset.el (setup-default-fontset): Add an entry
8804         for myanmar.
8806         * international/characters.el (script-list): Add Myanmar
8807         Extended-A.
8809 2010-02-26  Glenn Morris  <rgm@gnu.org>
8811         * custom.el (custom-initialize-delay): Doc fix.
8813         * mail/sendmail.el (send-mail-function): Autoload the call
8814         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8816 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
8818         * files.el (hack-local-variables-filter): For eval forms, also
8819         check safe-local-variable-p (Bug#5636).
8821 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
8823         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8824         setting the modes by `ignore-errors'.  It might fail, for example
8825         if the file is not owned by the user but the group.
8826         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8828 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
8830         * files.el (directory-listing-before-filename-regexp): Use
8831         stricter matching for iso-style dates, to avoid false matches with
8832         date-like filenames (Bug#5597).
8834         * htmlfontify.el (htmlfontify): Doc fix.
8836         * eshell/eshell.el (eshell): Doc fix.
8838         * startup.el (fancy-about-screen): In mode-line, apply
8839         mode-line-buffer-id face only to the buffer name (Bug#5613).
8841 2010-02-20  Kevin Ryde  <user42@zip.com.au>
8843         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8844         In `watcom' anchor regexp to start of line, to avoid slowness
8845         (Bug#5599).
8847 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
8849         * subr.el (remove-yank-excluded-properties): Explain in a comment
8850         why `category' property is removed.
8852 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
8854         * isearch.el (isearch-update-post-hook, isearch-update): Revert
8855         2010-02-17 change.
8857 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
8859         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8860         (icalendar--convert-weekly-to-ical)
8861         (icalendar--convert-yearly-to-ical)
8862         (icalendar--convert-block-to-ical)
8863         (icalendar--convert-cyclic-to-ical)
8864         (icalendar--convert-anniversary-to-ical): Take care of time
8865         specifications where hour has 1-digit only (Bug#5549).
8867 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
8869         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8870         of disassemble output in GDB 7.1.
8872 2010-02-19  Glenn Morris  <rgm@gnu.org>
8874         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8875         property.  (Bug#5593)
8877 2010-02-18  Sam Steingold  <sds@gnu.org>
8879         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8881 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         Use abbreviated file names in bookmarks (bug#5591).
8884         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8885         calls to expand-file-name.
8886         (bookmark-relocate): Use abbreviated file names in bookmarks.
8887         (bookmark-load): Use abbreviated file names in messages.
8889 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8891         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8892         expand "." and "..".  Reported by Thierry Volpiatto
8893         <thierry.volpiatto@gmail.com>.
8895 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8897         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8898         permissions of the temporary file to "0600".  In case the remote
8899         file has no read permissions for the owner, there might be
8900         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
8902 22010-02-18  Glenn Morris  <rgm@gnu.org>
8904         * emacs-lisp/authors.el (authors-renamed-files-alist):
8905         Add entries for INSTALL.CVS.
8907 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
8909         * vc-bzr.el: Fix typo in Known Bugs section.
8911         * isearch.el (isearch-update-post-hook): New hook.
8912         (isearch-update): Use the new hook.
8914 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
8916         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8917         Fix errors in copying directories.
8918         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8919         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8920         (tramp-handle-delete-file)
8921         (tramp-handle-dired-recursive-delete-directory)
8922         (tramp-handle-write-region): Flush also the cache for the upper
8923         directory.
8925 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
8927         * simple.el (save-interprogram-paste-before-kill): Doc fix.
8929         * cus-edit.el (hardware): Doc fix.
8931         * man.el (man): Add to external custom group.
8933         * delim-col.el (columns): Move to wp custom group.
8935         * doc-view.el (doc-view): Add to data custom group.
8937         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8939         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8940         by ispell-parse-output (Bug#5575).
8942 2010-02-16  Kenichi Handa  <handa@m17n.org>
8944         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8945         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8946         (skkdic-convert): Use `euc-japan' coding system for writing.
8948 2010-02-16  Glenn Morris  <rgm@gnu.org>
8950         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8951         tex-main-file before using it.  (Bug#5562)
8953 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8956         warnings, since it is annoying for the user to see them each time he
8957         runs the code.
8959 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
8961         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8962         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8963         instead of PROC for caching "first-password-request".  Otherwise,
8964         new processes would not profit from passwords already entered.
8966         * net/tramp-cache.el (tramp-dump-connection-properties):
8967         Don't save "first-password-request" property.
8969 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
8971         * outline.el (outline-head-from-level):
8972         * simple.el (with-wrapper-hook):
8973         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8974         (elint-defun, elint-buffer-env, elint-top-form-logged)
8975         (elint-unbound-variable):
8976         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8977         Fix typos in docstrings.
8979 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
8981         * files.el (insert-directory): When WILDCARD-REGEXP and
8982         FULL-DIRECTORY-P are nil, insert the file entry instead of the
8983         whole directory.  (Bug#5551)
8985         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
8986         dired's alignment sanity.  (Bug#5516)
8988 2010-02-14  Juri Linkov  <juri@jurta.org>
8990         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8991         Remove remaining ^H with their preceding chars.  (Bug#5566)
8993 2010-02-13  Glenn Morris  <rgm@gnu.org>
8995         * simple.el (transpose-subr): Give it a doc-string.
8997         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8998         Doc fixes.
9000 2010-02-12  Juri Linkov  <juri@jurta.org>
9002         * arc-mode.el (archive-unique-fname): Make directories for nested
9003         archives.  (Bug#5540)
9005 2010-02-12  Juri Linkov  <juri@jurta.org>
9007         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
9009 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9011         * subr.el (copy-overlay): Handle deleted overlays.
9013         * man.el (Man-completion-table): Don't signal an error if we can't run
9014         manual-program (bug#4056).
9016 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
9018         * textmodes/artist.el (artist-mt): Fix typos in docstring.
9020 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9022         * info.el (Info-bookmark-jump): Simplify.
9024         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9025         (bookmark-default-handler): Accept new bookmark field `buffer'.
9027 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
9029         * iswitchb.el (iswitchb-completions): Revert last change.
9031 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
9033         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9034         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9035         This prevents file names like "~/" being listed literally.
9037 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
9039         * term/xterm.el (xterm-maybe-set-dark-background-mode):
9040         Remove dead code.  (Bug#5546)
9042 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
9044         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9045         correctly (Bug#5548).
9047 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
9049         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9050         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9052 2010-02-08  Kenichi Handa  <handa@m17n.org>
9054         * international/mule-util.el (with-coding-priority): Add autoload
9055         cookie for putting `lisp-indent-function'.
9057 2010-02-07  Glenn Morris  <rgm@gnu.org>
9059         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9060         Move F2003 named interfaces from keywords-2 to keywords-1, and
9061         use function-name-face rather than constant-face.
9062         Simplify "abstract interface" regexp.
9064 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
9066         * eshell/esh-util.el (eshell-file-attributes): New optional arg
9067         ID-FORMAT.  Pass it to `file-attributes'.
9069         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9071 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
9073         * faces.el (set-face-attribute): Allow calling
9074         internal-set-lisp-face-attribute with 'unspecified family and
9075         foundry argument (Bug#5536).
9077 2010-02-07  Glenn Morris  <rgm@gnu.org>
9079         * progmodes/f90.el (f90-font-lock-keywords-2)
9080         (f90-looking-at-type-like, f90-looking-at-program-block-end):
9081         Handle F2003 named interfaces.
9083 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
9085         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9086         beg and end before calling c-get-state-before-change-functions.
9088 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
9090         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
9092 2010-02-05  Juri Linkov  <juri@jurta.org>
9094         * doc-view.el (doc-view-mode):
9095         * image-mode.el (image-mode): Put property mode-class=special.
9096         (Bug#4896)
9098 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
9100         * vc-svn.el (vc-svn-revision-table): New function.
9102 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
9104         * net/ange-ftp.el (ange-ftp-insert-directory):
9105         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9106         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9107         Handle also directories.  (Bug#5478)
9109 2010-02-05  Glenn Morris  <rgm@gnu.org>
9111         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9113 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
9115         * startup.el (command-line-1): Convert options beginning with a
9116         single dash as well (Bug#5519).
9118 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9121         * minibuffer.el (completion-initials-expand): Only check the presence
9122         of delims *within* the boundaries, since otherwise the / delim is
9123         always found for files.
9125         Fix up various corner case problems.
9126         * doc-view.el (doc-view-last-page-number): New function.
9127         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9128         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9129         (doc-view-kill-proc): Avoid inf-loop in freak cases.
9130         (doc-view-reconvert-doc): Use the new recursive delete-directory.
9131         (doc-view-convert-current-doc): Don't create the resolution.el file
9132         here any more.
9133         (doc-view-pdf/ps->png): Do it here instead.
9134         (doc-view-already-converted-p): Check that resolution.el is present.
9135         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9136         windows that are not yet showing images.
9138 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
9140         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9141         `dired-uncache' for every elemnt which is an absolute file name.
9143         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9144         directory, handle its directory component.
9145         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
9146         function is called permanently and creates noise, otherwise.
9148         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9149         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9150         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
9152 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
9154         * macros.el (apply-macro-to-region-lines):
9155         Minor simplification.  (Bug#5485)
9157 2010-02-04  Glenn Morris  <rgm@gnu.org>
9159         * mail/rmail.el (rmail-show-message-1): Handle malformed
9160         quoted-printable text.  (Bug#5441)
9162         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
9164         * simple.el (visual-line-mode): Capitalize lighter.
9166 2010-02-03  John Wiegley  <jwiegley@gmail.com>
9168         * iswitchb.el (iswitchb-completions): Add bookmark files to the
9169         list of files considered for "virtual buffer" completions.
9171 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
9173         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
9174         also in case of (and (not full) (not wildcard)).  This is needed
9175         when dired is called with a list of files, which are not in
9176         `default-directory'.  (Bug#5478)
9178 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9180         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
9182 2010-02-02  Juri Linkov  <juri@jurta.org>
9184         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
9185         from unidiff to allow function-line after @@.
9187 2010-02-02  Juri Linkov  <juri@jurta.org>
9189         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
9190         '(RCS SCCS) with inverted condition.
9192 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
9194         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
9195         messages.
9197 2010-02-01  Juri Linkov  <juri@jurta.org>
9199         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
9200         compare with "pkunzip" and "pkzip" instead of only "pkzip".
9201         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
9202         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
9204 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9206         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
9207         (doc-view-revert-buffer): New command.
9208         (doc-view-mode-map): Use it.
9210 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
9212         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
9213         pending merge is detected.
9215 2010-01-31  Juri Linkov  <juri@jurta.org>
9217         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
9218         beginning of interactive spec like all other grep commands do.
9219         Put "all" in front of "gz".  (Bug#5260)
9221 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
9223         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
9225 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
9227         * dirtrack.el (dirtrack): Warn instead of signalling error if the
9228         regexp is incorrect (Bug#5476).
9230 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
9232         * net/tramp.el (tramp-handle-insert-directory): Handle also
9233         symlinks, when FILENAME is not in `default-directory'.
9235 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9237         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
9238         FILE is not in `default-directory'.  (Bug#5478)
9240         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
9241         of SWITCHES.  Handle the case, FILENAME is not in
9242         `default-directory'.  (Bug#5478)
9243         (tramp-register-file-name-handlers): Add safe-magic property.
9245 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
9247         * arc-mode.el (archive-zip-extract): Quote the argument passed to
9248         unzip (Bug#5475).
9250 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
9252         * progmodes/flymake.el (flymake-allowed-file-name-masks)
9253         (flymake-master-make-header-init): Add other C++ filename masks.
9254         (flymake-find-possible-master-files)
9255         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
9257 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9259         Fix some busybox annoyances.
9261         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
9262         not responding." string.
9263         (tramp-open-connection-setup-interactive-shell): Dump stty
9264         settings.  Enable "neveropen" arg for all `tramp-send-command'
9265         calls.  Handle "=" in variable values properly.
9266         (tramp-find-inline-encoding): Raise an error, when no encoding is
9267         found.
9268         (tramp-wait-for-output): Check, whether PROC buffer is available.
9269         Remove spurious " ^H" sequences, sent by busybox.
9270         (tramp-get-ls-command): Suppress coloring, if possible.
9272 2010-01-28  Glenn Morris  <rgm@gnu.org>
9274         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
9276         * log-edit.el (log-edit-strip-single-file-name): Add missing
9277         :safe, :group, and :version tags.
9279 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
9281         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
9282         buffers.  (Bug#5477)
9284 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
9286         * files.el (delete-directory): Handle moving to trash without
9287         first doing recursion (Bug#5436).
9289 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
9291         * vc-hooks.el (vc-path): Mark as obsolete.
9293 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9295         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
9296         names too.
9298         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
9299         for the short log.
9300         (vc-bzr-log-view-mode): Adjust regexp for the above change.
9302 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
9304         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
9306         * vc-bzr.el (vc-bzr-revision-table): New function.
9308 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
9310         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
9311         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
9313 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9315         Remove support for adding --signoff on commit.
9316         Future support will use an incompatible generic mechanism.
9317         * vc-git.el (vc-git-add-signoff): Remove variable.
9318         (vc-git-toggle-signoff): Remove function.
9319         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
9321         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
9322         from xterm-set-background-mode.  Return t if the background mode
9323         was set.
9324         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
9325         earlier, call it again in case the background mode has changed.
9327 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
9329         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
9330         (Bug#3541).
9332 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
9334         * emacs-lisp/assoc.el (aelement): Doc fix.
9335         (aput, adelete, amake): Use lexical-let (Bug#5450).
9337 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
9339         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
9340         is the same as subprogram call, not declaration.  (Bug#5435).
9342 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
9344         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
9345         (tramp-smb-maybe-open-connection): Use it.
9347 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
9349         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
9351 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9353         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
9354         just because we see "encoding: 8bit".
9355         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
9357 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
9359         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
9361 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
9363         * jka-compr.el (jka-compr-load): If load-file is not in
9364         load-history, try its file-truename version.  (bug#5447)
9366 2010-01-21  Alan Mackenzie  <acm@muc.de>
9368         Fix a situation where deletion of a cpp construct throws an error.
9369         * progmodes/cc-engine.el (c-invalidate-state-cache):
9370         Before invoking c-with-all-but-one-cpps-commented-out, check that the
9371         special cpp construct is still in the buffer.
9372         (c-parse-state): Record the special cpp with markers, not numbers.
9374 2010-01-21  Kenichi Handa  <handa@m17n.org>
9376         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
9377         process last-command-event, as it is now decoded first (Bug#5380).
9379 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
9381         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
9383 2010-01-20  Glenn Morris  <rgm@gnu.org>
9385         * indent.el (tab-always-indent): Fix custom-type.
9387 2010-01-19  Alan Mackenzie  <acm@muc.de>
9389         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
9390         buffer throws "args out of range".
9391         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
9392         playing the role of delimiter.
9394 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
9396         * progmodes/ada-mode.el: Fix bug#5400.
9397         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
9398         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
9399         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
9400         Improve comments in "is" portion.  Handle null procedure declaration.
9401         (ada-move-to-end): Improve doc string.
9403 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
9405         * ido.el (ido-cur-list): Initialize to nil.
9406         Remove obsolete information from commentary.
9407         (ido-choice-list): Initialize to nil.
9408         (ido-get-bufname): Reject minibuffers.
9409         (ido-make-buffer-list): If "default" is a nonexistent
9410         buffer, ignore it, as per the function's comment.
9411         (ido-kill-buffer-internal): New function.
9412         (ido-kill-buffer-at-head): Use it.
9413         (ido-visit-buffer): Likewise.
9415 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9417         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
9419 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
9421         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
9422         Fix typos in chart titles.
9424         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
9425         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
9426         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
9427         (describe-class, eieio-describe-generic, describe-generic):
9428         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
9429         (eieio-speedbar-expand):
9430         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9431         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
9432         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
9433         (viper-del-backward-char-in-replace, viper-backward-indent)
9434         (viper-brac-function, viper-register-to-point, viper-submit-report):
9435         * net/tramp.el (tramp-remote-coding-commands):
9436         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
9437         Fix typos in docstrings.
9439 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9441         * mail/sendmail.el (mail-yank-original): Set the mark if the
9442         specified function for yanking does not do it.
9444 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
9446         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
9448         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
9449         resyncing a directory.
9451 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
9453         * progmodes/ada-mode.el: Fix bug#1920.
9454         (ada-ident-re): Delete ., allow multibyte characters.
9455         (ada-goto-label-re): New; matches goto labels.
9456         (ada-block-label-re): New; matches block labels.
9457         (ada-label-re): New; matches both.
9458         (ada-named-block-re): Deleted; callers changed to use
9459         `ada-block-label-re' instead.
9460         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
9461         Use `ada-block-label-re'.
9462         (ada-indent-on-previous-lines): Improve handling of goto labels.
9463         (ada-get-indent-block-start): Special-case block label.
9464         (ada-get-indent-label): Split into `ada-indent-block-label' and
9465         `ada-indent-goto-label'.
9466         (ada-goto-stmt-start, ada-goto-next-non-ws):
9467         Optionally ignore goto labels.
9468         (ada-goto-next-word): Simplify.
9469         (ada-indent-newline-indent-conditional): Insert newline before
9470         trying to fix indentation; doc fix.
9472 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
9474         * calc/calc.el (calc-command-flags): Give it an initial value.
9476 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9478         * files.el (minibuffer-with-setup-hook):
9479         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
9480         (artist-key-draw-continously, artist-key-do-continously-continously)
9481         (artist-key-set-point-continously, artist-mouse-draw-continously):
9482         Fix typos in docstrings.
9484 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
9486         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
9487         return t (Bug#3898).
9489 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
9491         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
9492         can parse the output of the external commands (Bug#5279).
9494 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
9496         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
9498 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
9500         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
9502         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
9504         * startup.el (command-line): Remove unused --icon-type arg.
9505         Handle --display arg, passing it to command-line-1 (Bug#5392).
9507 2010-01-16  Mario Lang  <mlang@delysid.org>
9509         * emacs-lisp/chart.el (chart-translate-namezone):
9510         * textmodes/artist.el (artist-compute-popup-menu-table):
9511         Remove duplicated words in doc-strings.
9513 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
9515         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
9516         to mairix-search to suppress threading (Bug#5342).
9518 2010-01-15  Kenichi Handa  <handa@m17n.org>
9520         * international/mule-cmds.el (canonicalize-coding-system-name):
9521         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
9523 2010-01-15  Glenn Morris  <rgm@gnu.org>
9525         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
9527         * wid-edit.el (widget-keymap): Doc fix.
9529         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9530         former seems to be more widely accepted by various svn versions.
9532 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9534         * find-cmd.el (find-constituents):
9535         * vc-arch.el (vc-arch-root):
9536         * window.el (window-body-height, pop-up-frames):
9537         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9538         * progmodes/ada-stmt.el (ada-if):
9539         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9540         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9541         (ispell-encoding8-command, ispell-aspell-supports-utf8)
9542         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9544         * progmodes/flymake.el (flymake-post-syntax-check):
9545         Fix typo in error message.
9547 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9549         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9550         which is always a string.  (Bug#5313)
9552 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
9554         * progmodes/ada-xref.el (ada-default-prj-properties):
9555         Simplify previous change.
9557 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9559         * progmodes/ada-xref.el (ada-default-prj-properties):
9560         Default ada_project_path to $ADA_PROJECT_PATH.
9562 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9564         * progmodes/ada-mode.el (ada-create-keymap):
9565         Override `narrow-to-defun' with `ada-narrow-to-defun'.
9567 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9569         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9570         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9571         (ada-get-current-indent, ada-imenu-generic-expression)
9572         (ada-which-function): Check for it.
9574 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
9576         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9577         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9579 2010-01-14  Glenn Morris  <rgm@gnu.org>
9581         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
9583 2010-01-14  Kenichi Handa  <handa@m17n.org>
9585         * composite.el (auto-composition-mode): Make it a buffer local
9586         variable (permanent-local).
9587         (auto-composition-function): Set the default value to
9588         auto-compose-chars.
9589         (auto-composition-mode): Make it a simple function, not a minor mode.
9590         (global-auto-composition-mode): Likewise.
9591         (turn-on-auto-composition-if-enabled): Delete it.
9593 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
9595         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
9597 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
9599         * files.el (copy-directory): Compute target for recursive
9600         directories with identical names.  (Bug#5343)
9602 2010-01-12  Glenn Morris  <rgm@gnu.org>
9604         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9605         it to bug-gnu-emacs rather than emacs-pretest-bug.
9607 2010-01-11  Sam Steingold  <sds@gnu.org>
9609         * imenu.el (imenu-default-create-index-function): Detect infinite
9610         loops caused by imenu-prev-index-position-function.
9612 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9614         * htmlfontify.el (htmlfontify-load-rgb-file)
9615         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9616         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9617         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9618         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9619         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9620         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9621         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9622         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9623         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9624         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9625         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9626         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9627         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9628         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9629         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9630         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9631         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9632         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9633         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9634         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9635         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9636         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9637         backslash-quoting from parentheses, etc.
9639 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
9641         * progmodes/js.el: Autoload javascript-mode alias.
9643 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9645         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9646         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9647         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9648         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9649         Fix typos in docstrings.
9650         (ffap-url-regexp): Doc fix.
9651         (ffap-at-mouse): Fix typo in message.
9653 2010-01-11  Glenn Morris  <rgm@gnu.org>
9655         * version.el (emacs-copyright): Set copyright year to 2010.
9657 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9659         * format.el (format-annotate-function): Only set
9660         write-region-post-annotation-function after running to-fn so as not to
9661         affect nested write-region calls (bug#5273).
9663 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
9665         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9666         wisent/python.el.
9668 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9670         * man.el (Man-goto-section): Signal error if the section is not
9671         found (Bug#5317).
9673 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
9675         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9676         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
9678 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9680         * progmodes/compile.el: Don't treat compile-command as safe if
9681         compilation-read-command might be nil (Bug#4218).
9683 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
9685         * startup.el (command-line-1): Use orig-argi to check for ignored X and
9686         NS options.
9688 2010-01-08  Kenichi Handa  <handa@m17n.org>
9690         * international/fontset.el (build-default-fontset-data):
9691         Exclude characters in scripts kana, hangul, han, or cjk-misc.
9693 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
9695         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9696         to `create-file-buffer' as it expects, not just a buffer name.
9697         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9698         to help uniquify.  (Bug#3224)
9700 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
9702         * font-setting.el (font-setting-change-default-font): Use user-spec
9703         instead of name.
9705 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9707         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9709 2010-01-05  Tom Tromey  <tromey@redhat.com>
9711         * progmodes/python.el (python-font-lock-keywords):
9712         Handle qualified decorators (Bug#881).
9714 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9716         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9717         in a lightweight checkout.
9719 2010-01-05  Kenichi Handa  <handa@m17n.org>
9721         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9723 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9725         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9727 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9729         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9730         checkouts.  (Bug#618)
9731         (vc-bzr-log-view-mode): Also highlight the author.
9732         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9733         (vc-bzr-shelve-menu-map):
9734         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9735         (vc-bzr-shelve-apply): Make prompt more explicit.
9737 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9739         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9740         They are valid characters in URL paths (rfc3986), and at least
9741         Firefox does not understand the encoded version (Bug#3166).
9743 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
9745         * progmodes/octave-mod.el (octave-end-keywords)
9746         (octave-block-begin-or-end-regexp, octave-block-match-alist):
9747         Add "end" keyword (Bug#3061).
9748         (octave-end-as-array-index-p): New function.
9749         (calculate-octave-indent): Use it.
9751 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9753         * bookmark.el: Consistently put the text property on the bookmark name.
9754         (bookmark-bmenu-marks-width): Bump back to 2, to include
9755         annotation marks.
9756         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9757         property on the bookmark name, instead of not putting it at all.
9758         (bookmark-bmenu-list): Fix where we put the text property.
9760 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9762         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9763         for showing buffer modified state (as added in the previous change).
9765 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9767         * bookmark.el: Show modified state of bookmark buffer more accurately.
9768         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9769         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9770         (with-buffer-modified-unmodified): New macro.
9771         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9772         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9773         Use new macro to preserve the buffer modified state.
9775 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9777         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9778         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9779         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9780         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9781         (bookmark-bmenu-rename, bookmark-bmenu-locate)
9782         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9783         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9785 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9787         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9788         Make the lines in the generated doc string shorter.  (Bug#4668)
9790 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
9792         * net/rcirc.el: Add follow-link binding (Bug#4738).
9794 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9796         * Makefile.in (bzr-update): Rename from cvs-update.
9797         (cvs-update): New target for backward compatibility.
9799         * makefile.w32-in (bzr-update): Rename from cvs-update.
9800         (cvs-update): New target for backward compatibility.
9802 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9804         * bookmark.el: Remove gratuitous gratitude.
9806 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9808         * bookmark.el (bookmark-bmenu-any-marks): New function.
9809         (bookmark-bmenu-save): Clear buffer modification if no marks.
9811 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9813         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9814         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9815         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9816         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9818         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9819         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9820         To: emacs-devel {_AT_} gnu.org
9821         Subject: bookmark.el bug report
9822         Date: Mon, 28 Dec 2009 14:19:16 +0800
9823         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9825 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9827         * bookmark.el: Improvements suggested by Drew Adams:
9828         (bookmark-bmenu-ensure-position): New name for
9829         `bookmark-bmenu-check-position'.  Just ensure the position,
9830         don't return any meaningful value.
9831         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9832         New constants.
9834 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
9836         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9837         (bookmark-yank-point, bookmark-bmenu-check-position):
9838         Fix typos in docstrings.
9839         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9840         (bookmark-name-from-full-record, bookmark-get-position)
9841         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9842         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9843         Remove useless quoting of parenthesis, etc. in docstrings.
9845         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9846         (ediff-append-custom-diff): Fix typo in error message.
9847         (ediff-meta-mark-equal-files): Fix typos in messages.
9849         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9851         * net/imap-hash.el (imap-hash-make): Doc fix.
9852         (imap-hash-test): Fix typo in error message; reflow docstring.
9853         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9854         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9855         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9856         Fix typos in docstrings.
9857         (imap-hash-open-connection): Fix typo in error message.
9859         * play/gomoku.el (gomoku): Fix typos in docstring.
9861         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9862         (gdb-jsonify-buffer): Fix typos in docstring.
9863         (gdb-goto-breakpoint): Fix typo in error message.
9864         ("Display Other Windows"): Fix typo in help message.
9865         (gdb-speedbar-expand-node): Fix typo in question.
9867         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9868         (idlwave-html-system-help-location, idlwave-html-help-location)
9869         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9870         (idlwave-help-browser-generic-args, idlwave-help-directory)
9871         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9872         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9873         (idlwave-online-help, idlwave-help-html-link)
9874         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9875         Fix typos in docstrings.
9876         (idlwave-help-with-source, idlwave-help-find-routine-definition):
9877         Reflow docstrings.
9878         (idlwave-help-assistant-start): Fix typo in error message.
9880         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9881         (octave-electric-space): Fix typos in docstrings.
9883 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9885         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9887 2010-01-01  Juri Linkov  <juri@jurta.org>
9889         * comint.el (comint-input-ring-size): Make it a defcustom and
9890         increase the default to 500 (Bug#5148).
9892 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
9894         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9895         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9896         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9898 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
9900         Show working revision correctly for mercurial.
9901         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9902         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9904 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
9906         Declare some functions for the byte-compiler.
9907         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9908         (speedbar-timer-fn, speedbar-change-expand-button-char)
9909         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9911 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
9913         This changeset reverts GDB Graphical Interface to use annotations.
9914         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9916 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9918         Make vc-dir work on subdirectories of the bzr root.
9919         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
9920         file names relative to it.
9921         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9922         relative directory to vc-bzr-after-dir-status.
9924 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
9926         * font-lock.el (font-lock-refresh-defaults): New function, which
9927         can be used to let font-lock react to external changes in
9928         variables like font-lock-defaults and keywords.
9929         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9931 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
9933         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9935         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9937 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
9939         Supersede color.diff settings in git log (bug#5211).
9941         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9942         escape chars in its output when the user has color.diff set to `always'.
9943         This fix works on git 1.4.2 and newer (released on 2006-08-13).
9945 2009-12-26  Kevin Ryde  <user42@zip.com.au>
9947         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9948         node.  Keep previous "Index" name to work with past coreutils too.
9950         * man.el (man): Revise docstring a bit to show -a and -l as
9951         examples.  Add -k description since support for it has otherwise
9952         been a secret.  (Further to bug#3717.)
9953         (Man-bgproc-sentinel): When "-k foo" produces no output show error
9954         "no matches" rather than "Can't find manpage", as the latter reads
9955         like -k was interpreted as a page name, which is not so.  (Bug#5431)
9957 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
9959         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9960         switches.  Check also for //SUBDIRED// line.
9962 2009-12-25  Kenichi Handa  <handa@m17n.org>
9964         * language/indian.el (devanagari-composable-pattern): Fixed to
9965         handle ZWNJ and ZWJ.  Use it in composition-function-table for
9966         Devanagari.
9967         (malayalam-composable-pattern): Fix previous change.
9969 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9971         * ps-print.el (ps-face-attributes): It was not returning the
9972         attribute face for faces specified as string.  Reported by harven
9973         <harven@free.fr>.  (Bug#5254)
9974         (ps-print-version): New version 7.3.5.
9976 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
9978         * calendar/icalendar.el (icalendar--convert-tz-offset):
9979         Fix timezone names.
9980         (icalendar--convert-tz-offset): Fix the "last-day-problem".
9981         (icalendar--add-diary-entry): Remove the trailing blank that
9982         diary-make-entry inserts.
9984 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
9986         Make `file-expand-wildcards' work for remote files.
9988         * files.el (file-expand-wildcards): In case of remote files, check
9989         only local file name part for wildcards.  Provide feature 'files
9990         and subfeature 'remote-wildcards.  (Bug#5198)
9992         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9993         if there is already an established connection.
9994         (tramp-advice-file-expand-wildcards): Remove it.
9996         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9997         (tramp-advice-file-expand-wildcards): Move from tramp.el.
9998         Activate advice for older GNU Emacs versions.  (Bug#5237)
10000 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
10002         Some doc fixes (more needed).
10004         * find-cmd.el (find-constituents): Reflow docstring.
10005         (find-cmd, find-prune, find-command): Fix typos in docstrings.
10006         (find-generic): Doc fix.
10008 2009-12-17  Juri Linkov  <juri@jurta.org>
10010         Fix regression from 23.1 to allow multiple modes in Local Variables.
10012         * files.el (hack-local-variables-filter): While ignoring duplicates,
10013         don't take `mode' into account.
10014         (hack-local-variables-filter, hack-dir-local-variables):
10015         Don't remove duplicate `mode' from local-variables-alist (like `eval').
10017 2009-12-17  Juri Linkov  <juri@jurta.org>
10019         Make `dired-diff' safer.  (Bug#5225)
10021         * dired-aux.el (dired-diff): Signal an error when `file' equals to
10022         `current' or when `file' is a directory of the `current' file.
10024 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
10026         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10027         unconditionally preloaded files.
10029 2009-12-16  Juri Linkov  <juri@jurta.org>
10031         Revert to old 23.1 logic of using the file at the mark as default.
10032         * dired-aux.el (dired-diff): Use the file at the mark as default
10033         if it's not the same as the current file, and the target dir is
10034         the current dir or the mark is active.  Add the current file
10035         as the arg of `dired-dwim-target-defaults'.  Use the default file
10036         in the prompt.  (Bug#5225)
10038 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
10040         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10041         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10042         (tramp-check-for-regexp): Check also, when an echoing shell stops
10043         to echo sent commands.
10045 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10047         * Makefile.in: Revert last change (Bug#5191).
10049 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
10051         * vc-hg.el (vc-hg-print-log): Fix argument order.
10052         (vc-hg-working-revision): Make sure the command is executed in a
10053         known environment so that we can parse the output.  (Bug#4417)
10055 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10057         * progmodes/python.el (python-symbol-completions): Remove text
10058         properties from symbol string before calling python-send-receive.
10060 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
10062         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10063         when there are values for both file and line.  (Bug#5060)
10065 2009-12-14  Juri Linkov  <juri@jurta.org>
10067         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10068         whitespace after the file name of the first line of unified format,
10069         because git-diff doesn't output whitespace and file modification time
10070         after the file name.
10072 2009-12-14  David Kastrup  <dak@gnu.org>
10074         * info.el (Info-hide-cookies-node): Before hiding a cookie,
10075         check if it already has the `display' property added by
10076         `Info-display-images-node', and not put the `invisible' property
10077         in this case.
10079 2009-12-13  Glenn Morris  <rgm@gnu.org>
10081         * mail/emacsbug.el (message-sort-headers): Define for compiler.
10082         (report-emacs-bug): In message-mode, sort manually before storing
10083         original report text.  (Bug#5178)
10084         Remove superfluous save-excursion.
10086 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
10088         * net/dbus.el (dbus-property-handler): Filter lambda forms out
10089         when responding to "GetAll" properties.
10091 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
10093         * simple.el (compose-mail): Remove mail-setup-with-from from
10094         customization checks.
10096 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
10098         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10099         RAR archives created on Unix systems.
10101 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10103         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10104         the varalias that was accidentally removed by the 2009-11-19 change
10105         (bug#5186).
10107 2009-12-12  Kenichi Handa  <handa@m17n.org>
10109         * language/indian.el (indian-compose-regexp): New function.
10110         (malayalam-composable-pattern): Fix the pattern.
10111         (composition-function-table): Set malayalam-composable-pattern for
10112         Malayalam characters.
10114 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
10116         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10117         rather than down-mouse-1, based on follow-link conventions.
10119         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10120         are compiled.
10122 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
10124         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
10125         (verilog-vmm-statement-re, verilog-ovm-statement-re)
10126         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10127         (verilog-leap-to-head, verilog-backward-token):
10128         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
10130 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
10132         * progmodes/verilog-mode.el (verilog-auto-lineup)
10133         (verilog-nameable-item-re): Cleanup user-visible spelling and
10134         documentation errors.  One reported by Gary Delp.
10135         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
10136         (verilog-read-decls): Fix AUTOWIRE with types declared in a
10137         package, bug195.  Reported by Pierre-David Pfister.
10139 2009-12-11  Glenn Morris  <rgm@gnu.org>
10141         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10143         * mail/emacsbug.el: No longer require sendmail.
10144         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
10145         (report-emacs-bug-orig-text): Doc fix.
10146         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
10147         New local variables, to adapt to different mail-user-agents.
10148         (report-emacs-bug): Fix test for a gnu.org address.
10149         Use overlays for emphasis, since font-lock defeats 'face property.
10150         Pretest bugs also end up at the newsgroup these days.
10151         Stop message-mode stripping text properties.
10152         Set and use the new buffer-local variables.
10153         (report-emacs-bug-hook): Add doc-string.
10154         Remove some unnecessary save-excursions and simplify.
10155         Use the appropriate hook and send-command.
10157         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
10158         capitalization of some menu entries.
10160 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10162         * whitespace.el (whitespace-display-char-on):
10163         Ensure `buffer-display-table' is unique when two or more windows are
10164         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
10165         New version 12.1.
10167 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
10169         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
10170         characters in the Attribute field.
10172 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
10174         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
10176 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
10179         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10180         Disregard autoload-excludes.
10181         (update-directory-autoloads): Obey autoload-excludes here instead.
10182         But don't store its contents in no-autoloads and remove entries that
10183         refer to excludes files.
10185 2009-12-10  Glenn Morris  <rgm@gnu.org>
10187         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
10188         (expand-mail-aliases): Define for compiler.
10190         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
10191         Define for compiler.
10193         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
10194         appropriate for the mail-user-agent in use.
10196 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
10198         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
10200 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
10202         Fix short log parsing and fontification.
10203         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
10204         Fix fontification for the [merge] label.
10206 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
10208         Drop some properties to avoid surprises (bug#5002).
10209         * htmlfontify.el (hfy-ignored-properties): New defcustom.
10210         (hfy-fontify-buffer): Use it.
10212 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         Minor cleanup.
10215         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
10216         Adjust all callers.
10217         (ffap-locate-file): Remove unused arg `dir-ok' and make other
10218         args compulsory.  Adjust callers.
10219         (ffap-gopher-at-point): Remove unused var `name'.
10221         Get rid of the ELCFILES abomination.
10222         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10223         (compile-elcfiles): New phony target.
10224         (compile-main): Compute ELCFILES dynamically.
10225         (compile-clean): New target to remove left-over elc files.
10226         (compile, all): Use it.
10228 2009-12-09  Kenichi Handa  <handa@etlken>
10230         * international/mule-diag.el: Require help-mode instead of help-fns.
10232 2009-12-09  Kenichi Handa  <handa@m17n.org>
10234         * international/mule-cmds.el (ucs-names): Supply sufficiently
10235         fine ranges instead of pre-calculating accurate ranges.
10236         Iterate with bigger gc-cons-threshold.
10238 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10240         Add support for stashing a snapshot of the current tree.
10241         * vc-git.el (vc-git-stash-snapshot): New function.
10242         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
10244 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
10246         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
10247         instead of `(beginning|end)-of-line'.
10249 2009-12-08  Glenn Morris  <rgm@gnu.org>
10251         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
10253         * Makefile.in (ELCFILES): Regenerate.
10255 2009-12-07  Juri Linkov  <juri@jurta.org>
10257         Don't lazy-highlight the comint output in history Isearch mode.
10259         * comint.el (comint-history-isearch-search): Instead of
10260         `comint-line-beginning-position', use `comint-after-pmark-p'
10261         to check if point if before the process mark, and go to
10262         `process-mark' in this case.
10264 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10266         * textmodes/tex-mode.el (latex-complete)
10267         (latex-indent-or-complete): Remove.
10268         (latex-mode): Set completion-at-point-functions instead.
10270         Provide a standard completion command and hook it into TAB.
10271         * minibuffer.el (completion-at-point-functions): New var.
10272         (completion-at-point): New command.
10273         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
10274         * progmodes/python.el (python-mode-map): Use completion-at-point.
10275         (python-completion-at-point): Rename from python-partial-symbol and
10276         adjust for use in completion-at-point-functions.
10277         (python-mode): Setup completion-at-point for Python completion.
10278         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
10279         extracted from lisp-complete-symbol.
10280         (lisp-complete-symbol): Use it.
10281         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
10282         setup completion-at-point for Elisp completion.
10283         (emacs-lisp-mode-map, lisp-interaction-mode-map):
10284         Use completion-at-point.
10285         * ielm.el (ielm-map): Use completion-at-point.
10286         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
10287         * progmodes/sym-comp.el: Move to...
10288         * obsolete/sym-comp.el: Move from progmodes.
10290 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
10292         Prevent save-buffer in Rmail buffers from using the coding-system
10293         of the current message, and from clobbering the encoding mnemonics
10294         in the mode line (Bug#4623).
10296         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
10297         flag, too.
10298         (rmail-message-encoding): New variable.
10299         (rmail-write-region-annotate): Record the encoding of the current
10300         message in rmail-message-encoding.
10301         (rmail-after-save-hook): New function, restores the encoding of
10302         the current message after the message collection is saved.
10304 2009-12-07  Juri Linkov  <juri@jurta.org>
10306         * progmodes/grep.el (grep-read-files): Use `completing-read'
10307         instead of `read-string'.  Set its `collection' arg to
10308         `read-file-name-internal'.  (Bug#4301)
10310 2009-12-07  Juri Linkov  <juri@jurta.org>
10312         Correctly restore original Isearch point.  (Bug#4994)
10314         * isearch.el (isearch-mode): Move `isearch-push-state' after
10315         `(run-hooks 'isearch-mode-hook)'.
10316         (isearch-cancel): When `isearch-push-state-function' is defined,
10317         let-bind `isearch-cmds' to the first state (the last element of
10318         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
10319         function and restores the original point).  Otherwise, move point
10320         to `isearch-opoint'.
10322 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10324         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
10325         chars that don't have names, so the table can be built much faster at
10326         run-time.
10328 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
10330         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
10331         change.  Suggested by David Kastrup.
10333         * simple.el (compose-mail): Check for incompatibilities and warn.
10334         (compose-mail-user-agent-warnings): New option.
10336 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10338         Support showing a single log entry from vc-annotate.
10339         * vc.el (print-log): Add a new argument: START-REVISION.
10340         (vc-print-log-internal): Add a new optional argument and
10341         pass it to the backend.
10342         (vc-print-log, vc-print-root-log): Adjust callers.
10343         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
10344         buffer already displays the requested log entry, use it.
10345         Otherwise display only the log entry in question.
10346         * vc-svn.el (vc-svn-print-log):
10347         * vc-mtn.el (vc-mtn-print-log):
10348         * vc-hg.el (vc-hg-state):
10349         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
10350         (vc-git-show-log-entry): Return t on success.
10351         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
10352         (vc-bzr-show-log-entry): Return t on success.
10353         * vc-rcs.el (vc-rcs-print-log):
10354         * vc-sccs.el (vc-sccs-print-log):
10355         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
10357 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10359         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
10360         Add menus to the meta mode.  (Bug#5043)
10362 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10364         * ediff-init.el (ediff-event-key): Use event-to-character instead of
10365         event-key.
10367         * ediff.el (ediff-buffers-internal): Add unwind-protect.
10369 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
10371         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
10372         Berbain <raphael.berbain@gmail.com>.
10374         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
10375         characters.
10376         (tramp-initial-end-of-output): New defconst.
10377         (tramp-methods, tramp-find-shell)
10378         (tramp-open-connection-setup-interactive-shell)
10379         (tramp-maybe-open-connection): Use it.
10380         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
10381         existence of `#' and `$'.
10383         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
10384         `tramp-initial-end-of-output'.
10386 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10388         Get the background mode from the terminal for xterm, and set
10389         faces accordingly.
10390         * term/xterm.el (xterm-set-background-mode): New function.
10391         (terminal-init-xterm): Use it in case xterm supports background
10392         color queries.  Recompute faces after getting the background
10393         color.
10395 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
10397         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
10398         number comment back on its own line, for easier parsing.
10400 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10402         Make it work for non-file buffers (bug#5102).
10403         * doc-view.el (doc-view-current-cache-dir):
10404         Use doc-view-buffer-file-name rather than buffer-file-name.
10405         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
10407 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
10409         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
10410         author field is too short.
10412 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
10414         * vc-git.el (vc-git-print-log): Handle a limit argument.
10415         Display the short log in graph form and with labels.
10416         (vc-git-log-view-mode): Handle labels.
10418         Make vc-revert change VC state from 'added to 'unregistered.
10419         * vc-git.el (vc-git-revert): Call git reset first.
10421 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
10423         * net/newst-backend.el, net/newst-plainview.el:
10424         * net/newst-reader.el, net/newst-ticker.el:
10425         * net/newst-treeview.el, net/newsticker.el:
10426         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
10428 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
10430         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
10432         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
10433         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
10434         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10435         Update annotation regexp.
10437         * simple.el (beginning-of-visual-line): Constrain to field
10438         boundaries (Bug#5106).
10440 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
10442         * xml.el (xml-substitute-numeric-entities): Move
10443         newsticker--decode-numeric-entities in newst-backend.el to
10444         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
10445         * net/newst-backend.el (newsticker--parse-generic-feed)
10446         (newsticker--parse-generic-items)
10447         (newsticker--decode-numeric-entities): Move
10448         newsticker--decode-numeric-entities in newst-backend.el to
10449         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
10451 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
10453         * progmodes/js.el (js--js-not): Add null to the list of values.
10455 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
10457         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
10459 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10461         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
10462         delimiter if it is at the end of the current line.
10463         (bibtex-generate-url-list): Fix docstring.
10465 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10467         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
10468         minibuffer's content with itself.
10469         Fold the confirm-after-completion case into the `confirm' case.
10470         (completion-pcm-word-delimiters): Add : and / to the delimiters.
10472 2009-12-06  Kevin Ryde  <user42@zip.com.au>
10474         * ffap.el (ffap-rfc-path): Make this a defcustom since
10475         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
10477         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
10478         manuals, similar to existing setup for help-mode.  (Bug#3913.)
10480 2009-12-05  Juri Linkov  <juri@jurta.org>
10482         Save and restore dired buffer's point positions too.  (Bug#4880)
10484         * dired.el (dired-save-positions): Return in the first element
10485         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
10486         Doc fix.
10487         (dired-restore-positions): First restore buffer's position.
10488         While restoring window's positions, check if window still displays
10489         the original buffer.
10491 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
10493         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
10494         if possible.
10496         * shell.el (shell): Require ansi-color (Bug#5113).
10498         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
10500         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
10502 2009-12-05  Alan Mackenzie  <acm@muc.de>
10504         * progmodes/cc-mode.el (c-before-hack-hook)
10505         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
10506         `c-file-style' to work again.  This reversion restores the current
10507         software to its state in Emacs 23.1.  (Bug#4146)
10509 2009-12-05  Kevin Ryde  <user42@zip.com.au>
10511         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
10512         comment-start-skip to comment-end-skip as comment (Bug#4781).
10514 2009-12-05  Juri Linkov  <juri@jurta.org>
10516         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
10517         for virtual nodes.  (Bug#4147)
10518         (Info-find-node-2): Set `Info-current-node-virtual' to nil
10519         when moving from a virtual node.
10520         (Info-mode-menu): Add `Info-virtual-index' to the menu.
10521         (Info-mode): Add `Info-virtual-index' to the docstring.
10523 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10525         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10526         track of the buffer position of the end of a BibTeX entry as this
10527         position may change during reformatting.
10528         (bibtex-format-entry): Remove whitespace before processing
10529         numerical fields so that we recognize the latter properly.
10530         (bibtex-reformat): Do not use push which changes the global value
10531         of bibtex-entry-format.
10532         (bibtex-field-braces-alist, bibtex-field-strings-alist)
10533         (bibtex-field-re-init): Replace only space characters by regexp
10534         for whitespace.
10535         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
10536         (bibtex-initialize): Also update bibtex-strings.
10537         (bibtex-kill-field): Preserve white space at end of entry.
10538         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10539         Update bibtex-reference-keys.
10541 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10543         * minibuffer.el (completion-pcm--merge-try): Also consider placing
10544         point after a star, if that's the only place where modifications can
10545         make progress.
10547 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
10549         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10550         in docstrings.
10552 2009-12-04  Juri Linkov  <juri@jurta.org>
10554         * proced.el (proced): Call `(proced-update t)' to update process
10555         information instead of only running proced-post-display-hook.
10556         (proced-send-signal): Add a leading space to the buffer name
10557         " *Marked Processes*" to make this buffer ephemeral.
10559 2009-12-04  Juri Linkov  <juri@jurta.org>
10561         * dired.el (dired-auto-revert-buffer): New defcustom.
10562         (dired-internal-noselect): Use it.
10564 2009-12-04  Juri Linkov  <juri@jurta.org>
10566         Change roles of modes and functions in image-mode.el (Bug#5062).
10568         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10569         in `auto-mode-alist'.
10570         (image-mode-previous-major-mode): New variable.
10571         (image-minor-mode-map): Rename from `image-mode-text-map'.
10572         (image-mode): Move graceful error-handling code from
10573         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
10574         (image-minor-mode): Remove all image-handling code.
10575         Replace `image-mode-text-map' with `image-minor-mode-map'.
10576         Check for `image-type' in mode-line format string.
10577         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10578         (image-mode-as-text): New function with most code from
10579         `image-mode-maybe'.
10580         (image-toggle-display-text): Move code that removes image
10581         properties from `image-toggle-display' to here.
10582         (image-toggle-display-image): New function with code that adds
10583         image properties copied from `image-toggle-display'.
10584         (image-toggle-display): Remove most code with leaving only code
10585         that toggles between `image-mode-as-text' and `image-mode'.
10587 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
10589         * net/newst-treeview.el
10590         (newsticker--treeview-list-highlight-start): Restored call to
10591         save-excursion: Selected item was stuck.
10592         (newsticker--treeview-list-select): New.
10593         (newsticker--treeview-item-show-text)
10594         (newsticker--treeview-item-show)
10595         (newsticker--treeview-item-update): Use new
10596         newsticker-treeview-item-mode.
10597         (newsticker-treeview-update): Keep current item.
10598         (newsticker-treeview-next-new-or-immortal-item): Doc change.
10599         (newsticker--treeview-first-feed): Doc change.
10600         (newsticker-treeview-list-menu)
10601         (newsticker-treeview-item-menu): Added menu entries.
10602         (newsticker-treeview-item-mode): New.
10604         * net/newst-backend.el (newsticker-customize): Delete other
10605         windows.
10607 2009-12-04  Sam Steingold  <sds@gnu.org>
10609         * log-view.el (log-view-mode-map): "q" calls quit-window,
10610         like in all the other non-self-insert buffers.
10612 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10614         Minor cleanup.
10615         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10616         key decoding rather than do it manually via last-input-event +
10617         ascii-character.
10618         (term-exec): Use delete-and-extract-region.
10619         (term-handle-ansi-terminal-messages): Remove unused var `end'.
10620         (term-process-pager): Remove unused var `i'.
10621         (term-dynamic-simple-complete): Make obsolete.
10622         (serial-update-config-menu): Remove unused vars `y' and `str'.
10623         (term-update-mode-line): Remove unused var `temp'.
10625 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10627         Limit the number of log entries displayed by default.
10628         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10629         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10630         using a prefix argument.
10632 2009-12-03  Glenn Morris  <rgm@gnu.org>
10634         * progmodes/idlwave.el (class): Restore still useful declaration.
10636 2009-12-03  Alan Mackenzie  <acm@muc.de>
10638         Enhance `c-parse-state' to run efficiently in "brace deserts".
10640         * progmodes/cc-mode.el (c-basic-common-init):
10641         Call c-state-cache-init.
10642         (c-neutralize-syntax-in-and-mark-CPP): Rename from
10643         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
10644         placing `category' properties value 'c-cpp-delimiter at its boundaries.
10646         * progmodes/cc-langs.el (c-before-font-lock-function):
10647         c-extend-and-neutralize-syntax-in-CPP has been renamed
10648         c-neutralize-syntax-in-and-mark-CPP.
10650         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10651         with `category' properties now, not `syntax-table' ones.
10653         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10654         enhanced (but slower) version of c-end-of-macro that won't land
10655         inside a literal or on another awkward character.
10656         (c-state-cache-too-far, c-state-cache-start)
10657         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10658         (c-state-nonlit-pos-cache-limit, c-state-point-min)
10659         (c-state-point-min-lit-type, c-state-point-min-lit-start)
10660         (c-state-min-scan-pos, c-state-brace-pair-desert)
10661         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10662         buffer local variables.
10663         (c-state-literal-at, c-state-lit-beg)
10664         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10665         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10666         (c-state-cache-top-paren, c-state-cache-after-top-paren)
10667         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10668         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10669         (c-renarrow-state-cache)
10670         (c-append-lower-brace-pair-to-state-cache)
10671         (c-state-push-any-brace-pair, c-append-to-state-cache)
10672         (c-remove-stale-state-cache)
10673         (c-remove-stale-state-cache-backwards, c-state-cache-init)
10674         (c-invalidate-state-cache-1, c-parse-state-1)
10675         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10676         (c-parse-state): Enhance and refactor.
10677         (c-debug-parse-state): Amend to deal with all the new variables.
10679         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10680         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10681         modify to use category text properties rather than syntax-table ones.
10682         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10683         to switch off/on the syntactic paren property of C++ template
10684         delimiters using the category property.
10685         (c-with-<->-as-parens-suppressed): Macro to invoke code with
10686         template delims suppressed.
10687         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10688         New constant/macros which apply category properties to the start
10689         and end of preprocessor constructs.
10690         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10691         "comment out" the syntactic value of characters in preprocessor
10692         constructs.
10693         (c-with-cpps-commented-out)
10694         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10695         with characters in all or all but one preprocessor constructs
10696         "commented out".
10698 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10700         * proced.el (proced-filter-alist): Use regexp-quote.
10702 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
10704         Cleanup.
10705         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10706         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
10707         arguments.  Expand `default-directory'.
10709         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10710         the benefit of returning an expanded localname.
10711         (tramp-tramp-file-p): Handle the case NAME is not a string.
10713 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10715         Add support for bzr shelve/unshelve.
10716         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10717         (vc-bzr-extra-menu-map): New variables.
10718         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10719         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10720         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10721         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10722         (vc-bzr-dir-extra-headers): Display shelves.
10724         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10726 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10728         * textmodes/bibtex.el (bibtex-complete-internal):
10729         Use completion-in-region.
10730         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10732 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10734         Support applying stashes.  Improve UI.
10735         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10736         (vc-git-stash-apply, vc-git-stash-pop)
10737         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10738         (vc-git-stash-menu): New functions.
10739         (vc-git-stash-menu-map): New variable.
10740         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10742 2009-12-03  Glenn Morris  <rgm@gnu.org>
10744         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10745         (vc-print-log-internal): Fix previous change.
10746         (vc-revert): Correct pluralization.
10748 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10750         * progmodes/make-mode.el (makefile-special-targets-list): No need for
10751         it to be an alist any more.
10752         (makefile-complete): Use completion-in-region.
10754         * progmodes/octave-mod.el (octave-complete-symbol):
10755         Use completion-in-region.
10757         Misc cleanup.
10758         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10759         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10760         (idlwave-complete-class): Don't quote lambda.
10761         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10762         (idlwave-mode-map): Move initialization into declaration.
10763         (idlwave-action-and-binding): Use backquotes.
10764         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10765         Simplify.
10766         (idlwave-is-pointer-dereference): Remove unused var `pos'.
10767         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10768         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10769         `parts', and `all-parts'.
10770         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10771         (idlwave-convert-xml-system-routine-info): Remove unused string
10772         `version-string'.
10773         (idlwave-display-user-catalog-widget): Use dolist.
10774         (idlwave-scanning-lib): Declare dynamically-scoped var.
10775         (idlwave-scan-library-catalogs): Remove unused var `flags'.
10776         (completion-highlight-first-word-only): Declare to silence bytecomp.
10777         (idlwave-popup-select): Tighten scope of `resp'.
10778         (idlwave-find-struct-tag): Remove unused var `beg'.
10779         (idlwave-after-load-rinfo-hook): Declare.
10780         (idlwave-sintern-class-info): Remove unused var `taglist'.
10781         (idlwave-find-class-definition): Remove unused var `list'.
10782         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10783         (idlwave-what-module-find-class): Remove unused var `classes'.
10785 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
10787         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10789 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10791         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10792         buffers visited.  Remove redundant current-buffer-saving.
10794 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         Use completion-in-buffer and remove uses of dynamic scoping.
10797         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10798         (pascal-buffer-to-use, pascal-flag): Don't declare.
10799         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10800         (pascal-get-completion-decl, pascal-keyword-completion):
10801         Add `pascal-str' argument, save-excursion,
10802         return the found completions, and don't filter with pascal-pred.
10803         (pascal-completion-cache): New var.
10804         (pascal-completion): Don't switch buffer any more (it was never
10805         necessary).  Don't save-excursion any more (it's done by the called
10806         subroutines).  Use a cache to avoid redundant computations.
10807         Use complete-with-action rather than pascal-completion-response and
10808         let it apply the predicate as well.
10809         (pascal-complete-word): Use completion-in-buffer when
10810         pascal-toggle-completions is nil.
10811         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10812         not used any more.
10813         (pascal-comp-defun): Don't change buffer any more.
10814         Use complete-with-action rather than pascal-completion-response and
10815         let it apply the predicate as well.
10816         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10817         when neded.
10819 2009-12-02  Kenichi Handa  <handa@m17n.org>
10821         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10822         shape for all Indic scripts.
10824 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         Use completion-in-buffer.
10827         * wid-edit.el (widget-field-text-end): New function.
10828         (widget-field-value-get): Use it.
10829         (widget-string-complete, widget-file-complete)
10830         (widget-color-complete): Use it and completion-in-region.
10831         (widget-complete): Don't narrow the buffer.
10833 2009-12-02  Glenn Morris  <rgm@gnu.org>
10835         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
10836         (rmail-select-summary): Use rmail-pop-to-buffer.
10837         * mail/rmailsum.el: Replace all pop-to-buffer calls with
10838         rmail-pop-to-buffer, to prevent horizontal splits.
10840         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10841         save-excursion with save-current-buffer.
10842         Widen before searching.  (Bug#5093)
10843         (diary-list-sexp-entries): Remove superfluous save-excursion.
10845 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
10847         * woman.el (woman-make-bufname): Handle man-pages with "." in the
10848         name.  (Bug#5038)
10850 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10852         * ido.el (ido-file-internal): Handle filenames at point that do
10853         not have a directory part.  (Bug#5049)
10855 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
10857         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10858         (mpc-songs-jump-to, mpc-resume): Doc fixes.
10860 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
10862         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10863         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10864         any more.
10866 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * comint.el (comint-insert-input): Ignore clicks to the right of
10869         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10871         * vc.el (vc-print-log-internal): Don't wait for the process to
10872         terminate before setting up the major mode.
10874         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10875         in case.
10877         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10878         the last element.
10880         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10882 2009-12-01  Glenn Morris  <rgm@gnu.org>
10884         * window.el (window--display-buffer-2): Fix previous changes.
10886 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
10888         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10890 2009-12-01  Glenn Morris  <rgm@gnu.org>
10892         * Makefile.in (ELCFILES): Add mpc.elc.
10894 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10896         * mpc.el: New file.
10898 2009-12-01  Glenn Morris  <rgm@gnu.org>
10900         * window.el (window-to-use): Define for compiler.
10902         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10903         consistent with others (no final period).
10905         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10906         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
10908 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
10910         Make vc-print-log buttons work.
10911         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10913 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
10915         * savehist.el (savehist-autosave-interval): Allow setting to nil
10916         through customize.  (Bug#5056)
10918 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
10920         Fix references to jit-lock properties.
10921         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10922         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10923         (perl-font-lock-special-syntactic-constructs):
10924         Quote jit-lock-defer-multiline property.
10926 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10928         * vc-git.el (vc-git-registered): Call vc-git-root only once.
10930 2009-11-30  Juri Linkov  <juri@jurta.org>
10932         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10933         value `buffer' of `multi-isearch-next-buffer-current-function'.
10934         Use `(current-buffer)' when `buffer' is nil.
10935         (multi-isearch-next-buffer-from-list): Don't fallback to
10936         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
10938 2009-11-30  Juri Linkov  <juri@jurta.org>
10940         * misearch.el (multi-isearch-read-buffers): Move canonicalization
10941         of buffers with `get-buffer' to `multi-isearch-buffers'.
10942         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10943         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
10944         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10945         FILES with `expand-file-name' converting relative file names
10946         to absolute.  Doc fix.  (Bug#4727)
10948 2009-11-30  Juri Linkov  <juri@jurta.org>
10950         * misearch.el (multi-isearch-read-buffers)
10951         (multi-isearch-read-matching-buffers): New functions.
10952         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10953         Use them in the `interactive' spec.  Doc fix.
10954         (multi-isearch-read-files, multi-isearch-read-matching-files):
10955         New functions.
10956         (multi-isearch-files, multi-isearch-files-regexp):
10957         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
10959 2009-11-30  Juri Linkov  <juri@jurta.org>
10961         * doc-view.el (doc-view-continuous):
10962         Rename from `doc-view-continuous-mode'.
10963         (doc-view-menu): Move "Toggle display" to the top.
10964         Add submenu "Continuous" with radio buttons "Off"/"On"
10965         and "Save as Default".
10966         (doc-view-scroll-up-or-next-page)
10967         (doc-view-scroll-down-or-previous-page)
10968         (doc-view-next-line-or-next-page)
10969         (doc-view-previous-line-or-previous-page): Rename
10970         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
10972 2009-11-30  Juri Linkov  <juri@jurta.org>
10974         * comint.el (comint-mode-map): Rebind `M-r' from
10975         `comint-previous-matching-input' to
10976         `comint-history-isearch-backward-regexp'.
10977         Unbind `M-s' to allow global key binding `M-s'.
10978         Add menu items for `comint-history-isearch-backward' and
10979         `comint-history-isearch-backward-regexp'.  (Bug#3746)
10981 2009-11-30  Juri Linkov  <juri@jurta.org>
10983         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10984         For def=recenter, replace `recenter' with `recenter-top-bottom'
10985         that is called with `this-command' and `last-command' let-bound
10986         to `recenter-top-bottom'.  When the last `def' was not `recenter',
10987         set `recenter-last-op' to nil.  (Bug#4981)
10989 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         Minor cleanup and simplification.
10992         * filecache.el (file-cache-add-directory)
10993         (file-cache-add-directory-recursively)
10994         (file-cache-add-from-file-cache-buffer)
10995         (file-cache-delete-file-regexp, file-cache-delete-directory)
10996         (file-cache-files-matching-internal, file-cache-display): Use dolist.
10997         (file-cache-temp-minibuffer-message): Delete function.
10998         (file-cache-minibuffer-complete): Use minibuffer-message instead.
11000         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11001         Don't signal an error when bumping into EOB in tr, s, or y.
11003 2009-11-29  Juri Linkov  <juri@jurta.org>
11005         * startup.el (fancy-about-text): Fix wording of Guided Tour.
11006         (Bug#4960)
11008         * descr-text.el (describe-char-unidata-list): Use lowercase name
11009         for "Unicode name" like in other tags.
11011 2009-11-29  Juri Linkov  <juri@jurta.org>
11013         * ediff-util.el (ediff-minibuffer-with-setup-hook):
11014         New compatibility macro.
11015         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11017 2009-11-29  Juri Linkov  <juri@jurta.org>
11019         Add defcustom to define the cycling order of `recenter-top-bottom'.
11020         (Bug#4981)
11022         * window.el (recenter-last-op): Doc fix.
11023         (recenter-positions): New defcustom.
11024         (recenter-top-bottom): Rewrite to use `recenter-positions'.
11025         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11027 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
11029         Improve integration of Tramp and ange-ftp in eshell.
11031         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11032         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
11033         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
11035         * eshell/esh-util.el (top): Require also Tramp when compiling.
11036         (eshell-directory-files-and-attributes): Check for FTP remote
11037         connection.
11038         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11039         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11040         (eshell-file-attributes): Handle ".".  Return `entry'.
11042         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11043         (ange-ftp-directory-files-and-attributes)
11044         (ange-ftp-real-directory-files-and-attributes): New defuns.
11046         * net/tramp.el (tramp-maybe-open-connection): Open the remote
11047         shell with "exec" when possible.  This prevents trailing prompts
11048         in `start-file-process'.
11050 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11052         Try and remove assumptions about point-min==1.
11053         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11054         (rng-compute-mode-line-string): Show the validation percentage in
11055         terms of the narrowed text, not the widened text.
11056         (rng-do-some-validation): Don't catch internal errors when debugging.
11057         (rng-first-error): Simplify.
11058         (rng-after-change-function): Remove work around.  AFAIK the bug has
11059         been fixed a while ago.
11061         * image-mode.el (image-minor-mode): Exit more gracefully when the image
11062         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11064         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11066         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11067         `cd' doesn't always do it for us (bug#5067).
11069         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11070         on 2009-10-25 as part of some other change (bug#5067).
11072 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11074         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11075         `suspicious'.
11076         (byte-compile-warnings): Use byte-compile-warning-types.
11077         (byte-compile-save-excursion): Warn about use of set-buffer right
11078         after save-excursion.
11080         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11081         the excursion as well.
11083 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
11085         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11086         providing a Tramp related implementation of "su" and "sudo".
11087         (eshell-unix-initialize): Add "su" and "sudo".
11089 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
11091         * net/socks.el (socks-send-command): Convert binary request to
11092         unibyte before sending.  This fixes mishandling of some port
11093         numbers such as 129.
11095 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * help.el (describe-bindings-internal): Remove `interactive'.
11099         * man.el (Man-completion-table): Trim a terminating "(".
11100         Remove the space between name page a section.
11101         Add the command's description on the `help-echo' property.
11102         Remove `process-connection-type' binding since it's unused by
11103         call-process.
11104         Provide completion for the "<section> <name>" format as well.
11105         (Man-default-man-entry): Remove spurious var shadowing the argument.
11107 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11109         * log-view.el: Add "Keywords: tools", since its other keywords
11110         aren't in finder-known-keywords, and following vc.el.
11112         * sha1.el (sha1-string-external): default-directory "/" in case
11113         otherwise non-existent.  process-connection-type pipe for touch of
11114         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11116 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11118         Misc coding convention cleanups.
11119         * htmlfontify.el (hfy-init-kludge-hook): Rename from
11120         hfy-init-kludge-hooks.
11121         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11122         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11123         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11124         and push.
11125         (hfy-slant, hfy-weight): Use tables rather than code.
11126         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11127         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11128         (hfy-face-attr-for-class): Initialize `face-spec' directly.
11129         (hfy-face-to-css): Remove `nconc' with single arg.
11130         (hfy-p-to-face-lennart): Use `or'.
11131         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
11132         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11133         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11134         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11135         (hfy-force-fontification): Use run-hooks.
11137 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
11139         Various minor fixes.
11140         * htmlfontify.el (hfy-default-header): Add toggle_invis since
11141         Javascript belongs in the header, not the body.
11142         (hfy-javascript): Remove.
11143         (hfy-fontify-buffer): Don't insert it any more.
11144         (hfy-face-at): Handle (face0 face1 face2) style face properties.
11145         Fix bug in invis handling when there were no invis props in a chunk.
11147 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11149         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
11151 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
11153         * finder.el (finder-mode-map): Add a menu.
11155 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
11157         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
11158         "unsigned" structs.
11160         (verilog-leap-to-head, verilog-backward-token): Handle "disable
11161         fork" statement better.
11163 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
11165         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
11166         (verilog-delete-auto, verilog-delete-empty-auto-pair)
11167         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
11168         Reported by Clay Douglass.
11170         (verilog-auto-inst, verilog-auto-star-safe)
11171         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
11172         Fix removing "// Interfaces" when saving .* expansions.  Reported by
11173         Pierre-David Pfister.
11175 2009-11-26  Glenn Morris  <rgm@gnu.org>
11177         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
11178         the scope.
11180 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
11182         * vc-annotate.el (vc-annotate-revision-previous-to-line):
11183         Really use previous revision.
11185 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11187         * man.el (Man-completion-table): default-directory "/" in case
11188         doesn't otherwise exist.  process-environment COLUMNS=999 so as
11189         not to truncate long names.  process-connection-type pipe to avoid
11190         any chance of hitting the pseudo-tty TIOCGWINSZ.
11191         (man): completion-ignore-case t for friendliness and since man
11192         itself is case-insensitive on the command line.
11193         Further to Bug#3717.
11195         * arc-mode.el: Add "Keywords: files", so the details in its
11196         commentary can be reached from finder-by-keyword.
11197         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
11198         editing mode, but it's comms related and sgml-mode.el has "comm"
11199         on that basis too.
11200         * textmodes/bibtex-style.el: Add "Keywords: tex".
11201         * international/isearch-x.el, international/ja-dic-cnv.el:
11202         * international/ja-dic-utl.el, international/kkc.el:
11203         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
11205 2009-11-25  Juri Linkov  <juri@jurta.org>
11207         * man.el (Man-completion-table): Modify regexp to include
11208         section names to completion strings.  (Bug#3717)
11210 2009-11-25  Juri Linkov  <juri@jurta.org>
11212         Search recursively in gzipped files.  (Bug#4982)
11214         * progmodes/grep.el (grep-highlight-matches): Add new options
11215         `always' and `auto'.  Doc fix.
11216         (grep-process-setup): Check `grep-highlight-matches' for
11217         `auto-detect' to determine the need to compute grep defaults.
11218         Move Windows/DOS specific --colors settings handling
11219         to `grep-compute-defaults'.  Check `grep-highlight-matches'
11220         to get the value of "--color=".
11221         (grep-compute-defaults): Compute `grep-highlight-matches' when it
11222         has the value `auto-detect'.  Move Windows/DOS specific settings
11223         from `grep-process-setup'.
11224         (zrgrep): New command with alias `rzgrep'.
11226 2009-11-25  Juri Linkov  <juri@jurta.org>
11228         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
11229         to nil instead of switching off view-mode.  (Bug#4896)
11231 2009-11-25  Juri Linkov  <juri@jurta.org>
11233         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
11235         * mwheel.el (mwheel-scroll-up-function)
11236         (mwheel-scroll-down-function): New defvars.
11237         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
11238         `scroll-up', and `mwheel-scroll-down-function' instead of
11239         `scroll-down'.
11241         * doc-view.el (doc-view-scroll-up-or-next-page)
11242         (doc-view-scroll-down-or-previous-page): Add optional ARG.
11243         Use this ARG in the call to image-scroll-up/image-scroll-down.
11244         Change `interactive' spec to "P".  Goto next/previous page only
11245         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
11246         SPC/DEL case).  Doc fix.
11247         (doc-view-next-line-or-next-page)
11248         (doc-view-previous-line-or-previous-page): Rename arg to ARG
11249         for consistency.
11250         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
11251         `doc-view-scroll-up-or-next-page', and buffer-local
11252         `mwheel-scroll-down-function' to
11253         `doc-view-scroll-down-or-previous-page'.
11255 2009-11-25  Juri Linkov  <juri@jurta.org>
11257         Provide additional default values (directories at other Dired
11258         windows) via M-n in the minibuffer of some Dired commands.
11260         * dired-aux.el (dired-diff, dired-compare-directories)
11261         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
11262         `minibuffer-default' in `minibuffer-with-setup-hook'.
11263         (dired-dwim-target-directory): Find a window that displays Dired
11264         buffer instead of failing when the next window is not Dired.
11265         Use `get-window-with-predicate' to find for the next Dired window.
11266         (dired-dwim-target-defaults): New function.
11268         * ediff-util.el (ediff-read-file-name):
11269         Use `dired-dwim-target-defaults' to set `minibuffer-default'
11270         in `minibuffer-with-setup-hook'.
11272 2009-11-25  Juri Linkov  <juri@jurta.org>
11274         Provide additional default values (file name at point or at the
11275         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
11277         * minibuffer.el (read-file-name-defaults): New function.
11278         (read-file-name): Reset `minibuffer-default' to nil when
11279         it duplicates initial input `insdef'.
11280         Bind `minibuffer-default-add-function' to lambda that
11281         calls `read-file-name-defaults' in `minibuffer-selected-window'.
11282         (minibuffer-insert-file-name-at-point): New command.
11284         * files.el (file-name-at-point-functions): New defcustom.
11285         (find-file-default): Remove defvar.
11286         (find-file-read-args): Don't use `find-file-default'.
11287         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11288         to `read-file-name'.
11289         (find-file-literally): Use `read-file-name' with
11290         `confirm-nonexistent-file-or-buffer'.
11292         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
11294         * dired.el (dired-read-dir-and-switches):
11295         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11296         to `read-file-name'.
11297         (dired-file-name-at-point): New function.
11298         (dired-mode): Add hook `dired-file-name-at-point' to
11299         `file-name-at-point-functions'.
11301 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         Really make the *Completions* window soft-dedicated (bug#5030).
11304         * window.el (window--display-buffer-2): Add `dedicated' argument.
11305         (display-buffer): Pass it when needed so the dedicated flag is set
11306         after calling set-window-buffer, which would otherwise reset it.
11308 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11310         * progmodes/meta-mode.el (meta-complete-symbol):
11311         * progmodes/etags.el (complete-tag):
11312         * mail/mailabbrev.el (mail-abbrev-complete-alias):
11313         Use completion-in-region.
11315         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
11316         (dabbrev-completion): Use completion-in-region.
11317         (dabbrev--abbrev-at-point): Simplify regexp.
11319         * abbrev.el (abbrev--before-point): Use word-motion functions
11320         if :regexp is not specified (bug#5031).
11322         * subr.el (string-prefix-p): New function.
11324         * man.el (Man-completion-cache): New var.
11325         (Man-completion-table): Use it.
11327         * vc.el (vc-print-log-internal): Make `limit' optional for better
11328         compatibility (e.g. with vc-annotate.el).
11330 2009-11-24  Kevin Ryde  <user42@zip.com.au>
11332         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
11333         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
11335         * emacs-lisp/elint.el (elint-add-required-env): Better error message
11336         when .el source file not found or other error.
11338 2009-11-24  Markus Triska  <markus.triska@gmx.at>
11340         * linum.el (linum-update-window): Ignore intangible (bug#4996).
11342 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11344         Handle the [back] button properly (bug#4979).
11345         * descr-text.el (describe-text-properties): Add a `buffer' argument.
11346         Use help-setup-xref, help-buffer, and with-help-window.
11347         (describe-char): Add `buffer' argument.
11348         Pass proper command to help-setup-xref.  Don't meddle with
11349         help-xref-stack-item directly.
11350         (describe-text-category): Use with-help-window and help-buffer.
11352         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
11353         for the displayed buffer (bug#4887).
11355         * man.el (Man-completion-table): New function.
11356         (man): Use it.
11358 2009-11-24  David Reitter  <david.reitter@gmail.com>
11360         * vc-git.el (vc-git-registered): Use checkout directory (where
11361         .git is) rather than the file's directory and a relative path spec
11362         to work around a bug in git.
11364 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
11366         Improve handling of processes on remote hosts.
11368         * eshell/esh-util.el (eshell-path-env): New defvar.
11369         (eshell-parse-colon-path): New defun.
11370         (eshell-file-attributes): Use `eshell-parse-colon-path'.
11372         * eshell/esh-ext.el (eshell-search-path):
11373         Use `eshell-parse-colon-path'.
11374         (eshell-remote-command): Remove argument HANDLER.
11375         (eshell-external-command): Check for FTP remote connection.
11377         * eshell/esh-proc.el (eshell-gather-process-output):
11378         Use `file-truename', in order to start also symlinked files.
11379         Apply `start-file-process' instead of `start-process'.
11380         Shorten `command' to the local file name part.
11382         * eshell/em-cmpl.el (eshell-complete-commands-list):
11383         Use `eshell-parse-colon-path'.
11385         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
11387         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
11388         to `eshell-directory-change-hook'.
11390 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
11392         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
11393         because it could be enabled automatically if view-read-only is non-nil.
11395 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
11397         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
11398         made on 2009-11-22.
11400 2009-11-24  Glenn Morris  <rgm@gnu.org>
11402         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
11403         deleted variable bookmark-bmenu-bookmark-column.
11405 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11407         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
11409 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11411         * net/browse-url.el (browse-url-filename-alist): On Windows, add
11412         two slashes to the "file:" prefix.
11413         (browse-url-file-url): De-munge Cygwin filenames before passing
11414         them to Windows browser.
11415         (browse-url-default-windows-browser): Use call-process.
11417 2009-11-23  Juri Linkov  <juri@jurta.org>
11419         Implement DocView Continuous mode.  (Bug#4896)
11420         * doc-view.el (doc-view-continuous-mode): New defcustom.
11421         (doc-view-mode-map): Bind C-n/<down> to
11422         `doc-view-next-line-or-next-page', C-p/<up> to
11423         `doc-view-previous-line-or-previous-page'.
11424         (doc-view-next-line-or-next-page)
11425         (doc-view-previous-line-or-previous-page): New commands.
11427 2009-11-23  Juri Linkov  <juri@jurta.org>
11429         Implement Isearch in comint input history.  (Bug#3746)
11430         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
11431         `isearch-mode-hook'.
11432         (comint-history-isearch): New defcustom.
11433         (comint-history-isearch-backward)
11434         (comint-history-isearch-backward-regexp): New commands.
11435         (comint-history-isearch-message-overlay): New buffer-local variable.
11436         (comint-history-isearch-setup, comint-history-isearch-end)
11437         (comint-goto-input, comint-history-isearch-search)
11438         (comint-history-isearch-message, comint-history-isearch-wrap)
11439         (comint-history-isearch-push-state)
11440         (comint-history-isearch-pop-state): New functions.
11442 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
11444         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
11445         return.
11446         (tramp-handle-make-symbolic-link)
11447         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
11448         Quote file names.
11449         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
11450         (tramp-handle-process-file): Use it.
11452 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * window.el (move-to-window-line-last-op): Remove.
11455         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
11457 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
11459         Make M-r mirror the new cycling behavior of C-l.
11460         * window.el (move-to-window-line-last-op): New var.
11461         (move-to-window-line-top-bottom): New command.
11462         (global-map): Bind M-r move-to-window-line-top-bottom.
11464 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
11466         * dired-x.el (dired-guess-shell-alist-default):
11467         Support xz format.  (Bug#4953)
11469 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
11471         * emulation/viper-cmd.el: Use viper-last-command-char instead of
11472         last-command-char/last-command-event.
11473         (viper-prefix-arg-value): Do correct conversion of event-char for
11474         XEmacs.
11476         * emulation/viper-util.el, emulation/viper.el:
11477         Use viper-last-command-char instead of
11478         last-command-char/last-command-event.
11480         * ediff-init.el, ediff-mult.el, ediff-util.el:
11481         Replace last-command-char and last-command-event
11482         with (ediff-last-command-char) everywhere.
11484         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
11485         created in fundamental mode.
11487         * ediff.el (ediff-version): Revert the change of interactive-p to
11488         called-interactively-p.
11490 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
11492         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
11493         generation from word-movement command names.
11495 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
11497         * cus-start.el (all): Add native condition for font-use-system-font.
11499 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
11501         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11502         Correct the patch from 2009-11-18.  (Bug#3910)
11504 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
11506         * progmodes/subword.el: Rename from lisp/subword.el.
11508         * subword.el: Rename to progmodes/subword.el.
11510         * Makefile.in (ELCFILES): Adapt to subword.el move.
11512 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11513             Stefan Monnier  <monnier@iro.umontreal.ca>
11515         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
11516         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
11517         (bookmark-bmenu-show-filenames): Use push.
11518         (bookmark-bmenu-hide-filenames): Use local var instead of
11519         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
11520         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
11521         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
11522         filenames now that the bookmark names are always available.
11524 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11527         (bookmark-search-pattern): Move and leave unbound.
11528         (bookmark-bmenu-mode-map): Change binding.
11529         (bookmark-read-search-input): Simplify.
11530         Don't use text-char-description.  Don't error on non-char events.
11531         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11532         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11533         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11534         Use a local var for the timer.
11535         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11536         (i.e. bookmark-bmenu-search).
11538 2009-11-21  Glenn Morris  <rgm@gnu.org>
11540         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
11542 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11544         * net/browse-url.el (browse-url-default-windows-browser):
11545         Use cygstart for cygwin.
11547 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
11549         * bookmark.el: Formatting and doc fixes only:
11550         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11551         (bookmark-bmenu-search): Wrap to fit within 80 columns.
11552         Minor grammar and punctuation fixes in doc string.
11553         (bookmark-read-search-input): Adjust to fit within 80 columns.
11555 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11557         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11558         (c-backward-into-nomenclature): Adapt to subword renaming.
11560         * subword.el (subword-forward, subword-backward, subword-mark)
11561         (subword-kill, subword-backward-kill, subword-transpose)
11562         (subword-downcase, subword-upcase, subword-capitalize)
11563         (subword-forward-internal, subword-backward-internal):
11564         Rename from forward-subword, backward-subword, mark-subword,
11565         kill-subword, backward-kill-subword, transpose-subwords,
11566         downcase-subword, upcase-subword, capitalize-subword,
11567         forward-subword-internal, backward-subword-internal.
11569 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11571         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11572         New options.
11573         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11574         New vars.
11575         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11576         (bookmark-bmenu-filter-alist-by-regexp)
11577         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11578         (bookmark-bmenu-search): New command.
11579         (bookmark-bmenu-mode-map): Bind it.
11581 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
11583         * progmodes/cc-cmds.el: declare-functioned forward-subword and
11584         backward-subword to quit the byte-compiler.
11586         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11588         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11590         * progmodes/cc-cmds.el (c-update-modeline)
11591         (c-forward-into-nomenclature, c-backward-into-nomenclature):
11592         Refer to subword.el functions instead of cc-subword.el.
11594         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11595         subword.el functions instead of cc-subword.el.
11597         * progmodes/cc-subword.el: Rename to subword.el.
11598         * subword.el: Rename from progmodes/cc-subword.el.
11599         (subword-mode-map): Rename from c-subword-mode-map.
11600         (subword-mode): Rename from c-subword-mode.
11601         (global-subword-mode): New global minor mode.
11602         (forward-subword): Rename from c-forward-subword.
11603         (backward-subword): Rename from c-backward-subword.
11604         (mark-subword): Rename from c-mark-subword.
11605         (kill-subword): Rename from c-kill-subword.
11606         (backward-kill-subword): Rename from c-backward-kill-subword.
11607         (transpose-subwords): Rename from c-tranpose-subword.
11608         (downcase-subword): Rename from c-downcase-subword.
11609         (capitalize-subword): Rename from c-capitalize-subword.
11610         (forward-subword-internal): Rename from c-forward-subword-internal.
11611         (backward-subword-internal): Rename from c-backward-subword-internal.
11613 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11615         * vc.el (vc-deduce-fileset): Allow non-state changing operations
11616         from a dired buffer.
11617         (vc-dired-deduce-fileset): New function.
11618         (vc-root-diff, vc-print-root-log): Use it.
11620         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11621         nil LIMIT argument to vc-print-log-internal.
11623 2009-11-20  Glenn Morris  <rgm@gnu.org>
11625         * Makefile.in (ELCFILES): Regenerate.
11627 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
11629         * calc/calc.el (calc-set-mode-line):
11630         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11631         (math-format-number): Rename `math-format-complement-signed' to
11632         `math-format-twos-complement'.
11634         * calc/calc-bin.el (math-format-twos-complement): Rename from
11635         math-format-complement-signed.
11636         (calc-radix): Rename `calc-complement-signed-mode' to
11637         `calc-twos-complement-mode'.
11638         (calc-octal-radix, calc-hex-radix): Add an argument for
11639         two's complement.
11641         * calc/calc-embed.el (calc-embedded-mode-vars):
11642         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11644         * calc/calc-ext.el (calc-init-extensions):
11645         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11646         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11648         * calc/calc-units.el (math-build-units-table-buffer):
11649         Let `calc-twos-complement-mode' be nil.
11651         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11652         entries.
11654         * calc/calc-vec.el (calcFunc-vunpack):
11655         * calc/calc-aent.el (calc-do-calc-eval):
11656         * calc/calc-forms.el (math-format-date):
11657         * calc/calc-graph.el (calc-graph-plot):
11658         * calc/calc-math.el (math-use-emacs-fn):
11659         * calc/calccomp.el (math-compose-expr):
11660         Let `calc-twos-complement-mode' be nil.
11662 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11664         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11665         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
11666         * minibuffer.el (completion-in-region-functions): New hook.
11667         (completion-in-region): New function.
11668         * emacs-lisp/lisp.el (lisp-complete-symbol):
11669         * pcomplete.el (pcomplete-std-complete): Use it.
11671 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11673         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11674         (latex-complete-alist): New vars.
11675         (latex-string-prefix-p, latex-complete-bibtex-keys)
11676         (latex-complete-envnames, latex-complete-refkeys)
11677         (latex-complete-data): New functions.
11678         (latex-complete, latex-indent-or-complete): New commands.
11680         * window.el (display-buffer-mark-dedicated): New var.
11681         (display-buffer): Obey it.
11682         * minibuffer.el (minibuffer-completion-help): Use it.
11684         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11686         * filecache.el (file-cache-add-file): Use push and cons.
11687         (file-cache-delete-file-regexp): Use push.
11688         (file-cache-complete): Use completion-in-region.
11690         * simple.el (with-wrapper-hook): Fix thinko.
11692         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11693         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11694         Use with-current-buffer and string-to-number.
11695         (hfy-fallback-colour-values): Use assoc-string.
11696         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11697         (hfy-face-at): Remove unused var `found-face'.
11698         (hfy-compile-stylesheet): Remove unused var `css'.
11699         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11700         and `orig-buffer'.
11701         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11702         Use with-current-buffer.
11703         (hfy-text-p): Use expand-file-name and fewer setq.
11705 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
11707         * htmlfontify.el, hfy-cmap.el: New files.
11709 2009-11-19  Juri Linkov  <juri@jurta.org>
11711         * minibuffer.el (completions-format): New defcustom.
11712         (completion--insert-strings): Implement vertical format.
11714         * simple.el (switch-to-completions): Move point to the first
11715         completion when point was at the beginning of the buffer.
11717 2009-11-19  Juri Linkov  <juri@jurta.org>
11719         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
11721         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11723 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11725         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11726         (mail-signature): Change default to t.
11727         (mail-from-style): Deprecate `system-default' value.
11728         (mail-insert-from-field): For default value of mail-from-style,
11729         default to `angles' unless `angles' needs quoting and `parens'
11730         does not.
11731         (mail-citation-prefix-regexp): Use citation regexp from
11732         message-mode.
11734 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
11736         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11737         Set variables for computing the prompt for reading password.
11739 2009-11-19  Glenn Morris  <rgm@gnu.org>
11741         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
11743         * textmodes/flyspell.el (sgml-lexical-context): Declare.
11745         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11746         (newsticker-treeview-listwindow-height): Fix custom type.
11748 2009-11-19  Kenichi Handa  <handa@m17n.org>
11750         * descr-text.el (describe-char-padded-string): Compose with TAB
11751         only if there's a font for CH.
11752         (describe-char): Fix the condition for detecting a trivial composition.
11754 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
11756         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11757         more accurate version of the regexp.  (Bug#3910)
11759 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11761         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11763 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
11765         * font-setting.el (font-use-system-font): Declare for byte-compiler.
11766         (font-setting-change-default-font): Fix typo in docstring.
11768 2009-11-18  Alan Mackenzie  <acm@muc.de>
11770         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11772 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11774         * font-setting.el (font-use-system-font): Move ...
11776         * cus-start.el (all): ... to here.
11778 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
11780         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11781         Don't set `ad-return-value' if `ad-do-it' doesn't.
11783         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11784         modification time.
11786 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11788         * menu-bar.el: Put "Use system font" in Option-menu.
11789         (menu-bar-options-save): Add font-use-system-font.
11791         * loadup.el: If feature system-font-setting or font-render-setting is
11792         there, load font-setting.
11794         * Makefile.in (ELCFILES): Add font-settings.el.
11795         * font-setting.el: New file.
11797 2009-11-17  Glenn Morris  <rgm@gnu.org>
11799         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11801         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11802         Preserve point in the list buffer.  (Bug#4939)
11803         Use point-at-eol.
11804         (newsticker--treeview-list-update-highlight)
11805         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11807 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11809         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11810         Remove.
11812         * calc/calc-ext.el (calc-init-extensions): Remove references to
11813         symclip.
11815         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11817         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11818         * calc/calc-help.el (calc-b-prefix-help): Remove references to
11819         `calc-symclip'.
11821 2009-11-16  Kevin Ryde  <user42@zip.com.au>
11823         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11824         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11826         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11827         (lm-keywords-list): Allow comma-only separator like "foo,bar".
11828         Ignore trailing spaces by omit-nulls to split-string (fixing
11829         regression from Emacs 21 due to the incompatible split-string
11830         change).  (Bug #4928.)
11832 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11834         * vc.el (vc-log-show-limit): Default to 2000.
11835         (vc-print-log-internal): Insert buttons to request more entries
11836         when limiting the output.
11838         * vc-sccs.el (vc-sccs-print-log):
11839         * vc-rcs.el (vc-rcs-print-log):
11840         * vc-cvs.el (vc-cvs-print-log):
11841         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11842         LIMIT is non-nil.
11844 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11846         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11847         error when `tramp-gvfs-dbus-event-vector' is set.
11848         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11850 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11854 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11856         * net/dbus.el (dbus-unregister-service): New defun.
11857         (dbus-register-property): Register the handlers of
11858         "org.freedesktop.DBus.Properties" for SERVICE.
11859         (dbus-property-handler): Fix docstring.
11861 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11863         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11864         Quote doc string reference in defvaralias as it is not in special form.
11865         (byte-compile-output-docform): Doc fix.
11867 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11869         * calc/calc.el (math-2-word-size, math-half-2-word-size)
11870         (calc-complement-signed-mode): New variables.
11871         (calc-set-mode-line): Add indicator for twos-complements.
11872         (math-format-number): Format twos-complement notation.
11874         * calc/calc-bin.el (calc-word-size): Reset the variables
11875         `math-2-word-size' and `math-half-2-word-size'.
11876         (math-format-complement-signed, math-symclip, calcFunc-symclip)
11877         (calc-symclip): New functions.
11879         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11881         * calc/calc-embed.el (calc-embedded-mode-vars):
11882         Add `calc-complement-signed-mode' to the list of modes.
11884         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11885         (calc-b-oper-keys): Add `calc-symclip' to list.
11887         * calc/calc-ext.el (math-read-number-fancy): Read complement
11888         signed numbers.
11889         (calc-init-extensions): Add binding for `calc-symclip'.
11890         Add autoload for `calcFunc-symclip' and `calc-symclip'.
11892         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11893         `calc-symclip'.
11894         (calc-modes-menu): Add item for twos complement mode.
11896         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11898 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11900         * register.el (jump-to-register, insert-register): Handle Semantic
11901         tags.  From commented-out advice in semantic/senator.el.
11903 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11905         * vc.el (vc-log-show-limit): New variable.
11906         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
11907         when using a prefix argument.
11908         (vc-print-log-internal): Add new argument LIMIT.
11910         * vc-svn.el (vc-svn-print-log):
11911         * vc-mtn.el (vc-mtn-print-log):
11912         * vc-hg.el (vc-hg-print-log):
11913         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11914         pass it to the log command when set.  Make the BUFFER argument
11915         non-optional.
11917         * vc-sccs.el (vc-sccs-print-log):
11918         * vc-rcs.el (vc-rcs-print-log):
11919         * vc-git.el (vc-git-print-log):
11920         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11921         ignore it.  Make the BUFFER argument non-optional
11923         * bindings.el (mode-line-buffer-identification): Do not purecopy.
11925 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11927         * dired.el (dired-mode-map): Move encryption items to "Operate"
11928         menu (Bug#4703).
11930         * strokes.el (strokes-update-window-configuration): Make strokes
11931         buffer current before erasing (Bug#4906).
11933 2009-11-15  Juri Linkov  <juri@jurta.org>
11935         * simple.el (set-mark-default-inactive): Add :type, :group
11936         and :version.  (Bug#4876)
11938 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
11940         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11941         (archive-unique-fname): ... here.  (Bug#4929)
11943 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11945         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11946         with a real fix.
11948         * novice.el (disabled-command-function): Add useful args.
11949         Setup the help buffer so that [back] works.
11950         Remove redundant call to help-mode.
11951         (disabled-command-function): Use `case'.
11952         (en/disable-command): New function extracted from enable-command.
11953         (enable-command, disable-command): Use it.
11955 2009-11-14  Glenn Morris  <rgm@gnu.org>
11957         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11958         constants.  (Bug#4913)
11960         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11962 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
11964         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11965         defined in C that have no doc-strings.  (Bug#1063)
11967 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
11969         * cus-edit.el (data, files):
11970         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
11972 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
11974         * simple.el (shell-command): Doc fix (Bug#4891).
11976         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11978 2009-11-14  Glenn Morris  <rgm@gnu.org>
11980         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11981         statements for vc-diff, emerge-quit, and rmail-cease-edit.
11982         If they are already loaded, eval-after-load will do the right thing.
11984         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11985         compiling.
11987         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11989         * simple.el (x-selection-owner-p): Declare.
11990         (read-mail-command): Use custom radio type rather than choice.
11991         (completion-no-auto-exit): Doc fix.
11993         * custom.el (defgroup):
11994         * epg-config.el (epg): Doc fixes.
11996 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11998         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11999         * international/ccl.el (define-ccl-program): Do not purecopy the
12000         docstring, defconst does it anyway.
12002 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12004         * add-log.el (add-change-log-entry): Avoid displaying the changelog
12005         a second time.
12007         * x-dnd.el (x-dnd-maybe-call-test-function):
12008         * window.el (split-window-vertically):
12009         * whitespace.el (whitespace-help-on):
12010         * vc-rcs.el (vc-rcs-consult-headers):
12011         * userlock.el (ask-user-about-lock-help)
12012         (ask-user-about-supersession-help):
12013         * type-break.el (type-break-force-mode-line-update):
12014         * time-stamp.el (time-stamp-conv-warn):
12015         * terminal.el (te-set-output-log, te-more-break, te-filter)
12016         (te-sentinel, terminal-emulator):
12017         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12018         (term-write-input-ring, term-check-source, term-start-output-log):
12019         (term-display-buffer-line, term-dynamic-list-completions):
12020         (term-ansi-make-term, serial-term):
12021         * subr.el (selective-display):
12022         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12023         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12024         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12025         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12026         (speedbar-remove-localized-speedbar-support)
12027         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12028         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12029         (speedbar-buffers-line-directory):
12030         * simple.el (shell-command-on-region, append-to-buffer)
12031         (prepend-to-buffer):
12032         * shadowfile.el (shadow-save-todo-file):
12033         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12034         (scroll-bar-maybe-set-window-start):
12035         * sb-image.el (speedbar-image-dump):
12036         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12037         (load-save-place-alist-from-file):
12038         * ps-samp.el (ps-print-message-from-summary):
12039         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12040         (ps-background-image, ps-begin-job, ps-do-despool):
12041         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12042         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12043         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12044         (pr-call-process, pr-file-list, pr-interface-save):
12045         * novice.el (disabled-command-function)
12046         (enable-command, disable-command):
12047         * mouse.el (mouse-buffer-menu-alist):
12048         * mouse-copy.el (mouse-kill-preserving-secondary):
12049         * macros.el (kbd-macro-query):
12050         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12051         * informat.el (batch-info-validate):
12052         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12053         * hippie-exp.el (try-expand-dabbrev-visible):
12054         * help-mode.el (help-make-xrefs):
12055         * help-fns.el (describe-variable):
12056         * generic-x.el (bat-generic-mode-run-as-comint):
12057         * finder.el (finder-mouse-select):
12058         * find-dired.el (find-dired-sentinel):
12059         * filesets.el (filesets-file-close):
12060         * files.el (list-directory):
12061         * faces.el (list-faces-display, describe-face):
12062         * facemenu.el (list-colors-display):
12063         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12064         * epg.el (epg--process-filter, epg-cancel):
12065         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12066         (epa--read-signature-type):
12067         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12068         (emerge-file-names):
12069         * ehelp.el (electric-helpify):
12070         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12071         * ediff-vers.el (rcs-ediff-view-revision):
12072         * ediff-util.el (ediff-setup):
12073         * ediff-mult.el (ediff-append-custom-diff):
12074         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12075         (ediff-wordify):
12076         * echistory.el (Electric-command-history-redo-expression):
12077         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12078         * disp-table.el (describe-display-table):
12079         * dired.el (dired-find-buffer-nocreate):
12080         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12081         * dabbrev.el (dabbrev--same-major-mode-p):
12082         * chistory.el (list-command-history):
12083         * apropos.el (apropos-documentation):
12084         * allout.el (allout-obtain-passphrase):
12085         (allout-copy-exposed-to-buffer):
12086         (allout-verify-passphrase): Use with-current-buffer.
12088 2009-11-13  Glenn Morris  <rgm@gnu.org>
12090         * Makefile.in (ELCFILES): Regenerate.
12092 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
12094         * net/dbus.el (dbus-registered-objects-table): Rename from
12095         `dbus-registered-functions-table', because it contains also properties.
12096         (dbus-unregister-object): Unregister also properties.
12097         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12098         Use a timeout of 500 msec, in order to not block.
12099         (dbus-register-property, dbus-property-handler): New defuns.
12101 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * simple.el (minibuffer-default-add-completions): Drop deprecated
12104         4th arg.
12106 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
12108         * textmodes/artist.el (artist-mouse-choose-operation):
12109         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
12110         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
12111         (artist-compute-up-event-key): New function.
12112         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12114 2009-11-13  Kenichi Handa  <handa@m17n.org>
12116         * language/japan-util.el: Make sure that the value of jisx0208
12117         property is jisx0208 character.
12119 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
12121         * international/mule.el (auto-coding-regexp-alist): Only purecopy
12122         car or each item, not the whole list.
12124 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * minibuffer.el (minibuffer-completion-help):
12127         Use minibuffer-hide-completions.
12129 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
12131         * dired.el (dired-save-positions, dired-restore-positions): New funs.
12132         (dired-revert): Use them (bug#4880).
12134 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12136         * tooltip.el (tooltip-frame-parameters): Undo previous change.
12138 2009-11-12  Juri Linkov  <juri@jurta.org>
12140         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12141         New functions.
12142         (find-file-literally-at-point): Alias of `ffap-literally'.
12144 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12146         * textmodes/ispell.el (ispell-skip-region-alist):
12147         * textmodes/css-mode.el (auto-mode-alist):
12148         * progmodes/compile.el (auto-mode-alist):
12149         * international/mule.el (ctext-non-standard-encodings-alist)
12150         (ctext-non-standard-encodings-regexp):
12151         * simple.el (shell-command-switch, text-read-only):
12152         * replace.el (occur-mode-map):
12153         * paths.el (rmail-file-name):
12154         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
12155         * find-file.el (ff-special-constructs):
12156         * files.el (file-name-handler-alist):
12157         * composite.el: Purecopy strings.
12159         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
12161 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12163         * widget.el (define-widget): Purecopy the docstring.
12164         * international/mule-cmds.el (charset): Do not purecopy the
12165         docstring here, define-widget does it.
12167         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12168         * textmodes/bibtex-style.el (auto-mode-alist):
12169         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12170         * progmodes/compile.el (compile-command):
12171         * language/korea-util.el (default-korean-keyboard):
12172         * international/mule-conf.el (file-coding-system-alist):
12173         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
12174         * tooltip.el (tooltip-frame-parameters):
12175         * newcomment.el (comment-end, comment-padding):
12176         * dired.el (dired-trivial-filenames):
12177         * comint.el (comint-file-name-prefix): Purecopy initial values.
12179 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
12181         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
12182         (tramp-advice-minibuffer-electric-tilde): Unload advices via
12183         `tramp-unload'.
12184         (tramp-advice-make-auto-save-file-name)
12185         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
12186         after removing the advice.
12188 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12190         * progmodes/grep.el (grep-regexp-alist):
12191         * international/mule-cmds.el (iso-2022-control-alist):
12192         * emacs-lisp/timer.el (timer-duration-words):
12193         * subr.el (version-separator, version-regexp-alist):
12194         * minibuffer.el (completion-styles-alist):
12195         * faces.el (face-attribute-name-alist, list-faces-sample-text):
12196         Change defvars to defconsts.
12198         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
12199         * loadup.el ("international/mule-conf"): Load the byte compiled version.
12200         * international/mule-conf.el: Allow to be byte compiled.
12202         * international/mule.el (define-charset): Purecopy props.
12203         (load-with-code-conversion): Purecopy doc string and file name.
12204         (put-charset-property): Purecopy strings.
12205         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
12207         * international/mule-cmds.el (register-input-method): Purecopy arguments.
12208         (define-char-code-property): Correctly purecopy the table.
12210         * international/ccl.el (define-ccl-program): Purecopy the docstring.
12212         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
12214         * subr.el (add-hook): Purecopy strings.
12215         (eval-after-load): Purecopy load-history-regexp and the form.
12217         * custom.el (custom-declare-group): Purecopy load-file-name.
12219         * subr.el (menu-bar-separator): New defconst.
12220         * net/eudc.el (eudc-tools-menu):
12221         * international/mule-cmds.el (set-coding-system-map)
12222         (mule-menu-keymap):
12223         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12224         * vc-hooks.el (vc-menu-map):
12225         * replace.el (occur-mode-map):
12226         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
12227         (menu-bar-edit-menu, menu-bar-goto-menu)
12228         (menu-bar-custom-menu, menu-bar-showhide-menu)
12229         (menu-bar-options-menu, menu-bar-tools-menu)
12230         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
12231         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
12232         (menu-bar-help-menu):
12233         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
12234         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
12236         * term/x-win.el (x-gtk-stock-map):
12237         * progmodes/vera-mode.el (auto-mode-alist):
12238         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
12239         (inferior-lisp-program, inferior-lisp-load-command):
12240         * progmodes/hideshow.el (hs-special-modes-alist):
12241         * progmodes/gud.el (same-window-regexps):
12242         * progmodes/grep.el (grep-program, find-program, xargs-program):
12243         * net/telnet.el (same-window-regexps):
12244         * net/rlogin.el (same-window-regexps):
12245         * language/ethiopic.el (font-ccl-encoder-alist):
12246         * vc-sccs.el (vc-sccs-master-templates):
12247         * vc-rcs.el (vc-rcs-master-templates):
12248         * subr.el (cl-assertion-failed):
12249         * simple.el (next-error-overlay-arrow-position):
12250         * lpr.el (lpr-command):
12251         * locate.el (locate-ls-subdir-switches):
12252         * info.el (same-window-regexps, info)
12253         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12254         * image-mode.el (image-mode, auto-mode-alist):
12255         * hippie-exp.el (hippie-expand-ignore-buffers):
12256         * format.el (format-alist):
12257         * find-dired.el (find-ls-subdir-switches, find-grep-options)
12258         (find-name-arg):
12259         * facemenu.el (facemenu-keybindings):
12260         * dired.el (dired-listing-switches, dired-chown-program):
12261         * diff.el (diff-switches, diff-command):
12262         * cus-edit.el (same-window-regexps):
12263         * bindings.el (mode-line-mule-info)
12264         (mode-line-buffer-identification): Purecopy strings.
12266 2009-11-11  Juri Linkov  <juri@jurta.org>
12268         * simple.el (dired-get-filename) <declare-function>:
12269         Tell the byte-compiler about dired-get-filename.
12270         (shell-command): In Dired mode, get filename from the current line
12271         as the default value.
12273 2009-11-10  Glenn Morris  <rgm@gnu.org>
12275         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
12276         * calendar/holidays.el, progmodes/cperl-mode.el:
12277         Update x-popup-menu declarations.
12279         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
12280         (list-load-path-shadows): Use dolist.
12281         (list-load-path-shadows): Use with-current-buffer.
12283 2009-11-10  Juri Linkov  <juri@jurta.org>
12285         * minibuffer.el (read-file-name): Support a list of default values
12286         in `default-filename'.  Use the first file name where only one
12287         element is required.  Doc fix.
12289 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
12291         * net/dbus.el (dbus-unregister-object): Release service, if no
12292         other method is registered for it.
12294 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
12296         * bookmark.el (bookmark-completing-read): Sort bookmark names if
12297         bookmark-sort-flag is non-nil (Bug#4653).
12299 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12301         * emulation/cua-base.el: Add CUA property to some CC mode commands
12302         (Bug#4100).
12304 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12306         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
12307         at end of sentence (Bug#4818).
12309 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
12311         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12312         Handle "see declaration of" MSFT statements (Bug#4100).
12314 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
12316         * net/tramp.el (tramp-advice-make-auto-save-file-name)
12317         (tramp-advice-file-expand-wildcards): Unload via
12318         `ad-remove-advice'.
12320         * net/trampver.el: Update release number.
12322 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12324         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
12325         `ad-do-it'.
12327 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
12329         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
12330         in order to keep context in SELinux.
12332 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12334         * dired-aux.el (dired-query): Place cursor in echo area and allow
12335         C-g.
12337         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
12338         menu item if not on a directory (Bug#4701).
12340 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
12342         Sync with Tramp 2.1.17.
12344         * net/tramp.el (tramp-handle-copy-directory): Don't use
12345         `file-remote-p' (due to compatibility).
12347         * net/tramp-compat.el (tramp-compat-copy-directory)
12348         (tramp-compat-delete-directory): New defuns.
12350         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12351         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
12352         `tramp-compat-delete-directory'.
12354         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
12355         (tramp-smb-handle-delete-directory): Use
12356         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
12358         * net/trampver.el: Update release number.
12360 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
12362         * tar-mode.el (tar-copy): Call write-region on the right buffer
12363         (Bug#4857).
12365         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
12366         by hand, if necessary (Bug#4878).
12368 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
12370         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
12371         align size column (Bug#4839).
12373         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
12374         statement.
12376 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12378         * progmodes/ld-script.el (auto-mode-alist):
12379         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
12381         * cus-face.el (custom-declare-face): Purecopy face spec.
12383 2009-11-06  Kenichi Handa  <handa@m17n.org>
12385         * international/uni-bidi.el: Re-generated.
12386         * international/uni-category.el: Re-generated.
12387         * international/uni-combining.el: Re-generated.
12388         * international/uni-mirrored.el: Re-generated.
12390 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12392         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
12393         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
12394         (tex-start-options, slitex-run-command, latex-run-command)
12395         (tex-run-command, tex-directory):
12396         * textmodes/ispell.el (ispell-html-skip-alists)
12397         (ispell-tex-skip-alists, ispell-tex-skip-alists):
12398         * textmodes/fill.el (adaptive-fill-first-line-regexp):
12399         (adaptive-fill-regexp):
12400         * textmodes/dns-mode.el (auto-mode-alist):
12401         * progmodes/python.el (interpreter-mode-alist):
12402         * progmodes/etags.el (tags-compression-info-list):
12403         * progmodes/etags.el (tags-file-name):
12404         * net/browse-url.el (browse-url-galeon-program)
12405         (browse-url-firefox-program):
12406         * mail/sendmail.el (mail-signature-file)
12407         (mail-citation-prefix-regexp):
12408         * international/mule-conf.el (eight-bit):
12409         * international/latexenc.el (latex-inputenc-coding-alist):
12410         * international/fontset.el (x-pixel-size-width-font-regexp):
12411         * emacs-lisp/warnings.el (warning-type-format):
12412         * emacs-lisp/trace.el (trace-buffer):
12413         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
12414         (emacs-lisp-mode-map):
12415         * calendar/holidays.el (holiday-solar-holidays)
12416         (holiday-bahai-holidays, holiday-islamic-holidays)
12417         (holiday-christian-holidays, holiday-hebrew-holidays)
12418         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
12419         (hebrew-holidays-1, holiday-oriental-holidays)
12420         (holiday-general-holidays):
12421         * x-dnd.el (x-dnd-known-types):
12422         * tool-bar.el (tool-bar):
12423         * startup.el (site-run-file):
12424         * shell.el (shell-dumb-shell-regexp):
12425         * rfn-eshadow.el (file-name-shadow-tty-properties)
12426         (file-name-shadow-properties):
12427         * paths.el (remote-shell-program, news-directory):
12428         * mouse.el ([C-down-mouse-3]):
12429         * menu-bar.el (menu-bar-tools-menu):
12430         * jka-cmpr-hook.el (jka-compr-load-suffixes)
12431         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
12432         (jka-compr-compression-info-list):
12433         * isearch.el (search-whitespace-regexp):
12434         * image-file.el (image-file-name-extensions):
12435         * find-dired.el (find-ls-option):
12436         * files.el (directory-listing-before-filename-regexp)
12437         (directory-free-space-args, insert-directory-program)
12438         (list-directory-brief-switches, magic-fallback-mode-alist)
12439         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
12440         (automount-dir-prefix):
12441         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
12442         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
12443         (face-font-registry-alternatives, face-font-registry-alternatives)
12444         (face-font-family-alternatives):
12445         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
12446         (facemenu-foreground-menu, facemenu-face-menu):
12447         * epa-hook.el (epa-file-name-regexp):
12448         * dnd.el (dnd-protocol-alist):
12449         * textmodes/rst.el (auto-mode-alist):
12450         * button.el (default-button): Purecopy strings.
12452 2009-11-06  Glenn Morris  <rgm@gnu.org>
12454         * Makefile.in (ELCFILES): Update.
12456 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12458         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
12459         * emacs-lisp/levents.el: Move to obsolete/levents.el.
12461         * nxml/xsd-regexp.el (xsdre-gen-categories):
12462         * nxml/xmltok.el (xmltok-parse-entity):
12463         * nxml/rng-parse.el (rng-parse-validate-file):
12464         * nxml/rng-maint.el (rng-format-manual)
12465         (rng-manual-output-force-new-line):
12466         * nxml/rng-loc.el (rng-save-schema-location-1):
12467         * nxml/rng-cmpct.el (rng-c-parse-file):
12468         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
12469         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
12471 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
12473         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
12474         Remove extra save-excursions and make-variable-buffer-local's.
12475         Suggested by Stefan Monnier.
12477         (verilog-getopt-file, verilog-module-inside-filename-p)
12478         (verilog-set-define): Merge GNU 1.35 and repair changes from
12479         switching to using with-current-buffer.
12481         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
12482         being treated as a number and confusing AUTORESET.
12483         Reported by Dan Dever.
12485         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
12486         Add verilog-auto-ignore-concat to fix backward compatibility with
12487         older verilog-modes.  Reported by Dan Katz.
12489         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
12490         containing closing anchors "...$".
12492         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
12493         Reported by Wade Smith.
12495         (verilog-batch-execute-func): Comment on function usage.
12497 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
12499         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
12500         for labels.
12502         (verilog-label-re, verilog-calc-1): Support proper indent of named
12503         asserts.
12505         (verilog-backward-token, verilog-basic-complete-re)
12506         (verilog-beg-of-statement, verilog-indent-re): Support proper
12507         indent of the assert statement at the beginning of a block of text.
12509         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
12510         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
12511         tokens as begins.
12513 2009-11-05  Glenn Morris  <rgm@gnu.org>
12515         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
12516         Emacs 19.  (Bug#1531)
12517         (byte-compile-fix-header): Update for the above change.
12518         Drop test for epoch::version.
12520         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
12521         * cus-dep.el (custom-make-dependencies):
12522         * finder.el (finder-compile-keywords):
12523         Use autoload-rubric's feature argument.
12525         * calendar/diary-lib.el (top-level): Make load behave more like require.
12527         * vc-git.el (vc-git-stash-map): Move definition before use.
12529 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12531         * custom.el (custom-declare-group): Purecopy standard-value.
12532         (custom-declare-group): Purecopy custom-prefix.
12534         * international/mule.el (load-with-code-conversion):
12535         Call do-after-load-evaluation unconditionally.
12537         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12539 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12541         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12543 2009-11-04  Glenn Morris  <rgm@gnu.org>
12545         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12546         (byte-compile-compatibility): Remove option.
12547         (byte-compile-close-variables, byte-compile-fix-header)
12548         (byte-compile-insert-header, byte-compile-output-docform)
12549         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12550         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12551         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12552         (byte-compile-insert, byte-compile-defun):
12553         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
12554         (byte-defop-compiler19): Remove.
12555         Without byte-compile-compatibility, the 'emacs19-opcode property is not
12556         used by anything.  Replace all calls with byte-defop-compiler.
12558 2009-11-04  Juri Linkov  <juri@jurta.org>
12560         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12561         (menu-bar-options-menu): Don't quote the `prop' arg of
12562         `menu-bar-make-mm-toggle'.
12564 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
12566         * calendar/calendar.el (cal-loaddefs):
12567         * calendar/diary-lib.el (diary-loaddefs):
12568         * calendar/holidays.el (hol-loaddefs):
12569         * eshell/esh-module.el (esh-groups): Load rather than require.
12571 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12573         * calendar/todo-mode.el (todo-add-category): Don't hardcode
12574         point-min==1.
12575         (todo-top-priorities): Only display-buffer when called interactively.
12576         (todo-item-start): Don't save excursion point.
12577         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
12578         (todo-insert-item-here, todo-file-item, todo-remove-item):
12579         Adjust uses of todo-item-start and todo-item-end.
12581         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12582         (autoload-rubric): Don't use any more.
12584         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12585         and only put a prop if it is non-nil.
12587 2009-11-03  Juri Linkov  <juri@jurta.org>
12589         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12590         (menu-bar-options-menu): Fix list quoting (Bug#4429).
12592         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12593         and "Menu" to make top-level menu item visually one unit (like
12594         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12595         multi-word menu items).  Fix :help string for quit-window.
12597 2009-11-03  Glenn Morris  <rgm@gnu.org>
12599         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12600         (byte-compile-file-form-define-abbrev-table)
12601         (byte-compile-file-form-custom-declare-variable)
12602         (byte-compile-variable-ref, byte-compile-defvar):
12603         Whether or not a warning is enabled should only affect whether we issue
12604         the warning, not whether or not we collect the relevant data.
12605         Eg warnings can be turned on and off throughout the course of a file.
12607         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12608         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12610 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12612         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12613         * play/mpuz.el (mpuz-create-buffer):
12614         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12615         (lm-print-y,s,noise, lm-print-w0, lm-init):
12616         * play/gomoku.el (gomoku-prompt-for-move):
12617         * play/fortune.el (fortune-in-buffer):
12618         * play/dissociate.el (dissociated-press):
12619         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
12620         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
12621         * mail/supercite.el (sc-eref-show):
12622         * mail/smtpmail.el (smtpmail-send-it):
12623         * mail/rmailsum.el (rmail-summary-next-labeled-message)
12624         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12625         (rmail-summary-undelete-many, rmail-summary-rmail-update)
12626         (rmail-summary-goto-msg, rmail-summary-expunge)
12627         (rmail-summary-get-new-mail, rmail-summary-search-backward)
12628         (rmail-summary-add-label, rmail-summary-output-menu)
12629         (rmail-summary-output-body):
12630         * mail/rfc822.el (rfc822-addresses):
12631         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12632         * mail/mailpost.el (post-mail-send-it):
12633         * mail/hashcash.el (hashcash-generate-payment):
12634         * mail/feedmail.el (feedmail-run-the-queue)
12635         (feedmail-queue-send-edit-prompt-help-first)
12636         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12637         (feedmail-deduce-address-list):
12638         * eshell/esh-ext.el (eshell-remote-command):
12639         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12640         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12641         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12642         (viper-save-string-in-file, viper-valid-marker):
12643         * emulation/viper-keym.el (viper-toggle-key):
12644         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12645         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12646         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12647         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12648         (viper-exec-form-in-emacs, viper-brac-function):
12649         * emulation/viper.el (viper-delocalize-var):
12650         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12651         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12652         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12653         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12654         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12655         * emulation/edt.el (edt-electric-helpify):
12656         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12657         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12658         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12659         (cua-indent-to-global-mark-column):
12660         * calendar/diary-lib.el (calendar-mark-1):
12661         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12662         Use with-current-buffer.
12663         * emulation/viper.el (viper-delocalize-var): Use dolist.
12665 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
12667         * comint.el (comint-replace-by-expanded-history-before-point):
12668         Replace !! with the previous input string literally (Bug#1795).
12670 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
12672         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12673         to be made up of whitespace.
12675 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
12677         * minibuffer.el (read-file-name): Don't use file dialogs for
12678         remote directories (Bug#99).
12680 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
12682         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12684 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12686         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12687         instead of deleting the window or frame.
12689 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12691         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12692         Support face colors.
12694         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12695         New function.  Support face colors (Bug#1168).
12696         (tex-common-initialization): Use it.
12698         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12699         mode allows it (Bug#1168).
12701 2009-10-31  Juri Linkov  <juri@jurta.org>
12703         * facemenu.el (list-colors-display): Don't mark buffer as
12704         modified (Bug#3948).
12706 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12708         * international/mule-diag.el (list-character-sets-1): Minor
12709         message fix (Bug#3526).
12711         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12712         face property (Bug#4834).
12713         (etags-list-tags, etags-tags-apropos-additional)
12714         (etags-tags-apropos, tags-select-tags-table): Add follow-link
12715         property.
12717         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12718         items.
12720 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12722         * textmodes/two-column.el (2C-split):
12723         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12724         * textmodes/tex-mode.el (tex-set-buffer-directory):
12725         * textmodes/spell.el (spell-region, spell-string):
12726         * textmodes/reftex.el (reftex-erase-buffer):
12727         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12728         * textmodes/reftex-toc.el (reftex-toc-promote-action):
12729         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12730         (reftex-select-item):
12731         * textmodes/reftex-ref.el (reftex-label-info-update)
12732         (reftex-offer-label-menu):
12733         * textmodes/reftex-index.el (reftex-index-change-entry)
12734         (reftex-index-phrases-info):
12735         * textmodes/reftex-global.el (reftex-create-tags-file)
12736         (reftex-save-all-document-buffers, reftex-ensure-write-access):
12737         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12738         (reftex-view-crossref-from-bibtex):
12739         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12740         (reftex-extract-bib-entries-from-thebibliography)
12741         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12742         * textmodes/refbib.el (r2b-capitalize-title):
12743         (r2b-convert-buffer, r2b-help):
12744         * textmodes/page-ext.el (pages-directory)
12745         (pages-directory-goto-with-mouse):
12746         * textmodes/bibtex.el (bibtex-validate-globally):
12747         * textmodes/bib-mode.el (bib-capitalize-title):
12748         * textmodes/artist.el (artist-clear-buffer, artist-system):
12749         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12750         (local-set-scheme-interaction-buffer, xscheme-process-filter)
12751         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12752         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12753         (xscheme-send-control-g-interrupt, xscheme-start-process)
12754         (xscheme-process-sentinel, xscheme-cd):
12755         * progmodes/verilog-mode.el (verilog-read-always-signals)
12756         (verilog-set-define, verilog-getopt-file)
12757         (verilog-module-inside-filename-p):
12758         * progmodes/sh-script.el:
12759         * progmodes/python.el (python-pdbtrack-get-source-buffer)
12760         (python-pdbtrack-grub-for-buffer, python-execute-file):
12761         * progmodes/octave-inf.el (inferior-octave):
12762         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12763         (idlwave-shell-compile-helper-routines, idlwave-set-local)
12764         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12765         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12766         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12767         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12768         (idlwave-shell-filter, idlwave-shell-examine-highlight)
12769         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12770         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12771         (idlwave-shell-examine-display, idlwave-shell-run-region)
12772         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12773         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12774         * progmodes/idlw-help.el (idlwave-help-get-special-help)
12775         (idlwave-help-get-help-buffer):
12776         * progmodes/gud.el (gud-basic-call, gud-find-class)
12777         (gud-tooltip-activate-mouse-motions-if-enabled):
12778         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12779         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12780         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12781         (ebrowse-tags-next-file):
12782         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12783         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12784         (ebnf-eps-finish-and-write):
12785         * progmodes/cpp.el (cpp-edit-save):
12786         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12787         * progmodes/cc-defs.el (c-emacs-features):
12788         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12789         (antlr-directory-dependencies):
12790         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12791         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12792         (ada-find-any-references, ada-make-filename-from-adaname)
12793         (ada-make-body-gnatstub):
12794         * obsolete/rnews.el (news-list-news-groups):
12795         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12796         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12797         * net/rcirc.el (rcirc-debug):
12798         * net/newst-treeview.el (newsticker--treeview-list-add-item)
12799         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12800         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12801         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12802         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12803         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12804         (newsticker--treeview-list-clear-highlight)
12805         (newsticker--treeview-list-update-highlight)
12806         (newsticker--treeview-list-highlight-start)
12807         (newsticker--treeview-tree-update-highlight)
12808         (newsticker--treeview-get-selected-item)
12809         (newsticker-treeview-mark-list-items-old)
12810         (newsticker--treeview-set-current-node):
12811         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12812         * net/newst-backend.el (newsticker--get-news-by-funcall)
12813         (newsticker--get-news-by-wget, newsticker--image-get)
12814         (newsticker--image-sentinel):
12815         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12816         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12817         (eudc-ph-close-session):
12818         * net/eudc.el (eudc-save-options):
12819         * language/thai-word.el (thai-update-word-table):
12820         * language/japan-util.el (japanese-string-conversion):
12821         * international/titdic-cnv.el (tsang-quick-converter)
12822         (ziranma-converter, ctlau-converter):
12823         * international/mule-cmds.el (describe-language-environment):
12824         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12825         (skkdic-convert-postfix, skkdic-convert-prefix):
12826         (skkdic-convert-okuri-nasi, skkdic-convert):
12827         * emacs-lisp/re-builder.el (reb-update-overlays):
12828         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12829         * emacs-lisp/gulp.el (gulp-send-requests):
12830         * emacs-lisp/find-gc.el (trace-call-tree):
12831         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12832         (eieio-describe-generic):
12833         * emacs-lisp/eieio-base.el (eieio-persistent-read):
12834         * emacs-lisp/edebug.el (edebug-outside-excursion):
12835         * emacs-lisp/debug.el (debugger-make-xrefs):
12836         * emacs-lisp/cust-print.el (custom-prin1-to-string):
12837         * emacs-lisp/chart.el (chart-new-buffer):
12838         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12839         Use with-current-buffer.
12840         * textmodes/artist.el (artist-system): Don't call
12841         copy-sequence on a fresh string.
12842         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12844 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
12846         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12847         is no item to edit.  (Bug#4820)
12848         (todo-top-priorities): Restore point and restore narrowing in Todo
12849         buffer.  (Bug#4820)
12851 2009-10-31  Glenn Morris  <rgm@gnu.org>
12853         * net/ange-ftp.el (top-level): Don't require dired when compiling.
12854         (comint-last-output-start, comint-last-input-start)
12855         (comint-last-input-end): Don't defvar when compiling.
12856         (ange-ftp-process-file): Use bound-and-true-p.
12858         * pcmpl-rpm.el (top-level): Move provide statement to end.
12859         (pcmpl-rpm): Remove unused custom group.
12861         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12863         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12865         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12866         (byte-compile-warnings): Add `constants' as an option.
12867         (byte-compile-callargs-warn, byte-compile-arglist-warn)
12868         (display-call-tree): Update for byte-compile-fdefinition possibly
12869         returning `(macro lambda ...)'.  (Bug#4778)
12870         (byte-compile-variable-ref, byte-compile-setq-default):
12871         Respect `constants' member of byte-compile-warnings.
12873 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12875         * vc-bzr.el (vc-bzr-revision-keywords): New var.
12876         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12877         to "submit:".
12879 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
12881         * textmodes/ispell.el (ispell-skip-region-alist):
12882         * international/mule-conf.el (eight-bit):
12883         * international/fontset.el (font-encoding-alist):
12884         * startup.el (pure-space-overflow-message):
12885         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12886         * paths.el (gnus-nntp-service, rmail-spool-directory)
12887         (term-file-prefix):
12888         * files.el (save-some-buffers-action-alist):
12889         * cmuscheme.el (same-window-buffer-names):
12890         * ielm.el (same-window-buffer-names):
12891         * shell.el (same-window-buffer-names):
12892         * mail/sendmail.el (same-window-buffer-names):
12893         * progmodes/inf-lisp.el (same-window-buffer-names):
12894         * bindings.el (mode-line-client)
12895         (mode-line-column-line-number-mode-map):
12896         * language/tibetan.el (tibetan-precomposition-rule-regexp)
12897         (tibetan-precomposed-regexp): Purecopy string arguments.
12899 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12902         (calcDigit-nondigit):
12903         * calc/calc-yank.el (calc-copy-to-buffer):
12904         * calc/calc-units.el (calc-invalidate-units-table):
12905         * calc/calc-trail.el (calc-trail-yank):
12906         * calc/calc-store.el (calc-insert-variables):
12907         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12908         * calc/calc-prog.el (calc-read-parse-table):
12909         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12910         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12911         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12912         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12913         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12914         (calc-graph-name, calc-graph-find-command, calc-graph-view)
12915         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12916         * calc/calc-ext.el (calc-realign):
12917         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12918         (calc-embedded-finish-edit, calc-embedded-make-info)
12919         (calc-embedded-finish-command, calc-embedded-stack-change):
12920         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12922         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12923         shell-dynamic-complete-filename in preference to
12924         comint-dynamic-complete-filename.
12926         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12927         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12928         Don't consider whether the display supports colors.
12929         (bookmark-import-new-list): Use dolist.
12930         (bookmark-bmenu-mode-map): Move initialization into declaration.
12931         (bookmark-bmenu-list): Use dolist, simplify.
12932         (bookmark-show-all-annotations): Use save-selected-window and dolist.
12933         (menu-bar-final-items): Use push.
12935 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12937         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12938         it works on remote files.
12939         (vc-hg-diff): Don't pass any `--cwd' argument.
12941 2009-10-27  Kevin Ryde  <user42@zip.com.au>
12943         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12944         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12945         (Further to Bug#3921).
12947 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
12949         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12950         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12951         calling `tramp-imap-put-file'.  Add file size to the call.
12952         (tramp-imap-get-file-entries): Compute also user name, file size,
12953         and date.
12954         (tramp-imap-handle-insert-directory): Insert uid and gid.
12955         (tramp-imap-handle-file-attributes): Transform uid and gid
12956         according to `id-format'.
12957         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
12958         size in header X-Size.
12960 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
12962         * simple.el (transpose-subr): Give clearer error when the mark
12963         is not set.  (Bug#4807)
12965 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
12967         * net/tramp.el (tramp-perl-file-truename): New defconst.
12968         Perl code contributed by yary <not.com@gmail.com> (tiny change).
12969         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12970         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12971         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12973         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12974         Ignore `dired-call-process'.
12975         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12977 2009-10-26  Julian Scheid  <julians37@gmail.com>
12979         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12980         (tramp-get-remote-readlink): New defun.
12981         (tramp-handle-file-truename): Use it.
12982         (tramp-handle-file-exists-p): Check file-attributes cache, assume
12983         file exists if cache value present.
12984         (tramp-check-cached-permissions): New defun.
12985         (tramp-handle-file-readable-p): Use it.
12986         (tramp-handle-file-writable-p): Likewise.
12987         (tramp-handle-file-executable-p): Likewise.
12988         (tramp-handle-file-name-all-completions): Try using Perl to get
12989         partial completions.  When perl not available, combine `cd' and
12990         `ls' into single remote operation and use shell expansion to get
12991         partial remote directory contents.  Set `file-exists-p' cache for
12992         directory and any files returned by ls.  Change cache handling to
12993         support partial directory contents.  Use error message emitted by
12994         remote `cd' or Perl code for local tramp-error.
12995         (tramp-do-copy-or-rename-file-directly): Avoid separate
12996         tramp-send-command-and-check call.
12997         (tramp-handle-process-file): Merge three remote ops into one.
12998         Do not flush all caches when `process-file-side-effects' is set.
12999         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13000         file-attributes shows uid/gid to be set already.
13002 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13004         * textmodes/tex-mode.el (tex-dvi-view-command)
13005         (tex-show-queue-command, tex-open-quote):
13006         * progmodes/ruby-mode.el (auto-mode-alist)
13007         (interpreter-mode-alist): Purecopy strings.
13009         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13011         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13012         string for the hook, keymap and abbrev table.
13014         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13016         * x-dnd.el (x-dnd-xdnd-to-action):
13017         * startup.el (fancy-startup-text, fancy-about-text): Change to
13018         defconst from defvar.
13020         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13022         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13023         Purecopy initialization strings.
13025         * mail/sendmail.el (mail-header-separator)
13026         (mail-personal-alias-file):
13027         * mail/rmail.el (rmail-default-dont-reply-to-names)
13028         (rmail-ignored-headers, rmail-retry-ignored-headers)
13029         (rmail-highlighted-headers, rmail-secondary-file-directory)
13030         (rmail-secondary-file-regexp):
13031         * files.el (null-device, file-name-invalid-regexp)
13032         (locate-dominating-stop-dir-regexp)
13033         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13034         (interpreter-mode-alist): Use mapcar instead of mapc.
13036         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13038         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13039         (completion-ignored-extensions):
13040         (debug-ignored-errors): Purecopy strings.
13042 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13044         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13045         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13046         (pcomplete--here): Use push.
13048         * subr.el (all-completions): Declare the 4th arg obsolete.
13050 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * pcomplete.el (pcomplete-unquote-argument-function): New var.
13053         (pcomplete-unquote-argument): New function.
13054         (pcomplete--common-suffix): Always pay attention to case.
13055         (pcomplete--table-subvert): Quote and unquote the text.
13056         (pcomplete--common-quoted-suffix): New function.
13057         (pcomplete-std-complete): Use it and pcomplete-begin.
13059         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13060         we're inside a dedicated or minibuffer window.
13062 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
13064         * bookmark.el: Update documentation, especially documentation
13065         of `bookmark-alist' and of the bookmark file format.
13066         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
13068 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
13070         * mail/emacsbug.el (report-emacs-bug): Clarify that the
13071         keybindings apply to the mail buffer (Bug#4003).  Shrink help
13072         window to buffer.
13074         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13075         (global-whitespace-mode, global-whitespace-newline-mode)
13076         (whitespace-toggle-options, global-whitespace-toggle-options):
13077         Doc fix (Bug#3660).
13079         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13080         of xmltok-start before the end tag was inserted (Bug#2840).
13082         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13083         patterns that are preceded by an open-paren (Bug#1320).
13085 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
13087         * files.el (delete-directory): Delete symlinks to directories with
13088         delete-file (Bug#4739).
13090 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
13092         * vc.el (vc-backend-for-registration): Rename from
13093         vc-get-backend-for-registration.  Update callers.
13095         * international/mule-cmds.el (set-language-info-alist):
13096         Purecopy lang-env.
13097         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13098         (charset): Purecopy the name.
13099         (define-char-code-property): Purecopy string arguments.
13101         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13102         Purecopy string arguments.
13104         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13105         * ediff-hook.el (menu-bar-ediff-menu):
13106         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13107         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13109 2009-10-24  Glenn Morris  <rgm@gnu.org>
13111         * comint.el (comint-dynamic-list-completions):
13112         * term.el (term-dynamic-list-completions): Use choose-completion rather
13113         than obsolete alias mouse-choose-completion.
13115         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13116         file-cache-choose-completion.
13117         (file-cache-choose-completion): Handle an optional event argument.
13118         (file-cache-mouse-choose-completion): Make it an obsolete alias.
13120         * progmodes/octave-mod.el (octave-complete-symbol):
13121         Use choose-completion if mouse-choose-completion is ever removed.
13123         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13124         use.
13126         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13127         compiler.
13129         * vc-hooks.el (vc-responsible-backend): Fix declaration.
13131 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13134         Ignore `pred' now that we receive one.
13135         Handle test-completion specially.
13137 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13139         * vc.el (vc-responsible-backend): Throw an error if not backend is
13140         found.  Remove the REGISTER argument.  Move the code dealing with
13141         REGISTER ...
13142         (vc-get-backend-for-registration): ... here.  New function.
13143         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13144         of vc-responsible-backend, pass the file name instead of the
13145         directory name.
13147 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13149         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
13150         New funs.
13151         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
13152         (pcomplete-comint-setup): Don't modify a global var via
13153         accidental side-effects.
13154         (pcomplete-shell-setup): Adjust call accordingly.
13155         (pcomplete-parse-comint-arguments): Use push.
13157 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
13159         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13160         Allow uncapitalized info node names (Bug#3921).
13162         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
13163         to the DEBUG file (Bug#3781).
13165 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
13167         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
13168         dictionary entry (Bug#4579).
13170 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
13172         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
13173         from `rfn-eshadow-update-overlay-hook' when unloading.
13174         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
13175         "rsyncc".  Adjust doc string.
13176         (tramp-temp-buffer-file-name): New buffer-local defvar.
13177         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13178         Keep temporary file when indicated by method ("rsync" and
13179         "rsyncc").
13180         (tramp-handle-write-region): Handle APPEND.
13181         (tramp-delete-temp-file-function): New defun.  Added to
13182         `kill-buffer-hook'.
13184 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
13186         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
13188 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13190         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
13191         (color-name-rgb-alist, tty-standard-colors)
13192         (tty-color-mode-alist): Change to defconst.
13194         * simple.el (mark-inactive): Purecopy message.
13196         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
13197         (global-map, yank-menu):
13198         * textmodes/ispell.el (ispell-menu-map):
13199         * net/eudc.el (eudc-tools-menu):
13200         * international/mule-cmds.el (describe-language-environment-map)
13201         (setup-language-environment-map, set-coding-system-map)
13202         (mule-menu-keymap):
13203         * vc-hooks.el (vc-menu-entry, vc-menu-map):
13204         * replace.el (occur-mode-map):
13205         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
13207 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
13209         * calc/calc.el (math-read-number, math-read-number-simple): Use
13210         `save-match-data'.
13212 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13214         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
13215         rather than fiddling with global-map bindings, since it should only
13216         affect per-terminal settings.
13217         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
13219         * minibuffer.el (completion-table-with-terminator): Allow to specify
13220         the terminator-regexp.
13222         * simple.el (switch-to-completions): Look for *Completions* in other
13223         frames as well.
13225         * pcomplete.el: Allow the use of completion-tables.
13226         (pcomplete-std-complete): New command.
13227         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
13228         (pcomplete--here): Use a function for `form' rather than an expression,
13229         so it can be byte-compiled.
13230         (pcomplete-here, pcomplete-here*): Adjust accordingly.
13231         Add edebug declaration.
13232         (pcomplete-show-completions): Remove unused var `curbuf'.
13233         (pcomplete-do-complete, pcomplete-stub):
13234         Don't assume `completions' is a list of strings any more.
13236 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
13238         * find-dired.el (find-name-arg): Fix typo in docstring.
13240 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
13243         (pcmpl-linux-fs-types): Same, and update to new modules layout.
13245         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
13246         pcomplete-entries.
13248         * comint.el (comint-read-input-ring, comint-write-input-ring)
13249         (comint-substitute-in-file-name)
13250         (comint-dynamic-complete-as-filename)
13251         (comint-dynamic-simple-complete)
13252         (comint-dynamic-list-filename-completions)
13253         (comint-dynamic-list-completions)
13254         (comint-redirect-results-list-from-process): Minor simplifications.
13256 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13258         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
13259         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
13260         the first form.  And insert a blank line after ";;; Code" since
13261         that's usual style.  (Bug#4612)
13263         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
13265 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * minibuffer.el (completion-table-with-terminator): Properly implement
13268         boundaries, in case `terminator' appears in the suffix.
13269         (completion--embedded-envvar-table): Don't return boundaries if
13270         there's no valid completion.  Simplify.
13271         (completion-file-name-table): New completion table extracted from
13272         completion--file-name-table.
13273         (completion--file-name-table): Use it.
13274         (read-file-name-predicate): Declare obsolete.
13275         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
13276         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
13277         completion-file-name-table, and use the `pred' argument.
13278         * files.el (locate-file-completion-table): Use the `pred' arg rather
13279         than read-file-name-predicate.
13280         (abbreviate-file-name): Use \` rather than ^ for BOS.
13282 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13284         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
13285         vc-responsible-backend to register, it causes problems.
13287 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13289         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
13291 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
13293         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
13294         (tramp-smb-handle-file-attributes): Use it.
13295         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
13296         (tramp-smb-handle-insert-directory): Use `mapc' rather than
13297         `mapcar'.  Use `tramp-smb-get-stat-capability'.
13298         Add `dired-filename' text properties.
13299         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
13300         (tramp-smb-maybe-open-connection): Simplify check for smbclient
13301         version.
13303 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13305         * subr.el (read-key-delay): Reduce to 0.01.
13306         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
13307         (bug#4751).
13309 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13311         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
13313         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
13314         (Info-menu): Remove unused vars `last' and `completions'.
13315         (Info-index-nodes): Remove unused var `node'.
13317         * info.el (Info-complete-menu-item): Use complete-with-action.
13319 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
13321         Make vc-annotate work through copies and renames.
13322         * vc-annotate.el (vc-annotate-extract-revision-at-line):
13323         Return the file name too.
13324         (vc-annotate-revision-at-line)
13325         (vc-annotate-find-revision-at-line)
13326         (vc-annotate-revision-previous-to-line)
13327         (vc-annotate-show-log-revision-at-line): Update to get the file
13328         name from vc-annotate-extract-revision-at-line.
13329         (vc-annotate-show-diff-revision-at-line-internal): Change the
13330         argument to mean whether to show a file diff or not.  Get the file
13331         name from vc-annotate-extract-revision-at-line.
13332         (vc-annotate-show-diff-revision-at-line):
13333         Update vc-annotate-show-diff-revision-at-line call.
13334         (vc-annotate-warp-revision): Add an optional file argument.
13336         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
13337         (vc-git-annotate-extract-revision-at-line): Also return the file
13338         name if found.
13340         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
13341         command.  Remove unused code.
13342         (vc-hg-annotate-re): Update to match --follow output.
13343         (vc-hg-annotate-extract-revision-at-line): Also return the file
13344         name if found.
13346         * vc.el: Update annotate-extract-revision-at-line documentation.
13348 2009-10-18  Kevin Ryde  <user42@zip.com.au>
13350         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
13351         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
13353         * net/browse-url.el (browse-url): Identify alist with "consp and
13354         not functionp" and let all other things go down the `apply' leg,
13355         as suggested by Stefan.  (Further to bug#4531.)
13357 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
13359         * minibuffer.el (read-file-name): Check for repeat before putting
13360         a default argument in file-name-history (Bug#4657).
13362         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
13363         read syntax (Bug#4737).
13365         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
13367 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13369         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
13370         (html-tag-alist, html-tag-help): Add descriptions for undocumented
13371         entries and make note of obsolete tags.
13373 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13375         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
13377 2009-10-18  Glenn Morris  <rgm@gnu.org>
13379         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
13380         grep, so that binary files (eg international/uni-bidi.el) can match.
13381         Remove test for "UnicodeData" files, since it is hopefully unnecessary
13382         now, and in any case the file header format has changed.
13384 2009-10-17  Glenn Morris  <rgm@gnu.org>
13386         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
13387         (flyspell-get-word, flyspell-large-region)
13388         (flyspell-auto-correct-previous-word): Doc/error message fixes.
13390 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
13392         * Makefile.in (ELCFILES): Add ede/shell.
13394 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
13396         * term/common-win.el (x-colors): Purecopy it.
13398 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13400         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
13401         permissive for when the buffer is empty.
13402         (tar-header-block-tokenize): Decode the username and groupname.
13403         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
13405 2009-10-17  Eric Ludlam  <zappo@gnu.org>
13407         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
13408         contains multibyte characters, choose first applicable coding
13409         system automatically.
13411 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13413         * international/mule-cmds.el (select-safe-coding-system): If the file
13414         has a coding cookie, use it regardless of any other setting (bug#4712).
13416 2009-10-17  Glenn Morris  <rgm@gnu.org>
13418         * foldout.el (foldout-mouse-swallow-events):
13419         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
13421         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
13422         (dired-keep-marker-copy, dired-keep-marker-hardlink)
13423         (dired-keep-marker-symlink, dired-dwim-target)
13424         (dired-copy-preserve-time): Do not autoload these defcustoms.
13426         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
13427         messages from messing up the file coding.  (Bug#4623)
13429 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
13431         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
13432         if no match is found for the current dictionary.  (Bug#4578)
13434         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
13435         optional, since that is how it is documented, and this is often called
13436         with a nil argument.  (Bug#4577)
13437         (flyspell-external-point-words, flyspell-auto-correct-word)
13438         (flyspell-correct-word-before-point, flyspell-word-search-forward)
13439         (flyspell-word-search-backward): Remove nil argument in calls to
13440         flyspell-get-word, since it is not needed now.
13442 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
13444         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
13446 2009-10-16  Glenn Morris  <rgm@gnu.org>
13448         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
13450 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
13452         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
13453         (ange-ftp-file-size): New function.
13454         (ange-ftp-file-attributes): Use it.
13456 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
13458         * net/tramp-smb.el (tramp-smb-version): New defvar.
13459         (tramp-smb-maybe-open-connection): Use it, in order to avoid
13460         repeated checks.
13462 2009-10-16  Glenn Morris  <rgm@gnu.org>
13464         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13465         Maybe copy some custom properties from old to new name.  (Bug#4706)
13467 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
13469         * subr.el (error, sit-for, start-process-shell-command)
13470         (start-file-process-shell-command): Set the calling convention
13471         after the function definition.
13473 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13475         * subr.el (error, sit-for, start-process-shell-command)
13476         (start-file-process-shell-command): Use the new
13477         set-advertised-calling-convention feature.
13479 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
13481         * international/ucs-normalize.el (ucs-normalize-version):
13482         Change to 1.2.
13483         (check-range): Adjust for Unicode 5.2.
13485 2009-10-15  Juri Linkov  <juri@jurta.org>
13487         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
13488         to the `menu-item' format.
13490 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
13492         * net/tramp.el (tramp-replace-environment-variables): Do not fail
13493         if the environment variable does not exist.
13495         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13496         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
13497         parameter.
13498         (tramp-smb-handle-add-name-to-file)
13499         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13500         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13501         (tramp-smb-handle-file-attributes)
13502         (tramp-smb-do-file-attributes-with-stat)
13503         (tramp-smb-handle-file-local-copy)
13504         (tramp-smb-handle-insert-directory)
13505         (tramp-smb-handle-make-directory)
13506         (tramp-smb-handle-make-directory-internal)
13507         (tramp-smb-handle-make-symbolic-link)
13508         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
13509         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
13510         (tramp-smb-maybe-open-connection): Apply the changed parameters.
13511         (tramp-smb-read-file-entry): Read Disk names in compressed format.
13512         Handle long file names.
13513         (tramp-smb-get-cifs-capabilities): Check, whether the connection
13514         process is running.
13515         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
13516         Read share names with "-g" option.
13518 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
13520         * net/rcirc.el (rcirc-view-log-file): New command.
13521         (rcirc-track-minor-mode-map): Remove C-c ` binding.
13522         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
13523         specified.
13525 2009-10-15  Glenn Morris  <rgm@gnu.org>
13527         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13528         from the second command-line argument.
13529         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13530         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13531         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13532         w32-batch-update-autoloads.
13533         * emacs-lisp/autoload.el (autoload-make-program): New variable.
13534         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13536         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13537         the headers cannot be located.  Simplify, subtracting superflous
13538         save-excursions.
13540 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13542         Replace completion-base-size by completion-base-position to fix bugs
13543         such as (bug#4699).
13544         * simple.el (completion-base-position): New var.
13545         (completion-base-size): Mark as obsolete.
13546         (choose-completion): Make it work for mouse events as well.
13547         Pass the new base-position to choose-completion-string.
13548         (choose-completion-guess-base-position): New function, extracted from
13549         choose-completion-delete-max-match.
13550         (choose-completion-delete-max-match): Use it.  Make obsolete.
13551         (choose-completion-string): Use the new base-position info.
13552         (completion-root-regexp): Delete.
13553         (completion-setup-function): Preserve completion-base-position.
13554         Eliminate obsolete base-size manipulation.
13555         * minibuffer.el (display-completion-list): Don't mess with base-size.
13556         (minibuffer-completion-help): Set completion-base-position instead.
13557         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13558         choose-completion.
13559         * textmodes/bibtex.el (bibtex-complete):
13560         * emacs-lisp/crm.el (crm--choose-completion-string):
13561         Adjust to new calling convention.
13562         * complete.el (partial-completion-mode): Use minibufferp to avoid
13563         bumping into incompatible change to choose-completion-string-functions.
13564         * ido.el (ido-choose-completion-string): Make its calling convention
13565         more permissive.
13566         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13567         base-size manipulation.
13568         (comint-dynamic-list-input-ring): Use dotimes and push.
13569         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13570         fundamental-mode.  Use `or'.
13572 2009-10-14  Juri Linkov  <juri@jurta.org>
13574         * misearch.el (multi-isearch-next-buffer-from-list)
13575         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
13577 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * Makefile.in (compile-onefile): Load `bytecomp' rather than
13580         `bytecomp.el'.
13582         * minibuffer.el (completion-pcm--merge-completions): Make sure the
13583         string we return is all made up of text from the completions rather
13584         than part from the completions and part from the input (bug#4219).
13586         * ido.el (ido-everywhere): Use define-minor-mode.
13588         * buff-menu.el (list-buffers, ctl-x-map):
13589         Mark the entry points with ;;;###autoload cookies.
13591 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13593         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13594         correctly in the detached head case.
13595         (vc-git-print-log): Remove unused binding.
13597         * vc.el (vc-responsible-backend): When a directory is passed for
13598         for registration create a VC repository if no backend is
13599         responsible for the directory argument.
13600         (vc-deduce-fileset): Tell vc-responsible-backend to register.
13602         * vc.el: Move comments about RCS and SCCS ...
13603         * vc-rcs.el:
13604         * vc-sccs.el: ... here, respectively.
13606 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13608         * minibuffer.el (completion--file-name-table): Return nil if there's
13609         no file completion, even if substitute-in-file-name changed
13610         the string (bug#4708).
13612 2009-10-13  Juri Linkov  <juri@jurta.org>
13614         * files-x.el (read-file-local-variable-value): Don't filter out
13615         minor modes from mode name completion (bug#4664).
13617 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13619         * international/mule-cmds.el (ucs-names): Remove exclusion of
13620         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13622 2009-10-13  Kenichi Handa  <handa@m17n.org>
13624         * international/uni-name.el: Regenerated.
13626 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
13628         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
13629         should be automatically buffer-local, but isn't.)
13631 2009-10-12  Sam Steingold  <sds@gnu.org>
13633         * progmodes/compile.el (compilation-next-error-function): Fix the
13634         timestamps if the buffer has been visited before.
13635         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13636         non-anchored patterns, like the perl one (bug#3928).
13638 2009-10-12  Glenn Morris  <rgm@gnu.org>
13640         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13641         Let-bind `size'.
13643 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
13645         * proced.el (proced-unload-function): New function.
13647         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13648         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13649         Doc fix.
13651         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13653 2009-10-11  Juri Linkov  <juri@jurta.org>
13655         * files-x.el (read-file-local-variable-value):
13656         Provide default value only for bound variables (bug#4664).
13658 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
13660         * net/tramp.el (tramp-local-host-p): Function shall return nil for
13661         connection methods like smb.
13663         * net/tramp-cache.el (tramp-flush-connection-property): The hash
13664         can be empty.
13666         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13667         (tramp-smb-file-name-handler-alist): Add handlers for
13668         `add-name-to-file', `make-symbolic-link'.
13669         (tramp-smb-handle-add-name-to-file)
13670         (tramp-smb-do-file-attributes-with-stat)
13671         (tramp-smb-handle-make-symbolic-link)
13672         (tramp-smb-get-cifs-capabilities): New defuns.
13673         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13674         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13675         (tramp-smb-handle-file-local-copy)
13676         (tramp-smb-handle-make-directory-internal)
13677         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13678         The file name syntax depends on cifs capabilities.
13679         (tramp-smb-handle-file-attributes):
13680         Call `tramp-smb-do-file-attributes-with-stat' if possible.
13681         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13682         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13684 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
13686         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13687         (eieio-defclass): Apply deftype handler and setf-method properties
13688         directly.
13689         (eieio-add-new-slot): Avoid union function from cl library.
13690         (eieio--typep): New function.
13691         (eieio-perform-slot-validation): Use it.
13693 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13695         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13696         Update documentation to refer to the variables documented in r1.135.
13697         (Bug#4188)
13699 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13701         * bookmark.el (Info-suffix-list): Remove this unused variable.
13702         (bookmark-current-point): Remove this obsolete variable.
13703         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13704         Adjust for removal of bookmark-current-point.
13706         (bookmarks-already-loaded, bookmark-current-buffer)
13707         (bookmark-yank-point): Document.  (Bug#4188)
13709 2009-10-10  Glenn Morris  <rgm@gnu.org>
13711         * frame.el (frame-height): Doc fix.
13713         * calendar/calendar.el (calendar-split-width-threshold): New option.
13714         (calendar-basic-setup): Use calendar-split-width-threshold.
13716 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
13718         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13719         Ideographic Supplement" range (U+1F200..U+1F2FF).
13721 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13723         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13724         since the list will have been rebuilt anyway.  (Bug#4349)
13726 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13728         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13729         (bookmark-bmenu-execute-deletions): Don't save here, as
13730         bookmark-delete will now do so if necessary.
13731         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13732         (Bug#4348)
13734 2009-10-09  Glenn Morris  <rgm@gnu.org>
13736         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13738 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13740         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13741         (bookmark-jump-other-window): Just invoke bookmark-jump with new
13742         argument now, so the two function's behaviors will match.  (Bug#3645)
13744 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
13746         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13747         (tramp-file-name-real-host, tramp-file-name-port):
13748         Apply `save-match-data'.
13750         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13751         case both directories are remote.
13752         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13753         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13755 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13757         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13759 2009-10-07  Glenn Morris  <rgm@gnu.org>
13761         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13762         of concat.
13764 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13766         * files-x.el (read-file-local-variable): Include some
13767         non-user-variables in the completion table (bug#4664).
13769 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
13771         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13772         message.
13774         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13775         (tramp-smb-file-name-handler-alist): Add handler for
13776         `copy-directory', `expand-file-name', `set-file-modes'.
13777         (tramp-smb-handle-copy-directory)
13778         (tramp-smb-handle-expand-file-name)
13779         (tramp-smb-handle-set-file-modes): New defuns.
13780         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13781         (tramp-smb-handle-file-attributes): Simplify check for retrieving
13782         entry.
13783         (tramp-smb-handle-insert-directory): Don't flush the cache.
13784         (tramp-smb-maybe-open-connection): Check for samba client and
13785         server versions.
13787 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
13789         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13790         to not error out of search for "^lisp=" fails.
13792 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13794         * makefile.w32-in (WINS_UPDATES): New macro.
13795         (custom-deps, finder-data, autoloads): Use it.
13797 2009-10-07  Glenn Morris  <rgm@gnu.org>
13799         * Makefile.in (autoloads): Revert previous change.
13800         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13801         the list of preloaded files passed on the command-line, get
13802         it from src/Makefile.
13804         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13805         show the original buffer rather than a random one.
13807 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
13809         * help.el (describe-no-warranty): Place point in a slightly better
13810         position in the GPLv3 text.
13812 2009-10-06  Sam Steingold  <sds@gnu.org>
13814         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13815         the comm attribute is present before calling regexp-quote.
13817 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
13819         * play/animate.el (animate-string): For good effect, make sure
13820         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13822         * play/animate.el (animate-sequence, animate-birthday-present):
13823         * misc.el (butterfly): Don't set `indent-tabs-mode'.
13825 2009-10-06  Glenn Morris  <rgm@gnu.org>
13827         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13829         * emacs-lisp/autoload.el (autoload-excludes): New variable.
13830         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13831         (batch-update-autoloads): Process a string value of autoload-excludes,
13832         set during the build process.
13833         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
13835         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13836         inside with-parsed...  macro so that `v' is defined.
13838         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13839         * progmodes/fortran.el (fortran-end-of-block)
13840         (fortran-beginning-of-block):
13841         Also push mark in the macro case.
13843         * emerge.el (emerge-show-file-name):
13844         * calc/calc.el (calc-quit):
13845         * calc/calc-misc.el (calc-big-or-small):
13846         * calc/calc-graph.el (calc-graph-view):
13847         * calc/calc-ext.el (calc-reset):
13848         * calendar/calendar.el (calendar-basic-setup):
13849         Use window-full-height-p.
13851         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13852         header we don't understand, don't insert another.  (Bug#4624)
13853         If changing mime charset, insert the new one in the right place.
13855 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
13857         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13858         (cal-tex-cursor-month): Correctly increment the end date for diary and
13859         holiday listing.  (Bug#4626)
13861 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13863         * help-fns.el (describe-function-1): Don't burp if the function is not
13864         a symbol.
13866 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
13868         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13869         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13870         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13871         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13873         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13874         (eieio-default-superclass): Reflow docstrings.
13875         (this, class-option-assoc, defclass, eieio-class-un-autoload)
13876         (eieio-unbind-method-implementations, defmethod)
13877         (eieio-validate-slot-value, eieio-validate-class-slot-value)
13878         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13879         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13880         (eieio-slot-originating-class-p, eieio-slot-name-index)
13881         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13882         (constructor, initialize-instance, no-next-method, object-print)
13883         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13884         Fix typos in docstrings.
13885         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13886         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13887         (next-method-p): Doc fixes.
13888         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13889         Fix typos in error messages.
13890         (eieio-defmethod): Fix typo in description of generic method.
13892         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13893         (eieio-persistent-save-interactive, slot-missing):
13894         Fix typos in docstrings.
13895         (eieio-instance-inheritor-slot-boundp): Doc fix.
13897         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13898         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13900         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13901         (eieio-custom-object-apply-reset):
13902         Fix typos in docstrings and error messages.
13904         * emacs-lisp/eieio-datadebug.el (data-debug-show):
13905         Fix typo in docstring.
13907         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13908         (eieio-browse-tree): Doc fix.
13909         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13910         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13911         Fix typos in docstrings.
13913         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13914         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13915         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13916         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13917         Reflow docstrings.
13919 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13921         * vc-hg.el (log-view-vc-backend): Declare for compiler.
13922         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13923         Set log-view-vc-backend so that diff can work.
13925         * log-view.el (log-view-diff): Use vc-diff-internal instead of
13926         vc-version-diff.
13927         (vc-diff-internal): Autoload this instead of vc-version-diff.
13929 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
13931         * simple.el (eval-expression): Doc fix.
13933         * progmodes/cwarn.el (cwarn-mode): Doc fix.
13935 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
13937         * files.el (directory-files-no-dot-files-regexp): New defconst.
13938         (delete-directory): Use it.
13939         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
13941         * net/tramp.el (tramp-verbose): Fix docstring.
13942         (tramp-methods): Add recursive option to `tramp-copy-args'.
13943         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
13944         "scp1_old", "scp2_old", "rsync", "rsyncc".
13945         (tramp-default-method): Check also for `auth-source-user-or-password'.
13946         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13947         Add handler for `copy-directory'.
13948         (tramp-handle-copy-directory): New defun.
13949         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13950         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13951         Optimize sent command.
13953 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13955         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13956         window if necessary.
13958         * calendar/calendar.el (calendar-basic-setup): Don't call
13959         switch-to-buffer in a dedicated window.
13961 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
13963         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13964         don't do anything related to relocating, just return nil.
13965         (bookmark-error-no-filename): New error.
13966         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13967         bookmark has no file.  Don't even attempt to handle things that
13968         are not files; the whole point of custom handlers is to keep that
13969         knowledge elsewhere anyway.  Tighten some comments.
13970         (bookmark-file-or-variation-thereof): Remove now-unused function.
13971         (bookmark-location): Doc string fix.
13972         (Bug#4250)
13974 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13976         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13977         don't use a file dialog, because they usually don't know how to read
13978         a directory target from the user.  (Bug#4230)
13979         Also, make sure the prompt can display directories as well as files.
13981 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13983         * bookmark.el (bookmark-set, bookmark-buffer-name):
13984         Improve doc strings.  (Bug#1193)
13986 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13988         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13989         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13990         (bookmark-get-annotation, bookmark-set-annotation)
13991         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13992         (bookmark-set-position, bookmark-get-front-context-string)
13993         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13994         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13995         (bookmark-jump-other-window, bookmark-handle-bookmark)
13996         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13997         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13998         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13999         Improve doc strings to say whether bookmark can be a string or
14000         a record or both, and make other consistency and clarity fixes.
14001         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14002         (bookmark-default-annotation-text, bookmark-yank-word)
14003         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14004         (bookmark-import-new-list, bookmark-maybe-rename)
14005         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14006         (bookmark-bmenu-bookmark): Give these doc strings.
14007         (bookmark-bmenu-check-position): Give this a doc string, but also
14008         add a FIXME comment about how the function may be pointless.
14009         (bookmark-default-handler): Rework doc string and change a
14010         parameter name, to clarify that this takes a bookmark record
14011         not a bookmark name.
14012         (bookmark-set): Change a parameter name to indicate its meaning,
14013         and improve the doc string a bit.
14014         (Bug#4188)
14016 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14018         * bookmark.el (bookmark-alist): Document the new `handler' element
14019         in the param alist.
14020         (bookmark-make-record-function): Adjust documentation for above.
14021         (Bug#4193)
14023 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14025         * info.el (Info-bookmark-make-record): Document this function.
14026         (Info-bookmark-jump): Document with a doc string, not just a comment.
14027         (Bug#4203)
14029 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
14031         * files.el (copy-directory): New defun.
14033         * dired-aux.el (dired-copy-file-recursive): Use it.
14035 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14037         * files-x.el (modify-dir-local-variable)
14038         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14039         docstrings.
14041         * recentf.el (recentf-unload-function): New function.
14043 2009-10-04  Glenn Morris  <rgm@gnu.org>
14045         * window.el (window-full-height-p): Add doc string.
14047 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
14049         * window.el (window-full-height-p): New function.  (Bug#4543)
14051 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
14053         * vc.el: Remove commented out code.
14054         (vc-derived-from-dir-mode): Remove, unused.
14055         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14057 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
14059         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14060         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
14061         there could be recursive loading when `default-directory' is a
14062         remote file name.  (Bug#4614)
14064 2009-10-03  Glenn Morris  <rgm@gnu.org>
14066         * calendar/calendar.el (calendar-basic-setup): Handle the case where
14067         the frame is wide.
14068         (calendar-generate-window): Test for shrinkability rather than width.
14070         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14071         reusing existing buffers, in case we happen to visit two files with the
14072         same basename.  (Bug#4593)
14074 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14076         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14077         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14078         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14079         subdirs of cedet as well.
14080         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14082 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14084         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14085         Obey advertised-signature-table.
14087         * help-fns.el (help-function-arglist): Don't check
14088         advertised-signature-table.
14089         (describe-function-1): Do it here instead so it also applies to subrs.
14091 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
14093         * simple.el (start-file-process): Say in the doc-string, that file
14094         handlers might not support pty association, if PROGRAM is nil.
14096         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14097         HOST and USER are strings.  They are nil, when there are
14098         incomplete entries in ~/.netrc, for example.
14099         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
14100         root directory ("device busy" error otherwise).
14102         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14103         Flush file properties of created directory.
14105 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14107         * makefile.w32-in (WINS_BASIC): Remove cedet.
14108         (WINS_CEDET): Add cedet.
14109         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14111 2009-10-02  Kevin Ryde  <user42@zip.com.au>
14113         * net/browse-url.el (browse-url): Pass any symbol in
14114         browse-url-browser-function to `apply', since if you've mistakenly put
14115         an unbound symbol then the error is clearer.  (Bug#4531)
14117 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14119         * allout.el (allout-init, allout-back-to-current-heading)
14120         (allout-beginning-of-current-entry, allout-ascend-to-depth)
14121         (allout-ascend, allout-up-current-level, allout-end-of-level)
14122         (allout-previous-visible-heading, allout-forward-current-level)
14123         (allout-backward-current-level, allout-show-children):
14124         * apropos.el (apropos-describe-plist):
14125         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14126         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14127         * completion.el (add-completion, add-permanent-completion):
14128         * descr-text.el (describe-text-category, describe-char):
14129         * desktop.el (desktop-lazy-abort):
14130         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14131         * dired.el (dired-build-subdir-alist):
14132         * ediff.el (ediff-version):
14133         * elide-head.el (elide-head, elide-head-show):
14134         * emerge.el (emerge-version):
14135         * env.el (getenv):
14136         * face-remap.el (variable-pitch-mode):
14137         * faces.el (describe-face):
14138         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14139         (dired-at-point):
14140         * files.el (find-file-existing, auto-save-mode):
14141         * font-lock.el (font-lock-fontify-buffer):
14142         * help-fns.el (describe-function, describe-variable)
14143         (describe-syntax, describe-categories):
14144         * help.el (view-lossage, describe-bindings, describe-key)
14145         (describe-mode):
14146         * hexl.el (hexl-current-address):
14147         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
14148         * info.el (Info-goto-emacs-key-command-node):
14149         * log-edit.el (log-edit-insert-cvs-template)
14150         (log-edit-insert-cvs-rcstemplate):
14151         * menu-bar.el (menu-bar-mode):
14152         * mouse.el (mouse-appearance-menu):
14153         * newcomment.el (comment-indent-new-line):
14154         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
14155         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
14156         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
14157         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
14158         * recentf.el (recentf-mode):
14159         * savehist.el (savehist-mode, savehist-save):
14160         * shadowfile.el (shadow-copy-files):
14161         * simple.el (kill-ring-save, next-line, previous-line)
14162         (normal-erase-is-backspace-mode):
14163         * strokes.el (strokes-update-window-configuration)
14164         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
14165         (strokes-xpm-for-stroke):
14166         * time.el (emacs-uptime, emacs-init-time):
14167         * tutorial.el (tutorial--describe-nonstandard-key)
14168         (tutorial--detailed-help):
14169         * type-break.el (type-break-mode)
14170         (type-break-mode-line-message-mode, type-break-query-mode)
14171         (type-break-guesstimate-keystroke-threshold):
14172         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
14173         * version.el (emacs-version):
14174         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
14175         * winner.el (winner-mode):
14176         * calendar/timeclock.el (timeclock-in, timeclock-out)
14177         (timeclock-status-string, timeclock-change)
14178         (timeclock-workday-remaining-string)
14179         (timeclock-workday-elapsed-string)
14180         (timeclock-when-to-leave-string):
14181         * calendar/todo-mode.el (todo-add-category):
14182         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
14183         * emacs-lisp/autoload.el (update-file-autoloads):
14184         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
14185         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
14186         (checkdoc-message-text, checkdoc-defun):
14187         * emacs-lisp/debug.el (debugger-list-functions):
14188         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14189         * emacs-lisp/eieio-opt.el (eieio-describe-class)
14190         (eieio-describe-generic):
14191         * emacs-lisp/lisp-mnt.el (lm-synopsis):
14192         * emacs-lisp/shadow.el (list-load-path-shadows):
14193         * emulation/cua-base.el (cua-mode):
14194         * emulation/edt.el (edt-set-scroll-margins):
14195         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
14196         (tpu-toggle-regexp, tpu-toggle-search-direction)
14197         (tpu-toggle-rectangle, tpu-toggle-control-keys):
14198         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14199         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14200         (viper-set-parsing-style-toggling-macro)
14201         (viper-set-emacs-state-searchstyle-macros):
14202         * emulation/viper.el (viper-set-hooks):
14203         * eshell/esh-mode.el (eshell-truncate-buffer):
14204         * international/mule-cmds.el (prefer-coding-system)
14205         (describe-input-method, describe-language-environment):
14206         * international/mule-diag.el (list-character-sets)
14207         (describe-character-set, describe-coding-system)
14208         (describe-fontset, list-fontsets, list-input-methods):
14209         * mail/sendmail.el (mail-signature):
14210         * net/ange-ftp.el (ange-ftp-copy-file):
14211         * net/browse-url.el (browse-url):
14212         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
14213         * net/quickurl.el (quickurl-add-url):
14214         * net/rcirc.el (names, topic):
14215         * net/xesam.el (xesam-mode):
14216         * play/5x5.el (5x5-new-game):
14217         * play/yow.el (apropos-zippy):
14218         * progmodes/ada-mode.el (ada-mode-version):
14219         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
14220         (f90-end-of-block)
14221         (f90-beginning-of-block):
14222         * progmodes/fortran.el (fortran-end-of-block)
14223         (fortran-beginning-of-block):
14224         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
14225         * progmodes/python.el (python-describe-symbol, python-shell):
14226         * term/ns-win.el (ns-print-buffer):
14227         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
14228         * textmodes/flyspell.el (flyspell-mode-on):
14229         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
14230         (pages-directory-for-addresses):
14231         * textmodes/table.el (table-recognize-cell)
14232         (table-query-dimension, table-generate-source)
14233         (table-insert-sequence, table--warn-incompatibility):
14234         * textmodes/tex-mode.el (tex-validate-buffer):
14235         * textmodes/texinfmt.el (texinfmt-version)
14236         (texinfo-format-buffer):
14237         Use `called-interactively-p' instead of `interactive-p'.
14239 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14241         * image-mode.el (image-toggle-display):
14242         * emacs-lisp/elp.el (elp-instrument-function):
14243         * emacs-lisp/advice.el (ad-make-advised-definition):
14244         * emacs-lisp/easy-mmode.el (define-minor-mode):
14245         * net/browse-url.el (browse-url-maybe-new-window):
14246         * progmodes/sh-script.el (sh-learn-buffer-indent):
14247         Pass new argument 'any to `called-interactively-p'.
14249 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
14251         * international/uni-bidi.el:
14252         * international/uni-category.el:
14253         * international/uni-combining.el:
14254         * international/uni-comment.el:
14255         * international/uni-decimal.el:
14256         * international/uni-decomposition.el:
14257         * international/uni-digit.el:
14258         * international/uni-lowercase.el:
14259         * international/uni-mirrored.el:
14260         * international/uni-name.el:
14261         * international/uni-numeric.el:
14262         * international/uni-old-name.el:
14263         * international/uni-titlecase.el:
14264         * international/uni-uppercase.el:
14265         Regenerate from Unicode 5.2.0 data.
14267 2009-10-01  Glenn Morris  <rgm@gnu.org>
14269         * Makefile.in (ELCFILES): Regenerate.
14271 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14273         * subr.el (interactive-p): Mark obsolete.
14274         (called-interactively-p): Make the optional-ness of `kind' obsolete.
14275         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
14276         advertised-signature-table for subroutines as well.
14278         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
14279         (set-advertised-calling-convention): New function.
14280         (make-obsolete, define-obsolete-function-alias)
14281         (make-obsolete-variable, define-obsolete-variable-alias):
14282         Make the optional-ness of `when' obsolete.
14283         (define-obsolete-face-alias): Make `when' non-optional.
14284         * help-fns.el (help-function-arglist):
14285         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
14286         Use advertised-signature-table.
14288 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
14290         * files.el (delete-directory): New defun.  The original function
14291         in fileio.c has been renamed to `delete-directory-internal'.
14293         * dired.el (dired-delete-file): Call `delete-directory' with
14294         RECURSIVE parameter.
14296         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
14297         parameter RECURSIVE.  Implementation is missing.
14299         * net/tramp.el (tramp-handle-make-directory): Flush upper
14300         directory's file properties.
14301         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
14302         (tramp-handle-dired-recursive-delete-directory): Flush directory
14303         properties after the remove command only.
14305         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14306         Handle optional parameter RECURSIVE.
14308         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14309         Handle optional parameter RECURSIVE.
14311         * net/tramp-smb.el (tramp-smb-errors): Add error message for
14312         connection timeout.
14313         (tramp-smb-handle-delete-directory): Handle optional parameter
14314         RECURSIVE.
14316 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14318         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
14319         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
14320         (byte-compile-defmacro): Use backquotes.
14322         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
14324         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
14325         has no associated file.
14326         (vc-resynch-buffer): Use vc-dir-buffers.
14328 2009-10-01  Glenn Morris  <rgm@gnu.org>
14330         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
14331         (chart-file-count):
14332         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
14333         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
14334         * emacs-lisp/eieio-opt.el (eieio-describe-class):
14335         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
14336         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
14337         (eieio-copy-parents-into-subclass, make-instance, class-children)
14338         (eieio-generic-form):
14340         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
14341         match-data.  (Bug#4555).
14343         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
14344         rather than parsing it as a regexp.  This relaxes the layout
14345         requirements and makes errors easier to detect.
14346         (check-declare-verify): Check file is regular.
14347         (check-declare-directory): Doc fix.
14348         * subr.el (declare-function): Doc fix.
14350         * ibuffer.el (ibuffer-format-qualifier):
14351         * isearch.el (hi-lock-regexp-okay):
14352         * calc/calc.el (math-zerop):
14353         * mail/uce.el (rmail-msgbeg, rmail-msgend):
14354         * term/w32-win.el (setup-default-fontset, set-fontset-font):
14355         Remove unused declarations.
14357 2009-09-30  Eric Ludlam  <zappo@gnu.org>
14359         * emacs-lisp/eieio.el (boolean-p): Delete.
14361 2009-09-30  Glenn Morris  <rgm@gnu.org>
14363         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
14365         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
14366         filename is not a string.
14368 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
14370         * files.el (safe-local-eval-forms): Fix typo.
14372 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14374         * vc-hooks.el (vc-dir-buffers): New var.
14375         (vc-state-refresh): New function.
14376         (vc-state): Use it.
14377         (vc-after-save): Always ask the backend to recompute the new state.
14378         Always call vc-dir if necessary, using vc-dir-buffers.
14379         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
14380         Use vc-dir-buffers.
14381         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
14382         (vc-dir-prepare-status-buffer, vc-dir-update)
14383         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
14384         Don't call expand-file-name on default-directory.
14386 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14388         * speedbar.el (speedbar-item-delete):
14389         * calc/calc-prog.el (calc-kbd-if):
14390         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
14392         * epa.el (epa-key-list-mode-map):
14393         * hi-lock.el (hi-lock-menu): Fix typos in menus.
14395         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
14396         (hs-show-hook): Fix typo in docstring.
14398 2009-09-29  Glenn Morris  <rgm@gnu.org>
14400         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
14401         file-name-nondirectory call preventing location of cedet files.
14402         (check-declare-verify): Use literal search rather than re-search.
14403         Add basic defmethod and defclass, and define-overloadable-function.
14405         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14406         Use tramp-compat-file-attributes rather than nonexistent
14407         tramp-compat-handle-file-attributes.
14409         * Makefile.in (lisptagsfiles4): New.
14410         (AUTOGENEL): Add cedet loaddefs files.
14411         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
14412         (update-elclist, compile-always, backup-compiled-files)
14413         (bootstrap-clean): Add yet another directory level.
14414         (update-elclist): Use LC_COLLATE rather than COLLATE.
14415         (ELCFILES): Update, via `make update-elclist'.
14417 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14419         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
14420         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
14421         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
14423 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
14425         * Makefile.in (lisptagsfiles3): Define.
14426         (TAGS, TAGS-LISP): Use it.
14427         (update-elclist): Add third directory level to look for elc files.
14428         (compile-always): Likewise.
14429         (backup-compiled-files): Likewise.
14430         (bootstrap-clean): Likewise.
14431         (ELCFILES): Update.
14433 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
14435         * Makefile.in (ELCFILES): Add CEDET files.
14437 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
14439         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
14441         * net/tramp.el (top): Require tramp-imap.
14443         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14444         Use `tramp-compat-handle-file-attributes'.
14446 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14448         * net/tramp-imap.el: New package.
14450 2009-09-28  Eric Ludlam  <zappo@gnu.org>
14452         * emacs-lisp/chart.el:
14453         * emacs-lisp/eieio-base.el:
14454         * emacs-lisp/eieio-comp.el:
14455         * emacs-lisp/eieio-custom.el:
14456         * emacs-lisp/eieio-datadebug.el:
14457         * emacs-lisp/eieio-opt.el:
14458         * emacs-lisp/eieio-speedbar.el:
14459         * emacs-lisp/eieio.el: New files.
14461 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14463         * whitespace.el (whitespace-trailing-regexp)
14464         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
14465         Fix doc string.
14467 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
14469         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
14470         menu.
14472         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
14473         menu-bar-ediff-menu.
14475         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
14476         define-overloadable-function.
14478         * progmodes/autoconf.el: Provide autoconf as well, so that this
14479         file can be `require'd.
14481         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
14483         * emacs-lisp/autoload.el (generated-autoload-feature)
14484         (generated-autoload-load-name): New vars.
14485         (autoload-rubric, autoload-generate-file-autoloads): Use them.
14486         (make-autoload): Recognize define-overloadable-function and
14487         defclass forms (for EIEIO).
14489         * Makefile.in (update-subdirs): Exclude cedet directory.
14491 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14493         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
14495         * faces.el: Default light-background background for region face to
14496         ns_selection_color under NS.
14498 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14500         * net/imap-hash.el: New library, see NEWS.
14502         * Makefile.in (ELCFILES): Add imap-hash.el.
14504 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14506         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
14507         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
14508         * help-macro.el (make-help-screen): Avoid using an ambiguous function
14509         definition where the docstring could be taken for the return value.
14511 2009-09-26  Glenn Morris  <rgm@gnu.org>
14513         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
14514         Add option to only show images below a certain size.
14515         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
14516         save-excursion calls.
14518 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
14520         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
14521         subdirectories) and eieio.
14523 2009-09-26  Alan Mackenzie  <acm@muc.de>
14525         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
14526         buggy bracketing.  (Bug#4289)
14528         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
14529         character constants (as case labels).  (Bug#4289)
14531 2009-09-25  Juri Linkov  <juri@jurta.org>
14533         * files.el (safe-local-eval-forms): Allow time-stamp in
14534         before-save-hook (Bug#4554).
14536 2009-09-25  Drew Adams  <drew.adams@oracle.com>
14538         * menu-bar.el (list-buffers-directory): Doc fix.
14540 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14542         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14543         Try and avoid copying twice the same paragraph.
14544         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14545         Remove save-excursion.
14546         (log-edit-changelog-entry): Do it here instead.
14548 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
14550         * bs.el (bs--get-file-name): Use `list-buffers-directory'
14551         when available, instead of hardcoding mode names.  Doc fix.
14553         * menu-bar.el (list-buffers-directory): Add docstring.
14554         Make automatically buffer-local.
14556         * dired.el (dired-mode):
14557         * files.el (cd-absolute):
14558         * pcvs.el (cvs-temp-buffer):
14559         * pcvs-util.el (cvs-get-buffer-create):
14560         * shell.el (shell-mode):
14561         * vc-dir.el (vc-dir-mode):
14562         Don't make `list-buffers-directory' buffer local.
14564 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
14566         * comint.el (comint-exec, comint-run, make-comint):
14567         Doc fixes (Bug#4542).
14569 2009-09-25  Glenn Morris  <rgm@gnu.org>
14571         * mail/rmailmm.el (rmail-mime): New custom group.
14572         Move all defcustoms in this file into this group.
14573         (rmail-mime-media-type-handlers-alist): Revert previous change.
14574         (rmail-mime-show-images): New option.
14575         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14576         references to it, since it wasn't actually used for anything.
14577         (rmail-mime-insert-image): New function.
14578         (rmail-mime-image): Use rmail-mime-insert-image.
14579         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
14580         obey the value of `rmail-mime-show-images' option.  Print the size of
14581         attachments.
14583 2009-09-25  David Engster  <deng@randomsample.de>
14585         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
14587 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14589         * whitespace.el: Does not highlight trailing spaces While point is
14590         at end of line.  Does not highligt spaces at beginning of buffer
14591         while point is at beginning of buffer.  Does not highlight spaces
14592         at end of buffer while point is at end of buffer.  (Bug#4177)
14593         New version 12.0.
14594         (whitespace-display-mappings): Adjust initialization.
14595         (whitespace-point, whitespace-font-lock-refontify): New vars.
14596         (whitespace-color-on, whitespace-color-off): Adjust code.
14597         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14598         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14599         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14601 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
14603         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14605         * textmodes/sgml-mode.el: Remove xml-mode alias.
14607         * files.el (auto-mode-alist, conf-mode-maybe)
14608         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
14610 2009-09-24  Alan Mackenzie  <acm@muc.de>
14612         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14613         c-forward-conditionals, but it doesn't move point and doesn't set
14614         the mark.
14615         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14616         (c-down-conditional-with-else, c-backward-conditional)
14617         (c-forward-conditional): Refactor to use c-scan-conditionals.
14619 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14621         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14622         (help-default-arg-highlight): Remove.
14623         (help-highlight-arg): New function.
14624         (help-do-arg-highlight): Use it.
14625         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
14627 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14629         * term.el (term-set-scroll-region, term-handle-ansi-escape):
14630         Undo last change, which didn't fix the problem and introduced others.
14632 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
14634         * progmodes/gdb-mi.el: Don't require speedbar.
14635         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14637 2009-09-24  Glenn Morris  <rgm@gnu.org>
14639         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14641         * term/ns-win.el (ns-reg-to-script): Define for compiler.
14643         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14644         there is no newline after the final mime boundary.  (Bug#4539)
14645         Move markers on insertion so that any buttons inserted don't end up in
14646         the next part of a multipart message.
14647         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
14648         (rmail-mime-bulk-handler): Optionally handle images.
14649         (rmail-mime-image): New button action.
14650         (rmail-mime-image-handler): New function.
14651         (rmail-mime-mode): New mode.
14652         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
14654 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14656         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14657         than just dropping elements from it (bug#4504).
14659         * term.el (term-set-scroll-region): Don't move cursor any more.
14660         (term-handle-ansi-escape): Call term-goto here instead.
14661         Suggested by Ivan Kanis <apple@kanis.eu>.
14663         * term.el: Require CL.
14664         (term-ansi-reset): New function.
14665         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14666         (term-handle-colors-array): Simplify.
14668 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14670         * allout.el (allout-overlay-interior-modification-handler)
14671         (allout-obtain-passphrase):
14672         * epa-file.el (epa-file-write-region):
14673         * ps-print.el (ps-begin-job):
14674         * vc-hooks.el (vc-toggle-read-only):
14675         * vc-rcs.el (vc-rcs-rollback):
14676         * vc-sccs.el (vc-sccs-rollback):
14677         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14678         (vc-version-diff, vc-revert, vc-rollback):
14679         * wdired.el (wdired-check-kill-buffer):
14680         * emacs-lisp/authors.el (authors):
14681         * net/socks.el (socks-open-connection):
14682         * net/zeroconf.el (zeroconf-service-add-hook):
14683         * obsolete/vc-mcvs.el (vc-mcvs-register):
14684         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14685         (gdb-select-frame):
14686         * progmodes/grep.el (lgrep, rgrep):
14687         * progmodes/idlw-help.el (idlwave-help-check-locations)
14688         (idlwave-help-html-link, idlwave-help-assistant-open-link):
14689         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14690         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14691         (reftex-toc-rename-label): Fix typos in error messages.
14693         * dired-aux.el (dired-do-shell-command): Reflow docstring.
14694         (dired-copy-how-to-fn): Doc fix.
14695         (dired-files-attributes, dired-read-shell-command):
14696         Fix typos in docstrings.
14698         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14699         (dired-x-find-file-other-window): Reflow docstrings.
14700         (dired-omit-marker-char, dired-read-shell-command)
14701         (dired-x-submit-report): Fix typos in docstrings.
14703         * shell.el (shell-mode-hook):
14704         * view.el (View-scroll-line-forward):
14705         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14706         Fix typos in docstrings.
14708         * net/dig.el (dig-invoke): Fix typo in docstring.
14709         (query-dig): Reflow docstring.
14711         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14712         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14713         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14714         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14715         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14716         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14717         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14718         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14719         (idlwave-completion-map, idlwave-current-indent)
14720         (idlwave-custom-ampersand-surround, idlwave-customize)
14721         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14722         (idlwave-define-abbrev, idlwave-determine-class-special)
14723         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14724         (idlwave-end-block-reg, idlwave-end-of-statement)
14725         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14726         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14727         (idlwave-explicit-class-listed, idlwave-file-header)
14728         (idlwave-fill-paragraph, idlwave-find-class-definition)
14729         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14730         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14731         (idlwave-in-quote, idlwave-indent-action-table)
14732         (idlwave-indent-expand-table, idlwave-indent-line)
14733         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14734         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14735         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14736         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14737         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14738         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14739         (idlwave-outlawed-buffers, idlwave-popup-select)
14740         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14741         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14742         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14743         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14744         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14745         (idlwave-statement-type, idlwave-struct-skip)
14746         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14747         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14748         (idlwave-what-module-find-class): Fix typos in docstrings.
14749         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14750         (idlwave-calculate-cont-indent, idlwave-expand-equal)
14751         (idlwave-find-module, idlwave-find-structure-definition)
14752         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14753         (idlwave-list-load-path-shadows, idlwave-next-statement)
14754         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14755         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14756         (idlwave-template): Reflow docstrings.
14758         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14759         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14760         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14761         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14762         (idlwave-shell-display-line, idlwave-shell-display-wframe)
14763         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14764         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14765         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14766         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14767         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14768         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14769         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14770         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14771         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14772         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14773         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14774         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14775         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14776         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14777         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14778         Fix typos in docstrings.
14779         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14780         (idlwave-shell-hide-output, idlwave-shell-mode)
14781         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14782         Reflow docstrings.
14784         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14786 2009-09-24  Ivan Kanis  <apple@kanis.eu>
14788         * term.el (term-bold-attribute): New var.
14789         (term-handle-colors-array): Use it.
14791 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
14793         * progmodes/gdb-mi.el (gdb-version): New variable.
14794         (gdb-non-stop-handler): Set gdb-version.
14795         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14796         Condition "--thread" option on gdb-version.
14797         (gdb-invalidate-threads): Remove unused argument.
14799 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14802         to looking-back to avoid ridiculous slow down in large files (bug#4511).
14804 2009-09-23  Glenn Morris  <rgm@gnu.org>
14806         * mail/rmail.el (rmail-reply): Don't try to add a References header when
14807         replying to mail without References or Message-Id.  (Bug#4525)
14809 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
14811         * term/ns-win.el (ns-reg-to-script): New variable.
14813 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
14815         * epg.el (epg-wait-for-status): Preserve existing 'error results.
14817 2009-09-22  Sam Steingold  <sds@gnu.org>
14819         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14820         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14821         to 1 because hg returns status 1 when nothing is found.
14822         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14824 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14826         * textmodes/fill.el: Convert to utf-8 encoding.
14827         (fill-french-nobreak-p): Remove redundant » and « inherited from our
14828         pre-Unicode days.
14830         * add-log.el (change-log-fill-forward-paragraph): New function.
14831         (change-log-mode): Use it so fill-region DTRT.
14832         Set fill-indent-according-to-mode here rather than in
14833         change-log-fill-paragraph.
14834         (change-log-fill-paragraph): Remove.
14836 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
14838         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14839         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
14841 2009-09-22  Glenn Morris  <rgm@gnu.org>
14843         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14844         the scroll-bar scroll the calendar window rather than the buffer.
14846         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14847         commands that move point (as opposed to scrolling).
14849         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14851         * emacs-lisp/elint.el (elint): New custom group.
14852         (elint-log-buffer): Make it a defcustom.
14853         (elint-scan-preloaded, elint-ignored-warnings)
14854         (elint-directory-skip-re): New options.
14855         (elint-builtin-variables): Doc fix.
14856         (elint-preloaded-env): New variable.
14857         (elint-unknown-builtin-args): Add an entry for encode-time.
14858         (elint-extra-errors): Make it a variable rather than a constant.
14859         (elint-preloaded-skip-re): New constant.
14860         (elint-directory): Skip files matching elint-directory-skip-re.
14861         (elint-features): New variable, local to linted buffers.
14862         (elint-update-env): Initialize elint-features.  Possibly add
14863         elint-preloaded-env to the buffer's environment.
14864         (elint-get-top-forms): Bind elint-current-pos, for log messages.
14865         Skip quoted forms.
14866         (elint-init-form): New function, extracted from elint-init-env.
14867         Make non-list forms a warning rather than an error.
14868         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
14869         easy-menu-define, put that adds an error-condition, and provide.
14870         When requiring cl, also require cl-macs.  Really require cl, to handle
14871         some cl macros.  Store required libraries in the list elint-features,
14872         so as not to re-load them.  Treat cc-require like require.
14873         (elint-init-env): Call elint-init-form to do the work.
14874         Handle eval-and-compile and such like.
14875         (elint-add-required-env): Do not clear messages.
14876         (elint-special-forms): Add handlers for function, defalias, if, when,
14877         unless, and, or.
14878         (elint-form): Add optional argument to ignore elint-special-forms,
14879         useful to prevent recursive calls from handlers.  Doc fix.
14880         Respect elint-ignored-warnings.
14881         (elint-form): Respect elint-ignored-warnings.
14882         (elint-bound-variable, elint-bound-function): New variables.
14883         (elint-unbound-variable): Respect elint-bound-variable.
14884         (elint-get-args): Respect elint-bound-function.
14885         (elint-check-cond-form): Add some simple handling for (f)boundp and
14886         featurep tests.
14887         (elint-check-defalias-form): New handler.
14888         (elint-check-let-form): Make an empty let a warning rather than an
14889         error.
14890         (elint-check-setq-form): Make an empty setq a warning rather than an
14891         error.  Respect elint-ignored-warnings.
14892         (elint-check-defvar-form): Accept null doc-strings.
14893         (elint-check-conditional-form): New handler.  Does some simple-minded
14894         checking of featurep and (f)boundp tests.
14895         (elint-put-function-args): New function.
14896         (elint-initialize): Use elint-scan-doc-file rather than
14897         elint-find-builtin-variables.  Use elint-put-function-args.
14898         Possibly scan preloaded-file-list.
14899         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14900         extend to handle functions as well.
14902 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
14904         * linum.el (linum-delete-overlays, linum-update-window):
14905         Do not modify the right margin.  (Bug#3971)
14907 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
14909         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14910         nxml-mode instead of xml-mode.
14912 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14914         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
14916 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14918         * net/dig.el (dig-mode): Use define-derived-mode.
14920 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14922         * vc-dispatcher.el (vc-do-command): Return the process object in
14923         the asynchronous case.  Use when instead of if.  Do not run
14924         vc-exec-after to display a message if not enabled.  (Bug#4463)
14926         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14927         properties to the stash strings.
14928         (vc-git-stash-list): Return a list of strings.
14929         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14930         (vc-git-stash-show-at-point): New functions.
14931         (vc-git-stash-map): New keymap.
14933         * register.el (ctl-x-r-map): Define the keys here instead of
14934         using autoload.
14936 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
14938         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14939         list, to workaround performance problem (bug#4485).
14941 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
14943         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14945 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
14947         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14948         Document that this option is not recommended to use.
14950 2009-09-19  Glenn Morris  <rgm@gnu.org>
14952         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14953         variable `var'.
14955         * calc/calc-alg.el (var):
14956         * calc/calcalg2.el (var): Define for compiler.
14958 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
14960         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14961         Doc fix (Bug#3932).
14963         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14965         * time-stamp.el (time-stamp-month-dd-yyyy)
14966         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14967         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14968         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14969         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14970         Remove functions that have been obsolete since 1995 (Bug#4436).
14972         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14973         indent buffer only if called interactively (Bug#4452).
14975 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
14976             Eli Zaretskii  <eliz@gnu.org>
14978         This fixes bug#4197 (merged to bug#865, though not identical).
14979         * server.el (server-auth-dir): Add docstring note about FAT32.
14980         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14981         but warn against using them.
14983 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
14985         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14986         older GDB where there is no has_more field.
14988 2009-09-19  Glenn Morris  <rgm@gnu.org>
14990         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14992 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
14994         * files.el (auto-mode-alist): Change default for XML files to nXML
14995         mode (Bug#4169).
14997 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
14999         * server.el (server-ensure-safe-dir): Pass 'integer
15000         to `file-attributes', as suggested.
15002 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15004         * dired-aux.el (dired-query-alist): Remove spurious backslash.
15005         (dired-query): Use read-key.
15007 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
15009         * cus-start.el (ns-use-qd-smoothing): Remove.
15011 2009-09-18  Glenn Morris  <rgm@gnu.org>
15013         * allout.el (top-level): Remove unnecessary progn.
15015         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15017         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15018         definition of abbrev table.
15020         * speedbar.el (speedbar-track-mouse):
15021         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15022         * net/eudc.el (eudc-expand-inline):
15023         * net/newst-backend.el (newsticker--cache-read-feed):
15024         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15025         condition-case handlers.
15027 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
15029         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15030         (gdb-var-list): Add an element for has_more field.
15031         (gdb-non-stop-handler): Enable pretty printing for STL containers.
15032         (gdb-var-create-handler, gdb-var-list-children-handler-1)
15033         (gdb-var-update-handler-1): Parse output of dynamic variable
15034         objects (STL containers).
15035         (gdb-var-delete-1): Pass var1 as an explicit second argument.
15036         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
15038         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15039         gdb-var-list.
15040         (gud-speedbar-buttons): Make node expandable if expression "has more"
15041         children.
15043 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
15045         * startup.el (emacs-quick-startup): Remove variable and all uses.
15046         (command-line): Set `inhibit-x-resources' instead.
15047         (command-line-1): Use `inhibit-x-resources' instead.
15049 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
15051         * subr.el: Fix last change to avoid using the `unless' macro,
15052         which breaks bootstrapping.
15054 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15056         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15057         extended definitions, in case we reload subr.el after having
15058         loaded CL.
15059         (eval-next-after-load): Mark as obsolete.
15061 2009-09-17  Juri Linkov  <juri@jurta.org>
15063         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15064         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15065         (menu-bar-showhide-menu, menu-bar-tools-menu)
15066         (menu-bar-describe-menu, menu-bar-help-menu)
15067         (minibuffer-local-completion-map, minibuffer-local-map):
15068         Fix list quoting.
15070 2009-09-17  Glenn Morris  <rgm@gnu.org>
15072         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15073         arguments, whether or not it has a handler.
15075         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15077         * simple.el (hard-newline): Give it a doc-string.
15079         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15080         (lisp-mode-syntax-table): Give them doc-strings.
15082 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15084         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15085         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15086         (menu-bar-options-menu, menu-bar-showhide-menu)
15087         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15088         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15089         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15090         (menu-bar-options-menu, menu-bar-tools-menu)
15091         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15092         (menu-bar-help-menu):
15093         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15094         string arguments.
15096         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15097         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15098         calls for the menu names and :help.
15100 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15102         * mouse.el (minor-mode-menu-from-indicator): Pay attention
15103         to :minor-mode-function (bug#4455).
15105 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15107         * startup.el (command-line): Initialize the window-system after
15108         processing the command-line.
15110         * textmodes/page.el (what-page): Make sure we don't inf-loop if
15111         page-delimiter matches the empty string.
15113 2009-09-16  Glenn Morris  <rgm@gnu.org>
15115         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15116         byte-compile-not-obsolete-var.  It's a list now.
15117         (byte-compile-not-obsolete-funcs): New variable.
15118         (byte-compile-warn-obsolete): Don't warn about functions if they are in
15119         byte-compile-not-obsolete-funcs.
15120         (byte-compile-variable-ref, byte-compile-defvar): Update for
15121         byte-compile-not-obsolete-vars name-change and list nature.
15122         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15123         and variables behind (f)boundp tests.
15124         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15126 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15128         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15130 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15132         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15133         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15134         Don't autoload.
15136 2009-09-15  Stephen Eglen  <stephen@gnu.org>
15138         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
15139         the virtual-buffers, use the name of the buffer specified by
15140         find-file-noselect, as the match may be a symlink.  (This was a
15141         problem if the target and the symlink had different names.)
15143 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15145         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
15147         * desktop.el (desktop-path): Check user-emacs-directory.
15149         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
15151         * loadup.el: Use after-load-functions to GC after loading each file.
15152         Remove the explicit GC calls that used to be sprinkled around.
15154         * subr.el (after-load-functions): New hook.
15155         (do-after-load-evaluation): Run it.  Use string-match-p to detect
15156         `obsolete' packages, rather than painfully extracting the relevant
15157         directory name.
15159 2009-09-15  Glenn Morris  <rgm@gnu.org>
15161         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
15162         free variable `doc'.
15164         * dired.el (dired-mode-map): Add menu entry for async shell command.
15166         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
15167         variables, also consider the .elc files, since the .el files are
15168         normally gzipped (subsequent code locates the .el.gz from the .elc).
15170         * calc/calc-prog.el (arglist): Define for compiler.
15172         * calendar/diary-lib.el (diary-display-function): Change the default to
15173         fancy display.
15174         (body): Define for compiler.
15176         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
15177         (byte-compile-file-form, byte-compile-lambda)
15178         (byte-compile-top-level-body, byte-compile-form)
15179         (byte-compile-variable-ref, byte-compile-setq)
15180         (byte-compile-setq-default, byte-compile-body)
15181         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
15182         (batch-byte-compile): Give some more local variables with common names
15183         a "bytecomp-" prefix to avoid masking warnings about free variables.
15185         * startup.el (command-line-1): Give local variables with common names a
15186         distinguishing prefix, so as not to hide free variable warnings during
15187         bootstrap.
15189         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
15190         clever and add a suffix to make a unique name, just let the user decide
15191         whether or not to overwrite it.  If the input is a directory, write the
15192         default filename to that directory.  (Bug#4388)
15193         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
15194         is a filename-as-a-directory.
15196 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15198         * textmodes/page.el (what-page): Don't move to beginning of line.
15199         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
15201 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15203         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
15205 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
15207         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
15208         * help.el (help-for-help-internal): Add purecopy calls for text.
15210         * vc.el (top): print-log method now takes an optional SHORTLOG
15211         argument.  Add a new method: root.
15212         (vc-root-diff, vc-print-root-log): New functions.
15213         (vc-log-short-style): New variable.
15214         (vc-print-log-internal): Add support for showing short logs.
15216         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
15217         vc-print-root-log and vc-print-root-diff.
15219         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
15220         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
15221         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
15222         short logs.
15224         * vc-cvs.el (vc-cvs-print-log):
15225         * vc-mtn.el (vc-mtn-print-log):
15226         * vc-rcs.el (vc-rcs-print-log):
15227         * vc-sccs.el (vc-sccs-print-log):
15228         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
15229         that is ignored for now.
15231         * vc-mtn.el (vc-mtn-annotate-command):
15232         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
15234 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15236         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
15237         to function-key-map, and give them ascii-character property.
15238         * term/x-win.el (x-alternatives-map):
15239         * term/ns-win.el (ns-alternatives-map):
15240         * term/internal.el (msdos-key-remapping-map):
15241         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
15243 2009-09-14  Glenn Morris  <rgm@gnu.org>
15245         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
15246         temp-buffers (2009-09-12).
15248 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15250         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
15251         the new read-key function.
15253 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15255         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
15256         is defined (Bug#4405).
15258 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
15260         * recentf.el (recentf-cleanup): Use a hash table to find
15261         duplicates (Bug#4407).
15263 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
15265         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
15266         kp-0 to ascii equivalents (Bug#4325).
15268 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15270         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
15272         * eshell/em-hist.el:
15273         * eshell/em-dirs.el (eshell-complete-user-reference):
15274         Declare pcomplete functions and variables to avoid compiler warnings.
15276 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
15278         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
15279         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
15280         * eshell/em-alias.el (eshell-aliases-file):
15281         * eshell/em-hist.el (eshell-history-file-name):
15282         Use expand-file-name instead of concat to make file names (Bug#4308).
15284 2009-09-13  Glenn Morris  <rgm@gnu.org>
15286         * ediff-merg.el (ediff-do-merge):
15287         * filesets.el (filesets-run-cmd):
15288         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
15289         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
15290         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
15291         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
15292         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
15293         Replace empty `let's with `progn'.
15295 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15297         * mail/sendmail.el (send-mail-function):
15298         * tooltip.el (tooltip-mode):
15299         * simple.el (transient-mark-mode):
15300         * rfn-eshadow.el (file-name-shadow-mode):
15301         * frame.el (blink-cursor-mode):
15302         * font-core.el (global-font-lock-mode):
15303         * files.el (temporary-file-directory)
15304         (small-temporary-file-directory, auto-save-file-name-transforms):
15305         * epa-hook.el (auto-encryption-mode):
15306         * composite.el (global-auto-composition-mode):
15307         Use custom-initialize-delay.
15308         * startup.el (command-line): Don't explicitly call
15309         custom-reevaluate-setting for all the above vars.
15310         * custom.el (custom-initialize-safe-set)
15311         (custom-initialize-safe-default): Delete.
15313 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15315         * term/x-win.el (x-initialize-window-system):
15316         * term/w32-win.el (w32-initialize-window-system):
15317         * term/ns-win.el (ns-initialize-window-system): Don't call
15318         mouse-wheel-mode since it's enabled globally by default already.
15320         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
15321         actually define the variable, but only silences the byte-compiler.
15322         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
15323         before looking it up.
15324         (mouse-wheel-scroll-amount): Also reset the bindings if this value
15325         is changed.
15327 2009-09-12  Glenn Morris  <rgm@gnu.org>
15329         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
15330         1000.
15331         (elint-add-required-env): Don't beep on error.
15332         (elint-forms): In case of error, return ENV unchanged.
15333         (elint-init-env): Skip non-list forms.
15334         (elint-log): Handle unknown file positions.
15336 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
15338         * epg.el (epg-make-context): Add autoload cookie.
15339         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
15340         (epg-decrypt-string, epg-start-verify, epg-verify-file)
15341         (epg-verify-string, epg-start-sign, epg-sign-file)
15342         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
15343         (epg-encrypt-string, epg-start-export-keys)
15344         (epg-export-keys-to-file, epg-export-keys-to-string)
15345         (epg-start-import-keys, epg-import-keys-from-file)
15346         (epg-import-keys-from-string, epg-start-receive-keys)
15347         (epg-receive-keys, epg-import-keys-from-server)
15348         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
15349         (epg-sign-keys, epg-start-generate-key)
15350         (epg-generate-key-from-file, epg-generate-key-from-string):
15351         Remove autoload cookie.
15353 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
15355         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
15356         reevaluation of trash-directory.
15358         * mwheel.el: Fix last change.
15359         (mouse-wheel-mode): New defvar.
15360         (mouse-wheel-mode): Remove autoload cookie.
15362 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15364         * mwheel.el (mwheel-installed-bindings): New var.
15365         (mouse-wheel-mode): Use it, so as to make sure we really remove all
15366         the bindings we set last time.  Use custom-initialize-delay.
15367         * loadup.el: Load mwheel after term/*-win.el.
15368         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
15369         and mouse-wheel-up-event now that their first evaluation is done
15370         sufficiently late to be correct.
15372         * startup.el (tutorial-directory): Make it a defcustom.
15373         Use custom-initialize-delay rather than eval-at-startup to set it.
15374         * image.el (image-load-path): Make it a defcustom.
15375         Use custom-initialize-delay rather than eval-at-startup to set it.
15376         * subr.el (eval-at-startup): Remove.
15377         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
15379         * subr.el (do-after-load-evaluation): Warn the user after loading an
15380         obsolete package.
15382 2009-09-12  Glenn Morris  <rgm@gnu.org>
15384         * proced.el (proced-mark-alt): Remove alias.
15385         (proced-mode-map): Remove proced-mark-alt.
15387         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
15388         Elint file and directory.  Remove initialization entry.
15390         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
15391         commands.
15392         (elint-current-buffer): Set mode-line-process.
15393         (elint-init-env): Handle define-derived-mode.
15394         Fix declare-function with unspecified arglist.  Guard against odd
15395         defalias statements (eg iso-insert's 8859-1-map).
15396         (elint-add-required-env): Use a temp buffer.
15397         (elint-form): Just print the function/macro name, not the whole form.
15398         Return env unchanged if we fail to parse a macro.
15399         (elint-forms): Guard against parse errors.
15400         (elint-output): New function, to handle batch mode.
15401         (elint-log-message): Add optional argument.  Use elint-output.
15402         (elint-set-mode-line): New function.
15404 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
15406         * emacs-lisp/elp.el (elp-not-profilable): Add more
15407         functions (Bug#4233).
15409 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
15411         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
15412         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
15414 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15416         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
15417         (gdb-var-list-children): Use json parsing.
15419 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
15421         * progmodes/js.el (js--proper-indentation): Handle the case where
15422         char-before is null.  Reported by Deniz Dogan.
15424 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
15426         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
15428 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
15430         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
15431         (epg-digest-algorithm-alist): Add SHA224.
15432         (epg-context-set-passphrase-callback)
15433         (epg-context-set-progress-callback): Add description about
15434         callback function.
15436 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15438         * custom.el (custom-delayed-init-variables): New var.
15439         (custom-initialize-delay): New function.
15440         * startup.el (command-line): "Re"evaluate all vars in
15441         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
15442         explicitly any more.
15443         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
15444         to avoid creating a ~/.emacs.d at build-time (bug#4347).
15446         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
15448 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15450         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
15451         (gdb-var-update-handler): Use json parsing.
15453 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
15455         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
15456         decode annotated text, regardless of language environment.  (Bug#2741)
15458 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15460         * Makefile.in (autoloads): Make rmail.el writable as well.
15462 2009-09-11  Glenn Morris  <rgm@gnu.org>
15464         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
15465         loaddefs.el.
15466         * dired.el: Regenerate with extracted autoloads.
15467         * Makefile.in (autoloads): Make dired.el writable.
15469         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
15470         * ibuffer.el: Regenerate with extracted autoloads.
15471         * Makefile.in (autoloads): Make ibuffer.el writable.
15473         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
15474         * version.el (emacs-copyright, emacs-major-version)
15475         (emacs-minor-version): Reformat doc-strings for make-docfile.
15477         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
15478         functions and variables, since they must be stuff specific to some other
15479         platform.
15480         (apropos-print): Make mouse-click message less specific about button.
15482         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
15483         that records where a macro was defined.
15484         * help-fns.el (describe-function-1): Mention if a function has a
15485         compiler-macro.
15486         * help-mode.el (help-function-cmacro): New button.
15488         * locate.el (top-level): Always require dired.
15489         (locate-mode-map): Initialize inside the defvar.
15491         * net/ange-ftp.el (dired-compress-file): Declare.
15492         (ange-ftp-dired-compress-file): Add doc string.
15494         * term/ns-win.el (x-display-name, x-setup-function-keys):
15495         Unify doc-strings with X versions.
15497 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15499         * emulation/crisp.el (crisp-mode-map): Move initialization
15500         into declaration.
15501         (crisp-mode): Use define-minor-mode.
15503         * progmodes/xscheme.el (xscheme-evaluation-commands):
15504         Put a :advertised-binding property rather than using
15505         advertised-xscheme-send-previous-expression.
15506         (advertised-xscheme-send-previous-expression): Declare obsolete.
15507         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
15508         `advertised-undo'.
15509         (crisp-mode): Add corresponding bindings to
15510         undo's :advertised-binding instead.
15511         * dired.el (dired-mode-map): Put a :advertised-binding property rather
15512         than using dired-advertised-find-file.
15513         (dired-advertised-find-file):
15514         * simple.el (advertised-undo):
15515         * wid-edit.el (advertised-widget-backward): Declare obsolete.
15516         (widget-keymap): Put a :advertised-binding property rather
15517         than using advertised-widget-backward.
15518         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
15519         than using advertised-undo.
15520         * tutorial.el (tutorial--default-keys): Adjust accordingly.
15522 2009-09-10  Simon South  <ssouth@slowcomputing.org>
15524         * progmodes/delphi.el (delphi-tab): Indent region when Transient
15525         Mark mode is enabled and region is active; otherwise indent or
15526         insert TAB as usual.
15527         (delphi-mode): Update description of TAB-key binding.
15529 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15531         * subr.el (define-key-rebound-commands): Mark obsolete.
15532         * startup.el (precompute-menubar-bindings): Remove.
15533         (normal-top-level): Remove obsolete code that tried to precompute
15534         menubar bindings.
15535         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15536         define-key-rebound-commands and precompute-menubar-bindings.
15538 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15540         * net/imap.el (imap-interactive-login): Better messages.
15541         (imap-open): Fix bug with renamed buffer on reconnect.
15542         (imap-authenticate): Add buffer-local imap-last-authenticator variable
15543         for easier debugging and cleaner code.  On successful (guessed based on
15544         server capabilities) secondary authentication, set imap-state
15545         correctly.
15546         (imap-last-authenticator): Define imap-last-authenticator as a variable
15547         to avoid warnings.
15549 2009-09-10  Glenn Morris  <rgm@gnu.org>
15551         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15553         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15554         (byte-compile-file-form-autoload): Don't warn about unknown functions
15555         where the autoload statement comes after the use.
15556         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15557         that any handlers inside the body (eg require) are in turn respected.
15559         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15560         effects.
15562         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15563         and syntax and abbrev tables basic docs, if they don't have any.
15565         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15567         * international/mule-cmds.el (top-level): Require cl when compiling.
15568         (view-hello-file): Use default-value rather than
15569         default-enable-multibyte-characters.
15571         * progmodes/fortran.el: Move all safe and risky properties into the
15572         defcustoms.
15574         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15575         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15576         * mail/undigest.el:
15577         Put autoloads in rmail.el rather than loaddefs.el.
15578         * mail/rmail.el: Regenerate with extracted autoloads.
15580         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15581         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15583 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
15585         Reported in thread for Bug#4375.
15586         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15587         "-data-evaluate-expression" instead of print.
15588         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15589         (gdb-tooltip-print): Parse output from above MI command.
15590         (gdb): Revert 2009-08-11 change.  User should detach inferior
15591         manually.
15593         Remove the word "separate" from IO functions as inferior
15594         output is now never displayed in the GUD buffer.
15596 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
15598         * startup.el (command-line-normalize-file-name): On Windows and
15599         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15601 2009-09-10  Juri Linkov  <juri@jurta.org>
15603         * isearch.el (isearch-text-char-description): Propertize escape
15604         character sequences with the `escape-glyph' face.  (Bug#4344)
15606         * simple.el (shell-command): Set asynchronous process filter to
15607         `comint-output-filter'.  (Bug#4343)
15609         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15610         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
15611         the list.  Move "asm" to the bottom.
15612         (grep-find-ignored-directories): Add `choice' with nil value
15613         to empty the list easily.
15614         (grep-find-ignored-files): New option.
15615         (grep-files-history): Set to nil by default instead of '("ch" "el").
15616         (grep-compute-defaults): Add "<X>" to `grep-template'.
15617         (grep-read-files): Bind new local variables `default-alias' and
15618         `default-extension'.  Use a list of default values for the file prompt.
15619         (lgrep): Add `--exclude=' command line options composed from
15620         `grep-find-ignored-files'.
15621         (rgrep): Add `-name' command line options composed from
15622         `grep-find-ignored-files'.  (Bug#4301)
15624 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15626         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15627         (bug#4368).
15629 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15631         * calendar/time-date.el (autoload):
15632         Expand define-obsolete-function-alias into defalias and make-obsolete
15633         for old Emacsen that Gnus supports.
15634         (with-no-warnings): Define it for old Emacsen.
15635         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15636         is available.
15637         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15638         float-time is available; suppress compile warning for time-to-seconds.
15640 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
15642         * net/imap.el (imap-message-map): Docstring fix.
15644 2009-09-09  Glenn Morris  <rgm@gnu.org>
15646         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15647         line numbers too.  (Bug#4374)
15649 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15651         * smerge-mode.el (smerge-remove-props, smerge-refine):
15652         Use with-silent-modifications (bug#4342).
15654         * subr.el (with-silent-modifications): New macro.
15656 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
15658         * files.el (top-level): Require `cl' when compiling.
15660 2009-09-07  Glenn Morris  <rgm@gnu.org>
15662         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15664         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15665         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
15667 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
15669         * vc-git.el (vc-git-annotate-command): Use separator to parse
15670         arguments correctly.
15672 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
15674         * proced.el (proced-mode): Doc fix.
15676 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
15678         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15679         lstat fails.
15680         (tramp-do-file-attributes-with-ls): Check for file existence at
15681         remote end.
15682         (tramp-do-file-attributes-with-stat): Likewise.
15683         (tramp-convert-file-attributes): Return nil when attr is nil.
15685 2009-09-05  Glenn Morris  <rgm@gnu.org>
15687         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15688         properties to this button.
15689         (diary-fancy-display): Don't extend the button to the final newline.
15690         (diary-fancy-display-mode): Continue to define "q" as a local key.
15692         * calendar/cal-china.el (holiday-chinese): Make it slightly more
15693         efficient.
15695         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15697         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15698         (byte-compile-dest-file-function): New option.
15699         (byte-compile-dest-file): Doc fix.
15700         Obey byte-compile-dest-file-function.
15701         (byte-compile-cl-file-p): New function.
15702         (byte-compile-eval): Only suppress noruntime warnings about cl functions
15703         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
15704         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15705         than for file being previously loaded.
15706         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15707         (byte-compile-file-form-require): Handle the case where requiring a file
15708         indirectly causes CL to be loaded.
15710 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15712         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15713         before killing the old buffer, since by the time `kill-buffer' is
15714         run so many buffer variables have been set to nil that it may not
15715         behave as expected.  (Bug#4061)
15717 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15719         * files.el (find-alternate-file): If the old buffer is modified
15720         and visiting a file, behave similarly to `kill-buffer' when
15721         killing it, thus reverting to the pre-1.878 behavior; see
15722         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15723         for discussion.  Also, consult `buffer-file-name' as a variable
15724         not as a function, for consistency with the rest of the code.
15726 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
15728         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15729         also when adding a new directory.
15731         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15732         defun.
15734 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15736         * files.el (locate-file-completion-table): Make it provide boundary
15737         information, so partial-completion works better.
15739 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
15741         * mail/footnote.el (Footnote-text-under-cursor):
15742         Check footnote-text-marker-alist before using it (bug#4324).
15744 2009-09-04  Glenn Morris  <rgm@gnu.org>
15746         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15747         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15748         * play/solitaire.el, play/tetris.el:
15749         Remove leading * from defcustom and defface docs.
15751         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15752         necessary.
15753         (diary-fancy-overriding-map): New variable.
15754         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15755         Use view-mode.
15757         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15758         goto-line.
15760 2009-09-03  Glenn Morris  <rgm@gnu.org>
15762         * arc-mode.el (archive-mode):
15763         * dos-fns.el (set-default-process-coding-system):
15764         * man.el (Man-getpage-in-background):
15765         * menu-bar.el (menu-bar-describe-menu):
15766         * server.el (server-process-filter):
15767         * startup.el (command-line):
15768         * tar-mode.el (tar-header-block-tokenize, tar-extract):
15769         * w32-fns.el (set-default-process-coding-system):
15770         * x-dnd.el (x-dnd-handle-file-name):
15771         * international/mule-cmds.el (mule-menu-keymap)
15772         (set-default-coding-systems, language-info-alist, set-language-info)
15773         (set-language-environment, standard-display-european-internal)
15774         (set-locale-environment):
15775         * international/mule-diag.el (mule-diag):
15776         * mail/emacsbug.el (report-emacs-bug):
15777         * mail/rmail.el (rmail-mode):
15778         * mail/sendmail.el (mail-setup):
15779         Use default-value rather than default-enable-multibyte-characters.
15781         * progmodes/f90.el: Move all safe properties into the defcustoms.
15782         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15784         * calendar/appt.el (appt-check):
15785         * calendar/diary-lib.el (diary-set-header, diary-live-p)
15786         (diary-check-diary-file, diary-list-entries)
15787         (diary-include-other-diary-files, diary-simple-display)
15788         (diary-fancy-display, diary-print-entries)
15789         (diary-mark-included-diary-files, diary-make-entry):
15790         Don't call substitute-in-file-name on diary-file.
15792 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
15793             Stefan Monnier  <monnier@iro.umontreal.ca>
15795         * mail/footnote.el (footnote-prefix): Make it a defcustom.
15796         (footnote-mode-map): Move initialization into the declaration.
15797         (footnote-minor-mode-map): Define it rather than changing global-map.
15798         (footnote-mode): Use define-minor-mode.
15800 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
15802         * net/tramp.el (tramp-handle-file-attributes-with-ls)
15803         (tramp-do-file-attributes-with-perl)
15804         (tramp-do-file-attributes-with-stat): Rename from
15805         `tramp-handle-file-attributes-with-*'.
15806         (tramp-handle-file-attributes): Use them.
15807         (tramp-do-directory-files-and-attributes-with-perl)
15808         (tramp-do-directory-files-and-attributes-with-stat): Rename from
15809         `tramp-handle-directory-files-and-attributes-with-*'.
15810         (tramp-handle-directory-files-and-attributes): Use them.
15811         (tramp-method-out-of-band-p): Additional parameter SIZE.
15812         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15813         (tramp-handle-write-region): Use it.
15814         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15815         (tramp-handle-vc-registered): Check, whether the first run did
15816         return files to be tested.
15817         (tramp-advice-make-auto-save-file-name): Do not call directly
15818         `tramp-handle-make-auto-save-file-name', because this would bypass
15819         the locking mechanism.
15821         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15822         (file-remote-p, process-file, start-file-process, set-file-times)
15823         (tramp-compat-file-attributes): Compatibility functions shall not
15824         call directly `tramp-handle-*', because this would bypass the
15825         locking mechanism.
15826         (tramp-compat-number-sequence): New defun.
15828 2009-09-02  Glenn Morris  <rgm@gnu.org>
15830         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15831         alias for float-time.
15832         (time-to-number-of-days): In Emacs, use float-time.
15833         * net/newst-backend.el (time-add): Suppress warnings from compat
15834         function.
15835         * time.el (emacs-uptime, emacs-init-time):
15836         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15837         Use float-time rather than time-to-seconds.
15839         * minibuffer.el (completion-initials-expand): Fix typo.
15841         * faces.el (modeline, modeline-inactive, modeline-highlight)
15842         (modeline-buffer-id):
15843         * info.el (info-menu-5): Mark these face aliases as obsolete.
15845 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15847         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15848         space ...
15849         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15850         no "--thread" option.
15851         (gdb-stopped): Don't print "Switched to thread" message when it is
15852         unchanged.
15854 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15856         * minibuffer.el (completion-try-completion)
15857         (completion-all-completions): Remove ill-defined (and
15858         mistakenly installed and luckily never used nor documented)
15859         `completion-styles' property.
15860         (completion-initials-expand, completion-initials-all-completions)
15861         (completion-initials-try-completion): New functions.
15862         (completion-styles-alist): Add doc to each entry.
15863         Add new `initials' entry.
15865 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15867         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15868         MI command -var-evaluate-expression.
15869         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15870         and tweak for case of string child.
15871         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15873 2009-09-01  Glenn Morris  <rgm@gnu.org>
15875         * add-log.el (change-log-date-face, change-log-name-face)
15876         (change-log-email-face, change-log-file-face, change-log-list-face)
15877         (change-log-conditionals-face, change-log-function-face)
15878         (change-log-acknowledgement-face):
15879         * cus-edit.el (custom-invalid-face, custom-rogue-face)
15880         (custom-modified-face, custom-set-face, custom-changed-face)
15881         (custom-saved-face, custom-button-face, custom-button-pressed-face)
15882         (custom-documentation-face, custom-state-face, custom-comment-face)
15883         (custom-comment-tag-face, custom-variable-tag-face)
15884         (custom-variable-button-face, custom-face-tag-face)
15885         (custom-group-tag-face-1, custom-group-tag-face):
15886         * diff-mode.el (diff-header-face, diff-file-header-face)
15887         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15888         (diff-added-face, diff-changed-face, diff-function-face)
15889         (diff-context-face, diff-nonexistent-face):
15890         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15891         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15892         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15893         (Info-title-4-face):
15894         * isearch.el (isearch-lazy-highlight-face):
15895         * log-view.el (log-view-file-face, log-view-message-face):
15896         * paren.el (show-paren-match-face, show-paren-mismatch-face):
15897         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15898         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15899         (cvs-msg-face):
15900         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15901         (smerge-base-face, smerge-markers-face):
15902         * wid-edit.el (widget-documentation-face, widget-button-face)
15903         (widget-field-face, widget-single-line-field-face)
15904         (widget-inactive-face, widget-button-pressed-face):
15905         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15906         (woman-addition-face):
15907         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15908         (eshell-ls-executable-face, eshell-ls-readonly-face)
15909         (eshell-ls-unreadable-face, eshell-ls-special-face)
15910         (eshell-ls-missing-face, eshell-ls-archive-face)
15911         (eshell-ls-backup-face, eshell-ls-product-face)
15912         (eshell-ls-clutter-face):
15913         * eshell/em-prompt.el (eshell-prompt-face):
15914         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15915         * obsolete/old-whitespace.el (whitespace-highlight-face):
15916         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15917         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15918         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15919         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15920         (antlr-font-lock-literal-face):
15921         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15922         (ebrowse-root-class-face, ebrowse-file-name-face)
15923         (ebrowse-default-face, ebrowse-member-attribute-face)
15924         (ebrowse-member-class-face, ebrowse-progress-face):
15925         * progmodes/make-mode.el (makefile-space-face):
15926         * progmodes/sh-script.el (sh-heredoc-face):
15927         * textmodes/flyspell.el (flyspell-incorrect-face)
15928         (flyspell-duplicate-face):
15929         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15930         * textmodes/texinfo.el (texinfo-heading-face):
15931         Mark face aliases with "-face" suffix as obsolete.
15933         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15934         compiler.
15936         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15937         (eudc-bob-sound-menu): Use defvar rather than defconst, since
15938         easy-menu-define wants to modify these.
15940         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15942         * net/browse-url.el (browse-url-file-url):
15943         * term/internal.el (dos-codepage-setup):
15944         Use default-value rather than default-enable-multibyte-characters.
15946         * progmodes/etags.el (etags-goto-tag-location):
15947         * progmodes/flymake.el (flymake-highlight-line)
15948         (flymake-goto-file-and-line, flymake-goto-line):
15949         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15950         (gdb-goto-breakpoint):
15951         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15952         * progmodes/python.el (python-find-function)
15953         (python-pdbtrack-track-stack-file):
15954         * progmodes/verilog-mode.el (verilog-surelint-off):
15955         * term/ns-win.el (ns-open-file-select-line):
15956         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15957         Use forward-line rather than goto-line.
15959         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15960         * textmodes/reftex-index.el (reftex-display-index):
15961         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15962         * textmodes/reftex-toc.el (reftex-toc):
15963         Remove unnecessary bindings of default-major-mode (all are followed by
15964         major-mode check and possible mode switch).
15966 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15968         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15969         Handle watchpoints (bug#4282).
15970         (def-gdb-thread-buffer-command): Enable thread to be selected by
15971         clicking without selecting threads buffer first.
15972         (gdb-current-context-command): Use selected frame so that "up",
15973         "down" etc work in the GUD buffer.
15974         (gdb-update): Find selected frame before rendering stack buffer.
15975         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15977 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15979         * progmodes/sym-comp.el (displayed-completions): Remove.
15980         (symbol-complete): Use minibuffer-complete.
15982 2009-08-31  Glenn Morris  <rgm@gnu.org>
15984         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15986         * apropos.el (apropos-symbols-internal):
15987         Handle (obsolete) face aliases.
15989         * faces.el (describe-face): Adjust the output format to be more like
15990         describe-variable, and to mention (obsolete) face aliases.
15991         Adjust the whitespace so that help-setup-xref works.
15993         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15994         * calendar/diary-lib.el (diary-button-face):
15995         Mark these face aliases as obsolete.
15997         * calendar/calendar.el (calendar-today): Doc fix.
15999 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16001         * progmodes/gdb-mi.el (gdb-control-all-threads)
16002         (gdb-control-current-thread): Force tool bar update.
16003         (gdb-non-stop-handler): New function.
16004         (gdb-init-1): Use it to test if non-stop mode is supported.
16005         Remove unused gdbmi buffer type.
16007 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
16009         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16010         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
16012 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
16014         * comint.el (comint-exec-1): Check command is non-null first.
16015         Part of gdb-mi.el change (2009-08-28).
16017 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16021 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
16023         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16024         instead of `dolist' to avoid a recursive require when bootstrapping.
16026 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16028         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16030         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16032         * net/imap.el (imap-send-command): Simplify.
16033         (imap-wait-for-tag): point-max -> buffer-size.
16035         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16037         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16038         with constant argument.
16040         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16042         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16044         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16045         Change default, since most of our files don't have a history.
16046         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16047         the user.
16049         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16050         Add comint-run.
16052         * calc/calc.el: Improve commenting convention.
16053         (calc-digit-map, toplevel): Simplify.
16055         * comint.el (comint-insert-input): Be careful to only set point if we
16056         don't delegate to some other command.
16058         * proced.el (proced-signal-list): Make it an alist.
16059         (proced-grammar-alist): Capitalize names.
16060         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16061         Disable undo manually and make it read-only.
16062         Use completion-annotate-function.
16064         * minibuffer.el (minibuffer-message): If the current buffer is not
16065         a minibuffer, insert the message in the echo area rather than at the
16066         end of the buffer.
16067         (completion-annotate-function): New variable.
16068         (minibuffer-completion-help): Use it.
16069         (completion--embedded-envvar-table): Environment vars are
16070         always case-sensitive.
16072 2009-08-30  Glenn Morris  <rgm@gnu.org>
16074         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16075         from fortran-current-defun.
16076         (fortran-beginning-of-subprogram): Be more precise about finding the
16077         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
16078         (fortran-end-of-subprogram): Simplify.
16079         (fortran-current-defun): Use fortran-start-prog-re.
16081 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
16083         * subr.el (do-after-load-evaluation): Simplify.
16085 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
16087         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16089         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
16090         (vc-rcs-print-log): Use it.
16092         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16094 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16096         * paths.el (abbrev-file-name): Move to abbrev.el.
16097         * abbrev.el (abbrev-file-name): Move from paths.el.
16098         Obey user-emacs-directory.
16099         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16100         user-emacs-directory.
16101         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16102         abbrev-file-name and calc-settings-file any more.
16103         * startup.el (command-line): Recompute abbrev-file-name and
16104         abbreviated-home-dir.
16105         (normal-no-mouse-startup-screen): Improve the generic code and get rid
16106         of the special code for when C-h bindings haven't been changed.
16107         (display-startup-echo-area-message): Use with-current-buffer.
16108         (command-line-1): Use a list of strings, rather than a list of lists
16109         of strings for longopts.
16111         * files.el (get-free-disk-space): Use / for default-directory.
16113         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16114         Use with-current-buffer.
16116         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16117         Recognize immutable variables like most-positive-fixnum.
16118         (byte-compile-setq-default): Check and warn if trying to assign
16119         to an immutable variable, or a non-variable.
16121         * progmodes/cc-vars.el (c-comment-continuation-stars):
16122         * progmodes/cc-engine.el (c-looking-at-bos):
16123         * progmodes/cc-cmds.el (c-toggle-auto-state)
16124         (c-forward-into-nomenclature, c-backward-into-nomenclature)
16125         (c-comment-line-break-function): Add version of obsolescence.
16127 2009-08-28  Juri Linkov  <juri@jurta.org>
16129         * files.el (magic-fallback-mode-alist): Add ZIP magic number
16130         associated with `archive-mode'.
16132         * image.el (image-type-header-regexps): Use only JPEG magic number
16133         to determine JPEG images, and don't use `image-jpeg-p' because
16134         Emacs can display non-JFIF non-Exif JPEG images.
16136 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16138         * arc-mode.el (archive-mode):
16139         * emacs-lisp/re-builder.el (re-builder-unload-function):
16140         Protect against the default value of `major-mode' being nil.
16142 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16144         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16145         Fix typos in docstrings.
16147         * progmodes/js.el (js--macro-decl-re): Doc fix.
16148         (js--plain-method-re, js--split-name): Refloc docstring.
16149         (js--class-styles, js--make-merged-item, js--splice-into-items):
16150         Fix typos in docstrings; reflow docstrings.
16151         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
16152         (js--variable-decl-matcher, js--inside-pitem-p)
16153         (js--parse-state-at-point, js--get-all-known-symbols)
16154         (js--symbol-history, js-find-symbol, js--js-references)
16155         (js--moz-interactor, js--js-encode-value, js--read-tab):
16156         Fix typos in docstrings.
16158 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16160         * textmodes/reftex.el (reftex-get-file-buffer-force):
16161         * progmodes/verilog-mode.el (verilog-batch-execute-func):
16162         * emulation/viper.el (viper-go-away, viper-set-hooks):
16163         * emacs-lisp/re-builder.el (re-builder-unload-function):
16164         * emacs-lisp/bytecomp.el (byte-compile-file):
16165         * ses.el (ses-unload-function):
16166         * hexl.el (hexl-find-file):
16167         * files.el (normal-mode):
16168         * ehelp.el (with-electric-help):
16169         * autoinsert.el (auto-insert-alist):
16170         * arc-mode.el (archive-mode):
16171         Use (default-value 'major-mode) instead of default-major-mode.
16173         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
16174         * international/mule.el (load-with-code-conversion):
16175         * emacs-lisp/debug.el (debug):
16176         * ediff-vers.el (ediff-rcs-get-output-buffer):
16177         * dired.el (dired-internal-noselect): Don't let-bind
16178         default-major-mode around code that doesn't use it.
16179         E.g. buffer creation via get-buffer-create doesn't use it.
16181 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
16183         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
16184         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
16185         when writing the temp file.  Otherwise, epa-file gets confused.
16186         (tramp-register-file-name-handlers): Make it a defun.  Move also
16187         `epa-file-handler' to the front of `file-name-handler-alist'.
16189 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16191         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
16192         start right after a ^M.
16193         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
16194         (tramp-completion-file-name-regexp-separate)
16195         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
16196         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
16197         Don't modify last-coding-system-used by accident.
16198         (tramp-completion-file-name-handler): Apply the checks here,
16199         instead during registration.
16200         (tramp-register-file-name-handlers): Renamed from
16201         `tramp-register-file-name-handler'.  Register both
16202         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
16203         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
16205 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
16207         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
16208         Remove variable ...
16209         (gdb-init-1, gdb-display-separate-io-buffer)
16210         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
16211         references to it.
16212         (gdb-inferior-io-mode): Use make-comint-in-buffer.
16213         (gdb-inferior-filter): Use comint-output-filter to stop
16214         echoing and remove ^M characters.
16216 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16218         * emulation/viper-init.el (viper-restore-cursor-type):
16219         * emulation/cua-base.el (cua--update-indications):
16220         Replace default-cursor-type with (default-value 'cursor-type).
16222         * mail/sendmail.el (mail-recover-1):
16223         * international/mule-diag.el (describe-current-coding-system-briefly)
16224         (describe-current-coding-system):
16225         * international/mule-cmds.el (select-safe-coding-system)
16226         (select-message-coding-system)
16227         (set-language-environment-coding-systems, set-locale-environment):
16228         * hexl.el (hexl-insert-multibyte-char):
16229         * dos-w32.el (find-buffer-file-type-coding-system):
16230         * simple.el (what-cursor-position):
16231         Replace uses of default-buffer-file-coding-system
16232         with (default-value 'buffer-file-coding-system).
16234         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
16235         Replace uses of default-cursor-in-non-selected-windows
16236         with (default-value 'cursor-in-non-selected-windows).
16237         Use with-current-buffer.
16239         * mail/feedmail.el: Use CL macros.
16240         (feedmail-run-the-queue, feedmail-send-it-immediately):
16241         * dos-w32.el (find-buffer-file-type): Replace uses of
16242         default-buffer-file-type with (default-value 'buffer-file-type).
16244 2009-08-28  Glenn Morris  <rgm@gnu.org>
16246         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
16247         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
16248         Use default-value of major-mode rather than default-major-mode.
16250 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16252         * Makefile.in (update-elcfiles): Report left over elc files.
16254         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
16255         expand-file-name and with-current-buffer.
16256         (mail-get-names, mail-directory): Use with-current-buffer.
16258         * vc.el (vc-read-revision): New function.
16259         (vc-version-diff, vc-merge): Use it.
16261 2009-08-27  Sam Steingold  <sds@gnu.org>
16263         * simple.el (kill-do-not-save-duplicates): New user option.
16264         (kill-new): When it is non-nil, and the new string is the same as
16265         the latest kill, set replace to t to avoid duplicates in kill-ring.
16267 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
16269         * net/tramp.el (tramp-handle-process-file): Do not flush all
16270         caches when `process-file-side-effects' is set.
16271         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
16272         instead of `tramp-find-file-exists-command'.
16273         Unset `process-file-side-effects'.
16275 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
16277         * net/tramp.el (tramp-methods): New method "rsyncc".
16278         (top): Add completion function for "rsyncc".
16279         (tramp-message-show-message): New defvar.
16280         (tramp-message, tramp-error): Use it.
16281         (tramp-do-copy-or-rename-file-directly): Extend check for direct
16282         remote copying.
16283         (tramp-do-copy-or-rename-file-out-of-band): Handle new
16284         `tramp-methods' entry `copy-env' of "rsyncc".
16285         (tramp-vc-registered-read-file-names): New defconst.
16286         (tramp-vc-registered-file-names): New defvar.
16287         (tramp-handle-vc-registered): Implement optimization strategy.
16288         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
16289         (tramp-vc-file-name-handler): New defun.
16290         (tramp-get-ls-command, tramp-get-test-command)
16291         (tramp-get-file-exists-command, tramp-get-remote-ln)
16292         (tramp-get-remote-perl, tramp-get-remote-stat)
16293         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
16295         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
16296         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
16297         timestamps.
16298         (tramp-get-file-property): Check for timestamps in
16299         `tramp-cache-inhibit-cache'.
16300         (tramp-set-file-property): Write timestamp.
16302 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16304         * language/japan-util.el (japanese-symbol-table): Add entries for
16305         cp932-2-byte.
16307         * international/characters.el: Add category `j' to cp932-2-byte.
16309 2009-08-27  Kenichi Handa  <handa@m17n.org>
16311         * international/fontset.el (build-default-fontset-data): New macro.
16312         (setup-default-fontset): Use build-default-fontset-data for CJK,
16313         tibetan, ethiopic, and ipa.
16315 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16317         * cus-start.el (default-major-mode): Customize `major-mode' instead.
16318         (enable-multibyte-characters): Not customizable any more.
16320         * subr.el (default-mode-line-format, default-header-line-format)
16321         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
16322         (default-direction-reversed, default-truncate-lines)
16323         (default-left-margin, default-tab-width, default-case-fold-search)
16324         (default-left-margin-width, default-right-margin-width)
16325         (default-left-fringe-width, default-right-fringe-width)
16326         (default-fringes-outside-margins, default-scroll-bar-width)
16327         (default-vertical-scroll-bar, default-indicate-empty-lines)
16328         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
16329         (default-fringe-cursor-alist, default-scroll-up-aggressively)
16330         (default-scroll-down-aggressively, default-fill-column)
16331         (default-cursor-type, default-buffer-file-type)
16332         (default-cursor-in-non-selected-windows)
16333         (default-buffer-file-coding-system, default-major-mode)
16334         (default-enable-multibyte-characters): Mark as obsolete.
16336 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
16338         * vc-dir.el (vc-dir-update): Remove debug helper.
16340         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
16342 2009-08-26  Sam Steingold  <sds@gnu.org>
16344         * simple.el (save-interprogram-paste-before-kill): New user option.
16345         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
16346         save the interprogram-paste into kill-ring before overriding it
16347         with the Emacs kill.
16349 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16351         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
16352         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
16353         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
16354         and move to vc-rcs.el.
16355         (vc-default-next-revision): Rename to vc-rcs-next-revision and
16356         move to vc-rcs.el.
16357         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
16358         (vc-rcs-update-changelog): Remove.
16359         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
16360         and move to vc-rcs.el.
16362         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
16363         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
16364         renaming.
16365         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
16366         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
16367         vc.el, renamed to be RCS specific.
16369         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
16370         New functions.
16371         (vc-cvs-update-changelog): Move here from vc.el.
16373         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
16374         New functions.
16376 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16378         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
16380 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16382         * vc-git.el (vc-git-register): Use "git add" for directories.
16383         (vc-git-stash, vc-git-stash-show): New functions.
16384         (vc-git-extra-menu-map): Bind them.
16386         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
16387         directory correctly in case the item is a directory itself.
16389         * vc.el: Document the desired behavior for reverted files in the
16390         `added' state.
16391         (vc-default-prettify-state-info): Remove function, unused.
16393         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
16395 2009-08-26  Glenn Morris  <rgm@gnu.org>
16397         * bindings.el (standard-mode-line-format): Reposition dashes in
16398         which-func entry.  (Bug#4217)
16400         * files.el (enable-local-variables, enable-local-eval)
16401         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
16402         the defcustoms.
16403         (auto-mode-alist, ignored-local-variables)
16404         (save-some-buffers-action-alist): Move risky declarations to the
16405         definitions.
16406         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
16407         (font-lock-defaults, format-alist, imenu--index-alist)
16408         (imenu-generic-expression, input-method-alist, minor-mode-alist)
16409         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
16410         (mode-line-modified, mode-line-mule-info, mode-line-position)
16411         (mode-line-process, mode-line-remote, outline-level)
16412         (parse-time-rules, rmail-output-file-alist)
16413         (special-display-buffer-names, vc-mode):
16414         Move risky declarations to the relevant files.
16415         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
16416         (mode-line-modified, mode-line-process, mode-line-position)
16417         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
16418         * font-core.el (font-lock-defaults):
16419         * format.el (format-alist):
16420         * vc-hooks.el (vc-mode):
16421         * window.el (special-display-buffer-names):
16422         * international/mule-cmds.el (input-method-alist):
16423         Define riskiness here (dumped file) rather than in files.el.
16424         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
16425         * imenu.el (imenu-generic-expression, imenu--index-alist):
16426         * outline.el (outline-level):
16427         * time.el (display-time-string):
16428         * calendar/parse-time.el (parse-time-rules):
16429         * mail/rmailout.el (rmail-output-file-alist):
16430         Autoload riskiness here, rather than placing in files.el.
16432 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
16434         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
16436 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
16438         * simple.el (process-file-side-effects): New defvar.
16440         * dired-aux.el (dired-show-file-type):
16441         * vc.el (vc-diff-internal):
16442         * vc-arch.el (vc-arch-diff):
16443         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
16444         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
16445         * vc-git.el (vc-git-registered, vc-git-working-revision)
16446         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
16447         (vc-git--empty-db-p):
16448         * vc-hooks.el (vc-user-login-name):
16449         * vc-svn.el (vc-svn-registered, vc-svn-state)
16450         (vc-svn-dir-extra-headers, vc-svn-find-revision):
16451         * progmodes/grep.el (grep-probe): Let-bind
16452         `process-file-side-effects' with nil.
16454         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
16456         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
16457         daemon.  Replace ping by checking for running service for bluez
16458         and zeroconf.  (Bug#4239)
16460 2009-08-25  Kevin Ryde  <user42@zip.com.au>
16462         * net/dig.el (dig): Add autoload cookie.
16464 2009-08-25  Glenn Morris  <rgm@gnu.org>
16466         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
16467         load-history for absolute file-names.
16468         (byte-compile-file-form-require): Warn about use of the cl package.
16470         * format.el (format-alist): Doc fix.
16472         * play/bubbles.el (top-level): Don't require cl at run-time.
16474         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
16475         run-time cl).
16477 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
16479         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
16480         from cl package.
16481         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
16483 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
16485         * calc/calc-alg.el (math-trig-rewrite)
16486         (math-hyperbolic-trig-rewrite): New functions.
16487         (calc-simplify): Simplify trig functions when asked.
16489 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16491         * diff-mode.el (diff-find-source-location): Avoid goto-line.
16493 2009-08-24  Kenichi Handa  <handa@m17n.org>
16495         * language/ind-util.el (mapthread): Delete it.
16496         (combinatorial): New function.
16497         (indian--puthash-cv): Use combinatorial instead of mapthread.
16499 2009-08-22  Kevin Ryde  <user42@zip.com.au>
16501         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
16502         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
16503         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
16504         Clarify docstring that the value is strings not symbols.
16505         (checkdoc-list-of-strings-p): New function.
16507 2009-08-22  Glenn Morris  <rgm@gnu.org>
16509         * files.el (auto-mode-alist):
16510         * hippie-exp.el (he-concat-directory-file-name):
16511         * lpr.el (lpr-windows-system, printer-name):
16512         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
16513         * ps-print.el (ps-windows-system):
16514         * startup.el (command-line):
16515         * emulation/viper-ex.el (viper-glob-function):
16516         * international/mule-cmds.el (set-language-environment-coding-systems):
16517         * net/ange-ftp.el (ange-ftp-write-region):
16518         * obsolete/fast-lock.el (fast-lock-cache-name):
16519         Remove code for defunct system-types emx, macos, mswindows, next-mach,
16520         unisoft-unix, vax-vms, win32, w32.
16522         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
16523         given name if the pattern is not more specific.
16525         * calendar/lunar.el (lunar-phase-names): New option.
16526         (lunar-phase): Doc fix.
16527         (lunar-cycles-per-year): New constant.
16528         (lunar-index): New function.
16529         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16530         (lunar-phase-name): Use lunar-phase-names.
16531         (calendar-lunar-phases): Use format.
16532         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16534         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16535         Copy imenu-example--name-and-position function here for own use.
16536         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16538         * bs.el (bs--redisplay):
16539         * cus-edit.el (custom-redraw):
16540         * ibuffer.el (ibuffer-bury-buffer):
16541         * server.el (server-goto-line-column):
16542         * startup.el (command-line-1):
16543         * strokes.el (strokes-xpm-for-stroke):
16544         * term.el (term-display-buffer-line):
16545         * view.el (View-goto-line):
16546         * calc/calc.el (calc-do, calc-trail-buffer):
16547         * play/gamegrid.el (gamegrid-add-score-insecure):
16548         * progmodes/ada-mode.el (ada-compile-goto-error):
16549         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16550         (ebrowse-select-1st-to-9nth):
16551         * progmodes/cperl-mode.el (cperl-time-fontification):
16552         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16553         * progmodes/gud.el (gud-display-line):
16554         (idlwave-shell-display-line):
16555         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16556         * progmodes/make-mode.el (makefile-browser-toggle):
16557         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16558         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16559         * textmodes/picture.el (picture-draw-rectangle):
16560         * textmodes/reftex-index.el (reftex-index-goto-letter):
16561         (reftex-select-jump-to-previous):
16562         * textmodes/reftex-sel.el (reftex-find-start-point)
16563         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16564         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16565         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16566         * textmodes/tex-mode.el (tex-compilation-parse-errors):
16567         * textmodes/two-column.el (2C-associated-buffer):
16568         Use forward-line rather than goto-line.
16570         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16571         goto-line.
16573         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16574         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16575         (quick-check-list-to-regexp): Declare.
16577         * progmodes/make-mode.el (makefile-browser-insert-selection):
16578         Use goto-char rather than goto-line.
16580         * progmodes/prolog.el (compilation-error-regexp-alist)
16581         (compilation-forget-errors): Declare.
16583 2009-08-22  Juri Linkov  <juri@jurta.org>
16585         * progmodes/grep.el (lgrep, rgrep): At the beginning
16586         set `dir' to `default-directory' unless `dir' is a non-nil
16587         readable directory.  (Bug#4052)
16588         (lgrep, rgrep): Change a weird way to report an error
16589         from using `read-string' to using `error'.
16590         Instead of using interactive arguments in the function body,
16591         add new argument `confirm'.
16593 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16595         * textmodes/remember.el (remember-buffer):
16596         * progmodes/cperl-mode.el (cperl-vc-header-alist):
16597         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16598         (icalendar-extract-ical-from-buffer):
16599         * net/newst-treeview.el (newsticker-groups-filename):
16600         * net/newst-backend.el (newsticker-cache-filename):
16601         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16602         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16603         (speedbar-add-ignored-path-regexp, speedbar-line-path)
16604         (speedbar-buffers-line-path, speedbar-path-line)
16605         (speedbar-buffers-line-path):
16606         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16607         (epg-sign-keys):
16608         * epa.el (epa-display-verify-result):
16609         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16611 2009-08-21  Glenn Morris  <rgm@gnu.org>
16613         * progmodes/js.el (inferior-moz-process): Fix declaration.
16615         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16617         * obsolete/rnewspost.el (news-mail-reply):
16618         Use goto-char rather than goto-line.
16620         * term/ns-win.el (ns-open-file-select-line):
16621         Use line-beginning-position rather than goto-line.
16623         * apropos.el (apropos-command):
16624         * ehelp.el (electric-helpify):
16625         * printing.el (pr-show-setup):
16626         * strokes.el (strokes-help):
16627         * tutorial.el (tutorial--describe-nonstandard-key)
16628         (tutorial--detailed-help):
16629         * woman.el (woman-mini-help, woman-display-extended-fonts):
16630         * calc/calc-help.el (calc-describe-key):
16631         * emulation/edt.el (edt-electric-helpify):
16632         * international/mule-diag.el (mule-diag):
16633         * play/yow.el (apropos-zippy):
16634         * progmodes/python.el (python-describe-symbol):
16635         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16636         * textmodes/table.el (*table--cell-describe-mode)
16637         (*table--cell-describe-bindings):
16638         Use help-print-return-message rather than the now obsolete alias.
16640         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16641         (calendar-cursor-to-visible-date):
16642         * play/5x5.el (5x5-position-cursor):
16643         * play/decipher.el (decipher):
16644         * play/gomoku.el (gomoku-goto-xy):
16645         * play/landmark.el (lm-goto-xy):
16646         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16647         (mpuz-paint-digit):
16648         Use forward-line, not goto-line.
16650         * mail/rmail.el (rmail-obsolete): Delete custom group.
16651         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16652         (rmail-remote-password, rmail-remote-password-required):
16653         Remove unneeded :set-after and :set properties.
16655 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
16657         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16659 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
16661         * loadup.el: Remove leftover macos code.
16663         * vc-git.el (vc-git-annotate-command): Run asynchronously.
16664         Explicitly pass the date format to git blame so that user local
16665         so that the output format can be parsed.
16667 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
16669         * net/dbus.el (top): Don't check for (getenv
16670         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
16672 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
16674         * log-edit.el (log-edit-strip-single-file-name): New var.
16675         (log-edit-insert-changelog): Use it.  Bug#3571
16677 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16679         * subr.el (read-passwd): Use read-key so keypad keys work as well.
16680         Bug#3287
16682         * help.el (help-print-return-message): Rename from
16683         print-help-return-message.
16685         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16686         cvs-mode-map parent hack.
16687         (log-view-mode): Derive from special-mode.
16689         * linum.el (linum-mode): window-size-change-functions is redundant.
16690         Adapt to new window-configuration-change-hook behavior.
16691         (linum-after-size, linum-after-config): Remove.
16693         * imenu.el (imenu-example--name-and-position)
16694         (imenu-example--lisp-extract-index-name)
16695         (imenu-example--create-lisp-index, imenu-example--create-c-index):
16696         Mark as obsolete.
16698         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16699         (inferior-prolog-mode): Use it.
16700         (inferior-prolog-load-file): Reset list of errors.
16702 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16704         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16706         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16708 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
16710         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16711         is running already.
16713 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16715         * subr.el (listify-key-sequence-1): Use normal syntax since those
16716         integers are nowadays always represented by the same (positive) number
16717         on all platforms.
16718         (read-key-empty-map): New const.
16719         (read-key-delay): New var.
16720         (read-key): New function.
16721         (force-mode-line-update): Use with-current-buffer.
16722         (locate-user-emacs-file): Don't forget to abbreviate the file name.
16723         (start-process-shell-command, start-file-process-shell-command):
16724         Discourage the use of command-args.
16726 2009-08-19  Glenn Morris  <rgm@gnu.org>
16728         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16730 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16732         * simple.el (choose-completion-string): Don't rely on
16733         minibuffer-completing-file-name and ad-hoc checks to decide whether
16734         to continue completion or not.
16736         * minibuffer.el (minibuffer-hide-completions): New function.
16737         (completion--do-completion): Use it.
16738         (completions-annotations): New face.
16739         (completion--insert-strings): Use it.
16740         (completion-pcm--delim-wild-regex): Add docstring.
16741         (completion-pcm--string->pattern): Add support for 0-width delimiters
16742         in completion-pcm--delim-wild-regex.
16744 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16746         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16747         Remove unused var `buffer-modified-p'.
16749         * minibuffer.el (completion--do-completion): Move point for the #b001
16750         case as well (bug#4176).
16751         (minibuffer-complete, minibuffer-complete-word): Don't move point.
16753 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
16755         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
16756         and :session buses.
16758 2009-08-18  Kenichi Handa  <handa@m17n.org>
16760         * international/ucs-normalize.el (ucs-normalize-version):
16761         Change to 1.1.
16762         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16763         (utf-8-hfs): Make it perform normalization on encoding too.
16765         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
16766         (sentence-end-without-space): Delete duplicated chars.
16767         (sentence-end-base): Likewise.
16769         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
16770         (html-mode): Delete duplicated chars from sentence-end-base.
16772         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
16773         (texinfo-mode): Delete duplicated chars from sentence-end-base.
16775 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
16777         * files.el (hack-one-local-variable): If the mode function is for
16778         a minor mode, pass it an argument (Bug#4148).
16780 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
16782         * net/tramp.el (tramp-register-completion-file-name-handler):
16783         Check also for (member 'partial-completion completion-styles).
16785 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16787         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16788         abbrev (Bug#3943).
16790 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
16792         * progmodes/cperl-mode.el: Merge upstream 6.2.
16793         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16794         (cperl-forward-re): Check cperl-brace-recursing.
16795         (cperl-highlight-charclass): New function.
16796         (cperl-find-pods-heres): Use it.
16797         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16798         (cperl-beautify-regexp-piece): Fix column calculation.
16799         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16800         (cperl-beautify-level): Don't process entire regexp.
16801         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16802         calling man.
16803         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16804         (cperl-init-faces): Build a list in the normal way.
16806 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16808         * calendar/parse-time.el (parse-time-string-chars): Save match
16809         data.
16811 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16813         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16814         (sql-product): Use it.
16815         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16816         (sql-set-product): Add completion.
16817         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16818         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16819         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16820         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16821         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16822         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16823         (sql-highlight-db2-keywords): Remove.
16824         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16825         (sql-highlight-product): Use derived-mode-p.
16826         (sql-set-sqli-buffer): Use with-current-buffer.
16827         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16828         Simplify.
16830         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16832         * term.el: Fix commenting convention, turn comments into docstrings.
16834 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16836         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16838 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
16840         * calendar/parse-time.el (parse-time-string-chars): Compute using
16841         character classes, to handle non-ascii characters (Bug#3190).
16843 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16845         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16846         another heredoc if the user adds another < (Bug#3226).
16848         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16849         Don't initialize based on window-system (Bug#4124).
16851         * facemenu.el (facemenu-read-color): Use a completion function
16852         that accepts any defined color, such as RGB triplets (Bug#3677).
16854         * files.el (get-free-disk-space): Change fallback default
16855         directory to /.  Expand DIR argument before switching to fallback.
16856         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16858 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16860         * files.el (load-library): Doc fix.
16862 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16864         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16865         (viper-if-string): Redefine C-s in the minibuffer to insert the last
16866         incremental search string.
16868         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16869         XEmacs.
16871         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16872         (ediff-merge-region-is-non-clash)
16873         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16874         Also check if the job is really a merge job.
16876         * ediff.el (ediff-current-file): New function.
16878 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16880         * progmodes/js.el: Edit docstrings throughout to follow Emacs
16881         conventions.
16882         (js-insert-and-indent): Delete function.
16883         (js-mode-map): Don't bind keys to js-insert-and-indent.
16884         (js-beginning-of-defun): Rename from js--beginning-of-defun.
16885         (js-end-of-defun): Rename from js--end-of-defun.
16886         (js-auto-indent-flag): Delete variable.
16888 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
16890         * progmodes/js.el: Remove proclaim statement.
16891         Defvar which-func-imenu-joiner-function to silence compiler.
16893         * files.el (auto-mode-alist): Use js-mode for .js files.
16895         * progmodes/js2-mode.el: Remove file.
16897         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16899         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16901         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16903 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
16904             Karl Landstrom  <karl.landstrom@brgeight.se>
16906         * progmodes/js.el: New file.
16908 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
16910         * timezone.el (timezone-parse-date): Add ability to understand ISO
16911         basic format (minimal separators) dates in addition to the
16912         already-supported extended format dates.
16914 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
16916         * international/ucs-normalize.el: Add a `coding' file variable.
16918         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16920 2009-08-14  Sam Steingold  <sds@gnu.org>
16922         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16924 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
16926         * faces.el (help-argument-name): Define it here instead of
16927         help-fns.el, because in daemon mode help-fns.el may be loaded when
16928         faces are still uninitialized (Bug#1078).
16930         * help-fns.el (help-argument-name): Move defface to faces.el.
16932 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
16934         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16935         create buffer with a pty but no process so that GDB can make the
16936         inferior the controlling process.
16938 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
16940         * international/ucs-normalize.el: New file.
16942 2009-08-13  Richard Stallman  <rms@gnu.org>
16944         * mail/rmail.el (rmail-get-attr-names):
16945         Accept an attribute header that is too short.
16947         * mail/rmail.el (rmail-forget-messages):
16948         Ignore nil elt in rmail-message-vector.  Use dotimes.
16950         * progmodes/compile.el (compilation-goto-locus):
16951         Use next-error-move-function.
16953         * simple.el (next-error-move-function): New variable.
16955 2009-08-12  Juri Linkov  <juri@jurta.org>
16957         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16958         always non-nil.  (Bug#4052)
16960         * replace.el (read-regexp): Return empty string when
16961         `default-value' is nil.
16962         (keep-lines-read-args): Don't use empty string as the
16963         default value for `read-regexp'.  (Bug#2495)
16965 2009-08-12  Juri Linkov  <juri@jurta.org>
16967         * international/mule-cmds.el (ucs-insert): Change arguments
16968         from `arg' to `character', `count', `inherit' to be the same
16969         as in `insert-char'.  Doc fix.  (Bug#4039)
16971         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16973 2009-08-12  Juri Linkov  <juri@jurta.org>
16975         * files-x.el: New file.
16977         * files.el: Move code that deals with adding/deleting
16978         file/directory-local variables to files-x.el.
16980         * Makefile.in (ELCFILES): Add files-x.elc.
16982 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
16984         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16985         to use `goto-line'.
16986         (gdb-place-breakpoints, gdb-get-location): Rewritten without
16987         `goto-line'.
16988         (gdb-invalidate-disassembly): Do not refresh upon receiving
16989         'update signal.  Instead, update all disassembly buffers only after
16990         threads list.
16991         (gdb): Send -target-detach when buffer is killed (Bug#3794).
16992         (gdb-starting): Moved -data-list-register-names...
16993         (gdb-stopped): ...here so it's sent when first thread stops.
16994         (gdb-registers-handler-custom): Do nothing if register names are
16995         unknown yet.
16997         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16998         from `gdb-mi.el' to avoid extra tangling.
17000         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17001         change which breaks `gud-def' definitions used in `gdb'.
17002         (gdb-update-gud-running): No extra fuss for updating frame number.
17004 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17006         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17007         (describe-language-environment-map, setup-language-environment-map)
17008         (set-coding-system-map): Move initialization into declaration.
17009         (set-language-info-alist): Last arg to define-key-after can be skipped.
17011         * international/quail.el (quail-completion-1): Simplify.
17012         (quail-define-rules): Use slightly more compact code.
17013         (quail-insert-decode-map): Propertize keys, compact columns.
17015         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17016         Add goto-line.
17018 2009-08-10  Miles Bader  <miles@gnu.org>
17020         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17021         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17022         (js2-instance-member, js2-private-member, js2-private-function-call)
17023         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17024         (js2-magic-paren, js2-external-variable):
17025         Remove "-face" suffix from face names.
17026         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17027         (js2-highlight-undeclared-vars, js2-peek-token)
17028         (js2-parse-function-params, js2-mode-show-errors)
17029         (js2-mode-show-warnings, js2-make-magic-delimiter)
17030         (js2-mode-highlight-magic-parens): Update to use new face names.
17032 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
17034         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17035         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
17037 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
17039         * subr.el: Provide hashtable-print-readable.
17041         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17042         hs-c-like-adjust-block-beginning.
17043         (hs-hide-block-at-point): Stop hiding at the beginning of
17044         hs-block-end-regexp (Bug#700).
17046 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
17048         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17049         a macro.
17050         (gdb-registers-handler-custom): Do not fail when register names
17051         are unavailable.
17053 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17055         * progmodes/gdb-mi.el (gdb-control-all-threads)
17056         (gdb-control-current-thread): Interactive setters for
17057         `gdb-gud-control-all-threads' to use in menu.
17058         (gdb-show-run-p): Show «Go» when process is not active.
17059         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
17060         gud/thread.xpm and gud/all.xpm.
17062 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
17064         * net/net-utils.el (net-utils-font-lock-keywords): New var.
17065         (nslookup-font-lock-keywords): Make it a variable.
17066         (net-utils-mode): New mode for viewing diagnostic network output.
17067         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17068         (net-utils-run-simple): New function.
17069         (ifconfig, iwconfig, netstat, arp, route): Use it.
17071 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17073         * progmodes/gdb-mi.el (gdb-read-memory-custom)
17074         (gdb-memory-set-address, def-gdb-set-positive-number)
17075         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17076         after changing settings.
17077         (gdb-invalidate-disassembly): Update when first shown.
17078         (gdb-edit-locals-value): Fixed.
17079         (gdb-registers-handler-custom): Print registers in right order and
17080         allow changing register values (only for current thread yet).
17081         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17082         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17083         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17084         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
17085         info in mode name.
17086         (gdb-registers-mode-map): TAB to switch to locals.
17088 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
17090         * mail/rmail.el (rmail-add-mbox-headers)
17091         (rmail-set-message-counters-counter): Search for
17092         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
17094 2009-08-08  Glenn Morris  <rgm@gnu.org>
17096         * Makefile.in (ELCFILES): Update.
17098 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17100         * mail/sendmail.el (mail-yank-original): Set
17101         buffer-file-coding-system from the one used by the message whose
17102         text is yanked.
17104         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17105         to "windows" when "pgnuplot" is used.
17106         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
17107         call accept-process-output if "pgnuplot" is used.
17108         (calc-graph-init): Don't send -display and -geometry to
17109         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
17110         running "pgnuplot -V" with shell-command-to-string.
17112         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17113         the default.
17115 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17117         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
17118         org/org-latex.elc.
17120 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
17122         * vc-dispatcher.el (vc-resynch-window): Update comment.
17124         * term.el (term-handle-ansi-escape): Add comments with the
17125         terminfo capabilities implemented.
17127 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
17129         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17130         (gdb-var-create-handler): Rewritten using JSON parser.
17131         (gdb-propertize-header): Moved earlier.
17132         (gdb-set-header): Removed to avoid duplication.
17133         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17134         Refresh disassembly buffers only after threads list have been
17135         update.
17136         (gdb-threads-header, gdb-registers-header): Per-buffer header line
17137         variables.
17139 2009-08-04  Juri Linkov  <juri@jurta.org>
17141         * files.el: Commands to add/delete file/directory-local variables.
17142         (read-file-local-variable, read-file-local-variable-value)
17143         (read-file-local-variable-mode, modify-file-local-variable)
17144         (modify-file-local-variable-prop-line)
17145         (modify-dir-local-variable): New functions.
17146         (add-file-local-variable, delete-file-local-variable)
17147         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
17148         (add-dir-local-variable, delete-dir-local-variable)
17149         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
17150         (copy-dir-locals-to-file-locals-prop-line): New commands.
17152 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
17154         * abbrev.el (insert-abbrev-table-description): Prettify output.
17155         Suggested by Karl Chen.
17157 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
17159         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
17160         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
17161         (gdb-overlay-arrow-position, gdb-thread-position)
17162         (gdb-disassembly-position): Declare variables.
17163         (gdb-wait-for-pending): Function now.
17164         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
17165         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
17166         compilation goes smoothly.
17167         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
17168         (gdb-non-stop-setting): New customization setting which replaces
17169         `gdb-non-stop' so changing it doesn't break active GDB session.
17170         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
17171         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
17172         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
17173         (gdb-show-threads-by-default): New customization options.
17174         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
17175         routines.
17176         (gdb-get-buffer-create): Send buffers update signal when they are
17177         created.
17178         (gdb-invalidate-locals, gdb-invalidate-registers)
17179         (gdb-invalidate-breakpoints)
17180         (gdb-invalidate-threads, gdb-invalidate-disassembly)
17181         (gdb-invalidate-memory): Accept update signal.
17182         (gdb-current-context-command): Use --frame option.
17183         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
17184         Implement `gdb-frame-number' selection logic.
17185         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
17186         whether to show GUD toolbar buttons.
17187         (gdb-thread-exited): Unselect current thread when it exits.
17188         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
17189         (gdb-mark-line): Routine which sets overlay arrow or inverses
17190         video on fringeless displays.
17191         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
17192         to build aligned columns of data in GDB buffers and set text
17193         properties line-by-line.
17194         (gdb-invalidate-breakpoints)
17195         (gdb-breakpoints-list-handler-custom)
17196         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
17197         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
17198         (gdb-registers-handler-custom): Align data columns.
17199         (gdb-locals-handler-custom): Now prints data like in variable
17200         declarations.
17201         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
17202         Removed confusing buttons.
17203         (gdb-invalidate-threads): Append --frame.
17204         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
17205         between breakpoints/threads buffers.
17206         (gdb-set-window-buffer): Now can ignore dedicated windows.
17207         (gdb-propertize-header): Use `gdb-set-window-buffer'.
17208         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
17209         (def-gdb-thread-buffer-gud-command): Replaces
17210         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
17211         for fine thread control.
17212         (gdb-preempt-existing-or-display-buffer): New function used to
17213         display bound buffers without breaking window layout.
17214         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
17215         (gdb-select-frame): New version of `gdb-frames-select' which now
17216         sets `gdb-frame-number' so commands may use --frame option instead
17217         of inner debugger state.
17218         (gdb-frame-handler): Do not set `gdb-frame-number'.
17219         (gdb-threads-mode-map): Select threads with mouse.
17221         * progmodes/gud.el (gdb-gud-context-call): Declare function to
17222         avoid compilation warning.
17223         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
17224         `gdb-show-stop-p`.
17226         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
17227         Argument `key' renamed to `buffer-type'.
17228         (gdb-current-context-buffer-name): Do not add thread info to
17229         buffer name when no thread is selected.
17230         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
17231         command (bug 3794).
17232         (gdb-thread-selected): Handle `=thread-selected' notification.
17233         (gdb-wait-for-pending): New macro to deal with congestion problems.
17234         (gdb-breakpoints-list-handler-custom): Don't fail on pending
17235         breakpoints.
17236         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
17237         This fixes problem similar to one described in bug 3947.
17238         (gud-menu-map): More menu items.
17239         (gdb-init-1): Reset `gdb-thread-number' to nil.
17241         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
17242         non-stop settings.
17244         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
17245         (gdb-current-context-command): Do not append --thread if
17246         `gdb-thread-number' is nil.
17247         (gdb-running-threads-count, gdb-stopped-threads-count): New
17248         variables.
17249         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
17250         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
17251         customization options.
17252         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
17253         GUD commands.
17254         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
17255         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
17256         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
17257         set `gdb-thread-number' and update `gud-running' properly.
17258         (gdb-running): Update threads list when new threads appear.
17259         (gdb-stopped): Support non-stop operation and new thread switching
17260         logic.
17261         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
17262         (gdb-json-partial-output): New set of JSON routines.
17263         (def-gdb-auto-update-trigger): New `signal-list' optional
17264         argument.
17265         (gdb-thread-list-handler-custom): Update `gud-running',
17266         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
17267         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
17268         (gdb-continue-thread, gdb-step-thread): New commands for fine
17269         thread execution control.
17270         (gud-menu-map): New menu items to switch non-stop options.
17271         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
17272         (gdb-send): Mimic RET properly (bug 3794).
17274         * progmodes/gdb-mi.el (gdb-rules-name-maker)
17275         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
17276         gdb-buffer-rules.
17277         (def-gdb-auto-update-handler): New nopreserve optional argument.
17278         (gdb-stack-list-frames-custom): Print stack from top to bottom.
17280         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
17281         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
17282         (gdb-parent-mode): New mode to derive other GDB modes from.
17283         (gdb-display-disassembly-for-thread)
17284         (gdb-frame-disassembly-for-thread): New commands for threads
17285         buffer.
17287         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
17288         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
17289         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
17290         (gdb-update): We now store all GDB buffers in a list so that they
17291         can be updated by traversing a list instead of calling invalidate
17292         triggers explicitly.
17293         (def-gdb-trigger-and-handler): New macro to define trigger-handler
17294         pair for GDB buffer.
17295         (gdb-stack-buffer-name): Add thread information.
17296         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
17297         handle pending triggers.
17298         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
17299         (def-gdb-thread-buffer-simple-command)
17300         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
17301         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
17302         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
17303         New commands which show buffers bound to thread.
17304         (gdb-stack-list-locals-regexp): Removed unused regexp.
17306         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
17307         (gdb-locals-buffer-name, gdb-registers-buffer-name)
17308         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
17309         to (gud-comint-buffer) in *-buffer-name functions
17310         because (gdb-get-target-string) already does that.
17311         (gdb-locals-handler-custom, gdb-registers-handler-custom)
17312         (gdb-changed-registers-handler): Rewritten without regexps.
17314         * progmodes/gdb-mi.el: Basic thread selection support.
17315         (gdb-thread-number): New variable.
17316         (gdb-current-context-command): New macro which adds --thread
17317         option to command.
17318         (gdb-threads-mode-map): Select thread with SPC.
17319         (gdb-thread-list-handler-custom): Mark current thread with overlay
17320         arrow.  Synchronize GDB thread and Emacs thread.
17321         (gdb-select-thread): New command which selects current thread.
17322         (gdb-invalidate-frames, gdb-invalidate-locals)
17323         (gdb-invalidate-registers): Use --thread option.
17325 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
17327         * net/tramp.el (top): Make check for tramp-gvfs loading more
17328         robust.  (Bug#3977)
17329         (tramp-handle-insert-file-contents): `unwind-protect' must be
17330         inside `with-parsed-tramp-file-name'.
17332         * net/tramp-gvfs.el (top): Remove superfluous message when loading
17333         fails.
17335 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
17337         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
17338         directory if CLASSPATH is not set.
17340 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
17342         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
17343         New defconst.
17344         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
17346 2009-08-02  Kevin Ryde  <user42@zip.com.au>
17348         * net/newst-backend.el (newsticker--raw-url-list-defaults):
17349         Update freshmeat link.  Delete newsforge.com as it seems gone.
17351 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17353         * select.el (x-set-selection): Doc fix (Bug#4021).
17355         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
17357         * help-fns.el (describe-variable): Treat list return values from
17358         dir-locals-find-file properly (Bug#4005).
17360 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
17362         * net/tramp.el (tramp-debug-message): Print also microseconds.
17364 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
17366         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
17367         or END is non-nil.
17368         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
17369         (tramp-get-debug-buffer): Change `outline-regexp' according to new
17370         format.
17372         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
17373         (tramp-get-file-property): Use it.
17375         * autorevert.el (auto-revert-handler): Allow
17376         `auto-revert-tail-mode' for remote files.
17378 2009-08-02  Jason Rumney  <jasonr@gnu.org>
17380         * minibuffer.el (read-file-name): Treat confirm options to
17381         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
17383 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17385         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
17386         (font-lock-variable-name-face, font-lock-constant-face): Darken
17387         the colors for light backgrounds.
17389 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
17391         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
17392         month names.  (Bug#3987)
17394 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
17396         * simple.el (line-move-finish): Pass whole number to
17397         line-move-to-column.
17398         (line-move-visual): Perform hscroll to the recorded position.
17400 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
17402         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
17404 2009-07-29  Alan Mackenzie  <acm@muc.de>
17406         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
17408 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
17410         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
17411         (gdb-place-breakpoints): Use full path when setting breakpoints.
17413 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
17415         * calc/calc.el (calc-mode-map): Add keybinding for
17416         `calc-transpose-lines'.
17418 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
17420         * calc/calc-misc.el (calc-transpose-lines): New function.
17422 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
17424         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
17425         Simplify check for out-of-band methods.
17426         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
17427         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
17429 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
17431         * vc-git.el (vc-git-checkin): Fix typo.
17433 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
17435         * progmodes/js2-mode.el: New file.
17437 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
17439         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
17440         (gud-menu-map): Adjust tooltip accordingly.
17442 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
17444         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
17445         (vc-bzr-log-view-mode): Adjust log-view-file-re.
17447         * add-log.el (change-log-mode-map): Add a menu.
17449 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
17451         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
17452         function returns nil.
17453         (dbus-handle-event): Handle special return value :ignore.
17454         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
17456 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
17458         * view.el (view-mode-enable): Don't define Helper-return-blurb if
17459         it's not needed.
17461 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
17463         Fix Bug#3888:
17465         * w32-vars.el (x-select-enable-clipboard): Doc fix.
17467         * term/pc-win.el (x-display-name, x-colors)
17468         (x-select-enable-clipboard, x-select-text): Doc fix.
17470         * term/common-win.el (x-display-name, x-colors): Doc fix.
17472         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
17473         (xw-defined-colors): Doc fix.
17475         * w32-fns.el (x-select-text, x-setup-function-keys)
17476         (x-get-selection, x-set-selection): Doc fix.
17478         * term/x-win.el (x-select-text, x-setup-function-keys)
17479         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
17481         * select.el (x-set-selection): Doc fix.
17483 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
17485         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
17486         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
17487         "IsNSSSupportAvailable" method is not available.  Reported by
17488         Steve Youngs <steve@sxemacs.org>.
17490 2009-07-24  Kenichi Handa  <handa@m17n.org>
17492         * international/characters.el: Fix setting of category ?C, ?|, ?K,
17493         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
17494         (build-unicode-category-table): Fix range checks.
17496 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
17498         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
17499         the buffer we try to sync is current when calling
17500         vc-resynch-buffer.
17502         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
17503         not show up to date files.
17505 2009-07-24  Glenn Morris  <rgm@gnu.org>
17507         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
17508         Add autoload cookies.  If necessary, initialize.
17509         (elint-log): Handle non-file buffers.
17510         (elint-initialize): Add optional argument to reinitialize.
17511         (elint-find-builtin-variables): Save excursion.
17513 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
17515         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17516         for Lint.
17518 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17520         * vc.el (vc-print-log-internal): New function, split out from ...
17521         (vc-print-log): ... here.
17522         (vc-dir-move-to-goal-column): Declare.
17524         * vc-git.el (vc-git-add-signoff): New variable.
17525         (vc-git-checkin): Use it.
17526         (vc-git-toggle-signoff): New function.
17527         (vc-git-extra-menu-map): Bind it to menu.
17528         (vc-git--run-command-string): Accept a nil FILE argument.
17529         (vc-git-stash-list): New function.
17530         (vc-git-dir-extra-headers): Use it.
17532 2009-07-23  Glenn Morris  <rgm@gnu.org>
17534         * help-fns.el (describe-variable): Describe ignored and risky local
17535         variables in a similar way to that in which we describe safe ones.
17537         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17538         (byte-compile-output-file-form, byte-compile-output-docform)
17539         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17540         Give some more local variables with common names a "bytecomp-" prefix,
17541         so as not to shadow things during compilation.
17542         * emacs-lisp/cl-macs.el (load-time-value)
17543         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17544         `outbuffer' to `bytecomp-outbuffer'.
17546         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17547         since the next two variables cover them automatically now.
17548         (elint-builtin-variables, elint-autoloaded-variables): New.
17549         (elint-unknown-builtin-args): Remove all members, since they can be
17550         parsed automatically now.
17551         (elint-extra-errors): New.
17552         (elint-env-add-env, elint-env-add-macro): Use cadr.
17553         (elint-current-buffer): Use or.  Change final message.
17554         (elint-get-top-forms): Use line-end-position.
17555         (elint-init-env): Use cadr.  Handle autoload, declare-function,
17556         and defalias.
17557         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
17558         (regexp-assoc): Remove unused function.
17559         (elint-top-form): Set elint-current-pos, to record the start of the
17560         top-level form, for compilation-mode.
17561         (elint-form): Trap errors in macro expansion.  Use dolist.
17562         (elint-unbound-variable): Use elint-builtin-variables and
17563         elint-autoloaded-variables.
17564         (elint-get-args): Use cadr, or.
17565         (elint-check-cond-form): Use dolist, cadr.
17566         (elint-check-condition-case-form): Doc fix.  Use cadr.
17567         Use elint-extra-errors.
17568         (elint-log): New function.
17569         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17570         Distinguish errors and warnings.
17571         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
17572         Use a bytecomp-style format.
17573         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
17574         (elint-get-log-buffer): Use compilation mode.  Disable undo.
17575         Don't truncate lines.
17576         (elint-initialize): Set builtin and autoloaded variable lists.
17577         Only process elint-unknown-builtin-args if non-nil.
17578         (elint-find-builtin-variables, elint-find-autoloaded-variables):
17579         New functions.
17580         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
17582 2009-07-22  Kevin Ryde  <user42@zip.com.au>
17584         * net/newst-backend.el (newsticker--parse-atom-1.0)
17585         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17586         (newsticker--parse-rss-1.0):
17587         * progmodes/idlwave.el (idlwave-mode):
17588         * progmodes/idlw-shell.el (idlwave-shell-mode):
17589         * progmodes/vera-mode.el (vera-mode):
17590         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17591         * progmodes/vhdl-mode.el (vhdl-mode):
17592         * textmodes/table.el (table-generate-source)
17593         (table--warn-incompatibility):
17594         Hyperlink urls in docstrings with URL `...'.
17596 2009-07-22  Glenn Morris  <rgm@gnu.org>
17598         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17599         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17600         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17601         Remove leading * from defcustom docs.
17603         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
17605         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17606         defcustom doc.
17607         (list-load-path-shadows): Optionally, just return shadows as a string.
17609         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17611 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
17613         * mail/rmailedit.el (rmail-edit-mode): Use
17614         auto-save-include-big-deletions.
17616         * mail/rmail.el (rmail-variables): Use
17617         auto-save-include-big-deletions.
17619         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17620         changes.
17622 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
17624         * calc/calc.el (calc-undo-length): New variable.
17625         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17627 2009-07-21  Richard Stallman  <rms@gnu.org>
17629         * files.el (auto-save-mode): Handle buffer-save-size = -2
17630         for toggling mode.
17632 2009-07-21  Glenn Morris  <rgm@gnu.org>
17634         * textmodes/ispell.el (ispell-looking-back): Update declaration.
17636         * calendar/todo-mode.el (calendar-current-date): Update declaration.
17638         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17639         silence compiler.  Instead...
17640         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17641         (ps-print-ensure-fontified): Update for above function name changes.
17643         * printing.el (pr-mh-get-msg-num, pr-mh-show)
17644         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17645         silence compiler.  Instead...
17646         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17647         (mh-show-buffer): Only define for compiler.
17648         (pr-mh-current-message): Update for above function name changes.
17650         * files.el (abort-if-file-too-large): Explicitly pass `filename'
17651         as an argument.
17652         (find-file-noselect, insert-file-1): Update for above change.
17654         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17656         * mail/mailclient.el (mailclient-send-it): Fix message.
17658         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17659         (edebug-eval): Check cl-debug-env is bound.
17660         (print-level, print-circle): Don't redefine built-in variables.
17662         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17663         (custom-print-vectors): Remove old comments from doc.
17665         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17666         (emerge-version): Make the variable an obsolete alias for the
17667         emacs-version variable.  Make the function obsolete.
17668         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17669         Emerge options, rather than merging in into the main Options menu.
17670         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
17671         and auto advance modes.  Disable edit/fast items when not relevant.
17673 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17675         * term/vt420.el (terminal-init-vt420): Fix typo.
17677 2009-07-20  Sam Steingold  <sds@gnu.org>
17679         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17680         variable (removed from compile.el on 2004-03-11).
17682 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
17684         * files.el (hack-local-variables-filter): Fix last change.
17686 2009-07-19  Juri Linkov  <juri@jurta.org>
17688         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17689         (dir-local-variables-alist): New buffer-local variable.
17690         (hack-local-variables-filter): If variable is not dir-local,
17691         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17692         because file-local overrides dir-local.
17693         (c-postprocess-file-styles) <declare-function>:
17694         Remove obsolete declaration.
17695         (hack-dir-local-variables): Add dir-local variable/value pair to
17696         `dir-local-variables-alist' and remove duplicates.  Doc fix.
17698         * help-fns.el (describe-variable): Add information about
17699         file-local and dir-local variables.
17701 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
17703         * files.el (hack-local-variables-filter): Rewrite.
17705 2009-07-19  Glenn Morris  <rgm@gnu.org>
17707         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17708         Silence compiler by only defining on XEmacs.
17710         * international/mule.el (auto-coding-regexp-alist): Only match
17711         BABYL... at the start of buffer, not of lines.  (Bug#3790)
17713         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17714         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
17715         (cal-menu-context-mouse-menu): Doc fix.
17717         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17719         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
17721 2009-07-18  Juri Linkov  <juri@jurta.org>
17723         * info.el: Virtual Info keyword finder.
17724         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17725         (Info-finder-file): New variable.
17726         (Info-finder-find-file): New function.
17727         (finder-known-keywords, finder-package-info)
17728         (find-library-name, lm-commentary): Use defvar and
17729         declare-function to silence compiler warnings.
17730         (Info-finder-find-node): New function.
17731         (info-finder): New command.
17733         * subr.el (process-kill-buffer-query-function): New function.
17734         (add-hook)<kill-buffer-query-functions>: Add hook
17735         `process-kill-buffer-query-function'.
17737 2009-07-18  Alan Mackenzie  <acm@muc.de>
17739         * progmodes/cc-mode.el (c-before-hack-hook)
17740         (c-postprocess-file-styles): Give invocation of `c-set-style'
17741         DONT-OVERRIDE parameter of t.  Already set style variables will
17742         thus not be overridden by style settings given by `c-file-syle'.
17744         * files.el (hack-local-variables-filter): Remove entries with
17745         duplicate keys from `file-local-variables-alist'.
17747 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17749         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17750         x-set-selection if display-selections-p returns nil for the
17751         current frame.
17753 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
17755         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17757 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17759         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17760         Accept nil in addition to a regexp.
17761         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17762         Accept nil in addition to a regexp.
17763         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17764         buffers that have an associated file.  Handle nil values of
17765         desktop-buffers-not-to-save and desktop-files-not-to-save.
17766         (Bug#3833)
17768         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17769         (x-disown-selection-internal): New functions.
17771 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
17773         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17774         warning.
17775         (gdb-breakpoints-header): Move forward to avoid compiler warning.
17776         (gdb-make-header-line-mouse-map): Remove duplicate definition.
17778 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
17780         * simple.el (set-mark): Revert last change.
17782 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
17784         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17785         rendering of pngs is not possible instead of messaging a long
17786         description.
17788 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
17790         * w32-fns.el (x-selection-owner-p): New function.
17792         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17793         (mouse-yank-at-click, mouse-yank-primary): If
17794         select-active-regions is non-nil, deactivate the mark before
17795         insertion.
17797         * simple.el (deactivate-mark, set-mark): Only save selection if we
17798         own it.
17800 2009-07-17  Kenichi Handa  <handa@m17n.org>
17802         * case-table.el (describe-buffer-case-table): Fix for the case
17803         that KEY is a cons.
17805 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17807         * vc-rcs.el (vc-rcs-find-file-hook):
17808         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17810 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
17812         * net/tramp.el (tramp-wait-for-output): Handle the case when
17813         commands do not return a newline but a null byte before the shell
17814         prompt.  (Bug#3858)
17816 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17818         * term/ns-win.el (ns-set-alpha): Don't declare.
17819         (ns-set-background-alpha): Remove function.
17821 2009-07-16  Kevin Ryde  <user42@zip.com.au>
17823         * emacs-lisp/copyright.el (copyright-update): Save match-data across
17824         y-or-n-p, for safety.
17826 2009-07-16  Richard Stallman  <rms@gnu.org>
17828         * files.el (auto-save-mode): If buffer-saved-size is -2,
17829         don't clobber it.
17831         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17832         (rmail-retry-ignored-headers): Add more uninteresting fields.
17834 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
17836         * net/rcirc.el (rcirc): Use history variables.
17837         (rcirc-server-name-history, rcirc-nick-name-history)
17838         (rcirc-server-port-history): New variables.
17840 2009-07-15  Kenichi Handa  <handa@m17n.org>
17842         * international/mule-cmds.el (set-language-environment-charset):
17843         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17844         ignore them.
17846         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17847         Delete unibyte-display.
17849 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17851         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17853 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17855         * simple.el (deactivate-mark): Optional argument FORCE.
17856         (set-mark): Use deactivate-mark.
17858         * info.el (Info-search): No need to check transient-mark-mode
17859         before calling deactivate-mark.
17861         * select.el (x-set-selection): Doc fix.
17862         (x-valid-simple-selection-p): Allow buffer values.
17863         (xselect--selection-bounds): Handle buffer values.  Suggested by
17864         David De La Harpe Golden.
17866         * mouse.el (mouse-set-region, mouse-drag-track): Call
17867         copy-region-as-kill before setting the mark, to let
17868         select-active-regions work.
17870 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
17872         * simple.el (deactivate-mark): If select-active-regions is
17873         non-nil, copy the selection data into a string.
17874         (activate-mark): If select-active-regions is non-nil, set the
17875         selection to the current buffer.
17876         (set-mark): Update selection if select-active-regions is non-nil.
17878         * select.el (x-valid-simple-selection-p): Allow buffer values.
17880 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17882         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17883         and more featureful message-mode.
17885 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
17887         * select.el (x-set-selection): Doc fix.
17888         (x-valid-simple-selection-p): Disallow selection data consisting
17889         of a list or cons of integers, since that is not used.
17890         (xselect--selection-bounds, xselect--int-to-cons): New functions.
17891         (xselect-convert-to-string, xselect-convert-to-length)
17892         (xselect-convert-to-filename, xselect-convert-to-charpos)
17893         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17895 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
17897         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17898         output in -break-info command (Emacs bug #3794).
17900 2009-07-14  Glenn Morris  <rgm@gnu.org>
17902         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17903         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17904         (edebug-print-length, edebug-print-level, edebug-print-circle)
17905         (edebug-sit-for-seconds, edebug-view-outside)
17906         (edebug-bounce-point, edebug-set-global-break-condition)
17907         (edebug-Go-nonstop-mode, edebug-trace-mode)
17908         (edebug-Trace-fast-mode, edebug-continue-mode)
17909         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17910         (edebug-visit-eval-list): Doc fixes.
17912         * subr.el (def-edebug-spec): Doc fix.
17914 2009-07-14  Kenichi Handa  <handa@m17n.org>
17916         * international/characters.el: Fix setting of category ?C.
17918 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
17920         * term/ns-win.el (x-select-font): defalias x-select-font to
17921         ns-popup-font-panel instead of generate-fontset-menu.
17923 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
17925         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
17927 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
17929         * arc-mode.el (archive-find-type): Allow for a PK00 string before
17930         the PK\003\004 header (Bug#3770).
17932 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
17934         * pcomplete.el (pcomplete-comint-setup): Check for
17935         shell-dynamic-complete-filename too.
17937 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
17939         * simple.el (temporary-goal-column): Change the value for
17940         line-move-visual to a cons cell.
17941         (line-move-visual): Record or set the window hscroll, if
17942         necessary (Bug#3494).
17943         (line-move-1): Handle cons value of temporary-goal-column.
17945 2009-07-11  Kenichi Handa  <handa@m17n.org>
17947         * international/mule-diag.el (describe-character-set): Don't show
17948         width.
17950 2009-07-10  Sam Steingold  <sds@gnu.org>
17952         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17953         Omake sometimes indents the errors it prints, so allow all
17954         regexps to start with spaces.
17956 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
17958         * cus-edit.el (customize-changed-options-previous-release):
17959         Bump value to 22.1.  (Bug#3804)
17961 2009-07-08  Sam Steingold  <sds@gnu.org>
17963         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17964         to be a cons cell (test . ignored-directory) to selectively ignore
17965         some directories depending on the location of the search.
17967 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
17969         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17970         remote user is root, on the local host.
17971         (tramp-local-host-p): Either the local user or the remote user
17972         must be root.  (Bug#3771)
17974 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17976         * progmodes/gdb-mi.el (gdb): Remove description of
17977         gdb-use-separate-io-buffer.
17978         (menu): Don't allow toggling of or enable
17979         gdb-use-separate-io-buffer from menubar.
17981 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17983         * mail/unrmail.el (unrmail): Make sure the message ends with two
17984         newlines (Bug#3769).
17986 2009-07-08  Glenn Morris  <rgm@gnu.org>
17988         * calendar/calendar.el (calendar-current-date): Rework previous change.
17990 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
17992         * calendar/calendar.el (calendar-current-date):
17993         Add an optional argument giving an offset from today.
17995 2009-07-08  Glenn Morris  <rgm@gnu.org>
17997         * tutorial.el (tutorial--describe-nonstandard-key):
17998         Adjust the message for when a key has been unbound.
17999         (help-with-tutorial): Hide the arch-tag.
18001 2009-07-08  Kenichi Handa  <handa@m17n.org>
18003         * international/fontset.el (setup-default-fontset): For each
18004         script, append (not set) font-specs.
18006         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18007         docstring.
18009 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18011         * progmodes/gdb-mi.el (gdb-init-1): Move sending
18012         -data-list-register-names to ...
18013         (gdb-starting): ... here because GDB 7.0 requires execution to
18014         have started when using this MI command.
18015         (gdb-set-header): New function to distinguish select and
18016         unselected tabs in gdb buffers.
18017         (gdb-propertize-header): New macro that uses gdb-set-header.
18018         (gdb-breakpoints-header, gdb-locals-header): Use it.
18019         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18021 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
18023         * Makefile.in (ELCFILES): Remove fadr.elc.
18025 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
18027         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18028         may contain frame information, so `string-match' should be used.
18029         (gdb-update): Disassembly is invalidated through
18030         `gdb-get-selected-frame'.
18031         (gdb-pad-string): New function to pad string with spaces.
18032         (gdb-invalidate-disassembly): Invalidate only if the buffer
18033         exists.
18034         (gdb-disassembly-handler-custom): Column alignment.
18035         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18036         placing new ones.
18037         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18038         end of line, too.
18039         (gdb-frame-handler): Match convention to for disassembly buffer
18040         mode name.
18041         (gdb-stack-list-frames-handler): Rewritten without regexps.
18042         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18043         not highlight breakpoints without line information.
18044         (gdb-input): Add trailing newline to command.
18046         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18047         buffer properly.
18048         (gdb-breakpoints-list-handler-custom): Replacement for
18049         `gdb-break-list-handler'.  Using real parser instead of regexps
18050         now.
18051         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18052         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18053         to place breakpoints.
18054         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18055         functions.
18056         (gdb-disassembly-handler-custom): Show overlay arrow.
18057         (gdb-disassembly-place-breakpoints): Show breakpoints in
18058         disassembly buffer.
18059         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18060         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18061         instead of parsing breakpoints buffer.  Fixed old menu references
18062         in `gud-menu-map'.
18064         * fadr.el: Remove.
18066         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18067         (gdb-memory-address): New variable which holds top address of
18068         memory page shown in memory buffer.
18069         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
18070         customization variables.
18071         New functions:
18072         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18073         display the memory buffer.
18074         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18075         buffer display parameters.
18076         (def-gdb-memory-format, gdb-memory-format-binary)
18077         (gdb-memory-format-octal, gdb-memory-format-unsigned)
18078         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18079         Functions for setting memory buffer format.
18080         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18081         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18082         unit size used in memory buffer.
18083         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
18084         to next/previous page of memory buffer.
18085         Now using (bindat-get-field) instead of fadr functions.
18087 2009-07-07  Sam Steingold  <sds@gnu.org>
18089         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18090         non-top-level files.
18092 2009-07-07  Kenichi Handa  <handa@m17n.org>
18094         * international/mule-cmds.el (reset-language-environment): Put
18095         the highset priority to the charset iso-8859-1.
18097 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18099         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18100         to the end of the line when locating the block (Bug#700).
18102 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
18104         * net/tramp.el (tramp-handle-write-region): Flush file properties
18105         in case of short track.
18107 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
18109         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18110         Coded custom representation of verilog error regular expressions
18111         to work with Emacs-22's new format.
18112         (verilog-error-regexp-xemacs-alist): Coded custom representation
18113         of verilog error regular expressions to work with XEmacs format.
18114         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18115         error recognition into XEmacs.
18116         (verilog-error-regexp-add-emacs): Hook routine to install verilog
18117         error recognition into Emacs-22.
18119 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18121         * woman.el: Remove stand-alone closing parentheses.
18122         (woman-file-name, woman2-format-paragraphs)
18123         (woman-leave-blank-lines): Code cleanup.
18124         (woman-use-own-frame): Change default to nil.
18125         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
18126         defaults to inherit from default faces.
18127         (woman2-process-escapes): Consume the newline after a stand-alone
18128         filler character (Bug#3651).
18130 2009-07-06  Glenn Morris  <rgm@gnu.org>
18132         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18133         (top-level): Move provide to the end.
18134         (ffap): Remove defunct URL from custom group.
18136         * subr.el (eval-after-load): Doc fix.
18138 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
18140         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18141         `calc-embedded-word' is called twice.
18143 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18145         * files.el (find-alternate-file-other-window, find-alternate-file):
18146         Obey confirm-nonexistent-file-or-buffer.
18148 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
18150         * dired-aux.el (dired-show-file-type): Handle remote files.
18152 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
18154         * desktop.el (desktop-globals-to-save):
18155         Add file-name-history (Bug#2750).
18157 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
18159         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
18161 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
18163         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
18164         property on entire argument since this is what eshell-lisp-command
18165         expects.
18167 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
18169         * net/tramp-gvfs.el (tramp-gvfs-methods)
18170         (tramp-gvfs-zeroconf-domain)
18171         (tramp-bluez-discover-devices-timeout): Add version flag.
18172         (tramp-gvfs-handler-mounted-unmounted)
18173         (tramp-gvfs-connection-mounted-p): Polish handling of
18174         incompatibilities between GVFS 0.2 and 1.0.
18176 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
18178         * cus-start.el (all): Add make-pointer-invisible.
18180 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
18182         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
18183         formatted correctly.
18185 2009-07-02  Juri Linkov  <juri@jurta.org>
18187         * info.el: Virtual Info files and nodes.
18188         (Info-virtual-files, Info-virtual-nodes): New variables.
18189         (Info-current-node-virtual): New variable.
18190         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
18191         New functions.
18192         (Info-file-supports-index-cookies): Use Info-virtual-file-p
18193         to check for a virtual file instead of checking a fixed list
18194         of node names.
18195         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
18196         instead of ad-hoc processing of "dir" and (apropos history toc).
18197         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
18198         instead of ad-hoc processing of "dir" and (apropos history toc).
18199         Reread a file when moving from a virtual node.
18200         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
18201         (Info-directory-toc-nodes, Info-directory-find-file)
18202         (Info-directory-find-node): New functions.
18203         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
18204         (Info-history): Move part of code to
18205         `Info-history-find-node'.
18206         (Info-history-toc-nodes, Info-history-find-file)
18207         (Info-history-find-node): New functions.
18208         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
18209         (Info-toc): Move part of code to `Info-toc-find-node'.
18210         (Info-toc-find-node): New function.
18211         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
18212         the current Info file name to references because now the node
18213         "*TOC*" belongs to the same Info manual.
18214         (Info-toc-build): Rename from `Info-build-toc'.
18215         (Info-toc-nodes): Rename input argument `file' to `filename'.
18216         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
18217         instead of ad-hoc processing of ("dir" apropos history toc).
18218         (Info-index-nodes): Use Info-virtual-file-p
18219         to check for a virtual file instead of checking a fixed list
18220         of node names.
18221         (Info-index-node): Add check for `Info-current-node-virtual'.
18222         Raise `save-match-data' higher up the tree to contain
18223         `search-forward' too (bug fix).
18224         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
18225         (Info-virtual-index-nodes): New variable.
18226         (Info-virtual-index-find-node, Info-virtual-index): New functions.
18227         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
18228         (Info-apropos-file, Info-apropos-nodes): New variables.
18229         (Info-apropos-toc-nodes, Info-apropos-find-file)
18230         (Info-apropos-find-node, Info-apropos-matches): New functions.
18231         (info-apropos): Move part of code to `Info-apropos-find-node' and
18232         `Info-apropos-matches'.
18233         (Info-mode-map): Bind "I" to `Info-virtual-index'.
18234         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
18235         for a virtual file instead of checking a fixed list of node names.
18237         * simple.el (async-shell-command): New command.
18239         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
18241         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
18242         instead of `mount-info'.
18244 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
18246         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
18247         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
18249 2009-07-02  Kenichi Handa  <handa@m17n.org>
18251         * international/mule.el (set-keyboard-coding-system): Force *-unix
18252         coding-system to avoid eol conversion.
18254 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
18256         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
18257         Add handler for `process-file', `shell-command' and
18258         `start-file-process'.
18259         (tramp-gvfs-handle-shell-command)
18260         (tramp-gvfs-handle-start-file-process)
18261         (tramp-gvfs-handle-process-file): New defuns.
18262         (tramp-synce-list-devices): Simplify check for existence of property.
18264 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
18266         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
18268 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
18270         * language/korean.el (set-language-info-alist): Add korean-cp949,
18271         cp949 to spec.
18273 2009-07-01  Kenichi Handa  <handa@m17n.org>
18275         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
18277         * international/encoded-kb.el: Deleted.
18279         * international/mule.el (set-keyboard-coding-system): Perform the
18280         necessary setup here instead of calling encoded-kbd-setup-display.
18282 2009-07-01  Glenn Morris  <rgm@gnu.org>
18284         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
18286 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
18288         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
18290 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
18292         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
18293         Handle also the 'rename case, when setting file modes.  (Bug#3712)
18294         (tramp-default-file-modes): Remove execute permissions.
18296         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
18297         (top): Add a default for "synce" in `tramp-default-user-alist'.
18298         Add completion function for "synce" method.
18299         (tramp-hal-service, tramp-hal-path-manager)
18300         (tramp-hal-interface-manager, tramp-hal-interface-device):
18301         New defconst.
18302         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
18303         (tramp-synce-list-devices, tramp-synce-parse-device-names):
18304         New defuns.
18306         * net/trampver.el: Update release number.
18308 2009-06-30  Kenichi Handa  <handa@m17n.org>
18310         * international/fontset.el (setup-default-fontset): Add CJK fonts
18311         for symbols and the other miscellaneous characters.
18313         * language/korea-util.el (setup-korean-environment-internal):
18314         Make char-width-table suitable for Korean environments.
18315         (exit-korean-environment): Cancel above.
18317         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
18318         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
18319         setup-function to make char-width-table suitable for respective
18320         environments, and an exit-function to cancel that.
18322         * language/japan-util.el (setup-japanese-environment-internal):
18323         Call use-cjk-char-width-table with arg `ja_JP'.
18325         * international/characters.el (cjk-char-width-table): Delete it.
18326         (cjk-char-width-table-list): New variable.
18327         (use-cjk-char-width-table): New arg local-name.
18328         (use-default-char-width-table): Fix for the case that Emacs is
18329         already using the default char-width-table.
18331 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
18333         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
18334         modes mandatory.  (Bug#3712)
18336 2009-06-29  Alan Mackenzie  <acm@muc.de>
18338         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
18339         correction between the visible width of TABs and their number of bytes.
18341 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
18343         * server.el (server-buffer-done): Prevent kill-buffer from
18344         prompting by clearing the buffer modification flag (Bug#3696).
18346 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
18348         * progmodes/verilog-mode.el (verilog-beg-of-statement)
18349         (verilog-endcomment-reason-re): Support unique case and priority case.
18350         (verilog-basic-complete-re): Support localparam lineup.
18351         (verilog-beg-of-statement-1): Fix for robustness, unique case.
18352         (verilog-set-auto-endcomments): Fix for unique case, always_comb
18353         commenting.
18354         (verilog-leap-to-case-head): Now support *nested* unique &
18355         priority case statements.
18356         (verilog-auto-lineup): Make just declarations the default (as it
18357         had been).
18358         (verilog-leap-to-case-head): Support priority/unique case statements.
18359         (verilog-auto-lineup): Rework to give users radio buttons to
18360         select the various styles of automatic lineup.
18361         (verilog-error-regexp-alist): Rework to support the XEmacs style
18362         of error regular expressions from compilers, lint tools &
18363         simulators.  Note that GNU Emacs has made it impossible for a mode
18364         to load such things.
18365         (electric-verilog-terminate-line, verilog-indent-declaration)
18366         (verilog-auto-wiure): Rework for radio button selection of
18367         auto-lineup selection of specification of auto lineup.
18368         (verilog-beg-of-statement-1): Redesign to support proper operation
18369         in additional code, based on testing with auto-lineup.
18370         (verilog-calculate-indent, assignments & declarations)
18371         (verilog-backward-token): Enhance to support auto-lineup of
18372         assignments & declarations.
18373         (verilog-in-directive-p, verilog-at-struct-p): New function for
18374         easy test of whether we are.
18375         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
18376         to support safe execution at almost anyline.
18377         (verilog-calc-1): Properly support indenting deep inside generate
18378         blocks.
18379         (verilog-init-font): Remove definition & use of verilog-init-font,
18380         as it is redundant with font-lock-defaults.
18381         (verilog-mode): Alter the definition of verilog-font-lock-defaults
18382         to avoid circular calls if syntax-ppss is a function (as is the
18383         case now in 22.x GNU Emacs) as that function would sometimes call
18384         itself, leading to (nearly) infinite recursion.
18385         (verilog-ovm-begin-re, verilog-ovm-end-re)
18386         (verilog-ovm-statement-re, verilog-leap-to-head)
18387         (verilog-backward-token): Add support for OVM macros.  Some are
18388         complete statements, and others open and close scopes like begin
18389         and end.
18390         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
18391         (verilog-defun-level-generate-only-re): Really fix the defun-list
18392         compilation issue.
18393         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
18394         coverpoint, constraint and cross statements.
18395         (verilog-defun-level-list, verilog-generate-defun-level-list)
18396         (verilog-all-defun-level-list): Redo these specifications - it is
18397         too hard to support eval-when compile aggregation of lists also
18398         built at when-compile time.
18399         (verilog-defun-level-list): Place defconsts of variables used in
18400         building regular expressions which are built in eval-when-compile
18401         bodies in the same eval-when-compile body to facilitate compile
18402         without load.
18403         (verilog-beg-block-re-ordered): Support indenting
18404         virtual/protected tasks and functions.
18405         (verilog-defun-level-list, verilog-in-generate-region-p)
18406         (verilog-backward-ws&directives, verilog-calc-1): Speed up
18407         indentation of some module items (generate items).
18408         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
18409         across virtual/protected tasks and functions.
18411 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
18413         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
18414         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
18415         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
18416         in concatenations.  Reported by Yishay Belkind.
18417         (verilog-auto-ascii-enum): Support one-hot state machines in
18418         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
18419         (verilog-auto-inst, verilog-auto-inst-port): Include interface
18420         modport in AUTOINST and add vl-modport for users.  Reported by
18421         David Rogoff.
18422         (verilog-auto-inout-module, verilog-auto-inst)
18423         (verilog-decls-get-interfaces, verilog-insert-definition)
18424         (verilog-insert-one-definition, verilog-read-decls)
18425         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
18426         (verilog-sig-modport, verilog-signals-combine-bus)
18427         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
18428         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
18429         Suggested by David Rogoff.
18430         (verilog-repair-open-comma): Fix non-insertion of comma when
18431         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
18432         (verilog-make-width-expression): Simplify [A-1:0] expression
18433         widths to just {A{1'b0}}.
18434         (verilog-mode): Cleanup checkdoc warnings.
18435         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
18436         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
18437         inputs/outputs or data type.  Suggested by Vasu Kandadi.
18438         (next-error-last-buffer): Fix byte-compiler warning.
18439         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
18440         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
18441         or shell command text during AUTO expansion.  Suggested by Tad Truex.
18442         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
18443         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
18444         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
18445         in AUTOINOUT.  Reported by Matthew Lovell.
18446         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
18447         causing use of <= assignments.  Reported by Alex Reed.
18448         (verilog-read-decls): Fix triand, trior, wand, wor to be
18449         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
18450         (verilog-extended-complete-re): Support import "DPI-C" functions.
18451         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
18452         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
18453         (verilog-insert-date, verilog-insert-year)
18454         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
18455         Windows systems.  Reported by Michael Potts.
18456         (verilog-read-module-name): Fix AUTOINST when the child module
18457         declaration's name is a tick define.  Reported by Elliot Mednick.
18458         (verilog-read-decls): Fix V2K parameter bit subscripts getting
18459         passed to next parameter's definition.  Reported by Bruce T.
18460         (verilog-read-decls): Fix detecting "parameter int" when using
18461         AUTOINSTPARAM.  Reported by Bruce T.
18462         (verilog-goto-defun): Fix goto not finding modules unless first
18463         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
18464         (verilog-mode): Expand -f flag arguments on entry to mode so
18465         verilog-goto-defun will work.  Reported by Lawrence Butcher.
18466         (verilog-getopt): Expand environment variables in -f file
18467         arguments.  Suggested by Lawrence Butcher.
18468         (verilog-set-define): Fix "Symbol's value as variable is void"
18469         when reading enumerations.
18470         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
18471         Suggested by Stephen Peltan.
18472         (verilog-read-defines): Fix reading of enumerations in include
18473         files.  Reported by Steve Peltan.
18475 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18477         * files.el (trash-directory): Fix defcustom type.
18479 2009-06-28  Juri Linkov  <juri@jurta.org>
18481         * help-fns.el (describe-function-1): Correctly locate adviced
18482         functions in hyperlink (Bug#2438).
18484 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
18486         * files.el (trash-directory): Change default to nil.
18487         (move-file-to-trash): If trash-directory is nil and
18488         system-move-file-to-trash is unbound, perform freedesktop-style
18489         trashing.
18491 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18493         * files.el (move-file-to-trash): Add freedesktop trash
18494         support (Bug#973).
18496 2009-06-28  Glenn Morris  <rgm@gnu.org>
18498         * autorevert.el (global-auto-revert-non-file-buffers)
18499         (global-auto-revert-mode): Doc fixes.
18501 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
18503         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
18505 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
18507         * faces.el (x-handle-named-frame-geometry): Ensure that we have
18508         opened an X connection before calling x-get-resource (Bug#3194).
18510         * play/doctor.el: Remove reference to obsolete website.
18511         (make-doctor-variables): Correct grammar mistake (Bug#2633).
18513 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
18515         Remove find-file-not-found-hook VC method.  (Bug#2757)
18516         * vc-hooks.el (vc-file-not-found-hook)
18517         (vc-default-find-file-not-found-hook): Remove functions.
18518         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
18519         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
18520         * vc.el:
18521         * vc-hg.el:
18522         * vc-git.el: Do not mention find-file-not-found-hook VC method.
18524 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
18526         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
18527         compatibility function for `looking-back'.
18529         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
18530         Use `ispell-looking-back'.
18532 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
18534         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
18535         rather than `filename'.
18537 2009-06-23  Miles Bader  <miles@gnu.org>
18539         * face-remap.el (text-scale-set): New function.
18541 2009-06-23  Glenn Morris  <rgm@gnu.org>
18543         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18545         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18547         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18549         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18551         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18552         Simplify Persian conditionals.
18554         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18555         variable `filename'.
18557         * comint.el (comint-insert-input): Doc fix.
18559         * Makefile.in (ELCFILES): Fix typo in previous change.
18561 2009-06-23  Miles Bader  <miles@gnu.org>
18563         * cus-start.el: Add entry for `recenter-redisplay'.
18565 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18567         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18568         Add an optional argument for the backend, use it instead of
18569         calling vc-backend.
18570         (vc-mode-line): Add an optional argument for the backend.
18571         Pass the backend to vc-state and vc-working-revision.  Move code for
18572         special handling for vc-state being a buffer to ...
18574         * vc-rcs.el (vc-rcs-find-file-hook):
18575         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
18577         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18578         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18579         vc-stay-local-p and vc-mode-line calls.
18581         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18582         (vc-cvs-diff, vc-cvs-annotate-command)
18583         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18584         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18585         vc-mode-line calls.
18587         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18588         direct comparison.
18589         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18590         backend when calling vc-mode-line.
18591         (vc-register): Do not create a closure for calling the vc register
18592         function, call it directly.
18594 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
18596         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18597         to make it obvious item can be clicked.
18599         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18601 2009-06-23  Kenichi Handa  <handa@m17n.org>
18603         * language/korea-util.el (korean-key-bindings): Change the binding
18604         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
18605         same command.
18607 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
18609         Sync with Tramp 2.1.16.
18611         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18613         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
18614         when a loading of a package fails.  Completion function for rsync
18615         is `tramp-completion-function-alist-ssh'.
18616         (all): Replace all calls of `split-string' and
18617         `tramp-split-string' by `tramp-compat-split-string'.
18618         (tramp-default-method): Use `tramp-compat-process-running-p'.
18619         (tramp-default-proxies-alist): Allow also Lisp forms.
18620         (tramp-remote-path): Add choice "Private Directories".
18621         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
18622         (tramp-domain-regexp): Allow also "-", "_" and ".".
18623         (tramp-end-of-output): Remove newlines, and add "$" at the end.
18624         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18625         (tramp-debug-message): Insert header line in debug buffer.
18626         (tramp-handle-directory-files-and-attributes-with-stat):
18627         Care about filenames with spaces, or starting with "-".
18628         (tramp-handle-dired-uncache): New defun.
18629         (tramp-handle-insert-directory): Don't flush the directory from
18630         cache, this is handled by `dired-uncache' now.
18631         (tramp-handle-insert-file-contents): Improve error handling.
18632         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18633         Quote `tramp-end-of-output'.
18634         (tramp-action-password): Improve trace message.
18635         (tramp-check-for-regexp): Both echoes must be present, before removing.
18636         (tramp-open-connection-setup-interactive-shell): Trace coding system.
18637         (tramp-compute-multi-hops): Eval cons cells of
18638         `tramp-default-proxies-alist'.
18639         (tramp-maybe-open-connection): Use the same command pattern for
18640         first hop and further hops.
18641         (tramp-wait-for-output): Remove handling of newlines.
18642         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18643         (tramp-split-string): Remove function.  It is handled in
18644         tramp-compat now.
18646         * net/tramp-cmds.el (tramp-bug):
18647         Recommend `tramp-cleanup-all-connections' in the bug mail.
18649         * net/tramp-compat.el (tramp-compat-split-string)
18650         (tramp-compat-process-running-p): New defuns.
18652         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18653         for `dired-uncache'.
18655         * net/tramp-gvfs.el: New package.
18657         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18658         Add handler for `dired-uncache'.
18659         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18661         * net/trampver.el: Update release number.  Make version check fit
18662         for SXEmacs 22.
18664 2009-06-22  Jim Meyering  <meyering@redhat.com>
18666         Automatically handle .xz suffix (XZ-compressed files), too.
18667         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18668         XZ is the successor to LZMA: <http://tukaani.org/xz/>
18670 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
18671             Nick Roberts  <nickrob@snap.net.nz>
18673         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18674         repository (http://sphinx.net.ru/hg/gdb-mi/).
18676 2009-06-22  Glenn Morris  <rgm@gnu.org>
18678         * files.el (dir-locals-collect-mode-variables): Allow for any number of
18679         `mode' and `eval' entries.  (Bug#3430)
18681         * Makefile.in (ELCFILES): Add fadr.elc.
18683         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18684         differing behavior of \n and ^ in strings.  (Bug#3385)
18686         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18688         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18689         property.
18690         (lisp-indent-function): Make it a defcustom.
18692 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
18694         * progmodes/gdb-ui.el: Replace with ...
18695         * progmodes/gdb-mi.el: ... this file.
18696         * progmodes/gud.el: Modify for gdb-mi.el.
18698 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
18700         * fadr.el: New file.
18702 See ChangeLog.14 for earlier changes.
18704 ;; Local Variables:
18705 ;; coding: utf-8
18706 ;; End:
18708   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
18710   This file is part of GNU Emacs.
18712   GNU Emacs is free software: you can redistribute it and/or modify
18713   it under the terms of the GNU General Public License as published by
18714   the Free Software Foundation, either version 3 of the License, or
18715   (at your option) any later version.
18717   GNU Emacs is distributed in the hope that it will be useful,
18718   but WITHOUT ANY WARRANTY; without even the implied warranty of
18719   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18720   GNU General Public License for more details.
18722   You should have received a copy of the GNU General Public License
18723   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.