* lisp/emacs-lisp/edebug.el (edebug-result): Move before first use.
[emacs.git] / lisp / ChangeLog
blob106d73ec206e19b3f283a2bd56617e44f3a96d18
1 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * subr.el (load-history-regexp, load-history-filename-element)
4         (eval-after-load, after-load-functions, do-after-load-evaluation)
5         (eval-next-after-load, display-delayed-warnings)
6         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7         definition of save-match-data.
8         (overriding-local-map): Remove accidental obsolescence declaration.
10         * emacs-lisp/edebug.el (edebug-result): Move before first use.
12 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14         Generalize symbol prettify support to prog-mode and implement it
15         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
16         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
17         (prog--prettify-font-lock-compose-symbol)
18         (prog-prettify-font-lock-symbols-keywords): New variables and
19         functions to support symbol prettification.
20         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
21         (lisp--augmented-font-lock-keywords-1)
22         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
23         (lisp--prettify-symbols-alist): Implement prettify of lambda.
24         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
25         (cfengine3--prettify-symbols-alist, cfengine3-mode):
26         Implement prettify of -> => :: strings.
27         * progmodes/perl-mode.el (perl-prettify-symbols)
28         (perl--font-lock-compose-symbol)
29         (perl--font-lock-symbols-keywords): Move to prog-mode.
30         (perl--prettify-symbols-alist): Prettify -> => :: strings.
31         (perl-font-lock-keywords-1)
32         (perl-font-lock-keywords-2): Remove explicit prettify support.
33         (perl--augmented-font-lock-keywords)
34         (perl--augmented-font-lock-keywords-1)
35         (perl--augmented-font-lock-keywords-2, perl-mode):
36         Implement prettify support.
38 2013-06-05  Leo Liu  <sdl.web@gmail.com>
40         Re-implement smie matching block highlight using
41         show-paren-data-function.  (Bug#14395)
42         * emacs-lisp/smie.el (smie-matching-block-highlight)
43         (smie--highlight-matching-block-overlay)
44         (smie--highlight-matching-block-lastpos)
45         (smie-highlight-matching-block)
46         (smie-highlight-matching-block-mode): Remove.
47         (smie--matching-block-data-cache): New variable.
48         (smie--matching-block-data): New function.
49         (smie-setup): Use smie--matching-block-data for
50         show-paren-data-function.
52         * progmodes/octave.el (octave-mode-menu): Fix.
53         (octave-find-definition): Skip garbage lines.
55 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
57         Fix compilation error with simultaneous dynamic+lexical scoping.
58         Add warning when a defvar appears after the first let-binding.
59         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
60         (byte-compile-close-variables): Initialize it.
61         (byte-compile--declare-var): New function.
62         (byte-compile-file-form-defvar)
63         (byte-compile-file-form-define-abbrev-table)
64         (byte-compile-file-form-custom-declare-variable): Use it.
65         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
66         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
67         (byte-compile-bind): Handle dynamic bindings that shadow
68         lexical bindings.
69         (byte-compile-unbind): Make arg non-optional.
70         (byte-compile-let): Simplify.
71         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
72         (cconv--analyse-function, cconv-analyse-form): Populate it.
73         Protect byte-compile-bound-variables to limit the scope of defvars.
74         (cconv-analyse-form): Add missing rule for (defvar <foo>).
75         Remove unneeded rule for `declare'.
77         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
78         so as to avoid depending on cl-adjoin at run-time.
79         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
81         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
82         (macroexp--warn-and-return): Use it.
84 2013-06-05  Leo Liu  <sdl.web@gmail.com>
86         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
88 2013-06-04  Leo Liu  <sdl.web@gmail.com>
90         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
91         (compilation-auto-jump): Suppress the "Mark set" message to give
92         way to exit message.
94 2013-06-04  Alan Mackenzie  <acm@muc.de>
96         Remove faulty optimisation from indentation calculation.
97         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
98         search limit based on 2000 characters back from indent-point.
100 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
102         * eshell/em-term.el (cl-lib): Require `cl-lib'.
104 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * emacs-lisp/lisp.el: Use lexical-binding.
107         (lisp--local-variables-1, lisp--local-variables): New functions.
108         (lisp--local-variables-completion-table): New var.
109         (lisp-completion-at-point): Use it complete let-bound vars.
111         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
112         eagerly (bug#14422).
114 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
116         * autorevert.el (auto-revert-notify-enabled)
117         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
118         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
119         (auto-revert-notify-handler): Handle also gfilenotify.
121         * subr.el: (file-notify-handle-event): New defun. Replacing ...
122         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
123         Remove.
125 2013-06-03  Juri Linkov  <juri@jurta.org>
127         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
128         `M-s h .'.  (Bug#14427)
130         * hi-lock.el (highlight-symbol-at-point): New alias for the new
131         command `hi-lock-face-symbol-at-point'.
132         (hi-lock-face-symbol-at-point): New command.
133         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
134         (hi-lock-menu): Add `highlight-symbol-at-point'.
135         (hi-lock-mode): Doc fix.
137         * isearch.el (isearch-forward-symbol-at-point): New command.
138         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
139         (isearch-highlight-regexp): Add a regexp which matches
140         words/symbols for word/symbol mode.
142         * subr.el (find-tag-default-bounds): New function with the body
143         mostly moved from `find-tag-default'.
144         (find-tag-default): Move most code to `find-tag-default-bounds',
145         call it and apply `buffer-substring-no-properties' afterwards.
147 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
149         * eshell/em-term.el (eshell-term-initialize):
150         Use `cl-intersection' rather than `intersection'.
152 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
154         * vc/log-view.el: Doc fix.
155         (log-view-mode-map): Copy keymap from `special-mode-map'.
157 2013-06-02  Eric Ludlam <zappo@gnu.org>
159         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
160         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
161         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
162         (eieio-unbound, eieio-default-superclass)
163         (eieio--define-field-accessors, method-static, method-before)
164         (method-primary, method-after, method-num-lists)
165         (method-generic-before, method-generic-primary)
166         (method-generic-after, method-num-slots)
167         (eieio-specialized-key-to-generic-key)
168         (eieio--check-type, class-v, class-p)
169         (eieio-class-name, define-obsolete-function-alias)
170         (eieio-class-parents-fast, eieio-class-children-fast)
171         (same-class-fast-p, class-constructor, generic-p)
172         (generic-primary-only-p, generic-primary-only-one-p)
173         (class-option-assoc, class-option, eieio-object-p)
174         (class-abstract-p, class-method-invocation-order)
175         (eieio-defclass-autoload-map, eieio-defclass-autoload)
176         (eieio-class-un-autoload, eieio-defclass)
177         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
178         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
179         (eieio--defgeneric-init-form, eieio-defgeneric-form)
180         (eieio-defgeneric-reset-generic-form)
181         (eieio-defgeneric-form-primary-only)
182         (eieio-defgeneric-reset-generic-form-primary-only)
183         (eieio-defgeneric-form-primary-only-one)
184         (eieio-defgeneric-reset-generic-form-primary-only-one)
185         (eieio-unbind-method-implementations)
186         (eieio--defmethod, eieio--typep)
187         (eieio-perform-slot-validation, eieio-validate-slot-value)
188         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
189         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
190         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
191         (eieio-slot-name-index, eieio-class-slot-name-index)
192         (eieio-set-defaults, eieio-initarg-to-attribute)
193         (eieio-attribute-to-initarg, eieio-c3-candidate)
194         (eieio-c3-merge-lists, eieio-class-precedence-c3)
195         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
196         (eieio-class-precedence-list, eieio-generic-call-methodname)
197         (eieio-generic-call-arglst, eieio-generic-call-key)
198         (eieio-generic-call-next-method-list)
199         (eieio-pre-method-execution-functions, eieio-generic-call)
200         (eieio-generic-call-primary-only, eieiomt-method-list)
201         (eieiomt-optimizing-obarray, eieiomt-install)
202         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
203         (eieio-generic-form, eieio-defmethod, make-obsolete)
204         (eieio-defgeneric, make-obsolete): Move to eieio-core.el
205         (defclass): Remove `eval-and-compile' from macro.
206         (call-next-method, shared-initialize): Instead of using
207         `scoped-class' variable, use new eieio--scoped-class, and
208         eieio--with-scoped-class.
209         (initialize-instance): Rename local variable 'scoped-class' to
210         'this-class' to remove ambiguitity from old global.
212         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
213         eieio.el.
214         (eieio--scoped-class-stack): New variable
215         (eieio--scoped-class): New fcn
216         (eieio--with-scoped-class): New scoping macro.
217         (eieio-defclass): Use pushnew instead of add-to-list.
218         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
219         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
220         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
221         `scoped-class' variable, use new eieio--scoped-class, and
222         eieio--with-scoped-class.
224         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
226 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
228         * eshell/esh-ext.el (eshell-external-command): Pass args to
229         `eshell-find-interpreter'.
230         (eshell-find-interpreter): Add new second parameter ARGS.
232         * eshell/em-script.el (eshell-script-initialize): Add second arg
233         to the function added as MATCH to `eshell-interpreter-alist'
235         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
236         the function added as MATCH to `eshell-interpreter-alist'
238         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
239         (eshell-visual-options): New defcustom.
240         (eshell-escape-control-x): Adapt docstring.
241         (eshell-term-initialize): Test `eshell-visual-subcommands' and
242         `eshell-visual-options' in addition to `eshell-visual-commands'.
243         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
245 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
247         * progmodes/python.el (python-indent-block-enders): Add break,
248         continue and raise keywords.
250 2013-06-01  Glenn Morris  <rgm@gnu.org>
252         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
254         Plain (f)boundp silences compilation warnings since Emacs 22.1.
255         * progmodes/cc-cmds.el (delete-forward-p):
256         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
257         * progmodes/cc-engine.el (buffer-syntactic-context):
258         * progmodes/cc-fonts.el (face-property-instance):
259         * progmodes/cc-mode.el (set-keymap-parents):
260         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
261         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
262         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
263         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
264         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
266         * progmodes/cc-vars.el (other): Emacs has this widget since
267         at least 21.1, so don't (re)define it.
269         * eshell/em-cmpl.el (eshell-cmpl-initialize):
270         Replace the obsolete alias pcomplete-arg-quote-list.
272 2013-06-01  Leo Liu  <sdl.web@gmail.com>
274         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
275         punctuation syntax.
276         (inferior-octave-minimal-columns)
277         (inferior-octave-last-column-width): New variables.
278         (inferior-octave-track-window-width-change): New function.
279         (inferior-octave-mode): Adjust column width so that Octave output,
280         for example from 'ls', can fit into the window nicely.
282 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
284         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
285         Highlight expansions inside regexp literals.
287 2013-05-31  Glenn Morris  <rgm@gnu.org>
289         * obsolete/sym-comp.el (symbol-complete):
290         Replace obsolete completion-annotate-function.
292         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
294 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
296         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
297         New function, checks if point is inside a literal that allows
298         expression expansion.
299         (ruby-syntax-propertize-expansion): Use it.
300         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
301         around the body.
303 2013-05-30  Juri Linkov  <juri@jurta.org>
305         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
306         to "\M-si".
307         (isearch-invisible): New variable.
308         (isearch-forward): Doc fix.
309         (isearch-mode): Set `isearch-invisible'
310         to the value of `search-invisible'.
311         (isearch-toggle-case-fold): Doc fix.
312         (isearch-toggle-invisible): New command.
313         (isearch-query-replace): Let-bind `search-invisible'
314         to the value of `isearch-invisible'.
315         (isearch-search): Use `isearch-invisible' instead of
316         `search-invisible'.  Let-bind `search-invisible'
317         to the value of `isearch-invisible'.  (Bug#11378)
319 2013-05-30  Juri Linkov  <juri@jurta.org>
321         * replace.el (perform-replace): Avoid `isearch-range-invisible'
322         call when `query-flag' is nil and `search-invisible' is non-nil.
323         (Bug#11746)
325 2013-05-30  Glenn Morris  <rgm@gnu.org>
327         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
329         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
330         (cc-require): Suppress spurious "noruntime" warnings.
331         (cc-require-when-compile): Use fboundp, for sake of compiler.
333         * progmodes/cc-mode.el: Move load of cc-vars before that of
334         cc-langs (which in turn loads cc-vars), to quieten compiler.
336 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * paren.el: Simplify the code.
339         (show-paren-mode): Always start the timer.
340         (show-paren--idle-timer): Rename from show-paren-idle-timer.
341         (show-paren--overlay, show-paren--overlay-1): Rename from
342         show-paren-overlay and show-paren-overlay-1, and initialize to an
343         overlay rather than to nil.
344         (show-paren-function): Misc cleanup and simplifications.
346 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * paren.el (show-paren-data-function): New hook.
349         (show-paren--default): New function, extracted from show-paren-function.
350         (show-paren-function): Use show-paren-data-function.
352 2013-05-30  Glenn Morris  <rgm@gnu.org>
354         * ielm.el (ielm-map, ielm-complete-symbol):
355         Use completion-at-point rather than obsolete functions.
356         (inferior-emacs-lisp-mode): Doc fix.
357         Set completion-at-point-functions, rather than
358         comint-dynamic-complete-functions.
360         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
361         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
362         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
364         * image.el (image-animated-p): Tweak definition.
366         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
367         (rlogin-process-connection-type): Tweak default.  Add set-after.
368         (rlogin-host): Doc fix.
369         (rlogin): Tweak prompt.
370         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
372         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
373         * progmodes/tcl.el (inferior-tcl-mode-map):
374         Use completion-at-point rather than obsolete alias.
376         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
378         * minibuffer.el (read-file-name-completion-ignore-case):
379         Move before completion--in-region, for eager macro expansion.
381 2013-05-29  Juri Linkov  <juri@jurta.org>
383         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
384         for total count of matching lines.  Add `global-matches' for total
385         count of matches.  Rename `matches' to `lines' for count of
386         matching lines.  Add `matches' for count of matches.
387         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
388         to `prev-line' for line number of prev match endpt.
389         Increment `matches' for every match.  Print the number of
390         matching lines in the header.
391         (occur-context-lines): Rename `lines' to `curr-line'.
392         Rename `prev-lines' to `prev-line'.  (Bug#14017)
394 2013-05-29  Juri Linkov  <juri@jurta.org>
396         * replace.el (perform-replace): Add `skip-read-only-count',
397         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
398         Increment them for corresponding conditions and report the number
399         of skipped occurrences in the final message.  (Bug#11746)
400         (query-replace, query-replace-regexp, query-replace-regexp-eval)
401         (replace-string, replace-regexp): Doc fix.
403 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * emacs-lisp/trace.el (trace--read-args): Provide a default.
407         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
408         prog-mode-map (bug#14504).
410 2013-05-29  Leo Liu  <sdl.web@gmail.com>
412         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
413         (octave-help): Small simplification.
415         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
416         off the highlight first.
418 2013-05-29  Glenn Morris  <rgm@gnu.org>
420         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
421         Handle idlwave-last-system-routine-info-cons-cell being nil.
423         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
424         (idlwave-write-paths): Simplify via with-temp-buffer.
426         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
427         * emulation/cua-rect.el: Also load cua-base at run time.
429         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
430         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
431         (cperl-imenu-on-info): Require imenu.
433 2013-05-28  Alan Mackenzie  <acm@muc.de>
435         Handle "capitalised keywords" correctly.
436         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
438 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
440         * eshell/em-unix.el: Add -r option to cp.
442 2013-05-28  Glenn Morris  <rgm@gnu.org>
444         * vc/vc-arch.el (vc-exec-after): Declare.
445         (vc-switches): Autoload.
446         * vc/vc-bzr.el: No need to require vc when compiling.
447         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
448         (vc-resynch-buffer, vc-dir-refresh): Declare.
449         (vc-setup-buffer, vc-switches): Autoload.
450         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
451         (vc-resynch-buffer): Declare.
452         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
453         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
454         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
455         (grep-read-regexp, grep-read-files, grep-expand-template)
456         (vc-dir-refresh): Declare.
457         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
458         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
459         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
460         * vc/vc-mtn.el (vc-exec-after): Declare.
461         (vc-switches): Autoload.
462         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
463         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
464         (vc-file-tree-walk): Declare.
465         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
466         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
467         (vc-tag-precondition, vc-rename-master): Autoload.
468         * vc/vc-svn.el (vc-exec-after): Declare.
469         (vc-switches, vc-setup-buffer): Autoload.
470         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
471         Autoload.
472         (vc-resynch-buffer): Declare.
474         * obsolete/fast-lock.el (byte-compile-warnings):
475         Don't warn about obsolete features in this obsolete file.
477         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
478         Move definition before use.
480         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
481         (dun-unix-verbs): Remove dun-zippy.
482         (dun-zippy): Remove function.
484         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
486 2013-05-27  Juri Linkov  <juri@jurta.org>
488         * replace.el (replace-search): New function with code moved out
489         from `perform-replace'.
490         (replace-highlight, replace-dehighlight): Move function definitions
491         up closer to `replace-search'.  (Bug#11746)
493 2013-05-27  Juri Linkov  <juri@jurta.org>
495         * replace.el (perform-replace): Ignore invisible matches.
496         In addition to checking `query-replace-skip-read-only', also
497         filter out matches by calling `run-hook-with-args-until-failure'
498         on `isearch-filter-predicates', and also check `search-invisible'
499         for t or call `isearch-range-invisible'.
500         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
502 2013-05-27  Juri Linkov  <juri@jurta.org>
504         * isearch.el (isearch-filter-predicates): Rename from
505         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
506         (isearch-message-prefix): Display text from the property
507         `isearch-message-prefix' of the currently active filters.
508         (isearch-search): Don't compare `isearch-filter-predicate' with
509         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
510         on `isearch-filter-predicates'.  Also check `search-invisible' for t
511         or call `isearch-range-invisible'.
512         (isearch-filter-visible): Make obsolete.
513         (isearch-lazy-highlight-search):
514         Call `run-hook-with-args-until-failure' on
515         `isearch-filter-predicates' and use `isearch-range-invisible'.
517         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
518         `isearch-filter-predicates' instead of `funcall'ing
519         `isearch-filter-predicate'.
520         (Info-mode): Set `Info-isearch-filter' to
521         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
523         * dired-aux.el (dired-isearch-filter-predicate-orig):
524         Remove variable.
525         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
526         (dired-isearch-filenames-end): Add and remove
527         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
528         instead of changing the value of `isearch-filter-predicate'.
529         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
530         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
531         Put property `isearch-message-prefix' to "filename " on
532         `dired-isearch-filter-filenames'.
534         * wdired.el (wdired-change-to-wdired-mode):
535         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
536         locally instead of changing `isearch-filter-predicate'.
537         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
539 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
541         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
542         return the commit hash (Bug#14459).  Also set the
543         `vc-git-detached' property.
544         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
545         (vc-git-mode-line-string): Use the same help-echo format whether
546         in detached mode or not, because we know the actual revision now.
547         When in detached mode, shorten the revision to 7 chars.
549 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * emacs-lisp/easy-mmode.el (define-minor-mode):
552         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
553         mode hook and provide a docstring.
555 2013-05-27  Alan Mackenzie  <acm@muc.de>
557         Remove spurious syntax-table text properties inserted by C-y.
558         * progmodes/cc-mode.el (c-after-change): Also clear hard
559         syntax-table property with value nil.
561 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
563         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
564         when reading the events; the buffer layout shall not be changed.
566 2013-05-27  Leo Liu  <sdl.web@gmail.com>
568         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
569         New variable.
570         (inferior-octave-directory-tracker): Automatically re-sync
571         default-directory.
572         (octave-help): Improve handling of 'See also'.
574 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
576         * doc-view.el: Minor naming convention tweaks.
577         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
579         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
580         even if there's no `display' property yet (bug#14435).
582 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
584         * subr.el (unmsys--file-name): Rename from reveal-filename.
586         * Makefile.in (custom-deps, finder-data, autoloads)
587         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
588         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
589         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
591 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
594         error-completion on the first 2 args of condition-case (bug#14446).
595         Don't burp at EOB.
597 2013-05-25  Leo Liu  <sdl.web@gmail.com>
599         * comint.el (comint-previous-matching-input): Do not flood the
600         *Messages* buffer with trivial messages.
602 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
604         * progmodes/flymake.el (flymake-nop): Don't return a string.
605         (flymake-set-at): Fix typo.
607         * simple.el (read--expression): New function, extracted from
608         eval-expression.  Set completion-at-point-functions (bug#14465).
609         (eval-expression, eval-minibuffer): Use it.
611 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
613         * progmodes/flymake.el (flymake-save-buffer-in-file)
614         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
615         (flymake-selected-frame, flymake-log, flymake-ins-after)
616         (flymake-set-at, flymake-get-buildfile-from-cache)
617         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
618         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
619         Refine the doc string.
620         (flymake-get-file-name-mode-and-masks): Reformat.
621         (flymake-get-real-file-name-function): Fix a minor bug.
623 2013-05-24  Juri Linkov  <juri@jurta.org>
625         * progmodes/grep.el (grep-mode-font-lock-keywords):
626         Support =linenumber= format used by git-grep for lines with
627         function names.  (Bug#13549)
629 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * progmodes/octave.el (octave-smie-rules): Return nil rather than
632         0 after a semi-colon; it works better for smie-auto-fill.
633         (octave--indent-new-comment-line): New function.
634         (octave-indent-new-comment-line): Use it (indirectly).
635         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
636         modify comment-line-break-function.
638         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
639         (smie-setup): Use add-function to set it.
641 2013-05-24  Sam Steingold  <sds@gnu.org>
643         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
644         argument (before the `interactive' argument).
646 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * image-mode.el (image-mode-winprops): Add winprops to
649         image-mode-winprops-alist before running
650         image-mode-new-window-functions.
651         * doc-view.el (doc-view-new-window-function): Don't delay
652         doc-view-goto-page via timers (bug#14435).
654 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
656         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
657         (doc-view-desktop-save-buffer): New function.
658         (doc-view-restore-desktop-buffer): New function.
659         (desktop-buffer-mode-handlers):
660         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
661         handler.
662         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
663         `desktop-save-buffer' function.
665 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
667         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
668         (tramp-gvfs-file-name-handler): Raise a user error when
669         `tramp-gvfs-enabled' is nil.
670         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
671         Do not raise a user error when loading package.  (Bug#14447)
673         * net/xesam.el: Move to obsolete/.
675 2013-05-24  Glenn Morris  <rgm@gnu.org>
677         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
679         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
681         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
682         (Info-find-node, Man-getpage-in-background): Declare.
684         * mail/unrmail.el (unrmail):
685         Replace obsolete detect-coding-with-priority.
687         * net/socks.el (socks-split-string): Use this rather than split-string.
688         (socks-nslookup-host): Update for above change.
689         (dynamic-choice, s5-dynamic-choice-match)
690         (s5-dynamic-choice-match-inline, s5-widget-value-create):
691         Comment out unused code.
693         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
694         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
695         (gud-tooltip-echo-area): Make obsolete.
696         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
698         * progmodes/js.el (js--optimize-arglist): Declare.
700         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
702         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
703         (ediff-window-C): Declare.
705         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
706         Tweak requires to silence compiler.
708         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
709         (he-search-string, he-tried-table, he-expand-list)
710         (he-init-string, he-string-member, he-substitute-string)
711         (he-reset-string): Declare.
713         * obsolete/options.el (list-options): Use custom-variable-p,
714         rather than obsolete alias.
716 2013-05-23  Sam Steingold  <sds@gnu.org>
718         * simple.el (shell-command-on-region): Pass the `replace' argument
719         down to `call-process-region' to comply with the doc as reported on
720         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
722 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * emacs-lisp/smie.el (smie-indent-forward-token)
725         (smie-indent-backward-token): Handle string tokens (bug#14381).
727 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
729         * ielm.el (ielm-menu): New menu.
730         (inferior-emacs-lisp-mode): Set comment-start.
732 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
734         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
735         Fix deactivate action.
737         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
738         Add cleveref macros.
740         * lisp/textmodes/reftex-parse.el
741         (reftex-locate-bibliography-files): Accept options for
742         bibliography commands.
743         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
744         Add addbibresource.  Basic Biblatex support.
746 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
748         * net/tramp-gvfs.el (top):
749         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
750         when loading package.  (Bug#14447)
752 2013-05-23  Glenn Morris  <rgm@gnu.org>
754         * progmodes/js.el: No need to load comint when compiling.
755         (ring-insert, comint-send-string, comint-send-input)
756         (comint-last-input-end, ido-chop): Declare.
758         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
759         * vc/ediff-mult.el: Adjust requires.
760         (ediff-directories-internal, ediff-directory-revisions-internal)
761         (ediff-patch-file-internal): Declare.
762         * vc/ediff-ptch.el: Adjust requires.
763         (ediff-use-last-dir, ediff-buffers-internal): Declare.
764         (ediff-find-file): Autoload.
765         * vc/ediff-util.el: No need to load ediff when compiling.
766         (ediff-regions-internal): Declare.
767         * vc/ediff-wind.el: Adjust requires.
768         (ediff-compute-toolbar-width): Define when compiling.
769         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
770         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
771         (dired-get-filename, dired-get-marked-files)
772         (ediff-last-dir-patch, ediff-patch-default-directory)
773         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
774         (ediff-patch-buffer-internal): Declare.
776         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
777         (ispell-process, ispell-buffer-local-words, lm-summary)
778         (lm-section-start, lm-section-end): Declare.
779         (checkdoc-ispell-init): Simplify.
781         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
782         (he-string-member, he-reset-string, he-substitute-string): Declare.
784         * eshell/em-ls.el: Adjust requires.
785         (eshell-glob-regexp): Declare.
786         * eshell/em-tramp.el: Adjust requires.
787         (eshell-parse-command): Autoload.
788         * eshell/em-xtra.el: Adjust requires.
789         (eshell-parse-command): Autoload.
790         * eshell/esh-ext.el: Adjust requires.
791         (eshell-parse-command, eshell-close-handles): Autoload.
792         * eshell/esh-io.el: Adjust requires.
793         (eshell-output-filter): Autoload.
794         * eshell/esh-util.el: No need to load tramp when compiling.
795         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
796         Declare.
797         (eshell-parse-ange-ls): Require ange-ftp and tramp.
798         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
799         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
800         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
801         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
802         * eshell/esh-opt.el, eshell/esh-proc.el:
803         * eshell/esh-var.el: Adjust requires.
804         * eshell/eshell.el: Do not require esh-util twice.
805         (eshell-add-input-to-history): Declare.
806         (eshell-command): Check history module is active before using it.
808         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
810 2013-05-22  Leo Liu  <sdl.web@gmail.com>
812         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
814 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
816         * autorevert.el (auto-revert-notify-add-watch)
817         (auto-revert-notify-handler): Add `attrib' for the inotify case,
818         it indicates changes in file modification time.
820 2013-05-22  Glenn Morris  <rgm@gnu.org>
822         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
823         Always delete the autoloaded function from the noruntime and
824         unresolved functions lists.
826         * allout.el: No need to load epa, epg, overlay when compiling.
827         (epg-context-set-passphrase-callback, epg-list-keys)
828         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
829         (epg-key-user-id-list): Declare.
831         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
832         (viper-set-parsing-style-toggling-macro)
833         (viper-set-emacs-state-searchstyle-macros):
834         Use called-interactively-p on Emacs.
835         (viper-looking-back): Make it an obsolete alias.  Update callers.
836         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
837         Use looking-back rather than viper-looking-back.
838         (viper-tmp-insert-at-eob, viper-enlarge-region)
839         (viper-read-string-with-history, viper-register-to-point)
840         (viper-append-to-register, viper-change-state-to-vi)
841         (viper-backward-char-carefully, viper-forward-char-carefully)
842         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
843         (viper-change-state-to-emacs): Declare.
844         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
845         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
846         * emulation/viper-mous.el: Do not load viper-cmd.
847         (viper-backward-char-carefully, viper-forward-char-carefully)
848         (viper-forward-word, viper-adjust-window): Declare.
850         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
852         * progmodes/idlw-help.el (idlwave-help-fontify):
853         Use called-interactively-p.
855         * term/w32console.el (w32-get-console-codepage)
856         (w32-get-console-output-codepage): Declare.
858         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
859         Remove unnecessary declarations.
860         (dframe-message): Doc fix.
862         * info.el (dframe-select-attached-frame, dframe-current-frame):
863         Declare.
865         * speedbar.el (speedbar-message): Make it an obsolete alias.
866         Update all callers.
867         (speedbar-with-attached-buffer)
868         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
869         (speedbar-with-writable): Use backquote.
870         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
871         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
872         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
873         rather than speedbar- aliases.
874         * mail/rmail.el: Load dframe rather than speedbar when compiling.
875         (speedbar-make-specialized-keymap, speedbar-insert-button)
876         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
877         (speedbar-do-function-pointer): Declare.
878         (rmail-speedbar-button, rmail-speedbar-find-file)
879         (rmail-speedbar-move-message):
880         Use dframe-with-attached-buffer rather than speedbar- alias.
881         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
882         (dframe-message, speedbar-make-specialized-keymap)
883         (speedbar-add-expansion-list, speedbar-mode-functions-list)
884         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
885         (speedbar-insert-button, dframe-select-attached-frame)
886         (dframe-maybee-jump-to-attached-frame)
887         (speedbar-change-initial-expansion-list)
888         (speedbar-previously-used-expansion-list-name): Declare.
889         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
890         Use dframe-message, dframe-with-attached-buffer rather than
891         speedbar- aliases.
892         (gud-sentinel): Silence compiler.
893         * progmodes/vhdl-mode.el (speedbar-refresh)
894         (speedbar-do-function-pointer, speedbar-add-supported-extension)
895         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
896         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
897         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
898         (speedbar-file-lists, speedbar-make-tag-line)
899         (speedbar-line-directory, speedbar-goto-this-file)
900         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
901         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
902         (speedbar-make-button, speedbar-reset-scanners)
903         (speedbar-files-item-info, speedbar-line-text)
904         (speedbar-find-file-in-frame, speedbar-set-timer)
905         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
906         (speedbar-with-writable): Do not (re)define it.
907         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
908         rather than speedbar- alias.
910 2013-05-21  Leo Liu  <sdl.web@gmail.com>
912         * progmodes/octave.el (octave-mode-menu): Update and re-organize
913         menu items.
914         (octave-mode): Tweak fill-nobreak-predicate.
915         (inferior-octave-startup): Check process to avoid infinite loop.
916         (inferior-octave): Pop to buffer first to show abornmal process
917         exit information.
919 2013-05-21  Glenn Morris  <rgm@gnu.org>
921         * printing.el (pr-menu-bar): Define when compiling.
923 2013-05-21  Leo Liu  <sdl.web@gmail.com>
925         * progmodes/octave.el (octave-auto-fill): Remove.
926         (octave-indent-new-comment-line): Improve.
927         (octave-mode): Use auto fill mode through
928         comment-line-break-function and fill-nobreak-predicate
929         (octave-goto-function-definition): Support DEFUN_DLD.
930         (octave-beginning-of-defun): Small Tweak
931         (octave-help): Show parent directory.
933 2013-05-21  Glenn Morris  <rgm@gnu.org>
935         * files.el (dired-unmark):
936         * progmodes/gud.el (gdb-input): Update declarations.
938         * calculator.el (electric, ehelp): No need to load when compiling.
939         (Electric-command-loop, electric-describe-mode): Declare.
941         * doc-view.el (doc-view-current-converter-processes): Move before use.
943         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
944         Move MODE-set-explicitly definition before use.
946         * international/mule-diag.el (mule-diag):
947         Don't use obsolete window-system-version.
949         * mail/feedmail.el (smtpmail): No need to load when compiling.
950         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
952         * mail/mail-utils.el (rfc822): No need to load when compiling.
953         (rfc822-addresses): Autoload it.
954         (mail-strip-quoted-names): Trivial simplification.
956         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
957         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
959         * net/snmp-mode.el (tempo): Don't duplicate requires.
961         * progmodes/prolog.el (info): No need to load when compiling.
962         (comint): Require before shell requires it.
963         (Info-goto-node): Autoload it.
964         (Info-follow-nearest-node): Declare.
965         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
967         * textmodes/artist.el (picture-mode-exit): Declare.
969         * textmodes/reftex-parse.el (reftex-parse-from-file):
970         Trivial rewrite so the compiler can parse it better.
972 2013-05-20  Leo Liu  <sdl.web@gmail.com>
974         * progmodes/octave.el (octave-help-mode-map)
975         (octave-help-mode-finish-hook): New variables.
976         (octave-help-mode, octave-help-mode-finish): New functions.
977         (octave-help): Use octave-help-mode.
979 2013-05-20  Glenn Morris  <rgm@gnu.org>
981         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
983 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
985         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
986         start at point, so that expansion starting right after opening
987         slash in a regexp is recognized.
988         (ruby-syntax-before-regexp-re): New defvar, extracted from
989         ruby-syntax-propertize-function.  Since the value of this regexp
990         is looked up at runtime now, we should be able to turn
991         `ruby-syntax-methods-before-regexp' into a defcustom later.
992         (ruby-syntax-propertize-function): Split regexp matching into two
993         parts, for opening and closing slashes.  That allows us to skip
994         over string interpolations and support multiline regexps.
995         Don't call `ruby-syntax-propertize-expansions', instead use another rule
996         for them, which calls `ruby-syntax-propertize-expansion'.
997         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
998         call to `ruby-syntax-propertize-function'.
999         (ruby-syntax-propertize-expansion): Extracted from
1000         `ruby-syntax-propertize-expansions'.  Handles one expansion.
1001         (ruby-syntax-propertize-percent-literal): Leave point right after
1002         the percent symbol, so that the expression expansion rule can
1003         propertize the contents.
1004         (ruby-syntax-propertize-heredoc): Leave point at bol following the
1005         heredoc openers.
1006         (ruby-syntax-propertize-expansions): Remove.
1008 2013-05-18  Juri Linkov  <juri@jurta.org>
1010         * man.el (Man-default-man-entry): Remove `-' from the end
1011         of the default value.  (Bug#14400)
1013 2013-05-18  Glenn Morris  <rgm@gnu.org>
1015         * comint.el (comint-password-prompt-regexp):
1016         Allow "password for XXX" where XXX contains colons (eg https://...).
1018 2013-05-18  Leo Liu  <sdl.web@gmail.com>
1020         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1021         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
1022         (octave-source-directories): Don't check process.
1023         (octave-source-directories, octave-find-definition): Doc fix.
1025 2013-05-18  Glenn Morris  <rgm@gnu.org>
1027         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1028         Remove backspace/delete bindings.  (Bug#14392)
1030         * cus-dep.el (custom-make-dependencies): Sort the output.
1031         (custom-versions-load-alist): Convert comment to doc.
1033 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1035         * newcomment.el (comment-search-backward): Stricter in finding
1036         comment start.  (Bug#14303)
1038         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1039         (octave-comment-start-skip): Properly anchored.
1041 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1043         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1044         Clean up when turned off.  (Bug#14395)
1045         (smie--highlight-matching-block-overlay): No longer buffer-local.
1046         (smie-highlight-matching-block): Adjust.
1048 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1050         Doc string fix for "nanoseconds" (Bug#14406).
1051         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1052         Fix doc string typo that had "nanoseconds" instead of "microseconds".
1054 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1056         * calc/calc-units.el (math-extract-units): Preserve powers
1057         of units.
1059 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1061         * subr.el (delete-consecutive-dups): New function.
1062         * ido.el (ido-set-matches-1): Use it.
1063         * progmodes/octave.el (inferior-octave-completion-table): Use it.
1064         * ido.el (ido-remove-consecutive-dups): Remove.
1066 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1068         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1069         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1070         regexp-opt's `words'.
1072 2013-05-16  Leo Liu  <sdl.web@gmail.com>
1074         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1075         (smie--highlight-matching-block-overlay)
1076         (smie--highlight-matching-block-lastpos)
1077         (smie--highlight-matching-block-timer): New variables.
1078         (smie-highlight-matching-block): New function.
1079         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
1080         (smie-setup): Conditionally enable smie-blink-matching-open.
1082 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
1084         Sync with upstream verilog-mode r840.
1085         * progmodes/verilog-mode.el (verilog-mode-version)
1086         (verilog-mode-release-date): Update.
1087         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1088         (verilog-sig-tieoff): Fix string error on
1089         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
1090         (verilog-read-decls): Fix parameters confusing
1091         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
1093 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
1095         * subr.el (reveal-filename): New function.
1097         * loadup.el: Compute Emacs executable versions on MS-Windows,
1098         where executables have the .exe extension.  Add a hard link
1099         emacs-XX.YY.ZZ.exe on MS-Windows.
1101         * Makefile.in (XARGS_LIMIT): New variable.
1102         (custom-deps, finder-data, autoloads)
1103         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1104         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1105         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1106         (compile-main): Limit xargs according to $(XARGS_LIMIT).
1108 2013-05-16  Leo Liu  <sdl.web@gmail.com>
1110         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1111         (octave-mode-menu, octave-mode-map): Remove its uses.
1113 2013-05-16  Reto Zimmermann  <reto@gnu.org>
1115         Sync with upstream vhdl mode v3.34.2.
1116         * progmodes/vhdl-mode.el: Use `push' throughout.
1117         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1118         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1119         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
1120         (vhdl-actual-generic-name): New option to derive actual generic name.
1121         (vhdl-port-paste-signals): Replace formal by actual generics.
1122         (vhdl-beautify): New name for old group vhdl-align.  Update users.
1123         (vhdl-beautify-options): New option.
1124         (vhdl-last-input-event): New compat alias.  Use throughout.
1125         (vhdl-goto-line): Replace user level function `goto-line'.
1126         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1127         vhdl-fix-statement-buffer.
1128         (vhdl-create-mode-menu): Add some entries.
1129         (vhdl-align-region-groups): Respect vhdl-beautify-options.
1130         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1131         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1132         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1133         to force statements on one line.
1134         (vhdl-remove-trailing-spaces-region):
1135         New, split from vhdl-remove-trailing-spaces.
1136         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1137         Respect vhdl-beautify-options.
1138         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1139         (vhdl-update-sensitivity-list): Not add with index if exists without.
1140         Not include array index with signal.  Ignore keywords in comments.
1141         (vhdl-get-visible-signals): Regexp tweaks.
1142         (vhdl-template-component-inst): Handle empty library.
1143         (vhdl-template-type): Add template for 'enum' type.
1144         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1145         Use vhdl-replace-string.
1146         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1147         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1148         (vhdl-speedbar-initialize): Update for above name change.
1149         (vhdl-compose-wire-components): Fix in handling of constants.
1150         (vhdl-error-regexp-emacs-alist): New variable.
1151         (vhdl-error-regexp-add-emacs): New function;
1152         adds support for new compile.el (Emacs 22+)
1153         (vhdl-generate-makefile-1): Change target order for single lib. units.
1154         Allow use of absolute file names.
1156 2013-05-16  Leo Liu  <sdl.web@gmail.com>
1158         * simple.el (prog-indent-sexp): Indent enclosing defun.
1160 2013-05-15  Glenn Morris  <rgm@gnu.org>
1162         * cus-start.el (show-trailing-whitespace): Move to editing basics.
1163         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1164         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1165         (whitespace-highlight): Move to whitespace group.
1167         * comint.el (comint-source):
1168         * pcmpl-linux.el (pcmpl-linux):
1169         * shell.el (shell-faces):
1170         * eshell/esh-opt.el (eshell-opt):
1171         * international/ccl.el (ccl): Remove empty custom groups.
1173         * completion.el (dynamic-completion-mode):
1174         * jit-lock.el (jit-lock-debug-mode):
1175         * minibuffer.el (completion-in-region-mode):
1176         * type-break.el (type-break-mode-line-message-mode)
1177         (type-break-query-mode):
1178         * emulation/tpu-edt.el (tpu-edt-mode):
1179         * progmodes/subword.el (global-subword-mode, global-superword-mode):
1180         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1181         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1183         * term/xterm.el (xterm): Change parent group to terminals.
1185         * master.el (master): Remove empty custom group.
1186         (master-mode): Remove unused :group argument.
1187         * textmodes/refill.el (refill): Remove empty custom group.
1188         (refill-mode): Remove unused :group argument.
1190         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1192         * cus-dep.el: Provide a feature.
1193         (custom-make-dependencies): Ignore dotfiles (dir-locals).
1194         Don't mistakenly ignore files whose basenames match a basename
1195         from preloaded-file-list (eg cedet/ede/simple.el).
1196         Add a fallback method for getting :group.
1198 2013-05-15  Juri Linkov  <juri@jurta.org>
1200         * isearch.el (isearch-char-by-name): Rename from
1201         `isearch-insert-char-by-name'.  Doc fix.
1202         (isearch-forward): Mention `isearch-char-by-name' in
1203         the docstring.  (Bug#13348)
1205         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1206         `exit-minibuffer' instead of
1207         `isearch-nonincremental-exit-minibuffer'.
1208         (isearch-edit-string): Remove mention of
1209         `isearch-nonincremental-exit-minibuffer' from docstring.
1210         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1211         (isearch-forward-exit-minibuffer)
1212         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
1214 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * loadup.el: Just use unversioned DOC.
1218         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1219         literals as extending to EOB.
1220         (nxml-last-fontify-end): Remove unused variable.
1221         (nxml-after-change1): Use with-silent-modifications.
1222         (nxml-extend-after-change-region): Simplify.
1223         (nxml-extend-after-change-region1): Remove function.
1224         (nxml-after-change1): Don't adjust for dependent regions.
1225         (nxml-fontify-matcher): Simplify.
1226         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1227         (xmltok-add-dependent): Remove function.
1228         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1229         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1230         (xmltok-scan-prolog-after-processing-instruction-open): Treat
1231         unclosed <[[, <?, comment, and other literals as extending to EOB.
1232         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1233         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1234         Remove functions.
1235         (rng-do-some-validation-1): Don't mark dependent regions.
1236         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1237         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1238         (nxml-clear-dependent-regions): Remove functions.
1239         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1240         (nxml-ensure-scan-up-to-date):
1241         Don't clear&mark dependent regions.
1243 2013-05-15  Leo Liu  <sdl.web@gmail.com>
1245         * progmodes/octave.el (octave-goto-function-definition):
1246         Improve and fix callers.
1248 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1251         the setter (bug#14387).
1253         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1254         surrounding group (bug#14402).
1256 2013-05-14  Juri Linkov  <juri@jurta.org>
1258         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1259         (Bug#14390)
1261 2013-05-14  Glenn Morris  <rgm@gnu.org>
1263         * progmodes/f90.el (f90-imenu-generic-expression):
1264         Fix typo in 2013-05-08 change.  (Bug#14402)
1266 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
1268         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1269         Remove signals for which replies are never received.
1271 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
1273         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1274         (gdb-handler-alist, gdb-handler-number): Remove variables.
1275         (gdb-handler-list): New variable.
1276         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1277         (gdb-pending-handler-p, gdb-handle-reply)
1278         (gdb-remove-all-pending-triggers): New functions.
1279         (gdb-discard-unordered-replies): New defcustom.
1280         (gdb-handler): New defstruct.
1281         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
1282         instead of gdb-pending-triggers.  Update docstring.
1283         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
1284         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1285         (gdb-var-update-handler, def-gdb-auto-update-trigger)
1286         (def-gdb-auto-update-handler, gdb-get-changed-registers)
1287         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1288         (gdb-frame-handler): Pending triggers are now automatically managed.
1289         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1290         Remove argument.
1291         (gdb-input): Automatically handles pending triggers.  Update docstring.
1292         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1293         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1294         Update comments.
1295         (gdb-done-or-error): Now use gdb-handle-reply.
1297 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
1299         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1300         gdb-debug-log.
1302 2013-05-14  Glenn Morris  <rgm@gnu.org>
1304         * subr.el (user-emacs-directory-warning): New option.
1305         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
1307 2013-05-14  Leo Liu  <sdl.web@gmail.com>
1309         * progmodes/octave.el (octave-font-lock-keywords): Fix error
1310         during redisplay.
1311         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1312         (octave-font-lock-texinfo-comment): Fix invalid search bound
1313         error: wrong side of point.
1315 2013-05-14  Glenn Morris  <rgm@gnu.org>
1317         * progmodes/flymake.el (flymake-xml-program): New option.
1318         (flymake-xml-init): Use it.
1320         * term/xterm.el: Provide a feature.
1322         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
1324 2013-05-13  Glenn Morris  <rgm@gnu.org>
1326         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1327         Add compat aliases as a hack workaround.  (Bug#14384)
1329 2013-05-13  Leo Liu  <sdl.web@gmail.com>
1331         * progmodes/octave.el (octave-indent-comment): Fix indentation for
1332         ###, and %!.
1333         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1334         C-M-q.
1335         (octave-comment-start-skip): Include %!.
1336         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1338 2013-05-12  Leo Liu  <sdl.web@gmail.com>
1340         * progmodes/octave.el (inferior-octave-startup): Store the value
1341         of __octave_srcdir__ for octave-source-directories.
1342         (inferior-octave-check-process): New function refactored out of
1343         inferior-octave-send-list-and-digest.
1344         (octave-source-directories)
1345         (octave-find-definition-filename-function): New variables.
1346         (octave-source-directories)
1347         (octave-find-definition-default-filename): New functions.
1348         (octave-find-definition): Improve to find functions implemented in C++.
1350 2013-05-12  Glenn Morris  <rgm@gnu.org>
1352         * calendar/diary-lib.el (diary-outlook-format-1):
1353         Don't include dayname in the output.  (Bug#14349)
1355 2013-05-11  Glenn Morris  <rgm@gnu.org>
1357         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1359         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1360         Treat cc-provide like provide.
1362 2013-05-11  Kevin Ryde  <user42@zip.com.au>
1364         * cus-dep.el (custom-make-dependencies):
1365         Use generated-autoload-load-name for the sake of files such
1366         such cedet/semantic/bovine/c.el, where the base file name
1367         is not in load-path.  (Bug#5277)
1369 2013-05-11  Glenn Morris  <rgm@gnu.org>
1371         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1372         Provide features.
1374 2013-05-11  Leo Liu  <sdl.web@gmail.com>
1376         * progmodes/octave.el (octave-indent-comment): Improve.
1377         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1378         (octave-eldoc-function-signatures, octave-eldoc-function):
1379         New functions.
1380         (octave-mode, inferior-octave-mode): Add eldoc support.
1382 2013-05-11  Richard Stallman  <rms@gnu.org>
1384         * epa.el (epa-decrypt-file): Take output file name as argument
1385         and read it using `interactive'.
1387 2013-05-11  Leo Liu  <sdl.web@gmail.com>
1389         * progmodes/octave.el (octave-beginning-of-line)
1390         (octave-end-of-line): Check before using up-list because it jumps
1391         out of more syntactic contructs since moving to smie.
1392         (octave-indent-comment): New function.
1393         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
1394         (octave-begin-keywords, octave-end-keywords)
1395         (octave-reserved-words, octave-smie-bnf-table)
1396         (octave-smie-rules): Add new keywords from Octave 3.6.4.
1398 2013-05-11  Glenn Morris  <rgm@gnu.org>
1400         * faces.el (internal-face-x-get-resource):
1401         * frame.el (ns-display-monitor-attributes-list):
1402         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1404         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1406         * calc/calc-menu.el: Make it loadable in isolation.
1408         * net/eudcb-bbdb.el: Make it loadable without bbdb.
1409         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1410         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1411         (eudc-bbdb-query-internal): Require 'bbdb.
1413         * lpr.el (lpr-headers-switches):
1414         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1416         * progmodes/sql.el (sql-login-params): Fix and improve :type.
1418         * emulation/edt-mapper.el: In batch mode, error rather than hang.
1420         * term.el (term-set-escape-char): Make it idempotent.
1422 2013-05-10  Leo Liu  <sdl.web@gmail.com>
1424         * progmodes/octave.el (inferior-octave-completion-table):
1425         No longer a function and all uses changed.  Use cache to speed up
1426         completion due to bug#11906.
1427         (octave-beginning-of-defun): Re-write to be more general.
1429 2013-05-10  Glenn Morris  <rgm@gnu.org>
1431         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1433 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * comint.el (comint-redirect-send-command-to-process): Use :around
1436         rather than :override for comint-redirect-filter.
1437         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1438         Call it instead of comint-redirect-original-filter-function (which
1439         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
1441 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
1443         * frame.el (display-monitor-attributes-list): Add NS case.
1444         (ns-display-monitor-attributes-list): Declare.
1446 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
1448         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
1450 2013-05-09  Glenn Morris  <rgm@gnu.org>
1452         * international/fontset.el (vertical-centering-font-regexp):
1453         Set standard-value.
1455         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1457         * bookmark.el (bookmark-search-delay):
1458         * cus-start.el (vertical-centering-font-regexp):
1459         * ps-mule.el (ps-mule-font-info-database-default):
1460         * ps-print.el (ps-default-fg, ps-default-bg):
1461         * type-break.el (type-break-good-break-interval):
1462         * whitespace.el (whitespace-indentation-regexp)
1463         (whitespace-space-after-tab-regexp):
1464         * emacs-lisp/testcover.el (testcover-1value-functions)
1465         (testcover-noreturn-functions, testcover-progn-functions)
1466         (testcover-prog1-functions):
1467         * emulation/viper-init.el (viper-emacs-state-cursor-color):
1468         * eshell/em-glob.el (eshell-glob-translate-alist):
1469         * play/tetris.el (tetris-tty-colors):
1470         * progmodes/cpp.el (cpp-face-default-list):
1471         * progmodes/flymake.el (flymake-allowed-file-name-masks):
1472         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1473         (idlwave-help-browser-generic-args):
1474         * progmodes/make-mode.el (makefile-special-targets-list):
1475         * progmodes/python.el (python-shell-virtualenv-path):
1476         * progmodes/verilog-mode.el (verilog-active-low-regexp)
1477         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1478         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1479         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1480         * textmodes/reftex-vars.el (reftex-format-label-function):
1481         * textmodes/remember.el (remember-diary-file): Fix custom types.
1483         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1484         Add :version.
1486 2013-05-09  Leo Liu  <sdl.web@gmail.com>
1488         * progmodes/octave.el (inferior-octave-completion-at-point):
1489         Restore file completion.  (Bug#14300)
1490         (inferior-octave-startup): Fix incorrect highlighting for the
1491         first prompt.
1493 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * progmodes/ruby-mode.el: First cut at SMIE support.
1496         (ruby-use-smie): New var.
1497         (ruby-smie-grammar): New constant.
1498         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1499         (ruby-smie--forward-token, ruby-smie--backward-token)
1500         (ruby-smie-rules): New functions.
1501         (ruby-mode-variables): Setup SMIE if applicable.
1503 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
1505         * simple.el (line-move-visual): Signal beginning/end of buffer
1506         only if vertical-motion moved less than it was requested.  Avoids
1507         silly incorrect error messages when there are display strings with
1508         multiple newlines at EOL.
1510 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1513         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1514         (prolog-char-quote-workaround):
1515         * progmodes/cperl-mode.el (cperl-under-as-char):
1516         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1517          Mark as obsolete.
1518          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1519         their declaration.
1520         (vhdl-mode-syntax-table-init): Remove.
1522         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1523         last change.
1525         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1526         syntax for "_".
1527         (ld-script-font-lock-keywords):
1528         Change regexps to use things like \_< and \_>.
1530         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1531         Change all regexps to use things like \_< and \_>.
1533         * progmodes/autoconf.el (autoconf-definition-regexp)
1534         (autoconf-font-lock-keywords, autoconf-current-defun-function):
1535         Handle a _ with symbol syntax.
1536         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1538         * progmodes/ada-mode.el (ada-mode-abbrev-table):
1539         Consolidate declaration.
1540         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1541         the declaration.
1542         (ada-create-syntax-table): Remove.
1543         (ada-capitalize-word): Don't mess with the syntax of "_" since it
1544         already has the right syntax nowadays.
1545         (ada-goto-next-word): Don't change the syntax of "_".
1547         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1548         with-wrapper-hook.
1550 2013-05-08  Sam Steingold  <sds@gnu.org>
1552         * thingatpt.el (thing-at-point): Accept optional second argument
1553         NO-PROPERTIES to strip the text properties from the return value.
1554         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1555         to `thing-at-point' instead of stripping the properties ourselves.
1556         Also, when `thing-at-point' fails to find a url, prepend "http://"
1557         to the filename at point on the assumption that the user is
1558         pointing at something like gnu.org/gnu.
1560 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
1562         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1563         * faces.el (crm-separator):
1564         Silence byte-compiler.
1566         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1567         (tool-bar-map): Remove unneeded defvars.
1569 2013-05-08  Leo Liu  <sdl.web@gmail.com>
1571         Re-work a fix for bug#10994 based on Le Wang's patch.
1572         * ido.el (ido-remove-consecutive-dups): New helper.
1573         (ido-completing-read): Use it.
1574         (ido-chop): Revert fix for bug#10994.
1576 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
1578         * cus-edit.el (custom-save-variables):
1579         Pretty-print long values.  (Bug#14187)
1581 2013-05-08  Glenn Morris  <rgm@gnu.org>
1583         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1584         (m4-mode-syntax-table): Init in the defvar.
1585         (m4-mode-abbrev-table): Let define-derived-mode define it.
1587 2013-05-08  Tom Tromey  <tromey@redhat.com>
1589         * progmodes/m4-mode.el (m4-mode-syntax-table):
1590         Do not treat "_" as word constituent.  (Bug#14167)
1592 2013-05-07  Glenn Morris  <rgm@gnu.org>
1594         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1595         Remove explicit eshell-isearch-cancel-map.
1597         * progmodes/f90.el (f90-smart-end-names): New option.
1598         (f90-smart-end): Doc fix.
1599         (f90-end-block-optional-name): New constant.
1600         (f90-block-match): Respect f90-smart-end-names.
1602 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * progmodes/octave.el (octave-smie-forward-token): Be more careful
1605         about implicit semi-colons (bug#14218).
1607 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1609         * frame.el (display-monitor-attributes-list)
1610         (frame-monitor-attributes): New functions.
1612 2013-05-06  Leo Liu  <sdl.web@gmail.com>
1614         * progmodes/octave.el (octave-syntax-propertize-function): Change
1615         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
1616         (octave-font-lock-keywords): Use octave-operator-regexp.
1617         (octave-completion-at-point): Rename from
1618         octave-completion-at-point-function.
1619         (inferior-octave-directory-tracker): Robustify.
1620         (octave-text-functions): Remove and fix its uses.  No such things
1621         any more.
1623 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * emacs-lisp/trace.el (trace--display-buffer): New function.
1626         (trace-make-advice): Use it.
1628 2013-05-06  Juri Linkov  <juri@jurta.org>
1630         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
1631         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1632         Doc fix.
1633         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1634         in the help string.  (Bug#12985)
1636 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1638         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
1640 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1642         * progmodes/perl-mode.el: Add support for here documents.
1643         (perl-syntax-propertize-function): Match here-doc markers.
1644         (perl-syntax-propertize-special-constructs): Find their end.
1645         (perl-imenu-generic-expression): Use [:alnum:].
1647         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1648         (advice--add-function): Refresh the advice if already present
1649         (bug#14317).
1651 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
1653         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
1655 2013-05-06  Glenn Morris  <rgm@gnu.org>
1657         * w32-fns.el (w32-charset-info-alist): Declare.
1659         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1660         of its defcustom properties.
1661         (eshell-cmpl-initialize): No need to load pcomplete.
1663         * generic-x.el: No need to require comint when compiling.
1665         * net/eudc-export.el: Make it loadable without bbdb.
1666         (top-level): Use require rather than load-library.
1667         (eudc-create-bbdb-record, eudc-bbdbify-phone)
1668         (eudc-batch-export-records-to-bbdb)
1669         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1670         Require bbdb.
1672 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1675         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1676         some tweaks, instead.
1678 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1680         * progmodes/octave.el (octave-font-lock-keywords)
1681         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1682         (inferior-octave-send-list-and-digest): Improve error message.
1683         (octave-mode, inferior-octave-mode): Use setq-local.
1684         (octave-help): Set info-lookup-mode.
1686 2013-05-05  Richard Stallman  <rms@gnu.org>
1688         * vc/compare-w.el (compare-windows-whitespace):
1689         Treat no-break space as whitespace.
1691         * mail/rmailsum.el (rmail-summary-rmail-update):
1692         Detect empty summary and don't change selected message.
1693         (rmail-summary-goto-msg): Likewise.
1695         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1696         Doc fixes, rename args.
1698 2013-05-05  Alan Mackenzie  <acm@muc.de>
1700         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1702 2013-05-05  Juri Linkov  <juri@jurta.org>
1704         * info.el (Info-read-subfile): Use (point-min) instead of (point)
1705         to not add the length of the summary segment to the return value.
1706         (Bug#14125)
1708 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1710         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1711         (inferior-octave-output-filter): Remove.
1712         (octave-send-region, inferior-octave-startup): Fix callers.
1713         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1714         (octave-binary-file-extensions): New user variable.
1715         (octave-find-definition): Confirm if opening binary files.
1716         (octave-help-file): Use octave-find-definition to get the binary
1717         confirmation.
1718         (octave-help): Adjust for octave-help-file change.
1720 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1723         Merge the two entries that handle function definitions.
1724         (pascal--syntax-propertize): New const.
1725         (pascal-mode): Use it.  Use setq-local.
1727 2013-05-04  Glenn Morris  <rgm@gnu.org>
1729         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1730         (diary-from-outlook): Respect diary-from-outlook-function.
1732 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1735         Move the declaration from C.
1736         (read-minibuffer, eval-minibuffer): Move from C.
1737         (completion-setup-function): Avoid minibuffer-completion-contents.
1739 2013-05-03  Leo Liu  <sdl.web@gmail.com>
1741         * progmodes/octave.el (octave-font-lock-keywords): Do not
1742         dehighlight 'end' in comments or strings.
1743         (octave-completing-read, octave-goto-function-definition):
1744         New helpers.
1745         (octave-help-buffer): New user variable.
1746         (octave-help-file, octave-help-function): New button types.
1747         (octave-help): New command and bind it to C-h ;.
1748         (octave-find-definition): New command and bind it to M-.
1749         (user-error): Alias to error if not defined.
1751 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1753         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1754         for \.  (bug#14332)
1755         (octave-font-lock-keywords): Include [ and {.
1757 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1759         * progmodes/octave.el (inferior-octave-startup-file): Change default.
1760         (inferior-octave): Remove calling comint-mode and return the buffer.
1761         (inferior-octave-startup): Cosmetic changes.
1763 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1765         * progmodes/octave.el (octave-syntax-propertize-function):
1766         Include the case when ' is at line beginning.  (Bug#14336)
1768 2013-05-02  Glenn Morris  <rgm@gnu.org>
1770         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1771         * desktop.el (vc-dir-mode): Just autoload it here.
1773 2013-05-02  Alan Mackenzie  <acm@muc.de>
1775         Eliminate variable c-standard-font-lock-fontify-region-function.
1776         * progmodes/cc-mode.el
1777         (c-standard-font-lock-fontify-region-function): Remove.
1778         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1780 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1782         * progmodes/octave.el: Compatible with older emacs-24 releases.
1783         (inferior-octave-has-built-in-variables): Remove.  Built-in
1784         variables were removed from Octave in 2007.
1785         (inferior-octave-startup): Fix uses.
1786         (comint-line-beginning-position): Remove compatibility code for
1787         emacs 21.
1789 2013-05-01  Juri Linkov  <juri@jurta.org>
1791         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
1793 2013-05-01  Juri Linkov  <juri@jurta.org>
1795         * comint.el (comint-previous-matching-input): Don't print message
1796         "History item: %d" when `isearch-mode' is active.
1797         (comint-history-isearch-message): Print message "History item: %d"
1798         when `comint-input-ring-index' is not empty and this function is
1799         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
1801 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1803         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1804         definitions.  Use completion-at-point to insert keywords.
1805         (octave-abbrev-start): Remove.
1806         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1808 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1810         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1811         change.
1813 2013-04-30  Alan Mackenzie  <acm@muc.de>
1815         Handle arbitrarily long C++ member initialisation lists.
1816         * progmodes/cc-engine.el (c-back-over-member-initializers):
1817         new function.
1818         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1819         (most) member init lists.
1821 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1823         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1824         variable.
1826 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1828         * progmodes/octave.el (octave-variables): Remove.  No builtin
1829         variables any more.  All converted to functions.
1830         (octave-font-lock-keywords, octave-completion-at-point-function):
1831         Fix uses.
1832         (octave-font-lock-texinfo-comment): New user variable.
1833         (octave-texinfo-font-lock-keywords): New variable for texinfo
1834         comment block.
1835         (octave-function-comment-block): New face.
1836         (octave-font-lock-texinfo-comment): New function.
1837         (octave-mode): Font lock texinfo comment block.
1839 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1841         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1842         indexing expression.
1843         (octave-continuation-string): Do not use \.
1844         (inferior-octave-complete-impossible): Remove.
1845         (inferior-octave-completion-table)
1846         (inferior-octave-completion-at-point): Remove its uses.
1847         (inferior-octave-startup): completion_matches was introduced to
1848         Octave in 1996 so safe to assume it.
1849         (octave-function-file-comment): Improve to follow how Octave does it.
1850         (octave-update-function-file-comment): Tweak.
1852 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1854         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1855         (inferior-octave-startup): Remove inferior-octave-startup-hook.
1856         (octave-function-file-comment): Fix typo.
1857         (octave-sync-function-file-names): Use read-char-choice.
1859 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
1861         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1862         to t for the less important warnings.
1864 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1866         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
1868 2013-04-27  Glenn Morris  <rgm@gnu.org>
1870         * vc/log-view.el (log-view-current-entry):
1871         Treat "---" separator lines as part of the following rev.  (Bug#14169)
1873 2013-04-27  Juri Linkov  <juri@jurta.org>
1875         * subr.el (read-number): Doc fix about using it by interactive
1876         code letter `n'.  (Bug#14254)
1878 2013-04-27  Juri Linkov  <juri@jurta.org>
1880         * desktop.el (desktop-auto-save-timeout): New option.
1881         (desktop-file-checksum): New variable.
1882         (desktop-save): Add optional arg `auto-save' and don't auto-save
1883         if nothing changed.
1884         (desktop-auto-save-timer): New variable.
1885         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1886         (after-init-hook): Call `desktop-auto-save-set-timer'.
1887         Suggested by Reuben Thomas <rrt@sc3d.org> in
1888         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1890 2013-04-27  Leo Liu  <sdl.web@gmail.com>
1892         * progmodes/octave.el (octave-function-file-p)
1893         (octave-skip-comment-forward, octave-function-file-comment)
1894         (octave-update-function-file-comment): New functions.
1895         (octave-mode-map): Bind C-c ; to
1896         octave-update-function-file-comment.
1897         (octave-mode-menu): Add octave-update-function-file-comment.
1898         (octave-mode, inferior-octave-mode): Fix doc-string.
1899         (octave-insert-defun): Conform to Octave's coding convention.
1900         (Bug#14285)
1902         * files.el (basic-save-buffer): Don't let errors in
1903         before-save-hook prevent saving buffer.
1905 2013-04-20  Roland Winkler  <winkler@gnu.org>
1907         * faces.el (read-face-name): Use completing-read if arg multiple
1908         is nil.
1910 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
1912         * ls-lisp.el (ls-lisp-insert-directory): If no files are
1913         displayed, move point to after the totals line.
1914         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1915         for the details.
1917 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * emacs-lisp/package.el (package-autoload-ensure-default-file):
1920         Add current dir to the load-path.
1921         (package-generate-autoloads): Don't rely on
1922         autoload-ensure-default-file.
1924 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
1926         * textmodes/remember.el (remember-store-in-files): Document that
1927         the file name format is passed to `format-time-string'.
1929 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1931         * progmodes/octave.el (octave-sync-function-file-names): New function.
1932         (octave-mode): Use it in before-save-hook.
1934 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1937         (bug#14274).
1939         * progmodes/octave.el (octave-smie-forward-token): Properly skip
1940         \n and comment, even if it's not an implicit ; (bug#14218).
1942 2013-04-26  Glenn Morris  <rgm@gnu.org>
1944         * subr.el (read-number): Once more use `read' rather than
1945         `string-to-number', to trap non-numeric input.  (Bug#14254)
1947 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
1949         * emacs-lisp/syntax.el (syntax-propertize-multiline):
1950         Use `syntax-multiline' text property consistently instead of
1951         `font-lock-multiline'.  (Bug#14237)
1953 2013-04-26  Glenn Morris  <rgm@gnu.org>
1955         * emacs-lisp/shadow.el (list-load-path-shadows):
1956         No longer necessary to check for duplicate simple.el, since
1957         2012-07-07 change to init_lread to not include installation lisp
1958         directories in load-path when running uninstalled.  (Bug#14270)
1960 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1962         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1963         (octave-mode, inferior-octave-mode): Use setq-local.
1964         (octave-not-in-string-or-comment-p): Rename to
1965         octave-in-string-or-comment-p.
1966         (octave-in-comment-p, octave-in-string-p)
1967         (octave-in-string-or-comment-p): Replace defsubst with defun.
1969 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1971         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1973 2013-04-25  Bastien Guerry  <bzg@gnu.org>
1975         * textmodes/remember.el (remember-data-directory)
1976         (remember-directory-file-name-format): Fix custom types.
1978 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1980         * progmodes/octave.el (octave-completion-at-point-function):
1981         Make use of inferior octave process.
1982         (octave-initialize-completions): Remove.
1983         (inferior-octave-completion-table): New function.
1984         (inferior-octave-completion-at-point): Use it.
1985         (octave-completion-alist): Remove.
1987 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1989         * progmodes/opascal.el: Use font-lock and syntax-propertize.
1990         (opascal-mode-syntax-table): New var.
1991         (opascal-literal-kind, opascal-is-literal-end)
1992         (opascal-literal-token-at): Rewrite.
1993         (opascal--literal-start-re, opascal-font-lock-keywords)
1994         (opascal--syntax-propertize): New constants.
1995         (opascal-font-lock-defaults): Adjust.
1996         (opascal-mode): Use them.  Set comment-<foo> variables as well.
1997         (delphi-comment-face, opascal-comment-face, delphi-string-face)
1998         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1999         (delphi-other-face, opascal-other-face): Remove face variables.
2000         (opascal-save-state): Remove macro.
2001         (opascal-fontifying-progress-step): Remove constant.
2002         (opascal--ignore-changes): Remove var.
2003         (opascal-set-token-property, opascal-parse-next-literal)
2004         (opascal-is-stable-literal, opascal-complete-literal)
2005         (opascal-is-literal-start, opascal-face-of)
2006         (opascal-parse-region, opascal-parse-region-until-stable)
2007         (opascal-fontify-region, opascal-after-change)
2008         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2009         (opascal-debug-parse-region, opascal-debug-parse-window)
2010         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2011         (opascal-debug-fontify-buffer): Remove.
2012         (opascal-debug-mode-map): Adjust accordingly.
2014 2013-04-25  Leo Liu  <sdl.web@gmail.com>
2016         Merge octave-mod.el and octave-inf.el into octave.el with some
2017         cleanups.
2018         * progmodes/octave.el: New file renamed from octave-mod.el.
2019         * progmodes/octave-inf.el: Merged into octave.el.
2020         * progmodes/octave-mod.el: Renamed to octave.el.
2022 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
2024         * textmodes/reftex-vars.el
2025         (reftex-label-ignored-macros-and-environments): New defcustom.
2027         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2029 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2032         (smie-indent-keyword): Improve the check to ensure that the next
2033         comment is really on the same line.
2034         (smie-indent-comment): Don't align with a subsequent closer (or eob).
2036         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2037         semi-colons if the line is not otherwise empty (bug#14218).
2039 2013-04-25  Glenn Morris  <rgm@gnu.org>
2041         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2043 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * progmodes/opascal.el (opascal-set-token-property): Rename from
2046         opascal-set-text-properties and only set `token' (bug#14134).
2047         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2048         (opascal-literal-text-properties): Remove.
2049         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2050         Adjust callers.
2052 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
2054         * textmodes/remember.el (remember-handler-functions): Add an
2055         option for a new handler `remember-store-in-files'.
2056         (remember-data-directory, remember-directory-file-name-format):
2057         New options.
2058         (remember-store-in-files): New function to store remember notes
2059         as separate files within a directory.
2061 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
2063         * progmodes/compile.el (compilation-next-error-function):
2064         Pass "formats" to compilation-find-file (bug#11777).
2066 2013-04-24  Glenn Morris  <rgm@gnu.org>
2068         * vc/vc-bzr.el (vc-bzr-print-log):
2069         * vc/vc-hg.el (vc-hg-print-log):
2070         * vc/vc-svn.el (vc-svn-print-log):
2071         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
2073         * vc/vc-bzr.el (vc-bzr-print-log):
2074         * vc/vc-cvs.el (vc-cvs-print-log):
2075         * vc/vc-git.el (vc-git-print-log):
2076         * vc/vc-hg.el (vc-hg-print-log):
2077         * vc/vc-mtn.el (vc-mtn-print-log):
2078         * vc/vc-rcs.el (vc-rcs-print-log):
2079         * vc/vc-sccs.el (vc-sccs-print-log):
2080         * vc/vc-svn.el (vc-svn-print-log):
2081         * vc/vc.el (vc-print-log-internal): Doc fixes.
2083 2013-04-23  Glenn Morris  <rgm@gnu.org>
2085         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2086         Remove venerable code attempting to avoid substitute-command-keys.
2088 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
2090         * textmodes/reftex-vars.el (reftex-label-regexps):
2091         Call `reftex-compile-variables' after changes to this variable.
2093 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2095         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2096         Use lexical-binding.
2097         (jit-lock-force-redisplay): Use markers, check buffer's continued
2098         existence and beware narrowed buffers.
2099         (jit-lock-fontify-now): Adjust call accordingly.
2101 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2103         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2104         to avoid misleading the user.
2106 2013-04-22  Leo Liu  <sdl.web@gmail.com>
2108         * info-look.el: Prefer latex2e.info.  (Bug#14240)
2110 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
2112         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
2114         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2115         * net/tramp.el (tramp-call-process): ... here
2116         (tramp-set-completion-function, tramp-parse-putty):
2117         * net/tramp-adb.el (tramp-adb-execute-adb-command):
2118         * net/tramp-gvfs.el (tramp-gvfs-send-command):
2119         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2120         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2121         (tramp-call-local-coding-command): Use `tramp-call-process'
2122         instead of `tramp-compat-call-process'.
2124         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2125         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2126         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2127         (tramp-find-inline-compress): Improve traces.
2128         (tramp-maybe-send-script): Check for Perl binary.
2129         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2131 2013-04-22  Daiki Ueno  <ueno@gnu.org>
2133         * epg.el (epg-context-pinentry-mode): New function.
2134         (epg-context-set-pinentry-mode): New function.
2135         (epg--start): Pass --pinentry-mode option to gpg command.
2137 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
2139         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2140         `comint-dynamic-complete' is obsolete since 24.1, replaced by
2141         `completion-at-point'. (Bug#13774)
2143         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2144         default key binding for `describe-distribution' has been moved to
2145         `C-h C-o'.  (Bug#13970)
2147 2013-04-21  Glenn Morris  <rgm@gnu.org>
2149         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2150         Add doc strings.
2151         (vc-print-log): Clarify interactive prompt.
2153 2013-04-20  Glenn Morris  <rgm@gnu.org>
2155         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2156         No longer include timestamp etc information.
2158 2013-04-20  Roland Winkler  <winkler@gnu.org>
2160         * faces.el (read-face-name): Bug fix, return just one face if arg
2161         multiple is nil.  (Bug#14209)
2163 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2166         (remove-function): Autoload.
2168         * comint.el (comint-redirect-original-filter-function): Remove.
2169         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2170         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
2171         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2172         * progmodes/prolog.el (prolog-consult-compile):
2173         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2174         Use add/remove-function instead.
2175         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2176         (gud-tooltip-process-output, gud-tooltip-tips):
2177         Use add/remove-function instead.
2178         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2179         (scheme-interaction-mode, exit-scheme-interaction-mode):
2180         Use add/remove-function instead.
2182         * vc/vc-dispatcher.el: Use lexical-binding.
2183         (vc--process-sentinel): Rename from vc-process-sentinel.
2184         Change last arg to be the code to run.  Don't use vc-previous-sentinel
2185         and vc-sentinel-commands any more.
2186         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
2187         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2189 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
2191         * progmodes/sh-script.el (sh-imenu-generic-expression):
2192         Handle function names with a single character.   (Bug#14111)
2194 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
2196         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2197         for subroutines defined in an eval (bug#14182).
2199 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2201         * bookmark.el (bookmark-completing-read): Improve handling of empty
2202         string (bug#14176).
2204 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2208 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2210         New faster Imenu implementation (bug#14058).
2211         * progmodes/python.el:
2212         (python-imenu-prev-index-position):
2213         (python-imenu-format-item-label-function)
2214         (python-imenu-format-parent-item-label-function)
2215         (python-imenu-format-parent-item-jump-label-function):
2216         New vars.
2217         (python-imenu-format-item-label)
2218         (python-imenu-format-parent-item-label)
2219         (python-imenu-format-parent-item-jump-label)
2220         (python-imenu--put-parent, python-imenu--build-tree)
2221         (python-imenu-create-index, python-imenu-create-flat-index)
2222         (python-util-popn): New functions.
2223         (python-mode): Set imenu-create-index-function to
2224         python-imenu-create-index.
2226 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * winner.el (winner-active-region): Use region-active-p, activate-mark
2229         and deactivate-mark (bug#14225).
2231         * simple.el (deactivate-mark): Don't inline it.
2233 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
2235         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2237 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
2239         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2240         file extensions from the archive-mode entry in order to prefer
2241         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2243 2013-04-18  Leo Liu  <sdl.web@gmail.com>
2245         * bindings.el (help-event-list): Add ?\?.
2247 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2249         * subr.el (with-wrapper-hook): Declare obsolete.
2250         * simple.el (filter-buffer-substring-function): New hook.
2251         (filter-buffer-substring): Use it.
2252         (filter-buffer-substring-functions): Mark obsolete.
2253         * minibuffer.el (completion-in-region-function): New hook.
2254         (completion-in-region): Use it.
2255         (completion-in-region-functions): Mark obsolete.
2256         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2257         * abbrev.el (abbrev-expand-function): New hook.
2258         (expand-abbrev): Use it.
2259         (abbrev-expand-functions): Mark obsolete.
2260         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2261         and :filter-return.
2263 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2265         * progmodes/python.el (python-nav--syntactically): Fix cornercases
2266         and do not care about match data.
2268 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2270         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2271         completion tables when completing error conditions and
2272         `declare' arguments.
2273         (lisp-complete-symbol, field-complete): Mark as obsolete.
2274         (check-parens): Unmatched parens are user errors.
2275         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2277 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
2279         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2280         command changed buffer (ie. `flyspell-pre-buffer' is not current
2281         buffer), which prevents making decisions based on invalid value of
2282         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
2283         cause an error when `flyspell-pre-point' was nil after switching
2284         buffers.
2285         (flyspell-post-command-hook): No longer needs to change buffers when
2286         checking pre-word.  While at it remove unnecessary progn.
2288 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2290         * textmodes/ispell.el (ispell-add-per-file-word-list):
2291         Fix `flyspell-correct-word-before-point' error when accepting
2292         words and `coment-padding' is an integer by using
2293         `comment-normalize-vars' (Bug #14214).
2295 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2297         New defun movement commands.
2298         * progmodes/python.el (python-nav--syntactically)
2299         (python-nav--forward-defun, python-nav-backward-defun)
2300         (python-nav-forward-defun): New functions.
2302 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2304         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2305         (python-syntax-context): Use named compiler-macro for backwards
2306         compatibility with Emacs 24.x.
2308 2013-04-17  Leo Liu  <sdl.web@gmail.com>
2310         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2311         octave-hide-process-buffer.
2313 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2315         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2316         (bug#14216).
2318 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
2320         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2321         Fix adjustment of offset when receiving incomplete responses from GDB
2322         (bug#14129).
2324 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2327         python-mode-abbrev-table.
2328         (python-skeleton-define): Adjust accordingly.
2329         (python-mode-abbrev-table): New table that inherits from it so that
2330         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2332         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2333         (abbrev-symbol): Use it.
2334         (abbrev--before-point): Use it since we already handle inheritance.
2336 2013-04-16  Leo Liu  <sdl.web@gmail.com>
2338         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2339         binding to info-lookup-symbol.
2341 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
2343         * minibuffer.el (completion--twq-all):
2344         * term/ns-win.el (ns-initialize-window-system):
2345         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2347 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2350         global bindings.
2352         * doc-view.el (doc-view-start-process): Handle url-handler directories.
2354 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
2356         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2357         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2358         to nil.
2359         (ruby-end-of-defun): Remove the unused arg, change the docstring
2360         to reflect that this function is only used as the value of
2361         `end-of-defun-function'.
2362         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2363         to reflect an earlier change that beginning/end-of-defun functions
2364         jump between methods in a class definition, as well as top-level
2365         functions.
2367 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * minibuffer.el (minibuffer-complete): Don't just scroll
2370         a *Completions* that's been iconified.
2371         (minibuffer-force-complete): Make sure repetitions do cycle when going
2372         through completion-in-region -> minibuffer-complete.
2374 2013-04-15  Alan Mackenzie  <acm@muc.de>
2376         Correct the placement of c-cpp-delimiters when there're #s not at
2377         col 0.
2379         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2380         place a submatch around the #.
2381         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2382         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
2383         on the #, not BOL.
2385 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         * emacs-lisp/nadvice.el: Properly test names when adding advice.
2388         (advice--member-p): New arg `name'.
2389         (advice--add-function, advice-member-p): Use it (bug#14202).
2391 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
2393         Reformulate java imenu-generic-expression.
2394         The old expression contained ill formed regexps.
2396         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2397         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2398         (cc-imenu-java-method-arg-regexp): New defconsts.
2399         (cc-imenu-java-build-type-args-regex): New defun.
2400         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2401         handling of spaces in the regexp.
2403 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2405         * textmodes/ispell.el (ispell-command-loop): Remove
2406         flyspell highlight of a word when ispell accepts it (bug #14178).
2408 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
2410         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2411         uses code from the previous `ange-ftp-run-real-handler'.
2412         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2413         only in case that function exist.  This is needed for proper
2414         unloading of Tramp.
2416 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
2418         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2420         * textmodes/reftex.el (reftex-compile-variables): Use it.
2422 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * files.el (normal-mode): Only use default major-mode if no other mode
2425         was specified.
2427         * emacs-lisp/trace.el (trace-values): New function.
2429         * files.el: Allow : in local variables (bug#14089).
2430         (hack-local-variable-regexp): New var.
2431         (hack-local-variables-prop-line, hack-local-variables): Use it.
2433 2013-04-13  Roland Winkler  <winkler@gnu.org>
2435         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
2436         data before it gets modified by bibtex-beginning-of-entry.
2438 2013-04-13  Roland Winkler  <winkler@gnu.org>
2440         * textmodes/bibtex.el (bibtex-url): Doc fix.
2442 2013-04-13  Roland Winkler  <winkler@gnu.org>
2444         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2445         does not visit a BibTeX file, exclude it from the list of buffers
2446         returned by bibtex-initialize.
2448 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
2450         * window.el (split-window): Remove interactive form, since as a
2451         command this function is a special case of split-window-below.
2452         Correct doc string.
2454 2013-04-12  Roland Winkler  <winkler@gnu.org>
2456         * faces.el (read-face-name): Do not override value of arg default.
2457         Allow single faces and strings as default values.  Remove those
2458         elements from return value that are not faces.
2459         (describe-face): Simplify.
2460         (face-at-point): New optional args thing and multiple so that this
2461         function can provide the same functionality previously provided by
2462         read-face-name.
2463         (make-face-bold, make-face-unbold, make-face-italic)
2464         (make-face-unitalic, make-face-bold-italic, invert-face)
2465         (modify-face, read-face-and-attribute): Use face-at-point.
2467         * cus-edit.el (customize-face, customize-face-other-window)
2468         * cus-theme.el (custom-theme-add-face)
2469         * face-remap.el (buffer-face-set)
2470         * facemenu.el (facemenu-set-face): Use face-at-point.
2472 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
2474         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2476 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
2478         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2479         off leading { and trailing } from field values.
2481 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * emacs-lisp/timer.el (timer--check): New function.
2484         (timer--time, timer-set-function, timer-event-handler): Use it.
2485         (timer-set-idle-time): Simplify.
2486         (timer--activate): CSE.
2487         (timer-event-handler): Give more info in error message.
2488         (internal-timer-start-idle): New function, moved from C.
2490         * mpc.el (mpc-proc): Add `restart' argument.
2491         (mpc-proc-cmd): Use it.
2492         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2493         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2494         less often.
2496 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
2498         * progmodes/sh-script.el: Implement `sh-mode' own
2499         `add-log-current-defun-function' (bug#14112).
2500         (sh-current-defun-name): New function.
2501         (sh-mode): Use the function.
2503 2013-04-09  Bastien Guerry  <bzg@gnu.org>
2505         * simple.el (choose-completion-string): Fix docstring (bug#14163).
2507 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2511         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2512         timer (bug#14156).
2514 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
2516         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2517         declaration.
2519 2013-04-07  Leo Liu  <sdl.web@gmail.com>
2521         * pcmpl-x.el: New file.
2523 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
2525         Do not set x-display-name until X connection is established.
2526         This is needed to prevent from weird situation described at
2527         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2528         * frame.el (make-frame): Set x-display-name after call to
2529         window system initialization function, not before.
2530         * term/x-win.el (x-initialize-window-system): Add optional
2531         display argument and use it.
2532         * term/w32-win.el (w32-initialize-window-system):
2533         * term/ns-win.el (ns-initialize-window-system):
2534         * term/pc-win.el (msdos-initialize-window-system):
2535         Add compatible optional display argument.
2537 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
2539         * files.el (normal-backup-enable-predicate): On MS-Windows and
2540         MS-DOS compare truenames of temporary-file-directory and of the
2541         file, so that 8+3 aliases (usually found in $TEMP on Windows)
2542         don't fail comparison by compare-strings.  Also, compare file
2543         names case-insensitively on MS-Windows and MS-DOS.
2545 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2547         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2548         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2550 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
2552         * whitespace.el (whitespace-color-on, whitespace-color-off):
2553         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2555 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
2557         * ispell.el (ispell-set-spellchecker-params):
2558         Really set `ispell-args' for all equivs.
2560 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * ido.el (ido-completions): Use extra elements of ido-decorations
2563         (bug#14143).
2564         (ido-decorations): Update docstring.
2566 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
2568         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2569         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2570         nil during initialization, in order not to miss changes since the
2571         file was opened.  (Bug#14140)
2573 2013-04-05  Leo Liu  <sdl.web@gmail.com>
2575         * kmacro.el (kmacro-call-macro): Fix bug#14135.
2577 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
2579         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2581 2013-04-04  Glenn Morris  <rgm@gnu.org>
2583         * electric.el (electric-pair-inhibit-predicate): Add :version.
2585 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2588         when a package is required several times (bug#14082).
2590 2013-04-04  Roland Winkler  <winkler@gnu.org>
2592         * faces.el (read-face-name): Behave as promised by the docstring.
2593         Assume that arg default is a list of faces.
2594         (describe-face): Call read-face-name with list of default faces.
2596 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2598         * bookmark.el: Fix deletion of bookmarks (bug#13972).
2599         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2600         (bookmark-bmenu-execute-deletions): Only skip first line if it's
2601         the header.
2602         (bookmark-exit-hook-internal): Save even if list is empty.
2604 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
2606         * emacs-lisp/package.el (package-pinned-packages): New var.
2607         (package--add-to-archive-contents): Obey it (bug#14118).
2610 2013-04-03  Alan Mackenzie  <acm@muc.de>
2612         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
2613         Also adapt to the new values of element 7 of a parse state.
2615         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2616         parameter `not-in-delimiter'.  Handle being inside comment opener.
2617         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2618         character in case we're typing a '*' after a '/'.
2619         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2620         instead by passing the parameter to c-state-pp-to-literal.
2622         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2623         for elt. 7 of a parse state.
2625 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
2627         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2628         * international/latin1-disp.el, international/mule-util.el:
2629         * language/cyril-util.el, language/european.el, language/ind-util.el:
2630         * language/lao-util.el, language/thai.el, language/tibet-util.el:
2631         * language/tibetan.el, language/viet-util.el:
2632         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2634 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2637         (electric-pair-post-self-insert-function): Use it.
2638         (electric-pair-default-inhibit): New function, extracted from
2639         electric-pair-post-self-insert-function.
2641 2013-03-31  Roland Winkler  <winkler@gnu.org>
2643         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2645 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2647         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2649 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2651         Un-indent after "pass" and "return" statements (Bug#13888)
2652         * progmodes/python.el (python-indent-block-enders): New var.
2653         (python-indent-calculate-indentation): Use it.
2655 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
2657         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2658         defun.  Defining it as defalias could introduce too eager
2659         byte-compiler optimization.  (Bug#14030)
2661 2013-03-30  Chong Yidong  <cyd@gnu.org>
2663         * iswitchb.el (iswitchb-read-buffer): Fix typo.
2665 2013-03-30  Leo Liu  <sdl.web@gmail.com>
2667         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2668         (kmacro-execute-from-register): Pass the keyboard macro to
2669         kmacro-call-macro or repeating won't work correctly.
2671 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
2673         * progmodes/subword.el: Back to using `forward-symbol'.
2675         * subr.el (forward-whitespace, forward-symbol)
2676         (forward-same-syntax): Move from thingatpt.el.
2678 2013-03-29  Leo Liu  <sdl.web@gmail.com>
2680         * kmacro.el (kmacro-to-register): New command.
2681         (kmacro-execute-from-register): New function.
2682         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
2684 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         * mpc.el: Use defvar-local and setq-local.
2687         (mpc--proc-connect): Connection failures are not bugs.
2688         (mpc-mode-map): `follow-link' only applies to the buffer's content.
2689         (mpc-volume-map): Bind to the up-events.
2691 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2693         * progmodes/subword.el (superword-mode): Use `forward-sexp'
2694         instead of `forward-symbol'.
2696 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2699         (edebug--recursive-edit): Use it.
2700         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2701         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2703 2013-03-28  Leo Liu  <sdl.web@gmail.com>
2705         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
2707 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
2709         * facemenu.el (list-colors-callback): New defvar.
2710         (list-colors-redisplay): New function.
2711         (list-colors-display): Install list-colors-redisplay as the
2712         revert-buffer-function.  (Bug#14063)
2714 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2717         and suffixes don't overlap (bug#14061).
2719         * case-table.el: Use lexical-binding.
2720         (case-table-get-table): New function.
2721         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
2723 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2725         * progmodes/subword.el: Add `superword-mode' to do word motion
2726         over symbol_words (parallels and leverages `subword-mode' which
2727         does word motion inside MixedCaseWords).
2729 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2731         * eshell/em-unix.el: Move su and sudo to...
2732         * eshell/em-tramp.el: ...Eshell tramp module.
2734 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2736         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2737         Change return value to be a sexp.  Delay `get-buffer' to after
2738         restoring the desktop (bug#13951).
2740 2013-03-26  Leo Liu  <sdl.web@gmail.com>
2742         * register.el: Move semantic tag handling back to
2743         cedet/semantic/senator.el.  (Bug#14052)
2745 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2748         into the prompt either (bug#13963).
2750 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2753         part of "(error-foo)".
2755 2013-03-24  Juri Linkov  <juri@jurta.org>
2757         * replace.el (list-matching-lines-prefix-face): New defcustom.
2758         (occur-1): Pass `list-matching-lines-prefix-face' to the function
2759         `occur-engine' if `face-differs-from-default-p' returns t.
2760         (occur-engine): Add `,' inside backquote construct to evaluate
2761         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
2762         Pass `prefix-face' to the functions `occur-context-lines' and
2763         `occur-engine-add-prefix'.
2764         (occur-engine-add-prefix, occur-context-lines): Add optional arg
2765         `prefix-face' and propertize the prefix with `prefix-face'.
2766         (Bug#14017)
2768 2013-03-24  Leo Liu  <sdl.web@gmail.com>
2770         * nxml/rng-valid.el (rng-validate-while-idle)
2771         (rng-validate-quick-while-idle): Guard against deleted buffer.
2772         (Bug#13999)
2774         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2775         is the last entry in kill-buffer-hook.
2777         * files.el (kill-buffer-hook): Doc fix.
2779 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
2781         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2782         Make it safe-local.
2784         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2786 2013-03-23  Leo Liu  <sdl.web@gmail.com>
2788         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2789         Remove.
2791         * nxml/rng-valid.el (rng-validate-mode)
2792         (rng-after-change-function, rng-do-some-validation):
2793         * nxml/rng-maint.el (rng-validate-buffer):
2794         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2795         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2796         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2797         (nxml-extend-after-change-region): Use with-silent-modifications.
2799         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2800         timer-idle-list.
2802         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2803         (rng-next-error-1, rng-previous-error-1): Do not let-bind
2804         timer-idle-list.  (Bug#13999)
2806 2013-03-23  Juri Linkov  <juri@jurta.org>
2808         * info.el (info-index-match): New face.
2809         (Info-index, Info-apropos-matches): Add a nested subgroup to the
2810         main pattern and add text properties with the new face to matches
2811         in index entries relative to the beginning of the index entry.
2812         (Bug#14015)
2814 2013-03-21  Eric Ludlam  <zappo@gnu.org>
2816         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2817         Inhibit read only while inserting objects.
2819 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2821         * progmodes/cfengine.el: Update docs to mention
2822         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
2823         symbol motion.  Remove "_" from the word syntax.
2825 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
2827         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2828         syntax for both `cfengine2-mode' and `cfengine3-mode'.
2830 2013-03-20  Juri Linkov  <juri@jurta.org>
2832         * info.el (Info-next-reference-or-link)
2833         (Info-prev-reference-or-link): New functions.
2834         (Info-next-reference, Info-prev-reference): Use them.
2835         (Info-try-follow-nearest-node): Handle footnote navigation.
2836         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
2838 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2840         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2841         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2843 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
2845         Suppress unnecessary non-ASCII chatter during build process.
2846         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2847         (batch-skkdic-convert): Suppress most of the chatter.
2848         It's not needed so much now that machines are faster,
2849         and its non-ASCII component was confusing; see Dmitry Gutov in
2850         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2852 2013-03-20  Leo Liu  <sdl.web@gmail.com>
2854         * ido.el (ido-chop): Fix bug#10994.
2856 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2858         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2859         Remove vars.
2860         (whitespace-color-on, whitespace-color-off):
2861         Use `font-lock-fontify-buffer' (Bug#13817).
2863 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2866         remapping in mode-line.
2867         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2869 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2871         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2872         value for `whitespace-line' face (Bug#13875).
2873         (whitespace-font-lock-keywords): Change description.
2874         (whitespace-color-on): Don't save `font-lock-keywords' value, save
2875         the constructed keywords instead.
2876         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2878 2013-03-19  Leo Liu  <sdl.web@gmail.com>
2880         * progmodes/compile.el (compilation-display-error): New command.
2881         (compilation-mode-map, compilation-minor-mode-map): Bind it to
2882         C-o.  (Bug#13992)
2884 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2886         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2888 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
2890         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2892 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
2894         * net/tramp-compat.el (tramp-compat-user-error): New defun.
2896         * net/tramp-adb.el (tramp-adb-handle-shell-command):
2897         * net/tramp-gvfs.el (top):
2898         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2899         (tramp-handle-shell-command): Use it.
2900         (tramp-dissect-file-name): Raise an error when hostname is a
2901         method name, and neither method nor user is specified.
2903         * net/trampver.el: Update release number.
2905 2013-03-18  Leo Liu  <sdl.web@gmail.com>
2907         Make sure eldoc can be turned off properly.
2908         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2909         eldoc-mode.
2910         (eldoc-display-message-p): Revert last change.
2911         (eldoc-display-message-no-interference-p)
2912         (eldoc-print-current-symbol-info): Tweak.
2914 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
2916         * doc-view.el (doc-view-new-window-function): Check the new window
2917         overlay's display property instead the char property of the
2918         buffer's first char.  Use `with-selected-window' instead of
2919         `save-window-excursion' with `select-window'.
2920         (doc-view-document->bitmap): Check the current doc-view overlay's
2921         display property instead the char property of the buffer's first char.
2923 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2925         Automate the build of ja-dic.el (Bug#13984).
2926         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2927         from the input, rather than assume that it's been done for us by the
2928         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
2929         the current date into a ja-dic.el comment, as that complicates
2930         regression testing.
2932 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2934         * whitespace.el: Fix double evaluation.
2935         (whitespace-space, whitespace-hspace, whitespace-tab)
2936         (whitespace-newline, whitespace-trailing, whitespace-line)
2937         (whitespace-space-before-tab, whitespace-indentation)
2938         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2939         obsolete defvars.
2940         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2941         (whitespace-color-on): Use a single font-lock-add-keywords call.
2942         Fix double-evaluation of face variables.
2944 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
2946         * net/tramp-adb.el (tramp-adb-parse-device-names):
2947         Use `start-process' instead of `call-process'.  Otherwise, the
2948         function might be blocked under MS Windows.  (Bug#13299)
2950 2013-03-17  Leo Liu  <sdl.web@gmail.com>
2952         Extend eldoc to display info in the mode-line.  (Bug#13978)
2953         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2954         (eldoc-mode-line-string): New variable.
2955         (eldoc-minibuffer-message): New function.
2956         (eldoc-message-function): New variable.
2957         (eldoc-message): Use it.
2958         (eldoc-display-message-p)
2959         (eldoc-display-message-no-interference-p):
2960         Support eldoc-post-insert-mode.
2962         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2963         (eval-expression): Run it.
2965 2013-03-17  Roland Winkler  <winkler@gnu.org>
2967         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2968         strings in the list of return values.
2970 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2972         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2973         radix before checking for HMS forms.
2975 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2977         * progmodes/scheme.el: Add indentation and font-locking for λ.
2978         (Bug#13975)
2980 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2983         token before point (bug#13942).
2985 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2987         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
2989 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
2991         * startup.el (command-line-normalize-file-name): Fix handling of
2992         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
2993         <xfq.free@gmail.com> in
2994         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2996 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
2998         Sync with Tramp 2.2.7.
3000         * net/trampver.el: Update release number.
3002 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
3004         * doc-view.el Fix bug#13887.
3005         (doc-view-insert-image): Don't modify overlay associated to
3006         non-live windows, and implement horizontal centering of image in
3007         case it's smaller than the window.
3008         (doc-view-new-window-function): Force redisplay of new windows on
3009         doc-view buffers.
3011 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
3013         * saveplace.el (save-place-alist-to-file): Don't sort
3014         `save-place-alist', just pretty-print it (bug#13882).
3016 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
3018         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
3019         whether `default-file-name-coding-system' is bound.  It isn't in
3020         XEmacs.
3022 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3024         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3025         backquotes for `obsolete' (bug#13929).
3027         * international/mule.el (find-auto-coding): Include file name in
3028         obsolescence warning (bug#13922).
3030 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3032         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3033         for CFEngine 3-specific indentation.
3034         (cfengine3-indent-line): Use it.  Fix up category regex.
3035         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3037 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         * type-break.el (type-break-file-name):
3040         * textmodes/remember.el (remember-data-file):
3041         * strokes.el (strokes-file):
3042         * shadowfile.el (shadow-initialize):
3043         * saveplace.el (save-place-file):
3044         * ps-bdf.el (bdf-cache-file):
3045         * progmodes/idlwave.el (idlwave-config-directory):
3046         * net/quickurl.el (quickurl-url-file):
3047         * international/kkc.el (kkc-init-file-name):
3048         * ido.el (ido-save-directory-list-file):
3049         * emulation/viper.el (viper-custom-file-name):
3050         * emulation/vip.el (vip-startup-file):
3051         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3052         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3054 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
3056         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3057         * language/thai-word.el: Switch to UTF-8.
3059 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
3063 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3065         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
3066         Use with-current-buffer and don't move point.
3067         (net-utils-run-simple): Remove useless code.
3068         (net-utils-remove-ctl-m): Remove unused custom.
3070 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
3072         * international/characters.el (glyphless-set-char-table-range): New fun.
3073         (update-glyphless-char-display): Use it (bug#13744).
3075 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3077         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
3078         namespaces in the syntax, indent closer for hanging brace
3079         correctly, allow single-quote delimited 'strings', and make
3080         `cfengine3-mode' the default.
3082 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
3084         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
3085         Use lexical-binding.  Fix up docstring according to conventions.
3086         (gdbmi-debug-mode): New var.
3087         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
3088         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
3089         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
3090         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
3091         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
3092         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
3093         (gdbmi-bnf-incomplete-record-result): New functions.
3094         (gdb-car<): Remove function.
3095         (gdbmi-record-list): Remove variable.
3096         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
3097         (gdbmi-bnf-result-state-configs): New const.
3098         (gud-gdbmi-marker-filter): Rewrite.
3099         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
3100         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
3101         Add `token' argument.
3102         (gdb-done, gdb-error): New functions.
3103         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
3105 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3107         * term/xterm.el (xterm--report-background-handler): Don't burp
3108         upon timeout.
3109         (xterm--version-handler): Extract from terminal-init-xterm.
3110         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
3111         Allow multiple handlers.
3112         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
3114         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
3115         (xterm--report-background-handler, xterm--query): New functions.
3116         (terminal-init-xterm): Use them.
3118 2013-03-11  Michael R. Mauger  <michael@mauger.com>
3120         * progmodes/sql.el Version 3.2
3121         Please note that my address changed to <michael@mauger.com>;
3122         the <mmaug@yahoo.com> address remains active.
3123         (sql-connection-alist): Updates documentation to fix bug#13715.
3124         (sql-connect): Handle missing `sql-connection-alist' correctly.
3125         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
3126         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
3127         property.
3128         (sql-default-value): New function.
3129         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
3130         values were not used.
3131         (sql-rename-buffer): Make sure alternate buffer name has no text
3132         properties.
3133         (sql-input-sender, sql-execute-feature): Fetch variable with
3134         `buffer-local-value' rather than `with-current-buffer'.
3135         (sql-*): Use #' function syntax consistently.
3136         (sql-*): Use message/error/user-error consistently.
3138 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3140         * xt-mouse.el (xterm-mouse-event-read): Remove.
3141         (xterm-mouse--read-event-sequence-1000)
3142         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
3144 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * term/xterm.el (xterm-function-map): Support format used with
3147         formatOtherKeys=1 (bug#13839).
3149         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
3150         (with-no-warnings): Use `declare'.
3152         * whitespace.el (whitespace-enable-predicate): New variable.
3153         (whitespace-enable-predicate): Use it.
3155         * comint.el (comint-send-input, comint-snapshot-last-prompt)
3156         (comint-output-filter, comint-update-fence):
3157         Use with-silent-modifications.
3159 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
3161         * replace.el (occur-read-regexp-defaults-function): New var.
3162         (occur-read-regexp-defaults): New defun.
3163         (occur-read-primary-args): Propagate above change (bug#13892).
3165 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * mouse.el (mouse-drag-track): Remove left-over debugging code.
3169 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
3171         Major rewrite due to changed D-Bus interface of GVFS 1.14.
3173         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
3174         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
3175         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
3176         New defconst.
3177         (tramp-gvfs-file-name-handler-alist) [directory-files]
3178         [directory-files-and-attributes, file-exists-p, file-modes]:
3179         Use Tramp default handler.
3180         [file-acl, file-selinux-context, process-file, set-file-acl]:
3181         [set-file-modes, set-file-selinux-context, shell-command]:
3182         [start-file-process]: Remove handler.
3183         [verify-visited-file-modtime]: New handler.
3184         (tramp-gvfs-dbus-string-to-byte-array)
3185         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
3186         calls of `dbus-string-to-byte-array' and
3187         `tramp-gvfs-dbus-byte-array-to-string'.
3188         (tramp-gvfs-handle-copy-file)
3189         (tramp-gvfs-handle-delete-directory)
3190         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
3191         (tramp-gvfs-handle-file-directory-p)
3192         (tramp-gvfs-handle-file-executable-p)
3193         (tramp-gvfs-handle-file-name-all-completions)
3194         (tramp-gvfs-handle-file-readable-p)
3195         (tramp-gvfs-handle-file-writable-p)
3196         (tramp-gvfs-handle-insert-directory)
3197         (tramp-gvfs-handle-insert-file-contents)
3198         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
3199         (tramp-gvfs-handle-set-visited-file-modtime)
3200         (tramp-gvfs-handle-write-region): Rewrite.
3201         (tramp-gvfs-handle-file-acl)
3202         (tramp-gvfs-handle-file-selinux-context)
3203         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
3204         (tramp-gvfs-handle-set-file-modes)
3205         (tramp-gvfs-handle-set-file-selinux-context)
3206         (tramp-gvfs-handle-shell-command)
3207         (tramp-gvfs-handle-start-file-process)
3208         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
3209         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
3210         over the symlinks.  Fix user handling.
3211         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
3212         of the D-Bus signals.
3213         (tramp-gvfs-connection-mounted-p): Handle different names of the
3214         D-Bus methods.
3215         (tramp-gvfs-mount-spec-entry): New defun.
3216         (tramp-gvfs-mount-spec): Use it.
3217         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
3218         there is a share name.  Handle different names of the D-Bus
3219         signals and methods.  Set connection properties needed for
3220         `tramp-check-cached-permissions'.
3221         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3222         Return t or nil.
3224         * net/tramp.el (tramp-backtrace): Move up.
3225         (tramp-error): Dump a backtrace into the debug buffer when
3226         `tramp-verbose > 9.
3227         (tramp-file-mode-type-map, tramp-file-mode-from-int)
3228         (tramp-file-mode-permissions, tramp-get-local-uid)
3229         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3230         tramp-sh.el.
3232         * net/tramp-sh.el (tramp-file-mode-type-map)
3233         (tramp-check-cached-permissions, tramp-file-mode-from-int)
3234         (tramp-file-mode-permissions, tramp-get-local-uid)
3235         (tramp-get-local-gid): Move to tramp.el.
3237 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3239         Separate mouse-1-click-follows-link from mouse-drag-region.
3240         * mouse.el (mouse--down-1-maybe-follows-link): New function.
3241         (key-translation-map): Use it to implement mouse-1-click-follows-link.
3242         (mouse-drag-line, mouse-drag-track):
3243         Remove mouse-1-click-follows-link code.
3244         (mouse--remap-link-click-p): Remove.
3246 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
3248         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3249         (hi-lock-read-regexp-defaults):  New defun.
3250         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3251         (hi-lock-face-phrase-buffer): Propagate above change.
3252         Update docstring (bug#13892).
3254         * subr.el (find-tag-default-as-regexp): New defun.
3255         * replace.el (read-regexp): Propagate above change.
3257 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
3259         * calc/calc-units.el (calc-convert-units): Fix the way that default
3260         new units are stored.
3262 2013-03-07  Matthias Meulien  <orontee@gmail.com>
3264         * bookmark.el: Define a face to highlight bookmark names in
3265         bookmark menu buffers, where the default is a bold face similarly
3266         to buffer names in buffer menu buffers.
3267         (bookmark-menu-bookmark): New face to highlight bookmark names.
3268         (bookmark-insert-location): Remove duplicated text property to
3269         conform to buffer list (see `list-buffers').
3270         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3271         `bookmark-menu-bookmark' to bookmark names.
3273 2013-03-07  Matthias Meulien  <orontee@gmail.com>
3274             Karl Fogel  <kfogel@red-bean.com>
3276         * bookmark.el: Display the bookmark list header similarly to the
3277         buffer list header (see `list-buffers'), where the default is now
3278         an immovable/immutable header line.
3279         (bookmark-bmenu-use-header-line): New variable.
3280         (bookmark-bmenu-inline-header-height): New name for
3281         `bookmark-bmenu-header-height', to avoid confusion with the code
3282         for the new immovable header.  All references changed.
3283         (bookmark-bmenu-set-header): New function.
3284         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3285         Conditionalize header construction accordingly.
3286         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3287         the inline header height.
3288         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3289         Conditionalize the skipping of the inline header height.
3291 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
3293         * progmodes/js.el (js--multi-line-declaration-indentation):
3294         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3296 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
3298         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3299         Only propertize regexp when not inside a string (Bug#13885).
3301 2013-03-06  Alan Mackenzie  <acm@muc.de>
3303         Correct the position of point in some line-up functions.
3304         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3305         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
3306         point at column 0 rather than at a random place in the line.
3308 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
3310         * net/tramp-compat.el (tramp-compat-delete-directory):
3311         Implement TRASH argument.
3313 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
3315         Keep pre-existing highlighting in completion candidates (Bug#13250).
3316         * minibuffer.el (completions-first-difference): State that the
3317         face is "added" in the docstring.
3318         (completions-common-part): Same.  And don't inherit from default.
3319         (completion-hilit-commonality): Prepend 'completions-common-part
3320         and 'completion-first-difference faces to the 'face property,
3321         instead of replacing the value(s).
3322         (completion--insert-strings): Same with 'completions-annotations face.
3323         (completion-hilit-commonality): Use 'face instead of
3324         'font-lock-face, because it gets priority if the completion
3325         strings already have 'face set.
3327 2013-03-04  Alan Mackenzie  <acm@muc.de>
3329         Replace `last-command-event' by `last-command-char' in XEmacs.
3330         * progmodes/cc-defs.el (c-last-command-char): New macro.
3331         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3332         (c-semi&comma-no-newlines-before-nonblanks)
3333         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3334         in place of `last-command-event'.
3335         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3336         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3337         (c-electric-paren, c-electric-continued-statement): Use the new
3338         macro in place of `last-command-event'.
3340 2013-03-04  Glenn Morris  <rgm@gnu.org>
3342         * files.el (inhibit-local-variables-regexps):
3343         Add .diff and .patch.  (Bug#13862)
3345 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
3347         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3348         whether the "su" command is available on the device.
3350 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
3352         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3353         (tramp-adb-handle-process-file): Remove superfluous setting.
3354         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3355         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3356         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3358 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3360         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3361         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
3362         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3363         Use dict-key rather than dict-name for the error message.
3365 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3367         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3368         when reverting (bug#13831).
3370 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3372         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3373         Always expand affix-file before storing to protect against changed
3374         `default-directory'.
3375         (ispell-print-if-debug): Make sure message is printed at the end
3376         of the debug buffer.
3378 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
3380         * net/tramp.el (tramp-obsolete-methods): New defconst.
3381         (tramp-warned-obsolete-methods): New defvar.
3382         (tramp-find-method): Check for obsolete methods.  Map them to a
3383         replacement method if appropriate.
3385         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3386         Remove methods.
3387         (top): Remove completion functions for "scp1", "scp2", "ssh1",
3388         "ssh2" and "plink1".
3390 2013-02-28  Dale Sedivec  <dale@codefu.org>
3392         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3393         Return valid syntax-table property value when converting
3394         quotes within text from string syntax to punctuation syntax (bug#13844).
3396 2013-02-28  Juri Linkov  <juri@jurta.org>
3398         * dired-aux.el (dired-diff): If file at point is a backup file,
3399         use its original as the default value, and reverse the order
3400         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
3402 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
3404         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
3405         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
3407 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3409         Initial support for hunspell dictionaries auto-detection (Bug#13639)
3411         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3412         Ask hunspell about available and default dictionaries.
3413         (ispell-parse-hunspell-affix-file): Extract relevant info from
3414         hunspell affix file.
3415         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3416         `ispell-dictionary-alist' entry for given dictionary after info
3417         provided by `ispell-parse-hunspell-affix-file'.
3418         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3419         of parsed hunspell dicts and associated affix files.
3420         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3421         of parsed hunspell dicts and associated parameters.
3422         (ispell-set-spellchecker-params):
3423         Call `ispell-find-hunspell-dictionaries' if hunspell and not
3424         previously done.
3425         (ispell-start-process):
3426         Call `ispell-hunspell-fill-dictionary-entry' for current
3427         dictionary if it is not initialized.
3429 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * imenu.el: Comment nitpicks.
3433 2013-02-28  Sam Steingold  <sds@gnu.org>
3435         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3436         See <http://stackoverflow.com/questions/14720205>.
3438 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3440         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3441         (net-utils-mode): Use it.
3442         (net-utils--revert-cmd): New var.
3443         (net-utils-run-simple): Set it, and remove bogus interactive spec.
3444         (traceroute): Use net-utils-run-simple.
3446 2013-02-28  Glenn Morris  <rgm@gnu.org>
3448         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3450 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3452         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3453         (doc-view-fallback-mode): Remove overlays here.
3454         (doc-view-toggle-display): Instead of here.  Don't throw away
3455         image-mode-winprops-alist.
3456         (doc-view-goto-page): Don't mess with hscroll.
3458 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3460         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3461         &optional (bug#13819).
3463 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
3465         * net/tramp-adb.el (tramp-adb-parse-device-names)
3466         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
3468 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
3470         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3471         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3472         defined.  POSIX environments fall back to the "C" locale then and
3473         emit a warning, which shall be suppressed.
3475 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3478         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3480 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3484 2013-02-25  Juri Linkov  <juri@jurta.org>
3486         * replace.el (read-regexp): Let-bind `default' to the first
3487         element of `defaults' if it's a list, otherwise it should be
3488         a string or nil.  Let-bind `suggestions' to `defaults' if it's
3489         a list, otherwise make a list with the string value.  Doc fix.
3490         (Bug#13805)
3492 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
3494         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3495         that match "\`\.#", to avoid compiling lock files, even if they
3496         are readable (as they are on MS-Windows).
3498 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * files.el (basic-save-buffer): Remove redundant directory-creation.
3502 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
3504         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3505         Add option to force `pi' to remain symbolic.
3506         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3507         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3508         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3509         derivatives, when necessary.
3511 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
3513         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3514         (ps-mode-octal-region): Use string-make-unibyte.
3516 2013-02-23  Glenn Morris  <rgm@gnu.org>
3518         * emulation/viper-cmd.el (viper-submit-report):
3519         * progmodes/ps-mode.el (ps-mode-maintainer-address):
3520         * progmodes/vera-mode.el (vera-mode-help-address):
3521         * textmodes/artist.el (artist-maintainer-address):
3522         * textmodes/reftex.el (reftex-report-bug):
3523         * vc/ediff-util.el (ediff-submit-report):
3524         Add bug-gnu-emacs to bug report address.
3526         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3527         Remove bug report entries.
3528         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3530         * emacs-lisp/bytecomp.el (byte-compile-level): New.
3531         (byte-compile-file, byte-compile-from-buffer):
3532         Use separate input/output buffers for each level of recursive
3533         byte-compile-file calls.  (Bug#13787)
3535 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
3537         * net/tramp.el (tramp-methods): Fix docstring.
3538         (tramp-ssh-controlmaster-options): Rename it from
3539         `tramp-ssh-controlmaster-template'.  Return a string.
3540         (tramp-default-method): Adapt check for
3541         `tramp-ssh-controlmaster-options'.
3543         * net/tramp-sh.el (tramp-methods):
3544         Replace `tramp-ssh-controlmaster-template' by "%c".
3545         (tramp-do-copy-or-rename-file-out-of-band)
3546         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
3547         that it is applied for the first hop only.
3549 2013-02-22  Juri Linkov  <juri@jurta.org>
3551         * isearch.el (isearch-lazy-highlight-new-loop):
3552         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3553         to `isearch-other-end' if it is not nil.  (Bug#13402)
3555         * replace.el (replace-highlight): Let-bind `isearch-other-end'
3556         to `match-beg'.
3558         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3559         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3560         and `isearch-error' to nil.
3562 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
3564         * progmodes/python.el (python-info-current-defun):
3565         Enhance match-data cluttering prevention.
3567 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
3569         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3571         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3572         Handle multibyte file names.
3574 2013-02-22  Glenn Morris  <rgm@gnu.org>
3576         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3577         (sgml-transformation-function): Give it a :set function.
3578         (sgml-tag): Doc fix.
3580         * cmuscheme.el (scheme-buffer):
3581         * progmodes/inf-lisp.el (inferior-lisp-buffer):
3582         * progmodes/tcl.el (inferior-tcl-buffer):
3583         * textmodes/tex-mode.el (tex-command): Doc fixes.
3585         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3587         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
3589 2013-02-21  Bastien Guerry  <bzg@gnu.org>
3591         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
3593 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
3595         * progmodes/python.el (python-info-current-defun):
3596         Enhance match-data cluttering prevention.
3598 2013-02-21  Glenn Morris  <rgm@gnu.org>
3600         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3601         loaded while outline-regexp is let bound.  (Bug#9584)
3603 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
3605         * progmodes/python.el (python-info-current-defun): Fix failed
3606         defun name retrieval because of unwanted match-data cluttering.
3608 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
3610         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3611         defconst.  Apply independent check for ControlPersist.
3613         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3614         temporarily, via "env".
3616 2013-02-21  Glenn Morris  <rgm@gnu.org>
3618         * info.el (Info-enable-edit): Remove.
3619         (Info-edit): Disable it rather than using Info-enable.
3620         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3621         (Info-cease-edit): Make editing of Info files obsolete.
3623         * informat.el (Info-tagify):
3624         Handle buffers not visiting files.  (Bug#13763)
3626 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
3628         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3630 2013-02-21  Glenn Morris  <rgm@gnu.org>
3632         * files.el (basic-save-buffer): Move check for existing parent
3633         directory after hooks.  (Bug#13773)
3635 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3637         * simple.el (command-execute): Move from C.  Add obsolete check.
3638         (extended-command-history): Move from C.
3640 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
3642         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3643         (jka-compr-mode-alist-additions): Handle .txz suffix for
3644         XZ-compressed tar archives (bug#13770).
3646 2013-02-20  Bastien Guerry  <bzg@gnu.org>
3648         * outline.el (outline-regexp, outline-heading-end-regexp):
3649         Make variables, not options (bug#13731).
3651 2013-02-20  Glenn Morris  <rgm@gnu.org>
3653         * image.el (image-current-frame): Change from variable to function.
3654         (image-show-frame): Rename from image-nth-frame.  Update callers.
3655         * image-mode.el (image-multi-frame): New variable.
3656         (image-mode-map, image-mode, image-goto-frame):
3657         Use image-multi-frame rather than image-current-frame.
3658         (image-mode, image-goto-frame): Use image-current-frame as
3659         function rather than as variable.
3661         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3662         * emacs-lisp/cl-macs.el (cl--make-type-test)
3663         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3665 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3667         * net/tramp-cache.el (tramp-get-hash-table): New defun.
3668         (tramp-get-file-property, tramp-set-file-property)
3669         (tramp-get-connection-property, tramp-set-connection-property): Use it.
3670         (tramp-flush-file-property, tramp-flush-directory-property):
3671         Rename argument to KEY.
3672         (tramp-flush-connection-property): Simplify a little bit.
3673         (tramp-connection-property-p): New defun.
3674         (top): Reapply saved values only if there isn't a corresponding
3675         entry in `tramp-connection-properties'.
3677 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
3679         * progmodes/python.el (python-indent-context):
3680         Fix python-info-line-ends-backslash-p call.
3681         (python-info-line-ends-backslash-p)
3682         (python-info-beginning-of-backslash): Respect line-number argument.
3683         (python-info-current-line-comment-p):
3684         Fix behavior when not at beginning-of-line.
3685         (python-util-position): Remove function.
3686         (python-util-goto-line): New function.
3688 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3690         * eshell/em-unix.el (eshell/su): Require tramp.
3691         (eshell/sudo): Require tramp.  Remove now unnecessary check.
3693         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3694         `tramp-current-connection' in order to avoid an error when several
3695         commands are invoked in a short time in eshell and friends.
3697 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3699         Cleanup some of EIEIO's namespace.
3700         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3701         Use it to define all the class-* and object-* field accessors (renamed
3702         to eieio--class-* and eieio--object-*).  Update all uses.
3703         (eieio--class-num-slots, eieio--object-num-slots): Rename from
3704         class-num-slots and object-num-slots.
3705         (eieio--check-type): New macro.
3706         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3707         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3708         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3709         (object-assoc-list-safe): Use it.
3710         (eieio-defclass): Tighten regexp.
3711         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
3712         Remove unreachable code.
3713         (object-class-fast): Declare obsolete.
3714         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3715         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3716         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3717         Rename from class-name, object-name, object-set-name-string,
3718         object-class, object-class-name, class-parents, class-children,
3719         class-precedence-list, class-parent; with obsolete alias.
3720         (class-of, class-direct-superclasses, class-direct-subclasses):
3721         Declare obsolete.
3722         (eieio-defmethod): Use `memq'; remove unreachable code.
3723         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3724         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3725         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3727 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3729         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3730         commentary.
3732 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
3734         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3735         Use font-lock-keyword-face for macros and special forms (bug#8345).
3737 2013-02-17  Didier Verna  <didier@didierverna.net>
3739         * net/network-stream.el (network-stream-open-starttls):
3740         Check that response to the starttls-command is non-nil.  (Bug#13706)
3742 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3745         Don't assume all identifier chars have syntax word.
3746         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3747         Remove bar-not-symbol.  Adjust callers.
3748         (lisp-mode-variables): Don't set a font-lock-syntax-table.
3750 2013-02-17  Leo Liu  <sdl.web@gmail.com>
3752         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3754 2013-02-17  Glenn Morris  <rgm@gnu.org>
3756         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3758         * image-mode.el (image-mode-map): Add image-dired menu entry.
3760         * image-dired.el (tumme): Make this alias obsolete.
3762 2013-02-16  Glenn Morris  <rgm@gnu.org>
3764         * image.el (image-animated-types): Remove.
3765         (image-multi-frame-p): Rename from image-animated-p, and generalize.
3766         (image-animated-p): Make obsolete alias.
3767         (image-animate, image-nth-frame, image-animate-timeout):
3768         Use image-multi-frame-p.
3769         (image-animate-timeout): If no delay, use image-default-frame-delay.
3770         * image-mode.el (image-mode, image-toggle-animation):
3771         Use image-multi-frame-p.  (Bug#763, bug#10739)
3772         (image-mode): Adjust startup message for a multi-frame image.
3774         * image-mode.el (image-mode-map): Give it a menu.
3776 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
3778         * net/tramp-cache.el (tramp-connection-properties): New customer
3779         option.
3780         (tramp-get-connection-property): Use it.
3782         * net/tramp-compat.el (top): Require 'trampver.
3784         * net/tramp-sh.el (tramp-remote-process-environment):
3785         Set tramp-autoload cookie.
3787 2013-02-16  Kevin Ryde  <user42@zip.com.au>
3789         * info-look.el (info-lookup-select-mode): If major-mode has no
3790         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3792 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
3794         * replace.el (read-regexp): Tighten the regexp that matches tag.
3795         When tag is retrieved with `find-tag-default', use regexp that
3796         matches tag at point.  Also update docstring (Bug#13687).
3798 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
3800         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3801         add watch for the file, not its parent directory, since w32notify
3802         sets up the watch for the directory internally.  (Bug#13725)
3804 2013-02-16  Glenn Morris  <rgm@gnu.org>
3806         * image.el (image-default-frame-delay): New variable.
3807         (image-animated-p): Use image-default-frame-delay.
3808         (image-minimum-frame-delay): New constant.
3809         (image-animate-timeout): Use image-minimum-frame-delay.
3811         * image.el (image-nth-frame): New, split from image-animate-timeout.
3812         (image-animate-timeout): Use image-nth-frame.
3813         * image-mode.el (image-goto-frame, image-next-frame)
3814         (image-previous-frame): New commands.
3815         (image-mode-map): Add new frame commands.
3817 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
3819         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3820         If col-desc already has help-echo, use it.  (Bug#13563)
3822 2013-02-16  Glenn Morris  <rgm@gnu.org>
3824         * image.el (image-current-frame): New variable.
3825         (image-animate-timeout): Set image-current-frame.
3826         * image-mode.el (image-mode): For animated images,
3827         display a frame counter via mode-line-process.
3829         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3831 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3833         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3835 2013-02-15  Alan Mackenzie  <acm@muc.de>
3837         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3838         global minor mode has been enabled, call the minor mode function
3839         for a new buffer once only, after the major mode hook, whilst
3840         allowing that hook explicitly to disable the minor mode.
3841         (MODE-disable-in-buffer): New (generated) function.
3842         (disable-MODE): New (generated) buffer local variable.
3844 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
3846         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3847         `iswitchb-next-match' and `iswitchb-prev-match' resply.
3848         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3849         `ido-next-match' and `ido-prev-match' resply.
3850         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3851         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3852         `icomplete-backward-completions' (Bug#13708).
3854 2013-02-15  Glenn Morris  <rgm@gnu.org>
3856         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3858 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * net/goto-addr.el (goto-address-fontify): Add start and end args.
3861         (goto-address-fontify-region): Use them instead of narrowing, so
3862         syntax-ppss has access to the whole buffer.
3864 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
3866         * progmodes/python.el: Explain how to restore "cc-mode"-like
3867         forward-sexp movement in header documentation (Bug#13642).
3868         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3869         comments and strings (GH bug 114).
3871 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
3873         * progmodes/python.el (python-info-current-defun): Fix current
3874         defun detection (Bug#13618).
3876 2013-02-15  Chong Yidong  <cyd@gnu.org>
3878         * xml.el (xml-parse-string): Fix typo in handling of bad character
3879         references.
3881 2013-02-15  Glenn Morris  <rgm@gnu.org>
3883         * play/fortune.el (fortune-compile): Simplify and fix previous change.
3885 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
3887         * net/tramp.el (tramp-debug-message):
3888         Add `tramp-condition-case-unless-debug'.
3889         (tramp-debug-on-error): New defvar.
3890         (tramp-condition-case-unless-debug): New defun.
3891         (tramp-file-name-handler): Use it.
3893 2013-02-14  Juri Linkov  <juri@jurta.org>
3895         * info.el (Info-isearch-filter): Treat non-nil values of
3896         `search-invisible' including its default value `open'
3897         like the value `t' to match hidden text.  (Bug#13402)
3899 2013-02-14  Glenn Morris  <rgm@gnu.org>
3901         * help-fns.el (find-lisp-object-file-name): Give special treatment
3902         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
3904 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
3906         * net/quickurl.el (quickurl-save-urls):
3907         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
3909 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
3911         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3912         depth for unfinished percent literal.  Not using it in the caller.
3913         (ruby-move-to-block): Jump over multiline literals of all types,
3914         ignoring code-looking contents inside them.
3915         (ruby-add-log-current-method): Improve performance at the expense
3916         of accuracy.  `ruby-block-contains-point' is relatively slow, so
3917         only use it for method and singleton class blocks.
3919 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3921         Use ControlMaster where applicable.  (Bug#13677)
3923         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3924         replacing `tramp-detect-ssh-controlmaster'.
3925         (tramp-default-method): Use it.
3927         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3928         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3929         arguments.
3930         [scpc, rsyncc]: Remove methods.
3931         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3932         and "ssh2_old".
3933         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3934         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3936 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * emacs-lisp/package.el (package--initialized): Move before first use.
3940 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
3942         * icomplete.el (icomplete-hide-common-prefix): New user option.
3943         (icomplete-first-match): New face.
3944         (icomplete-completions): Correct handling of "complete but not
3945         unique" (Bug#12638).
3947 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
3949         * descr-text.el (describe-char): Display the script (bug#13698).
3951 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * tmm.el: Use lexical-binding and current-active-maps.
3954         (tmm-menubar): Use map-keymap and pcase.
3955         (tmm--completion-table): New function.
3956         (tmm-prompt): Use it to fix the menu order.
3957         (tmm-get-keybind): Use current-active-maps.
3959 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
3961         Add dired-hide-details-mode.  (Bug#6799)
3963         * locate.el (locate-mode): Set parent mode property to dired-mode.
3965         * find-dired.el (find-dired): Call dired-insert-set-properties on
3966         initial information line.  Set process mark on end of buffer.
3967         (find-dired-sentinel):
3968         Call dired-insert-set-properties on summary.
3970         * dired.el (dired-hide-details-hide-symlink-targets)
3971         (dired-hide-details-hide-information-lines): New options.
3972         (dired-insert-directory):
3973         Set properties after final treatment of output.
3974         (dired-insert-set-properties):
3975         Set dired-hide-details-* properties.
3976         (dired-mode-map): Bind dired-hide-details-mode.
3977         (dired-mode): Set buffer-invisibility-spec to a list.
3978         (dired-next-line): Skip hidden lines.
3979         (dired-previous-line): Use dired-next-line.
3980         (dired-hide-details-mode): New minor mode.
3981         (dired-hide-details-update-invisibility-spec): New function.
3983 2013-02-13  Glenn Morris  <rgm@gnu.org>
3985         * play/yow.el: Move to obsolete/.  (Bug#9384)
3987 2013-02-13  Juri Linkov  <juri@jurta.org>
3989         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3990         to select `ediff-control-frame' and set input focus correctly on Xfce.
3991         (Bug#12218)
3993 2013-02-13  Juri Linkov  <juri@jurta.org>
3995         * image-mode.el (image-mode-map):
3996         * doc-view.el (doc-view-mode-map):
3997         * vc/ediff-util.el (ediff-setup-keymap):
3998         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
4000 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
4002         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
4003         performance.  Instead of recalculating indentation fully for each
4004         line, sum up indentation depth based only on visited lines.
4005         (ruby-parse-partial): Increase the depth after "do" even when END
4006         is right after it.
4007         (ruby-parse-partial): When END is in the middle of a percent
4008         literal, increase the depth if the delimiter chars belong to the
4009         paren syntax class.
4011 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
4013         * play/fortune.el (fortune-compile): Also make the compiled file
4014         if it does not exist at all, not just if it is old.  (Bug#5338)
4016 2013-02-13  Glenn Morris  <rgm@gnu.org>
4018         * emacs-lisp/package.el (package-menu-execute): Doc fix.
4020 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
4022         * lisp/emacs-lisp/package.el (package-menu-execute):
4023         Add optional noquery argument.  (Bug#13625)
4025 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
4027         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
4028         if DIR exists and PARENTS is non-nil.
4030 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
4032         * progmodes/js.el (js--multi-line-declaration-indentation):
4033         Silence byte-compiler warning.
4035 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
4037         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
4039         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
4040         only if it doesn't exist.
4042         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4043         Set process marker.
4045 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
4047         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
4048         UserInstallation when calling soffice to work around LibreOffice
4049         bug 37531.
4051 2013-02-12  Glenn Morris  <rgm@gnu.org>
4053         * files.el (basic-save-buffer):
4054         Offer to create a non-existing directory.  (Bug#3016)
4056         * calc/calc-graph.el (calc-graph-show-dumb):
4057         * calendar/calendar.el (calendar-mode-map):
4058         * cus-edit.el (custom-mode-map):
4059         * ehelp.el (electric-help-map):
4060         * emulation/vip.el (vip-mode-map):
4061         * epa.el (epa-key-list-mode-map):
4062         * info.el (Info-mode-map):
4063         * mail/rmail.el (rmail-mode-map):
4064         * mail/rmailsum.el (rmail-summary-mode-map):
4065         * man.el (Man-mode-map):
4066         * net/newst-plainview.el (newsticker-mode-map):
4067         * progmodes/cpp.el (cpp-edit-mode-map):
4068         * progmodes/grep.el (grep-mode-map):
4069         * progmodes/idlw-help.el (idlwave-help-mode-map):
4070         * simple.el (special-mode-map):
4071         * startup.el (splash-screen-keymap):
4072         * view.el (view-mode-map):
4073         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
4075 2013-02-11  Elias Pipping  <pipping@lavabit.com>
4077         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
4078         (bug#13679).
4080 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
4084 2013-02-11  Glenn Morris  <rgm@gnu.org>
4086         * vc/diff.el (diff-use-labels): New variable.
4087         (diff-no-select): Use --label rather than -L, and first
4088         check that it is supported.  (Bug#11067)
4090         * files.el (enable-dir-local-variables): New variable.
4091         (hack-dir-local-variables): Respect enable-dir-local-variables.
4092         * tutorial.el (help-with-tutorial):
4093         Ignore directory-local variables.  (Bug#11127)
4095         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
4096         (vc-svn-global-switches): ... to here.  (Bug#13513)
4098 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
4100         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
4101         Handle "foo (bar, default: xxx): " prompts.
4103 2013-02-10  Chong Yidong  <cyd@gnu.org>
4105         * files.el (basic-save-buffer-1): Do not set
4106         buffer-file-coding-system-explicit (Bug#4533).
4108         * mail/emacsbug.el (report-emacs-bug): Change binding of
4109         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
4111 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
4113         * calc/calc.el (calc-allow-units-as-numbers): New variable.
4114         * calc/calc-units.el (calc-convert-units): Use new variable.
4116 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
4118         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
4120         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
4121         buffer-file-type.
4123         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
4124         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
4125         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
4126         coding-system-for-write instead.
4128         * jka-compr.el (jka-compr-write-region): Don't bind
4129         buffer-file-type.
4131         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
4132         buffer-file-type.
4134         * files.el (file-name-buffer-file-type-alist): Remove defvar.
4135         (insert-file-contents-literally): Remove reference to
4136         file-name-buffer-file-type-alist.
4138         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
4139         make-obsolete.
4140         (find-buffer-file-type-match, find-buffer-file-type): Remove.
4141         (find-buffer-file-type-coding-system): Remove references to
4142         find-buffer-file-type-match, find-buffer-file-type, and
4143         buffer-file-type.
4144         Don't put find-buffer-file-type-coding-system into
4145         file-coding-system-alist.
4146         (find-file-binary, find-file-text): Bind coding-system-for-read
4147         instead of file-name-buffer-file-type-alist.
4149 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
4151         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
4152         converter (Bug#13622).
4153         (doc-view-unoconv-program): Make obsolete alias.
4154         (doc-view-odf->pdf-converter-program): New variable.
4155         (doc-view-odf->pdf-converter-function): New variable.
4156         (doc-view-mode-p): Use it.
4157         (doc-view-odf->pdf-converter-unoconv):
4158         Rename from `doc-view-odf->pdf-converter-unoconv'.
4159         (doc-view-odf->pdf-converter-soffice): New function.
4160         (doc-view-convert-current-doc):
4161         Use `doc-view-odf->pdf-converter-function'.
4163 2013-02-09  Chong Yidong  <cyd@gnu.org>
4165         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
4166         view-echo-area-messages (Bug#13340).
4168         * help.el (view-echo-area-messages): Use display-buffer.
4170         * dired-x.el (dired-do-run-mail): Prompt for confirmation
4171         (Bug#13561).
4173 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4175         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4176         Eval body right away, now that we do eager macroexpansion (bug#13605).
4178         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
4179         (fundamental-mode): Use run-mode-hooks.
4181         * eshell/esh-proc.el (eshell/kill): Fix last change.
4182         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
4184 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
4186         * eshell/esh-proc.el (eshell/kill): Rewrite.
4188         * eshell/em-ls.el (show-almost-all): Declare.
4189         (eshell-do-ls): Add support for -A argument.
4191 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
4193         * icomplete.el (icomplete-forward-completions)
4194         (icomplete-backward-completions): Handle corner case (bug#13602).
4196 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
4198         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
4199         be nil.  Handle this.  (Bug#13636)
4201 2013-02-07  Richard Stallman  <rms@gnu.org>
4203         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
4204         `save-buffer-coding-system'.
4206 2013-02-07  Alan Mackenzie  <acm@muc.de>
4208         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
4209         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
4210         (c-parse-state-get-strategy): Don't return 'BOD any more.
4211         (c-append-lower-brace-pair-to-state-cache):
4212         Extra parameter HERE instead of narrowing.
4213         Widen to top of buffer before searching backwards for a brace pair.
4214         (c-state-push-any-brace-pair): Add HERE parameter to function call.
4215         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
4216         Narrow to parameter HERE, in place of being called narrowed.
4217         (c-remove-stale-state-cache): Extra parameter HERE in place of
4218         narrowing.  Check there's an open brace in the cache before
4219         searching for its match.
4220         (c-invalidate-state-cache-1): Add HERE parameter to function call.
4221         (c-parse-state-1): Don't narrow here for 'forward strategy,
4222         instead passing extra parameter HERE to several functions.
4223         Remove 'BOD strategy.
4225 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
4227         * emacs-lisp/package.el (describe-package-1): Tell what archive is
4228         used to install the package.
4230 2013-02-06  Glenn Morris  <rgm@gnu.org>
4232         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4233         if we can't get user input.  (Bug#6567)
4235         * startup.el (command-line): If simple.el is missing,
4236         test and warn about for some possible causes.
4238 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
4240         * cus-start.el (all): Add ns-use-native-fullscreen.
4242 2013-02-05  Glenn Morris  <rgm@gnu.org>
4244         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4246         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4247         Fix directory creation in fallback case.
4249 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4251         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4252         (vc-update-change-log): Use dolist.
4254 2013-02-04  Chong Yidong  <cyd@gnu.org>
4256         * thingatpt.el: Rewrite the URL detection routines, absorbing some
4257         code from ffap.el.
4258         (thing-at-point-beginning-of-url-regexp): New var.
4259         (thing-at-point-uri-schemes): Update list of URI schemes.
4260         (thing-at-point-url-regexp): Variable deleted.
4261         (thing-at-point-markedup-url-regexp): Disallow newlines.
4262         (thing-at-point-newsgroup-regexp)
4263         (thing-at-point-newsgroup-heads)
4264         (thing-at-point-default-mail-uri-scheme): New variables.
4265         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
4266         method to find the possible bounds of the URI at point.
4267         New optional argument to find ill-formed URIs.
4268         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
4269         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
4270         the scheme-adding heuristics from ffap-url-at-point.
4271         (thing-at-point--bounds-of-well-formed-url): New function.
4272         Do parens matching to decide whether to include parens in the URI
4273         (Bug#9153).
4275         * ffap.el: Require thingatpt.
4276         (ffap-url-at-point): Delegate URI detection to thing-at-point.
4277         All URI-valid characters are now recognized (Bug#5673).
4278         (ffap-string-at-point): Use use-region-p.
4279         (ffap-url-regexp): Extra character is handled by thing-at-point.
4280         (ffap-string-at-point-mode-alist): Allow parentheses.
4281         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4282         Convert to aliases; code moved to thingatpt.el.
4283         (ffap-gnus-hook): Use setq-local.
4285 2013-02-04  Glenn Morris  <rgm@gnu.org>
4287         * emacs-lisp/ert.el (ert--explain-format-atom):
4288         Don't try to print non-characters as characters.  (Bug#13543)
4290 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
4292         * net/tramp.el (tramp-debug-message): Extend function exclude list.
4293         (tramp-backtrace): New defun.
4294         (tramp-handle-insert-file-contents): Use `visit' when inserting
4295         the local copy.
4297         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4298         Use `remote-file-name-inhibit-cache'.
4300 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4303         (bug#13614).
4305         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4306         current-load-list (bug#13366).
4308 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
4310         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4311         Identify g++ template instantiation trace.  (Bug#12287)
4312         (compilation-mode-hook, compilation-start-hook)
4313         (compilation-window-height): Simplify docstrings.  (Bug#13379)
4315 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4317         * mouse.el (mouse-drag-track): Always deactivate the mark before
4318         running the final event's command since that command is in charge of
4319         activating the mark if needed (bug#13523).
4321 2013-02-02  Juri Linkov  <juri@jurta.org>
4323         * replace.el (perform-replace): Move let-bindings of isearch-*
4324         variables deeper to the loop that searches for the next match.
4325         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4326         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4327         (Bug#13579)
4329         * isearch.el (isearch-search-fun-default): Check for null
4330         first element of isearch-cmds as a precaution when it's used
4331         with inactive isearch.
4333 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
4335         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4336         error when buffer in question is narrowed so position 1 is out of
4337         visible part.
4339 2013-02-02  Glenn Morris  <rgm@gnu.org>
4341         * textmodes/remember.el (remember-clipboard): Doc fix.
4343 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4346         properties (bug#13179).
4348 2013-02-02  Juri Linkov  <juri@jurta.org>
4350         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4351         instead of hard-coded default face `match'.  (Bug#9438)
4353 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
4355         * vc/vc-arch.el (vc-arch-registered):
4356         * vc/vc-bzr.el (vc-bzr-registered):
4357         * vc/vc-cvs.el (vc-cvs-registered):
4358         * vc/vc-git.el (vc-git-registered):
4359         * vc/vc-hg.el (vc-hg-registered):
4360         * vc/vc-mtn.el (vc-mtn-registered):
4361         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4362         (Bug#13139)
4364         * info.el (Info-next-reference, Info-prev-reference): Add numeric
4365         prefix argument.  (Bug#11656)
4367 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4371 2013-02-01  Glenn Morris  <rgm@gnu.org>
4373         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4374         if the backend is known not to support it.
4376         * imenu.el (imenu-default-create-index-function):
4377         Tweak infinite loop test to check for forward motion as well as none.
4379 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
4381         * net/soap-client.el (soap-invoke): Encode the string for
4382         `url-request-data' as UTF-8.
4383         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4385 2013-02-01  Glenn Morris  <rgm@gnu.org>
4387         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4389         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4391 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
4393         * net/tramp.el (tramp-tramp-file-p): Comment check for
4394         `string-as-unibyte'.  The function does not exist on XEmacs, and
4395         likely we need another approach.
4397         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4398         `tramp-gw-*' variables are bound.
4400 2013-01-31  Glenn Morris  <rgm@gnu.org>
4402         * files.el (basic-save-buffer-2): Choose coding system for
4403         writing the file before backing it up, to reduce delay between
4404         backing up and writing the new version.  (Bug#13522)
4406 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
4408         * simple.el (cycle-spacing): New command.
4409         (just-one-space): Use it.
4411 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4413         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
4414         (opascal-newline-always-indents): Remove custom.
4415         (opascal-tab, opascal-newline): Remove commands.
4416         (opascal-new-comment-line): Insert "\n" instead of calling newline.
4417         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4418         (opascal-save-match-data): Remove, use save-match-data instead.
4419         (opascal-save-state): Use with-silent-modifications.
4421         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4422         (bug#13585).
4424 2013-01-30  Juri Linkov  <juri@jurta.org>
4426         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4427         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
4428         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4430 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4432         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4433         column if we're just deleting the backslashes.
4434         (makefile-fill-paragraph): Use eolp.
4436 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
4438         * autorevert.el (auto-revert-use-notify): Fix docstring.
4440 2013-01-30  Leo Liu  <sdl.web@gmail.com>
4442         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4444 2013-01-30  Glenn Morris  <rgm@gnu.org>
4446         * mouse.el (mouse-drag-line): Avoid pushing same event onto
4447         unread-command-events twice in some cases.  This tries to implement
4448         the 2012-07-26 changes in a different way.  (Bug#13560)
4450 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
4452         * progmodes/python.el
4453         (python-pdbtrack-comint-output-filter-function): Enhancements on
4454         stacktrace detection.  (thanks @gnovak)
4456 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4459         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4460         Use defvar-local.
4461         (jit-lock-register): Use setq-local.
4463 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
4465         * calc-units.el (math-default-units-table): Remove initial value.
4466         (calc-convert-units): Treat expressions where all the units cancel as
4467         if they didn't have units.
4469 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
4471         * net/tramp.el (tramp-process-connection-type): Fix docstring.
4472         (tramp-completion-reread-directory-timeout): Fix type.
4473         (tramp-connection-min-time-diff): New defcustom.
4475         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4477 2013-01-30  Glenn Morris  <rgm@gnu.org>
4479         * imenu.el (imenu-default-create-index-function):
4480         Put back a version of the infinite loop test removed 2013-01-23.
4482 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
4484         * progmodes/python.el (python-shell-parse-command):
4485         Find python-shell-interpreter with modified environment.
4487 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4489         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4491 2013-01-29  Alan Mackenzie  <acm@muc.de>
4493         Amend to fontify /regexp/s in actions correctly.
4494         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4495         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4496         are no longer included.
4497         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4498         What used to be these variables without "-line" in the name.
4499         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
4500         (c-awk-non-arith-op-bra-re): Now also matches {.
4501         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4502         "return", and "case".
4503         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4504         by /.
4505         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4506         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4508 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
4510         * autorevert.el (auto-revert-use-notify):
4511         Use `custom-initialize-default' for initialization.  (Bug#13583)
4513         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4515         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4516         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
4517         in `tramp-file-name-handler'.
4518         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4519         compatibility.
4520         (tramp-compute-multi-hops): Check, whether
4521         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4523 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4526         (bug#13297).
4528 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
4530         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4531         checks made superfluous by the \_< operator.
4532         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4533         temporarily) broken indentation.
4534         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4535         Highlight nested constants, too.  \_< broke that.
4537 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4539         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4540         instead of "\\b".
4542 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
4544         * autorevert.el (auto-revert-handler): Notifications which result
4545         from a saved file shall not be taken into account.  (Bug#13557)
4547 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
4549         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4550         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4551         (lisp-mode): Pass t for it.  (Bug#13556)
4553 2013-01-25  Alan Mackenzie  <acm@muc.de>
4555         AWK Mode: Fix indentation bug at top level.  Bug #12274.
4557         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4558         just before CASE 5D.
4560 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
4562         * net/socks.el (socks-nslookup-host): Use string-to-number.
4564 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
4566         * autorevert.el (auto-revert-remote-files)
4567         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4568         (auto-revert-notify-enabled, auto-revert-use-notify)
4569         (auto-revert-notify-watch-descriptor-hash-list)
4570         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4571         (auto-revert-notify-event-descriptor)
4572         (auto-revert-notify-event-action)
4573         (auto-revert-notify-event-file-name): Doc fix.
4574         (global-auto-revert-mode): Reorder checks.
4575         (auto-revert-notify-rm-watch): Respect changed values of
4576         `auto-revert-notify-watch-descriptor-hash-list'.
4577         (auto-revert-notify-add-watch): Check for
4578         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
4579         `inotify-add-watch'.  Watch `default-directory' instead of
4580         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
4581         has a changed meaning now.  (Bug#13540)
4582         (auto-revert-notify-handler): Change implementation wrt events
4583         returning from a directory.
4584         (auto-revert-handler): Reorder implementation for checks of remote
4585         files.
4586         (auto-revert-buffers): Fix parentheses error.
4588 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
4590         * progmodes/python.el: Enhancements to header documentation about
4591         skeletons.  (Bug#5716)
4593         * imenu.el (imenu-default-create-index-function): Remove useless
4594         infinite loop check.  (Bug#13438)
4596 2013-01-25  Alan Mackenzie  <acm@muc.de>
4598         Fix a bug in the state cache mechanism.  Refactor this a bit.
4600         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4601         `cache-pos' element from the return value.
4602         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4603         buffer to enable proper searching from beyond HERE.  Amend the
4604         test for detecting the sought brace pair.  Amend the value written
4605         to the "brace desert cache" when the brace isn't found.
4606         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4607         and several other variables analogously.
4608         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4609         parameter to a locally calculated variable.
4610         (c-parse-state-1): Change the calling conventions to the two
4611         defuns involving `cache-pos'.
4613 2013-01-25  Chong Yidong  <cyd@gnu.org>
4615         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4617 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
4619         * paren.el (show-paren-function): Make sure to set 'priority and
4620         'face only if the overlay does exist.
4622 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
4624         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4626         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4627         basic attributes.
4628         (tramp-sh-handle-set-file-acl): Improve error checking.
4630 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
4632         * doc-view.el (doc-view-display): Force mode line update until all
4633         document is converted.  Suggested by Stefan Monnier (Bug#13164).
4635 2013-01-23  Bastien Guerry  <bzg@gnu.org>
4637         * paren.el (show-paren-function): Make sure an overlay exists
4638         before trying to delete it.  Also use `pos' as a position only
4639         when it is an integer.
4641 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
4643         * play/gametree.el (gametree-break-line-here): Use point-marker.
4645 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
4647         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4648         Mark descriptive parts with `display' property.
4650 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4652         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4653         New variable to map standard dict names to hunspell ones.
4654         (ispell-set-spellchecker-params): Make sure specific dict names
4655         are used for standard dicts with hunspell.
4657 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
4659         * textmodes/reftex-cite.el (reftex-format-citation): Add format
4660         chars for note (%N) and url (%U).
4661         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4663 2013-01-21  Juri Linkov  <juri@jurta.org>
4665         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4666         in addition to existing separate binding `meta f10' in `global-map'.
4667         (Bug#13484)
4669 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
4671         Improve XEmacs compatibility.
4673         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4675         * net/tramp-adb.el (top): Require `time-date'.
4676         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4677         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4678         Use `tramp-file-name-handler'.
4679         (tramp-adb-maybe-open-connection):
4680         Use `tramp-compat-set-process-query-on-exit-flag'.
4682         * net/tramp-sh.el (tramp-sh-handle-file-acl):
4683         Use `tramp-compat-funcall'.
4685         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4686         `tramp-compat-funcall'.
4688 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
4690         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4691         reimplementation using "adb shell command ..." instead of running
4692         remote shell interactively.
4694 2013-01-20  Glenn Morris  <rgm@gnu.org>
4696         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4697         Add native profiler menu entries.
4699         * profiler.el (profiler-running-p): New function.
4700         (profiler-cpu-profile): Use profiler-running-p.
4701         (profiler-report-mode-map): Add some more menu entries.
4703 2013-01-19  Glenn Morris  <rgm@gnu.org>
4705         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4706         fixes 2012-12-07 change.  (Bug#13499)
4708 2013-01-19  Leo Liu  <sdl.web@gmail.com>
4710         * dired.el (dired-get-marked-files): Prune erroneous values due to
4711         last change.  (Bug#13152)
4713 2013-01-19  Glenn Morris  <rgm@gnu.org>
4715         * progmodes/etags.el (tags-table-check-computed-list):
4716         Preserve point in tags buffer.  (Bug#13412)
4718         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4720 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
4721             Chong Yidong  <cyd@gnu.org>
4723         * image-mode.el (image-next-file, image-previous-file):
4724         New commands (Bug#8453).
4725         (image-mode-map): Bind them to n and p.
4726         (image-mode--images-in-directory): New helper function.
4728 2013-01-19  Chong Yidong  <cyd@gnu.org>
4730         * image-mode.el (image-mode-fit-frame): Add a frame argument.
4731         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
4732         save and restore the old window configuration.
4734 2013-01-18  Leo Liu  <sdl.web@gmail.com>
4736         * progmodes/js.el: Tweak autoload cookie for alias.
4738 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4740         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4741         buffer local, again.  This was lost with the fix on 2013-01-12.
4743 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
4745         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4746         order to support several eshell buffers in parallel.
4748 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4750         * autorevert.el (auto-revert-use-notify): In the :set function, do
4751         not modify `kill-buffer-hook'.
4752         (auto-revert-notify-rm-watch):
4753         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4754         (auto-revert-notify-add-watch): Do not call
4755         `auto-revert-notify-rm-watch', but add it to a buffer local
4756         `kill-buffer-hook'.
4758 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4761         call to `eval' rather than a backquoted lambda.
4763 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4765         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4766         to return an explicit nil.
4767         (advice--remove-function): Change accordingly.
4769         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4770         the use of nadvice.el.
4772         * progmodes/which-func.el (which-function): Silence imenu errors
4773         (bug#13433).
4775 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4777         * progmodes/sql.el (sql-imenu-generic-expression):
4778         (sql-mode-font-lock-object-name): Match schema qualified names.
4779         (sql-connect): Use string keys.
4780         (sql-product-interactive): Wait for interpreter prompt.
4781         (sql-comint-oracle): Set process coding based on NLS_LANG.
4783 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4785         * progmodes/sql.el (sql-output-to-send): Remove, unused.
4786         (sql-interactive-remove-continuation-prompt):
4787         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4789 2013-01-14  Leo Liu  <sdl.web@gmail.com>
4791         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4792         (Bug#13420)
4794 2013-01-14  Glenn Morris  <rgm@gnu.org>
4796         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4797         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
4799 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4801         * progmodes/python.el (python-nav-end-of-statement):
4802         Fix cornercase when handling multiline strings.
4804 2013-01-13  Richard Stallman  <rms@gnu.org>
4806         * mail/sendmail.el (mail-position-on-field): Add doc string.
4808         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4809         Get current message boundaries and pass them to
4810         message-forward-make-body-mime.  Minor style changes.
4812 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
4814         * cus-start.el (all): Avoid warnings about
4815         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4817 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
4819         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4821 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * jit-lock.el (jit-lock-debug-mode): New minor mode.
4824         (jit-lock--debug-fontifying): New var.
4825         (jit-lock--debug-fontify): New function.
4826         * subr.el (condition-case-unless-debug): Don't prevent catching the
4827         error, just let the debbugger run.
4828         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4829         timer code and don't drop errors silently.
4831 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
4833         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4834         `permanent-local' property.
4835         (auto-revert-notify-handler): Use `file-equal-p'.
4837 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
4839         * autorevert.el (auto-revert-notify-handler): Fix filtering of
4840         file notification by ACTION. For filtering by file name, compare
4841         only the non-directory part of the file name.
4843 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4845         * autorevert.el: Use cl-lib instead of cl.
4847         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4848         (vc-bzr-checkin): Use it.
4849         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4850         will preserve match-data.
4852 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
4854         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4855         (js--declaration-keyword-re): New var.
4856         (js--multi-line-declaration-indentation): New function.
4857         (js--proper-indentation): Use it.
4859 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
4861         * calc/calc.el (calc-highlight-selections-with-faces)
4862          (calc-dispatch):
4863         * comint.el (comint-history-isearch-message):
4864         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4865         * ffap.el (ffap-string-at-point-region, ffap-next)
4866         (ffap-string-at-point, ffap-string-around)
4867         (ffap-copy-string-as-kill, ffap-highlight-overlay)
4868         (ffap-literally):
4869         * font-lock.el (font-lock-keywords-alist)
4870         (font-lock-removed-keywords-alist):
4871         * help-mode.el (help-xref-symbol-regexp):
4872         * info.el (Info-find-emacs-command-nodes):
4873         * international/mule.el (add-to-coding-system-list):
4874         * isearch.el (isearch-message-function, isearch-fail-pos):
4875         * misearch.el (multi-isearch-next-buffer-function):
4876         * newcomment.el (comment-box):
4877         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4878         (pr-setting-database):
4879         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4880         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4881         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4882         (pike-font-lock-keywords-3):
4883         * progmodes/compile.el (compile):
4884         * progmodes/etags.el (tags-table-files)
4885         (tags-table-files-function, tags-included-tables-function):
4886         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4887         (gdb-restore-windows):
4888         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4889         (ps-n-up-filling-database):
4890         * server.el (server-buffer, server-log):
4891         * simple.el (newline, delete-backward-char, delete-forward-char)
4892         (minibuffer-history-isearch-message, kill-line, track-eol)
4893         (temporary-goal-column):
4894         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4895         (flyspell-default-deplacement-commands):
4896         * textmodes/ispell.el (ispell-accept-output):
4897         * textmodes/sgml-mode.el (html-tag-help):
4898         * vc/compare-w.el (compare-ignore-whitespace)
4899         (compare-ignore-case, compare-windows-dehighlight):
4900         * vc/diff.el (diff):
4901         * whitespace.el (whitespace-point)
4902         (whitespace-font-lock-refontify, whitespace-bob-marker)
4903         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4905 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
4907         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4908         (auto-revert-notify-rm-watch): Ignore errors.
4909         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
4910         inotify, and '(size last-write-time) for w32notify.
4911         Set buffer-local `auto-revert-use-notify' to nil when adding a file
4912         watch fails - this is a fallback to the file modification check.
4913         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4914         (auto-revert-notify-event-action)
4915         (auto-revert-notify-event-file-name): New defuns.
4916         (auto-revert-notify-handler): Use them.  Implement first
4917         plausibility checks.
4918         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4920 2013-01-11  Julien Danjou  <julien@danjou.info>
4922         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4923         max are almost equal. Also return the correct value for V which is
4924         already between 0 and 1.
4926 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
4928         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4930 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
4932         * autorevert.el (auto-revert-notify-rm-watch)
4933         (auto-revert-notify-add-watch): Fix typos in w32notify function
4934         names.
4936 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4938         * autorevert.el (auto-revert-notify-enabled): Move up.
4939         (auto-revert-use-notify): New defcustom.
4940         (auto-revert-mode, global-auto-revert-mode)
4941         (auto-revert-notify-add-watch, auto-revert-handler)
4942         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4943         `auto-revert-notify-enabled'.
4945 2013-01-10  Elias Pipping  <pipping@exherbo.org>
4947         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4948         * doc-view.el (doc-view-document->bitmap):
4949         Use doc-view-single-page-converter-function instead of
4950         single-page-converter arg; adjust callers.
4952 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
4954         * progmodes/which-func.el (which-function): Understand Semantic's use
4955         of overlays in imenu--index-alist.
4957 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
4959         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
4960         (Man-man-k-use-anchor): New var.
4961         (Man-parse-man-k): New function.
4962         (Man-completion-table): Use it.
4963         (man): Flush the completion cache between uses.
4965 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4967         * autorevert.el: Add file watch support.
4968         (auto-revert-notify-enabled): New defconst.
4969         (auto-revert-notify-watch-descriptor-hash-list)
4970         (auto-revert-notify-watch-descriptor)
4971         (auto-revert-notify-modified-p): New defvars.
4972         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4973         (auto-revert-notify-handler): New defuns.
4974         (auto-revert-mode, global-auto-revert-mode): Remove file watches
4975         when mode is disabled.
4976         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4977         (auto-revert-buffers): Add file watches for active buffers.
4979 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
4981         * cus-start.el (toplevel): Only allow float values for
4982         scroll-up-aggressively and scroll-down-aggressively.
4983         Allow any number for line-spacing.
4985 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4987         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4988         (doc-view-pdf->png-converter-function): Use mupdf if available.
4989         (doc-view-djvu->png-converter-function)
4990         (doc-view-ps->png-converter-function): Remove.
4991         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4992         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4993         (doc-view-already-converted-p): Adjust accordingly.
4994         (doc-view-mode-p): Simplify.
4995         (doc-view-enlarge): Use setq-local.
4996         (doc-view-pdf->png-converter-ghostscript)
4997         (doc-view-djvu->png-converter-ddjvu)
4998         (doc-view-pdf->png-converter-mupdf): Rework to call
4999         doc-view-start-process directly.
5000         (doc-view-pdf/ps->png): Simplify accordingly.
5001         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
5002         (doc-view-document->bitmap): Rename from doc-view-document->png.
5003         (doc-view-convert-current-doc): Merge pdf and djvu cases.
5004         (doc-view-set-slice-from-bounding-box): Fix completion table.
5005         (doc-view-mode): Use add-hook for after-revert-hook.
5007 2013-01-10  Glenn Morris  <rgm@gnu.org>
5009         * emacs-lisp/authors.el (authors-ignored-files)
5010         (authors-valid-file-names, authors-renamed-files-alist):
5011         Add some more entries.
5013 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * image-mode.el (image-mode-winprops): Don't throw away the fallback
5016         `t' pseudo-window entry.
5018 2013-01-10  Alan Mackenzie  <acm@muc.de>
5020         Fix bugs in the c-parse-state mechanism.  Reuse some markers
5021         instead of continually generating new ones.
5023         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
5024         (c-state-old-cpp-end-marker): New variables.
5025         (c-append-lower-brace-pair-to-state-cache): Start a backward
5026         search for "}" definitively outside CPP constructs.
5027         (c-remove-stale-state-cache): Inform the caller of a need to
5028         search back for a brace pair in certain circumstances.
5029         (c-state-maybe-marker): New macro.
5030         (c-parse-state): Reuse markers when appropriate.
5032 2013-01-10  Glenn Morris  <rgm@gnu.org>
5034         * simple.el (execute-extended-command): Doc fix.
5035         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
5037 2013-01-10  Chong Yidong  <cyd@gnu.org>
5039         * faces.el (read-face-name): Doc fix.
5041 2013-01-10  Roland Winkler  <winkler@gnu.org>
5043         * emacs-lisp/crm.el: Allow any regexp for separators.
5044         (crm-default-separator): All spaces around the default comma separator.
5045         (crm--completion-command): New macro.
5046         (crm-completion-help, crm-complete, crm-complete-word): Use it.
5047         (crm-complete-and-exit): Handle non-single-char separators.
5049 2013-01-09  Elias Pipping  <pipping@lavabit.com>
5051         * doc-view.el: Add support for DjVu (bug#13164).
5052         (doc-view-djvu->png-converter-function): New config var.
5053         (doc-view-single-page-converter-function, doc-view--image-type)
5054         (doc-view--image-file-extension): New vars.
5055         (doc-view-mode): Initialize them.
5056         (doc-view-goto-page): Use them.
5057         (doc-view-mode-p): Add support for ddjvu.
5058         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
5059         (doc-view-set-up-single-converter): New funs.
5060         (doc-view-pdf/ps->png): Extend for djvu.
5061         (doc-view-document->png): Rename from doc-view-pdf->png.
5062         (doc-view-convert-current-doc): Handle djvu.
5063         (doc-view-insert-image, doc-view-display)
5064         (doc-view-already-converted-p): Don't hardcode png.
5065         (doc-view-set-doc-type): Recognize djvu docs.
5067 2013-01-09  Elias Pipping  <pipping@lavabit.com>
5069         * doc-view.el: Add support for mupdf converter (bug#13164).
5070         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
5071         (doc-view-ps->png-converter-function): New config vars.
5072         (doc-view-pdf->png-converter-ghostscript)
5073         (doc-view-ps->png-converter-ghostscript)
5074         (doc-view-pdf->png-converter-mupdf): New functions.
5075         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
5077 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
5079         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
5080         first in session cache: When `tramp-own-remote-path' is in
5081         `tramp-remote-path', the remote path is only set in the session
5082         cache.
5084 2013-01-09  Glenn Morris  <rgm@gnu.org>
5086         * emacs-lisp/trace.el (trace-function-foreground)
5087         (trace-function-background): Doc fix.
5089 2013-01-09  Juri Linkov  <juri@jurta.org>
5091         * international/mule-cmds.el (read-char-by-name): Move let-binding
5092         of completion-ignore-case around completing-read to fix regression
5093         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
5094         `string-match-p' using the nil value of `case-fold-search' and
5095         `completion-ignore-case' in `completion-pcm--all-completions'.
5096         (Bug#12615).
5098 2013-01-09  Glenn Morris  <rgm@gnu.org>
5100         * progmodes/compile.el (compilation-parse-errors):
5101         Fix typo.  (Bug#13369)
5103 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
5105         * comint.el (comint-send-input): Check size of buffer before
5106         waiting for process output, in case already accepted.  (Bug#13290)
5108 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5110         Spelling fixes.
5111         * net/tramp-adb.el (tramp-adb-get-toolbox):
5112         Fix misspelling of 'unknown'.
5114 2013-01-08  Juri Linkov  <juri@jurta.org>
5116         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5117         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5118         Use underline style wave on terminals that support it.  (Bug#13000)
5120 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
5123         the predicate returns nil.
5125         * simple.el: Use lexical-binding.
5126         (primitive-undo): Use pcase.
5127         (minibuffer-history-isearch-push-state): Use a closure.
5129 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5131         * simple.el (primitive-undo): Move from undo.c.
5133 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
5136         (cvs-mode-remove-handled): Use it (bug#13380).
5138         * emacs-lisp/nadvice.el (advice--tweak): New function.
5139         (advice--remove-function, advice--subst-main): Use it.
5141         * emacs-lisp/advice.el: Update commentary.
5143 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
5145         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5146         Remove spurious entry.
5148 2013-01-08  Glenn Morris  <rgm@gnu.org>
5150         * net/tramp.el (tramp-default-host-alist): Add :version.
5152 2013-01-08  Juri Linkov  <juri@jurta.org>
5154         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
5155         single completion.  (Bug#12456)
5156         (info--manual-names): Expand node completions into an explicit list
5157         before appending it to another list.  Filter out internal buffers
5158         with the leading space in the buffer name.  (Bug#10771)
5160 2013-01-08  Juri Linkov  <juri@jurta.org>
5162         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
5163         that defaults to the Top node.
5164         (Info-goto-node, Info-read-node-name): Doc fix to mention that
5165         the short format (FILENAME) goes to the Top node.
5166         (Info-build-node-completions): Rename arg `file' to `filename'.
5167         (Bug#13365)
5169 2013-01-07  Bastien Guerry  <bzg@gnu.org>
5171         * menu-bar.el (menu-bar-search-documentation-menu):
5172         Use `apropos-user-option' and fix the help message.
5174 2013-01-07  Bastien Guerry  <bzg@gnu.org>
5176         * apropos.el (apropos-do-all): Update docstring.
5177         (apropos-user-option-button): New face.
5178         (apropos-user-option): Rename from `apropos-variable' and update
5179         docstring.
5180         (apropos-variable): Rewrite, now show all variables by default.
5181         (apropos-print): Mention "User option" instead of "Variable" when
5182         printing doc for user options.  (Bug#13276)
5184 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
5186         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5187         Handle filename correctly, when parsing "source -> target" symlink
5188         output.
5189         (tramp-adb-handle-set-file-times): New defun.
5191 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5193         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
5194         advice list when the interactive-spec of ad-Advice-* changes.
5196 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5198         * wid-edit.el (widget-default-get): Work for inlined elements.
5199         (Bug#12670)
5201 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
5203         * net/tramp.el (tramp-default-host-alist): New defcustom.
5204         (tramp-find-host): Use it.
5205         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
5206         `eshell-directory-change-hook'.
5208         * net/tramp-adb.el (top): Add adb specific entry in
5209         `tramp-default-host-alist'.
5210         (tramp-adb-file-name-host): Remove function.
5211         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5212         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
5214         * net/tramp-sh.el: Move eshell integration code to tramp.el.
5216 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
5218         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
5220 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
5222         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5223         consist of more than one digit.
5224         (tramp-adb-file-name-handler-alist):
5225         Use `tramp-handle-file-exists-p' consistently.
5226         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5227         (tramp-adb-handle-file-exists-p): Remove function.
5228         (tramp-adb-file-name-host): New defun.
5229         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5230         Use it.
5231         (tramp-adb-maybe-open-connection): Set "remote-path" property.
5233 2013-01-06  Chong Yidong  <cyd@gnu.org>
5235         * vc/vc.el (vc-next-action): Detect buffer modifications
5236         conflicting with locking VCS operation (Bug#11490).
5238         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5240 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
5242         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5243         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5245 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
5247         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5248         parsing of ls output using regular expression (handle filenames
5249         with spaces).  Use virtual device number.
5250         (tramp-do-parse-file-attributes-with-ls): New defun (Code
5251         cleanup).
5253 2013-01-04  Daiki Ueno  <ueno@gnu.org>
5255         * epg.el: Silence byte-compiler warnings.
5256         (epg--start): Use delete-char instead of delete-backward-char.
5257         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5259 2013-01-04  Daiki Ueno  <ueno@gnu.org>
5261         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5262         Suggested by Eli Zaretskii  <eliz@gnu.org>.
5264 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
5266         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5267         non-negative integers.  Otherwise, the default values are used.
5268         (tramp-convert-file-attributes): Convert uid and gid to integers.
5270 2013-01-04  Glenn Morris  <rgm@gnu.org>
5272         * term.el (term-handle-colors-array): Ensure face attributes
5273         are fully specified, not nil.  (Bug#13337)
5275         * term.el (term-default-fg-color, term-default-bg-color):
5276         Fix custom type.
5278         * progmodes/etags.el (tags-compression-info-list): Doc fix.
5279         (tag-find-file-of-tag-noselect): Check auto-compression-mode
5280         rather than 'jka-compr being loaded.  (Bug#13338)
5282 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
5284         * icomplete.el (icomplete-completions):
5285         Honor icomplete-prospects-height once more following
5286         2012-11-29 changes.  (Bug#13224)
5288 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5290         * subr.el (internal--called-interactively-p--get-frame): Find aliases
5291         of called-interactively-p as well (bug#13237).
5293         * view.el (view--enable, view--disable): Rename from view-mode-enable
5294         and view-mode-disable and assume it's called from view-mode.
5295         (view-mode-enable, view-mode-disable): Redefine as obsolete
5296         compatibility layer above view-mode.
5297         (view-mode-enter): Call `view-mode'.
5299         * files.el (after-find-file): Call `view-mode'.
5301         * doc-view.el (doc-view-scale-internally): New var.
5302         (doc-view-enlarge, doc-view-insert-image): Obey it.
5304 2013-01-03  Daiki Ueno  <ueno@gnu.org>
5306         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5307         exist.  (Bug#13344)
5309 2013-01-03  Glenn Morris  <rgm@gnu.org>
5311         * mail/rmail.el (rmail-set-header-1): Ignore case.
5312         Handle multi-line headers.  (Bug#13330)
5314         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5315         Handle paragraph starting at beginning of buffer.
5317         * subr.el (eval-after-load): Don't purecopy the form, so that it
5318         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
5320         * emacs-lisp/byte-run.el (defun): Place cl declarations
5321         after any interactive spec.  (Bug#13265)
5323 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
5325         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5326         defun.  Don't check for DECL if DOCSTRING isn't a string.
5327         (defun): Likewise.
5329 2013-01-02  Glenn Morris  <rgm@gnu.org>
5331         * eshell/em-cmpl.el (eshell-pcomplete):
5332         More thoroughly imitate pcomplete.  (Bug#13293)
5334         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
5335         Return nil for empty path elements.  (Bug#13296)
5337 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
5339         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5340         order to improve efficiency (Based on Daniel Colascione's
5341         <dancol@dancol.org> patch).  (Bug#13182)
5343 2013-01-02  Glenn Morris  <rgm@gnu.org>
5345         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5347 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
5349         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5350         neither DOCSTRING nor DECL was given.  (Bug#13316)
5352 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
5354         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5355         `error' call.
5356         (tramp-do-copy-or-rename-file): Ignore errors when calling
5357         `set-file-extended-attributes'.
5359         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5360         Add handler for `file-acl'.
5361         (tramp-smb-handle-file-acl): New defun.
5363 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
5365         * calc/README: Mention ISO 8601 week-numbering dates.
5367 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
5369         * view.el (view-mode-enable): New argument run-view-mode-hook.
5370         Run view-mode-hook only when it's non-nil (Bug#13315).
5371         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5372         argument t.
5374 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
5376         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5377         (No device connected, invalid device name). (Bug #13299)
5379 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
5381         * window.el (window-resizable--p): Rename to window-resizable-p.
5382         (window-resize-no-error): New function.
5384         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5385         broken in fix from 2012-12-28.
5387 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * subr.el (special-form-p): Don't signal errors on undef aliases.
5391 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
5393         * calc/calc-forms.el (math-parse-date): Try using
5394         `math-parse-iso-date' when it looks like it might be needed.
5395         Allow times of 24:00.
5396         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5397         of 24:00.
5399 2012-12-30  Glenn Morris  <rgm@gnu.org>
5401         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5402         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
5403         (rmail-summary-displayed, rmail-summary): Declare.
5404         (mairix-rmail-display): Just require rmail.
5406 2012-12-30  Chong Yidong  <cyd@gnu.org>
5408         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5409         check for the tarball contents.
5411 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
5413         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5414         tarfile content listings (Bug#13136).
5416 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
5418         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5419         Insert the undecoded text of the message being forwarded.  (Bug#9521)
5421 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
5423         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5424         integers, if they are real numbers.  (Bug#13282)
5426         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5427         Return `t' on success.
5429         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5430         Add handler for `set-file-selinux-context'.
5432 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
5434         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5435         (tramp-sh-handle-set-file-acl): Return `t' on success.
5437 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
5439         * files.el (backup-buffer-copy, basic-save-buffer-2):
5440         If set-file-extended-attributes fails, fall back on set-file-modes
5441         instead of signaling an error.  (Bug#13298)
5442         (basic-save-buffer): Likewise.
5444 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
5446         * progmodes/python.el: Support other commands triggering
5447         python-indent-line so indentation cycling continues to work.
5448         (python-indent-trigger-commands): New defcustom.
5449         (python-indent-line): Use it.
5451 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
5453         * progmodes/python.el (python-shell-send-region): Add blank lines
5454         for non sent code so backtraces remain correct.
5456 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
5458         * progmodes/python.el: Remove cl dependency.
5459         (python-syntax-count-quotes): Replace incf call.
5460         (python-fill-string): Replace setf call.
5462 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
5464         * info.el (info-other-window): New arg, for consistency with info.
5466 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
5468         * mail/rmail.el (rmail-maybe-display-summary):
5469         Rewrite (Bug#13066).
5471 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
5473         * epg.el (epg--start): Modify process-environment locally.
5475 2012-12-28  Daiki Ueno  <ueno@gnu.org>
5477         * epg.el: Support pinentry-curses.
5478         Suggested by Werner Koch in
5479         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5480         (epg-agent-file, epg-agent-mtime): New variable.
5481         (epg--start): Record the modified time of gpg-agent socket file,
5482         to restore Emacs frame after pinentry-curses termination.
5483         (epg-wait-for-completion): Restore Emacs frame here.
5485 2012-12-27  Juri Linkov  <juri@jurta.org>
5487         * info.el (Info-file-completions): New variable.
5488         (Info-read-node-name-1): Complete node names in the Info file
5489         when a file name is given.  Call `Info-build-node-completions'
5490         with a file name.
5491         (Info-build-node-completions): Add new arg `file'.  When it is
5492         non-nil, visit it in a temporary buffer and cache its completions in
5493         `Info-current-file-completions'.  Move most of the function body to
5494         `Info-build-node-completions-1'.
5495         (Info-build-node-completions-1): New function with the body from
5496         `Info-build-node-completions'.  (Bug#12456)
5498 2012-12-27  Juri Linkov  <juri@jurta.org>
5500         * frame.el (frame-maximization-style): Remove user option.
5501         (cycle-frame-maximized): Remove function.
5502         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5503         (toggle-frame-fullscreen): New command bound to <f11> instead of
5504         `toggle-frame-maximized'.
5505         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5507 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
5509         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5511         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5512         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5513         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5514         for `file-accessible-directory-p'.  (Bug#13275)
5516 2012-12-27  Sam Steingold  <sds@gnu.org>
5518         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5519         continuations, see <http://stackoverflow.com/questions/3582436>.
5521 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
5523         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5524         "module" and "def" to have indentation before them.
5525         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5527         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5529 2012-12-27  Alan Mackenzie  <acm@muc.de>
5531         Speed up fontification where there's large brace blocks.
5532         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5533         to a call of c-beginning-of-decl-1.
5535 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
5537         * comint.el (comint-adjust-window-point): New function.
5538         (comint-postoutput-scroll-to-bottom):
5539         Call comint-adjust-window-point (Bug#13248).
5541 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
5543         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5544         Rakefile regexp.
5545         (auto-mode-alist): Associate .gemspec files with ruby-mode
5546         (https://bugs.ruby-lang.org/issues/5453).
5548 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
5550         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5551         Suppress coloring, if possible (required for BusyBox based systems like
5552         CyanogenMod).
5553         (tramp-adb-handle-file-attributes)
5554         (tramp-adb-handle-insert-directory)
5555         (tramp-adb-handle-file-name-all-completions): Use it.
5556         (tramp-adb-get-toolbox): New defun.  Check for remote shell
5557         implementation (BusyBox or Toolbox).
5559 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
5561         * startup.el (initial-buffer-choice): Allow function as value
5562         (Bug#13251).
5563         (command-line-1): Handle case where initial-buffer-choice
5564         specifies a function.
5565         * server.el (server-execute): Handle case where
5566         initial-buffer-choice specifies a function.
5568 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
5570         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5571         its own function.
5572         (smtpmail-try-auth-methods): Forget the user name/password if the
5573         login is unsuccessful (bug#12424).
5575 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
5577         * notifications.el (notifications-notify): Protect body with
5578         `with-demoted-errors'.
5580         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5581         Check properties of remote device.  Restart connection, if there is a
5582         change.
5584 2012-12-21  Chong Yidong  <cyd@gnu.org>
5586         * sort.el (sort-subr): Doc fix (Bug#13056).
5588 2012-12-21  Bastien Guerry  <bzg@gnu.org>
5590         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
5592 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
5594         * simple.el (process-file): Overwrite stderr file, if exists.
5596 2012-12-21  Daiki Ueno  <ueno@gnu.org>
5598         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5599         (epg-error): Set `error-message' property.
5601 2012-12-21  Chong Yidong  <cyd@gnu.org>
5603         * international/mule-cmds.el (read-char-by-name): Signal an error
5604         if the user does not supply a valid character (Bug#13177).
5606         * simple.el (transpose-subr-1): Preserve marker positions by
5607         changing the insertion sequence (Bug#13122).
5609 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5611         * simple.el (kill-region): Deactivate mark even for empty regions
5612         (Bug#13169).
5614 2012-12-21  Chong Yidong  <cyd@gnu.org>
5616         * help-fns.el (describe-variable): Make sure we get the right
5617         buffer name (Bug#13105).  Suggested by Kelly Dean.
5619 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
5621         * comint.el (comint-redirect-previous-input-string): New variable.
5622         (comint-redirect-setup, comint-redirect-cleanup)
5623         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
5624         (comint-redirect-preoutput-filter): Fix verbose message.
5626 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
5628         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
5629         is too long for Tramp.  See discussion in
5630         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5632         * progmodes/compile.el (compilation-start): Remove line escape
5633         template.
5635 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
5637         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5638         Adjust comment.
5640 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
5642         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5643         following non-comment text (bug#13207).
5644         (lm-header-multiline): Continuation lines need to be indented more than
5645         the first line.
5646         (lm-homepage): New function.
5647         (lm-with-file): Don't be confused if narrowing is in effect.
5649 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5651         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5652         very beginning of a hunk (e.g. killing the first line).
5654 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
5656         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5657         and text properties from returned ACL string.
5658         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5659         for "setfacl" command.
5661 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
5663         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5664         `tramp-cleanup-this-connection', when the process has died.
5665         (Bug#13151)
5667 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5669         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5671 2012-12-17  Kevin Ryde  <user42@zip.com.au>
5673         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5675 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
5677         Add support for preserving ACL entries of files.
5679         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5680         `set-file-acl' handlers.
5682         * net/tramp-adb.el (tramp-adb-handle-copy-file):
5683         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5685         * net/tramp-compat.el (tramp-compat-copy-file):
5686         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5688         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5689         Add `file-acl' and `set-file-acl' handlers.
5690         (tramp-gvfs-handle-copy-file):
5691         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5692         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5693         New defuns.
5695         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5696         Add `file-acl' and `set-file-acl' handlers.
5697         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5698         (tramp-sh-handle-set-file-acl): New defuns.
5699         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5700         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5702         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5703         Add `file-acl' and `set-file-acl' handlers.
5704         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5706 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5708         * help-macro.el (make-help-screen): Instead of switch-to-buffer
5709         use pop-to-buffer with NORECORD argument t.  As buffer name, use
5710         *Metahelp* with a leading space (Bug#13190).
5712 2012-12-16  Romain Francoise  <romain@orebokech.com>
5714         * files.el (file-extended-attributes)
5715         (set-file-extended-attributes): New functions.
5716         (backup-buffer): Use them to handle both SELinux context and ACL
5717         entries.
5718         (backup-buffer-copy): Work with an alist of extended attributes,
5719         rather than an SELinux context.
5720         (basic-save-buffer-2): Ditto.
5722 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
5724         * battery.el (battery-bsd-apm): New function.
5726 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
5728         * calc/calc.el (calc-standard-date-formats): Adjust one of the
5729         standard date formats.
5731 2012-12-15  Juri Linkov  <juri@jurta.org>
5733         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5734         `isearch-insert-char-by-name'.
5735         (with-isearch-suspended): New defmacro with body mostly from
5736         `isearch-edit-string' except the part that sets
5737         `isearch-new-string' and `isearch-new-message'.
5738         (isearch-edit-string): Use new macro `with-isearch-suspended' with
5739         body that sets `isearch-new-string' and `isearch-new-message'.
5740         (isearch-insert-char-by-name): New command.
5741         * international/mule-cmds.el (read-char-by-name): Let-bind
5742         `enable-recursive-minibuffers' to t.
5743         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5745 2012-12-15  Juri Linkov  <juri@jurta.org>
5747         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5748         (Bug#13175)
5750 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
5752         * dired-x.el (dired-guess-shell-command): Put colon at the end of
5753         the prompt.  (Bug#13045)
5755 2012-12-14  Glenn Morris  <rgm@gnu.org>
5757         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5758         Try to include filename in non-bytecomp warning.  (Bug#13132)
5760 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5762         Fix permissions bugs with setgid directories etc. (Bug#13125)
5763         * files.el (backup-buffer): Don't rely on 9th output of
5764         file-attributes, as it's now a placeholder.  Instead, use the new
5765         optional arg of file-ownership-preserved-p.
5766         (file-ownership-preserved-p): New optional arg GROUP.
5767         Fix mishandling of setuid directories that would cause this
5768         function to return t when it should have returned nil.
5769         Document what happens if the file does not exist, and when
5770         it's not known whether the ownership will be preserved.
5771         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5772         Likewise.
5773         (tramp-get-local-gid): Use group-gid for integer, as that's
5774         faster and more reliable.
5776 2012-12-14  Julien Danjou  <julien@danjou.info>
5778         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5779         Update keywords list, data type and PL/pgSQL.
5781 2012-12-14  Dave Abrahams  <dave@boostpro.com>
5783         * vc/ediff-util.el (ediff-buffer-type): New function.
5784         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5785         rather than taking it as as argument.
5786         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5788 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
5790         * json.el: Add pretty-print option (bug#12634).
5791         (json-encoding-separator, json-encoding-default-indentation)
5792         (json--encoding-current-indentation, json-encoding-pretty-print)
5793         (json-encoding-lisp-style-closings): New vars.
5794         (json--with-indentation): New macro.
5795         (json-encode-hash-table, json-encode-alist, json-encode-plist)
5796         (json-encode-array): Use it to obey json-encoding-pretty-print.
5797         (json-pretty-print-buffer, json-pretty-print): New commands.
5799 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5801         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5802         Extract `ruby-syntax-propertize-expansions'.
5803         (ruby-syntax-propertize-expansions): Only change syntax on
5804         certain string delimiters, to punctuation.  This way the common
5805         functions like forward-word and thing-at-point still work.
5806         (ruby-match-expression-expansion): Improve readability.
5807         (ruby-block-contains-point): New function.
5808         (ruby-add-log-current-method): Handle several edge cases.
5810 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5812         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5813         unload-feature finishes even when aborting an ongoing edebug session.
5814         Also, do not worry about edebug-mode, unload-feature takes care of it.
5816 2012-12-13  Andreas Schwab  <schwab@suse.de>
5818         * net/tls.el (tls-program): Update customize type.
5820 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5822         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5823         (edebug-setup-hook, cl-read-load-hooks): Use it.
5824         (edebug-unload-function): New function.  (Bug#13163)
5826 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
5828         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5829         Otherwise, there could be errors in autoloading.  (Bug#13151)
5831 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
5833         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5834         sequences.
5836 2012-12-13  Alan Mackenzie  <acm@muc.de>
5838         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
5839         * progmodes/cc-engine.el (c-backward-comments): Add code to work
5840         around `forward-comment' not recognizing ^M as whitespace.
5842 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
5844         * progmodes/python.el (python-skeleton-class)
5845         (python-skeleton-def): Do not add space after defun name.
5847 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5850         (cl--symbol-function): Remove (now that funbound is like nil).
5852 2012-12-12  Glenn Morris  <rgm@gnu.org>
5854         * button.el (button--area-button-p): Fix typo.
5856 2012-12-12  Sam Steingold  <sds@gnu.org>
5858         * frame.el (frame-maximization-style): New user option.
5859         (toggle-frame-maximized): Toggle frame maximization according to
5860         `frame-maximization-style', bound to <f11>.
5861         (cycle-frame-maximized): Cycle between all maximization styles and
5862         non-maximized frame, bound to shift-<f11>.
5864 2012-12-12  David Cadé  <codename68@gmail.com>
5866         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5868 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
5870         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5871         (eieio-override-prin1): Don't quote kewords and booleans.
5872         (object-write) <eieio-default-superclass>: Don't put closing parens
5873         on new line, avoid needless empty lines, align values that are objects
5874         with the slot keyword (instead of beginning on the same line).
5875         (eieio-list-prin1): Align value with slot keyword; increase
5876         eieio-print-depth before printing members of the list.
5878 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5881         a display text-property.
5882         (report-emacs-bug-hook): Don't bother deleting it any more.
5884         * hilit-chg.el (highlight-save-buffer-state): Delete.
5885         Use with-silent-modifications instead.
5886         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5888         * button.el: Handle buttons in display text-properties.
5889         (button--area-button-p, button--area-button-string):
5890         Use (STRING . STRING-POS) representation instead of just STRING.
5892 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
5894         * makefile.w32-in (compile4-SH): Fix a typo that caused term
5895         subdirectory be skipped.
5897 2012-12-11  Glenn Morris  <rgm@gnu.org>
5899         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5901         * progmodes/f90.el (f90-line-continued, f90-indent-region):
5902         Treat preprocessor lines embedded in continuations like comments.
5903         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
5905 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
5907         * calc/calc.el (calc-standard-date-formats): Add more date
5908         formats.
5909         * calc/calc-forms.el (math-parse-iso-date): New function.
5910         (math-parse-date): Use `math-parse-iso-date' when appropriate.
5911         (math-parse-iso-date-validate): Add extra error checking.
5912         (calc-date-notation): Add ability to access new date formats.
5914 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5917         font-lock as well as when there's no text-property.
5919 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
5921         * hi-lock.el: Refine the choice of default face.
5922         (hi-lock-keyword->face): New function.  Use it wherever we used
5923         cadadadr instead.
5924         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5925         (hi-lock--last-face): Remove var.
5926         (hi-lock--unused-faces): New var to replace it.
5927         (hi-lock-read-face-name): Use/maintain it.
5928         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
5929         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5930         if it has another face.
5932 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5934         * subr.el (w32notify-handle-event): New function.
5935         (inotify-handle-event): Doc fix.
5937 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5939         * subr.el (inotify-event-p, inotify-handle-event): New functions.
5941 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
5943         * simple.el (just-one-space): Doc fix.
5945 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5947         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5949 2012-12-10  Le Wang  <l26wang@gmail.com>
5951         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5952         narrowed buffer (bug#12361).
5954 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
5956         * vc/vc-hooks.el (vc-state): Doc fix.
5958 2012-12-10  Glenn Morris  <rgm@gnu.org>
5960         * mail/rmail.el (rmail-maybe-display-summary):
5961         Preserve buffer, in case select-window changes it.  (Bug#13066)
5963 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5966         cl-load-hook where they belong.
5968 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5970         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5972 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
5974         Parallelize byte compilation on MS-Windows.
5975         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5976         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5977         (WINS_BASIC): Define as concatenation of the above.
5978         (compile): Subdivide into 4 separate and independent jobs that can
5979         be run in parallel.
5980         (compile0-CMD, compile0-SH): New targets for compiling
5981         COMPILE_FIRST files, which are prerequisites for the rest of the
5982         byte-compilation.
5983         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5984         New targets for parallel compilation with cmd.exe.
5985         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5986         compiling under a Unixy shell.
5988 2012-12-09  Chong Yidong  <cyd@gnu.org>
5990         * simple.el (set-mark-default-inactive): Delete this
5991         accidentally-introduced option.
5992         (set-mark-command, exchange-point-and-mark): Remove calls.
5994 2012-12-09  Glenn Morris  <rgm@gnu.org>
5996         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5997         Respect a defcustom's :set function, if appropriate.  (Bug#109)
5998         (eval-defun): Doc fix.
6000 2012-12-08  Juri Linkov  <juri@jurta.org>
6002         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
6003         (Info-fontify-node, Info-bookmark-make-record): Remove the
6004         file extension from Info-current-file (Bug#13016).
6006 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
6009         point, still provide some default.
6010         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
6011         names, since we don't use it right now.  Actually return the list.
6012         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
6014 2012-12-07  Chong Yidong  <cyd@gnu.org>
6016         * novice.el (disabled-command-function): Remove a spurious help
6017         xref (Bug#13043).  Suggested by Kelly Dean.
6019         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
6020         syntax is specified (Bug#13025).
6022         * info.el (Info-set-mode-line): Remove the file extension from
6023         Info-current-file if there is one (Bug#13016).
6025 2012-12-07  Glenn Morris  <rgm@gnu.org>
6027         * mail/rmail.el (rmail-mime-decoded): New permanent local.
6028         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
6029         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
6030         and rmail-mime-decoded.  (Bug#9841)
6032         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
6033         (batch-unrmail, unrmail): Doc fixes.
6034         (unrmail): Respect unrmail-mbox-format.
6035         * mail/rmail.el (rmail-mbox-format): New option.
6036         (rmail-show-message-1): Respect rmail-mbox-format.
6038 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6040         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
6042 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
6045         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
6046         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6047         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
6048         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
6049         (cl-progv): Don't rely on dynamic scoping to find the body.
6050         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
6051         (cl--proclaims-deferred): Rename from the "cl-" prefix.
6052         (cl-declaim): Use backquotes.
6053         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
6054         Use "cl--" prefix for the object's tag.
6056         * ses.el: Use advice-add/remove.
6057         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
6058         (copy-region-as-kill, yank): Use advice-add.
6059         (ses-unload-function): Use advice-remove.
6061 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
6063         * button.el: Make them work in header-lines (bug#12817).
6064         (button-map): Add bindings for header-line and mode-line use.
6065         (button-get, button-put, button-label): `button' may now be a string.
6066         (button-activate): Don't make it a defsubst.
6067         (button--area-button-p, button--area-button-string): New functions.
6068         (make-text-button): Fix the return value when `beg' was a string.
6069         (push-button): Handle the mode-line case.
6071 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
6074         (sql-signum): Remove.  Use `cl-signum' instead.
6075         (sql-read-passwd): Remove; use read-passwd instread.
6076         (sql-get-login-ext): Use read-string.
6077         (sql-get-login): Use dolist and pcase.
6078         (sql--completion-table): Rename from sql-try-completion.
6079         Use complete-with-action.
6080         (sql-mode): Don't change abbrev-all-caps globally.
6081         (sql-connect): Don't rely on dynamic scoping for `new-name'.
6082         (sql-postgres-completion-object): Initialize vars in their `let'.
6083         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
6084         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
6085         (sql-comint-interbase): Use a single append, without setq.
6086         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
6088         * hi-lock.el: Rework the default face and the serialize regexp code.
6089         (hi-lock--auto-select-face-defaults): Remove.
6090         (hi-lock-string-serialize-serial): Remove.
6091         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
6092         make weak.
6093         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
6094         equal string.
6095         (hi-lock-set-pattern): Adjust accordingly.
6096         (hi-lock--regexps-at-point): Simplify accordingly.
6097         (hi-lock--auto-select-face-defaults): Remove.
6098         (hi-lock--last-face): New var to replace it.
6099         (hi-lock-read-face-name): Rewrite (bug#11095).
6100         (hi-lock-unface-buffer): Arrange for the face to be the next default.
6102 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
6104         * net/tramp.el (tramp-replace-environment-variables):
6105         Hide compiler warning.
6106         (tramp-file-name-for-operation): Remove `executable-find',
6107         `start-process', `call-process' and `call-process-region'.
6109         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
6111         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
6112         compatibility.
6114         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
6116 2012-12-06  Chong Yidong  <cyd@gnu.org>
6118         * ffap.el (ffap-replace-file-component): Fix typo.
6120 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
6123         fix open-paren-like token test (bug#12785).
6125 2012-12-06  Glenn Morris  <rgm@gnu.org>
6127         * mail/rmailsum.el (rmail-new-summary): Tweak for
6128         rmail-maybe-display-summary changing buffer.  (Bug#13066)
6130 2012-12-06  Juri Linkov  <juri@jurta.org>
6132         * info.el (Info-fontify-node): Don't hide the last newline.
6133         (Bug#12272)
6135 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6137         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
6138         so as to enable message-read-from-minibuffer to expand mail aliases.
6140 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6142         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
6143         the `intangible' property.
6144         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
6146 2012-12-05  Deniz Dogan  <deniz@dogan.se>
6148         * net/rcirc.el (rcirc-urls): Update documentation.
6149         (rcirc-condition-filter): New function.
6150         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
6151         and exclude consecutive duplicate URLs (Bug#6082).
6153 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
6155         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6156         Check return code of copy command.
6158         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
6159         Use group `tramp'.  Add version.
6161 2012-12-05  Chong Yidong  <cyd@gnu.org>
6163         * ffap.el (ffap-url-regexp): Don't require matching at front of
6164         string (Bug#4952).
6165         (ffap-url-p): If only a substring matches, return that.
6166         (ffap-url-at-point): Use the return value of ffap-url-p.
6167         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
6168         (find-file-at-point, dired-at-point, dired-at-point-prompter)
6169         (ffap-guess-file-name-at-point): Likewise.
6170         (ffap-replace-file-component): Fix typo.
6172         * info.el (info-display-manual): Add existing Info buffers, whose
6173         files may not be in Info-directory-list, to the completion.
6174         (info--manual-names): New helper function.
6176 2012-12-05  Glenn Morris  <rgm@gnu.org>
6178         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
6179         New functions, for detecting and resolving conflicts.  (Bug#10709)
6181 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
6183         * hi-lock.el (hi-lock-auto-select-face): New user variable.
6184         (hi-lock-auto-select-face-defaults): New buffer local variable.
6185         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
6186         (hi-lock-unface-buffer): Prompt user with useful defaults.
6187         With prefix arg, unhighlight all hi-lock patterns in buffer.
6189 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
6193 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
6195         * Makefile.in (TRAMP_SRC):
6196         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
6198 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
6200         * net/tramp-adb.el: New package.
6202 2012-12-04  Chong Yidong  <cyd@gnu.org>
6204         * terminal.el: Move to obsolete/.
6206         * longlines.el: Move to obsolete/.
6208         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6209         Remove code referring to longlines mode.
6211 2012-12-03  Juri Linkov  <juri@jurta.org>
6213         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
6215 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6217         * textmodes/ispell.el (ispell-init-process)
6218         (ispell-start-process, ispell-internal-change-dictionary):
6219         Make sure personal dictionary name is expanded after initial
6220         `default-directory' value. Use expanded strings for
6221         keep/restart checks and for value (Bug#13019).
6223 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
6225         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6227 2012-12-03  Leo Liu  <sdl.web@gmail.com>
6229         * files.el (dir-locals-read-from-file): Check file non-empty
6230         before reading.  (Bug#13038)
6232 2012-12-03  Glenn Morris  <rgm@gnu.org>
6234         * jka-cmpr-hook.el (jka-compr-get-compression-info):
6235         Remove any version extension before checking filename.  (Bug#13006)
6236         (jka-compr-compression-info-list): Belated :version bump.
6238 2012-12-03  Chong Yidong  <cyd@gnu.org>
6240         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6242         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6243         (buffer-menu): Doc fix (Bug#12294).
6245 2012-12-03  Roland Winkler  <winkler@gnu.org>
6247         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6248         of diary-show-all-entries in the diary buffer (Bug#12994).
6250 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
6252         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6253         "<STDIN>".  This is binary safe.
6255 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
6257         * calc/calc-forms.el (math-absolute-from-iso-dt)
6258         (math-date-to-iso-dt, math-parse-iso-date-validate)
6259         (math-iso-dt-to-date): New functions.
6260         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6261         (math-fd-isoweekday): New variables.
6262         (calc-date-notation, math-parse-standard-date, math-format-date)
6263         (math-format-date-part): Add support for more formatting codes.
6265 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6267         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6268         current buffer's file name when called interactively (Bug#12488).
6270 2012-12-02  Juri Linkov  <juri@jurta.org>
6272         * info.el (info-display-manual): Don't clobber an existing Info
6273         buffer (Bug#10770).  Add completion (Bug#10771).
6275 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
6277         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6278         before using it for comparison (Bug#5297).
6280 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
6282         * textmodes/css-mode.el (css-current-defun-name): New function.
6283         (css-mode): Use it.
6285         * textmodes/sgml-mode.el (html-current-defun-name): New function.
6286         (html-mode): Use it.
6288 2012-12-01  Chong Yidong  <cyd@gnu.org>
6290         Modularize add-log-current-defun (Bug#2224).
6291         Suggested by Jari Aalto.
6293         * vc/add-log.el (add-log-current-defun-function): Doc fix.
6294         (add-log-current-defun): Move mode-specific code to other files.
6295         (add-log-lisp-like-modes, add-log-c-like-modes)
6296         (add-log-tex-like-modes): Variables deleted.
6298         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6299         (lisp-mode-variables): Use it.
6301         * progmodes/cc-mode.el (c-common-init):
6302         * progmodes/cperl-mode.el (cperl-mode): Set a value for
6303         add-log-current-defun-function.
6305         * progmodes/m4-mode.el (m4-current-defun-name): New function.
6306         (m4-mode): Use it.
6308         * progmodes/perl-mode.el (perl-current-defun-name): New.
6309         (perl-mode): Use it.
6311         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6312         Use lisp-current-defun-name.
6314         * textmodes/tex-mode.el (tex-current-defun-name): New.
6315         (tex-common-initialization): Use it.
6317         * textmodes/texinfo.el (texinfo-current-defun-name): New.
6318         (texinfo-mode): Use it.
6320 2012-12-01  Chong Yidong  <cyd@gnu.org>
6322         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6323         * progmodes/autoconf.el (autoconf-mode):
6324         * progmodes/js.el (js-mode):
6325         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6326         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6327         * progmodes/perl-mode.el (perl-mode):
6328         * progmodes/sh-script.el (sh-mode, sh-set-shell):
6329         * textmodes/css-mode.el (css-mode):
6330         * textmodes/sgml-mode.el (html-mode, sgml-mode)
6331         (sgml-tags-invisible, sgml-guess-indent):
6332         * textmodes/tex-mode.el (tex-common-initialization)
6333         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6334         (doctex-mode, plain-tex-mode, latex-mode):
6335         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6337 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
6339         * vc/vc-hg.el (vc-hg-next-revision):
6340         Ensure use of default "tip" output format.  (Bug#6968)
6342 2012-12-01  Kim F. Storm  <storm@cua.dk>
6344         * startup.el (fancy-startup-tail): Add a clickable link
6345         (Bug#2176).
6347 2012-12-01  Chong Yidong  <cyd@gnu.org>
6349         * startup.el (fancy-startup-tail): Improve the message about
6350         auto-save files (Bug#2176).
6352         * files.el (recover-session): Improve the descriptive message, and
6353         use substitute-command-keys.
6355 2012-12-01  Glenn Morris  <rgm@gnu.org>
6357         * ido.el (ido-file-internal):
6358         Handle other-window, other-frame for dired.  (Bug#13036)
6360 2012-11-30  Glenn Morris  <rgm@gnu.org>
6362         * icomplete.el (icomplete-separator): Fix :version.
6364 2012-11-30  Chong Yidong  <cyd@gnu.org>
6366         * shell.el (shell): For C-u M-x shell, use an inactive shell
6367         buffer as the default (Bug#1975).
6368         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6369         (shell-mode): Use them to reapply ansi colorization if Shell mode
6370         is re-enabled.
6372 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
6374         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6376 2012-11-30  Samuel Bronson  <naesten@gmail.com>
6378         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6379         flag to xargs, for compatibility with BSD xargs (Bug#11703).
6381 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6383         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6384         by move-to-column (Bug#3234).
6386 2012-11-30  Chong Yidong  <cyd@gnu.org>
6388         * longlines.el (longlines-wrap-line, longlines-encode-region):
6389         Preserve text properties (Bug#1425).
6391 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
6393         * vc/vc.el (vc-register): Allow registering a file which is
6394         already registered with a different backend (Bug#10589).
6396 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
6397             Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * icomplete.el: Change separator; add ido-style commands.
6400         (icomplete-show-key-bindings): Remove custom var.
6401         (icomplete-get-keys): Remove function.
6402         (icomplete-forward-completions, icomplete-backward-completions):
6403         New commands.
6404         (icomplete-minibuffer-map): New var.
6405         (icomplete-minibuffer-setup): Use it.
6406         (icomplete-exhibit): Don't delay if the list of completions is known.
6407         (icomplete-separator): New custom.
6408         (icomplete-completions): Use it.
6409         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6410         (minibuffer-force-complete-and-exit): New command.
6411         (minibuffer--complete-and-exit): New function extracted from
6412         minibuffer-complete-and-exit.
6413         (minibuffer-complete-and-exit): Use it.
6415         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6416         error message when the file doesn't exist (bug#12974).
6418 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
6420         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6422 2012-11-29  Glenn Morris  <rgm@gnu.org>
6424         * files.el (hack-dir-local-variables): Warn if try to set
6425         coding via dir-locals, since it doesn't work.  (Bug#7169)
6427         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
6428         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6429         Set buffer-local value of desktop-save-buffer.
6430         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6431         New functions.
6432         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6433         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6435         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
6436         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6437         Doc fix.
6438         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6439         Doc fixes.
6441 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
6443         * calc/calc-forms.el (calc-date-notation): Fix regexp
6444         used to find time codes.  Fix symbol for seconds.
6446 2012-11-27  Glenn Morris  <rgm@gnu.org>
6448         * emacs-lisp/derived.el (derived-mode-make-docstring):
6449         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
6451 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6453         * textmodes/table.el (table-insert): Don't use `symbol-name' on
6454         lexically scoped variables (bug#13005).
6456 2012-11-27  Glenn Morris  <rgm@gnu.org>
6458         * vc/vc-hooks.el (vc-mistrust-permissions):
6459         Default to t, to avoid data-loss.  (Bug#11490)
6461 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
6463         * progmodes/python.el (python-indent-guess-indent-offset):
6464         If indentation is guessed make python-indent-offset buffer-local.
6466         Fix Imenu regression.
6467         * progmodes/python.el (python-nav-beginning-of-defun):
6468         Fix forward movement when statement(s) separates point from defun.
6469         (python-imenu-prev-index-position): New function.
6471 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
6473         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
6475         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6476         Don't set buffer-file-type.  Return nil.  (Bug#12989)
6478 2012-11-27  Glenn Morris  <rgm@gnu.org>
6480         * hippie-exp.el (hippie-expand-try-functions-list):
6481         Re-autoload it.  (Bug#12982)
6483 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
6485         * descr-text.el (describe-char-padded-string):
6486         Call internal-char-font only on GUI frames.  (Bug#11964)
6488 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
6490         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6491         and obsoletion message.
6493 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6496         the constructs to keep outside of the `cl-block' (bug#12977).
6498 2012-11-27  Chong Yidong  <cyd@gnu.org>
6500         * mouse.el (mouse-drag-line): Even if the line is not draggable,
6501         keep reading until we get the up-event anyway, in order to process
6502         the up-event for mouse-1-click-follows-link (Bug#12971).
6504 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6507         base function is not yet defined (bug#12965).
6508         (ad-activate-advised-definition): Use ad-compile-function.
6509         (ad-activate): Use cond.
6511 2012-11-25  Leo Liu  <sdl.web@gmail.com>
6513         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6514         (Bug#12979)
6516 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6518         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6519         reftex-section-info-function in order to be compatible with
6520         Texinfo integration.
6522         * textmodes/reftex.el (reftex-section-pre-regexp)
6523         (reftex-section-post-regexp, reftex-section-info-function):
6524         New variable.
6525         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6526         reftex-section-post-regexp, and reftex-section-info-function in order
6527         to be compatible with Texinfo integration.
6529         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6530         use reftex-section-pre-regexp variable in order to be compatible with
6531         Texinfo integration.
6533 2012-11-25  Chong Yidong  <cyd@gnu.org>
6535         * faces.el: Make face-spec-set more analogous to setq.
6536         (face-spec-set): Change the third arg to specify whether this
6537         function is being called via defface, customize, or a third party.
6538         Set the appropriate symbol properties.  Clear the override spec if
6539         setting via Custom.  Initialize face if necessary.  (Bug#4988)
6540         (face-spec-recalc): Allow theme faces to completely replace the
6541         defface spec, in the same way as custom faces (Bug#8454).
6543         * cus-face.el (custom-declare-face): Move face initialization to
6544         face-spec-set.
6545         (custom-theme-set-faces): Don't initialize the face name here, as
6546         that is now done in face-spec-set.
6548         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6549         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6550         Simplify by using the new arg to face-spec-set.
6552         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6553         reset face-override-spec too, and use custom-declare-face.
6555 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
6557         * term/ns-win.el (ns-initialize-window-system): Move creation of
6558         fontsets here (Bug#11964).
6560 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6562         * ses.el (ses-rename-cell): Correct bug on mode-line update after
6563         cell renaming.
6565 2012-11-24  Chong Yidong  <cyd@gnu.org>
6567         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6568         obsolete.
6570         * custom.el (custom-theme-set-variables): Use a topological sort
6571         for ordering by custom dependencies (Bug#12952).
6572         (custom--sort-vars, custom--sort-vars-1): New functions.
6574 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6577         lexical-binding (bug#12938).
6579 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
6581         * image-mode.el (image-transform-check-size): Use assertions only
6582         for images of type imagemagick.
6584         Otherwise no error, image-transform-fit-to-{width,height} is
6585         silently ignored, as before.  Doc fix.
6587 2012-11-24  Chong Yidong  <cyd@gnu.org>
6589         * faces.el (color-defined-p): Doc fix (Bug#12853).
6591 2012-11-24  Juri Linkov  <juri@jurta.org>
6593         * dired.el (dired-mark): Add optional arg `interactive'.
6594         Check for `use-region-p' if `interactive' is non-nil.
6595         (dired-unmark, dired-flag-file-deletion): Add optional arg
6596         `interactive'.  Call `dired-mark' with the arg `interactive'.
6597         (Bug#10624)
6599         * wdired.el: Revert 2012-10-17 change partly and replace it with
6600         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6601         (wdired-finish-edit): Add marks for new file names to
6602         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
6603         after `revert-buffer'.
6604         (wdired-do-renames): Remove calls to `dired-remove-file',
6605         `dired-add-file', `dired-add-entry'.  (Bug#11795)
6607 2012-11-24  Alan Mackenzie  <acm@muc.de>
6609         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6611         Fix bugs in the state cache.  Enhance a debugging mechanism.
6612         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6613         "brace at column zero" strategy for C++.
6614         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6615         (c-parse-state-point): New variable.
6616         (c-record-parse-state-state): Record old parse state with
6617         `copy-tree'.  Record previous value of point.
6618         (c-debug-parse-state-double-cons): New debugging function.
6619         (c-debug-parse-state): Call the above new function.
6620         (c-toggle-parse-state-debug): Output a confirmatory message.
6622         * progmodes/cc-mode.el (c-before-change, c-after-change):
6623         Call c-invalidate-state-cache from `c-before-change' instead of
6624         `c-after-change'.
6626 2012-11-23  Chong Yidong  <cyd@gnu.org>
6628         * find-cmd.el (find-constituents): Add executable, ipath,
6629         readable, samefile, writable, daystart, regextype (Bug#12856).
6631 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6633         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6635 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
6637         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6638         definition.  This fixes a bootstrap failure.
6639         (calc-gregorian-switch): In menu, put dates before regions.
6640         This is easier to follow, lines up better in the menu, and lets us
6641         coalesce regions that switch at the same time.  Give country
6642         names, not "Vatican", as that's better for non-expert users.
6643         Use names that are stable between the date of switch and now, e.g.,
6644         Bohemia and Moravia (which existed then and now) and not
6645         Czechoslovakia (which didn't exist then and doesn't exist now).
6646         What is now the U.S. mostly did not switch at the same time as
6647         Britain, so omit the U.S.  Correct spelling of "Britain".
6648         Catholic Switzerland was too much of a mess, so omit it.
6650 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
6652         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6653         after the variable is changed.
6655 2012-11-21  Daniel Colascione  <dancol@dancol.org>
6657         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6658         in SQL declarations for font-lock.
6659         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6661 2012-11-21  Glenn Morris  <rgm@gnu.org>
6663         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6664         (face-italic-p): Add optional argument "inherit".
6666         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6667         Remove -p suffix from names, for consistency with other set-face-*.
6668         (set-face-inverse-video): Fix interactive spec.
6669         * play/gamegrid.el (gamegrid-make-mono-tty-face):
6670         * textmodes/table.el (table--update-cell-face):
6671         Use set-face-inverse-video rather than now obsolete alias.
6673 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
6675         * simple.el (line-move): Don't call line-move-partial if
6676         scroll-conservatively is in effect.  (Bug#12927)
6678 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6681         Fallback on completion-at-point rather than
6682         pcomplete-expand-and-complete, and only if pcomplete actually failed.
6683         (eshell-cmpl-initialize): Setup completion-at-point.
6685         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6687         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6689 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
6691         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6692         are remote, check out-of-band property for both.
6694 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * window.el (switch-to-buffer): Re-add the warning that was lost in the
6697         code rewrite.
6699 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
6701         More minor time fixes.
6702         * calendar/time-date.el: Commentary fix.
6703         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6704         too much other code depends on (0 0) time stamps.
6705         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6706         Add a couple of FIXME comments.
6708         Minor cleanup for times as lists of four integers.
6709         * files.el (dir-locals-directory-cache):
6710         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6711         Doc fixes.
6712         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6713         * ps-bdf.el (bdf-file-newer-than-time):
6714         Process four-integers time stamps, not two.  Doc fixes.
6716 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * uniquify.el (uniquify-managed): Use defvar-local.
6719         (rename-buffer, create-file-buffer): Advise with advice-add.
6720         (uniquify-unload-function): Unadvise accordingly.
6722         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6723         (trace-buffer): Don't purecopy.
6724         (trace-entry-message, trace-exit-message): Add `context' arg.
6725         (trace--timer): New var.
6726         (trace-make-advice): Adjust for use in nadvice.
6727         Add `context' argument.  Delay `display-buffer' via a timer.
6728         (trace-function-internal): Use advice-add.
6729         (trace--read-args): New function.
6730         (trace-function-foreground, trace-function-background): Use it.
6731         (trace-function): Rename to trace-function-foreground and redefine as
6732         an alias to that new name.
6733         (untrace-function, untrace-all): Adjust to the use of nadvice.
6735         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6737         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6739         * subr.el (called-interactively-p-functions): New var.
6740         (internal--called-interactively-p--get-frame): New macro.
6741         (called-interactively-p, interactive-p): Rewrite in Lisp.
6742         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6743         (called-interactively-p-functions): Use it.
6744         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6745         (called-interactively-p-functions): Use it.
6746         * allout.el (allout-called-interactively-p): Don't assume
6747         called-interactively-p is a subr.
6749 2012-11-20  Glenn Morris  <rgm@gnu.org>
6751         * profiler.el (profiler-report-mode-map): Add a menu.
6752         No need to bind `q' because we derive from special-mode.
6753         (profiler-report-find-entry): Handle calls from the menu-bar.
6755 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * emacs-lisp/byte-run.el (defun-declarations-alist):
6758         Allow a compiler-macro to be a lambda expression.
6760         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
6761         eval-when-compile.
6762         (python-syntax-context): Add compiler-macro.
6763         (python-font-lock-keywords): Simplify with De Morgan.
6765         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6767         * files.el (load-file): Require match in minibuffer selection, as was
6768         the case in Emacs-20 before we changed the spec to allow .elc files
6769         (bug#12935).
6771         * json.el: Don't require cl since we don't use it.
6772         * color.el: Don't require cl.
6773         (color-complement): `caddr' -> `nth 2'.
6775         * calendar/time-date.el (time-to-seconds): De-obsolete.
6777 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
6779         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6780         year numbers.
6781         (math-date-to-julian-dt): Adjust the initial approximation for the
6782         year to deal with the new definition of the DATE.
6784 2012-11-19  Daniel Colascione  <dancol@dancol.org>
6786         * term/w32-win.el (cygwin-convert-path-from-windows):
6787         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6789 2012-11-18  Chong Yidong  <cyd@gnu.org>
6791         * filecache.el (file-cache--read-list): New function.
6792         (file-cache-add-directory-list, file-cache-add-file-list)
6793         (file-cache-delete-file-list, file-cache-delete-directory-list):
6794         Use it to read a list of files or directories (Bug#12846).
6795         (file-cache-add-file, file-cache-add-directory)
6796         (file-cache-delete-file-list, file-cache-delete-file-regexp)
6797         (file-cache-delete-directory): Print an message.
6799 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
6801         * calc/calc-forms.el (math-date-to-dt): Use integer date when
6802         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6804 2012-11-18  Glenn Morris  <rgm@gnu.org>
6806         * image.el (insert-image, insert-sliced-image): Doc fix.
6808 2012-11-18  Chong Yidong  <cyd@gnu.org>
6810         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6811         (Bug#12810).
6813 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
6815         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6816         response when the target file is in a subdirectory (Bug#12757).
6818 2012-11-18  Chong Yidong  <cyd@gnu.org>
6820         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6822 2012-11-18  Glenn Morris  <rgm@gnu.org>
6824         * emacs-lisp/cl-lib.el (face-underline-p):
6825         Use set-face-underline rather than the alias set-face-underline-p.
6827         * window.el (with-temp-buffer-window): Doc fix.
6828         * subr.el (with-output-to-temp-buffer):
6829         Add doc xref to with-temp-buffer-window.
6831 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
6833         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6834         * calc/calc.el (math-format-date-cache): Declare.
6836 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6838         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6839         It also uses January 1, 1 AD as its day number 1.
6840         * calc/calc-forms.el (math-julian-date-beginning)
6841         (math-julian-date-beginning-int): Implement this.
6843 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
6845         * descr-text.el (quail-find-key):
6846         * dired.el (desktop-file-name):
6847         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6848         * generic-x.el (comint-mode, comint-exec):
6849         * image-dired.el (widget-forward):
6850         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6851         (speedbar-change-expand-button-char)
6852         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6853         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6854         * printing.el (easy-menu-add-item, easy-menu-remove-item)
6855         (widget-field-action, widget-value-set):
6856         * speedbar.el (imenu--make-index-alist):
6857         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6858         (ring-length, ring-insert):
6859         * vcursor.el (compare-windows-skip-whitespace):
6860         * woman.el (dired-get-filename):
6861         Declare functions.
6863         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6865 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6867         * calc/calc.el (calc-gregorian-switch): New variable.
6869         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6870         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6871         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6872         (math-leap-year-p): Add option to distinguish between Julian
6873         and Gregorian calendars.
6874         (math-day-number): Use `math-day-in-year' to do the computations.
6875         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6876         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6877         to do the computations.
6878         (math-date-to-dt): Use `math-date-to-julian-dt' and
6879         `math-date-to-gregorian-dt' to do the computations.
6880         (calcFunc-weekday, math-format-date-part): Use the new version of
6881         the DATE to determine the weekday.
6882         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6883         when necessary.
6885 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
6887         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6888         Cygwin; otherwise use 'file:'.  (Bug#12914)
6889         (cygwin-convert-path-from-windows): Declare, to avoid
6890         byte-compiler warnings.
6892 2012-11-17  Andreas Politz  <politza@fh-trier.de>
6894         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6895         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6896         prefix and negative numeric prefix args (Bug#12795).
6898 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
6900         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6901         Don't signal an error with a score that is too low to add to the
6902         list of top scores. (Bug#12779)
6904 2012-11-17  Chong Yidong  <cyd@gnu.org>
6906         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6908         * filecache.el (file-cache-add-file): Handle relative file name in
6909         the argument (Bug#12694).
6911 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
6913         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6915 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6919         * emacs-lisp/cl-lib.el: Set more meaningful version number.
6921 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6923         * window.el (enlarge-window, shrink-window): Don't mention return
6924         value in doc-string (Bug#12896).
6925         (window--display-buffer): Don't resize frames - it won't work
6926         with all window managers and defeat pop-up-frame-alist.
6927         (display-buffer-alist): In doc-string explain that CONDITION can
6928         be a function and which arguments are passed to it (Bug#12854).
6929         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
6930         expressions (Bug#12854).
6931         (display-buffer): Pass ACTION argument to
6932         display-buffer-assq-regexp.
6934 2012-11-16  Glenn Morris  <rgm@gnu.org>
6936         * window.el (fit-frame-to-buffer-bottom-margin)
6937         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6939         * faces.el (face-underline-p): Use face-attribute-specified-or.
6941 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
6943         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6945 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6949 2012-11-16  Glenn Morris  <rgm@gnu.org>
6951         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
6952         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6954         * faces.el (face-underline-p): Doc fix.  Handle :underline being
6955         things other than `t' (a string, a list).
6956         (face-inverse-video-p): Doc fix.
6957         (set-face-underline): Rename it back from set-face-underline-p.
6958         Doc fix.  Allow interactive input of values other than t.
6959         (read-face-attribute): Apply formatting to :underline,
6960         since like :box and :stipple it can take list values.
6962         * term.el (ansi-term): Don't let C-x escape-char binding
6963         clobber the more standard C-c binding.  (Bug#12842)
6965         * subr.el (set-temporary-overlay-map): Doc fix.
6967 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6969         * window.el (record-window-buffer)
6970         (display-buffer-record-window): When copying the markers to
6971         window-point preserve window-point-insertion-type. (Bug#12588)
6973 2012-11-16  Glenn Morris  <rgm@gnu.org>
6975         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6976         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6977         Use new names for hooks rather than obsolete aliases.
6979 2012-11-15  Daniel Colascione  <dancol@dancol.org>
6981         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6982         prefix instead of "file:" so that when FILE-NAME begins with "//",
6983         as it does when the target file is on a network share, url-handler
6984         isn't confused.
6986 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6988         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6989         a preactivated advice from an old advice.el; they're not compatible!
6991 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6993         * emacs-lisp/nadvice.el (advice--make-interactive-form):
6994         Fix string-spec case.
6996         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6998 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
7001         (advice--buffer-local-function-sample): New var.
7002         (advice--set-buffer-local, advice--buffer-local): New functions.
7003         (add-function, remove-function): Use them.
7005 2012-11-15  Drew Adams  <drew.adams@oracle.com>
7007         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
7009 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
7012         potential binding of print-gensym to t, and prettify (back)quotes in
7013         case they appear in args's default values (bug#12884).
7015 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7017         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
7018         (advice-eval-interactive-spec): New function.
7019         (advice--make-interactive-form): Support around advice (bug#12844).
7021 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
7023         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
7024         more strict.  Add docstring.
7025         (ruby-expression-expansion-re): Extract from
7026         `ruby-match-expression-expansion'.
7027         (ruby-syntax-propertize-function): After everything else, search
7028         for expansions in string literals, mark their insides as
7029         whitespace syntax and save match data for font-lock.
7030         (ruby-font-lock-keywords): Use the 2nd group from expression
7031         expansion matches.
7032         (ruby-match-expression-expansion): Use the match data saved to the
7033         text property in ruby-syntax-propertize-function.
7035 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
7038         (bug#12879).
7040 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7042         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
7043         start/end keyword a bit harder.  Works with different values of N.
7044         Add more comments.
7045         (ruby-end-of-block): Update accordingly.
7047 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7049         * woman.el (woman-file-name): Don't mess with unread-command-events
7050         (bug#12861).
7052         * emacs-lisp/advice.el: Layer on top of nadvice.el.
7053         Remove out of date self-require hack.
7054         (ad-do-advised-functions): Use simple `dolist'.
7055         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
7056         (ad-advice-definition): Redefine as functions.
7057         (ad-advice-classes): Move before first use.
7058         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7059         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
7060         (ad--defalias-fset): Remove functions.
7061         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7062         (ad-get-orig-definition): Rewrite.
7063         (ad-make-advised-definition-docstring): Change base docstring.
7064         (ad-real-orig-definition): Rewrite.
7065         (ad-map-arglists): Change name of called function.
7066         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
7067         (ad-make-advised-definition): Simplify.
7068         (ad-assemble-advised-definition): Tweak for new calling context.
7069         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
7070         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
7071         function and call ad-activate if needed.
7072         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
7073         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
7074         (ad-compile-function): Compile ad-Advice-*.
7075         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
7076         (ad-start-advice, ad-stop-advice): Remove.
7078 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7080         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
7081         period before class method names, not after.  Remove handling of
7082         one impossible case.  Add comments.
7084 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7086         * emacs-lisp/advice.el: Remove support for freezing.
7087         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
7088         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
7089         Remove support for `freeze'.
7091         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
7092         override the default.
7093         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
7094         cl--dotimes/dolist.
7095         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
7096         `cl' is loaded.
7098         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
7099         from add-advice.
7100         (advice--strip-macro): New function.
7101         (advice--defalias-fset): Use them to handle macros.
7102         (advice-add): Use them.
7103         (advice-member-p): Correctly handle macros.
7105 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7107         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7108         Never font-lock the beginning of singleton class as heredoc.
7110 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7112         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
7114 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
7116         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
7117         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
7118         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
7120 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
7122         Fix end-of-defun misbehavior.
7123         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
7124         python-beginning-of-defun-function.  Handle nested defuns
7125         correctly.
7126         (python-nav-end-of-defun): Rename from
7127         python-end-of-defun-function.  Ensure forward movement.
7128         (python-info-current-defun): Reimplement to work as intended
7129         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
7130         parent defuns as soon as possible.
7132 2012-11-13  Glenn Morris  <rgm@gnu.org>
7134         * progmodes/flymake.el (flymake-error-bitmap)
7135         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
7136         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
7138 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7140         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
7141         backward, always stop at indentation.  Reverts the change from
7142         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
7144 2012-11-13  Glenn Morris  <rgm@gnu.org>
7146         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
7147         Add ibuffer-filter-by-derived-mode.
7149         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
7150         the same name shadowing each other.
7152         * window.el (with-temp-buffer-window): Doc tweak.
7154         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
7156         * help.el (temp-buffer-max-height):
7157         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
7158         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
7160 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7162         * emacs-lisp/nadvice.el: New package.
7163         * subr.el (special-form-p): New function.
7164         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
7165         (elp-all-instrumented-list): Remove var.
7166         (elp-not-profilable): Remove elp-wrapper.
7167         (elp-profilable-p): Use autoloadp and special-form-p.
7168         (elp--advice-name): New const.
7169         (elp-instrument-function): Use advice-add.
7170         (elp--instrumented-p): New predicate.
7171         (elp-restore-function): Use advice-remove.
7172         (elp-restore-all, elp-reset-all): Use mapatoms.
7173         (elp-set-master): Use elp--instrumented-p.
7174         (elp--make-wrapper): Rename from elp-wrapper, return a function
7175         suitable for advice-add.  Use cl-inf.
7176         (elp-results): Use mapatoms+elp--instrumented-p.
7177         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
7178         (debug-function-list): Remove var.
7179         (debug): Rename arg, and then let-bind it explicitly inside.
7180         (debugger-setup-buffer): Rename arg.
7181         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
7182         (debugger-frame-number): Adjust to new debug-on-entry setup.
7183         (debug--implement-debug-on-entry): Rename from
7184         implement-debug-on-entry, add argument.
7185         (debugger-special-form-p): Remove, use special-form-p instead.
7186         (debug-on-entry): Use advice-add.
7187         (debug--function-list): New function.
7188         (cancel-debug-on-entry): Use it, along with advice-remove.
7189         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
7190         (debugger-list-functions): Use debug--function-list instead of
7191         debug-function-list.
7192         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
7193         (ad-special-form-p): Remove, use special-form-p instead.
7194         (ad-set-advice-info): Use add-function and remove-function.
7195         (ad--defalias-fset): Adjust accordingly.
7197 2012-11-10  Glenn Morris  <rgm@gnu.org>
7199         * mail/emacsbug.el (report-emacs-bug-tracker-url)
7200         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
7201         (report-emacs-bug-create-existing-bugs-buffer)
7202         (report-emacs-bug-parse-query-results)
7203         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
7205         * term.el (term-default-fg-color, term-default-bg-color):
7206         Make obsolete, rather than just saying "deprecated" in the doc.
7208         * term.el (term): Rename from `term-face'.
7209         (term-current-face, ansi-term-color-vector)
7210         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
7211         Update all users.
7213 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
7215         * server.el (server-create-window-system-frame): Handle Nextstep
7216         specially (Bug#12780).
7218 2012-11-10  Glenn Morris  <rgm@gnu.org>
7220         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
7221         Unautoload, and make obsolete.  (Bug#7449)
7223 2012-11-10  Chong Yidong  <cyd@gnu.org>
7225         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7226         rename from diff-remove-trailing-whitespace (Bug#12831).
7228 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7231         miscompilation of trace.el.
7233 2012-11-10  Glenn Morris  <rgm@gnu.org>
7235         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7237 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7240         (bug#12812).
7242 2012-11-10  Chong Yidong  <cyd@gnu.org>
7244         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7245         a defcustom with an appropriate :set function.
7246         (minibuffer-default--in-prompt-regexps): New function.
7248 2012-11-10  Glenn Morris  <rgm@gnu.org>
7250         * emacs-lisp/cl.el (define-setf-expander, defsetf)
7251         (define-modify-macro): Doc fixes.
7253         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7254         (gv-define-simple-setter): Update doc of `fix-return'.
7256 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7258         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7259         twice when `fix-return' is set (bug#12813).
7261         * emacs-lisp/cl.el (defsetf): Pass the third arg to
7262         gv-define-simple-setter (bug#12812).
7264         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7265         (bug#12756).
7267 2012-11-10  Glenn Morris  <rgm@gnu.org>
7269         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7271         * emacs-lisp/cl-extra.el (cl-prettyexpand):
7272         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7273         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7274         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7276         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7278 2012-11-10  Leo Liu  <sdl.web@gmail.com>
7280         * ido.el (ido-set-matches-1): Improve flex matching performance by
7281         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
7283 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7285         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7286         (ad--defalias-fset): New function.
7287         (ad-safe-fset): Remove.
7288         (ad-make-freeze-definition): Use cl-letf*.
7290 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7292         * subr.el (dolist): Don't bind VAR in RESULT.
7294         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
7295         (fset, documentation): Don't save real def since we don't advise.
7296         (ad-do-advised-functions): Remove problematic `result-form'.
7297         (ad-safe-fset): `ad-real-fset' => `fset'.
7298         (ad-read-advised-function): Don't assume that ad-do-advised-functions
7299         uses CL's dolist internally.
7300         (ad-arglist): Remove unused arg `name'.
7301         (ad-docstring, ad-make-advised-docstring):
7302         `ad-real-documentation' => `documentation'.
7303         (warning-suppress-types): Declare.
7304         (ad-set-arguments): Simple CSE.
7305         (ad-recover-normality): Sanity check.
7307         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7308         (funcall '(lambda ..) ..) into ((lambda ..) ..).
7310 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7312         * ses.el: symbol to coordinate mapping is made by symbol property
7313         `ses-cell'.  This means that the same mapping is done for all SES
7314         sheets.  That is good enough for cells with standard A1 names, but
7315         not for named cell.  So a hash map is added for the latter.
7316         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7317         (ses-sym-rowcol): Use hashmap for named cell.
7318         (ses-is-cell-sym-p): New defun.
7319         (ses-decode-cell-symbol): New defun.
7320         (ses-create-cell-variable): Add cell to hashmap when name is not
7321         A1-like.
7322         (ses-rename-cell): Check that cell new name is not already in
7323         spreadsheet with the use of ses-is-cell-sym-p
7324         (ses-rename-cell): Use hash map for named cells, but accept also
7325         renaming back to A1-like.
7327 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7329         * emacs-lisp/advice.el: Use new dynamic docstrings.
7330         (ad-make-advised-definition-docstring, ad-advised-definition-p):
7331         Use dynamic-docstring-function instead of ad-advice-info.
7332         (ad--make-advised-docstring): New function extracted from
7333         ad-make-advised-docstring.
7334         (ad-make-advised-docstring): Use it.
7335         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7336         from sql-help.
7337         (sql-help): Use it with dynamic-docstring-function.
7339         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7341 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * files.el (hack-one-local-variable--obsolete): New function.
7344         (hack-one-local-variable): Use it for obsolete settings.
7346         * subr.el (locate-user-emacs-file): If both old and new name exist, use
7347         the new name.
7349         * progmodes/js.el (js--filling-paragraph): New var.
7350         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7351         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7352         less sneaky.
7354 2012-11-08  Julien Danjou  <julien@danjou.info>
7356         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7357         `auto-mode-alist' (Bug#12835).
7359 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7361         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7362         (perl--prettify-symbols-alist): New const.
7363         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7364         New functions.
7365         (perl-font-lock-keywords-2): Use them.
7366         (perl-electric-noindent-p): New function.
7367         (perl-mode): Use it to set up electric-indent-mode.
7368         (perl-electric-terminator, perl-indent-command): Mark obsolete.
7369         (perl-mode-map): Remove bindings for them.
7370         (perl-imenu-generic-expression, perl-outline-level):
7371         Match functions&packages in column>0.
7373         * env.el (env--substitute-vars-regexp): New const.
7374         (substitute-env-vars): Use it.  Add `only-defined' arg.
7375         * net/tramp.el (tramp-replace-environment-variables): Use it.
7377         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7378         Byte-compile *before* eval in eval-and-compile.
7379         (byte-compile-log-warning): Remove redundant inhibit-read-only.
7380         (byte-compile-file-form-autoload): Don't hide actual definition.
7381         (byte-compile-maybe-guarded): Accept `functionp' as well.
7383         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7385 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
7387         * notifications.el (notifications-get-server-information-method):
7388         New defconst.
7389         (notifications-get-capabilities): Fix docstring.
7390         (notifications-get-server-information): New defun.
7392 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7394         * textmodes/ispell.el (ispell-region): Standard re-indent for better
7395         readability.
7397         * textmodes/ispell.el: Experimental support for support debugging.
7398         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7399         buffer for ispell.
7400         (ispell-print-if-debug): New function to print stuff to
7401         `ispell-debug-buffer' if debugging is enabled.
7402         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7403         show some debugging info.
7404         (ispell-buffer-with-debug): New function that creates a debugging
7405         buffer and calls `ispell-buffer' with debugging enabled.
7407         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7408         comment in autoconf mode. (Bug#12768)
7410 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
7412         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7413         frame-first-window, frame-root-window, frame-selected-window,
7414         minibuffer-selected-window, minibuffer-window,
7415         window-absolute-pixel-edges, window-at, window-body-height,
7416         window-body-width, window-display-table, window-combination-limit,
7417         window-frame, window-fringes, window-inside-absolute-pixel-edges,
7418         window-inside-edges, window-inside-pixel-edges, window-left-child,
7419         window-left-column, window-margins, window-next-buffers,
7420         window-next-sibling, window-new-normal, window-new-total,
7421         window-normal-size, window-parameter, window-parameters, window-parent,
7422         window-pixel-edges, window-point, window-prev-buffers,
7423         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7424         window-start, window-text-height, window-top-child, window-top-line,
7425         window-total-height, window-total-width and window-use-time to the list
7426         of functions without side-effects.
7427         (toplevel): Add window-valid-p to the list of error-free functions
7428         without side-effects.
7430 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7432         * textmodes/ispell.el (ispell-program-name):
7433         Update spellchecker parameters when customized.
7435 2012-11-04  Glenn Morris  <rgm@gnu.org>
7437         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
7439 2012-11-04  Chong Yidong  <cyd@gnu.org>
7441         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7442         same-window-* variables.
7444 2012-11-04  Juri Linkov  <juri@jurta.org>
7446         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7447         (isearch-describe-key, isearch-describe-mode): Use a display
7448         action instead of binding same-window-* variables (Bug#10040).
7450 2012-11-03  Glenn Morris  <rgm@gnu.org>
7452         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7453         Rename handler properties back from cl-- to cl-.  (Bug#12788)
7455         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7457 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
7459         * term/pc-win.el: Don't load term/internal from here.
7461         * loadup.el: Load term/internal from here.
7463 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
7465         * progmodes/python.el (inferior-python-mode): Fix hang in
7466         jit-lock (Bug#12645).
7468 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
7470         * window.el (switch-to-visible-buffer)
7471         (switch-to-buffer-preserve-window-point): Fix doc-strings.
7473 2012-11-03  Glenn Morris  <rgm@gnu.org>
7475         * emacs-lisp/cl-lib.el (cl--random-time):
7476         Rename from cl-random-time.  (Bug#12773)
7477         (cl--gensym-counter, cl--random-state): Update callers.
7478         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7480 2012-11-03  Chong Yidong  <cyd@gnu.org>
7482         * cus-start.el: Make cursor-type customizable (Bug#11633).
7484 2012-11-02  Glenn Morris  <rgm@gnu.org>
7486         * filecache.el: No need to load find-lisp when compiling.
7487         (find-lisp-find-files): Autoload it.
7488         (file-cache-add-directory-recursively): Don't require find-lisp.
7490         * image.el (image-type-from-file-name): Trivial simplification.
7492         * emacs-lisp/bytecomp.el (byte-compile-eval):
7493         Decouple "noruntime" and "cl-functions" warnings.
7495 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
7497         * play/gomoku.el (gomoku-display-statistics): Update mode line
7498         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7500 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
7502         * window.el (quit-restore-window): If the window has been
7503         created on an existing frame and ended up as the sole window on
7504         that frame, do not delete it (Bug#12764).
7506 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7508         * progmodes/sh-script.el (sh--inside-noncommand-expression):
7509         Rename from sh--inside-arithmetic-expression, handle more cases
7510         (bug#11263).
7512         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7513         (sh-font-lock-open-heredoc): Use it (bug#12770).
7515 2012-10-30  Glenn Morris  <rgm@gnu.org>
7517         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
7519         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
7521 2012-10-29  Chong Yidong  <cyd@gnu.org>
7523         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7524         function key is stored in a keyboard macro (Bug#4894).
7526         * thingatpt.el (number-at-point): Apply a thing-at-point property.
7528 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7530         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7531         header comments".
7532         (diff-unified->context, diff-context->unified)
7533         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7535         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7537         * files.el (find-alternate-file): Only ask one question (bug#12487).
7539 2012-10-29  Chong Yidong  <cyd@gnu.org>
7541         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7542         Suggested by Dan Nicolaescu (Bug#6326).
7544         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7546         * startup.el (fancy-about-screen): Don't message (Bug#12680).
7548         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7550         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7552         * face-remap.el (face-remap-add-relative): Handle the case where a
7553         face-remapping-alist entry is a cons cell (Bug#12762).
7555 2012-10-29  Kevin Ryde  <user42@zip.com.au>
7557         * woman.el (woman-parse-numeric-value): Handle picas correctly
7558         (Bug#12639).
7560 2012-10-29  Glenn Morris  <rgm@gnu.org>
7562         * emacs-lisp/cl.el (defsetf): Doc fix.
7564 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7567         syntax to the matching opener, if any (bug#12547).
7568         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7569         matching open as a "case-(".
7570         (sh-smie-rc-grammar): Add a corresponding rule for it.
7572 2012-10-28  Daniel Hackney  <dan@haxney.org>
7574         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7575         "PKGNAME-autoloads.el" in case we created it.
7577 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7579         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7580         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7581         (completion--twq-all): Disable too-strict assertions.
7583         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7585 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
7587         * profiler.el (profiler-report-make-entry-part): Fix help-echo
7588         text to match the real keybindings.
7590 2012-10-27  Juri Linkov  <juri@jurta.org>
7592         * wdired.el (wdired-keep-marker-rename): New defcustom.
7593         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7594         (Bug#11795)
7596         * dired.el (dired-keep-marker-rename): Add reference to
7597         `wdired-keep-marker-rename' in the docstring.
7598         Add default character value ?R to display initially in
7599         Customization UI instead of ?@.
7601 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
7603         * window.el (display-buffer): In doc-string describe
7604         window-height and window-width alist entries.
7606         * time.el (display-time-world): Restore fit-window-to-buffer
7607         behavior.
7609 2012-10-27  Chong Yidong  <cyd@gnu.org>
7611         * subr.el (insert-buffer-substring-as-yank): Doc fix.
7613 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
7615         * minibuffer.el (completion-category-overrides): New completion
7616         category `bookmark' (bug#11131).
7618 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * emacs-lisp/advice.el (ad-assemble-advised-definition):
7621         Silence bogus compiler warnings for ad-do-it.
7623         * bookmark.el (bookmark-completing-read): Set the completion category
7624         to `bookmark' (bug#11131).
7626 2012-10-26  Bastien  <bzg@altern.org>
7627             Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * face-remap.el: Use lexical-binding.
7630         (text-scale-adjust): Improve docstring.  Use itself for the temporary
7631         overlay-map bindings, so as to repeat the "Use..." message each time.
7633 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * emacs-lisp/macroexp.el (macroexp--expand-all):
7636         Obey byte-compile-warning-enabled-p (bug#12486).
7638         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7639         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7641 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
7643         * mouse.el (mouse-drag-line): Move last form into preceding when
7644         clause (Bug#12731).
7646         * help.el (resize-temp-buffer-window): Fix doc-string.
7648 2012-10-25  David Engster  <deng@randomsample.de>
7650         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7651         Remove.  This feature is already integrated in imenu.
7653         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7654         always loaded.  Require `speedbar' unconditionally.
7656 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7658         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7660         * minibuffer.el (minibuffer-force-complete): Fix thinko.
7662         * net/ldap.el (ldap-search-internal): The official ldif format starts
7663         with a "version: 1" header (bug#12724).
7665         * emacs-lisp/package.el (package-installed-p): Warn if not ready
7666         (bug#12721).
7668 2012-10-25  Glenn Morris  <rgm@gnu.org>
7670         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7672 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7674         * minibuffer.el (minibuffer-force-complete): Use one more marker
7675         for the temporary-overlay-map command (bug#12619).
7677 2012-10-24  Chong Yidong  <cyd@gnu.org>
7679         * time.el (display-time-world-mode): Derive from special-mode.
7680         (display-time-world): Use display-buffer (Bug#12708).
7681         (display-time-world-mode-map): Variable deleted.
7682         (display-time-world-display): Wrap the final delete-char inside
7683         inhibit-read-only.
7685 2012-10-24  Chong Yidong  <cyd@gnu.org>
7687         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7688         Doc fix.
7690         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7692 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7694         * minibuffer.el (completion--all-sorted-completions-location): New var.
7695         (completion--cache-all-sorted-completions)
7696         (completion--flush-all-sorted-completions): Use it.
7697         (completion-in-region, completion-in-region--postch)
7698         (completion-at-point, completion-help-at-point): Use markers in
7699         completion-in-region--data (bug#12619).
7701 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * progmodes/compile.el (compilation-start): Try to handle common
7704         quoting of `cd' argument (bug#12640).
7706         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7707         (bug#12671).
7709 2012-10-23  Glenn Morris  <rgm@gnu.org>
7711         * progmodes/gud.el (gud-menu-map):
7712         Check gdb-active-process is bound.  (Bug#12358)
7714 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7716         * repeat.el (repeat): Set real-this-command (bug#12232).
7718         * htmlfontify.el (hfy-post-html-hook):
7719         * filesets.el (filesets-cache-fill-content-hook):
7720         * arc-mode.el (archive-extract-hook):
7721         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7722         * net/rcirc.el (rcirc-sentinel-functions)
7723         (rcirc-receive-message-functions, rcirc-activity-functions)
7724         (rcirc-print-functions):
7725         * net/dbus.el (dbus-event-error-functions):
7726         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7727         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7728         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7729         * term/sun.el (sun-raw-prefix-hooks):
7730         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7732 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
7734         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7735         Set `tramp-chunksize' to 1.  This improves the performance.
7736         (tramp-smb-wait-for-output): Add timeout to
7737         `tramp-accept-process-output' calls.
7739 2012-10-23  Chong Yidong  <cyd@gnu.org>
7741         * faces.el (font-list-limit): Define as an obsolete variable.
7743         * startup.el (command-line):
7744         * cus-start.el: Don't refer to font-list-limit.
7746         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7748 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * subr.el (internal-temp-output-buffer-show): Rename from
7751         temp-output-buffer-show, since previously compiled files expect this name.
7753 2012-10-23  Glenn Morris  <rgm@gnu.org>
7755         * image.el (image-type-from-file-name): If multiple types match,
7756         return the first one that is supported.  (Bug#9045)
7758 2012-10-22  Glenn Morris  <rgm@gnu.org>
7760         * image.el (imagemagick-enabled-types): Doc fix.
7762 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
7764         * progmodes/which-func.el (which-func-current): The hash-table may have
7765         an explicit nil (bug#12338).
7767 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * electric.el (electric-pair-delete-selection-self-insert-function):
7770         Rename to electric-pair-will-use-region, return a boolean.
7771         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
7773         * delsel.el (delete-selection-helper): Use a function instead of a hook.
7774         (delete-selection-pre-hook): Use use-region-p.
7775         (delete-selection-self-insert-function): Remove.
7776         (self-insert-command): Obey self-insert-uses-region-functions.
7777         (self-insert-iso): Revert to previous setting, since we don't actually
7778         know what that command does.
7779         (delete-selection-self-insert-hooks): Remove.
7781 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
7783         * delsel.el (delete-selection-helper): New function, extracted from
7784         delete-selection-pre-hook.
7785         (delete-selection-pre-hook): Use it.
7786         (delete-selection-self-insert-function): New function.
7787         (delete-selection-self-insert-hooks): New hook.
7788         (self-insert-command, self-insert-iso): Use it.
7789         * electric.el (electric-pair-syntax): New function, extracted from
7790         electric-pair-post-self-insert-function.
7791         (electric-pair-post-self-insert-function): Use it.
7792         (electric-pair-delete-selection-self-insert-function): New function.
7793         (electric-pair-mode): Require delsel and setup
7794         delete-selection-self-insert-hooks (bug#11520).
7796 2012-10-20  Chong Yidong  <cyd@gnu.org>
7798         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7799         no changes to show (Bug#12586).
7801         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7802         list explicitly (Bug#12571).
7804 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
7806         * progmodes/flymake.el (flymake-create-temp-inplace):
7807         Use file-truename.
7809 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
7811         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
7813 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
7815         * calc/calc-units.el (math-extract-units): Properly extract powers
7816         of units.
7818 2012-10-20  Daniel Colascione  <dancol@dancol.org>
7820         * frame.el (make-frame): Set x-display-name as we used to in order
7821         to unbreak creating an X11 frame from an Emacs daemon started
7822         without a display.
7824 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7826         * minibuffer.el (minibuffer-force-complete): Make the next completion use
7827         the same completion-field (bug#12221).
7829 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
7831         * emacs-lisp/debug.el (debug): Record height of debugger window
7832         also when debugger will be back (Bug#8789).
7834 2012-10-18  Chong Yidong  <cyd@gnu.org>
7836         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7837         Convert to defcustom.
7838         (gdb-get-source-file): Don't bind pop-up-windows.
7840         * progmodes/gud.el (gud-display-line): Don't specially re-use
7841         other frames for the gdb-mi case (Bug#12648).
7843 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * emacs-lisp/advice.el: Clean up commentary a bit.
7846         (ad-do-advised-functions, ad-with-originals): Use `declare'.
7847         (byte-code-function-p): Never redefine.
7849         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7851 2012-10-18  Glenn Morris  <rgm@gnu.org>
7853         * dired.el (dired-sort-toggle): Some ls implementations only allow
7854         a single option string.  (Bug#12666)
7856         * minibuffer.el (completion-cycle-threshold): Doc fix.
7858 2012-10-17  Kenichi Handa  <handa@gnu.org>
7860         * international/mule.el (set-keyboard-coding-system):
7861         Recover input meta mode when the new coding system doesn not use 8-bit.
7862         Supply TERMINAL arg to set-input-meta-mode.
7864 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
7866         * wdired.el (wdired-old-marks): New variable.
7867         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7868         (wdired-do-renames): Move point with renamed file and don't lose
7869         mark status (Bug#11795).
7871 2012-10-16  Juri Linkov  <juri@jurta.org>
7873         * replace.el (query-replace-help): Mention multi-buffer replacement
7874         keys in the Help message.  (Bug#12655)
7876 2012-10-15  Chong Yidong  <cyd@gnu.org>
7878         * emacs-lisp/byte-run.el (defsubst): Doc fix.
7880 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
7882         * window.el (display-buffer): Doc fix.
7884         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7885         Adjust the msft regexp to the output of Studio 2010, and move msft
7886         before edg-1.  See the discussion on emacs-devel,
7887         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7888         for the details.
7890 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7893         (oset): Move uses of object-class-fast macro after its definition.
7895         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7897 2012-10-13  Chong Yidong  <cyd@gnu.org>
7899         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7900         enabled, re-enable it (Bug#11963).
7902 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
7904         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7905         non-nil, restore window configuration (Bug#12623).
7907 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * help-fns.el (describe-variable, describe-function-1):
7910         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7912         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7914 2012-10-12  Glenn Morris  <rgm@gnu.org>
7916         * mail/rmailsum.el (rmail-header-summary):
7917         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
7919 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
7921         * progmodes/python.el (python-mode-map):
7922         Replace subtitute-key-definition with proper command remapping.
7923         (python-nav--up-list): Fix behavior for blocks on the same level.
7925 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7927         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7929         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7930         changes to the format of load-history.
7932         * international/mule-cmds.el (read-char-by-name): Move let-binding of
7933         completion-ignore-case in case that var is buffer-local (bug#12615).
7935 2012-10-11  Kenichi Handa  <handa@gnu.org>
7937         * international/eucjp-ms.el: Re-generated.
7939 2012-10-10  Kenichi Handa  <handa@gnu.org>
7941         * select.el (xselect--encode-string): If a coding is specified for
7942         selection, and that is compatible with COMPOUND_TEXT, use it.
7944 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
7946         * window.el (switch-to-buffer-preserve-window-point): New option.
7947         (switch-to-buffer):
7948         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7950 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7953         Don't document nil as a useful value (bug#12583).
7955 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
7957         * net/tramp.el (tramp-debug-message):
7958         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7959         (with-tramp-progress-reporter): Rename from
7960         `tramp-with-progress-reporter'.
7961         (with-tramp-file-property, with-tramp-connection-property):
7962         Move from tramp-cache.el, rename from `with-file-property' and
7963         `with-connection-property', respectively.
7965         * net/tramp-cache.el: Remove `with-file-property' and
7966         `with-connection-property'.
7968         * net/tramp.el:
7969         * net/tramp-gvfs.el:
7970         * net/tramp-sh.el:
7971         * net/tramp-smb.el: Adapt callees.
7973         * net/trampver.el: Update release number.
7975 2012-10-09  Glenn Morris  <rgm@gnu.org>
7977         * w32-fns.el (set-message-beep):
7978         * term/w32-win.el (set-message-beep): Update declarations.
7980 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7983         (mode-line-widen, mode-line-input-method-map)
7984         (mode-line-coding-system-map, mode-line-remote)
7985         (mode-line-unbury-buffer, mode-line-bury-buffer)
7986         (mode-line-next-buffer, mode-line-previous-buffer):
7987         Replace save-selected-window+select-window => with-selected-window.
7989         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7990         * progmodes/cc-vars.el (bq-process): Remove, unused.
7992         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7994 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
7996         Implemented `backward-up-list'-like navigation.
7997         * progmodes/python.el (python-nav-up-list)
7998         (python-nav-backward-up-list): New functions.
7999         (python-mode-map): Define substitute key for backward-up-list to
8000         python-nav-backward-up-list.
8002 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8004         * progmodes/python.el (python-fill-paragraph): Rename from
8005         python-fill-paragraph-function.  Fixed fill-paragraph for
8006         decorators (Bug#12605).
8008 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8010         * progmodes/python.el (python-shell-output-filter): Handle extra
8011         carriage return in OSX (Bug#12409).
8013 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8015         Fix shell handling of unbalanced quotes and parens in output.
8016         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
8017         (python-syntax-propertize-function): Use it.
8018         (python-shell-output-syntax-table): New var.
8019         (inferior-python-mode): Prevent unbalanced parens/quotes from
8020         previous output mess with current input context.
8022 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
8024         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
8025         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
8027 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
8029         * ffap.el (ffap-replace-file-component): Support Tramp file name
8030         syntax, not only ange-ftp's one.
8032 2012-10-08  Glenn Morris  <rgm@gnu.org>
8034         * cus-start.el (message-log-max): Set :version.
8036         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
8038 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
8040         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
8041         the minibuffer window (Bug#10851).
8043 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8045         Enhancements on forward-sexp movement.
8046         * progmodes/python.el (python-nav-beginning-of-statement)
8047         (python-nav-end-of-statement): Return point-marker.
8048         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
8049         (python-info-current-symbol)
8050         (python-info-statement-starts-block-p): Rename from
8051         python-info-beginning-of-block-p.
8052         (python-info-statement-ends-block-p): Rename from
8053         python-info-end-of-block-p.
8054         (python-info-beginning-of-statement-p)
8055         (python-info-end-of-statement-p)
8056         (python-info-beginning-of-block-p, python-info-end-of-block-p):
8057         New functions.
8059 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
8062         frame-selected-windows.
8064 2012-10-08  Daniel Colascione  <dancol@dancol.org>
8066         * battery.el (battery-status-function): Check for
8067         w32-battery-status itself, not system-time windows-nt.
8069         * frame.el: Require cl-lib.
8070         (display-format-alist): New variable mapping frame types to
8071         functions that initialize them.
8072         (window-system-for-display): New function: interprets
8073         display-format-alist.
8074         (make-frame-on-display): Remove existing display-selection logic
8075         and just forward to make-frame, which will now DTRT.
8076         (make-frame): Restructure to use window-system-for-display to
8077         figure out how to create a frame on a given display.
8078         (display-mouse-p): Look for frame-type w32, not a particular
8079         system-type.
8081         * loadup.el: Load w32 lisp code when we have the w32 feature.
8083         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
8084         system-type windows-nt.
8086         * server.el (server-create-window-system-frame): Look for window
8087         type.
8088         (server-proces-filter): Only force a window system when windows-nt
8089         _and_ w32.  Explain why.
8091         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
8092         of window systems we configure for the mode.
8094         * startup.el (command-line): Mark window system is initialized
8095         after we've done it.
8097         * common-win.el (x-select-text): Look for w32, not windows-nt.
8099         * ns-win.el: Require cl-lib.  Add ourselves to
8100         display-format-alist.
8101         (ns-initialize-window-system): Assert we're not initialized twice.
8103         * w32-win.el: Enable lexical binding; require cl-lib; add
8104         ourselves to display-format-alist.
8105         (w32-handle-dropped-file): Convert incoming dropped files from
8106         Windows paths to Cygwin ones before passing them on to the rest of
8107         Emacs.
8108         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
8109         (w32-initialize-window-system): Assert we're not initialized twice.
8111         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
8112         (x-initialize-window-system): Assert we're not initialized twice.
8114         * w32-common-fns.el: New File.
8115         (w32-version, w32-using-nt, w32-get-clipboard-data)
8116         (w32-set-clipboard-data, x-set-selection, x-get-selection)
8117         (w32-charset-info-alist, x-last-selected, text)
8118         (x-get-selection-value, x-selection-value): Move here.
8120         * w32-fns.el: Require w32-common-fns.
8121         (w32-version, w32-using-nt, w32-get-clipboard-data)
8122         (w32-set-clipboard-data, x-set-selection, x-get-selection)
8123         (w32-charset-info-alist, x-last-selected, text)
8124         (x-get-selection-value, x-selection-value): Move to
8125         w32-common-fns.
8127         * w32-vars.el:
8128         (w32-allow-system-shell, w32-system-shells): Define only in
8129         non-cygwin case.
8131 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8133         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
8134         (read-passwd): Remove a few more potential sources of leaks.
8136 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
8138         * progmodes/python.el (inferior-python-mode)
8139         (python-shell-make-comint): Fix initialization of local
8140         variables copied from parent buffer.
8142 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
8144         * term/ns-win.el (ns-read-file-name): Update declaration to match
8145         nsfns.m.
8146         (ns-respond-to-change-font): Change fontsize separately so we are sure
8147         it is set when font is acted upon.
8149 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
8151         Enhancements to indentation.
8152         * progmodes/python.el (python-indent-context): Give priority to
8153         inside-string context.  Make comments indentation markers.
8154         (python-indent-region): Do not mess with strings, unless it's the
8155         enclosing set of quotes.
8157 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8159         * window.el (internal--before-save-selected-window)
8160         (internal--after-save-selected-window): New functions extracted from
8161         save-selected-window.  Make sure we return the `alist' we construct.
8162         (save-selected-window): Use them.
8164         * textmodes/tex-mode.el (tex-recenter-output-buffer):
8165         Use with-selected-window.
8167         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
8168         forms that define macros (bug#12593).
8170 2012-10-07  Kenichi Handa  <handa@gnu.org>
8172         * international/mule-conf.el (compound-text-with-extensions):
8173         Add :mime-charset property as x-ctext.
8175 2012-10-07  Stefan Merten  <smerten@oekonux.de>
8177         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8178         (rst-indent-literal-normal, rst-indent-literal-minimized)
8179         (rst-indent-comment): Correct :version tag.
8180         (rst-official-cvs-rev): Correct version string.
8182 2012-10-07  Glenn Morris  <rgm@gnu.org>
8184         * mail/rmailmm.el (rmail-mime-process-multipart):
8185         Do not confuse a multipart message with an epilogue
8186         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
8188 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
8190         Fix shell output retrieval and comint-prompt-regexp init.
8191         * progmodes/python.el (inferior-python-mode):
8192         (python-shell-make-comint): Fix initialization of
8193         comint-prompt-regexp from copied file local variables.
8194         (python-shell-fetched-lines): Remove var.
8195         (python-shell-output-filter-in-progress): Rename from
8196         python-shell-fetch-lines-in-progress.
8197         (python-shell-output-filter-buffer): Rename from
8198         python-shell-fetch-lines-string.
8199         (python-shell-fetch-lines-filter): Delete function.
8200         (python-shell-output-filter): New function.
8201         (python-shell-send-string-no-output): Use them.
8203 2012-10-07  Glenn Morris  <rgm@gnu.org>
8205         * hi-lock.el (hi-lock-process-phrase):
8206         Try to make it less fragile.  (Bug#7161)
8208         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
8210 2012-10-06  Glenn Morris  <rgm@gnu.org>
8212         * ehelp.el (electric-help-mode): Use help-mode rather than
8213         non-existent mode `help'.
8214         (electric-help-map): Use button-buffer-map.  (Bug#10917)
8216         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
8217         (reftex-create-bibtex-footer): Fix custom types.
8219         * progmodes/sh-script.el (sh-indent-after-continuation):
8220         Add explicit :group.
8222         * textmodes/rst.el (rst-preferred-decorations)
8223         (rst-shift-basic-offset): Clarify obsolescence versions.
8225         * profiler.el (profiler): Add missing group :version tag.
8226         * avoid.el (mouse-avoidance-banish-position):
8227         * proced.el (proced-renice-command):
8228         * calc/calc.el (calc-ensure-consistent-units):
8229         * calendar/icalendar.el (icalendar-import-format-uid):
8230         * net/tramp.el (tramp-save-ad-hoc-proxies):
8231         * progmodes/bug-reference.el (bug-reference-bug-regexp):
8232         * progmodes/flymake.el (flymake-error-bitmap)
8233         (flymake-warning-bitmap, flymake-fringe-indicator-position):
8234         * progmodes/sh-script.el (sh-indent-after-continuation):
8235         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8236         (verilog-before-save-font-hook, verilog-after-save-font-hook):
8237         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8238         (vhdl-array-index-record-field-in-sensitivity-list)
8239         (vhdl-indent-comment-like-next-code-line):
8240         * textmodes/reftex-vars.el (reftex-ref-style-alist)
8241         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8242         (reftex-cite-key-separator, reftex-create-bibtex-header)
8243         (reftex-create-bibtex-footer):
8244         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8245         (rst-indent-literal-normal, rst-indent-literal-minimized)
8246         (rst-indent-comment): Add missing custom :version tags.
8248         * calendar/timeclock.el (timeclock-modeline-display):
8249         Add missing obsolete alias for renamed user option.
8251         * strokes.el (strokes-modeline-string):
8252         * emulation/crisp.el (crisp-mode-modeline-string):
8253         * eshell/esh-mode.el (eshell-status-in-modeline):
8254         Aliases to defcustoms must come before the defcustom.
8256         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8257         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8258         (cal-tex-cursor-week-monday): Doc fixes.
8259         (cal-tex-cursor-week2-summary): Doc fix.
8260         Rename from cal-tex-cursor-week-at-a-glance.
8262         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8263         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
8265         * calendar/calendar.el (calendar-mode-map):
8266         Add cal-tex-cursor-week2-summary.
8268 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8270         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8272         * subr.el (read-passwd-map): New var.
8273         (read-passwd): Use `read-string' again.
8274         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8276 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
8278         * register.el (append-to-register, prepend-to-register):
8279         Deactivate mark, as does `copy-to-register' (bug#12389).
8281 2012-10-06  Chong Yidong  <cyd@gnu.org>
8283         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8285 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
8287         * international/characters.el: Fix simple mistake ((car chars) ->
8288         elt), delete duplicated code.
8290 2012-10-06  Glenn Morris  <rgm@gnu.org>
8292         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
8294 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8296         * color.el (color-hsl-to-rgb): Fix incorrect results for
8297         small and large hue values.  (Bug#12559)
8299 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
8301         Enhancements to docstring formatting when filling paragraphs.
8302         * progmodes/python.el (python-fill-docstring-style): Rename from
8303         python-fill-string-style.  Added new style.
8304         (python-fill-string): Use new style.  Better checks for
8305         docstrings.
8307 2012-10-05  Glenn Morris  <rgm@gnu.org>
8309         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8311         * color.el (color-name-to-rgb, color-rgb-to-hex)
8312         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8313         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8314         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8315         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8317         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
8319 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
8321         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8322         to get the correct size across symlinks.
8324         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8326 2012-10-04  Juri Linkov  <juri@jurta.org>
8328         * replace.el (query-replace-interactive): Declare obsolete.
8329         (query-replace-read-from): Add the last incremental search string
8330         to the list of default values accessible via M-n.
8331         (map-query-replace-regexp): Use `read-regexp'.
8332         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8333         (map-query-replace-regexp, replace-string, replace-regexp):
8334         Fix docstrings to replace mentions of `query-replace-interactive'
8335         with alternatives.  (Bug#12526)
8337 2012-10-04  Juri Linkov  <juri@jurta.org>
8339         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
8340         (dired-pop-to-buffer): Declare obsolete.
8341         (dired-mark-pop-up): Doc fix.
8343 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
8345         Allow user to set docstring style for fill-paragraph.
8346         * progmodes/python.el
8347         (python-fill-comment-function, python-fill-string-function)
8348         (python-fill-decorator-function, python-fill-paren-function):
8349         Remove :safe for defcustoms.
8350         (python-fill-string-style): New defcustom
8351         (python-fill-paragraph-function): Enhance context detection.
8352         (python-fill-string): Honor python-fill-string-style settings.
8354 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
8356         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8357         after setting its buffer (Bug#10805).
8359 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
8361         Fix cornercase for string syntax.
8362         * progmodes/python.el (python-syntax-propertize-function):
8363         Simplify and enhance the regexp for unescaped quotes.  Now it also
8364         matches quotes in weird situations like the single quote in
8365         "something\"'".
8366         (python-syntax-stringify): Simplify num-quotes detecting code.
8368 2012-10-03  Glenn Morris  <rgm@gnu.org>
8370         * help-macro.el (three-step-help):
8371         Revert 2012-09-29 change.  (Bug#12567)
8373 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
8375         * menu-bar.el (kill-this-buffer): Don't do anything when
8376         `menu-frame' is not alive or visible (Bug#8184).
8378         * emacs-lisp/debug.el (debug): When quitting the debugger window
8379         restore current buffer (Bug#12502).
8381 2012-10-02  Chong Yidong  <cyd@gnu.org>
8383         * progmodes/hideif.el (hif-lookup, hif-defined):
8384         Handle semantic-c-takeover-hideif.
8386 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8388         Change sampling interval units from ms to ns.
8389         * profiler.el (profiler-sampling-interval): Change units
8390         from ms to ns, multiplying the default by 1000000 so that
8391         it remains 1 ms.
8392         (profiler-report-cpu-line-format): Give enough room for
8393         the maximum counters on 64-bit hosts.
8394         (profiler-report-render-calltree-1): Call them "CPU samples",
8395         not "Time (ms)", since they are not milliseconds now (and
8396         never really were).
8398 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8400         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8401         Fix querying BBDB for entries without a last name (Bug#11580).
8403 2012-10-02  Chong Yidong  <cyd@gnu.org>
8405         * emacs-lisp/eieio.el: Restore Version header.
8407 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8409         * vc/diff-mode.el (diff--auto-refine-data): New var.
8410         (diff-hunk): Use it to delay refinement.
8411         (diff-mode): Remove overlays when we turn off font-lock.
8413         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8414         (table-initialize-table-fixed-width-mode)
8415         (table-set-table-fixed-width-mode): Remove functions.
8416         (table-command-list): Move initialization into declaration.
8417         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8418         (table-with-cache-buffer): Use `declare'.
8419         (table-span-cell): Simplify via CSE.
8420         (table-fixed-width-mode): Use define-minor-mode.
8421         (table-call-interactively, table-funcall, table-apply): Remove.
8422         (table-function): New function, to replace them.
8424         * bookmark.el (bookmark-search-pattern): Remove var.
8425         (bookmark-read-search-input): Remove function.
8426         (bookmark-bmenu-search): Reimplement using a minibuffer.
8428         * faces.el (modeline): Remove obsolete face name.
8430         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8431         and give a non-nil default value.
8432         (add-change-log-entry): Simplify accordingly.
8434 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
8436         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8437         (vc-git-log-edit-toggle-amend): New function.
8438         (vc-git-log-edit-toggle-signoff): New function.
8439         (vc-git-log-edit-mode): New major mode.
8440         (vc-git-log-edit-mode-map): Keymap for it.
8441         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8443         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8444         header names.
8445         (log-edit-toggle-header): New function.
8446         (log-edit-extract-headers): Accept function values in HEADERS alist.
8448 2012-10-01  David Engster  <deng@randomsample.de>
8450         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8451         from symbol property and change message to be more consistent with
8452         Emacs proper.
8453         (eieio-describe-generic): Add filename for each implementation.
8454         Fix indices for generic and normal methods.
8455         (eieio-method-def, eieio-class-def): New buttons.
8456         (eieio-help-find-method-definition)
8457         (eieio-help-find-class-definition): New functions.
8458         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8459         class, constructor and method definitions.
8461         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8462         information in symbol property.
8463         (scoped-class): Remove.
8464         (eieio-slot-name-index, call-next-method): Check if it is bound.
8466 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
8468         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8469         (eieio-custom-mode): New major mode.
8470         (eieio-customize-object): Use it.
8472 2012-10-01  Eric Ludlam  <zappo@gnu.org>
8474         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8475         specifying the expected class, and whether subclassing is allowed.
8476         (eieio-persistent-convert-list-to-object):
8477         (eieio-persistent-validate/fix-slot-value)
8478         (eieio-persistent-slot-type-is-class-p): New functions.
8479         (eieio-named::slot-missing): Doc fix.
8481         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8482         Stop using unused publd variable.
8484         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8485         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8486         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8487         (eieio-speedbar-handle-click): Do not specify a class for the
8488         method.  Fixes method invocation order problems with EDE.
8490 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8492         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8493         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8495 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
8497         * bookmark.el (bookmark-version-control): Give tags in the
8498         :type choices (Bug#12309), and improve doc string.
8499         (bookmark-write-file): Bind `print-circle' to `t' to allow
8500         circular custom bookmark types.  (Bug#12503)
8502 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
8504         Revert the FOLLOW-SYMLINKS change for file-attributes.
8505         * files.el (remote-file-name-inhibit-cache, after-find-file):
8506         * time.el (display-time-file-nonempty-p): Undo last change.
8508         * profiler.el (profiler-sampling-interval): Change default back to 1.
8509         See Stefan Monnier in
8510         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8512 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
8514         Shell output catching a la gud-gdb.
8515         * progmodes/python.el (python-shell-fetch-lines-in-progress)
8516         (python-shell-fetch-lines-string, python-shell-fetched-lines):
8517         New Vars.
8518         (python-shell-fetch-lines-filter): New function.
8519         (python-shell-send-string-no-output): Use them.
8521 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
8523         * profiler.el (profiler-sampling-interval): Rename from
8524         profiler-sample-interval.
8525         (profiler-sampling-interval): Default to 10.
8526         (profiler-find-profile): New command (was profiler-find-log).
8527         (profiler-find-profile-other-window): New command.
8528         (profiler-find-profile-other-frame): New command.
8529         (profiler-profile): Introduce API-level data structure.
8531 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
8533         file-attributes has a new optional arg FOLLOW-SYMLINKS.
8534         * files.el (remote-file-name-inhibit-cache):
8535         * time.el (display-time-file-nonempty-p): Use it.
8536         * files.el (after-find-file): Don't chase links before calling
8537         file-exists-p, as file-exists-p already does the right thing.
8539 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
8541         Merge from standalone RefTeX repository.
8543         The following ChangeLog entries are shortened versions of the
8544         original ones with file paths adapted.  A not so strongly edited
8545         version of the original ChangeLog can be found in the commit log.
8547         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8548         (reftex-arg-cite): Use `reftex-cite-key-separator'.
8549         Correctly handle new value type returned by `reftex-citation'.
8551         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8552         that entries with whitespace at various places are found.
8553         Doc fix. Include entries that are cross-referenced from cited entries.
8554         Include @String definitions in the resulting bib file.  Add header
8555         and footer defined in `reftex-create-bibtex-header' and
8556         `reftex-create-bibtex-footer'.
8557         (reftex-do-citation): Make it possible again to insert
8558         non-existent entries.  Save match data when asking for optional
8559         arguments. Return all keys, not just the first one.
8560         (reftex-all-used-citation-keys): Fix regexp to correctly extract
8561         all citations in the same line.
8562         (reftex-parse-bibtex-entry): Accept additional optional argument
8563         `raw' and keep quotes or braces if it is non-nil.  Match fields
8564         containing hyphens besides word constituents.
8565         (reftex-get-string-refs): New function.
8566         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8567         and ask if it should be reread in case it did.
8568         (reftex-pop-to-bibtex-entry)
8569         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8570         entries with spaces or tabs in front of arguments.
8571         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8572         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8573         Match entries containing numbers and symbol constituents.
8574         (reftex-do-citation, reftex-figure-out-cite-format):
8575         Use `reftex-cite-key-separator'.
8577         * textmodes/reftex-dcr.el: Move provide statement to end of file.
8578         (reftex-mouse-view-crossref): Explain why point is set.
8580         * textmodes/reftex-global.el: Whitespace changes.
8582         * textmodes/reftex-index.el: Move provide statement to end of
8583         file.
8584         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8585         (reftex-index-visit-phrases-buffer): Set marker when visiting
8586         buffer.  This allows for returning from the phrases file to the
8587         file one was just editing instead of the file where the last
8588         phrases was added from.
8589         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
8590         punctuation syntax as it usually is not used as string quote in
8591         TeX-related modes and may occur unmatched.  The change also
8592         prevents fontification of quoted content.
8593         (reftex-index-phrases-mode): Use it.
8595         * textmodes/reftex-parse.el (reftex-parse-from-file):
8596         Move backward one char if a `\' was matched after a section macro.
8597         (reftex-parse-from-file): Use beginning of match instead of end as
8598         bound.
8600         * textmodes/reftex-ref.el: Adapt creation of
8601         `reftex-<package>-<macro>' functions to new structure of
8602         `reftex-ref-style-alist'.
8603         (reftex-reference): Use `reftex-ref-style-list' function.
8604         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
8605         reference macro if `reftex-ref-macro-prompt' is non-nil.
8606         (reftex-reference): Pass refstyle to `reftex-format-special'.
8607         Determine reference macro by looking at
8608         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8609         Use only one special format function.
8610         (reftex-varioref-vref, reftex-fancyref-fref)
8611         (reftex-fancyref-Fref): Remove definitions.  The functions are now
8612         generated from `reftex-ref-style-alist'.
8613         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8614         Remove.
8615         (reftex-format-special): New function.
8617         * textmodes/reftex-sel.el
8618         (reftex-select-cycle-ref-style-internal): Adapt to new structure
8619         of `reftex-ref-style-alist'. Remove code for testing macro type.
8620         (reftex-select-toggle-varioref)
8621         (reftex-select-toggle-fancyref): Remove.
8622         (reftex-select-cycle-ref-style-internal)
8623         (reftex-select-cycle-ref-style-forward)
8624         (reftex-select-cycle-ref-style-backward): New functions.
8625         (reftex-select-label-map): Use `v' and `V' for general cycling
8626         through reference styles.  Add `p' for switching between number
8627         and page reference types.
8629         * textmodes/reftex-toc.el (reftex-re-enlarge):
8630         Call `enlarge-window' only if there is something to do because in Emacs
8631         the horizontal version throws an error even if the parameter is 0.
8633         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8634         (reftex-plug-into-AUCTeX): Doc fix.
8635         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8636         string.  Adapt to new name.
8637         (reftex-ref-style-alist): Change structure so that it is not
8638         possible to use multiple different package names within a style.
8639         Remove the symbols for symbols for macro type distinction.
8640         Add characters for macro selection.
8641         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8642         (reftex-create-bibtex-footer): New variables.
8643         (reftex-format-ref-function): Mention third argument of special
8644         format function.
8645         (reftex-ref-style-alist, reftex-ref-style-default-list):
8646         New variables.
8647         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8648         to new implementation.  Mark as obsolete.  Add compatibility code
8649         for honoring the variable values in case they are set.
8650         (reftex-cite-format-builtin, reftex-bibliography-commands):
8651         Add support for ConTeXt.
8652         (reftex-format-ref-function, reftex-format-cite-function):
8653         Fix custom type.
8654         (reftex-cite-key-separator): New variable.
8656         * textmodes/reftex.el (reftex-syntax-table-for-bib)
8657         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8658         `reftex-syntax-table' because parens have to retain their paren
8659         syntax in order for parsing of BibTeX entries like @book(...) to
8660         work.
8661         (reftex-in-comment): Do not error out if `comment-start-skip' is
8662         not set.  Deal correctly with escaped comment characters.
8663         (reftex-tie-multifile-symbols): Add doc string.
8664         Initialize `reftex-ref-style-list'.
8665         (reftex-untie-multifile-symbols): Add doc string.
8666         (reftex-add-index-macros): Doc fix.
8667         (reftex-ref-style-activate, reftex-ref-style-toggle)
8668         (reftex-ref-style-list): New functions.
8669         (reftex-mode-menu): Use them.  Adapt to new structure of
8670         `reftex-ref-style-alist'.
8671         (reftex-select-with-char): Kill the RefTeX Select buffer when
8672         done.
8673         (reftex-remove-if): New function.
8674         (reftex-erase-all-selection-and-index-buffers)
8675         (reftex-mode-menu): Reference styles are now computed from
8676         `reftex-ref-style-alist'.  Fix typo.
8677         (reftex-report-bug): New function.
8678         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8679         algorithms with O(n log n).  Introduce optional argument SORT (not
8680         yet used).
8682 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
8684         Enhancements for triple-quote string syntax.
8685         * progmodes/python.el (python-syntax-propertize-function):
8686         Match both quote cases in one regexp.
8687         (python-syntax-stringify): Handle matches properly.
8689 2012-09-30  Juri Linkov  <juri@jurta.org>
8691         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8692         to nil around the call to `insert' to prevent
8693         directory time modification by lock_file.  (Bug#2295)
8694         * tar-mode.el (tar-summarize-buffer): Idem.
8696 2012-09-30  Juri Linkov  <juri@jurta.org>
8698         * facemenu.el (list-colors-sort): Add option "Luminance".
8699         (list-colors-sort-key): Implement it.
8701         * vc/diff-mode.el (diff-refine-removed):
8702         * vc/ediff-init.el (ediff-fine-diff-A):
8703         * vc/smerge-mode.el (smerge-refined-removed):
8704         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
8706 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
8708         * term/ns-win.el (x-file-dialog): New function.
8710 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
8712         * ido.el (ido-max-directory-size): Default to nil; the current
8713         default is small for POSIX systems, and impractical on Windows 7
8714         now that lstat returns directory sizes for NTFS.
8716 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
8718         In buffer display functions handle window-height/window-width
8719         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
8720         * window.el (window--display-buffer): New argument ALIST.
8721         Obey window-height and window-width alist entries.
8722         (window--try-to-split-window): New argument ALIST.
8723         Bind window-combination-limit to t when the window's size shall be
8724         changed and window-combination-limit equals `window-size'.
8725         (display-buffer-in-atom-window)
8726         (display-buffer-in-major-side-window)
8727         (display-buffer-in-side-window, display-buffer-same-window)
8728         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8729         (display-buffer-pop-up-window, display-buffer-below-selected)
8730         (display-buffer-at-bottom, display-buffer-in-previous-window)
8731         (display-buffer-use-some-window): Adjust all callers of
8732         window--display-buffer and window--try-to-split-window.
8733         (fit-frame-to-buffer): New option.
8734         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8735         is non-nil.
8736         (display-buffer-in-major-side-window): Evaluate window-height /
8737         window-width alist entries.
8739         * help.el (temp-buffer-resize-frames)
8740         (temp-buffer-resize-regexps): Remove options.
8741         (temp-buffer-resize-mode): Adjust doc-string.
8742         (resize-temp-buffer-window): Don't consult
8743         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
8744         temp-buffer-resize-frames.
8746         * dired.el (dired-mark-pop-up):
8747         Call display-buffer-below-selected with a fit-window-to-buffer alist
8748         entry.
8750 2012-09-30  Chong Yidong  <cyd@gnu.org>
8752         * server.el (server-host): Document the security implications.
8753         (server-auth-key): Doc fix.
8755         * startup.el (initial-buffer-choice): Doc fix.
8757         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8759         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8760         restriction change.
8762         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8764         * help-fns.el (help-fns--obsolete): Fix last change.
8766 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8768         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8769         (minor-mode-map-alist): Remove redundant code.
8771         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8772         visited in a buffer.
8773         (cvs-insert-visited-file): New function.
8774         (find-file-hook): Use it.
8776         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8778         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8779         chose face.
8780         (log-edit-empty-buffer-p): Don't require a space after a header.
8782         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8784         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8786         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8787         a proper minor-mode.
8789         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8791 2012-09-29  Glenn Morris  <rgm@gnu.org>
8793         * winner.el (winner-mode): Remove variable (let define-minor-mode
8794         handle it).
8795         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8796         Doc fixes.
8797         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8798         (winner-mode): Use define-minor-mode.
8800         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8801         the full definition in loaddefs, rather than duplicating it.
8803         * help-macro.el (three-step-help): No need to autoload defcustom.
8805         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8806         (inferior-lisp-program, inferior-lisp-load-command)
8807         (inferior-lisp-prompt, inferior-lisp-mode-hook):
8808         No need to autoload defcustoms.
8810         * hippie-exp.el (hippie-expand-try-functions-list)
8811         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8812         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8813         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8814         (hippie-expand-only-buffers): No need to autoload defcustoms.
8815         * progmodes/vhdl-mode.el (vhdl-line-expand):
8816         Explicitly load hippie-exp, so it does not get autoloaded
8817         while hippie-expand-try-functions-list is let-bound.
8819 2012-09-28  Glenn Morris  <rgm@gnu.org>
8821         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8823         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8824         Only "cl.el" counts as cl these days.
8826 2012-09-28  Juri Linkov  <juri@jurta.org>
8828         Display archive errors in the echo area instead of inserting
8829         to the file buffer.
8831         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8832         to STDERR-TEST that can be a regexp matching a successful output.
8833         Create a temporary file and redirect stderr to it.  Search for
8834         STDERR-TEST in the stderr output and display it in the echo area
8835         if no match is found.
8836         (archive-extract-by-file): New function like
8837         `archive-extract-by-stdout' but extracting archives to files
8838         and looking for successful matches in stdout.  Function body is
8839         mostly copied from `archive-rar-extract'.
8840         (archive-rar-extract): Use `archive-extract-by-file'.
8841         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
8843 2012-09-28  Leo Liu  <sdl.web@gmail.com>
8845         * pcomplete.el (pcomplete-show-completions):
8846         Use minibuffer-message to make pcomplete usable in minibuffer.
8848         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8850 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8852         * type-break.el: Use lexical-binding.
8853         (type-break-mode): Use define-minor-mode.
8855         * emacs-lisp/pcase.el (pcase--mark-used): New.
8856         (pcase--u1): Use it (bug#12512).
8858         * custom.el (load-theme): Set buffer-file-name so the load is recorded
8859         in load-history with the right file name.
8861 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
8863         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8864         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8865         (doc-view-get-bounding-box): Make bounding box slicing work for
8866         ODF and DVI documents.
8868 2012-09-28  Glenn Morris  <rgm@gnu.org>
8870         * type-break.el (type-break-mode, type-break-interval)
8871         (type-break-good-rest-interval, type-break-keystroke-threshold):
8872         No need to autoload.
8873         (type-break-good-rest-interval, type-break-keystroke-threshold):
8874         Add :set-after.
8876 2012-09-28  Chong Yidong  <cyd@gnu.org>
8878         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8879         Add :version tag.
8881 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8885 2012-09-27  Glenn Morris  <rgm@gnu.org>
8887         * faces.el (x-display-name): Declare (for without-x builds).
8889         * linum.el (linum-format): Don't autoload it.  Improve :type.
8891         * progmodes/tcl.el: Don't require outline when compiling.
8892         (outline-regexp, outline-level): Declare.
8893         * textmodes/sgml-mode.el: Don't require outline when compiling.
8894         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8896         * term.el (term-ansi-reset):
8897         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
8899         * vc/vc.el (vc-next-action): Only gripe about committing read-only
8900         files for RCS and SCCS.  (Bug#9781)
8902 2012-09-27  Chong Yidong  <cyd@gnu.org>
8904         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8905         change; value should be t.
8907 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8909         * image-mode.el: Use lexical-binding.
8910         (image-mode-winprops): Use t to stand for the window of
8911         a buffer that's not displayed.
8912         * doc-view.el (doc-view-new-window-function): Handle the new
8913         t in winprops.
8914         (doc-view-enlarge): Make it a real nop if the size is not changed.
8915         (doc-view-display): Handle the case where the buffer is not (yet?)
8916         displayed in any window.
8917         (doc-view-saved-settings): New var.
8918         (doc-view-mode): Use it.
8919         (doc-view-fallback-mode): Set it.
8921         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8922         Set lexical-binding.
8923         (minibuffer-eldef-shorten-default): New var.
8924         (minibuffer-default-in-prompt-regexps): Use it for new default.
8925         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8927 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8929         * international/uni-bidi.el:
8930         * international/uni-category.el:
8931         * international/uni-name.el:
8932         * international/uni-numeric.el: Regenerate.
8934 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
8935             Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * profiler.el: New file.
8939 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8941         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8942         (testcover-reinstrument): Simplify with CSE.
8944 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8946         * window.el (temp-buffer-window-setup): Fix typo in docstring.
8948 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
8950         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8951         (verilog-auto-input, verilog-auto-insert-lisp)
8952         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8953         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8954         (verilog-auto-unused, verilog-auto-wire)
8955         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8956         newline.  Reported by Andrew Jones.
8957         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8958         Reported by Brad Dobbie.
8959         (verilog-batch-delete-trailing-whitespace):
8960         Create verilog-batch-delete-trailing-whitespace.
8961         Reported by Brad Dobbie.
8962         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8963         parameters from another module.  Reported by Dan Katz.
8964         (verilog-auto, verilog-auto-assign-modport)
8965         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8966         AUTOINOUTMODPORT for UVM interface module shell generation.
8967         Reported by Brad Dobbie.
8968         (verilog-auto-inst-interfaced-ports): Make default nil, as more
8969         standard behavior.
8970         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8971         Reported by Matt Martin.
8973 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
8975         * window.el (window--resize-child-windows): When resizing child
8976         windows proportionally, process them in reverse order to
8977         preserve the "when splitting a window the new one gets the odd
8978         line" behavior.
8979         (window--resize-root-window-vertically): When resizing the
8980         minibuffer window try to affect only windows at the bottom of the
8981         frame.  (Bug#12419)
8983 2012-09-25  Chong Yidong  <cyd@gnu.org>
8985         * subr.el (declare): Doc fix.
8987         * help-fns.el (help-fns--obsolete): Handle macros properly.
8989 2012-09-25  Chong Yidong  <cyd@gnu.org>
8991         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8992         this function obsolete.
8994         * calendar/cal-x.el (calendar-two-frame-setup)
8995         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8996         * calendar/calendar.el (american-calendar, european-calendar)
8997         (calendar-for-loop):
8998         * comint.el (comint-dynamic-simple-complete)
8999         (comint-dynamic-complete-as-filename, comint-unquote-filename):
9000         * desktop.el (desktop-load-default):
9001         * dired-x.el (dired-omit-here-always)
9002         (dired-hack-local-variables, dired-default-directory):
9003         * emacs-lisp/derived.el (derived-mode-class):
9004         * emacs-lisp/timer.el (timer-set-time-with-usecs):
9005         * emacs-lock.el (toggle-emacs-lock):
9006         * epa.el (epa-display-verify-result):
9007         * epg.el (epg-sign-keys, epg-start-sign-keys)
9008         (epg-passphrase-callback-function):
9009         * eshell/esh-util.el (eshell-for):
9010         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
9011         (eshell-add-to-window-buffer-names):
9012         * files.el (locate-file-completion):
9013         * imenu.el (imenu-example--create-c-index)
9014         (imenu-example--create-lisp-index)
9015         (imenu-example--lisp-extract-index-name)
9016         (imenu-example--name-and-position):
9017         * international/mule-cmds.el (princ-list):
9018         * international/mule-diag.el (decode-codepage-char):
9019         * international/mule-util.el (detect-coding-with-priority):
9020         * iswitchb.el (iswitchb-read-buffer):
9021         * mail/mailalias.el (mail-complete):
9022         * mail/sendmail.el (mail-sent-via):
9023         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
9024         (mouse-major-mode-menu):
9025         * password-cache.el (password-read-and-add):
9026         * pcomplete.el (pcomplete-parse-comint-arguments):
9027         * progmodes/sh-script.el (sh-maybe-here-document):
9028         * replace.el (query-replace-regexp-eval):
9029         * savehist.el (savehist-load):
9030         * simple.el (choose-completion-delete-max-match):
9031         * term.el (term-dynamic-simple-complete):
9032         * vc/ediff-init.el (ediff-check-version):
9033         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
9034         * vc/vc.el (vc-diff-switches-list):
9035         * view.el (view-return-to-alist-update): Likewise.
9037         * subr.el (eval-next-after-load, makehash, insert-string)
9038         (assoc-ignore-representation, assoc-ignore-case): Use declare to
9039         mark obsolete.
9040         (mode-line-inverse-video): Variable deleted.
9042         * international/mule-util.el (string-to-sequence): Remove.
9044         * calendar/calendar.el (calendar-version):
9045         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
9046         (icalendar-convert-diary-to-ical):
9047         * cus-edit.el (custom-mode):
9048         * ansi-color.el (ansi-color-unfontify-region):
9049         * international/latin1-disp.el (latin1-char-displayable-p):
9050         * progmodes/cwarn.el (turn-on-cwarn-mode):
9051         * progmodes/which-func.el (which-func-update-1):
9052         Use define-obsolete-function-alias.
9054         * net/newst-backend.el (newsticker-cache-filename):
9055         * net/newst-treeview.el (newsticker-groups-filename):
9056         Fix incorrect obsolescence declaration.
9058         * allout.el (allout-passphrase-hint-string): Likewise.
9059         (allout-init): Use a declare form to mark obsolete.
9061         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
9062         this applies to functions.
9064         * iswitchb.el (iswitchb-read-buffer): Move code of
9065         iswitchb-define-mode-map here, and delete that obsolete function.
9067         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
9068         font-lock-reference-face.
9070 2012-09-25  Glenn Morris  <rgm@gnu.org>
9072         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
9073         Doc fixes.
9075         * eshell/em-term.el (eshell-term-name):
9076         Default to term-term-name.  (Bug#12485)
9078 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
9080         * progmodes/python.el (python-shell-send-buffer): Better handling
9081         of "if __name__ == '__main__':" conditionals when sending the buffer.
9083 2012-09-24  Glenn Morris  <rgm@gnu.org>
9085         * eshell/esh-cmd.el (eshell-find-alias-function):
9086         Tighten up file-name regexp.  (Bug#12499)
9088 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
9090         Enhancements for triple-quote string syntax.
9091         * progmodes/python.el (python-quote-syntax): Remove.
9092         (python-syntax-propertize-function): New value.
9093         (python-syntax-count-quotes, python-syntax-stringify):
9094         New functions.
9096 2012-09-24  Chong Yidong  <cyd@gnu.org>
9098         * mail/supercite.el (sc-version): Remove obsolete function.
9099         (sc-describe): Don't mark as obsolete, since it is bound.
9100         (sc-submit-bug-report): Remove.
9102         * vc/log-edit.el (cvs-changelog-full-paragraphs)
9103         (cvs-commit-buffer-require-final-newline): Remove.
9104         (log-edit-require-final-newline)
9105         (log-edit-changelog-full-paragraphs): Default to t.
9107         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
9108         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9109         * vc/vc.el (vc-checkout-carefully): Likewise.
9111         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
9112         (emerge-version): Remove.
9114         * progmodes/compile.el (compile-internal): Remove.
9115         (compilation-parse-errors-function): Fix typo.
9117         * international/mule.el (set-char-table-default): Remove.
9118         (set-coding-priority, make-coding-system, generic-char-p)
9119         (charset-list, charset-bytes, charset-id): Use declare to mark
9120         functions as obsolete.
9122         * vc/pcvs-defs.el (cvs-buffer-name-alist)
9123         (cvs-invert-ignore-marks): Remove references to obsolete vars.
9124         * vc/vc-hooks.el (vc-default-registered): Don't use
9125         vc-master-templates.
9127         * font-lock.el (font-lock-reference-face):
9128         Use define-obsolete-variable-alias.
9130         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
9131         * calendar/calendar.el (calendar-font-lock-keywords):
9132         * calendar/diary-lib.el (diary-font-lock-keywords)
9133         (diary-fancy-font-lock-keywords):
9134         * textmodes/reftex-sel.el (reftex-insert-docstruct):
9135         * textmodes/reftex-index.el (reftex-insert-index):
9136         * textmodes/reftex-cite.el (reftex-format-bib-entry):
9137         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9138         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
9139         * progmodes/prolog.el (prolog-font-lock-keywords):
9140         * progmodes/idlwave.el (idlwave-idl-keywords):
9141         * progmodes/ada-mode.el (ada-font-lock-keywords):
9142         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
9144 2012-09-24  Glenn Morris  <rgm@gnu.org>
9146         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
9148 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
9150         * progmodes/python.el (python-indent-line): More consistent cursor
9151         movement behavior.
9153 2012-09-23  Stefan Merten  <smerten@oekonux.de>
9155         * textmodes/rst.el: Fix compiler warning.
9157 2012-09-23  Roland Winkler  <winkler@gnu.org>
9159         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9160         Transcribe also LaTeX hyphenation.
9161         (bibtex-reformat): Bug fix. Do not quote twice the elements of
9162         bibtex-reformat-previous-options.
9164 2012-09-23  Roland Winkler  <winkler@gnu.org>
9166         * proced.el (proced-renice-command): New variable.
9167         (proced-marked-processes): New function.
9168         (proced-with-processes-buffer): New macro.
9169         (proced-send-signal): Use them.
9170         (proced-renice): New command bound to r.
9172 2012-09-23  Roland Winkler  <winkler@gnu.org>
9174         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
9175         ibuffer-saved-filter-groups has one element, shortcut the call of
9176         completing-read.  (Bug#12331)
9178 2012-09-23  Chong Yidong  <cyd@gnu.org>
9180         * bindings.el (mode-line-toggle-read-only):
9181         * bs.el (bs-toggle-readonly):
9182         * buff-menu.el (Buffer-menu-toggle-read-only):
9183         * dired.el (dired-toggle-read-only):
9184         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
9186 2012-09-23  Chong Yidong  <cyd@gnu.org>
9188         * image.el (image-type-available-p): Adapt to init-image-library
9189         argument changes.
9191 2012-09-22  Juri Linkov  <juri@jurta.org>
9193         * dired.el (dired-mode-map): Add [remap read-only-mode] for
9194         `dired-toggle-read-only'.  (Bug#12462)
9196 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
9198         * subr.el (temp-output-buffer-show): New function.
9199         (with-output-to-temp-buffer): Call temp-output-buffer-show
9200         instead of internal-temp-output-buffer-show.
9202 2012-09-22  Chong Yidong  <cyd@gnu.org>
9204         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
9205         (Bug#12462).
9207         * repeat.el (repeat): Doc fix (Bug#12348).
9209         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
9210         (Bug#10909).
9212         * simple.el (shell-command-on-region): Doc fix.
9213         (read-only-mode): Doc fix.
9215 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
9217         * emacs-lisp/timer.el (run-with-idle-timer)
9218         (timer-activate-when-idle): Warn against reinvoking an idle timer
9219         from within its own timer action.  (Bug#12447)
9221 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
9223         * cus-start.el (window-combination-limit): Add new optional
9224         values.
9225         * window.el (temp-buffer-window-show)
9226         (window--try-to-split-window): Handle new values of
9227         window-combination-limit (Bug#1806).
9228         (split-window): Test window-combination-limit for t instead of
9229         non-nil.
9230         (display-buffer-at-bottom): New buffer display action function.
9231         * help.el (temp-buffer-resize-regexps): New option.
9232         (temp-buffer-resize-mode): Rewrite doc-string.
9233         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9234         Don't resize reused window.  Suggested by Glenn Morris.
9236 2012-09-22  Stefan Merten  <smerten@oekonux.de>
9238         * textmodes/rst.el: Revamp section title faces.
9239         (rst-official-version)
9240         (rst-package-emacs-version-alist): Sync with official version
9241         V1.4.0.
9242         (rst-faces-defaults, rst-set-level-default)
9243         (rst-level-face-max, rst-level-face-base-color)
9244         (rst-level-face-base-light, rst-level-face-format-light)
9245         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9246         (rst-adornment-faces-alist): Match new setup.
9247         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9248         (rst-level-5, rst-level-6): New faces.
9250 2012-09-22  Chong Yidong  <cyd@gnu.org>
9252         * simple.el (undo): Handle indirect buffers (Bug#8207).
9254 2012-09-21  Leo Liu  <sdl.web@gmail.com>
9256         IDO: Disable match re-ordering for buffer switching.
9257         * ido.el (ido-buffer-disable-smart-matches): New variable.
9258         (ido-set-matches-1): Use it.  (Bug#2042)
9260 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
9262         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9263         Fix 2011-05-17 change.  (Bug#12418)
9265 2012-09-21  Leo Liu  <sdl.web@gmail.com>
9267         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9269 2012-09-21  Glenn Morris  <rgm@gnu.org>
9271         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9272         Be more robust about locating simple.el.
9274 2012-09-21  Glenn Morris  <rgm@gnu.org>
9276         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9278 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
9280         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
9282 2012-09-20  Juri Linkov  <juri@jurta.org>
9284         * replace.el (query-replace-read-from): Use `read-regexp' instead
9285         of `read-from-minibuffer' when `regexp-flag' is non-nil.
9286         (occur-read-primary-args): Use `read-regexp' instead of
9287         `read-string'.
9288         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9289         `read-from-minibuffer'.
9290         * isearch.el (isearch-occur): Use `read-regexp' instead of
9291         `read-string'.
9292         * dired.el (dired-read-regexp): Use `read-regexp' instead of
9293         `read-from-minibuffer'.
9294         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9295         of `read-string'.  (Bug#7567)
9297         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9298         and allow accepting a list of strings prepended to a list of
9299         standard default values.  Doc fix.  (Bug#12321)
9301         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
9303         * replace.el (read-regexp): Don't add ": " when PROMPT already
9304         ends with a colon and space.  (Bug#12321)
9306 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
9308         * doc-view.el (doc-view-display): Better fix for the cl-assertion
9309         error.
9311 2012-09-20  Stefan Merten  <smerten@oekonux.de>
9313         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9314         Fixes feature request bug#11711.
9315         (rst-mode): Create `imenu-create-index-function'.
9316         (rst-get-stripped-line): Delete after refactoring.
9317         (rst-section-tree, rst-section-tree-rec)
9318         (rst-section-tree-point): Refactor and document properly.
9319         (rst-imenu-find-adornments-for-position)
9320         (rst-imenu-convert-cell, rst-imenu-create-index):
9321         New function.
9323 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9326         (macroexp--expand-all): Use it.
9327         (macroexp--funcall-and-return): Remove by folding it into its sole
9328         caller (macroexp--warn-and-return).
9329         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9330         Use macroexp--obsolete-warning.
9332         * calc/calc.el: Fix last change by removing the whole chunk, since it
9333         was only needed back when Calc was not bundled.
9335 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
9337         * emacs-lisp/debug.el (debug): Restore assignment to
9338         debugger-old-buffer removed on 2012-09-08.
9340 2012-09-20  Juri Linkov  <juri@jurta.org>
9342         * dired-aux.el (dired-diff): Remove (require 'diff) since
9343         `diff-latest-backup-file' is now autoloaded.
9345 2012-09-20  Chong Yidong  <cyd@gnu.org>
9347         * vc/diff.el (diff-latest-backup-file): Autoload.
9349 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9351         * calc/calc.el: Remove redundant autoload shape check.
9352         (sel-mode): Don't defvar.
9353         (calc-get-stack-element): Add `sel-mode' arg instead.
9354         (calc-top, calc-top-list): Pass it this additional argument.
9355         * calc/calc-store.el (calc-store-map):
9356         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9357         (calc-map-equation, calc-outer-product, calc-inner-product):
9358         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9360         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9362 2012-09-19  Juri Linkov  <juri@jurta.org>
9364         * dired-aux.el (dired-diff): Add (require 'diff) because
9365         `diff-latest-backup-file' is not autoloaded.
9366         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9367         of `dired-get-filename' to t to not report error when there is
9368         no default file on the current line.
9370 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9373         macroexp--eval-if-compile.
9374         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9375         (macroexp--expand-all): Use them (bug#12371).
9377         * doc-view.el (doc-view-guess-paper-size)
9378         (doc-view-scale-bounding-box): Fix unbound `caddr'.
9380 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
9382         New feature: set optimal slice from BoundingBox information.
9383         * doc-view.el (doc-view-mode-map): Add keybinding.
9384         (doc-view-menu): Add menu entry.
9385         (doc-view-set-slice): Adapt docstring.
9386         (doc-view-get-bounding-box, doc-view-guess-paper-size)
9387         (doc-view-scale-bounding-box)
9388         (doc-view-set-slice-from-bounding-box): New functions.
9389         (doc-view-paper-sizes): New defvar.
9391 2012-09-19  Glenn Morris  <rgm@gnu.org>
9393         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9394         (byte-compile-log-warning): Autoload.  (Bug#12371)
9396         * calendar/calendar.el (calendar-american-month-header)
9397         (calendar-european-month-header, calendar-iso-month-header)
9398         (calendar-month-header): New options.
9399         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
9400         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
9402 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
9404         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9406 2012-09-18  Juri Linkov  <juri@jurta.org>
9408         * dired-aux.el (dired-diff): Restore original functionality of
9409         getting the default value, but keep new feature of using the
9410         latest existing backup file (`diff-latest-backup-file').
9412 2012-09-18  Juri Linkov  <juri@jurta.org>
9414         * dired.el (dired-mark): If the region is active in Transient Mark
9415         mode, mark all files in the active region.  Doc fix.
9416         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9417         Doc fix.  (Bug#10624)
9419 2012-09-18  Juri Linkov  <juri@jurta.org>
9421         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9422         attributes for M-n are pulled from the file at point.
9423         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9424         Suggested by Drew Adams.  (Bug#10624)
9426 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
9428         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9429         whitespace after "end".
9430         (ruby-do-end-to-brace): Collapse block to one line if it fits
9431         within fill-column.
9433 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
9435         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9436         value.
9437         (debug): Don't remove debugger window when debugger is expected
9438         to be back.
9440 2012-09-18  Chong Yidong  <cyd@gnu.org>
9442         * custom.el (defface): Doc fix.
9444         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9446 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
9448         * progmodes/compile.el (compilation-start): Use compilation-always-kill
9449         to initialize query-on-exit; then test that instead (bug#12288).
9451 2012-09-17  Stefan Merten  <smerten@oekonux.de>
9453         * textmodes/rst.el: Add support for `testcover'.
9454         (rst-defcustom-testcover, rst-testcover-add-compose)
9455         (rst-testcover-add-1value): New functions.
9456         (rst-portable-mark-active-p): Replace by `use-region-p'.
9457         (rst-update-section, rst-classify-adornment)
9458         (rst-find-title-line): Mark `1value' forms.
9459         (rst-classify-adornment): Remove superfluous form.
9460         (rst-update-section, rst-get-adornments-around)
9461         (rst-adornment-complete-p, rst-get-next-adornment)
9462         (rst-adjust, rst-promote-region)
9463         (rst-display-adornments-hierarchy, rst-straighten-adornments)
9464         (rst-find-pfx-in-region, rst-section-tree-rec)
9465         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9466         (rst-toc-node, rst-toc, rst-forward-section)
9467         (rst-iterate-leftmost-paragraphs)
9468         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9469         (rst-bullet-list-region)
9470         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9471         (rst-compile-find-conf, rst-compile)
9472         (rst-repeat-last-character): Fix style.
9474 2012-09-17  Chong Yidong  <cyd@gnu.org>
9476         * comint.el (comint--complete-file-name-data): Don't add a space
9477         if the status is `sole'; that adds a gratuitous space in the
9478         completion-cycling case (Bug#12092).
9480         * pcomplete.el (pcomplete-completions-at-point): Likewise.
9482 2012-09-17  Richard Stallman  <rms@gnu.org>
9484         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9485         only in the mime-shown mode, not in raw mode.
9486         (rmail-mime): Toggle off mime by displaying the message without
9487         mime processing.  (Bug#12305)
9489         * mail/rmail.el (rmail-retry-failure):
9490         Turn off mime processing first.  (Bug#12037)
9492         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9494 2012-09-17  Chong Yidong  <cyd@gnu.org>
9496         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9497         (shell-dynamic-complete-functions): Convert to defcustom.
9498         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9500         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9501         * comint.el (comint-prompt-read-only):
9502         * custom.el (defcustom):
9503         * hi-lock.el (hi-lock-mode):
9504         * ibuffer.el (ibuffer-formats):
9505         * ielm.el (ielm-prompt-read-only):
9506         * novice.el (disable-command):
9507         * saveplace.el (toggle-save-place):
9508         * speedbar.el (speedbar-supported-extension-expressions):
9509         * startup.el (auto-save-list-file-prefix, init-file-user)
9510         (after-init-hook, inhibit-startup-echo-area-message):
9511         * strokes.el (strokes-help):
9512         * time-stamp.el (time-stamp):
9513         * calendar/calendar.el (calendar, diary-file):
9514         * calendar/diary-lib.el (diary-mail-entries, diary)
9515         (diary-list-entries-hook):
9516         * calendar/holidays.el (holidays, calendar-holidays):
9517         * calendar/lunar.el (lunar-phases):
9518         * calendar/solar.el (sunrise-sunset):
9519         * emulation/edt.el (edt-load-keys):
9520         * emulation/viper.el (viper-mode):
9521         * eshell/em-alias.el (eshell-command-aliases-list):
9522         * eshell/esh-util.el (eshell-convert-numeric-arguments):
9523         * international/ogonek.el (ogonek-information):
9524         * net/tramp-cmds.el (tramp-bug):
9525         * net/quickurl.el (quickurl-reread-hook-postfix):
9526         * play/decipher.el (decipher-font-lock-keywords):
9527         * progmodes/cc-styles.el (c-set-style):
9528         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9529         * progmodes/inf-lisp.el (inferior-lisp-prompt):
9530         * progmodes/octave-mod.el (octave-mode):
9531         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9532         * progmodes/verilog-mode.el (verilog-read-defines):
9533         * textmodes/two-column.el (2C-mode): Likewise.
9535 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9537         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9538         that holds many addresses.
9540 2012-09-16  Chong Yidong  <cyd@gnu.org>
9542         * align.el (align-areas): Call the indication function with
9543         positions instead of markers for arguments (Bug#12343).
9545         * files.el (parse-colon-path): Use split-string (Bug#12351).
9547         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9548         (display-buffer-function): Mark as obsolete.
9550         * progmodes/compile.el (compilation-parse-errors): Accept list
9551         values similar to font-lock-keywords (Bug#12136).
9552         Suggested by Oleksandr Manzyuk.
9553         (compilation-error-regexp-alist): Doc fix.
9555 2012-09-15  Glenn Morris  <rgm@gnu.org>
9557         * version.el (emacs-bzr-version-bzr): New function.
9558         (emacs-bzr-get-version): Add optional EXTERNAL argument.
9560         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9561         checkouts, check the parent dirstate matches the branch.
9562         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
9563         empty string.
9565         * version.el (emacs-bzr-version): Doc fix.
9566         (emacs-bzr-version-dirstate): New function.
9567         (emacs-bzr-get-version): For lightweight checkouts, if the parent
9568         is local try and check that it matches the branch.  If not, just
9569         use dirstate information.  (Bug#12441)
9571 2012-09-14  Juri Linkov  <juri@jurta.org>
9573         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9574         (Bug#12399)
9576 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9580         * emacs-lisp/edebug.el: Miscellaneous cleanup.
9581         Remove obsolete byte-compiler hack that tried to silence some warnings.
9582         (edebug-submit-bug-report): Remove.
9583         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9584         Remove aliases, use the un-prefixed name instead.
9585         (edebug-pop-to-buffer): Consider other frames.
9586         (edebug-original-read):: Make it more obvious that it's always defined.
9587         (edebug--make-form-data-entry, edebug--form-data-name)
9588         (edebug--form-data-begin, edebug--form-data-end): Rename from the
9589         single-dashed name, and implement with cl-defstruct.
9590         (edebug-set-form-data-entry): Use the standard accessors.
9591         (edebug-make-top-form-data-entry): Use push.
9592         (edebug-no-match): Drop useless `funcall'.
9593         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9594         to functions.
9595         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9596         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9597         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9598         (easy-menu-define, with-custom-print): Remove redundant specs.
9599         (edebug-outside-overriding-local-map)
9600         (edebug-outside-overriding-terminal-local-map): Remove, unused.
9601         (edebug--display): Bind unread-command-events directly to nil rather
9602         than binding it to unread-command-events and later setting it to nil.
9603         (edebug--display): Kill edebug-eval-buffer here...
9604         (edebug--recursive-edit): ...rather than here.
9605         Bind standard-output and standard-input.
9606         (edebug-eval): Check cl-macroexpand-all is fboundp.
9607         (edebug-temp-display-freq-count): Fix last change.
9609         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9610         * subr.el (noreturn, 1value): Add `debug' spec.
9611         * emacs-lisp/advice.el: Require cl-lib.
9612         (ad-copy-tree): Remove, use copy-tree instead.
9613         (ad-dolist): Remove use dolist or cl-dolist instead.
9614         (ad-do-return): Remove, use cl-return instead.
9615         (defadvice): Add `debug' spec.
9617 2012-09-13  Juri Linkov  <juri@jurta.org>
9619         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9620         (Bug#12399)
9622 2012-09-13  Glenn Morris  <rgm@gnu.org>
9624         * calc/calc.el (math-compose-expr):
9625         * calc/calc-ext.el (math-compose-expr):
9626         * progmodes/cc-defs.el (cl-macroexpand-all):
9627         * progmodes/cc-langs.el (delete-duplicates, mapcan)
9628         (cl-macroexpand-all): Update declarations.
9630         * vc/vc.el: No need to require ediff.
9631         (ediff-load-version-control): Declare.
9632         (ediff-vc-internal): Fix declaration.
9633         (vc-version-ediff): Require ediff.
9635 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9637         Use a more backwards-compatible timer format (Bug#12430).
9638         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9639         being right after USECS, as that better supports old code that
9640         inadvisedly looked directly at the timer vector.
9642 2012-09-13  Kenichi Handa  <handa@gnu.org>
9644         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9645         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9646         `coding-priority' property of these language environment.
9648 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9650         Fix glitches caused by addition of psec to timers (Bug#12430).
9651         * image.el (image-animate-timer):
9652         * time.el (display-time-world-timer):
9653         Use timer--function and timer--args rather than raw access to
9654         timer vector.
9656 2012-09-13  Glenn Morris  <rgm@gnu.org>
9658         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9659         If not compiling a file, try using load-file-name.
9661 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9663         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9664         Fix last change.
9665         (edebug-update-eval-list): Use `push'.
9667         * emacs-lisp/edebug.el: Use lexical-binding.
9668         Remove the "edebug-" prefix from non-dynamically-scoped variables.
9669         Mark unused args with underscore.
9670         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9671         (edebug-form-data): Use defvar-local.
9672         (edebug-make-before-and-after-form, edebug-make-after-form):
9673         Use backquote.
9674         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9675         Not dynamically scoped any more.
9676         (edebug--enter-trace): Add arguments `function' and `args'.
9677         Rename from edebug-enter-trace.
9678         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
9679         (edebug--update-coverage): Add `after-index' and `value' args.
9680         Rename from edebug-update-coverage.
9681         (edebug-slow-after): Call it accordingly.
9682         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
9683         edebug-recursive-edit.
9684         (edebug--display): Call it accordingly.  Add args `value',
9685         `offset-index', and `arg-mode'.  Rename from edebug-display.
9686         (edebug-debugger, edebug): Call it accordingly.
9687         (edebug-eval-display-list): Use dolist.
9689 2012-09-12  Juri Linkov  <juri@jurta.org>
9691         * info.el (Info-search): Don't check for isearch-mode and
9692         isearch-regexp before let-binding search-spaces-regexp to
9693         Info-search-whitespace-regexp.
9694         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9695         search-whitespace-regexp if isearch-lax-whitespace or
9696         isearch-regexp-lax-whitespace is non-nil.
9697         (Info-mode): Don't set local variable search-whitespace-regexp.
9698         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9700 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9703         (debugger-env-macro): Remove support for unread-command-char.
9705         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9706         the temporary map re-appearing on emulation-mode-map-alists.
9708         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9709         since 22.1.
9711         * ehelp.el (with-electric-help): Accept functions in
9712         electric-help-form-to-execute.
9713         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9714         And replace unread-command-char -> unread-command-events.
9716 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
9718         Sync with Tramp 2.2.6.
9720         * net/tramp.el (tramp-accept-process-output): Don't use
9721         JUST-THIS-ONE in the XEmacs case.
9723         * net/trampver.el: Update release number.
9725 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
9727         * emacs-lisp/debug.el (debugger-previous-window-height):
9728         New variable.
9729         (debug): When debugger-jumping-flag is non-nil try to restore
9730         height of debugger window.  (Bug#8789)
9732 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9734         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9735         overriding-local-map and pre/post-command-hook here.
9736         (edebug-recursive-edit): Do it here instead (bug#12345).
9737         (edebug-outside-unread-command-char): Remove all uses of
9738         unread-command-char.
9740         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9741         inhibit-debugger is bound instead.
9743 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9745         * subr.el (set-temporary-overlay-map): Add a docstring.
9746         (Bug#12346)
9748 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9750         * minibuffer.el (completion-table-subvert): Fix docstring.
9751         (Bug#12347)
9753 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9755         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
9757 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
9759         * progmodes/sql.el: Version 3.1
9760         (sql-db2-escape-newlines): New variable.
9761         (sql-escape-newlines-filter): Use it.
9763 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
9765         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9767 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
9769         * vc/diff-mode.el (diff-mode-menu):
9770         Bind diff-remove-trailing-whitespace.
9772 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9774         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9775         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9776         (emacs-lisp-byte-code-mode): New functions.
9777         (eval-sexp-add-defvars): Don't skip defvars in column >0.
9778         (eval-defun-2): Remove bogus interactive spec.
9779         (lisp-indent-line): Remove redundant whole-exp code, now done in
9780         indent-according-to-mode.
9781         (save-match-data): Remove redundant indent data.
9783         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9784         Use `declare'.
9786 2012-09-09  Juri Linkov  <juri@jurta.org>
9788         * replace.el (replace-regexp-lax-whitespace): New defcustom.
9789         (replace-lax-whitespace, query-replace-regexp)
9790         (query-replace-regexp-eval, replace-regexp): Doc fix.
9791         (perform-replace, replace-highlight): Let-bind
9792         isearch-lax-whitespace to replace-lax-whitespace and
9793         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9795         * isearch.el (isearch-query-replace): Let-bind
9796         replace-lax-whitespace to isearch-lax-whitespace and
9797         replace-regexp-lax-whitespace to
9798         isearch-regexp-lax-whitespace.  (Bug#10885)
9800 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9804 2012-09-09  Alan Mackenzie  <acm@muc.de>
9806         * progmodes/cc-engine.el (c-state-cache-init):
9807         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9808         (c-record-parse-state-state):
9809         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9811 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
9813         * register.el (register-separator): Rename from
9814         separator-register.  All uses changed.  Doc fix.
9815         (register): Fix version.
9817 2012-09-09  Chong Yidong  <cyd@gnu.org>
9819         * replace.el (query-replace-map): Bind four new symbols for
9820         requesting window scrolling.
9822         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9823         query-replace-map (Bug#8948).
9825         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9827         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9828         since they are now in query-replace-map.
9830         * window.el (scroll-other-window-down): Make the arg optional.
9832 2012-09-09  Chong Yidong  <cyd@gnu.org>
9834         * files.el (hack-local-variables-confirm): Use quit-window to kill
9835         the *Local Variables* buffer.
9837 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9839         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9840         not just expect to be at its beginning.  Adjust callees.
9841         Succeed when do-end block has no space before the pipe character.
9842         (ruby-brace-to-do-end): When the original block is one-liner,
9843         convert to multiline.  Reindent the result.
9845 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
9847         * register.el (register): New group.
9848         (separator-register): New user option.
9849         (increment-register): Route it to `append-to-register', if
9850         register contains text.  Implication is that `C-x r +' can now be
9851         used for appending to a text register (bug#12217).
9852         (append-to-register, prepend-to-register): Add separator based on
9853         `separator-register'.
9855 2012-09-08  Alan Mackenzie  <acm@muc.de>
9857         AWK Mode: make auto-newline work when there's "==" in the pattern.
9858         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9859         correctly.
9860         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9861         Test more rigorously for "=" token.
9863 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9865         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9866         Only fail when reached LIMIT.
9868 2012-09-08  Chong Yidong  <cyd@gnu.org>
9870         * dired.el (dired-mode-map): Don't bind M-=.
9872         * dired-aux.el (dired-diff): Use backup file as default.
9874 2012-09-08  Drew Adams  <drew.adams@oracle.com>
9876         * subr.el (add-to-history): Fix delete usage (Bug#12314).
9878 2012-09-08  Chong Yidong  <cyd@gnu.org>
9880         * subr.el (syntax-after, syntax-class): Doc fix.
9882 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
9884         * window.el (display-buffer-in-previous-window): New buffer
9885         display action function.
9887         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9888         (debugger-previous-window): New variable.
9889         (debug): Rewrite using display-buffer-in-previous-window,
9890         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
9892 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9894         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
9896 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
9898         * progmodes/python.el (python-shell-send-string):
9899         When default-directory is remote, create temp file on remote
9900         filesystem.
9901         (python-shell-send-file): When file is remote, pass local view of
9902         file paths to remote Python interpreter.  (Bug#12340)
9904 2012-09-07  Chong Yidong  <cyd@gnu.org>
9906         * window.el (switch-to-buffer): Doc fix (Bug#12181).
9908         * files.el (after-find-file): Don't fail on a read-only buffer if
9909         require-final-newline is `visit' or `visit-save' (Bug#11156).
9911         * subr.el (read-char-choice): Allow quitting via ESC ESC.
9913         * userlock.el (ask-user-about-supersession-threat):
9914         Use read-char-choice (Bug#12093).
9916 2012-09-07  Chong Yidong  <cyd@gnu.org>
9918         * subr.el (buffer-narrowed-p): New function.
9920         * ses.el (ses-widen):
9921         * simple.el (count-words--buffer-message):
9922         * net/browse-url.el (browse-url-of-buffer): Use it.
9924         * simple.el (count-words-region): Don't signal an error if there
9925         is a non-nil prefix arg and the mark is not set.
9927         * help.el (describe-key-briefly): Allow the message to be seen
9928         when invoked from the minibuffer (Bug#7014).
9930 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9932         * progmodes/ruby-mode.el (ruby-end-of-defun)
9933         (ruby-beginning-of-defun): Simplify, allow indentation before
9934         block beginning and end keywords.
9935         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9936         (ruby-end-of-defun): Expect that the point is at the beginning of
9937         the defun.
9939 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9942         (bug#12367).
9943         (cl--make-usage-args): Strip _ from argument names.
9945 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9947         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9948         obsolete alias speedbar-key-map.
9949         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9950         (vhdl-index-menu-init): Don't use obsolete variable
9951         font-lock-maximum-size.
9953 2012-09-06  Chong Yidong  <cyd@gnu.org>
9955         * frame.el (window-system-version): Mark as obsolete.
9957         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9958         of obsolete variable speedbar-key-map.
9960 2012-09-06  Juri Linkov  <juri@jurta.org>
9962         * replace.el (replace-lax-whitespace): New defcustom.
9963         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9964         (replace-string, replace-regexp): Mention it in docstrings.
9965         (perform-replace, replace-highlight): Let-bind
9966         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9967         to the values of replace-lax-whitespace and regexp-flag.
9968         Don't let-bind search-whitespace-regexp.  (Bug#10885)
9970         * isearch.el (isearch-query-replace): Let-bind
9971         replace-lax-whitespace instead of let-binding
9972         replace-search-function and replace-re-search-function.
9973         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9974         and isearch-regexp-lax-whitespace to lazy-highlight variables.
9975         (isearch-toggle-symbol): Set isearch-regexp to nil
9976         in isearch-word mode (like in isearch-toggle-word).
9978 2012-09-06  Juri Linkov  <juri@jurta.org>
9980         * replace.el (replace-search-function)
9981         (replace-re-search-function): Set default values to nil.
9982         (perform-replace): Let-bind isearch-related variables based on
9983         replace-related values, call `isearch-search-fun' and let-bind
9984         the result to `search-function'.  Remove code that sets
9985         `search-function' and `search-string' separately for
9986         `delimited-flag'.
9987         (replace-highlight): Add new argument `delimited-flag' and
9988         rename other arguments to the names used in `perform-replace'.
9989         Let-bind `isearch-word' to the argument `delimited-flag'.
9990         (Bug#10885, bug#10887)
9992 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9994         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9995         ruby-beginning-of-indent, simplify, allow all keywords to have
9996         indentation before them.
9997         (ruby-beginning-of-indent): Adjust for above.  Search until the
9998         found point is not inside a string or comment.
9999         (ruby-font-lock-keywords): Allow symbols to start with "@"
10000         character, give them higher priority than variables.
10001         (ruby-syntax-propertize-function)
10002         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
10003         matchers.  Expression expansions are not comments when inside a
10004         string, and there comment syntax status is irrelevant.
10005         (ruby-match-expression-expansion): New function.  Check that
10006         expression expansion is inside a string, and it's not escaped.
10007         (ruby-font-lock-keywords): Use it.
10009 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
10011         * help.el (temp-buffer-max-height): New default value.
10012         (temp-buffer-resize-frames): New option.
10013         (resize-temp-buffer-window): Optionally resize frame.
10015         * window.el (fit-frame-to-buffer-bottom-margin): New option.
10016         (fit-frame-to-buffer): New function.
10018 2012-09-05  Glenn Morris  <rgm@gnu.org>
10020         * emulation/cua-rect.el (cua--init-rectangles):
10021         * textmodes/picture.el (picture-mode-map):
10022         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
10023         like forward-char and backward-char.  (Bug#12317)
10025 2012-09-05  Leo Liu  <sdl.web@gmail.com>
10027         * progmodes/flymake.el (flymake-warning-re): New variable.
10028         (flymake-parse-line): Use it.
10030 2012-09-05  Glenn Morris  <rgm@gnu.org>
10032         * calendar/holidays.el (holiday-christian-holidays):
10033         Rename an entry.  (Bug#12289)
10035 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
10038         (bug#12222).
10040 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10042         * loadup.el: Load macroexp.  Remove hack.
10043         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
10044         (macroexp--expand-all): Use it to get better warnings.
10045         (macroexp--backtrace, macroexp--trim-backtrace-frame)
10046         (internal-macroexpand-for-load): New functions.
10047         (macroexp--pending-eager-loads): New var.
10048         (emacs-startup-hook): New hack to replace one in loadup.el.
10049         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
10050         (cl--compiler-macro-cXXr): Move to top, before they can be used.
10051         (cl-psetf): Simplify.
10052         (cl-defstruct): Add indent rule.
10054 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
10056         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
10057         over `user-mail-address' for the SMTP MAIL FROM envelope.
10058         (smtpmail-via-smtp): Ditto.
10060 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
10062         * progmodes/ruby-mode.el: Clean up keybindings.
10063         (ruby-mode-map): Don't bind ruby-electric-brace,
10064         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
10065         backward-kill-word, reindent-then-newline-and-indent.
10066         (ruby-mark-defun): Remove.
10067         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
10068         (ruby-mode): Set local beginning-of-defun-function and
10069         end-of-defun-function values.
10071 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
10073         * window.el (temp-buffer-window-setup-hook)
10074         (temp-buffer-window-show-hook): New hooks.
10075         (temp-buffer-window-setup, temp-buffer-window-show)
10076         (with-temp-buffer-window): New functions.
10077         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
10078         (special-display-popup-frame): Make sure the window used shows BUFFER.
10080         * help.el (temp-buffer-resize-mode): Fix doc-string.
10081         (resize-temp-buffer-window): New optional argument WINDOW.
10083         * files.el (recover-file, save-buffers-kill-emacs):
10084         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
10086 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
10088         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
10089         remote definition of `default-directory', ensure we can connect.
10091 2012-09-02  Juri Linkov  <juri@jurta.org>
10093         Toggle whitespace matching mode with M-s SPC.
10094         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
10096         * isearch.el (search-whitespace-regexp): Doc fix.
10097         Remove cons cell customization.
10098         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
10099         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
10100         New variables.
10101         (isearch-forward, isearch-forward-regexp): Doc fix.
10102         (isearch-toggle-lax-whitespace): New command.
10103         (search-forward-lax-whitespace, search-backward-lax-whitespace)
10104         (re-search-forward-lax-whitespace)
10105         (re-search-backward-lax-whitespace): New functions.
10106         (isearch-whitespace-regexp): Remove function.
10107         (isearch-query-replace): Let-bind replace-search-function and
10108         replace-re-search-function.
10109         (isearch-occur): Let-bind search-spaces-regexp according to the
10110         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
10111         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
10112         condition for C-q SPC.
10113         (isearch-search-fun-default): Use new functions mentioned above.
10114         (isearch-search-forward, isearch-search-backward): Remove functions.
10115         (isearch-search): Don't let-bind search-spaces-regexp.
10116         (isearch-lazy-highlight-space-regexp): Remove variable.
10117         (isearch-lazy-highlight-lax-whitespace)
10118         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
10119         (isearch-lazy-highlight-new-loop): Use them.
10120         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
10122 2012-09-02  Chong Yidong  <cyd@gnu.org>
10124         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
10126 2012-09-02  Glenn Morris  <rgm@gnu.org>
10128         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
10130 2012-09-01  Glenn Morris  <rgm@gnu.org>
10132         * term.el: Tidy up menu definitions.
10133         (term-mode-map): Use easymenu for In/Out, Complete menus.
10134         (term-pager-break-map): Initialize in the defvar.
10135         (term-terminal-menu, term-signals-menu): Define with easymenu.
10136         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
10137         (term-pager-menu): New, extracted from term-process-pager.
10138         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
10139         (term-update-mode-line): Propertize line/char and page items.
10140         (term-process-pager): Move keymap initialization elsewhere.
10142 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
10144         * window.el (switch-to-prev-buffer): Handle additional values of
10145         BURY-OR-KILL argument.  Don't switch in minibuffer window.
10146         (switch-to-next-buffer): Don't switch in minibuffer window.
10147         (quit-restore-window): New function based on quit-window.
10148         Handle additional values of former KILL argument.
10149         (quit-window): Call quit-restore-window with appropriate
10150         interpretation of KILL argument.
10151         (display-buffer-below-selected): New buffer display action
10152         function.
10154 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10156         * minibuffer.el (completion-at-point-functions): Complete docstring
10157         (bug#12254).
10159 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10161         Better seed support for (random).
10162         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
10163         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
10164         * play/mpuz.el, play/tetris.el, play/zone.el:
10165         * calc/calc-comb.el (math-init-random-base):
10166         * play/blackbox.el (bb-init-board):
10167         * play/life.el (life):
10168         * server.el (server-use-tcp):
10169         * type-break.el (type-break):
10170         Remove unnecessary call to (random t).
10171         * net/sasl.el (sasl-unique-id-function):
10172         Change (random t) to (random), now that the latter is more random.
10173         * play/life.el (life-initialized): Remove no-longer-needed var.
10175 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
10177         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10178         Consider frame's buffer predicate when choosing the buffer.
10179         (Bug#12081)
10181 2012-08-30  Richard Stallman  <rms@gnu.org>
10183         * simple.el (special-mode-map): Delete binding for `z'.
10185 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
10187         * progmodes/compile.el (compilation-always-kill): Doc fix.
10189 2012-08-30  Chong Yidong  <cyd@gnu.org>
10191         * window.el (display-buffer-reuse-frames): Make the obsolescence
10192         message more informative.
10194 2012-08-30  Glenn Morris  <rgm@gnu.org>
10196         * paren.el (show-paren-delay):
10197         Add a :set function.  Doc fix.  (Bug#12297)
10199 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
10201         * progmodes/compile.el (compilation-always-kill): New var.
10202         (compilation-start): Use it.
10204 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * simple.el (read-only-mode): Move from files.el for bootstrapping.
10207         * files.el (read-only-mode): Move to simple.el.
10209         * files.el (read-only-mode): New minor mode.
10210         (toggle-read-only): Use it and mark obsolete.
10211         (find-file--read-only):
10212         * vc/vc.el (vc-next-action, vc-checkout):
10213         * vc/vc-cvs.el (vc-cvs-checkout):
10214         * obsolete/vc-mcvs.el (vc-mcvs-update):
10215         * ffap.el (ffap--toggle-read-only): Update callers.
10217 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
10219         * eshell/esh-ext.el (eshell-external-command): Do not examine
10220         remote shell scripts.
10221         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10223         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10224         "/usr/local/sbin".
10226 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10228         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10230 2012-08-28  Leo Liu  <sdl.web@gmail.com>
10232         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10233         completion-at-point.  (Bug#12220)
10235         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10237         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10239 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10241         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10242         be buffer-local; add delete-trailing-whitespace (bug#12259).
10244 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
10246         * progmodes/hideif.el (hif-compress-define-list):
10247         Fix typo.  (Bug#11951)
10249 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
10251         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10252         buffer local setting.
10254         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10255         rcirc-encode-coding-system.
10257 2012-08-28  Leo Liu  <sdl.web@gmail.com>
10259         * net/rcirc.el (rcirc-split-message): New function.
10260         (rcirc-send-message): Use it.  (Bug#12051)
10262 2012-08-28  Juri Linkov  <juri@jurta.org>
10264         * info.el (Info-fontify-node): Hide empty lines at the end of
10265         the node.  (Bug#12272)
10267 2012-08-27  Drew Adams  <drew.adams@oracle.com>
10269         * dired.el (dired-pop-to-buffer): Make window start at beginning
10270         of buffer (Bug#12281).
10272 2012-08-26  Chong Yidong  <cyd@gnu.org>
10274         * window.el (special-display-regexps, special-display-frame-alist)
10275         (special-display-buffer-names, special-display-function)
10276         (display-buffer-reuse-frames): Mark as obsolete.
10278         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10280         * help.el (help-print-return-message): Don't treat
10281         display-buffer-reuse-frames specially.
10283 2012-08-26  Chong Yidong  <cyd@gnu.org>
10285         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10286         New variable, replacing gdb-frame-parameters.
10287         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10288         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10289         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10290         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10291         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
10292         the functions directly with gdb-display-buffer-other-frame-action.
10293         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10294         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10295         (gdb-display-stack-buffer, gdb-display-locals-buffer)
10296         (gdb-display-registers-buffer): Define directly.
10297         (def-gdb-display-buffer): Macro deleted.
10298         (gdb-display-buffer): Remove second and third args, callers don't
10299         use them.  Defer to the default display-buffer behavior, apart
10300         from making windows dedicated.
10301         (gdb-setup-windows): Don't call display-buffer unnecessarily.
10303         * progmodes/gud.el (gud-display-line): Just use display-buffer.
10305         * window.el (display-buffer-pop-up-frame): Handle a
10306         pop-up-frame-parameters alist entry.
10307         (display-buffer): Document it.
10309 2012-08-26  Chong Yidong  <cyd@gnu.org>
10311         * isearch.el (search-whitespace-regexp): Make string and nil
10312         values apply to both ordinary and regexp search.  Allow a cons
10313         cell value to distinguish between the two.
10314         (isearch-whitespace-regexp, isearch-search-forward)
10315         (isearch-search-backward): New functions.
10316         (isearch-occur, isearch-search-fun-default, isearch-search)
10317         (isearch-lazy-highlight-new-loop): Use them.
10318         (isearch-forward, isearch-forward-regexp): Doc fix.
10320 2012-08-26  Chong Yidong  <cyd@gnu.org>
10322         * faces.el (help-argument-name): Always inherit from italic
10323         (Bug#12213).
10325 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
10327         * window.el (window--even-window-heights): Even heights when
10328         WINDOW and the selected window form a vertical combination.
10329         (display-buffer-use-some-window): Provide that window used gets
10330         sized back by quit-window.  (Bug#11880) and (Bug#12091)
10332 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10334         Fix file time stamp problem with bzr and CVS (Bug#12001).
10335         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10336         in the file's time stamp, since the version control system loses
10337         that information.
10339 2012-08-22  Juri Linkov  <juri@jurta.org>
10341         * info.el (Info-fontify-node): Hide the suffix of the
10342         Info file name in the header line.  (Bug#12187)
10344 2012-08-22  Glenn Morris  <rgm@gnu.org>
10346         * calendar/cal-tex.el (cal-tex-weekly-common):
10347         Restore leading blank page.
10349 2012-08-22  Le Wang  <l26wang@gmail.com>
10351         * misc.el (forward-to-word, backward-to-word): Activate or extend
10352         the region under `shift-select-mode'.  (Bug#12231)
10354 2012-08-22  Bastien Guerry  <bzg@gnu.org>
10356         * progmodes/executable.el (executable-prefix): Set to "#!" instead
10357         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
10358         gives details on why the space is never needed.
10360 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
10362         * window.el (walk-window-tree, window-with-parameter):
10363         New optional argument MINIBUF to control whether these functions
10364         should run on the minibuffer window.
10365         (window-at-side-list): Don't operate on minibuffer window.
10366         (window-in-direction): Simplify and rewrite doc-string.
10367         (window--size-ignore): Rename to window--size-ignore-p.
10368         Update callers.
10369         (display-buffer-in-atom-window, window--major-non-side-window)
10370         (window--major-side-window, display-buffer-in-major-side-window)
10371         (delete-side-window, display-buffer-in-side-window):
10372         New functions.
10373         (window--side-check, window-deletable-p, delete-window)
10374         (delete-other-windows, split-window): Handle side windows and
10375         atomic windows appropriately.
10376         (window--display-buffer): Call display-buffer-record-window also
10377         when the window buffer did not change.
10379 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
10381         * help-fns.el (help-fns--key-bindings):
10382         Abbreviate non-symbol remap targets.  (Bug#12174)
10384 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
10386         * dired.el (dired-mark-remembered): Don't clobber point.
10387         (Bug#11795)
10389 2012-08-22  Glenn Morris  <rgm@gnu.org>
10391         * progmodes/bug-reference.el (bug-reference): New custom group.
10392         (bug-reference-bug-regexp): Make it a defcustom.
10394 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
10396         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10397         (js-paren-indent-offset, js-square-indent-offset)
10398         (js-curly-indent-offset): Add :safe (Bug#12257).
10400 2012-08-22  Edward O'Connor  <hober0@gmail.com>
10402         * json.el (json-key-format): Add error properties.
10403         (json-encode-key): New function.
10404         (json-encode-hash-table, json-encode-alist, json-encode-plist):
10405         Use json-encode-key.
10407 2012-08-22  Glenn Morris  <rgm@gnu.org>
10409         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10410         (cal-tex-leftday, cal-tex-rightday): Remove functions.
10411         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10412         Update for above change.
10414 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
10416         * cus-face.el (custom-face-attributes): Fix customize type for the
10417         :underline attribute.  (Bug#11805)
10419 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
10421         * window.el (window-point-1, set-window-point-1): Remove.
10422         (window-in-direction, record-window-buffer)
10423         (set-window-buffer-start-and-point, split-window-below)
10424         (window--state-get-1, display-buffer-record-window):
10425         Replace calls to window-point-1 and set-window-point-1 by calls to
10426         window-point and set-window-point respectively.
10428 2012-08-21  Glenn Morris  <rgm@gnu.org>
10430         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10431         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10432         Use it.
10434         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10435         (cal-tex-shortday): New function.
10436         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10437         (cal-tex-cursor-filofax-daily): Use the above.
10439         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10440         New functions.
10441         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10442         (cal-tex-cursor-filofax-week): Use them.
10444         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10445         New constants.
10446         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10447         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10449         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10450         (cal-tex-end-document): Don't rely on buffer name.
10452         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10453         Use cal-tex-vspace.
10454         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10455         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10456         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10457         Use cal-tex-arg.
10459         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10460         (cal-tex-cursor-week, cal-tex-cursor-week2)
10461         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10462         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10463         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10464         (cal-tex-insert-preamble, cal-tex-b-document)
10465         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10466         Improve cal-tex-cmd usage.
10468         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10469         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10470         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10471         (cal-tex-weekly-paper): New function.
10472         (cal-tex-cursor-week, cal-tex-cursor-week2)
10473         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10474         (cal-tex-cursor-day): Use it.
10476         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10477         (cal-tex-cursor-filofax-week): Remove leading blank page.
10479         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10480         Add autoload cookie.  For now at least, don't use color, since
10481         no other cal-tex function does.
10483         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10484         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10485         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10487 2012-08-21  Juri Linkov  <juri@jurta.org>
10489         * info.el (Info-file-attributes): New variable.
10490         (info-insert-file-contents): Add file attributes to
10491         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
10492         `Info-toc-nodes' when previous modtime of the Info file is less
10493         than new modtime.
10494         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10495         of info.el.  (Bug#12230)
10497 2012-08-20  Glenn Morris  <rgm@gnu.org>
10499         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10500         * calendar/holidays.el (calendar-holiday-list):
10501         Report errors with display-warning rather than beep'n'sleep.
10503 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
10505         * net/tramp.el (tramp-accept-process-output): Accept only output
10506         from PROC.  Otherwise, process filters and sentinels might be
10507         confused.  (Bug#12145)
10509 2012-08-20  Chong Yidong  <cyd@gnu.org>
10511         * descr-text.el (describe-text-properties-1): Use overlays-in to
10512         report on empty overlays (Bug#3322).
10514 2012-08-20  Glenn Morris  <rgm@gnu.org>
10516         * mail/rmailout.el (rmail-output-read-file-name):
10517         Trap and report errors in rmail-output-file-alist elements.
10519         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10520         since most non-font-lock faces are not also variables).
10522 2012-08-20  Edward Reingold  <reingold@iit.edu>
10524         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10525         New function.  (Bug12160)
10527 2012-08-19  Glenn Morris  <rgm@gnu.org>
10529         * mail/rmailout.el (rmail-output-read-file-name):
10530         Fix previous change (when the alist is nil or does not match).
10532 2012-08-19  Chong Yidong  <cyd@gnu.org>
10534         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10535         (Bug#12228).
10537 2012-08-18  Chong Yidong  <cyd@gnu.org>
10539         * simple.el (yank-handled-properties): New defcustom.
10540         (yank-excluded-properties): Add font-lock-face and category.
10541         (yank): Doc fix.
10543         * subr.el (remove-yank-excluded-properties):
10544         Obey yank-handled-properties.  The special handling of font-lock-face
10545         and category is now done this way, instead of being hard-coded.
10546         (insert-for-yank-1): Remove font-lock-face handling.
10547         (yank-handle-font-lock-face-property)
10548         (yank-handle-category-property): New function.
10550 2012-08-17  Glenn Morris  <rgm@gnu.org>
10552         * mail/rmailout.el (rmail-output-read-file-name):
10553         Check rmail-output-file-alist against the full message body
10554         in the correct rmail buffer.  (Bug#12214)
10556 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
10558         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10559         Eliminate superfluous prompt.  (Bug#12203)
10561 2012-08-17  Chong Yidong  <cyd@gnu.org>
10563         * mouse.el (mouse-appearance-menu): If x-select-font returns a
10564         font spec, set the font directly (Bug#3228).
10566 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
10568         * window.el (delete-window): Fix last fix.
10570 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
10572         * window.el (window-valid-p): Move to window.c.
10573         (window-child, window-child-count, window-last-child)
10574         (window-normalize-window, window-combined-p)
10575         (window-combinations, window-atom-root, window-min-size)
10576         (window-sizable, window-sizable-p, window-size-fixed-p)
10577         (window-min-delta, window-max-delta, window--resizable)
10578         (window--resizable-p, window-resizable, window-total-size)
10579         (window-full-height-p, window-full-width-p, window-body-size)
10580         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10581         (minimize-window, window-deletable-p, delete-window)
10582         (delete-other-windows, set-window-buffer-start-and-point)
10583         (next-buffer, previous-buffer, split-window, balance-windows-2)
10584         (set-window-text-height, window-buffer-height)
10585         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10586         (truncated-partial-width-window-p): Minor code adjustments.
10587         In doc-strings state whether the argument window has to denote a
10588         live, valid or any window.
10590 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
10592         * progmodes/subword.el (subword-forward-function)
10593         (subword-backward-function, subword-forward-regexp)
10594         (subword-backward-regexp): New variables.
10595         (subword-forward, subword-forward-internal, subword-backward-internal):
10596         Use new variables, eg so that different "word" definitions
10597         can be easily used.  (Bug#11411)
10599 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10601         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10602         for composite selectors.
10603         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10604         operation just because we can't find a previous revision.
10606 2012-08-15  Chong Yidong  <cyd@gnu.org>
10608         * frame.el (set-frame-font): Accept font objects.
10610 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10614 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
10616         * man.el (Man-overstrike-face, Man-underline-face)
10617         (Man-reverse-face): Remove variables.
10618         (Man-overstrike, Man-underline, Man-reverse): New faces.
10619         (Man-fontify-manpage): Use them instead of the variables.
10620         (Man-cleanup-manpage): Comment change.
10621         (Man-ansi-color-map): New variable.
10622         (Man-fontify-manpage): Use it.
10623         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10625         Implement ANSI SGR parameters 22-27 (bug#12146).
10626         * ansi-color.el (ansi-colors): Doc fix.
10627         (ansi-color-context, ansi-color-context-region): Doc fix.
10628         (ansi-color--find-face): New function.
10629         (ansi-color-apply, ansi-color-apply-on-region): Use it.
10630         Rename the local variable `face' to `codes' since it is now a list of
10631         ansi codes.  Doc fix.
10632         (ansi-color-get-face): Remove.
10633         (ansi-color-parse-sequence): New function, derived from
10634         ansi-color-get-face.
10635         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
10636         codes 22-27.
10638 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10640         * subr.el (read-passwd): Allow use from a minibuffer.
10642 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
10644         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10645         inside comments and strings as identifiers.
10647         * progmodes/gud.el (gud-tooltip-print-command): Quote the
10648         expression to evaluate.  This allows to evaluate expressions with
10649         embedded whitespace.
10650         (gud-tooltip-tips): Add a blank before the newline in the
10651         message-box text, for the benefit of message-box emulation on
10652         MS-Windows.
10654         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10655         messages from GDB, pop them up in a tooltip to give feedback to
10656         user.
10657         (gdb-tooltip-print-1): Quote the expression to evaluate.
10658         This allows to evaluate expressions with embedded whitespace.
10659         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10660         if the TTY name is nil or empty (which happens when communicating
10661         with the inferior via pipes, e.g. on MS-Windows).
10662         (gdb-internals): If GDB sends a "&\n" empty debugging message,
10663         don't send that to the GUD buffer.
10665 2012-08-14  Glenn Morris  <rgm@gnu.org>
10667         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10668         Optimize away setq-default with no args, as for setq.  (Bug#12195)
10670 2012-08-14  Chong Yidong  <cyd@gnu.org>
10672         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10674         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10675         (Bug#12085).
10677 2012-08-14  Glenn Morris  <rgm@gnu.org>
10679         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10681 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
10683         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10684         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10685         Use cached shell name.
10687 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
10689         * progmodes/python.el (python-shell-send-string):
10690         (python-shell-send-setup-code): Do not use `format' with `message'.
10692 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
10694         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10695         (ruby-percent-literal-beg-re): New constant.
10696         (ruby-syntax-general-delimiters-goto-beg): Rename to
10697         `ruby-syntax-enclosing-percent-literal', improve literal type check.
10698         (ruby-syntax-propertize-general-delimiters): Rename to
10699         `ruby-syntax-propertize-percent-literal', it's a shorter and more
10700         popular term.  Adjust comments everywhere.
10701         (ruby-syntax-propertize-percent-literal): Only propertize when not
10702         inside a simple string or comment.  When the literal is unclosed,
10703         leave the text after it unpropertized.
10704         (ruby-syntax-methods-before-regexp): New constant.
10705         (ruby-syntax-propertize-function): Use it to recognize regexps.
10706         Don't look at the text after regexp, just use the whitelist.
10708 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
10710         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10711         non-nil always load the compiled file if it exists.  (Bug#12197)
10713 2012-08-14  Chong Yidong  <cyd@gnu.org>
10715         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10716         (hi-lock-set-pattern): When deciding whether to use font lock or
10717         overlays, look at font-lock-mode instead of font-lock-fontified
10718         (Bug#12168).
10719         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10720         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10722 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
10724         * subr.el (internal--after-with-selected-window): Fix typo
10725         (Bug#12193).
10727 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
10729         Use `completion-table-dynamic' for completion functions.
10730         * progmodes/python.el
10731         (python-shell-completion--do-completion-at-point)
10732         (python-shell-completion--get-completions):
10733         Remove functions.
10734         (python-shell-completion-complete-at-point): New function.
10735         (python-completion-complete-at-point): Use it.
10737 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
10739         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10740         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10742 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10744         * subr.el (function-get): Refine `autoload' arg so it can also
10745         autoload functions for gv.el (bug#12191).
10746         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10747         autoloads macros.
10749         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10750         Prefer pcase-let over destructuring-bind.
10751         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10752         Also, remove whitespace as we go, rather than after accumulating the
10753         various places.
10755         * subr.el (internal--before-with-selected-window)
10756         (internal--after-with-selected-window): Fix typo seleted->selected.
10757         (with-selected-window): Adjust callers.
10758         Reported by Dmitry Gutov <dgutov@yandex.ru>.
10760 2012-08-13  Bastien Guerry  <bzg@gnu.org>
10762         * window.el (special-display-popup-frame): Minor docstring
10763         enhancement.  (Bug#12172)
10765 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
10767         * tar-mode.el (tar-header-data-end): Only ignore size for files of
10768         type 1-6.
10769         (tar-header-block-summarize, tar-get-descriptor): Handle pax
10770         extended headers.
10772         * files.el (hack-local-variables-filter): Remove useless eval.
10774 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
10776         * subr.el (with-selected-window): Fix last change.
10778 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * subr.el (internal--before-with-seleted-window)
10781         (internal--after-with-seleted-window): New functions.
10782         (with-selected-window): Use them, to replace dependency on
10783         tty-top-frame.
10785 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
10787         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10788         binding for `newline'.
10789         (ruby-move-to-block): When moving backward, stop at block opening,
10790         not indentation.
10791         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10792         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10793         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10794         `ruby-toggle-block'.
10796 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * ibuffer.el (ibuffer-do-toggle-read-only):
10799         * dired.el (dired-toggle-read-only):
10800         * buff-menu.el (Buffer-menu-toggle-read-only):
10801         * bindings.el (mode-line-toggle-read-only):
10802         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10804 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
10806         * descr-text.el (describe-char): Put the overlays over the
10807         "displayed as" character.
10809 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
10811         * calc/calc-units.el (math-default-units-table): Give an
10812         initial value.
10813         (math-put-default-units): Add options to put composite units and
10814         unit systems in the default units table.
10815         (calc-convert-units): Send composite units to
10816         `math-put-default-units' when appropriate.
10818 2012-08-11  Glenn Morris  <rgm@gnu.org>
10820         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10822         * tutorial.el (help-with-tutorial):
10823         * emacs-lisp/copyright.el (copyright-update-directory):
10824         * emacs-lisp/autoload.el (autoload-find-generated-file)
10825         (autoload-find-file): Disable local eval: (for insurance).
10827         * files.el (hack-local-variables-filter): If an eval: form is not
10828         known to be safe, and enable-local-variables is :safe, then ignore
10829         the form totally, as is done for non-eval forms.  (Bug#12155)
10830         This is CVE-2012-3479.
10832 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10835         (rx-form): Simplify.
10837 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
10839         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10840         ?, _, and : are symbol constituents, ! is not (but kinda should be).
10841         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10842         (ruby-syntax-propertize-function): Adjust for changes in
10843         `ruby-syntax-propertize-heredoc'.
10845 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
10847         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10848         binding (use `M-;' instead).
10849         (ruby-singleton-class-p): New function.
10850         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10852 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10854         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10856 2012-08-10  Chong Yidong  <cyd@gnu.org>
10858         * progmodes/python.el (python-shell-get-process-name): Don't mess
10859         with same-window-buffer-names.
10861         * eshell/eshell.el (eshell-add-to-window-buffer-names)
10862         (eshell-remove-from-window-buffer-names): Make obsolete.
10863         (eshell-buffer-name, eshell-unload-hook): Don't use them.
10864         (eshell): Just use pop-to-buffer-same-window instead.
10866 2012-08-10  Chong Yidong  <cyd@gnu.org>
10868         * bindings.el: Bind M-= back to count-words-region.
10870         * simple.el (count-words-region): Accept a prefix arg for acting
10871         on the entire buffer.
10872         (count-words--buffer-message): New helper function.
10874 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10876         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10877         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10878         (event-start, event-end): Use posn-at-point to return a more
10879         informative posn.
10880         (posnp): New function.
10881         * mouse.el (popup-menu-normalize-position): Use it.
10883 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
10885         * mouse.el (popup-menu-normalize-position): New function.
10886         (popup-menu): Use `popup-menu-normalize-position' to normalize
10887         the form for POSITION argument.
10889         * term/x-win.el (x-menu-bar-open):
10890         Use the value returend from (posn-at-point) as position
10891         passed to `popup-menu'.
10893 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10895         * calc/calccomp.el (math-compose-expr): Add extra argument
10896         indicating that parentheses should be put around products in
10897         denominators.  Give multiplication precedence over division during
10898         composition.
10900 2012-08-09  Chong Yidong  <cyd@gnu.org>
10902         * man.el (Man-switches, Man-sed-command, Man-awk-command)
10903         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10904         (Man-untabify-command, manual-program): Convert to defcustom
10905         (Bug#10429).
10907         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10909         * descr-text.el (describe-char): Don't insert extra newlines
10910         (Bug#10127).
10912         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10913         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10915         * align.el (align-region): Delete temporary markers (Bug#10047).
10916         Plus some code cleanups.
10918 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
10920         * progmodes/python.el (python-pdbtrack-tracked-buffer)
10921         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10922         (python-shell-internal-last-output): Use make-local-variable
10923         instead of make-variable-buffer-local.
10925 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
10927         * progmodes/python.el: Enhancements to forward-sexp.
10928         (python-nav-forward-sexp): Rename from
10929         python-nav-forward-sexp-function.
10930         (python-nav--forward-sexp, python-nav--backward-sexp):
10931         New functions.
10933 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10935         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10936         modes and simplification modes.
10938 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10940         * delsel.el (delete-selection-pre-hook): Don't propagate the
10941         file-supersession signals (bug#12161).
10943 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10945         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10946         (cl-map-extents): Add compatibility aliases (bug#12135).
10948 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
10950         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10951         tests by `ignore-error'.
10952         (tramp-find-shell): Open also a new shell, when cache is already
10953         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
10955 2012-08-08  Juri Linkov  <juri@jurta.org>
10957         * bookmark.el: Add `defaults' property to the bookmark record.
10958         (bookmark-current-buffer): Doc fix.
10959         (bookmark-make-record): Add `defaults' property with default values
10960         to the bookmark record.
10961         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10962         with `bookmark-insert-current-bookmark'.
10963         (bookmark-set): Get `defaults' property from the bookmark record
10964         and use it in `read-from-minibuffer'.
10965         (bookmark-insert-current-bookmark): Remove function.
10967         * info.el (Info-bookmark-make-record): Add `defaults' property
10968         with values of canonical Info node name, the current Info file
10969         name and the current Info node name.  (Bug#12107)
10971 2012-08-08  Juri Linkov  <juri@jurta.org>
10973         * files.el (basic-save-buffer): Use `buffer-name' as the default
10974         of `read-file-name' when buffer is not visiting a file (bug#12128).
10976 2012-08-08  Juri Linkov  <juri@jurta.org>
10978         * info.el (Info-isearch-search): Doc fix.
10979         (Info-search): Change search-failed message from "initial node" to
10980         "end of node" (bug#12078).
10981         (Info-isearch-search): Change `isearch-string-state' to
10982         `isearch--state-string'.
10984 2012-08-08  Glenn Morris  <rgm@gnu.org>
10986         * language/persian.el: Remove file.
10987         * language/misc-lang.el: Move unique part of persian.el here.
10988         * loadup.el: Remove language/persian.
10990 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
10992         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10994 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
10996         * progmodes/python.el: Fix defsubst warning.
10997         (python-syntax-context) Rename from python-info-ppss-context.
10998         (python-syntax-context-type): Rename from
10999         python-info-ppss-context-type.
11000         (python-syntax-comment-or-string-p): Rename from
11001         python-info-ppss-comment-or-string-p.
11003 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
11005         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
11007 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
11009         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
11010         a defcustom that is quoted with backquote.
11012         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
11013         Fix handling of interactive spec when the body uses return.
11014         (math-do-arg-check, math-define-function-body): Use backquote forms.
11015         * calc/calc-ext.el (math-defcache): Likewise.
11016         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
11017         * allout.el (allout-new-exposure): Likewise.
11018         * calc/calcalg2.el (math-tracing-integral): Likewise.
11019         * info.el (Info-last-menu-item): Likewise.
11020         * emulation/vip.el (vip-loop): Likewise.
11021         * textmodes/artist.el (artist-funcall): Likewise.
11022         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
11023         Construct menu-item directly.
11025         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11026         Don't declare.
11028 2012-08-07  Chong Yidong  <cyd@gnu.org>
11030         * simple.el (deactivate-mark): Preserve text properties when
11031         saving the primary selection (Bug#8384).
11033 2012-08-07  Kevin Ryde  <user42@zip.com.au>
11035         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
11036         (woman-parse-numeric-value): On a bad .IP line, issue a warning
11037         and continue processing (Bug#12110).
11039 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11041         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
11042         syntax-propertize-function (bug#10095).
11044 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11046         * help-fns.el (help-fns--key-bindings, help-fns--signature)
11047         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
11048         describe-function-1.
11049         (describe-function-1): Use them.  Move compiler macro after sig.
11050         (help-fns--compiler-macro): Use function-get.  Assume we're already in
11051         standard-output.  Adjust layout to new call order.
11053         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
11054         re-binding a symbol that has a symbol-macro (bug#12119).
11056 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
11058         * language/persian.el: New file.  (Bug#11812)
11059         * loadup.el: Add language/persian.el.
11061 2012-08-06  Chong Yidong  <cyd@gnu.org>
11063         * window.el (window--maybe-raise-frame): New function.
11064         (window--display-buffer): Split off from here.
11065         (display-buffer-reuse-window, display-buffer-pop-up-frame)
11066         (display-buffer-pop-up-window, display-buffer-use-some-window):
11067         Obey an inhibit-switch-frame action alist entry.
11068         (display-buffer): Update doc.
11070         * replace.el (occur-after-change-function): Avoid losing focus by
11071         using the inhibit-switch-frame display parameter (Bug#12139).
11073 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
11075         Make internal shell process buffer names start with space.
11076         * progmodes/python.el (python-shell-make-comint): Add optional
11077         argument INTERNAL.
11078         (run-python-internal): Use it.
11079         (python-shell-internal-get-or-create-process): Check for new
11080         internal buffer names.
11082 2012-08-06  Glenn Morris  <rgm@gnu.org>
11084         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
11085         Do less getting and setting of environment variables.
11087 2012-08-05  Chong Yidong  <cyd@gnu.org>
11089         * proced.el (proced): Add substitution string to docstring to
11090         trigger autoloading of the proced library on C-h f (Bug#1768).
11092         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11093         Don't show defvars which have no second argument (Bug#8638).
11095         * imenu.el (imenu-generic-expression): Move documentation here
11096         from imenu--generic-function.
11097         (imenu--generic-function): Refer to imenu-generic-expression.
11099 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
11101         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
11102         indentation declaration.
11103         (viper-loop): Add indentation declaration (Bug#7025).
11105 2012-08-05  Chong Yidong  <cyd@gnu.org>
11107         * help-fns.el (describe-variable): Add hyperlink for
11108         directory-local variables files.  Improve buffer-local and
11109         permanent-local reporting; suggested by MON KEY (Bug#6644).
11111         * help-mode.el (help-dir-local-var-def): New button type.
11113         * files.el (kill-buffer-hook): Provide a defvar.
11115 2012-08-05  Glenn Morris  <rgm@gnu.org>
11117         * eshell/esh-ext.el (eshell/addpath):
11118         Also update eshell-path-env.  (Bug#12013)
11120 2012-08-05  Chong Yidong  <cyd@gnu.org>
11122         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
11124         * fringe.el (fringe-styles): Add docstring.
11125         (fringe--check-mode): New function.
11126         (set-fringe-mode, set-fringe-style): Use it.
11127         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
11129         * files.el (set-auto-mode): Fix invalid setq call.
11131 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * isearch.el: Misc simplification; use defstruct.
11134         (isearch-mode-map): Dense maps now work like sparse ones.
11135         (isearch--state): New defstruct.
11136         (isearch-string-state, isearch-message-state, isearch-point-state)
11137         (isearch-success-state, isearch-forward-state)
11138         (isearch-other-end-state, isearch-word-state, isearch-error-state)
11139         (isearch-wrapped-state, isearch-barrier-state)
11140         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
11141         replaced by defstruct's accessors.
11142         (isearch--set-state): Rename from isearch-top-state and change
11143         calling convention.
11144         (isearch-push-state): Use new isearch--get-state.
11145         (isearch-toggle-word): Disable regexp when enabling word.
11146         (isearch-message-prefix): Remove unused arg _c-q-hack.
11147         (isearch-message-suffix): Remove unused arg _ellipsis.
11149 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
11151         * simple.el (list-processes--refresh): For a server use :host or
11152         :local as the address.
11153         (list-processes): Doc fix.
11155 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
11157         * lisp/mpc.el: Support password in host argument.
11158         (mpc--proc-connect): Parse and use new password element.
11159         Set mpc-proc variable instead of returning process.
11160         (mpc-proc): Adjust accordingly.
11162 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
11164         * whitespace.el (whitespace-display-mappings): Use Unicode
11165         codepoints, instead of emacs-mule codepoints.  See
11166         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
11167         for the details.
11169         * files.el (file-truename): Don't skip symlink-chasing part on
11170         windows-nt.  Incorporate the resolution of 8+3 short aliases on
11171         Windows into the loop that recursively chases symlinks.
11172         Compare directory and its parent case-insensitively on MS-Windows and
11173         MS-DOS.
11175 2012-08-03  Chong Yidong  <cyd@gnu.org>
11177         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
11179         * sort.el (sort-regexp-fields): Doc fix.
11181 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
11183         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
11184         labels regex position point at the expected place.
11186 2012-08-03  MON KEY  <monkey@sandpframing.com>
11188         * net/imap.el (imap-interactive-login, imap-authenticate)
11189         (imap-mailbox-lsub, imap-mailbox-list)
11190         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
11191         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
11192         (imap-parse-response): Doc fix.
11194 2012-08-03  João Távora  <joaotavora@gmail.com>
11196         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
11197         if sexp scanning does not move point (Bug#5734).
11199 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
11201         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
11202         Add listings, minted, and ctable packages.
11203         (reftex-label-alist-builtin): Move listings, minted, and ctable
11204         entries before LaTeX.
11205         (reftex-label-alist): Docfix.
11207 2012-08-02  Bastien Guerry  <bzg@gnu.org>
11209         * replace.el (occur): Fix docstring (bug#12122).
11211 2012-08-02  Glenn Morris  <rgm@gnu.org>
11213         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
11215 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
11217         Obsolete alias inactivate-current-input-method-function (Bug#10150).
11218         * international/mule-cmds.el: Create
11219         inactivate-current-input-method-function as an obsolete alias for
11220         deactivate-current-input-method-function.  See Katsumi Yamaoka in
11221         <http://bugs.gnu.org/10150#46>.
11223 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
11225         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11226         of nested `if's.
11228 2012-08-01  Glenn Morris  <rgm@gnu.org>
11230         * progmodes/autoconf.el (autoconf-definition-regexp):
11231         Add AH_TEMPLATE, adjust submatch numbering.
11232         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11233         (autoconf-current-defun-function): Update for above change.
11234         (autoconf-current-defun-function): First skip to end of current word.
11236 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
11238         * calendar/cal-html.el (cal-html-insert-agenda-days):
11239         Fix typo.  (Bug#12018)
11241 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
11243         Shell processes: enhancements to startup and CEDET compatibility.
11244         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11245         (python-shell-make-comint): accept-process-output at startup.
11246         (run-python-internal): Set inferior-python-mode-hook to nil.
11247         (python-shell-internal-get-or-create-process): call sit-for.
11248         (python-preoutput-result): Add obsolete alias.
11249         (python-shell-internal-send-string): Use it.
11250         (python-shell-send-setup-code): Remove call to
11251         accept-process-output.
11253 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
11255         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11256         (Bug#12108)
11258 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
11260         * calc-mode.el (calc-basic-simplification-mode): Rename from
11261         `calc-limited-simplification-mode'.
11262         (calc-alg-simplification-mode): New function.
11263         (calc-set-simplify-mode): Adjust message.
11265         * calc.el (calc-set-mode-line): Adjust mode line display for
11266         basic simplification mode.
11268         * calc-help.el (calc-m-prefix-help): Update help message.
11270         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11271         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11273 2012-07-31  Bastien Guerry  <bzg@gnu.org>
11275         * man.el (man): Fix comment.  (bug#12101)
11277 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
11279         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11280         Don't return a non-nil value when no suitable buffer was found.
11282 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
11284         * progmodes/python.el (run-python-internal): Disable font lock for
11285         internal shells.
11287 2012-07-30  Stefan Merten  <smerten@oekonux.de>
11289         * textmodes/rst.el: Silence `checkdoc-ispell'.
11290         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11291         (rst-official-version, rst-official-cvs-rev)
11292         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11293         (rst-mode-map): New key binding.
11295 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
11297         Update .PHONY listings in makefiles.
11298         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11299         autoloads, update-subdirs, updates, bzr-update, update-authors,
11300         compile-onefile, compile-calc, backup-compiled-files,
11301         compile-after-backup, compile-one-process, mh-autoloads,
11302         bootstrap-clean, distclean, maintainer-clean.
11304 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11306         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11307         (calc-set-mode-line): Don't display "AlgSimp ".
11309         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11310         (calc-lim-simplify-mode): New function.
11311         (calc-set-simplify-mode): Default to 'alg.
11312         (calc-default-simplify-mode): Make algebraic simplifications
11313         the default.
11315         * calc/calc-ext.el (calc-init-extensions): Remove binding for
11316         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
11318         * calc/calc-help.el (calc-m-prefix-help): Change messages to
11319         indicate new simplification modes.
11321         * calc/README: Mention new default simplification mode.
11323         * calc/calc.el (math-normalize-error): New variable.
11324         (math-normalize): Set `math-normalize-error' to t
11325         when there's an error.
11327         * calc/calc-alg.el (math-simplify): Don't simplify when
11328         `math-normalize' returns an error.
11330 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
11332         * international/mule-cmds.el (set-locale-environment): Revert last
11333         change, since display-graphic-p returns nil when this function is
11334         called during startup.  Instead...
11336         * term/w32console.el (terminal-init-w32console): ...setup the
11337         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
11339 2012-07-29  Juri Linkov  <juri@jurta.org>
11341         * simple.el (goto-line): Don't display default line number in the
11342         prompt because it should be displayed by `read-number' (bug#9952).
11343         Add the current line number to the defaults of `goto-line' to
11344         allow its easier modification by users with `M-n' (bug#9201).
11346         * subr.el (read-number): Support multiple default values like in
11347         other minibuffer reading functions.  Replace `read' with
11348         `string-to-number' for consistency with `number-to-string'.
11350 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
11352         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11353         * emulation/viper-init.el (viper-deactivate-input-method-action):
11354         Rename from viper-inactivate-input-method-action.
11355         (viper-deactivate-input-method):
11356         Rename from viper-inactivate-input-method.
11357         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11358         * international/mule-cmds.el (deactivate-input-method):
11359         Rename from inactivate-input-method.
11360         Also run input-method-deactivate-hook.
11361         (deactivate-current-input-method-function):
11362         Rename from inactivate-current-input-method-function.
11363         (input-method-deactivate-hook): New hook.
11364         (input-method-inactivate-hook): Mark obsolete.
11365         (inactivate-input-method): Mark obsolete.
11367         * international/quail.el (quail-activate):
11368         Also run quail-deactivate-hook.
11369         (quail-deactivate): Rename from quail-inactivate.
11370         * international/robin.el (robin-activate):
11371         Also run robin-deactivate-hook.
11372         (robin-deactivate): Rename from robin-inactivate.
11374 2012-07-29  Chong Yidong  <cyd@gnu.org>
11376         * simple.el (indicate-copied-region): New function.
11377         (kill-ring-save): Split off from here.
11379         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11380         (kill-rectangle): Set deactivate-mark to t on read-only error.
11382         * register.el (copy-to-register, copy-rectangle-to-register):
11383         Deactivate the mark, and use indicate-copied-region (Bug#10056).
11384         (append-to-register, prepend-to-register): Call indicate-copied-region.
11386 2012-07-29  Juri Linkov  <juri@jurta.org>
11388         * simple.el (async-shell-command-buffer): New defcustom.
11389         (shell-command): Use it.  (Bug#4719)
11391 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
11393         * international/mule-cmds.el (set-locale-environment): In a
11394         console session on MS-Windows, set up keyboard and terminal
11395         encoding from the OEM codepage, not the ANSI codepage.
11396         (Bug#12055)
11398 2012-07-28  Chong Yidong  <cyd@gnu.org>
11400         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11401         gdb-get-location.
11403 2012-07-28  Leo Liu  <sdl.web@gmail.com>
11405         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11406         the alist (bug#12029).
11408 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
11410         * makefile.w32-in (custom-deps, finder-data, updates, compile)
11411         (compile-always, compile-first)
11412         ($(lisp)/calendar/cal-loaddefs.el)
11413         ($(lisp)/calendar/diary-loaddefs.el)
11414         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11415         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11416         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11417         instead of on update-subdirs.
11418         (bootstrap-clean): Delete $(lisp)/subdirs.el.
11420 2012-07-28  Chong Yidong  <cyd@gnu.org>
11422         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11423         directory if vc-deduce-backend returns nil (Bug#7350).
11425         * simple.el (delete-trailing-lines): New option.
11426         (delete-trailing-whitespace): Obey it (Bug#11879).
11428 2012-07-28  David Engster  <deng@randomsample.de>
11430         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11431         Explanation of new 'symbol-qnames feature in doc-strings.
11432         (xml-maybe-do-ns): Return expanded names as plain symbols if
11433         'symbol-qnames was provided in XML-NS argument (Bug#11916).
11434         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11436 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
11438         Consistent completion in inferior python with emacs -nw.
11439         * progmodes/python.el (inferior-python-mode): replace "<tab>"
11440         binding in inferior-python-mode-map with "\t".
11441         (python-shell-completion-complete-at-point)
11442         (python-completion-complete-at-point): Remove interactive spec.
11444 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
11446         * calc/calccomp.el (math-compose-expr): Undo previous change.
11448 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
11450         * progmodes/python.el (python-mode-map): Add keybinding for
11451         run-python.
11452         (python-shell-make-comint): Fix pop-to-buffer call.
11453         (run-python): Autoload.  New arg SHOW.
11454         (python-shell-get-or-create-process): Do not pop python process
11455         buffer.
11457 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
11459         * notifications.el (notifications-on-action-signal)
11460         (notifications-on-closed-signal): Use also the bus address for the map.
11461         (notifications-notify, notifications-close-notification)
11462         (notifications-get-capabilities): Add optional argument BUS.
11464 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
11466         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11467         Add support for the lstlisting and minted environments, and for the
11468         ctable macro.
11469         * textmodes/reftex.el (reftex-compile-variables): Also recognize
11470         labels written in keyvals syntax.
11472 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
11474         * calc/calccomp.el (math-compose-expr): Use parentheses when
11475         there is a product in the denominator of a fraction.
11477 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
11479         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11480         ($(lisp)/calendar/diary-loaddefs.el)
11481         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11482         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11483         Fixes failures in parallel bootstrap because subdirs.el is being
11484         rewritten while the autoload files are built at the same time,
11485         which needs to load subdirs.el.
11487 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
11489         * mouse.el (popup-menu): Fix doc-string and re-indent code.
11490         (mouse-drag-line): Don't exit tracking when a switch-frame or
11491         switch-window event occurs (Bug#12006).
11493 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11495         * mouse.el (popup-menu): Fix last change.
11497 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11499         Autoload from Lisp with more care.  Follow aliases when looking for
11500         function properties.
11501         * subr.el (autoloadp): New function.
11502         (symbol-file): Use it.
11503         (function-get): New function.
11504         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11505         autoload-do-load.
11506         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11507         (lisp-indent-function):
11508         * emacs-lisp/gv.el (gv-get):
11509         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11510         * emacs-lisp/byte-opt.el (byte-optimize-form):
11511         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11512         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11513         Use function-get.
11514         * emacs-lisp/cl.el: Don't propagate function properties any more.
11516         * speedbar.el (speedbar-add-localized-speedbar-support):
11517         * emacs-lisp/disass.el (disassemble-internal):
11518         * desktop.el (desktop-load-file):
11519         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11520         (describe-function-1):
11521         * emacs-lisp/find-func.el (find-function-noselect):
11522         * emacs-lisp/elp.el (elp-instrument-function):
11523         * emacs-lisp/advice.el (ad-has-proper-definition):
11524         * apropos.el (apropos-safe-documentation, apropos-macrop):
11525         * emacs-lisp/debug.el (debug-on-entry):
11526         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11527         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11528         * calc/calc.el (name): Use autoloadp & autoload-do-load.
11530 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
11532         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11533         function, not an obsolete variable (Bug#12046).
11535 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
11537         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
11539 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
11541         * emacs-lisp/pp.el (pp-display-expression): Select old selected
11542         window only if it is still live (Bug#12034).
11544 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
11546         * subr.el (redirect-frame-focus): Add advertised calling
11547         convention (Bug#12030).
11549 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11551         Prefer typical American spelling for "acknowledgment".
11552         * vc/add-log.el (change-log-acknowledgment): Rename from
11553         change-log-acknowledgement, with an alias for the old name.
11555 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
11557         * calc-alg.el (math-simplify-divide): Don't cross multiply
11558         in an equation when the lhs is a variable.
11560 2012-07-24  Julien Danjou  <julien@danjou.info>
11562         * net/netrc.el (netrc-find-service-number, netrc-store-data):
11563         Remove, unused.
11565 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
11567         * startup.el (command-line): Don't display an empty user name in
11568         the error message about non-existent home directory, when
11569         init-file-user was set to an empty string.  See
11570         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11571         for the details and context.
11573 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11575         * ses.el (ses-cell-formula-aset): New macro.
11576         (ses-cell-references-aset): New macro.
11577         (ses-cell-p): New function.
11578         (ses-rename-cell): Do no longer rely on complex operations like
11579         ses-cell-set-formula or ses-set-cell to change the cell and handle
11580         the undo at the same time, but rather use lower level new macros
11581         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11582         the undo directly.  Refresh the mode line.
11584 2012-07-21  Leo Liu  <sdl.web@gmail.com>
11586         * progmodes/cc-cmds.el (c-defun-name):
11587         Use match-string-no-properties instead for consistency.
11589 2012-07-20  Leo Liu  <sdl.web@gmail.com>
11591         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11592         (Bug#7879)
11594         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11596 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11599         * progmodes/bug-reference.el, misearch.el: Provide themselves
11600         (bug#11915).
11602         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11603         of narrowed buffer (bug#11966).
11605 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11607         * ses.el (ses-rename-cell): Set new name also in reference list of
11608         cells of which the renamed cell depends.
11610 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
11612         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11613         to check whether menu-bar is shown or not.  If not shown,
11614         show the menu-bar as a popup menu instead of using tmm.
11615         * mouse.el (popup-menu): Accept `point' as `position' argument.
11617 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
11619         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11620         up inside string symbol literal (bug#11923).
11622 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
11624         * startup.el (fancy-startup-text): Read the whole tutorial, not
11625         just its first 256 bytes.  Prevents gibberish in display of the
11626         tutorial title.
11628 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
11630         Drop idle buffer compaction due to an absence of the
11631         proved efficiency.
11632         * compact.el: Remove.
11634 2012-07-19  Sam Steingold  <sds@gnu.org>
11636         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11637         vc-bzr-pull & vc-bzr-merge-branch.
11638         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11639         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11640         for consistency with compilation-error-regexp-alist.
11641         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11642         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11643         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11644         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11646 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * emacs-lisp/chart.el: Use lexical-binding.
11649         (chart-emacs-storage): Don't hardcode the list of entries.
11651 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11653         Next round of tweaks caused by Fgarbage_collect changes.
11654         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11656 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11658         Compact buffers when idle.
11659         * compact.el: New file.
11661 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11663         * subr.el (eventp): Presume that if it looks vaguely like an event,
11664         it's an event (bug#10190).
11666 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
11668         Enhancements to ppss related code (thanks Stefan).
11669         * progmodes/python.el (python-indent-context)
11670         (python-indent-calculate-indentation, python-indent-dedent-line)
11671         (python-indent-electric-colon, python-nav-forward-block)
11672         (python-mode-abbrev-table)
11673         (python-info-assignment-continuation-line-p): Simplify checks
11674         for ppss context.
11675         (python-info-continuation-line-p): Cleanup.
11676         (python-info-ppss-context): Do not catch 'quote.
11677         (python-info-ppss-context-type)
11678         (python-info-ppss-comment-or-string-p): Simplify.
11680 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
11682         * progmodes/python.el: Enhancements to eldoc support.
11683         (python-info-current-symbol): New function.
11684         (python-eldoc-at-point): Use python-info-current-symbol.
11685         (python-info-current-defun): Fix cornercase on first defun scan.
11686         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11687         and signal error when no inferior python process is available.
11689 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
11691         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11692         assume it's always t.
11693         (vc-git-registered): Remove caching, the function is only called
11694         once.
11695         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11697 2012-07-18  Chong Yidong  <cyd@gnu.org>
11699         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11701         * simple.el (count-words): Report on narrowing (Bug#9959).
11703         * bindings.el: Bind M-= to count-words.
11705         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11707 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
11709         * progmodes/sh-script.el (sh-imenu-generic-expression):
11710         Capture a function with `function' keyword and without parentheses
11711         like "function FOO" (bug#11856).
11713 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
11715         * window.el (split-window-sensibly): Make WINDOW argument
11716         optional.
11718 2012-07-18  Chong Yidong  <cyd@gnu.org>
11720         * subr.el (keyboard-translate): Doc fix (Bug#7261).
11722         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11723         and make C-x 8 RET exit isearch (Bug#11439).
11725         * international/iso-transl.el: Move isearch-mode-map key
11726         definitions to isearch.el.
11728 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11730         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11731         (eieio-defclass): Use gv-define-setter when possible.
11733 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
11735         Reflect recent changes in Fgarbage_collect.
11736         * emacs-lisp/chart.el (chart-emacs-storage): Change to
11737         reflect new format of data returned by Fgarbage_collect.
11739 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
11741         New utility functions + python-info-ppss-context fix (Bug#11910).
11742         * progmodes/python.el (python-info-beginning-of-block-statement-p)
11743         (python-info-ppss-comment-or-string-p): New functions.
11744         (python-info-ppss-context): Small fix for string check.
11746 2012-07-17  Juri Linkov  <juri@jurta.org>
11748         * dired-aux.el (dired-do-async-shell-command): Doc fix.
11749         (dired-do-async-shell-command): Don't add `*' at the end of the
11750         command (Bug#11815).
11751         (dired-do-shell-command): Doc fix.
11752         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11753         Join the individual commands using either "&" or ";" as the
11754         separator depending on the values of these trailing characters.
11755         At the end re-add the trailing "&".  (Bug#10598)
11757         * simple.el (async-shell-command): Sync the interactive spec with
11758         `shell-command'.  Doc fix.
11759         (shell-command): Doc fix.
11761 2012-07-17  Juri Linkov  <juri@jurta.org>
11763         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
11765 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
11767         Final renames and doc fixes for movement commands (bug#11899).
11768         * progmodes/python.el (python-nav-beginning-of-statement):
11769         Rename from python-nav-statement-start.
11770         (python-nav-end-of-statement): Rename from
11771         python-nav-statement-end.
11772         (python-nav-beginning-of-block): Rename from
11773         python-nav-block-start.
11774         (python-nav-end-of-block): Rename from python-nav-block-end.
11776 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
11778         * progmodes/python.el (python-shell-send-string-no-output):
11779         Allow accept-process-output to quit, keeping shell process ready for
11780         future interactions (Bug#11868).
11782 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11786         * emacs-lisp/elint.el (elint-find-args-in-code):
11787         Use help-function-arglist, so as to handle lexical byte-code.
11789         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11790         change (bug#11826).
11792 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11794         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11795         Avoid spuriously marking the buffer as modified because of c-is-sws.
11797         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11798         as not-a-comment (bug#11946).
11800         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11801         for uninterned vars.
11803         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11804         Use read-event since we don't really want to read chars but bytes.
11806         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11807         $$..$$ but also $..$ using regexps (bug#11953).
11808         Use tex-verbatim for \url and \path.
11809         (tex-font-lock-keywords): Define as defconst like the others.
11810         (tex-common-initialization): Don't use font-lock-syntax-table any more.
11812 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
11814         * international/mule-cmds.el (ucs-insert): Make it an obsolete
11815         alias for insert-char.
11817 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
11819         * progmodes/python.el: Simplified imenu implementation.
11820         (python-nav-jump-to-defun): Remove command.
11821         (python-mode-map): Use `imenu' instead.
11822         (python-nav-list-defun-positions-cache)
11823         (python-imenu-include-defun-type, python-imenu-make-tree)
11824         (python-imenu-subtree-root-label, python-imenu-index-alist):
11825         Remove vars.
11826         (python-nav-list-defun-positions, python-nav-read-defun)
11827         (python-imenu-tree-assoc, python-imenu-make-element-tree)
11828         (python-imenu-make-tree, python-imenu-create-index):
11829         Remove functions.
11830         (python-mode): Update to interact with imenu by setting
11831         `imenu-extract-index-name-function' only.
11833 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
11835         * progmodes/python.el: Enhancements to navigation commands.
11836         (python-nav-backward-sentence)
11837         (python-nav-forward-sentence): Remove.
11838         (python-nav-backward-statement, python-nav-forward-statement)
11839         (python-nav-statement-start, python-nav-statement-end)
11840         (python-nav-backward-block, python-nav-forward-block)
11841         (python-nav-block-start, python-nav-block-end)
11842         (python-nav-forward-sexp-function)
11843         (python-info-current-line-comment-p)
11844         (python-info-current-line-empty-p): New functions.
11845         (python-indent-context): Use `python-nav-statement-start'.
11847 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
11849         * eshell/em-ls.el (eshell/ls): Use `apply'.
11851         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11852         multi-hops, instead of Tramp internals.
11854         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11856         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11857         when F1 and F2 are located on different hosts.
11859 2012-07-14  Chong Yidong  <cyd@gnu.org>
11861         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11862         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11863         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11864         (xterm-mouse--read-event-sequence-1000)
11865         (xterm-mouse--read-event-sequence-1006): New functions.  For old
11866         mouse protocol, handle M-mouse-X events correctly.
11867         (xterm-mouse-event): New arg specifying mouse protocol.
11868         (turn-on-xterm-mouse-tracking-on-terminal)
11869         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11870         sequence to toggle extended coordinates on newer XTerms.
11871         This appears to be harmless on terminals which do not support this.
11873 2012-07-14  Leo Liu  <sdl.web@gmail.com>
11875         Add fringe bitmap indicators for flymake.  (Bug#11253)
11876         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11877         (flymake-make-overlay): New arg BITMAP.
11878         (flymake-error-bitmap, flymake-warning-bitmap)
11879         (flymake-fringe-indicator-position): New user variables.
11881         * fringe.el: New bitmap exclamation-mark.
11883 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
11885         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11886         also (Bug#7879).
11888 2012-07-14  Chong Yidong  <cyd@gnu.org>
11890         * electric.el (electric-pair-post-self-insert-function): Fix pair
11891         insertion in empty-region case (Bug#11520).
11893 2012-07-14  Chong Yidong  <cyd@gnu.org>
11895         * bindings.el: Consolidate ctl-x-r-map bindings.
11896         Bind copy-rectangle-as-kill to C-x r w.
11898         * rect.el, register.el: Move bindings to bindings.el.
11900 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
11902         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11904 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
11906         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
11908 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
11910         * bindings.el (top): Use `mapc' instead of `mapcar'.
11912         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11914 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
11916         * progmodes/sql.el (sql-comint): Suppress the check for program on
11917         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
11918         (Bug#11908)
11920 2012-07-13  Chong Yidong  <cyd@gnu.org>
11922         * bindings.el: Assign a non-nil permanent-local property to
11923         per-buffer variables which lack a default value (Bug#11930).
11925         * help-fns.el (describe-variable): In the "automatically becomes
11926         local" notice, take note of permanent-local variables.
11928 2012-07-13  Chong Yidong  <cyd@gnu.org>
11930         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
11931         to allow printing the message when called from Lisp.
11933         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11934         Remove toggle-read-only.
11936         * bs.el (bs-toggle-readonly):
11937         * buff-menu.el (Buffer-menu-toggle-read-only):
11938         Remove with-no-warnings around toggle-read-only.
11940         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11941         Remove with-no-warnings around toggle-read-only.
11942         (ffap-read-only, ffap-read-only-other-window)
11943         (ffap-read-only-other-frame): Callers changed.
11945         * help-mode.el: Don't require view package.
11946         (help-mode-finish): Set buffer-read-only instead of calling
11947         toggle-read-only.
11949         * bindings.el (mode-line-toggle-read-only):
11950         * dired.el (dired-toggle-read-only):
11951         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11952         with non-nil second arg.
11954         * emacs-lisp/eieio-custom.el (eieio-customize-object):
11955         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11956         directly.
11958 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
11960         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11961         not incf.
11963 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         More CL cleanups and reduction of use of cl.el.
11966         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11967         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11968         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11969         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11970         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11971         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11972         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11973         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11974         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11975         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11976         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11977         * eshell/em-cmpl.el, eshell/em-banner.el:
11978         * calendar/parse-time.el: Use cl-lib.
11979         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11980         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11981         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11982         * term/ns-win.el, term.el, shell.el, ps-samp.el:
11983         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11984         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11985         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11986         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11987         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11988         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11989         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11990         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11991         `lambda' rather than with `quote'.
11992         (eshell-do-opt): Adjust accordingly.
11993         (eshell-process-option): Simplify.
11994         * eshell/esh-var.el:
11995         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11996         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11997         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11998         to `pcase--dontcare'.
11999         * emacs-lisp/cl.el (labels): Mark obsolete.
12000         (cl--letf, letf): Move to cl-lib.
12001         (cl--letf*, letf*): Remove.
12002         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
12003         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
12004         (cl-progv): Rewrite.
12005         (cl--letf, cl-letf): Move from cl.el.
12006         (cl-letf*): New macro.
12007         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
12009 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
12011         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
12013 2012-07-11  Chong Yidong  <cyd@gnu.org>
12015         * vc/log-edit.el (log-edit-vc-backend): New variable.
12016         (log-edit): Doc fix.
12018         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
12019         argument of log-edit to set up all local variables.
12020         (vc-start-logentry): New optional arg specifying VC backend.
12022         * vc/vc.el (vc-checkin): Use it.
12023         (vc-deduce-fileset): Handle Log Edit buffers.
12024         (vc-diff): Make first argument optional too.
12026         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
12028 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
12030         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
12031         command, just in case.  The function is not needed anymore.
12032         (eshell-external-command): Do not call `eshell-remote-command'.
12034 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12036         Reduce use of (require 'cl).
12037         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
12038         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
12039         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
12040         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
12041         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
12042         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
12043         * battery.el, avoid.el, abbrev.el: Use cl-lib.
12044         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
12045         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
12046         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
12047         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
12048         * calculator.el, autorevert.el, apropos.el: Don't require CL.
12049         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
12050         (byte-compile-unfold-bcf, byte-compile-check-variable):
12051         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12052         (byte-compile-nilconstp):
12053         * emacs-lisp/autoload.el (make-autoload): Use pcase.
12054         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
12056         * emacs-lisp/gv.el (cond): Make it a valid place.
12057         (if): Simplify slightly.
12059         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
12060         (pcase--self-quoting-p): New function.
12061         (pcase--u1): Use it.
12063 2012-07-10  Glenn Morris  <rgm@gnu.org>
12065         * emacs-lisp/authors.el (authors-fixed-entries):
12066         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
12068 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12070         Rename configure.in to configure.ac (Bug#11603).
12071         * emacs-lisp/authors.el (authors-canonical-file-name):
12072         * progmodes/autoconf.el (autoconf-mode):
12073         Prefer configure.ac to configure.in.
12075 2012-07-08  Chong Yidong  <cyd@gnu.org>
12077         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
12078         Implement the mouse-1-click-follows-link handling properly.
12080         * info.el (Info-link-keymap): Use follow-link mechanism for
12081         header-line links (Bug#374).
12083         * simple.el (deactivate-mark): Do not set the primary selection
12084         if another program has acquired it (Bug#11772).
12086 2012-07-07  Kevin Ryde  <user42@zip.com.au>
12088         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
12089         (woman-decode-region): Replace escaped-escapes without destroying
12090         bold or underline (Bug#11552).
12091         (woman2-process-escapes): Handle nofill regions (Bug#11591).
12093 2012-07-07  Chong Yidong  <cyd@gnu.org>
12095         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
12096         (interprogram-cut-function, interprogram-paste-function):
12097         Mention that we typically mean the clipboard.
12099 2012-07-06  Glenn Morris  <rgm@gnu.org>
12101         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
12103         * files.el (toggle-read-only): Restrict message to interactive use.
12105 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
12107         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
12109         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
12111 2012-07-06  Glenn Morris  <rgm@gnu.org>
12113         * Makefile.in (compile-one-process): Rename from "recompile".
12115         * Makefile.in (bzr-update): "compile" is the same as "recompile
12116         autoloads", but parallelizable, so use that instead.
12118 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
12120         * window.el (quit-window): Always restore window height when
12121         it's saved in quit-restore parameter (Bug#11810).
12123 2012-07-06  Glenn Morris  <rgm@gnu.org>
12125         * simple.el (kill-whole-line): Doc tweak.
12127 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
12129         * files.el (file-relative-name): Compare file names
12130         case-insensitively if on MS-Windows or MS-DOS, or if
12131         read-file-name-completion-ignore-case is non-nil.  Don't use
12132         case-fold-search for this purpose.  (Bug#11827)
12134 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
12136         * calendar/cal-dst.el (calendar-current-time-zone):
12137         Return calendar-current-time-zone-cache if non-nil.
12139 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
12140 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
12142         * calendar/cal-dst.el (calendar-current-time-zone):
12143         Return calendar-current-time-zone-cache if non-nil.
12145 2012-07-06  Glenn Morris  <rgm@gnu.org>
12147         * Makefile.in (cvs-update): Remove old alias.
12149 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
12151         Sync with Tramp 2.2.6-pre.
12153         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
12154         compatible declaration.
12156         * net/tramp-cmds.el (tramp-append-tramp-buffers):
12157         Protect `list-load-path-shadows' call.
12159         * net/tramp-compat.el (top): Require packages, which aren't
12160         autoloaded anymore for XEmacs.  Protect call of
12161         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
12162         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
12163         it hurts at least for SXEmacs.
12164         (tramp-compat-temporary-file-directory): In XEmacs, there is no
12165         standard-value for `temporary-file-directory'.
12167         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
12168         Redirect stderr to /dev/null.
12169         (tramp-sh-handle-write-region): uid and gid can be floats.
12170         Reported by Russell Sim <russell.sim@gmail.com>.
12171         (tramp-sh-handle-vc-registered): Hide errors.
12172         (tramp-vc-file-name-handler): Use dummy results for `process-file'
12173         and `start-file-process'.
12174         (tramp-maybe-open-connection): Check also whether `non-essential'
12175         is bound.
12177 2012-07-04  Chong Yidong  <cyd@gnu.org>
12179         * xml.el (xml--parse-buffer): Use xml-syntax-table.
12180         (xml-parse-tag): Likewise, and avoid changing entity tables.
12181         (xml-syntax-table): Define from scratch, making sure not to give
12182         x2000 and other Unicode spaces whitespace syntax, since those are
12183         not spaces in XML.
12184         (xml-parse-fragment): Delete unused function.
12185         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12186         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12187         (xml-entity-ref, xml-pe-reference-re)
12188         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
12189         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12190         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12191         (xml-entity-value-re): Use syntax references in regexps where
12192         possible; no need to define inside a let-binding.
12193         (xml-parse-dtd): Use xml-pe-reference-re.
12194         (xml-entity-or-char-ref-re): New defconst.
12195         (xml-parse-string, xml-substitute-special): Use it.
12197 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12199         * files.el (locate-dominating-file): Allow `name' to be a predicate.
12200         (find-file--read-only): New function.
12201         (find-file-read-only, find-file-read-only-other-window)
12202         (find-file-read-only-other-frame): Use it.
12203         (insert-file-contents-literally): Don't `fset'.
12204         (get-free-disk-space): Use locate-dominating-file.
12206         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
12207         function is already compiled.
12209         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
12211 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
12213         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
12214         files on the same host.
12216 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
12218         * help-fns.el (describe-function-1): Only call
12219         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
12221 2012-07-03  Chong Yidong  <cyd@gnu.org>
12223         * xml.el: Protect parser against XML bombs.
12224         (xml-entity-expansion-limit): New variable.
12225         (xml-parse-string, xml-substitute-special): Use it.
12226         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12228 2012-07-03  Glenn Morris  <rgm@gnu.org>
12230         * progmodes/bug-reference.el (bug-reference-bug-regexp):
12231         Allow linking to specific messages in debbugs reports (eg 123#5).
12233 2012-07-02  Chong Yidong  <cyd@gnu.org>
12235         * xml.el: Fix entity and character reference expansion, allowing
12236         them to expand into markup as per XML spec.
12237         (xml-default-ns): New variable.
12238         (xml-entity-alist): Use XML spec definitions for lt and amp.
12239         (xml-parse-region): Make first two arguments optional.
12240         Discard text properties.
12241         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12242         All callers changed.
12243         (xml-parse-tag): Call xml-parse-tag-1.  For backward
12244         compatibility, this function should not modify buffer contents.
12245         (xml-parse-tag-1): Fix opening-tag regexp.
12246         (xml-parse-string): Rewrite, handling entity and character
12247         references properly.
12248         (xml--entity-replacement-text): Signal an error if a parameter
12249         entity is undefined.
12251 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * comint.el (comint-output-filter): Filter out repeated prompts.
12255         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12256         and file-name-absolute-p.
12257         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12258         internal calls.
12260 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12262         Spelling fixes.
12263         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12264         Rename from byte-compile--refiy-function.  All uses changed.
12266 2012-07-01  Chong Yidong  <cyd@gnu.org>
12268         * xml.el (xml--parse-buffer): New function.  Move most of
12269         xml-parse-region here.
12270         (xml-parse-region): Copy region into a temporary buffer, since
12271         parameter entity substitution requires changing buffer contents.
12272         Use xml--parse-buffer.
12273         (xml-parse-file): Use xml--parse-buffer.
12274         (xml-parse-dtd): Make parameter entity substitution work right.
12275         Use proper regexps for ELEMENT declarations (Bug#7172).
12277 2012-06-30  Glenn Morris  <rgm@gnu.org>
12279         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12281         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12282         Remove outdated and unnecessary dbus declarations.
12284 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
12286         * emacs-lisp/timer.el (timer-until): Subtract results of
12287         float-time, instead of taking float-time of the result of
12288         time-subtract, since float-time signals an error for negative time
12289         arguments.
12291 2012-06-30  Chong Yidong  <cyd@gnu.org>
12293         * xml.el (xml-*-re): Convert defvars into defconsts, and
12294         eval-and-compile them so eval-and-compile works on derivatives.
12295         (xml--entity-replacement-text): Use eval-and-comple.
12297 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
12299         * vc/vc-git.el (vc-git-registered): Use cache property
12300         `git-registered'.
12301         (vc-git-mode-line-string): Call `vc-working-revision' instead of
12302         `vc-git-working-revision' in order to benefit from the cache.
12303         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
12305 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
12307         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12308         removed (likely outside Emacs).  (Bug#11757)
12310 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12312         * emacs-lisp/cl-lib.el: Require macroexp.
12314 2012-06-30  Chong Yidong  <cyd@gnu.org>
12316         * xml.el: Implement XML parameter entities.
12317         (xml-parameter-entity-alist): New variable.
12318         (xml-parse-region, xml-parse-fragment): Preserve previous values
12319         of xml-entity-alist and xml-parameter-entity-alist, so that
12320         repeated calls on different documents do not change them.
12321         (xml-parse-tag): Fix doctype regexp.
12322         (xml--entity-replacement-text): New function.
12323         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
12324         properly requires url retrieval which is unimplemented.
12325         (xml-escape-string): Doc fix.
12327 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12329         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12331 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
12333         * fringe.el (fringe-mode): Doc fix.
12335 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
12337         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12338         is non-nil.
12339         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12340         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
12342 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
12344         * calendar/cal-dst.el (calendar-current-time-zone):
12345         Return calendar-current-time-zone-cache if non-nil.
12347 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
12349         * progmodes/which-func.el (which-func-format):
12350         Add mouse-face.  (Bug#11698)
12352 2012-06-29  Leo Liu  <sdl.web@gmail.com>
12354         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12356 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12358         * minibuffer.el (minibuffer-confirm-exit-commands):
12359         Add completion-at-point (bug#11725).
12361 2012-06-29  Glenn Morris  <rgm@gnu.org>
12363         * progmodes/f90.el (f90-font-lock-keywords-2):
12364         Add some preprocessor elements.  (Bug#10499)
12366 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12368         * progmodes/cperl-mode.el (cperl-update-syntaxification):
12369         Use syntax-propertize (bug#11739).
12371 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
12373         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12375 2012-06-28  Julien Danjou  <julien@danjou.info>
12377         * term.el (term-handle-colors-array): Use a set of new faces to
12378         color the terminal.  Also uses :inverse-video property.
12379         (term-default-fg-color): Set to nil by default, deprecate in favor
12380         of `term-face'.
12381         (term-default-bg-color): Set to nil by default, deprecate in favor
12382         of `term-face'.
12383         (term-current-face): Use `term-face' by default.
12384         (term-bold-attribute): Variable deleted.
12386 2012-06-28  Glenn Morris  <rgm@gnu.org>
12388         * simple.el (completion-list-mode-finish):
12389         Don't use toggle-read-only.  (Since completion-list-mode has
12390         a special mode-class, it wasn't doing anything extra anyway.)
12392 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12394         Make inlining of other-mode interpreted functions work (bug#11799).
12395         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12396         (byte-compile): Use it to fix compilation of lexical-binding closures.
12397         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12398         function, if needed.
12400 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12402         * help-mode.el (help-make-xrefs): Don't just withstand
12403         cyclic-variable-indirection but any error in documentation-property.
12405         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12406         memory use.
12407         * bindings.el (bindings--define-key): New function.
12408         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12409         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12410         * bindings.el: Use it to purecopy define-key bindings.
12412         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12414         * emacs-lisp/cl.el (flet): Mark obsolete.
12415         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12416         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12417         * progmodes/js.el (js-c-fill-paragraph):
12418         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12419         (ebrowse-switch-member-buffer-to-derived-class):
12420         * play/5x5.el (5x5-solver): Use cl-flet.
12422         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
12423         (cl--symbol-function): New macro.
12424         (cl--letf, cl--letf*): Use it.
12426         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12427         Strip "toggle-" if any.
12429 2012-06-27  Glenn Morris  <rgm@gnu.org>
12431         * info.el (Info-default-directory-list): Move here from paths.el.
12432         * paths.el: Remove file, which is now empty.
12433         * loadup.el: No longer load "paths".
12435         * custom.el (custom-initialize-delay): Doc fix.
12437         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12438         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12439         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12440         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12441         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12442         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12443         * eshell/eshell.el (eshell-defgroup): Remove alias.
12445 2012-06-27  Chong Yidong  <cyd@gnu.org>
12447         * help.el (help-enable-auto-load): New variable.
12449         * help-fns.el (help-fns--autoloaded-p): New function.
12450         (describe-function-1): Refer to a function as "autoloaded" if it
12451         was autoloaded at any time in the past.  Perform autoloading if
12452         help-enable-auto-load is non-nil.
12454 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
12456         * makefile.w32-in (compile, compile-always): Depend on
12457         update-subdirs, not on subdirs.el.  Otherwise, several different
12458         sub-targets of 'bootstrap' running in parallel could
12459         simultaneously write to subdirs.el, producing a garbled file.
12461 2012-06-26  Sam Steingold  <sds@gnu.org>
12463         * files.el (file-name-base): New convenience function.
12464         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12465         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12466         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12467         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12468         * textmodes/ispell.el, textmodes/reftex-ref.el:
12469         * textmodes/tex-mode.el: Use it.
12470         Did not touch cedet and org because they are maintained elsewhere.
12472 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
12474         * calendar/calendar.el (calendar-exit): Don't try to delete or
12475         iconify last frame.  See:
12476         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12478 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
12480         * server.el (server-process-filter): Remember dir in the
12481         process's `server-client-directory' properties.
12483 2012-06-24  Chong Yidong  <cyd@gnu.org>
12485         * xml.el (xml-parse-tag): Correctly handle comment embedded in
12486         non-tag text.
12488 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
12490         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12492 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * help-fns.el (describe-variable): Don't croak when doc is not found.
12495         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12496         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12497         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12498         * emacs-lisp/smie.el (smie-next-sexp): CSE.
12499         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12500         ((lambda ..) ..).
12501         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12503 2012-06-23  Chong Yidong  <cyd@gnu.org>
12505         * info.el (Info-mouse-follow-link): Accept symbol values of
12506         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
12507         (Info-fontify-node): Use Info-link-keymap for all navigation
12508         buttons, with link-args property to perform the desired action.
12509         (Info-link-keymap): Doc fix.
12510         (Info-next-link-keymap, Info-prev-link-keymap)
12511         (Info-up-link-keymap): Delete now-unused keymaps.
12513 2012-06-23  Chong Yidong  <cyd@gnu.org>
12515         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12517         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12518         system abbrevs.
12520         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12522 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12525         (bug#11719).
12527         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12528         the requote function doesn't work properly (bug#11714).
12530 2012-06-23  Glenn Morris  <rgm@gnu.org>
12532         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12534 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12536         Further GV/CL cleanups.
12537         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12538         gv-expander.
12539         (gv--defun-declaration): New function.
12540         (defun-declarations-alist): Use it.
12541         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12542         (gv-place): Autoload.
12543         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12544         original definition of dotimes and dolist.
12545         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12546         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12547         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12548         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12549         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12550         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12551         to the function's definition.
12552         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12553         * window.el:
12554         * files.el:
12555         * faces.el:
12556         * env.el: Don't use CL.
12558 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12560         Support higher-resolution time stamps (Bug#9000).
12562         * calendar/time-date.el (with-decoded-time-value): New arg
12563         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
12564         (encode-time-value): New optional arg PICO.  New type 3.
12565         (time-to-seconds) [!float-time]: Support the new picoseconds
12566         component if it's used.
12567         (seconds-to-time, time-subtract, time-add):
12568         Support ps-resolution time stamps as well.
12570         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
12571         (timerp): Timer vectors now have length 9, not 8.
12572         (timer--time): Support new-style (4-part) time stamps.
12573         (timer-next-integral-multiple-of-time): Time stamps now have
12574         picosecond resolution, so take a bit more care about rounding.
12575         (timer-relative-time, timer-inc-time): New optional arg psecs.
12576         (timer-set-time-with-usecs): Set psecs to 0.
12577         (timer--activate): Check psecs component, too.
12579         * proced.el (proced-time-lessp): Support ps-resolution stamps.
12581 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12583         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12584         Move the non-essential binding to the post/pre-command-hook where it is
12585         more obviously correct.
12587         * subr.el (read-passwd): Don't use a history at all.
12588         * savehist.el (savehist-save): Remove password saved accidentally
12589         because of the above bug.
12591 2012-06-22  Bastien Guerry  <bzg@gnu.org>
12593         * files.el (toggle-read-only): Display a message telling whether
12594         the buffer is read-only or not (bug#11726).
12596 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12598         * emacs-lisp/gv.el: New file.
12599         * subr.el (push, pop): Extend to generalized variables.
12600         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12601         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12602         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
12603         gv-define-simple-setter, and gv-define-expander.
12604         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
12605         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12606         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12607         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12608         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12609         gv-letplace.
12610         (cl-defstruct): Don't define setf-method any more.
12611         * emacs-lisp/cl.el (flet): Don't autoload.
12612         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12613         (define-setf-expander, defsetf, define-modify-macro)
12614         (cl-struct-setf-expander): Move from cl-lib.el.
12615         * emacs-lisp/syntax.el:
12616         * emacs-lisp/ewoc.el:
12617         * emacs-lisp/smie.el:
12618         * emacs-lisp/cconv.el:
12619         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12620         (timer--time): Use gv-define-simple-setter.
12621         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12622         to avoid coding-system problems in subr.el.  Adjust all users.
12623         (macroexp--maxsize, macroexp-small-p): New functions.
12624         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12625         * scroll-bar.el (scroll-bar-mode):
12626         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12627         (normal-erase-is-backspace-mode): Don't use the `eq' place.
12628         * winner.el (winner-configuration, winner-make-point-alist)
12629         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12630         * files.el (locate-file-completion-table): Avoid list*.
12632 2012-06-22  Chong Yidong  <cyd@gnu.org>
12634         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12635         (dired-create-files): Doc fix (Bug#11329).
12636         (dired-do-copy): Doc fix (Bug#11334).
12637         (dired-mark-read-string): Doc fix (Bug#11553).
12639         * dired.el (dired-recursive-copies, dired-recursive-deletes):
12640         Doc fix (Bug#11326).
12641         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
12642         (dired-dwim-target): Doc fix.
12644         * wdired.el (wdired-mode): Doc fix.
12646 2012-06-22  Glenn Morris  <rgm@gnu.org>
12648         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12649         (pcmpl-rpm-cache-stamp-file): New constant.
12650         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12651         (pcmpl-rpm-packages): Optionally cache list of packages.
12653         * pcmpl-rpm.el (pcmpl-rpm): New group.
12654         (pcmpl-rpm-query-options): New option.
12655         (pcmpl-rpm-packages): No need to inline it.
12656         Use pcmpl-rpm-query-options.
12658         * calendar/calendar.el (calendar-in-read-only-buffer):
12659         Avoid some needless mode changes.
12661 2012-06-21  Chong Yidong  <cyd@gnu.org>
12663         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12664         (desktop-path): Remove . from the default value (Bug#10977).
12665         (desktop-read): Use user-emacs-directory if desktop-path is nil.
12667 2012-06-20  Chong Yidong  <cyd@gnu.org>
12669         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12671 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
12673         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12674         (bug#11201).
12676 2012-06-20  Chong Yidong  <cyd@gnu.org>
12678         * term.el (term-window-width): Handle the case of a missing right
12679         fringe (Bug#8837).
12680         (term-check-size): Use window-text-height (Bug#5445).
12681         (term-mode): Use define-derived-mode.  Minor cleanups.
12682         Set font-lock-defaults (Bug#7692).
12683         (term-move-columns, term-insert-char, term-emulate-terminal)
12684         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12686 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
12688         * net/ange-ftp.el (ange-ftp-get-passwd):
12689         Bind `enable-recursive-minibuffers'.
12690         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12692 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
12694         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12696 2012-06-19  Glenn Morris  <rgm@gnu.org>
12698         * progmodes/python.el (python-mode): Derive from prog-mode.
12700 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
12702         * emulation/edt.el (edt-default-menu-bar-update-buffers)
12703         (edt-user-menu-bar-update-buffers): New functions.
12704         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12706 2012-06-19  Chong Yidong  <cyd@gnu.org>
12708         * subr.el (with-selected-window): Preserve the selected window's
12709         terminal's top-frame (Bug#4702).
12711         * window.el (save-selected-window): Likewise.
12713 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12715         * progmodes/python.el (python-rx-constituents): Move backquote.
12716         (python-skeleton-define, python-define-auxiliary-skeleton):
12717         Use `declare'.
12719 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
12721         * minibuffer.el (read-file-name-default): Revert the patch from
12722         2012-06-17.
12724 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12726         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12727         (pcase--u1, pcase--q1): Don't use apply-partially.
12729 2012-06-18  Glenn Morris  <rgm@gnu.org>
12731         * progmodes/python.el (python-proc, python-buffer)
12732         (python-send-receive, python-send-string): Fix obsolete versions.
12734 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
12736         * window.el (special-display-p): Completely remove stringp
12737         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12739 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
12741         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12743         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12745         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12746         * net/tramp-sh.el (tramp-maybe-open-connection):
12747         Throw if `non-essential' is non-nil.
12749 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
12751         * window.el (special-display-p): Signal an error if BUFFER-NAME
12752         is not a string (Bug#11713).
12754 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
12756         * progmodes/python.el (python-info-beginning-of-backslash):
12757         Rename from python-info-beginning-of-backlash, as a spelling fix.
12759 2012-06-17  Chong Yidong  <cyd@gnu.org>
12761         * term.el (term-emulate-terminal): If term-check-size is called,
12762         move point to the process mark without resetting point (Bug#4635).
12764 2012-06-17  Glenn Morris  <rgm@gnu.org>
12766         * international/mule-cmds.el (mule-menu-keymap)
12767         (set-language-environment, set-locale-environment): Doc tweaks.
12769 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
12771         * cus-face.el (custom-face-attributes): Add wave-style underline
12772         attribute.
12773         * faces.el (set-face-attribute): Update docstring to describe
12774         wave-style underline attribute.
12776 2012-06-16  Chong Yidong  <cyd@gnu.org>
12778         * term/xterm.el (terminal-init-xterm): Discard input before
12779         querying background mode (Bug#10959).
12781 2012-06-16  Stefan Merten  <smerten@oekonux.de>
12783         * textmodes/rst.el: Added and corrected some comments.
12784         (rst-re-alist-def): Improve symbol syntax.
12785         (rst-mode-syntax-table): Correct syntax entries.
12786         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12787         (rst-official-version, rst-official-cvs-rev): Update version
12788         information.
12790 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
12792         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12793         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12795 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
12797         * progmodes/python.el: New python.el merge.
12798         (python-guess-indent): Obsolete var.
12799         (python-indent-guess-indent-offset): New defcustom.
12800         (python-indent): Obsolete var.
12801         (python-indent-offset): New defcustom.
12802         (python-python-command, python-jython-command): Delete var.
12803         (python-shell-interpreter): New defcustom.
12804         (python-pdbtrack-do-tracking-p): Delete var.
12805         (python-pdbtrack-activate): New defcustom.
12806         (python-use-skeletons): Obsolete var.
12807         (python-skeleton-autoinsert): New defcustom.
12808         (inferior-python-filter-regexp, python-continuation-offset)
12809         (python-honour-comment-indentation, python-indent-string-contents)
12810         (python-jython-packages, python-mode-hook)
12811         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12812         (python-shell-prompt-alist)
12813         (python-source-modes): Delete defcustoms.
12814         (python-check-buffer-name, python-eldoc-setup-code)
12815         (python-eldoc-string-code, python-ffap-setup-code)
12816         (python-ffap-string-code, python-fill-comment-function)
12817         (python-fill-decorator-function, python-fill-paren-function)
12818         (python-fill-string-function, python-imenu-include-defun-type)
12819         (python-imenu-make-tree, python-imenu-subtree-root-label)
12820         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12821         (python-shell-compilation-regexp-alist)
12822         (python-shell-completion-module-string-code)
12823         (python-shell-completion-pdb-string-code)
12824         (python-shell-completion-setup-code)
12825         (python-shell-completion-string-code)
12826         (python-shell-enable-font-lock, python-shell-exec-path)
12827         (python-shell-extra-pythonpaths)
12828         (python-shell-internal-buffer-name, python-shell-interpreter-args)
12829         (python-shell-process-environment)
12830         (python-shell-prompt-block-regexp)
12831         (python-shell-prompt-output-regexp)
12832         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12833         (python-shell-send-setup-max-wait, python-shell-setup-codes)
12834         (python-shell-virtualenv-path): New defcustoms.
12835         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12836         (inferior-python-mode-syntax-table, python--prompt-regexp)
12837         (python-buffer, python-command python-python-command)
12838         (python-default-template, python-imports, python-indent-index)
12839         (python-indent-list, python-indent-list-length)
12840         (python-mode-running, python-pdbtrack-is-tracking-p)
12841         (python-preoutput-continuation, python-preoutput-leftover)
12842         (python-preoutput-result, python-preoutput-skip-next-prompt)
12843         (python-prev-dir/file, python-recursing)
12844         (python-saved-check-command, python-version-checked)
12845         (python-which-func-length-limit)
12846         (view-return-to-alist): Delete vars.
12847         (python-check-custom-command, python-dotty-syntax-table)
12848         (python-imenu-index-alist, python-indent-current-level)
12849         (python-indent-dedenters, python-indent-levels)
12850         (python-nav-beginning-of-defun-regexp)
12851         (python-nav-list-defun-positions-cache)
12852         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12853         (python-shell-internal-buffer)
12854         (python-skeleton-available): New vars.
12855         (def-python-skeleton): Delete macro.
12856         (python-skeleton-define): New macro.
12857         (python-define-auxiliary-skeleton, python-rx): New macros.
12858         (python-insert-class): Delete command.
12859         (python-skeleton-class): New command.
12860         (python-insert-def): Delete command.
12861         (python-skeleton-def): New command.
12862         (python-insert-for): Delete command.
12863         (python-skeleton-for): New command.
12864         (python-insert-if): Delete command.
12865         (python-skeleton-if): New command.
12866         (python-insert-try/except, python-insert-try/finally): Delete commands.
12867         (python-skeleton-try): New command.
12868         (python-insert-while): Delete command.
12869         (python-skeleton-while): New command.
12870         (python-backspace): Delete command.
12871         (python-indent-dedent-line-backspace): New command.
12872         (python-electric-colon): Delete command.
12873         (python-indent-electric-colon): New command.
12874         (python-guess-indent): Delete command.
12875         (python-indent-guess-indent-offset): New command.
12876         (python-shift-left): Delete command.
12877         (python-indent-shift-left): New command.
12878         (python-shift-right): Delete command.
12879         (python-indent-shift-right): New command.
12880         (python-find-function): Delete command.
12881         (python-nav-jump-to-defun): New command.
12882         (python-next-statement): Delete command.
12883         (python-nav-forward-sentence): New command.
12884         (python-previous-statement): Delete command.
12885         (python-nav-backward-sentence): New command.
12886         (python-fill-paragraph): Delete command.
12887         (python-fill-paragraph-function): New command.
12888         (python-send-buffer): Delete command.
12889         (python-shell-send-buffer): New command.
12890         (python-send-defun): Delete command.
12891         (python-shell-send-defun): New command.
12892         (python-send-region, python-send-region-and-go): Delete commands.
12893         (python-shell-send-region)
12894         (python-shell-switch-to-shell): New commands.
12895         (python-send-string): Delete command.
12896         (python-shell-send-string): New command.
12897         (python-switch-to-python): Delete command.
12898         (python-shell-switch-to-shell): New command.
12899         (python-describe-symbol): Delete command.
12900         (python-eldoc-at-point): New command.
12901         (python--set-prompt-regexp, python-args-to-list)
12902         (python-after-info-look, python-check-version)
12903         (python-check-comint-prompt, python-find-imports)
12904         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12905         (python-unload-function, python-expand-template)
12906         (python-maybe-jython, python-preoutput-filter)
12907         (python-pdbtrack-get-source-buffer)
12908         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12909         (python-pdbtrack-toggle-stack-tracking)
12910         (python-pdbtrack-track-stack-file, python-initial-text)
12911         (python-first-word, python-comment-line-p, python-send-command)
12912         (python-setup-brm, python-sentinel, python-set-proc)
12913         (python-skip-out, python-input-filter, python-outdent-p)
12914         (python-outline-level, python-backslash-continuation-line-p)
12915         (python-end-of-block, python-end-of-statement, python-mark-block)
12916         (python-beginning-of-block, python-beginning-of-statement)
12917         (python-blank-line-p, python-beginning-of-string)
12918         (python-open-block-statement-p): Delete functions.
12919         (python-indent-line, python-indent-line-1): Delete functions.
12920         (python-indent-line): New function.
12921         (python-indentation-levels): Delete function.
12922         (python-indent-calculate-levels): New function.
12923         (python-proc): Delete function.
12924         (python-shell-get-process): New function.
12925         (python-send-receive): Delete function.
12926         (python-shell-send-string-no-output): New function.
12927         (python-module-path): Delete function.
12928         (python-ffap-module-path): New function.
12929         (python-completion-at-point)
12930         (python-symbol-completions): Delete functions.
12931         (python-completion-complete-at-point): New function.
12932         (python-load-file): Delete function.
12933         (python-shell-send-file): New function.
12934         (python-calculate-indentation): Delete function.
12935         (python-indent-calculate-indentation): New function.
12936         (python-skip-comments/blanks): Delete function.
12937         (python-util-forward-comment): New function.
12938         (python-continuation-line-p): Delete function.
12939         (python-info-continuation-line-p): New function.
12940         (python-which-func, python-current-defun): Delete function.
12941         (python-info-current-defun): New function.
12942         (python-beginning-of-defun): Delete function.
12943         (python-nav-beginning-of-defun): New function.
12944         (python-close-block-statement-p)
12945         (python-block-end-p): Delete function.
12946         (python-info-closing-block): New function.
12947         (python-comint-output-filter-function)
12948         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12949         (python-fill-comment, python-fill-decorator, python-fill-paren)
12950         (python-fill-string, python-imenu-make-element-tree)
12951         (python-imenu-make-tree, python-imenu-tree-assoc)
12952         (python-indent-context, python-indent-dedent-line)
12953         (python-indent-line-function)
12954         (python-indent-post-self-insert-function)
12955         (python-indent-toggle-levels)
12956         (python-info-assignment-continuation-line-p)
12957         (python-info-beginning-of-backlash)
12958         (python-info-block-continuation-line-p)
12959         (python-info-closing-block-message)
12960         (python-info-line-ends-backslash-p)
12961         (python-info-looking-at-beginning-of-defun)
12962         (python-info-ppss-context, python-info-ppss-context-type)
12963         (python-nav-list-defun-positions, python-nav-read-defun)
12964         (python-nav-sentence-end, python-nav-sentence-start)
12965         (python-pdbtrack-comint-output-filter-function)
12966         (python-pdbtrack-set-tracked-buffer)
12967         (python-shell-calculate-exec-path)
12968         (python-shell-calculate-process-environment)
12969         (python-shell-completion--do-completion-at-point)
12970         (python-shell-completion--get-completions)
12971         (python-shell-completion-complete-at-point)
12972         (python-shell-completion-complete-or-indent)
12973         (python-shell-get-or-create-process)
12974         (python-shell-get-process-name)
12975         (python-shell-internal-get-or-create-process)
12976         (python-shell-internal-get-process-name)
12977         (python-shell-internal-send-string, python-shell-make-comint)
12978         (python-shell-parse-command, python-shell-send-setup-code)
12979         (python-skeleton-add-menu-items)
12980         (python-util-clone-local-variables, python-util-position)
12981         (run-python-internal, python-indentation-levels)
12982         (python-nav-beginning-of-defun)
12983         (python-completion-complete-at-point): New functions.
12984         (run-python): Change arguments.  New API requirements.
12986 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12989         (bug#11649).
12991         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12992         (macroexp--expand-all): Use it.
12994         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12995         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12996         Use `cl-function' instead.
12998 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
13000         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
13001         Suggested by Stefan Monnier while discussing bug#11657.
13003 2012-06-14  Sam Steingold  <sds@gnu.org>
13005         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
13007 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13009         * play/doctor.el (doctor-doc): Remove parameter and use
13010         doctor-sent instead of sent.
13011         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
13013 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13015         * files.el: Require cl-lib.
13016         (file-name-non-special): Replace case -> cl-case.
13018         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
13020         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
13021         mapping from #' to function*.
13023 2012-06-13  Chong Yidong  <cyd@gnu.org>
13025         * mouse.el (mouse-drag-track): Do not set the mark if the user
13026         releases the mouse without selecting anything (Bug#11588).
13028 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13030         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
13031         as well (bug#11646).
13033         * loadup.el: Count byte-code functions as well.
13035         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
13036         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
13038         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
13039         (bug#11649).  Add cl-defun and cl-defmacro.
13041 2012-06-13  Drew Adams  <drew.adams@oracle.com>
13043         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13044         Fix last change.
13046 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
13048         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
13049         Otherwise, it blocks in batch mode.
13051 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
13053         * help-mode.el (bookmark-make-record-default): Declare.
13055 2012-06-13  Chong Yidong  <cyd@gnu.org>
13057         * emacs-lisp/package.el (list-packages): Compute a list of
13058         packages that are newly-available since the last list-packages
13059         invocation.
13060         (package-menu--new-package-list): New var.
13061         (package-menu--generate, package-menu--print-info)
13062         (package-menu--status-predicate, package-menu-mark-install):
13063         Handle new status label "new".
13065 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13067         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
13068         conversion to backquotes.
13070 2012-06-12  Chong Yidong  <cyd@gnu.org>
13072         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
13073         Rename from gud-inhibit-global-bindings.
13075         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
13077         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
13078         hook from nxml-glyph-set-hook.
13080         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
13081         declaration.
13083         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
13085         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
13086         Convert to defcustom.
13088 2012-06-12  Drew Adams  <drew.adams@oracle.com>
13090         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13091         New functions.
13092         (help-mode): Use them.
13094 2012-06-11  Glenn Morris  <rgm@gnu.org>
13096         * progmodes/fortran.el (fortran-font-lock-keywords-3):
13097         Use preprocessor face for directives.
13098         (fortran-directive-re): Doc fix.
13100 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13102         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
13103         conversion to backquotes (bug#11652).
13105         Fix compiler-expansion of CL's cXXr functions (bug#11673).
13106         * emacs-lisp/cl-lib.el (cl--defalias): New function.
13107         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
13108         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
13109         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
13110         (cl-ninth, cl-tenth): Mark them as inlinable.
13111         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
13112         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
13113         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
13114         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
13115         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
13116         (cl-list*, cl-adjoin): Don't put an autoload manually.
13117         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
13118         (cl--compiler-macro-list*): Add autoload cookie.
13119         (cl--compiler-macro-cXXr): New function.
13121         * help-fns.el (help-fns--compiler-macro): New function extracted from
13122         describe-function-1; follow aliases and use `compiler-macro' property.
13123         (describe-function-1): Use it.
13125 2012-06-11  Chong Yidong  <cyd@gnu.org>
13127         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
13128         is uninstalled, if imagemagick is installed.
13130 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13132         * emacs-lisp/cl-lib.el: Use lexical-binding.
13133         (cl-map-extents, cl-maclisp-member): Remove.
13134         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
13135         (cl--set-substring, cl--block-wrapper, cl--block-throw)
13136         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
13137         * emacs-lisp/cl-extra.el: Use lexical-binding.
13138         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
13139         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
13140         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
13141         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
13142         * emacs-lisp/cl-seq.el: Use lexical-binding.
13143         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
13144         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
13145         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
13146         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
13147         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
13148         CL's internals.
13150 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
13152         Sync with Tramp 2.2.6-pre.
13154         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
13155         `print-length' and `print-level' to nil, in order to avoid
13156         truncation.  Reported by Christopher Schmidt
13157         <christopher@ristopher.com>.
13159         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
13161         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
13162         New defmacro.
13163         (tramp-compat-copy-directory): Add optional argument
13164         COPY-CONTENTS.  It is not handled yet.
13166         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
13167         (tramp-ftp-file-name-p): Simplify.
13169         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
13170         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
13171         connection vector.
13173         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
13174         (tramp-methods): Do not use `tramp-password-end-of-line'.
13175         (tramp-completion-function-alist-putty): Handle UNIX case.
13176         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
13177         (tramp-do-file-attributes-with-stat)
13178         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
13179         gid as real numbers.  They could run out of integer range on cygwin.
13180         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
13181         (tramp-sh-handle-expand-file-name): Handle hops.
13182         (tramp-open-connection-setup-interactive-shell):
13183         Use `tramp-cleanup'.  Move check for busyboxes ...
13184         (tramp-find-shell): ... here.  Simplify implementation.
13185         Set "remote-shell" property also for alternative shells.
13186         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
13187         If failing, a regular file would be written otherwise.
13188         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
13189         (tramp-find-inline-encoding): Cache the coding commands in the
13190         process cache.  Apply test command on the remote side, if defined.
13191         (tramp-find-inline-compress): Cache the compress commands in the
13192         process cache.
13193         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
13194         when requested.  Handle hops.
13195         (tramp-current-connection): New defvar.
13196         (tramp-maybe-open-connection): Use `tramp-cleanup'.
13197         Throw `suppress', if there was a failed connection shortly before.
13198         Handle user interrupt.  (Bug#10187)
13199         (tramp-get-inline-compress, tramp-get-inline-coding):
13200         Read connection properties from the process cache.
13202         * net/tramp-smb.el (tramp-smb-server-version)
13203         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
13204         New defconsts.
13205         (tramp-smb-prompt): Extend for powershell prompt.
13206         (tramp-smb-file-name-handler-alist): Add handlers for
13207         `process-file', `shell-command' and `start-file-process'.
13208         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
13209         (tramp-smb-winexe-shell-command-switch): New defcustoms.
13210         (tramp-smb-file-name-p): Simplify.
13211         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
13212         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
13213         (tramp-smb-shell-quote-argument): New defuns.
13214         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
13215         Implement using "tar".  By this, time-stamps are preserved.
13216         (tramp-smb-handle-copy-file): Handle also the case of directories.
13217         (tramp-smb-do-file-attributes-with-stat)
13218         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
13219         Use `tramp-get-connection-buffer').
13220         (tramp-smb-handle-rename-file): Use "rename", when source and
13221         target are on the same share.
13222         (tramp-smb-maybe-open-connection): Handle wrong passwords.
13223         Use `tramp-smb-server-version'.
13224         (tramp-smb-wait-for-output): Remove prompt.
13226         * net/tramp.el (top): Require 'cl.
13227         (tramp-methods, tramp-rsh-end-of-line):
13228         Remove `tramp-password-end-of-line' from docstring.
13229         (tramp-save-ad-hoc-proxies): New defcustom.
13230         (tramp-completion-function-alist): Adapt docstring.
13231         (tramp-default-password-end-of-line): Remove defcustom.
13232         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
13233         (tramp-user-regexp, tramp-file-name-regexp-unified)
13234         (tramp-file-name-regexp-url): Extend regexp by hop separator.
13235         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13236         (tramp-remote-file-name-spec-regexp): New defconst.
13237         (tramp-file-name-structure): Extend structure for hops.
13238         (tramp-get-method-parameter): Move up.
13239         (tramp-file-name-p, tramp-dissect-file-name)
13240         (with-parsed-tramp-file-name): Handle hops.
13241         (tramp-file-name-hop): New defun.
13242         (tramp-make-tramp-file-name): New optional arg HOP.
13243         (tramp-message-show-progress-reporter-message): New defvar.
13244         (tramp-with-progress-reporter): Use it.  We cannot use
13245         `tramp-message-show-message' here, because this suppresses also
13246         error buffers.
13247         (tramp-error-with-buffer): Suppress buffer view, if
13248         `tramp-message-show-message' is nil.
13249         Use `tramp-get-connection-buffer'.
13250         (tramp-cleanup): New defun.
13251         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13252         (tramp-file-name-handler): If `debug-on-error' is set, propagate
13253         an error unchanged.
13254         (tramp-completion-handle-file-name-all-completions): Handle hops.
13255         Fix an error when called from ido.
13256         (tramp-completion-dissect-file-name): Use better local variable
13257         name.  Add hop to the vector.
13258         (tramp-handle-insert-file-contents): Use progress-reporter for the
13259         whole scenario.
13260         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13261         to `t'.
13262         (tramp-check-for-regexp): Simplify search.
13263         (tramp-enter-password): Remove it.  Move implementation ...
13264         (tramp-action-password): ... here.
13265         (tramp-mode-string-to-int, tramp-local-host-p)
13266         (tramp-make-tramp-temp-file, tramp-read-passwd)
13267         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13268         Set tramp-autoload cookie.
13270         * net/trampver.el: Update release number.
13272 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13273             Michael Albinus  <michael.albinus@gmx.de>
13275         * net/tramp.el (tramp-set-completion-function): Fix docstring.
13276         (tramp-parse-group, tramp-parse-file)
13277         (tramp-parse-shostkeys-sknownhosts): New defuns.
13278         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13279         (tramp-parse-shosts-group, tramp-parse-sconfig)
13280         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13281         (tramp-parse-sknownhosts, tramp-parse-hosts)
13282         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13283         Use them.
13284         (tramp-parse-passwd-group, tramp-parse-netrc-group)
13285         (tramp-parse-putty-group): Don't narrow.
13286         (tramp-parse-putty): Make a loop.
13287         (tramp-file-name-handler): Catch the `suppress' signal.
13289 2012-06-11  Chong Yidong  <cyd@gnu.org>
13291         * image.el (imagemagick-register-types): Put the ImageMagick entry
13292         at the end of image-type-file-name-regexps.
13294 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
13296         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13297         (pcase, pcase-let*, pcase-dolist): Use them.
13299 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13301         * emacs-lisp/pcase.el (pcase--let*): New function.
13302         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
13303         (pcase--expand): Use macroexp-let².
13305 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13308         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13309         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13310         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13311         * emacs-lisp/derived.el: Use pcase instead of `cl'.
13312         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13314 2012-06-10  Glenn Morris  <rgm@gnu.org>
13316         * mail/rmail.el (rmail-yank-current-message): Leave point at
13317         correct position.  (Bug#11660)
13319 2012-06-10  Chong Yidong  <cyd@gnu.org>
13321         * allout-widgets.el: Fix code header.
13323 2012-06-10  Chong Yidong  <cyd@gnu.org>
13325         * cus-edit.el (customize-changed-options-previous-release):
13326         Bump to 24.1.
13328 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
13330         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13332 2012-06-09  Chong Yidong  <cyd@gnu.org>
13334         * ebuff-menu.el (electric-buffer-list): Preserve header line.
13336 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
13338         * window.el (special-display-popup-frame): Don't use
13339         window--display-buffer (Bug#11651).
13341 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
13343         Fix parallel builds: make sure loaddefs.el is not being written
13344         while Lisp files are compiled.
13345         (compile): Don't depend on 'mh-autoloads'.
13346         (compile-CMD, compile-SH): Depend on 'autoloads'.
13347         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13349         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
13351 2012-06-09  Chong Yidong  <cyd@gnu.org>
13353         * face-remap.el (face-remap-add-relative, face-remap-set-base)
13354         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13355         Doc fixes (Bug#11225).
13357 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13359         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13360         a function if there's a clear indication that it has a compiler-macro.
13361         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13362         (macro-declarations-alist): Add arglist to declaration functions.
13363         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13364         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13365         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13366         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13367         Also add autoload to find the compiler macro.
13368         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13369         (cl--compiler-macro-member, cl--compiler-macro-assoc)
13370         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13371         (cl--compiler-macro-get): New functions, replacing calls to
13372         cl-define-compiler-macro.
13373         (cl-typep) [compiler-macro]: Use macroexp-let².
13375 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
13377         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13378         string properly, fixes Bug#11473.
13380 2012-06-08  Chong Yidong  <cyd@gnu.org>
13382         * faces.el (set-face-attribute): Doc fix.
13383         (modify-face): Don't use :bold and :italic.
13384         (error, warning, success): Tweak definitions.
13386         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13387         (custom-modified, custom-set, custom-changed, custom-themed)
13388         (custom-saved, custom-button, custom-button-mouse)
13389         (custom-button-pressed, custom-state, custom-comment-tag)
13390         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13391         (custom-group-subtitle): Use new-style face specs.
13392         (custom-invalid-face, custom-rogue-face, custom-modified-face)
13393         (custom-set-face, custom-changed-face, custom-saved-face)
13394         (custom-button-face, custom-button-pressed-face)
13395         (custom-documentation-face, custom-state-face)
13396         (custom-comment-face, custom-comment-tag-face)
13397         (custom-variable-tag-face, custom-variable-button-face)
13398         (custom-face-tag-face, custom-group-tag-face-1)
13399         (custom-group-tag-face): Remove obsolete face alias.
13401         * epa.el (epa-validity-high, epa-validity-medium)
13402         (epa-validity-low, epa-mark, epa-field-name, epa-string)
13403         (epa-field-name, epa-field-body):
13404         * font-lock.el (font-lock-comment-face, font-lock-string-face)
13405         (font-lock-keyword-face, font-lock-builtin-face)
13406         (font-lock-function-name-face, font-lock-variable-name-face)
13407         (font-lock-type-face, font-lock-constant-face):
13408         * ido.el (ido-first-match, ido-only-match, ido-subdir)
13409         (ido-virtual, ido-indicator, ido-incomplete-regexp):
13410         * speedbar.el (speedbar-button-face, speedbar-file-face)
13411         (speedbar-directory-face, speedbar-tag-face)
13412         (speedbar-selected-face, speedbar-highlight-face)
13413         (speedbar-separator-face):
13414         * whitespace.el (whitespace-newline, whitespace-space)
13415         (whitespace-hspace, whitespace-tab, whitespace-trailing)
13416         (whitespace-line, whitespace-space-before-tab)
13417         (whitespace-space-after-tab, whitespace-indentation)
13418         (whitespace-empty):
13419         * emulation/cua-base.el (cua-global-mark):
13420         * eshell/em-prompt.el (eshell-prompt):
13421         * net/newst-plainview.el (newsticker-new-item-face)
13422         (newsticker-old-item-face, newsticker-immortal-item-face)
13423         (newsticker-obsolete-item-face, newsticker-date-face)
13424         (newsticker-statistics-face, newsticker-default-face):
13425         * net/newst-reader.el (newsticker-feed-face)
13426         (newsticker-extra-face, newsticker-enclosure-face):
13427         * net/newst-treeview.el (newsticker-treeview-face)
13428         (newsticker-treeview-new-face, newsticker-treeview-old-face)
13429         (newsticker-treeview-immortal-face)
13430         (newsticker-treeview-obsolete-face)
13431         (newsticker-treeview-selection-face):
13432         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13433         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13434         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13435         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13436         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13437         (nxml-outline-active-indicator, nxml-outline-ellipsis):
13438         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13439         (mpuz-text):
13440         * progmodes/vera-mode.el (vera-font-lock-number)
13441         (vera-font-lock-function, vera-font-lock-interface):
13442         * textmodes/table.el (table-cell): Use new-style face specs, and
13443         don't use the old :bold and :italic attributes.
13445         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13446         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13447         (ebrowse-member-class, ebrowse-progress): Likewise.
13448         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13449         (ebrowse-file-name-face, ebrowse-default-face)
13450         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13451         (ebrowse-progress-face): Remove obsolete faces.
13453         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13454         Inherit from error and warning faces respectively.
13456         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13457         Likewise.
13458         (flyspell-incorrect-face, flyspell-duplicate-face):
13459         Remove obsolete aliases.
13461 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
13463         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13464         Avoid infloop.
13466 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * startup.el (argv, argi): Make lexically scoped.
13469         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13470         * emacs-lisp/cl-macs.el: Use lexical-binding.
13471         Rename cl-bind-* to cl--bind-*.
13472         * files.el: Don't require `cl' since it doesn't use it.
13473         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13475 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
13477         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13478         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13479         instead of calling external sort utility.
13480         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13482 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
13484         * descr-text.el (describe-char): Mention how to insert the
13485         character, if the current input method doesn't support it.
13486         See the discussion in this thread for the details:
13487         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13489 2012-06-08  Sam Steingold  <sds@gnu.org>
13491         * bindings.el (global-map): Bind XF86Forward to next-buffer and
13492         XF86Back to previous-buffer.
13493         (minibuffer-local-map): Bind them to next-history-element and
13494         previous-history-element respectively.
13495         * help-mode.el (help-mode-map): Bind them to help-go-forward and
13496         help-go-back respectively.
13497         * info.el (Info-mode-map): Bind them to Info-history-forward and
13498         Info-history-back respectively.
13499         These are the keys next to Up on the ThinkPad keyboard.
13501 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13503         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13504         * emacs-lisp/cl-macs.el: Provide itself.
13505         (cl--labels-convert-cache): New var.
13506         (cl--labels-convert): New function.
13507         (cl-flet, cl-labels): New implementation with new semantics, relying on
13508         lexical-binding.
13509         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13510         (cl-closure-vars, cl--function-convert-cache)
13511         (cl--function-convert): Move from cl-macs.el.
13512         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13513         rename by removing the "cl-" prefix.
13514         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13516 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13518         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13519         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13520         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13521         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13522         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13523         (cl-hash-table-count): Add old compatibility aliases.
13525         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13526         Use macroexpand-all-environment instead.
13527         (cl--old-macroexpand): New var.
13528         (cl--sm-macroexpand): New function.
13529         (cl-symbol-macrolet): Use it during macro expansion.
13530         (cl--function-convert-cache): New var.
13531         (cl--function-convert): New function, extracted from
13532         cl-macroexpand-all.
13533         (cl-lexical-let): Use it.
13535         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13536         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13537         (cl-member): Remove old alias.
13539         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13540         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13541         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13542         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13543         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13544         (cl-macroexpand-cmacs): Remove var.
13545         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13546         Use macroexpand-all instead.
13548 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13550         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13551         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13552         (macroexp-copyable-p): New functions and macros.
13553         * emacs-lisp/edebug.el (edebug-unwrap):
13554         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13555         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13556         (pcase--let*): Remove.
13557         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13558         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
13559         macroexp-const-p instead.
13560         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13562         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13563         instead of "cl-" for internal definitions.  Use macroexp-const-p.
13564         (cl-old-bc-file-form): Remove var.
13565         (cl-const-exprs-p): Remove fun.
13566         (cl-labels, cl-macrolet): Use backquote.
13567         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
13568         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13569         (cl-define-setf-expander): Rename from cl-define-setf-method.
13570         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13572         * international/mule-cmds.el: Don't require CL.
13573         (view-hello-file): Don't use `letf'.
13575 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13577         * tmm.el (tmm-prompt): Use string-prefix-p.
13578         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13579         (tmm-add-prompt): Use minibuffer-completion-help.
13580         (tmm-delete-map): Remove.
13582         * subr.el (kbd): Make it its own function.
13584 2012-06-07  Stefan Merten  <smerten@oekonux.de>
13586         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13587         Silence compiler warnings.  Fix versions.
13588         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13589         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13590         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13591         (rst-package-emacs-version-alist): Correct Emacs version to
13592         represent major merge with upstream.
13593         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13595 2012-06-06  Glenn Morris  <rgm@gnu.org>
13597         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13598         Only print environment variables if set.
13600 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13602         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13603         (macroexp--cons): Rename from maybe-cons.
13604         (macroexp--accumulate): Rename from macroexp-accumulate.
13605         (macroexp--all-forms): Rename from macroexpand-all-forms.
13606         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13607         (macroexp--expand-all): Rename from macroexpand-all-1.
13609 2012-06-06  Sam Steingold  <sds@gnu.org>
13611         * calendar/calendar.el (calendar-in-read-only-buffer):
13612         Call `special-mode' to enable the standard read-only keybindings.
13614 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13616         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13617         with "loading" messages (bug#11635).
13619 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
13621         * files.el (enable-remote-dir-locals): New option.
13622         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
13624         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13625         Ensure, that the temp directory is local.
13627         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13628         `temporary-file-directory'.
13630         * progmodes/python.el (python-send-region): Ensure, that the
13631         temporary file is created also in the remote case.
13633 2012-06-06  Glenn Morris  <rgm@gnu.org>
13635         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13636         (vc-rcs-update-changelog): Use it.
13638         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13640         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13641         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13642         (vc-sccs-diff): Replace use of the external vcdiff script.
13644 2012-06-05  Glenn Morris  <rgm@gnu.org>
13646         * ledit.el: Move to obsolete/.
13648 2012-06-05  Sam Steingold  <sds@gnu.org>
13650         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13651         patch (Bug#11140).
13653 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13655         * emacs-lisp/cust-print.el: Move to obsolete.
13657         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13658         compiler-macro expansion.
13660         Add native compiler-macro support.
13661         * emacs-lisp/macroexp.el (macroexpand-all-1):
13662         Support compiler-macros directly.  Properly follow aliases and apply
13663         the compiler macros more thoroughly.
13664         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13665         macroexpand now properly follows aliases.
13666         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13667         (cl-compiler-macroexpand): Use new prop.
13668         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13670         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13672 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
13674         * window.el (get-lru-window, get-mru-window, get-largest-window):
13675         New argument NOT-SELECTED to avoid picking the selected window.
13676         (window--display-buffer-1, window--display-buffer-2): Replace by
13677         new function window--display-buffer
13678         (display-buffer-same-window, display-buffer-reuse-window)
13679         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13680         Use window--display-buffer.
13681         (display-buffer-use-some-window): Remove temporary dedication
13682         hack by calling get-lru-window and get-largest-window with
13683         NOT-SELECTED argument non-nil.  Call window--display-buffer.
13685 2012-06-05  Glenn Morris  <rgm@gnu.org>
13687         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13688         Replace external vcdiff script.
13690 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13692         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13694 2012-06-04  Chong Yidong  <cyd@gnu.org>
13696         * image.el (imagemagick-types-inhibit): Revert last change.
13697         Add INFO and M.
13698         (imagemagick-enabled-types): Remove CIN and EPS*.
13700 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13702         * emacs-lisp/cl-lib.el: Rename from cl.el.
13703         * emacs-lisp/cl.el: New compatibility file.
13704         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13705         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13706         to obey the "cl-" prefix.
13707         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13709 2012-06-03  Glenn Morris  <rgm@gnu.org>
13711         * emacs-lisp/authors.el (authors-aliases): Addition.
13713         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13714         Fix :version.
13716 2012-06-03  Stefan Merten  <smerten@oekonux.de>
13718         * textmodes/rst.el: Add comments.
13719         (rst-transition, rst-adornment): New faces.
13720         (rst-adornment-faces-alist): Make default safe to reevaluate.
13721         Fixes
13722         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13723         Improve customization tags.
13724         (rst-define-level-faces): Clarify meaning.
13726 2012-06-03  Chong Yidong  <cyd@gnu.org>
13728         * progmodes/compile.el (compilation-mode-line-fail)
13729         (compilation-mode-line-run, compilation-mode-line-exit):
13730         New faces.
13731         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13733 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
13735         * progmodes/which-func.el (which-func-update-ediff-windows):
13736         New function.  Use it in ediff-select-hook (Bug#11478).
13738 2012-06-03  Chong Yidong  <cyd@gnu.org>
13740         * bindings.el: Remove explicit help text from format-mode-line.
13741         It is now supplied by mode-line-default-help-echo.
13742         (mode-line-front-space, mode-line-end-spaces)
13743         (mode-line-misc-info): New variables.
13744         (mode-line-modes, mode-line-position): Move the default value to
13745         the variable definition.
13746         (mode-line-default-help-echo): New defcustom.
13747         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13748         (mode-line-modified-help-echo): New functions.
13749         (mode-line-mule-info, mode-line-modified): Use them.
13750         (mode-line-eol-desc, propertized-buffer-identification):
13751         Consistency fixes for help text.
13752         (mode-line-coding-system-map): Allow using mouse-3 to invoke
13753         set-buffer-file-coding-system (Bug#289).
13754         (mode-line-mule-info-help-echo): Update help text.
13756 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13758         * simple.el (execute-extended-command): Set real-this-command
13759         (bug#11506).
13761 2012-06-02  Chong Yidong  <cyd@gnu.org>
13763         Remove incorrect uses of "modeline" in comments, docstrings, and
13764         function/variable names (Bug#10329).
13766         * cus-edit.el (mode-line):
13767         * dframe.el (dframe-mouse-hscroll):
13768         * emacs-lisp/re-builder.el:
13769         * emacs-lisp/easy-mmode.el (define-minor-mode):
13770         * frame.el (set-frame-name):
13771         * help.el (lookup-minor-mode-from-indicator):
13772         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13773         * progmodes/cc-cmds.el (c-toggle-auto-newline)
13774         (c-toggle-hungry-state):
13775         * progmodes/antlr-mode.el (antlr-language-alist):
13776         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13777         * progmodes/vhdl-mode.el (vhdl-mode):
13778         * progmodes/which-func.el (which-func, which-func-cleanup-function):
13779         * term/ns-win.el (ns-face-at-pos):
13780         * term/sup-mouse.el (sup-mouse-report):
13781         * textmodes/flyspell.el (flyspell-mode-line-string):
13782         * textmodes/ispell.el (ispell-highlight-face):
13783         * textmodes/reftex-global.el:
13784         * vc/vc-arch.el (vc-arch-mode-line-string):
13785         * vc/vc-cvs.el (vc-cvs-mode-line-string):
13786         * vc/vc-git.el (vc-git-mode-line-string):
13787         * vc/vc-hooks.el (vc-display-status)
13788         (vc-default-mode-line-string):
13789         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13791         * ansi-color.el (ansi-color-faces-vector): Change default faces.
13793         * dired.el (dired-sort-set-mode-line): Rename from
13794         dired-sort-set-modeline.  All callers changed.
13796         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13797         eshell-status-in-modeline.
13799         * foldout.el (foldout-mode-line-string): Rename from
13800         foldout-modeline-string.  All callers changed.
13801         (foldout-update-mode-line): Rename from foldout-update-modeline.
13803         * subr.el (redraw-modeline): Make into obsolete alias.
13805         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13806         timeclock-modeline-display.  Make old name an alias.
13807         (timeclock-update-mode-line): Likewise.  All callers changed.
13808         (timeclock-mode-line-display): No need to check before using
13809         add-hook.
13810         (timeclock-relative, timeclock-day-over-hook)
13811         (timeclock-use-elapsed, timeclock-mode-string)
13812         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13814         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13815         crisp-mode-modeline-string.
13817         * play/solitaire.el (solitaire-build-mode-line): Rename from
13818         solitaire-build-modeline.  All callers changed.
13820         * play/zone.el (zone-hiding-mode-line): Rename from
13821         zone-hiding-modeline.  All callers changed.
13822         (zone): Remove unusued `modeline-hidden-level' property.
13824         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13825         xscheme-modeline-initialize.  All callers changed.
13827         * strokes.el (strokes-lighter): Rename from
13828         strokes-modeline-string.
13830         * textmodes/sgml-mode.el (html-face-tag-alist)
13831         (html-tag-face-alist): Use mode-line face instead of obsolete
13832         alias modeline.
13834 2012-06-02  Stefan Merten  <smerten@oekonux.de>
13836         * textmodes/rst.el: Always require `cl'.
13837         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13839 2012-06-02  Chong Yidong  <cyd@gnu.org>
13841         * image.el (imagemagick-enabled-types): Rename from
13842         imagemagick-types-enable.  Add many more types.
13843         (imagemagick-types-inhibit): Change default to nil.
13844         (imagemagick-filter-types): Caller changed.
13846 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13848         * emacs-lisp/cl-macs.el: Use backquotes.
13849         (cl-transform-function-property): Use eval-and-compile rather than
13850         abusing `require'.
13851         (defstruct): Use declare-function instead of with-no-warnings.
13853         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13854         (byte-compile-output-docform): Re-add the print-circle bindings.
13855         (byte-compile-fix-header): Use #$ just because it's shorter.
13856         (byte-compile-output-file-form): Remove defun/defmacro.
13858 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
13860         * simple.el (choose-completion): Remove now obsolete binding for
13861         owindow.
13863 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
13865         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13866         in order to avoid "Stack overflow in regexp matcher".
13868 2012-05-31  Glenn Morris  <rgm@gnu.org>
13870         * image.el: For clarity, call imagemagick-register-types at
13871         top-level, rather than relying on a custom :initialize.
13872         (imagemagick-types-enable): New option.  (Bug#11557)
13873         (imagemagick-filter-types): New function.  (Bug#7406)
13874         (imagemagick-register-types): Use imagemagick-filter-types.
13875         If disabling support, remove elements altogether rather
13876         than using an impossible regexp.
13877         (imagemagick-types-inhibit): Give it the default init function.
13879 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13882         Handle arbitrary file name lengths (Bug#11585).
13884 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
13886         * desktop.el (desktop-read): Clear previous and next buffers for
13887         all windows and bury *Messages* buffer (bug#11556).
13889 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13891         Add `declare' for `defun'.  Align `defmacro's with it.
13892         * emacs-lisp/easy-mmode.el (define-minor-mode)
13893         (define-globalized-minor-mode): Don't autoload the var definitions.
13894         * emacs-lisp/byte-run.el: Use lexical-binding.
13895         (defun-declarations-alist, macro-declarations-alist): New vars.
13896         (defmacro, defun): Use them.
13897         (make-obsolete, define-obsolete-function-alias)
13898         (make-obsolete-variable, define-obsolete-variable-alias):
13899         Use `declare'.
13900         (macro-declaration-function): Mark obsolete.
13901         * emacs-lisp/autoload.el: Use lexical-binding.
13902         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
13904 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13906         * textmodes/ispell.el (ispell-with-no-warnings):
13907         Define as a macro.
13908         (ispell-kill-ispell, ispell-change-dictionary):
13909         Use `called-interactively-p' for Emacs instead of obsolete
13910         `interactive-p'.
13912 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13915         (macro-declaration-function): Move var from C code.
13916         (macro-declaration-function): Define function with defalias.
13917         * emacs-lisp/macroexp.el (macroexpand-all-1):
13918         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13919         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13920         defun/defmacro any more.
13921         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13922         Provide fallback for unknown arglist.
13923         (byte-compile-arglist-warn): Change calling convention.
13924         (byte-compile-output-file-form): Move print-vars binding.
13925         (byte-compile-output-docform): Simplify accordingly.
13926         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13927         (byte-compile-defmacro-declaration): Remove.
13928         (byte-compile-file-form-defmumble): Generalize to defalias.
13929         (byte-compile-output-as-comment): Return byte-positions.
13930         Simplify callers accordingly.
13931         (byte-compile-lambda): Use `assert'.
13932         (byte-compile-defun, byte-compile-defmacro): Remove.
13933         (byte-compile-file-form-defalias):
13934         Use byte-compile-file-form-defmumble.
13935         (byte-compile-defalias-warn): Remove.
13937 2012-05-29  Stefan Merten  <smerten@oekonux.de>
13939         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13940         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
13942         (rst-mode-abbrev-table): Merge definition.
13943         (rst-mode): Make sure `font-lock-defaults' is buffer local.
13944         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13946 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
13948         * calendar/icalendar.el
13949         (icalendar-export-region): Export UID properly.
13951 2012-05-29  Leo Liu  <sdl.web@gmail.com>
13952         * calendar/icalendar.el (icalendar-import-format):
13953         Add `icalendar-import-format-uid' (Bug#11525).
13954         (icalendar-import-format-uid): New.
13955         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13956         Export UID.
13958 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13960         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13961         different alternative patterns.
13962         (pcase-codegen): Be more careful to preserve identity.
13963         (pcase--u1): Don't forget to mark vars as used.
13965         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13966         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13967         (byte-compile-from-buffer): ...rather than here.
13969         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13970         functions from byte-compile-function-environment.
13972 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
13974         * window.el (window-deletable-p): Avoid deleting the root window
13975         of a frame with an active minibuffer.
13977 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
13979         * simple.el (choose-completion): Use quit-window (Bug#11567).
13981 2012-05-29  Chong Yidong  <cyd@gnu.org>
13983         * whitespace.el (whitespace-cleanup): Fix usage of
13984         whitespace-empty-at-bob-regexp (Bug#11492).
13986 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13988         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13989         revert (Bug#11488).
13991 2012-05-29  Juri Linkov  <juri@jurta.org>
13993         * isearch.el (isearch-mode-map): Bind `M-s _' to
13994         `isearch-toggle-symbol'.  Bind `M-s c' to
13995         `isearch-toggle-case-fold'.
13996         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13997         (isearch-forward): Add `M-s _' to the docstring.
13998         (isearch-forward-symbol, isearch-toggle-case-fold)
13999         (isearch-symbol-regexp): New functions.  (Bug#11381)
14001 2012-05-29  Juri Linkov  <juri@jurta.org>
14003         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
14004         (isearch-occur, isearch-search-and-update): If `isearch-word' is
14005         a function, call it to get the regexp.
14006         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
14007         property `isearch-message-prefix' instead of the string "word ".
14008         (isearch-search-fun-default): For the case of `isearch-word',
14009         return a lambda that calls re-search-forward/re-search-backward
14010         with a regexp returned by `word-search-regexp' or by the function
14011         in `isearch-word'.
14013 2012-05-29  Juri Linkov  <juri@jurta.org>
14015         * isearch.el (isearch-search-fun-default): New function.
14016         (isearch-search-fun): Move default part to the new function
14017         `isearch-search-fun-default'.
14018         (isearch-search-fun-function): Set the default value to
14019         `isearch-search-fun-default'.  (Bug#11381)
14021         * comint.el (comint-history-isearch-end):
14022         Use `isearch-search-fun-default'.
14023         (comint-history-isearch-search): Use `isearch-search-fun-default'
14024         and remove spacial case for `isearch-word'.
14025         (comint-history-isearch-wrap): Remove spacial case for
14026         `isearch-word'.
14028         * hexl.el (hexl-isearch-search-function):
14029         Use `isearch-search-fun-default'.
14031         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
14032         Use `word-search-regexp' for `isearch-word'.
14034         * misearch.el (multi-isearch-search-fun):
14035         Use `isearch-search-fun-default'.
14037         * simple.el (minibuffer-history-isearch-search):
14038         Use `isearch-search-fun-default' and remove spacial case for
14039         `isearch-word'.
14040         (minibuffer-history-isearch-wrap): Remove spacial case for
14041         `isearch-word'.
14043         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
14044         Remove spacial case for `isearch-word'.
14045         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
14047 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14049         Decrease XEmacs incompatibilities.
14050         * textmodes/flyspell.el (flyspell-check-pre-word-p):
14051         Use `string-match'.
14052         (flyspell-delete-region-overlays): Use alternative definition for
14053         XEmacs.
14054         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
14055         (flyspell-word): Use `process-kill-without-query' if XEmacs.
14056         (flyspell-mode-on): Use `interactive-p' if XEmacs.
14057         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
14058         `define-obsolete-face-alias' under XEmacs, but old method.
14060         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
14061         `with-no-warnings' definition or Emacs alias.
14062         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
14063         (ispell-word): Do not use `region-p' if XEmacs.
14065 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14067         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14068         Check for `ispell-dictionary-base-alist' instead of full
14069         `ispell-dictionary-alist'.
14070         (ispell-init-process): Show spellchecker when starting new Ispell
14071         process.
14073 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14075         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
14076         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
14078 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
14080         * version.el (motif-version-string, gtk-version-string)
14081         (ns-version-string): Declare.
14083 2012-05-27  Juri Linkov  <juri@jurta.org>
14085         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
14086         after the `eval-defun-1' specialcaseing
14087         like in `edebug-eval-defun' (bug#10181).
14089         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
14090         like in `eval-defun-1'.
14092 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
14094         * mail/sendmail.el (mail-yank-region):
14095         Recognize rmail-yank-current-message in addition to insert-buffer.
14096         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
14097         a *mail* buffer created through rmail-start-mail with sendmail as
14098         mail-user-agent.
14100 2012-05-27  Chong Yidong  <cyd@gnu.org>
14102         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
14103         Default to 256 (Bug#11267).
14105         * help.el (describe-mode): Doc fix.
14107 2012-05-26  Glenn Morris  <rgm@gnu.org>
14109         * w32-fns.el (w32-init-info): Remove.
14110         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
14112         * info.el (info-initialize): For self-contained NS builds, put the
14113         included info/ directory at the front.  (Bug#2791)
14115         * paths.el (Info-default-directory-list): Make it a defcustom,
14116         mainly so that we can use custom-initialize-delay.
14118 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14120         * subr.el (buffer-has-markers-at): Mark obsolete.
14122         * subr.el (lambda): Use declare.
14124         * emacs-lisp/lisp-mode.el (lambda):
14125         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
14127 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14129         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
14131 2012-05-26  Glenn Morris  <rgm@gnu.org>
14133         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
14135 2012-05-25  Glenn Morris  <rgm@gnu.org>
14137         * paths.el: Remove no-byte-compile.
14138         * loadup.el: No need to load paths.el uncompiled.
14140         * image.el (imagemagick-types-inhibit): Doc fix.
14142         * version.el: Remove no-byte-compile and associated formatting.
14143         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
14144         is ancient code from when there was an "inc-vers.el".
14146 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * progmodes/gdb-mi.el: Minor style changes.
14149         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
14150         Turn into minor modes.
14151         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
14152         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14153         (gdb-shell): Remove unneeded let-binding.
14154         (gdb-get-many-fields): Eliminate O(n²) behavior.
14156 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
14158         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
14159         platforms that don't link in fontset.c.
14161 2012-05-25  Juri Linkov  <juri@jurta.org>
14163         Use the same diff color scheme as in modern VCSes (bug#10181).
14165         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
14166         to avoid confusion with `diff-added' that now uses green colors.
14167         (diff-removed): Use shades of red.
14168         (diff-added): Use shades of green.
14169         (diff-changed): Leave just the yellow color.
14170         (diff-use-changed-face): New variable.
14171         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
14172         how to highlight context diff changes.
14173         (diff-refine-change): Use shades of yellow.
14174         (diff-refine-removed): New face that uses shades of red.
14175         (diff-refine-added): New face that uses shades of green.
14176         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
14177         `diff-refine-removed' in the call to `smerge-refine-subst'
14178         depending on the value of `diff-use-changed-face'.
14180         * vc/smerge-mode.el (smerge-mine): Use shades of red.
14181         (smerge-other): Use shades of green.
14182         (smerge-base): Use shades of yellow.
14183         (smerge-refined-change): Empty face.
14184         (smerge-refined-removed): New face that uses shades of red.
14185         (smerge-refined-added): New face that uses shades of green.
14186         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
14187         args `props-r' and `props-a', and use them.  Doc fix.
14188         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
14189         on its value use different faces `smerge-refined-change',
14190         `smerge-refined-removed', `smerge-refined-added' in the call to
14191         `smerge-refine-subst'.
14193         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
14194         Add face condition `min-colors 88' with shades of red.
14195         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
14196         `min-colors 88' with shades of green.
14197         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
14198         `min-colors 88' with shades of yellow.
14200 2012-05-24  Glenn Morris  <rgm@gnu.org>
14202         * paths.el (prune-directory-list, remote-shell-program): Move to...
14203         * files.el (prune-directory-list, remote-shell-program): ...here.
14204         For the latter, delay initialization, prefer ssh, just search PATH.
14206         * paths.el (term-file-prefix): Move to faces.el (the only user).
14207         * faces.el (term-file-prefix): Move here, make it a defcustom.
14209         * paths.el (news-directory, news-path, news-inews-program):
14210         Move to gnus/nnspool.el.
14212         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
14214         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
14215         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
14216         Make the latter a defcustom, with a delayed initialization.
14218         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
14219         These were deleted from Gnus itself late 2010.
14221 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
14223         * progmodes/which-func.el (which-func-ff-hook):
14224         Check against user-error, not error.
14226         * emacs-lisp/edebug.el (top): Do not load or set up loading of
14227         cl-specs.el, which no longer exists.
14229 2012-05-22  Glenn Morris  <rgm@gnu.org>
14231         * info.el (info-emacs-bug): New command.
14232         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14233         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14235 2012-05-21  Glenn Morris  <rgm@gnu.org>
14237         * makefile.w32-in (update-subdirs-SH):
14238         * Makefile.in (update-subdirs): Update for moved update-subdirs.
14240 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14242         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14244         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14245         Simplify Maven regexp, and make sure the file can't start with a space
14246         (bug#11517).
14248 2012-05-21  Glenn Morris  <rgm@gnu.org>
14250         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14251         Scrap superfluous subshells.
14253 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14255         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14256         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14258 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
14260         * calc/calc.el (calc-ensure-consistent-units): New variable.
14262         * calc/calc-units.el (math-consistent-units-p)
14263         (math-check-unit-consistency): New functions.
14264         (calc-quick-units, calc-convert-units):
14265         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14266         is non-nil.
14267         (calc-extract-units): Fix typo.
14269 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14273         * textmodes/flyspell.el: Commenting style, plus code simplifications.
14274         (flyspell-default-deplacement-commands): Don't spell check after
14275         repeated window/frame switches (e.g. triggered by mouse-movement).
14276         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14277         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14278         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14279         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14280         Remove unused vars.
14281         (flyspell-get-casechars, flyspell-get-not-casechars):
14282         Simplify; Don't bother removing a ] just to add it back.
14283         * textmodes/ispell.el (ispell-program-name): Use executable-find.
14285 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14287         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14288         New functions.
14289         (math-function-table): Add support for more C functions.
14291 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14293         * textmodes/flyspell.el (flyspell-check-pre-word-p)
14294         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14295         Protect delay handling for otherchars against empty otherchars.
14297 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14299         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14300         their respective macro declarations.
14301         * skeleton.el (define-skeleton):
14302         * progmodes/compile.el (define-compilation-mode):
14303         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14304         (define-ibuffer-filter):
14305         * emacs-lisp/generic.el (define-generic-mode):
14306         * emacs-lisp/easy-mmode.el (define-minor-mode)
14307         (define-globalized-minor-mode):
14308         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14309         * emacs-lisp/byte-run.el (defsubst):
14310         * custom.el (deftheme): Add doc-string metadata.
14312 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14314         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14316 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14318         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14320         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14321         * emacs-lisp/cl-macs.el: Idem.
14322         * emacs-lisp/cl-specs.el: Remove.
14324 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14326         Minor renaming of internal CL functions and variables.
14327         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14328         (cl--position): Rename from cl-position.
14329         (cl--delete-duplicates): Rename from cl-delete-duplicates.
14330         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14331         (cl--random-state): Rename from *random-state*.
14333 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14335         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14336         parens around the arg list (bug#11499).
14338 2012-05-17  Juri Linkov  <juri@jurta.org>
14340         * isearch.el (word-search-regexp, word-search-backward)
14341         (word-search-forward, word-search-backward-lax)
14342         (word-search-forward-lax): Move functions from search.c
14343         (bug#10145, bug#11381).
14345 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14347         * textmodes/flyspell.el (flyspell-check-pre-word-p)
14348         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14349         Delay for otherchars as for normal word components.
14351 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * minibuffer.el (completion--sifn-requote): Fix last change.
14354         (minibuffer-local-must-match-filename-map):
14355         Move define-obsolete-variable-alias before its var.
14357 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14359         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14361         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14362         behavior.
14363         (completion--string-equal-p): New function.
14364         (completion--twq-all): Use it to get better assertion failure data.
14366         Only handle ".." and '..' quoting in shell-mode (bug#11466).
14367         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14368         (shell--requote-argument): New functions.
14369         (shell-completion-vars): Use them.
14370         (shell--parse-pcomplete-arguments): Rename from
14371         shell-parse-pcomplete-arguments.
14372         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
14373         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14374         Obey comint-file-name-quote-list.
14376         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14377         (smie-indent-keyword): Use it.
14379 2012-05-14  Stefan Merten  <smerten@oekonux.de>
14381         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14383 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14385         * net/rlogin.el (rlogin-mode-map): Fix last change.
14387 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
14389         * mail/smtpmail.el (smtpmail-send-command): Send the command and
14390         the following \r\n using a single `process-send-string', since the
14391         Lotus SMTP server refuses to accept any commands if they are sent
14392         with two `process-send-string's (Bug#11444).
14394 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14396         * shell.el (shell-parse-pcomplete-arguments):
14397         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14399 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
14401         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14402         (image-transform-scale, image-transform-right-angle-fudge): New vars.
14403         (image-transform-width, image-transform-fit-width): New functions.
14404         (image-transform-properties): Use them.
14405         (image-transform-check-size): New function.
14406         (image-toggle-display-image): Use it (for testing).
14407         (image-transform-set-rotation): Reduce angle mod 360.
14408         Delete obsolete comment.
14410 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
14412         * image-mode.el: Fix scaling (bug#11399).
14413         (image-transform-resize): Doc fix.
14414         (image-transform-properties): Default scale is 1 and height should
14415         be an integer.
14417 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
14419         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14420         than hard-coding `car', to fix misbehavior when moving forward.
14422 2012-05-13  Chong Yidong  <cyd@gnu.org>
14424         * emacs-lisp/tabulated-list.el (tabulated-list-format)
14425         (tabulated-list-entries, tabulated-list-padding)
14426         (tabulated-list-sort-key): Make permanent-local.
14428         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14429         (electric-buffer-list): Put electric buffer menu
14430         command descriptions in this docstring, instead of the docstring
14431         of electric-buffer-menu-mode.  Code cleanups.
14432         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
14433         Electric-buffer-menu-mode.
14434         (electric-buffer-update-highlight): Minor code cleanup.
14436 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
14438         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14439         (Bug#11447)
14441 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14443         Move define-obsolete-variable-alias before the var's definition.
14444         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14445         * tooltip.el (tooltip-hook):
14446         * textmodes/reftex-toc.el (reftex-toc-map):
14447         * textmodes/reftex-sel.el (reftex-select-label-map)
14448         (reftex-select-bib-map):
14449         * textmodes/reftex-index.el (reftex-index-map)
14450         (reftex-index-phrases-map):
14451         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14452         * progmodes/meta-mode.el (meta-mode-map):
14453         * novice.el (disabled-command-hook):
14454         * loadhist.el (unload-hook-features-list):
14455         * frame.el (blink-cursor):
14456         * files.el (find-file-not-found-hooks, write-file-hooks)
14457         (write-contents-hooks):
14458         * emulation/tpu-edt.el (GOLD-map):
14459         * emacs-lock.el (emacs-lock-from-exiting):
14460         * emacs-lisp/generic.el (generic-font-lock-defaults):
14461         * emacs-lisp/chart.el (chart-map):
14462         * dos-fns.el (register-name-alist):
14463         * dired-x.el (dired-omit-files-p):
14464         * desktop.el (desktop-enable):
14465         * cus-edit.el (custom-mode-hook):
14466         * buff-menu.el (buffer-menu-mode-hook):
14467         * bookmark.el (bookmark-read-annotation-text-func)
14468         (bookmark-exit-hooks):
14469         * allout.el (allout-mode-deactivate-hook)
14470         (allout-exposure-change-hook, allout-structure-added-hook)
14471         (allout-structure-deleted-hook, allout-structure-shifted-hook):
14472         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14473         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14474         comes before the corresponding variable's definition.
14476 2012-05-12  Chong Yidong  <cyd@gnu.org>
14478         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14479         (Buffer-menu-mouse-select): Restore function (Bug#11459).
14480         (Buffer-menu-mode-map): Bind it.
14481         (Buffer-menu--pretty-name): Add a mouse-face property.
14483 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14485         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
14486         (prolog-upper-case-string, prolog-lower-case-string)
14487         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14488         (prolog-use-smie, prolog-smie-grammar): New vars.
14489         (prolog-smie-forward-token, prolog-smie-backward-token)
14490         (prolog-smie-rules): New funs.
14491         (prolog-comment-indent): Remove.
14492         (prolog-mode-variables): Use default comment indentation instead.
14493         Setup SMIE.
14494         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14495         (prolog-mode): Don't call them any more.
14496         (prolog-electric-colon, prolog-electric-dash)
14497         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14499         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14501         * minibuffer.el (completion--twq-all): Again, allow case differences.
14503         * term.el: Move keymap initialization code to be more idiomatic.
14504         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14505         (term-terminal-menu): Move initialization into declaration.
14506         (term-escape-char): Let the user set it in her .emacs.
14508         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14509         Provide SMIE-based indentation (not enabled by default yet).
14510         (sh-mode-map): Don't bind electric keys.
14511         Use electric-pair-mode instead of skeleton-pair.
14512         (sh-assignment-regexp): Fit within 80 columns.
14513         (sh-indent-supported): Specify actual shell name instead of boolean.
14514         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14515         (sh-maybe-here-document): Use it.  Make obsolete.
14516         (sh-electric-here-document-mode) New minor mode.
14517         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
14518         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14519         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14520         (sh-smie-rc-grammar, sh-use-smie): New vars.
14521         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14522         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14523         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14524         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14525         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14526         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14527         (sh-set-shell): Use smie-setup if requested.
14529         * term.el (term-set-escape-char): Properly set term-escape-char.
14530         See http://stackoverflow.com/questions/10524656.
14532 2012-05-10  Chong Yidong  <cyd@gnu.org>
14534         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14535         Use url-generic-parse-url, and handle host names and Windows
14536         filenames properly.
14537         (ffap-url-unwrap-remote): Use url-generic-parse-url.
14538         (ffap-url-unwrap-remote): Accept list values, specifying a list of
14539         URL schemes to work on.
14540         (ffap--toggle-read-only): New function.
14541         (ffap-read-only, ffap-read-only-other-window)
14542         (ffap-read-only-other-frame): Use it.
14543         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14544         necessary for ffap-url-unwrap-remote.
14546 2012-05-10  Dave Abrahams  <dave@boostpro.com>
14548         * cus-start.el (create-lockfiles): Add it.
14550 2012-05-09  Chong Yidong  <cyd@gnu.org>
14552         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14553         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14555 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14557         * shell.el (shell-completion-vars): Fix last change (bug#11348).
14559 2012-05-09  Chong Yidong  <cyd@gnu.org>
14561         * ansi-color.el (ansi-color-process-output): Check for validity of
14562         comint-last-output-start before using it.  This avoids a bad
14563         interaction with gdb-mi's input/output buffer.
14565 2012-05-09  Glenn Morris  <rgm@gnu.org>
14567         * files.el (dir-locals-read-from-file):
14568         Mention dir-locals in any error message.
14570 2012-05-09  Chong Yidong  <cyd@gnu.org>
14572         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14573         package (Bug#11410).
14575         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14576         variables into description.
14578 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14580         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14581         shell-delimiter-argument-list (bug#11348).
14582         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14584 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
14586         * textmodes/rst.el: Silence byte-compiler warnings.
14587         (rst-re-alist, rst-reset-section-caches): Move around.
14588         (rst-re): Use `characterp', not `char-valid-p'.
14589         (font-lock-beg, font-lock-end): Declare.
14591         * progmodes/idlw-shell.el (specs): Remove reference to deleted
14592         variable `idlwave-shell-activate-alt-keybindings' and simplify.
14594         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14596 2012-05-08  Glenn Morris  <rgm@gnu.org>
14598         * files.el (auto-mode-alist): Treat ".make" like ".mk".
14600 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14602         * vc/log-edit.el: Add GNU coding standards highlighting.
14603         (log-edit-font-lock-gnu-style)
14604         (log-edit-font-lock-gnu-keywords): New vars.
14605         (log-edit-font-lock-keywords): New fun.
14606         (log-edit-mode): Don't fold case in font-lock.
14607         (log-edit-font-lock-keywords): Do not assume case-folding.
14609         * imenu.el: Misc cleanup.  Make docstrings out of comments.
14610         Use lexical-binding.
14611         (imenu--index-alist, imenu--last-menubar-index-alist)
14612         (imenu-menubar-modified-tick): Use defvar-local.
14613         (imenu--split-menu): Remove unused var.
14614         (imenu--cleanup-seen): Declare as global.
14615         (imenu--cleanup): Use dolist.
14617         * subr.el (defvar-local): Add debug spec and doc-string position.
14619 2012-05-08  Glenn Morris  <rgm@gnu.org>
14621         * language/burmese.el, language/cham.el, language/czech.el:
14622         * language/english.el, language/georgian.el, language/greek.el:
14623         * language/japanese.el, language/khmer.el, language/korean.el:
14624         * language/lao.el, language/misc-lang.el, language/romanian.el:
14625         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14626         * language/thai.el, language/utf-8-lang.el:
14627         Remove no-byte-compile setting.
14629         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
14631 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14633         * progmodes/make-mode.el (makefile-browse):
14634         Remove unnecessary interactive.  (Bug#11324)
14636 2012-05-07  Glenn Morris  <rgm@gnu.org>
14638         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14640         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14642 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14644         * loadup.el: Preload newcomment.el.
14645         * newcomment.el: Move autoload-only code to toplevel.
14647         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14648         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14649         Handle new :right-align column property.
14650         (tabulated-list-print-col): Idem, plus use `display' text-property to
14651         try and preserve alignment for variable pitch fonts.
14653 2012-05-07  Chong Yidong  <cyd@gnu.org>
14655         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14656         (tabulated-list-use-header-line): New var.
14657         (tabulated-list-init-header): Use it.
14658         (tabulated-list-print-fake-header): New function.
14659         (tabulated-list-print): Use it.
14660         (tabulated-list-sort-button-map): Add non-header-line commands.
14661         (tabulated-list-init-header): Add column name property to basic
14662         labels as well.
14663         (tabulated-list-col-sort): Handle non-header-line button case.
14664         (tabulated-list--sort-by-column-name): Fix a corner case.
14666         * buff-menu.el (list-buffers--refresh):
14667         Handle Buffer-menu-use-header-line.
14669 2012-05-06  Chong Yidong  <cyd@gnu.org>
14671         * buff-menu.el: Convert to Tabulated List mode.
14672         (Buffer-menu-buffer+size-width): Make obsolete.
14673         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14674         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14675         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
14676         documentation into docstring of buffer-menu.
14677         (Buffer-menu-toggle-files-only): Add an informative message.
14678         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14679         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14680         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14681         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14682         (Buffer-menu-execute, Buffer-menu-select)
14683         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14684         (Buffer-menu-bury): Use Tabulated List machinery.
14685         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14686         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14687         Delete.
14688         (list-buffers--refresh): New function.
14689         (list-buffers-noselect): Use it.
14690         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14691         (Buffer-menu--pretty-file-name): New helper functions.
14693         * loadup.el: Preload tabulated-list.
14695         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14696         tabulated-list-sort-column.
14697         (tabulated-list-init-header): Add the initial aligning space even
14698         if tabulated-list-padding is zero.
14700 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
14702         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14703         whose cdr is not a cons cell correctly (bug#11038).
14705 2012-05-06  Chong Yidong  <cyd@gnu.org>
14707         * emacs-lisp/tabulated-list.el (tabulated-list-format):
14708         Accept additional plist in column descriptors.
14709         (tabulated-list-init-header): Obey it.
14710         (tabulated-list-get-entry): New function.
14711         (tabulated-list-put-tag): Use it.  Use string-width instead of
14712         length.
14713         (tabulated-list--column-number): New function.
14714         (tabulated-list-print): Use it.
14715         (tabulated-list-print-col): New function.
14716         Set `tabulated-list-column-name' property on each column's text.
14717         (tabulated-list-print-entry): Use it.
14718         (tabulated-list-delete-entry, tabulated-list-set-col):
14719         New functions.
14720         (tabulated-list-sort-column): New command (Bug#11337).
14722         * buff-menu.el (list-buffers): Move C-x C-b binding from
14723         buff-menu.el to bindings.el.
14725         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14726         :advertised-binding feature.
14728 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
14730         * progmodes/compile.el (compilation-internal-error-properties):
14731         Calculate start position correctly when end-col is set but
14732         end-line is not (Bug#11382).
14734 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
14736         * man.el (Man-unindent): Use text-property-default-nonsticky to
14737         prevent untabify from inheriting face properties (Bug#11408).
14739 2012-05-05  Stefan Merten  <smerten@oekonux.de>
14741         * textmodes/rst.el: Major merge with upstream development up to
14742         Docutils SVN r7399 / rst.el V1.2.1.
14744         Clarify maintainership and authors.
14746         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14747         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14748         (rst-official-version, rst-official-cvs-rev, rst-version)
14749         (rst-package-emacs-version-alist): New functions and variables
14750         for version information.
14752         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14753         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14754         (rst-mode-syntax-table, rst-mode): New and corrected functions
14755         and variables representing reStructuredText features.
14757         (rst-re): New function for reStructuredText regexes.  Use in
14758         many places.
14760         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14761         (rst-mode-map): Rebind keys.
14763         (rst-mode-lazy, rst-font-lock-keywords)
14764         (rst-font-lock-extend-region)
14765         (rst-font-lock-extend-region-internal)
14766         (rst-font-lock-extend-region-extend)
14767         (rst-font-lock-find-unindented-line-limit)
14768         (rst-font-lock-find-unindented-line-match)
14769         (rst-adornment-level, rst-font-lock-adornment-level)
14770         (rst-font-lock-adornment-match)
14771         (rst-font-lock-handle-adornment-pre-match-form)
14772         (rst-font-lock-handle-adornment-matcher): Major revision of
14773         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
14775         (rst-preferred-adornments, rst-adjust-hook)
14776         (rst-new-adornment-down, rst-preferred-bullets)
14777         (rst-preferred-bullets, rst-indent, rst-indent-width)
14778         (rst-indent-field, rst-indent-literal-normal)
14779         (rst-indent-literal-minimized, rst-indent-comment): Change,
14780         extend and improve customization.
14782         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14783         (rst-normalize-cursor-position, rst-get-decoration)
14784         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14785         (rst-rstrip, rst-toc-insert-find-delete-contents)
14786         (rst-shift-fill-region, rst-compute-bullet-tabs)
14787         (rst-debug-print-tabs, rst-debug-mark-found)
14788         (rst-shift-region-guts, rst-shift-region-right)
14789         (rst-shift-region-left, rst-use-char-classes)
14790         (rst-font-lock-keywords-function)
14791         (rst-font-lock-indentation-point)
14792         (rst-font-lock-find-unindented-line-begin)
14793         (rst-font-lock-find-unindented-line-end)
14794         (rst-font-lock-find-unindented-line)
14795         (rst-font-lock-adornment-point, rst-font-lock-level)
14796         (rst-adornment-level-alist): Remove functions and variables.
14798         (rst-compare-adornments, rst-get-adornment-match)
14799         (rst-suggest-new-adornment, rst-get-adornments-around)
14800         (rst-adornment-complete-p, rst-get-next-adornment)
14801         (rst-adjust-adornment, rst-display-adornments-hierarchy)
14802         (rst-straighten-adornments): Standardize function names to
14803         use "adornment" instead of "decoration".  Correct callers.
14804         Similar standardizing in many places.
14806         (rst-update-section, rst-adjust, rst-promote-region)
14807         (rst-enumerate-region, rst-bullet-list-region)
14808         (rst-repeat-last-character): Correct use of `interactive'.
14810         (rst-classify-adornment, rst-find-all-adornments)
14811         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14812         (rst-find-leftmost-column, rst-repeat-last-character):
14813         Refactor functions.
14815         (rst-find-title-line, rst-reset-section-caches)
14816         (rst-get-adornments-around, rst-adjust-adornment-work)
14817         (rst-arabic-to-roman, rst-roman-to-arabic)
14818         (rst-insert-list-pos, rst-insert-list-new-item)
14819         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14820         New functions.
14822         (rst-all-sections, rst-section-hierarchy)
14823         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14824         New variables.
14826         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14827         configuration instead of only buffer.  Change where necessary.
14829         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14830         (rst-shift-region, rst-adaptive-fill): New functions for
14831         indentation and filling.
14833         (rst-comment-line-break, rst-comment-indent)
14834         (rst-comment-insert-comment, rst-comment-region)
14835         (rst-uncomment-region): New functions for handling comments.
14837         (rst-compile): Quote shell arguments.
14839         (rst-compile-pdf-preview, rst-compile-slides-preview):
14840         Delete temporary files after use.
14842 2012-05-05  Glenn Morris  <rgm@gnu.org>
14844         * calendar/cal-html.el: Optionally include holidays in the output.
14845         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14846         (cal-html-holidays): New option.
14847         (cal-html-css-default): Add holiday entry.
14848         (holiday-in-range): Autoload it.
14849         (cal-html-htmlify-entry): Add optional class argument.
14850         (cal-html-htmlify-list): Add optional holidays argument.
14851         (cal-html-insert-agenda-days): Include holidays in the output.
14852         (cal-html-one-month): Maybe include holidays.
14854         * calendar/holidays.el (holiday-in-range):
14855         Move here from cal-tex-list-holidays.
14856         * calendar/cal-tex.el (cal-tex-list-holidays):
14857         Make it an obsolete alias for holiday-in-range.  Update all callers.
14859 2012-05-05  Chong Yidong  <cyd@gnu.org>
14861         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14862         Nextstep.
14864 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
14866         * files.el (file-auto-mode-skip): New var.
14867         (set-auto-mode-1): Use it.
14869 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14871         * repeat.el: Use lexical-binding.
14872         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14873         (repeat-undo-count): Remove.
14874         (repeat):
14875         * progmodes/octave-mod.el (octave-abbrev-start):
14876         * progmodes/f90.el (f90-abbrev-start):
14877         * face-remap.el (text-scale-adjust):
14878         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14880         * emacs-lisp/pcase.el (pcase--let*): New function.
14881         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14882         a bit more.
14883         (pcase--split-pred): Be more clever about ruling out overlap between
14884         a predicate and some constant pattern.
14885         (pcase--q1): Use `null' instead of (eq foo nil).
14887         * subr.el (setq-local, defvar-local): New macros.
14888         (kbd): Redefine as an alias.
14889         (with-selected-window): Leave unrelated frames alone.
14890         (set-temporary-overlay-map): New function.
14892 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14894         * subr.el (user-error): New function.
14895         * window.el (switch-to-buffer):
14896         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14897         (smerge-match-conflict):
14898         * simple.el (previous-matching-history-element)
14899         (next-matching-history-element, goto-history-element, undo-more)
14900         (undo-start):
14901         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14902         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14903         (next-file, tags-loop-scan, list-tags, complete-tag):
14904         * progmodes/compile.el (compilation-loop):
14905         * mouse.el (mouse-minibuffer-check):
14906         * man.el (Man-bgproc-sentinel, Man-goto-page):
14907         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14908         (Info-history-forward, Info-follow-reference, Info-menu)
14909         (Info-extract-menu-item, Info-extract-menu-counting)
14910         (Info-forward-node, Info-backward-node, Info-next-menu-item)
14911         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14912         (Info-next-reference, Info-prev-reference, Info-index)
14913         (Info-index-next, Info-follow-nearest-node)
14914         (Info-copy-current-node-name):
14915         * imenu.el (imenu--make-index-alist)
14916         (imenu-default-create-index-function, imenu-add-to-menubar):
14917         * files.el (basic-save-buffer, recover-file):
14918         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14919         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14920         (checkdoc-message-text, checkdoc-defun):
14921         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14922         * cus-edit.el (customize-changed-options, customize-rogue)
14923         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14924         (custom-variable-mark-to-reset-standard)
14925         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14926         (custom-file):
14927         * completion.el (check-completion-length):
14928         * comint.el (comint-search-arg)
14929         (comint-previous-matching-input-string-position)
14930         (comint-previous-matching-input)
14931         (comint-replace-by-expanded-history-before-point, comint-send-input)
14932         (comint-copy-old-input, comint-backward-matching-input)
14933         (comint-goto-process-mark, comint-set-process-mark):
14934         * calendar/calendar.el (calendar-cursor-to-date): Use it.
14935         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14937 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14939         * dabbrev.el (dabbrev--ignore-case-p): New function.
14940         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14941         Use it.
14943         * files.el (automount-dir-prefix): Mark as obsolete.
14945 2012-05-04  Glenn Morris  <rgm@gnu.org>
14947         * patcomp.el, play/bruce.el: Move to obsolete/.
14949 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
14951         Fix minor Y10k bugs.
14952         * arc-mode.el (archive-unixdate):
14953         * autoinsert.el (auto-insert-alist):
14954         * calc/calc-forms.el (math-this-year):
14955         * emacs-lisp/copyright.el (copyright-current-year)
14956         (copyright-update-year, copyright):
14957         * tar-mode.el (tar-clip-time-string):
14958         * time.el (display-time-update):
14959         Don't assume years have 4 digits.
14961 2012-05-04  Chong Yidong  <cyd@gnu.org>
14963         * dos-w32.el (file-name-buffer-file-type-alist)
14964         (direct-print-region-use-command-dot-com):
14965         * ffap.el (ffap-menu-regexp):
14966         * find-file.el (ff-special-constructs):
14967         * follow.el (follow-debug):
14968         * forms.el (forms--debug):
14969         * iswitchb.el (iswitchb-all-frames):
14970         * ido.el (ido-all-frames):
14971         * emacs-lisp/timer.el (timer-max-repeats):
14972         * mail/feedmail.el (feedmail-mail-send-hook)
14973         (feedmail-mail-send-hook-queued):
14974         * mail/footnote.el (footnote-signature-separator):
14975         * mail/mailabbrev.el (mail-alias-separator-string)
14976         (mail-abbrev-mode-regexp):
14977         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14978         * progmodes/idlwave.el (idlwave-libinfo-file)
14979         (idlwave-default-completion-case-is-down)
14980         (idlwave-library-routines): Convert defvars to defcustoms.
14982         * mail/rmail.el (rmail-decode-mime-charset):
14983         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14984         (idlwave-shell-fix-inserted-breaks)
14985         (idlwave-shell-activate-alt-keybindings)
14986         (idlwave-shell-use-breakpoint-glyph):
14987         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14989 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14991         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14993 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
14995         * progmodes/verilog-mode.el (font-lock-keywords):
14996         Fix mis-highligting auto.  Reported by Craig Barner.
14997         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14998         defines from global name space.  Reported by Dan Dever.
14999         (verilog-auto-reset, verilog-auto-reset-widths)
15000         (verilog-auto-tieoff): Support using unbased numbers for
15001         AUTORESET and AUTOTIEOFF.
15002         (verilog-submit-bug-report): Update variable list.
15003         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
15004         parenthesis from not matching.  Reported by Michael Rytting.
15005         (verilog-auto-template-lint): Fix hash error when linting modules
15006         with no used templates.
15007         (verilog-warn, verilog-warn-error)
15008         (verilog-warn-fatal): When non-interactive report multiple
15009         warnings before exiting.  Suggested by Brad Dobbie.
15010         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
15011         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
15012         to report unused template errors.  Reported by Brad Dobbie.
15013         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
15014         nets, bug438.  Reported by Vns Blore.
15015         (verilog-auto-inout-module, verilog-auto-reg)
15016         (verilog-read-decls, verilog-read-sub-decls-sig)
15017         (verilog-signals-edit-wire-reg, verilog-signals-with):
15018         Fix passing of Verilog data types in ANSI input/output ports
15019         such as "output logic" into the AUTOs.  Special case "wire" and
15020         "reg" for backwards compatibility presuming Verilog 2001.
15021         (verilog-auto-ascii-enum): Add "auto enum" as alias.
15022         (verilog-preprocess): Fix replication of preprocess output.
15023         Reported by Brad Dobbie.
15024         (verilog-auto-inst-interfaced-ports):
15025         Create verilog-auto-inst-interfaced-ports, bug429.
15026         Reported by Julian Gorfajn.
15027         (verilog-after-save-font-hook)
15028         (verilog-before-save-font-hook): New variable.
15029         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
15030         (verilog-save-font-mods): Wrap disabling fontification, reported
15031         by David Rogoff.
15032         (verilog-do-indent, verilog-pretty-declarations-auto)
15033         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
15034         Reported by Pierre-David Pfister.
15035         (verilog-set-auto-endcomments): Fix endtask auto comments outside
15036         of class declarations, bug292.  Reported by Kevin Heilman.
15037         (verilog-read-decls): Fix 'parameter type' not appearing in
15038         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
15039         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
15040         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
15041         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
15042         Reported by David Kravitz.
15044 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
15046         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
15047         assignment with tests in ifs and for loops.
15048         (verilog-extended-complete-re, verilog-complete-reg): Change so
15049         that DPI inport functions don't look like fuction declarations.
15050         (verilog-pretty-expr): Don't line up assignment
15051         operations to the test and increment in if and for loops
15052         (verilog-extended-complete-re, verilog-complete-reg): Change so
15053         that DPI inport functions don't look like fuction declarations.
15055 2012-05-03  Kenichi Handa  <handa@m17n.org>
15057         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
15058         decoding, and show a warning message without signaling an error
15059         (Bug#11282).
15061 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15063         * emacs-lisp/bytecomp.el
15064         (byte-compile-file-form-custom-declare-variable): Compile all elements,
15065         since cconv.el might have introduced :fun-body, internal-make-closure,
15066         and friends for bytecomp to handle (bug#11391).
15067         * custom.el (defcustom): Avoid ((λ ..) ..).
15069 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15071         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
15073 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
15075         * notifications.el (dbus-debug):
15076         * term/linux.el (gpm-mouse-enable):
15077         * term/screen.el (xterm-register-default-colors): Declare.
15079 2012-05-02  Chong Yidong  <cyd@gnu.org>
15081         * cus-start.el (gc-cons-percentage, exec-suffixes)
15082         (dos-display-scancodes, dos-hyper-key, dos-super-key)
15083         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
15084         (make-cursor-line-fully-visible, void-text-area-pointer)
15085         (font-list-limit): Add customization data.
15087         * allout.el (allout-exposure-change-functions)
15088         (allout-structure-added-functions)
15089         (allout-structure-deleted-functions)
15090         (allout-structure-shifted-functions): Rename abnormal hooks from
15091         *-hook, and convert to defcustoms.
15092         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
15093         Convert to defcustoms.
15094         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
15096         * allout-widgets.el: Hook callers changed.
15098 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
15100         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
15101         the yanked message in preference to the default value of
15102         buffer-file-coding-system.
15104 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
15106         * window.el (display-buffer--action-function-custom-type):
15107         Fix entry.
15109 2012-05-02  Alan Mackenzie  <acm@muc.de>
15111         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
15113 2012-05-01  Glenn Morris  <rgm@gnu.org>
15115         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
15117         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
15119         * cus-edit.el (custom-variable-documentation): Simplify with format.
15121 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
15122             Stefan Monnier  <monnier@iro.umontreal.ca>
15124         * simple.el (suggest-key-bindings, execute-extended-command):
15125         Move from keyboard.c.
15127 2012-05-01  Chong Yidong  <cyd@gnu.org>
15129         * follow.el: Eliminate advice.
15130         (set-process-filter, process-filter, sit-for): Advice deleted.
15131         (follow-mode-off-hook): Obsolete hook removed.
15132         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
15133         Vars deleted.
15134         (follow-auto): Use a :set function.
15135         (follow-mode): Rewritten.  Don't advise process filters.
15136         (follow-switch-to-current-buffer-all, follow-scroll-up)
15137         (follow-scroll-down): Assume follow-mode is bound.
15138         (follow-comint-scroll-to-bottom)
15139         (follow-align-compilation-windows): New functions.
15140         (follow--window-sorter): New function.
15141         (follow-all-followers): Use it to explicitly sort windows by their
15142         positions; don't make assumptions about next-window order.
15143         (follow-windows-start-end, follow-delete-other-windows-and-split)
15144         (follow-calc-win-start): Doc fix.
15145         (follow-windows-aligned-p, follow-select-if-visible): Don't call
15146         vertical-motion unnecessarily.
15147         (follow-adjust-window): New function.
15148         (follow-post-command-hook): Use it.
15149         (follow-call-set-process-filter, follow-call-process-filter)
15150         (follow-intercept-process-output, follow-tidy-process-filter-alist)
15151         (follow-stop-intercept-process-output, follow-generic-filter):
15152         Functions deleted.
15153         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
15154         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
15155         New functions, replacing advice on scroll-bar-* commands.
15156         (follow-mwheel-scroll): New function (Bug#4112).
15158         * comint.el (comint-adjust-point): New function.
15159         (comint-postoutput-scroll-to-bottom): Use it.
15160         Call follow-comint-scroll-to-bottom for Follow mode buffers.
15162 2012-05-01  Glenn Morris  <rgm@gnu.org>
15164         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
15165         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
15166         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
15167         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
15168         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
15169         Remove no-byte-compile setting.
15171 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15173         * minibuffer.el (completion-table-with-quoting): Fix compatibility
15174         all-completions code to not return a number in the last cdr.
15176 2012-04-30  Leo Liu  <sdl.web@gmail.com>
15178         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
15179         read-only error.
15181 2012-04-29  Chong Yidong  <cyd@gnu.org>
15183         * follow.el (follow-calc-win-end): Rewrite to handle partial
15184         screen lines correctly (Bug#8390).
15185         (follow-avoid-tail-recenter): Minor cleanup.
15187 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15189         Avoid the obsolete `assoc' package.
15190         * speedbar.el (speedbar-refresh): Avoid adelete.
15191         (speedbar-file-lists): Simplify and avoid aput.
15192         * man.el (Man--sections, Man--refpages): New vars, replacing
15193         Man-sections-alist and Man-refpages-alist.
15194         (Man-build-section-alist, Man-build-references-alist):
15195         Use them; avoid aput.
15196         (Man--last-section, Man--last-refpage): New vars.
15197         (Man-follow-manual-reference): Use them.
15198         Use the `default' arg of completing-read.
15199         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
15201 2012-04-27  Chong Yidong  <cyd@gnu.org>
15203         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
15205         * startup.el (x-apply-session-resources): New function.
15207         * term/ns-win.el (ns-initialize-window-system):
15208         * term/w32-win.el (w32-initialize-window-system):
15209         * term/x-win.el (x-initialize-window-system): Use it to properly
15210         set menu-bar-mode and other vars from X resources, even if the
15211         initial frame is not a window-system frame (Bug#2299).
15213         * subr.el (read-key): Avoid running filter function when setting
15214         up temporary tool bar entries (Bug#9922).
15216 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
15218         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
15219         (Bug#11344)
15221 2012-04-27  Chong Yidong  <cyd@gnu.org>
15223         * select.el (xselect--encode-string): New function, split from
15224         xselect-convert-to-string.
15225         (xselect-convert-to-string): Use it.
15226         (xselect-convert-to-filename, xselect-convert-to-os)
15227         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15228         returned strings are properly encoded (Bug#11315).
15230 2012-04-27  Chong Yidong  <cyd@gnu.org>
15232         * simple.el (delete-active-region): Move to killing custom group.
15234 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
15236         * progmodes/which-func.el (which-func-current): Quote %
15237         characters for mode-line processing.
15239 2012-04-27  Chong Yidong  <cyd@gnu.org>
15241         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15242         reaching eob (Bug#11286).
15244 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
15246         * progmodes/gdb-mi.el (gdb-control-level): New variable.
15247         (gdb): Make it buffer-local and init to zero.
15248         (gdb-control-commands-regexp): New variable.
15249         (gdb-send): Don't wrap in "-interpreter-exec console" if
15250         gdb-control-level is positive.  Increment gdb-control-level
15251         whenever the command matches gdb-control-commands-regexp, and
15252         decrement it each time the command is "end".  (Bug#11279)
15254 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
15256         * window.el (adjust-window-trailing-edge, enlarge-window)
15257         (shrink-window, window-resize):
15258         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15259         windows (Bug#11276).
15261 2012-04-27  Chong Yidong  <cyd@gnu.org>
15263         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15264         fix "missing prefix" warning.  All callers changed.
15266 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15268         * emacs-lisp/assoc.el: Move to obsolete/.
15270 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15272         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15274         * term/ns-win.el (ns-define-service):
15275         * progmodes/pascal.el (pascal-goto-defun):
15276         * progmodes/js.el (js--read-tab):
15277         * progmodes/etags.el (tags-lazy-completion-table):
15278         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15279         * emacs-lisp/ewoc.el (ewoc--wrap):
15280         * emacs-lisp/assoc.el (aput, adelete, amake):
15281         * doc-view.el (doc-view-convert-current-doc):
15282         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15284 2012-04-26  Chong Yidong  <cyd@gnu.org>
15286         * image.el (image-type-from-buffer): Only return supported image
15287         type (Bug#9045).
15289         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15290         value, for symmetry with diff-end-of-hunk.
15291         (diff-split-hunk, diff-find-source-location)
15292         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15293         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15294         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15295         compute the relevant hunk or file properly (Bug#6005).
15296         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15298 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * vc/vc-mtn.el:
15301         * vc/vc-hg.el:
15302         * vc/vc-git.el:
15303         * vc/vc-dir.el:
15304         * vc/vc-cvs.el:
15305         * vc/vc-bzr.el:
15306         * vc/vc-arch.el:
15307         * vc/vc.el: Replace lexical-let by lexical-binding.
15308         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15309         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15310         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15312 2012-04-26  Chong Yidong  <cyd@gnu.org>
15314         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15315         (diff-mode-shared-map): Bind it to / and [remap undo].
15317         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15318         (ediff-window-setup-function): Use it as the default, to set up
15319         windows based on whether the current frame is graphical (Bug#2138).
15320         (ediff-choose-window-setup-function-automatically): Make obsolete.
15322         * vc/ediff-init.el: Always define ediff-pixel-width/height.
15324 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15326         * ffap.el: Remove old code for obsolete package.
15327         (ffap-complete-as-file-p): Remove.
15329         Use completion-table-with-quoting for comint and pcomplete.
15330         * comint.el (comint--unquote&requote-argument)
15331         (comint--unquote-argument, comint--requote-argument): New functions.
15332         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15333         (comint-quote-filename): Use regexp-opt-charset.
15334         (comint--common-suffix, comint--common-quoted-suffix)
15335         (comint--table-subvert): Remove.
15336         (comint-unquote-function, comint-requote-function): New vars.
15337         (comint--complete-file-name-data): Use them with
15338         completion-table-with-quoting.
15339         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15340         * pcomplete.el (pcomplete-arg-quote-list)
15341         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15342         (pcomplete-unquote-argument-function): Default to non-nil.
15343         (pcomplete-unquote-argument): Simplify.
15344         (pcomplete--common-quoted-suffix): Remove.
15345         (pcomplete-requote-argument-function): New var.
15346         (pcomplete--common-suffix): New function.
15347         (pcomplete-completions-at-point): Use completion-table-with-quoting
15348         and completion-table-subvert.
15350         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15351         (minibuffer--double-dollars): Preserve properties.
15352         (completion--sifn-requote): New function.
15353         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15355         * minibuffer.el: Add support for completion of quoted/escaped data.
15356         (completion-table-with-quoting, completion-table-subvert): New funs.
15357         (completion--twq-try, completion--twq-all): New functions.
15358         (completion--nth-completion): New function.
15359         (completion-try-completion, completion-all-completions): Use it.
15361 2012-04-25  Leo Liu  <sdl.web@gmail.com>
15363         * progmodes/python.el (python-pdbtrack-get-source-buffer):
15364         Use compilation-message if available to find real filename.
15366 2012-04-25  Chong Yidong  <cyd@gnu.org>
15368         * vc/diff-mode.el (diff-setup-whitespace): New function.
15369         (diff-mode): Use it.
15371         * vc/diff.el (diff-sentinel):
15372         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15373         Whitespace mode variables based on diff style (Bug#8612).
15375 2012-04-25  Leo Liu  <sdl.web@gmail.com>
15377         * progmodes/python.el (python-send-region): Add suffix .py to the
15378         temp file.
15380         * files.el (auto-mode-alist): Use javascript-mode instead.
15382 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
15384         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
15386         * net/soap-client.el (soap-resolve-references-for-sequence-type)
15387         (soap-resolve-references-for-array-type): Hack to prevent self
15388         references, see Bug#9.
15389         (soap-parse-envelope): Report the contents of the 'detail' node
15390         when receiving a fault reply.
15391         (soap-parse-envelope): Report the contents of the entire 'detail' node.
15393         * net/soap-inspect.el (soap-sample-value-for-simple-type)
15394         (soap-inspect-simple-type): New function.
15396         * net/soap-client.el (soap-simple-type): New struct.
15397         (soap-default-xsd-types, soap-default-soapenc-types)
15398         (soap-decode-basic-type, soap-encode-basic-type):
15399         support unsignedInt and double basic types.
15400         (soap-resolve-references-for-simple-type)
15401         (soap-parse-simple-type, soap-encode-simple-type): New function.
15402         (soap-parse-schema): Parse xsd:simpleType declarations.
15404         * net/soap-client.el (soap-default-xsd-types)
15405         (soap-default-soapenc-types): Add integer, byte and anyURI types.
15406         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15407         the local name of "soapenc:Array".
15408         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15409         decoding integer, byte and anyURI xsd types.
15411 2012-04-25  Chong Yidong  <cyd@gnu.org>
15413         * cus-edit.el (custom-buffer-create-internal): Update header text.
15415 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
15417         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15418         settings on 'system-type', not on 'window-system'.  On MS-Windows,
15419         set interactive-mode on in GDB.
15421 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15423         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15424         (ruby-syntax-propertize-regexp): Remove.
15425         (ruby-syntax-propertize-function): Split regexp into chunks.
15426         Match following code directly.
15428 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
15430         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15431         (ruby-syntax-propertize-regexp): New function.
15432         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15433         by a special keyword.
15435         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15436         (ruby-syntax-general-delimiters-goto-beg)
15437         (ruby-syntax-propertize-general-delimiters): New functions.
15438         (ruby-syntax-propertize-function): Use them to handle GDL.
15439         (ruby-font-lock-keywords): Move old handling of GDL...
15440         (ruby-font-lock-syntactic-keywords): .. to here.
15441         (ruby-calculate-indent): Adjust indentation for GDL.
15443 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
15445         * notifications.el (top): Remove unneeded declarations.
15446         (notifications-specification-version): Change to "1.2".
15447         (notifications-interface, notifications-notify-method)
15448         (notifications-close-notification-method): Fix docstring.
15449         (notifications-get-capabilities-method): New defconst.
15450         (notifications-notify): Add :action-items, :resident and
15451         :transient hints.  Change "image_data" to "image-data" and
15452         "image_path" to "image-path".
15453         (notifications-get-capabilities): New defun.
15455 2012-04-24  Leo Liu  <sdl.web@gmail.com>
15457         * progmodes/python.el: Move hideshow setup to the end.
15459 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
15461         * window.el (handle-select-window): Clear echo area since this is
15462         no more done by read_char (Bug#11304).
15464 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15466         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15467         and `/ M' to filter-derived-mode.
15468         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15469         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15470         (ibuffer-mark-by-mode): Use default rather than initial-input.
15471         (ibuffer-filter-by-derived-mode): Autoload and require-match.
15473 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
15475         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15476         (ibuffer-filter-by-derived-mode): New filter.
15477         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15479 2012-04-23  Andreas Politz  <politza@fh-trier.de>
15481         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15483 2012-04-23  Chong Yidong  <cyd@gnu.org>
15485         * cus-edit.el (customize-apropos, customize-apropos-options):
15486         Disable matching of non-option variables (Bug#11176).
15487         (customize-option, customize-option-other-window)
15488         (customize-changed-options): Doc fix.
15489         (customize-apropos-options, customize-apropos-faces)
15490         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15492         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15493         Fix word list splitting (Bug#11132).
15494         (apropos-symbol, apropos-keybinding, apropos-label)
15495         (apropos-property, apropos-function-button)
15496         (apropos-variable-button, apropos-misc-button): New faces.
15497         (apropos-symbol-face, apropos-keybinding-face)
15498         (apropos-label-face, apropos-property-face, apropos-match-face):
15499         Variables removed (Bug#8396).
15500         (apropos-library-button, apropos-format-plist, apropos-print)
15501         (apropos-print-doc, apropos-describe-plist): Callers changed.
15503 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
15505         * net/xesam.el (xesam-mode-map): Use let-bound map in
15506         initialization.  (Bug#11292)
15508 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15510         Preserve ispell session localwords when switching back to
15511         original buffer.
15513         * textmodes/ispell.el (ispell-buffer-session-localwords):
15514         New buffer-local variable to hold buffer session localwords.
15515         (ispell-kill-ispell): Add option 'clear to delete session
15516         localwords.
15517         (ispell-command-loop, ispell-change-dictionary)
15518         (ispell-buffer-local-words): Preserve session localwords when
15519         needed.
15521         * textmodes/flyspell.el (flyspell-process-localwords)
15522         (flyspell-do-correct): Preserve session localwords when needed.
15524 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15526         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15527         using obsolete `translation-table-for-input'.
15528         (ispell-word, ispell-process-line, ispell-complete-word):
15529         Use plain `insert' instead of removed `ispell-insert-word'.
15531 2012-04-22  Chong Yidong  <cyd@gnu.org>
15533         * cus-edit.el (custom-variable-menu)
15534         (custom-variable-reset-saved, custom-face-menu)
15535         (custom-face-reset-saved): If there is no saved value, make the
15536         "reset-saved" operation bring back the default (Bug#9509).
15537         (custom-face-state): Properly detect themed faces.
15539         * faces.el (face-spec-set): Stop supporting deprecated form of
15540         third arg.
15542 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
15544         Move functions from C to Lisp.  Make non-blocking method calls
15545         the default.  Implement further D-Bus standard interfaces.
15547         * net/dbus.el (dbus-message-internal): Declare function.
15548         Remove unneeded function declarations.
15549         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15550         (dbus-message-type-method-return, dbus-message-type-error)
15551         (dbus-message-type-signal): Declare variables.  Remove local
15552         definitions.
15553         (dbus-interface-dbus, dbus-interface-peer)
15554         (dbus-interface-introspectable, dbus-interface-properties)
15555         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15556         Adapt docstring.
15557         (dbus-interface-objectmanager): New defconst.
15558         (dbus-call-method, dbus-call-method-asynchronously)
15559         (dbus-send-signal, dbus-method-return-internal)
15560         (dbus-method-error-internal, dbus-register-service)
15561         (dbus-register-signal, dbus-register-method): New defuns, moved
15562         from dbusbind.c
15563         (dbus-call-method-handler, dbus-setenv)
15564         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15565         New defuns.
15566         (dbus-call-method-non-blocking): Make it an obsolete function.
15567         (dbus-unregister-object, dbus-unregister-service)
15568         (dbus-handle-event, dbus-register-property)
15569         (dbus-property-handler): Obey the new structure of
15570         `bus-registered-objects'.
15571         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
15572         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15573         Use `dbus-call-method'.
15575 2012-04-22  Chong Yidong  <cyd@gnu.org>
15577         * cus-edit.el (custom-commands, custom-reset-menu)
15578         (Custom-reset-standard): Tweak labels.
15579         (custom-reset-button-menu): Change default to t.
15580         (custom-buffer-create-internal): For the custom-reset-button-menu
15581         case, put the revert button first.
15582         (custom-group-subtitle): New face.
15583         (custom-group-value-create): Align docstring to a specific column.
15585         * wid-edit.el (widget-documentation-link-add): Don't handle
15586         indentation in this function.
15587         (widget-documentation-string-indent-to): New function.
15588         (widget-documentation-string-value-create): Use it.
15590         * autorevert.el (auto-revert):
15591         * epg-config.el (epg):
15592         * ibuffer.el (ibuffer):
15593         * mpc.el (mpc):
15594         * ses.el (ses):
15595         * eshell/eshell.el (eshell):
15596         * net/ange-ftp.el (ange-ftp):
15597         * progmodes/ebnf2ps.el (postscript):
15598         * progmodes/flymake.el (flymake):
15599         * progmodes/prolog.el (prolog):
15600         * progmodes/verilog-mode.el (verilog-mode):
15601         * progmodes/which-func.el (which-func):
15602         * term/xterm.el (xterm):
15603         * textmodes/picture.el (picture):
15604         * textmodes/tildify.el (tildify):
15605         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15606         customization buffers.
15608 2012-04-22  Alan Mackenzie  <acm@muc.de>
15610         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15611         Adding a ) can hide the resulting (..) from searches.  Fix it.
15612         Bound the backward search to the position of the existing (.
15614 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
15616         * progmodes/verilog-mode.el (verilog-mode): Check whether
15617         which-func-modes is t before adding verilog-mode.
15618         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15620 2012-04-21  Leo Liu  <sdl.web@gmail.com>
15622         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15624 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
15626         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15627         filling of the last column of a table (Bug#5635).
15628         (woman-find-next-control-line): New arg, specifying an additional
15629         regexp component for the control line.
15630         (woman2-roff-buffer): Use it.
15631         (woman-break-table): New function.
15632         (woman2-TS): Use it.
15634 2012-04-21  Chong Yidong  <cyd@gnu.org>
15636         * woman.el (woman-set-buffer-display-table, woman-decode-region)
15637         (woman-horizontal-escapes, woman-negative-vertical-space)
15638         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15639         (WoMan-warn-ignored): Use ?\s instead of ?\ .
15641 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * minibuffer.el (completion-file-name-table): Complete user names.
15645 2012-04-20  Leo Liu  <sdl.web@gmail.com>
15647         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15648         and pcase-let*.
15650 2012-04-20  Chong Yidong  <cyd@gnu.org>
15652         * server.el (server-execute): Respect initial-buffer-choice if it
15653         is a string and there are no files to open (Bug#2825).
15654         (server-create-window-system-frame, server-create-tty-frame):
15655         Don't switch buffers here.
15656         (server-process-filter): Only try to open a window system frame if
15657         compiled with graphical support (Bug#8314).
15659 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
15661         * battery.el (battery-echo-area-format): Display remaining time
15662         for sysfs backend too (Bug#11269).
15663         (battery-linux-sysfs): Fix conditional for the charge.
15665 2012-04-20  Chong Yidong  <cyd@gnu.org>
15667         * progmodes/gdb-mi.el (gdb): Revert previous change.
15668         (gdb-inferior-io--init-proc): New function.
15669         (gdb-init-1): Use it.
15670         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15671         responsible for allocating a new pty and hooking it to gdb when
15672         the old pty gets an EIO due to process exit.
15673         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
15674         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15675         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15677 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15679         * window.el (window-min-size, window-sizable, window-min-delta)
15680         (window-max-delta, window--resizable, window-resizable)
15681         (window-total-size, window-full-height-p, window-full-width-p)
15682         (window-in-direction, window--resize-mini-window, window-resize)
15683         (window--resize-child-windows-normal)
15684         (window--resize-child-windows, window--resize-siblings)
15685         (window--resize-this-window, adjust-window-trailing-edge)
15686         (enlarge-window, shrink-window): Doc fixes.
15688 2012-04-20  Chong Yidong  <cyd@gnu.org>
15690         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15691         New function to call delete-process on the gdb-inferior buffer's pty.
15692         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15693         pty process (Bug#11273).
15694         (gdb-update): New arg to suppress talking to the gdb process.
15695         (gdb-done-or-error): Use it.
15696         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15697         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15698         sentinel not being called.
15700         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15702         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15704 2012-04-20  Glenn Morris  <rgm@gnu.org>
15706         * net/network-stream.el (open-network-stream): Doc fix.
15708 2012-04-20  Chong Yidong  <cyd@gnu.org>
15710         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15712 2012-04-20  Alan Mackenzie  <acm@muc.de>
15714         Ensure searching for keywords is case sensitive.
15716         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15717         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15718         (c-defun-name, c-mark-function, c-cpp-define-name)
15719         (c-comment-indent, c-scan-conditionals, c-indent-defun)
15720         (c-context-line-break): Bind case-fold-search to nil.
15722         * progmodes/cc-mode.el (c-font-lock-fontify-region):
15723         Bind case-fold-search to nil.
15725 2012-04-20  Chong Yidong  <cyd@gnu.org>
15727         * mail/sendmail.el (mail-bury): Call return action with the right
15728         Rmail buffer (Bug#11242).
15730         * server.el (server-process-filter): Handle corner case where both
15731         tty and nowait options are present (Bug#11102).
15733 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15735         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15736         (top level): Put into the executable the ident-style '$Id:' tag on
15737         windows-nt as well.
15739 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15741         * electric.el (electric-indent-post-self-insert-function): Check that
15742         electric-indent-mode is enabled in current buffer.
15744 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15746         * imenu.el (imenu-progress-message): Restore; it is "used" in
15747         erc/erc-imenu.el and net/snmp-mode.el.
15749 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15751         * avoid.el (mouse-avoidance-mode): Mark unused arg.
15752         (mouse-avoidance-nudge-mouse): Remove unused binding.
15754         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15756         * descr-text.el (describe-char):
15757         * progmodes/python.el (python-describe-symbol):
15758         Don't call `toggle-read-only', set `buffer-read-only'.
15760         * imenu.el (imenu-default-goto-function): Mark unused args.
15761         (imenu-progress-message): Remove obsolete macro; all callers changed.
15763         * subr.el (keymap-canonicalize): Remove unused binding.
15764         (read-passwd): Mark unused arg.
15766         * tutorial.el (tutorial--display-changes): Remove unused binding.
15767         (tutorial--save-tutorial-to): Remove unused variable.
15769         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15770         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15771         (package-generate-autoloads, package-menu--generate)
15772         (package-menu--find-upgrades): Remove unused bindings.
15774         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15775         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
15776         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15777         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15778         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15779         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15780         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15781         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15782         (cua-delete-char-rectangle): Mark unused args.
15783         (cua-align-rectangle): Remove unused binding.
15785         * mail/rmail.el (compilation--message->loc)
15786         (epa--find-coding-system-for-mime-charset): Declare.
15788         * net/dbus.el (dbus-register-service): Declare.
15789         (dbus-name-owner-changed-handler): Remove unused binding.
15791         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15792         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15793         (nxml-scan-backward-within): Mark unused arg.
15794         (nxml-dynamic-markup-word): Remove unused binding.
15796         * mouse.el (mouse-menu-major-mode-map):
15797         * emacs-lisp/authors.el (authors-scan-change-log)
15798         (authors-add-to-author-list):
15799         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15800         * emacs-lisp/smie.el (smie-auto-fill):
15801         * mail/sendmail.el (mail-bury):
15802         * mail/unrmail.el (unrmail):
15803         * net/tls.el (open-tls-stream):
15804         * textmodes/picture.el (picture-mouse-set-point):
15805         Remove unused bindings.
15807 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
15809         * net/tramp.el (tramp-action-password): Let-bind
15810         `enable-recursive-minibuffers' to t.
15812 2012-04-18  Sam Steingold  <sds@gnu.org>
15814         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15815         instead of 'string to accommodate values like [f11].
15816         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15817         * progmodes/gdb-mi.el: Likewise.
15819 2012-04-18  Leo Liu  <sdl.web@gmail.com>
15821         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15822         current buffer.
15823         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15824         LOCAL is nil.
15826 2012-04-18  Chong Yidong  <cyd@gnu.org>
15828         * simple.el (line-move): Use forward-line if in batch mode
15829         (Bug#11053).
15831 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
15833         * files.el (after-find-file): Do not try to add a final newline if
15834         the buffer is read-only (Bug#11156).
15836 2012-04-17  Richard Stallman  <rms@gnu.org>
15838         * mail/rmail.el (rmail-start-mail):
15839         Pass (rmail-mail-return...) for the return-action.
15840         Pass (rmail-yank-current-message...) for the yank-action.
15841         (rmail-yank-current-message): New function.
15842         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15843         (rmail-reply): Likewise.
15844         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15846         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15847         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
15848         buffer, not newbuf.
15850 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
15852         * server.el (server-ensure-safe-dir): Simplify.
15854 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15856         * emacs-lisp/smie.el: Provide smarter auto-filling.
15857         (smie-auto-fill): New function.
15858         (smie-setup): Use it.
15860         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15862 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
15864         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15865         (comment-indent): Use it.
15867 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15869         * ses.el: The overall change is to add cell renaming, that is
15870         setting fancy names for cell symbols other than name matching
15871         "\\`[A-Z]+[0-9]+\\'" regexp .
15872         (ses-localvars): Add ses--renamed-cell-symb-list.
15873         (ses-create-cell-variable): New defun.
15874         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15875         (ses-relocate-formula): Relocate formulas only for cells the
15876         symbols of which are not renamed, i.e. symbols whose names do not
15877         match regexp "\\`[A-Z]+[0-9]+\\'".
15878         (ses-relocate-all): Relocate values only for cells the symbols of
15879         which are not renamed.
15880         (ses-load): Create cells variables as the (ses-cell ...) are read,
15881         in order to check row col consistency with cell symbol name only
15882         for cells that are not renamed.
15883         (ses-replace-name-in-formula): New defun.
15884         (ses-rename-cell): New defun.
15886 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
15888         * progmodes/perl-mode.el (perl-indent-parens-as-block):
15889         New option (bug#11118).
15890         (perl-calculate-indent): Respect it.
15892 2012-04-17  Glenn Morris  <rgm@gnu.org>
15894         * dired-aux.el (dired-mark-read-string): Doc fix.
15896 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
15898         * dired-aux.el (dired-mark-read-string): Offer optional completion.
15899         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
15901 2012-04-17  Glenn Morris  <rgm@gnu.org>
15903         * mouse.el (mouse-drag-track):
15904         * speedbar.el (speedbar-frame-mode):
15905         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15907 2012-04-16  Leo Liu  <sdl.web@gmail.com>
15909         * progmodes/python.el: Trivial cleanup.
15911 2012-04-16  Glenn Morris  <rgm@gnu.org>
15913         * vc/vc.el (vc-string-prefix-p):
15914         * vc/pcvs-util.el (cvs-string-prefix-p):
15915         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15916         * mpc.el (mpc-string-prefix-p):
15917         Make all of these into obsolete aliases for string-prefix-p.
15918         Update callers.
15919         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15921         * textmodes/two-column.el: Move custom options to the start.
15922         (frame-width): Remove compat definition.
15923         (2C-associate-buffer, 2C-dissociate):
15924         Use with-current-buffer rather than save-excursion.
15925         (2C-dissociate): Force a mode-line update.
15926         (2C-autoscroll): Use ignore-errors.
15928         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15929         Autoload trivia.
15931         * emacs-lisp/cl-extra.el (*random-state*):
15932         Remove unnecessary declaration.
15934         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15936         * play/cookie1.el (cookie-snarf):
15937         Give an explicit error if input file cannot be read.
15939         * play/yow.el (yow-file): Use expand-file-name rather than concat.
15941         * progmodes/perl-mode.el (c-macro-expand):
15942         Remove unnecessary autoload (it is in loaddefs.el).
15944         * textmodes/picture.el (picture-desired-column)
15945         (picture-update-desired-column): Convert comments to doc-strings.
15946         (picture-substitute): Remove function.
15947         (picture-mode-map): Initialize in the defvar.
15949         * woman.el: Remove eval-after-load for tar-mode.
15950         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15951         (woman-tar-extract-file): Autoload it.
15953         * frame.el (automatic-hscrolling): Make this alias obsolete.
15955 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15957         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15958         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15959         (ispell-dictionary-base-alist): Revert to original XEmacs
15960         friendly version for default.  [:alpha:] will be added in
15961         `ispell-set-spellchecker-params' if needed.
15963 2012-04-16  Chong Yidong  <cyd@gnu.org>
15965         * image.el (imagemagick--file-regexp): New variable.
15966         (imagemagick-register-types): Use it.
15967         (imagemagick-types-inhibit): Add :set function.  Allow new value
15968         of t to inhibit all types.
15970         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15971         so we can preload it.
15973         * loadup.el (fboundp): Preload regexp-opt, needed by
15974         imagemagick-register-types.
15976 2012-04-15  Chong Yidong  <cyd@gnu.org>
15978         * frame.el (scrolling): Remove nearly unused customization group.
15980         * scroll-all.el (scroll-all-mode): Move to windows group.
15982 2012-04-15  Chong Yidong  <cyd@gnu.org>
15984         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15986 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15988         Avoid the use of ((lambda ...) ...) in lexical-binding code.
15989         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15991 2012-04-15  Glenn Morris  <rgm@gnu.org>
15993         * simple.el (process-file-side-effects): Doc fix.
15995 2012-04-15  Glenn Morris  <rgm@gnu.org>
15997         * international/mule-cmds.el (set-language-environment): Doc fix.
15999 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
16001         * server.el (server-auth-key, server-generate-key): Doc fixes.
16002         (server-get-auth-key): Doc fix.  Use `string-match-p'.
16003         (server-start): Reflow docstring.
16005 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
16007         * server.el (server-generate-key): `called-interactively-p'
16008         requires a parameter.
16010 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
16012         * server.el (server-auth-key): New variable.
16013         (server-generate-key, server-get-auth-key): New function.
16014         (server-start): Use the new variable and functions to allow
16015         setting a permanent server key (bug#9423).
16017 2012-04-14  Leo Liu  <sdl.web@gmail.com>
16019         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
16021 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
16023         Spelling fixes.
16024         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
16025         Emacs uses American spelling.
16027 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
16029         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
16030         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
16031         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
16032         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
16034 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16036         * progmodes/which-func.el (which-func-modes): Change default.
16038 2012-04-14  Kim F. Storm  <storm@cua.dk>
16040         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
16041         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
16043 2012-04-14  Chong Yidong  <cyd@gnu.org>
16045         * custom.el (custom-theme-set-variables): Doc fix.
16047 2012-04-14  Glenn Morris  <rgm@gnu.org>
16049         * international/mule.el (set-auto-coding-for-load): Doc fix.
16051 2012-04-14  Alan Mackenzie  <acm@muc.de>
16053         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
16054         imenu work again for Objective C Mode.  Correct the *-index values,
16055         these having been disturbed by a previous change in 2011-08.
16057         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
16058         Correct two search limits.
16060 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16062         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
16064 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
16066         * international/characters.el: Fix sorting.
16068 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16070         * international/characters.el: Add more missing Latin case pairs.
16072 2012-04-14  Glenn Morris  <rgm@gnu.org>
16074         * files.el (dir-locals-set-class-variables): Doc fix.
16076 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16078         * international/characters.el: Add set-case-syntax-pair call for
16079         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
16080         counterpart.  (Bug#11209)
16082         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
16084 2012-04-14  Glenn Morris  <rgm@gnu.org>
16086         * calendar/holidays.el (calendar-check-holidays): Doc fix.
16088 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16090         * textmodes/ispell.el (ispell-dictionary-base-alist):
16091         Add data for Hebrew.
16093 2012-04-14  Chong Yidong  <cyd@gnu.org>
16095         * net/rcirc.el (rcirc-cmd-quit):
16096         Revert 2012-03-18 change (Bug#11192).
16098 2012-04-14  Glenn Morris  <rgm@gnu.org>
16100         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
16102 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16104         * minibuffer.el (completion-in-region-mode-map):
16105         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
16107 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
16109         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
16111 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
16113         * minibuffer.el (minibuffer-local-filename-syntax): New variable
16114         to allow `C-M-f' and `C-M-b' to move to the nearest path
16115         separator (bug#9511).
16117 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
16119         * avoid.el: Require cl when compiling.  And also move the
16120         `provide' to the end.
16122 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16124         * avoid.el (mouse-avoidance-banish-position): New variable.
16125         (mouse-avoidance-banish-destination): Use it (bug#10165).
16127 2012-04-13  Leo Liu  <sdl.web@gmail.com>
16129         * progmodes/which-func.el (which-func-modes): Add objc-mode.
16131 2012-04-13  Ken Brown  <kbrown@cornell.edu>
16133         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
16134         this is no longer needed now that cygstart understands file:// URLs.
16135         (browse-url-filename-alist): For the same reason, don't modify
16136         file:// URLs on Cygwin.
16138 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16140         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
16141         the region on shift if the binding is already shifted (bug#11221).
16143 2012-04-12  Glenn Morris  <rgm@gnu.org>
16145         * mail/mailpost.el: Move to obsolete/.
16147 2012-04-12  Drew Adams  <drew.adams@oracle.com>
16149         * imenu.el (imenu--generic-function): Ignore invisible definitions
16150         (bug#10123).
16152 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
16154         * hexl.el (hexl-bits): New variable.
16155         (hexl-options): Mention the variable in the doc string.
16156         (hexl-rulerise, hexl-line-displen): New functions.
16157         (hexl-mode): Mention the new variable.
16158         (hexl-mode, hexl-current-address, hexl-current-address):
16159         Use the displen.
16160         (hexl-ascii-start-column): New function.
16161         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
16162         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
16164 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
16166         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
16167         '("-i" ENCODING), in 2 separate command-line arguments, to specify
16168         the encoding, as expected by hunspell.
16170 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16172         * battery.el (battery--linux-sysfs-regexp): New const.
16173         (battery-status-function): Use it.  Remove yeeloong special case.
16174         (battery-yeeloong-sysfs): Remove.
16175         (battery-echo-area-format): Remove yeeloong special case.
16177 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16179         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
16180         Reported by Noah Friedman.
16182         * subr.el (read-passwd): Use read-string.
16184 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16186         * vcursor.el (vcursor-move): Increase the priority of the overlay
16187         (bug#9663).
16189 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
16191         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
16192         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
16194 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
16196         * textmodes/artist.el (artist-mode): Convert artist-mode to use
16197         define-minor-mode (bug#10760).
16199 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16201         * progmodes/grep.el (rgrep): Tweak the find command line so
16202         that directories matching `grep-find-ignored-files' won't be
16203         pruned (bug#10351).
16205 2012-04-11  Chong Yidong  <cyd@gnu.org>
16207         * startup.el (command-line): Remove support for long-obsolete
16208         variable font-lock-face-attributes.
16210 2012-04-11  Glenn Morris  <rgm@gnu.org>
16212         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
16214 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16216         * window.el (window--state-get-1): Obey window-point-insertion-type.
16218 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
16220         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
16221         to previous function when point is on the first character of a
16222         function.  Take care of that in `narrow-to-defun' (bug#6157).
16224 2012-04-11  Glenn Morris  <rgm@gnu.org>
16226         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16227         not just file-errors.
16229         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16230         (vc-bzr-sha1): Use internal sha1.
16232 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16234         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16236 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
16238         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16239         that start in the middle of the line (bug#10496).
16241 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
16243         * battery.el (battery-linux-proc-acpi): Only one battery is
16244         discharged at a time, but that seems to confuse battery.el when
16245         computing `rate-type' for the battery not being discharged
16246         (bug#10332).
16248 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16250         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16252         * international/quail.el: Use dolist and simplify.
16253         (quail-define-package, quail-update-keyboard-layout)
16254         (quail-define-rules): Use dolist.
16255         (quail-insert-kbd-layout, quail-get-translation): CSE.
16257         * tmm.el: Use dolist, remove left over hook.
16258         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16259         Use dolist.
16260         (calendar-load-hook): Don't mess with it.
16262         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16263         Use derived-mode-p.  Run the diff asynchronously.
16265 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16267         * obsolete/mouse-sel.el: Add an Obsolete-since header.
16269 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
16271         * misc.el: Display absolute path of loaded DLLs (bug#10424).
16272         (list-dynamic-libraries--loaded): New function.
16273         (list-dynamic-libraries--refresh): Use it.
16275 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
16277         * progmodes/python.el (python-fill-paragraph):
16278         Make python-fill-region in a multiline string work when font-lock is
16279         disabled (bug#7018).
16281 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
16283         * language/european.el (cp775): Add oem/legacy (en)coding on
16284         DOS/MS Windows for the Baltic languages.  There are still plenty
16285         of texts written in this encoding/codepage (bug#6519).
16287 2012-04-10  Glenn Morris  <rgm@gnu.org>
16289         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16290         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16292 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
16294         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16295         next-line "n" and previous-line "p" in order to make recentf more
16296         consistent with ibuffer, dired or org-mode (bug#9387).
16298 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16300         * image.el (put-image): Return the overlay created instead of the
16301         optional input string (bug#7834).  Note that this may break code
16302         that is (for some reason or other) depending on `put-image'
16303         returning the string.
16305         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16307         * simple.el (zap-to-char): Allow zapping using input methods
16308         (bug#1580).
16310         * textmodes/fill.el (fill-region): Leave point and mark where they
16311         were before filling (bug#5399).
16313 2012-04-09  Glenn Morris  <rgm@gnu.org>
16315         * version.el (emacs-bzr-get-version):
16316         Handle lightweight checkouts of local branches.
16318 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
16320         * international/characters.el: Recover lost case pairs.  (Bug#11209)
16322 2012-04-09  Chong Yidong  <cyd@gnu.org>
16324         * custom.el (custom-variable-p): Return nil for non-symbol
16325         arguments instead of signaling an error.
16326         (user-variable-p): Obsolete alias for custom-variable-p.
16328         * apropos.el (apropos-variable):
16329         * files-x.el (read-file-local-variable):
16330         * simple.el (set-variable):
16331         * woman.el (woman-mini-help):
16332         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16334 2012-04-09  Glenn Morris  <rgm@gnu.org>
16336         * startup.el (normal-top-level): Don't look for leim-list.el
16337         in places where it will not be found.  (Bug#910)
16339         * international/mule-cmds.el (set-default-coding-systems):
16340         * files.el (normal-mode):
16341         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
16342         This function was removed with ucs-tables.el in 2008.
16344 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
16346         * textmodes/ispell.el (ispell-check-version): For hunspell, set
16347         ispell-encoding8-command to "-i", without a trailing space.
16348         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16349         separate command-line arguments, to specify the encoding, since
16350         that's how hunspell expects it.
16352 2012-04-08  Glenn Morris  <rgm@gnu.org>
16354         * loadup.el: Load bindings before cus-start.
16355         This reduces somewhat the number of "rogue" settings in emacs -Q.
16357 2012-04-07  Glenn Morris  <rgm@gnu.org>
16359         * version.el (emacs-bzr-get-version): New function.
16360         (emacs-bzr-version): New variable.
16361         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
16362         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16364 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
16366         * international/uni-bidi.el, international/uni-category.el:
16367         * international/uni-combining.el, international/uni-decimal.el:
16368         * international/uni-decomposition.el, international/uni-digit.el:
16369         * international/uni-lowercase.el, international/uni-mirrored.el:
16370         * international/uni-name.el, international/uni-numeric.el:
16371         * international/uni-titlecase.el, international/uni-uppercase.el:
16372         Update for Unicode 6.1.
16374 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
16376         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16378 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16380         * window.el (shrink-window): Mention the `window-min-height'
16381         variable in the doc string.
16383 2012-04-05  Bastien Guerry  <bzg@altern.org>
16385         * color.el (color-lighten-name): Fix typo.
16387 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16389         * server.el (server--on-display-p): New function.
16390         (server--on-display-p): Use it.
16392 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
16394         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16395         (bug#11145).
16397 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16399         * comint.el (comint--common-quoted-suffix): Check string boundary
16400         before comparing (bug#11158).
16401         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16403 2012-04-04  Chong Yidong  <cyd@gnu.org>
16405         * minibuffer.el (completion-extra-properties): Doc fix.
16407         * subr.el (delayed-warnings-hook): Doc fix.
16409 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
16411         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16412         selection (Bug#11159).
16413         (epa-insert-keys): Inform that the default public key will be
16414         exported if no key is selected.
16416 2012-04-04  Richard Stallman  <rms@gnu.org>
16418         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16420 2012-04-03  Chong Yidong  <cyd@gnu.org>
16422         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16423         mail-insert-file, not its obsolete alias mail-attach-file.
16425 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
16427         * notifications.el (notifications-notify): Fix docstring.
16429 2012-04-02  Glenn Morris  <rgm@gnu.org>
16431         * emacs-lisp/authors.el (authors-aliases): Another addition.
16433 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
16435         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16436         `tramp-compat-call-process' instead of `tramp-local-call-process'.
16437         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16439 2012-04-01  Chong Yidong  <cyd@gnu.org>
16441         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16442         Handle root directory properly.
16443         (copy-directory): Caller changed.
16445         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16446         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16448 2012-03-31  Glenn Morris  <rgm@gnu.org>
16450         * term/xterm.el (xterm-extra-capabilities): Doc fix.
16452         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
16454         * calendar/calendar.el (calendar-window-list)
16455         (calendar-hide-window): Restore.  (Bug#11140)
16456         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16458         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16460 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16462         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16463         Check if file is a symlink (Bug#10489).
16465         * files.el (copy-directory): Likewise.
16467 2012-03-30  Chong Yidong  <cyd@gnu.org>
16469         * image.el (imagemagick-types-inhibit)
16470         (imagemagick-register-types): Doc fix.
16472 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
16474         * textmodes/ispell.el (ispell-get-extended-character-mode):
16475         Disable extended-char-mode for hunspell.  hunspell does not support it
16476         and treats ~word as ordinary words in pipe mode.
16478 2012-03-30  Glenn Morris  <rgm@gnu.org>
16480         * tutorial.el (help-with-tutorial): Ensure local variables don't
16481         happen to make the buffer read-only.  (Bug#11127)
16483 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16485         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16486         (perl-calculate-indent): Return `noindent' in strings.
16488 2012-03-28  Sam Steingold  <sds@gnu.org>
16490         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16491         instead of the broken adhockery which does not prevent calendar
16492         buffers from being displayed at random after exit.
16493         (calendar-window-list, calendar-hide-window): Remove the broken
16494         adhockery.
16496 2012-03-28  Glenn Morris  <rgm@gnu.org>
16498         * replace.el (query-replace-map): Doc fix.
16500 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
16502         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16503         contents.  (Bug#11109)
16505 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16507         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16508         (bug#11077).
16509         (avl-tree--check, avl-tree--check-node): New funs.
16511 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
16513         * window.el (switch-to-visible-buffer): New option.
16514         (switch-to-prev-buffer, switch-to-next-buffer):
16515         Observe switch-to-visible-buffer.  Make sure that checking for a window
16516         showing a buffer already is done on the same frame.
16518 2012-03-27  Glenn Morris  <rgm@gnu.org>
16520         * startup.el (mail-host-address): Doc fix.
16522 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16524         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16525         than 197 variables.
16527 2012-03-26  Ami Fischman  <ami@fischman.org>
16529         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16531 2012-03-26  Glenn Morris  <rgm@gnu.org>
16533         * files.el (save-buffers-kill-emacs): Doc fix.
16535         * startup.el (normal-top-level, command-line, command-line-1):
16536         Give them doc strings.
16538 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
16540         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16541         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16543 2012-03-25  Chong Yidong  <cyd@gnu.org>
16545         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16546         theme if it was previously enabled before (Bug#11031).
16548         * cus-theme.el (custom-theme-write-faces): Retrieve current face
16549         spec with custom-face-get-current-spec if its :shown-value is not
16550         determined yet (Bug#9337).
16551         (customize-create-theme, custom-theme-revert): Doc fixes.
16553         * button.el (button-at): Minor addition to docstring.
16555 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
16557         * vc/vc.el (vc-merge): Fix a prompt.
16559 2012-03-24  Chong Yidong  <cyd@gnu.org>
16561         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16562         point (Bug#9623).
16564         * button.el (button-at): Minor addition to docstring.
16566 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16568         * newcomment.el (comment-choose-indent): No space after BOL.
16570 2012-03-22  Sam Steingold  <sds@gnu.org>
16572         * window.el (switch-to-prev-buffer): Revert last patch because the
16573         bug turned out to be an advertised feature (Elisp manual 28.14).
16575 2012-03-22  Glenn Morris  <rgm@gnu.org>
16577         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
16578         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16580 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582         * net/network-stream.el (network-stream-open-starttls): Make error
16583         message under Windows be less misleading.
16585 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
16587         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16588         understands (bug#9942).
16590 2012-03-22  Chong Yidong  <cyd@gnu.org>
16592         * simple.el (end-of-visible-line): Handle return value of
16593         next-single-property-change properly (Bug#9371).
16595 2012-03-22  Kenichi Handa  <handa@m17n.org>
16597         * international/quail.el (quail-insert-kbd-layout): Fix previous
16598         change.  To avoid unwanted bidi reordering, use
16599         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16601 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
16603         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16604         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16605         (ruby-beginning-of-indent): Be more careful with the difference
16606         between word-boundary and symbol boundary.
16607         (ruby-mode-syntax-table): Make : a symbol constituent.
16609 2012-03-21  Andreas Politz  <politza@fh-trier.de>
16611         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16613 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16615         * progmodes/etags.el (tags-completion-at-point-function):
16616         Improve last fix.
16618         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16620 2012-03-21  Sam Steingold  <sds@gnu.org>
16622         * progmodes/etags.el (tags-completion-at-point-function):
16623         Avoid the error when point is inside the pattern.
16625 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
16627         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16628         line (Bug#10855).
16630 2012-03-21  Drew Adams  <drew.adams@oracle.com>
16632         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16634 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
16636         * ido.el (ido-set-current-directory, ido-read-internal)
16637         (ido-choose-completion-string, ido-completion-help): Handle nil
16638         value of ido-completion-buffer (Bug#11008).
16640 2012-03-21  Sam Steingold  <sds@gnu.org>
16642         * window.el (switch-to-prev-buffer): Do not switch to a visible
16643         window previous buffer, just like with the frame previous buffers.
16645 2012-03-21  Chong Yidong  <cyd@gnu.org>
16647         * faces.el (make-face, make-empty-face, copy-face):
16648         * face-remap.el (face-remap-add-relative, face-remap-set-base):
16649         Doc fixes.
16651 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16653         * wid-edit.el (widget-complete-field): Remove (bug#11051).
16654         (widget-complete): Remove broken use of it.
16656 2012-03-20  Chong Yidong  <cyd@gnu.org>
16658         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16659         Use string-width and truncate-string-width to handle arbitrary
16660         characters.
16662 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
16664         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16665         to draw rectangles, not squares.  (Regression introduced by revno
16666         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16668 2012-03-18  Chong Yidong  <cyd@gnu.org>
16670         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16671         it is not yet defined (for temacs).
16673 2012-03-18  Leo Liu  <sdl.web@gmail.com>
16675         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16676         prefix.
16678 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16680         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16681         (ispell-choices-win-default-height, ispell-silently-savep)
16682         (ispell-dictionary-alist, ispell-encoding8-command)
16683         (ispell-check-version, ispell-aspell-find-dictionary)
16684         (ispell-valid-dictionary-list, ispell-words-keyword)
16685         (ispell-get-word, ispell-internal-change-dictionary)
16686         (ispell-region, ispell-skip-region-list)
16687         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16688         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16689         (ispell-message-text-end, ispell-message)
16690         (ispell-buffer-local-parsing): Doc fix.
16692 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
16694         * htmlfontify.el: Add support for code block fontification for ODT
16695         export (Bug #9914).
16696         (hfy-optimisations): Define new option
16697         `body-text-only'
16698         (hfy-fontify-buffer): Honor above setting.
16699         (hfy-begin-span, hfy-end-span): New routines factored out form
16700         `hfy-fontify-buffer'.
16701         (hfy-begin-span-handler, hfy-end-span-handler): New variables
16702         that permit insertion of custom tags.
16703         (hfy-fontify-buffer): Use above handlers.
16704         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16705         (hfy-face-to-css): Re-defined to be a variable.
16706         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
16707         over multiple runs.  This is made possible by having the caller let
16708         bind a special variable `hfy-user-sheet-assoc'.
16709         (htmlfontify-string): New defun.
16710         (hfy-compile-face-map): Make sure that the last char in the
16711         buffer is correctly fontified.
16712         (hfy-face-resolve-face): Whitespace only change.
16714 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16716         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16717         message more clear.
16719 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16721         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16723 2012-03-16  Alan Mackenzie  <acm@muc.de>
16725         Further optimize the handling of large macros.
16727         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16728         limit to a call of `c-literal-limits'.
16729         (c-determine-+ve-limit): New function.
16730         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16731         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16732         In CASE 5B, restrict a search limit to 500.
16733         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16735         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16736         Restrict macro bounds to +-500 from after-change's BEG END.
16738 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16740         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16742 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
16744         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16745         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
16747 2012-03-16  Glenn Morris  <rgm@gnu.org>
16749         * view.el (view-buffer, view-buffer-other-window)
16750         (view-buffer-other-frame): Doc fixes re special mode-class.
16752         * subr.el (eval-after-load): If named feature is provided not from
16753         a file, run after-load forms.  (Bug#10946)
16755         * calendar/calendar.el (calendar-insert-at-column):
16756         Handle non-unit-width characters a bit better.  (Bug#10978)
16758 2012-03-15  Chong Yidong  <cyd@gnu.org>
16760         * emacs-lisp/ring.el (ring-extend): New function.
16761         (ring-insert+extend): Extend the ring correctly (Bug#11019).
16763         * comint.el (comint-read-input-ring)
16764         (comint-add-to-input-history): Grow comint-input-ring lazily.
16766 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16768         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16769         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16771         * imenu.el: Fix multiple inheritance breakage (bug#9199).
16772         (imenu-add-to-menubar): Don't add a redundant index.
16773         (imenu-update-menubar): Handle a dynamically composed keymap.
16775 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16777         * mail/sendmail.el (mail-encode-header):
16778         Bind rfc2047-encode-encoded-words to nil.
16780 2012-03-13  Glenn Morris  <rgm@gnu.org>
16782         * calendar/calendar.el (calendar-string-spread):
16783         Handle non-unit-width characters a bit better.  (Bug#10978)
16785 2012-03-13  Leo Liu  <sdl.web@gmail.com>
16787         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16788         directory and file as argument (Bug#10822).
16790 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16792         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16793         For dynamically generated code, follow $PC.
16794         (gdb-disassembly-handler-custom): Handle no function name case.
16796 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
16798         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16799         * emulation/ws-mode.el (ws-query-replace):
16800         * sort.el (sort-regexp-fields):
16801         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
16803 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16805         * dabbrev.el: Fix cycle completion order (bug#10963).
16806         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16807         (dabbrev-completion): Don't use an obarray; provide
16808         a cycle-sort-function.
16810 2012-03-12  Leo Liu  <sdl.web@gmail.com>
16812         * simple.el (kill-new): Use equal-including-properties for comparison.
16813         (kill-do-not-save-duplicates): Doc fix.
16815 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16817         * dabbrev.el: Fix cycle completion (bug#10963).
16818         Use lexical binding and wrap to 80 columns.
16819         (dabbrev-completion): Delay computing the list of completions.
16821 2012-03-12  Kenichi Handa  <handa@m17n.org>
16823         * international/quail.el (quail-insert-kbd-layout): Surround each
16824         row by LRO and PDF instead of inserting many LRMs.  Pad the left
16825         and right of each non-spacing marks.  Insert invisible space
16826         between lower and upper characters to prevent composition.
16828 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16830         * minibuffer.el (minibuffer-complete): Don't get confused when the
16831         function is run twice via different commands (bug#10958).
16832         (complete-with-action): Fix docstring.
16834 2012-03-12  Chong Yidong  <cyd@gnu.org>
16836         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16837         (nxml-completion-at-point-function): New function.
16838         (nxml-mode): Use it.
16839         (nxml-bind-meta-tab-to-complete-flag): Default to t.
16841         * emacs-lisp/package.el (package-unpack, package-unpack-single):
16842         Load generated autoloads file before byte compiling (Bug#10970).
16843         (package--make-autoloads-and-compile): New helper fun.
16845 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
16847         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16849 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
16851         * autorevert.el (auto-revert-handler): Ensure, that
16852         file-readable-p is applied only for local files or in
16853         auto-revert-tail-mode.
16855 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
16857         * server.el (server-eval-at): Handle non-tcp connections.
16858         Decode result string.
16860         * server.el (server-msg-size): New constant.
16861         (server-reply-print): New function.
16862         (server-eval-and-print): Use it.
16863         (server-eval-at): Use server-quote-arg and server-unquote-arg.
16864         Handle -print-nonl.
16866 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
16868         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16869         (Bug#10987).
16871 2012-03-11  Chong Yidong  <cyd@gnu.org>
16873         * simple.el (goto-line): Doc fix (Bug#9938).
16875         * subr.el (save-window-excursion): Doc fix (Bug#9979).
16877         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16878         when finished (Bug#10963).
16880 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
16882         * window.el (split-window-below): Fix bug in case where
16883         split-window-keep-point is nil (Bug#10971).
16885 2012-03-11  Juri Linkov  <juri@jurta.org>
16887         * replace.el (replace-highlight): Set isearch-word to nil
16888         unconditionally.  (Bug#10887)
16890 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
16892         * net/mairix.el (mairix-replace-invalid-chars): Rename from
16893         mairix-replace-illegal-chars; all callers changed.  Don't remove
16894         ^, ~, and = characters: they are meaningful in mairix search specs.
16895         (mairix-widget-create-query): Add usage information about mairix
16896         search forms: negating words, searching for substrings, etc.
16898 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
16900         * international/fontset.el (font-encoding-alist): Add an entry for
16901         ksx1001 (Bug#5667).
16903 2012-03-10  Richard Stallman  <rms@gnu.org>
16905         * mail/sendmail.el (mail-encode-header):
16906         Set rfc2047-encode-encoded-words.
16908         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16910         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16911         view buffer means not swapped.
16912         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16913         (rmail-write-region-annotate): Error if real text has disappeared.
16915         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16917 2012-03-10  Chong Yidong  <cyd@gnu.org>
16919         * emulation/cua-rect.el (cua--init-rectangles):
16920         * emulation/cua-base.el (cua--init-keymaps):
16921         Add delete-forward-char to remappings (Bug#9666).
16923 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
16925         * speedbar.el (speedbar-unhighlight-one-tag-line):
16926         Avoid unhighlighting due to frame switching (Bug#10275).
16928 2012-03-10  Chong Yidong  <cyd@gnu.org>
16930         * minibuffer.el (completion-in-region, completion-help-at-point):
16931         Give the completion field overlay a high priority (Bug#6830).
16933         * dired.el (dired-goto-file): Recognize absolute file name
16934         listings (Bug#7126).
16935         (dired-goto-file-1): New helper function.
16936         (dired-toggle-read-only): Inhibit warnings.
16938 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
16940         * net/dbus.el (dbus-property-handler): Return empty array if
16941         there are no properties.
16943 2012-03-09  Leo Liu  <sdl.web@gmail.com>
16945         * savehist.el (savehist-printable): Stricter check for string
16946         value (Bug#10937).
16948 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
16950         * mail/smtpmail.el (smtpmail-send-it):
16951         Bind coding-system-for-write to *-unix, so that FCC files are kept in
16952         valid mbox format.
16954 2012-03-09  Glenn Morris  <rgm@gnu.org>
16956         * files.el (dir-locals-find-file):
16957         Don't check result is regular, readable.
16958         (dir-locals-read-from-file): Demote errors.
16960 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
16962         * international/quail.el (quail-insert-kbd-layout):
16963         Insert invisible LRM characters before each character in a keyboard
16964         layout cell, to prevent their reordering by bidi display engine.
16965         For details, see the discussion in
16966         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16968 2012-03-08  Alan Mackenzie  <acm@muc.de>
16970         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16971         the starting position; make it extend the marked region when
16972         invoked repeatedly - all under appropriate circumstances.
16973         Fixes bugs #5525, #10906.
16975 2012-03-08  Glenn Morris  <rgm@gnu.org>
16977         * files.el (locate-dominating-file, dir-locals-find-file):
16978         Undo 2012-03-06 change.
16980 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
16982         * international/quail.el (quail-help):
16983         Force bidi-paragraph-direction be left-to-right.  See discussion in
16984         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16985         for the reason.
16987 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
16989         Avoid superfluous registering of signals.  (Bug#10807)
16991         * notifications.el (notifications-on-action-object)
16992         (notifications-on-close-object): New defvars.
16993         (notifications-on-action-signal, notifications-on-closed-signal):
16994         Unregister the signal if not needed any longer.
16995         (notifications-notify): Register `notifications-action-signal' or
16996         `notifications-closed-signal', if :on-action or :on-close has been
16997         passed as argument.
16999 2012-03-07  Chong Yidong  <cyd@gnu.org>
17001         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
17002         non-X platforms.
17004 2012-03-06  Glenn Morris  <rgm@gnu.org>
17006         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17007         (x-disown-selection-internal, x-get-selection-internal):
17008         Doc fix (add arglist signatures).  (Bug#10783)
17010 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
17012         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17013         Handle breakpoints with no "type".
17015 2012-03-06  Glenn Morris  <rgm@gnu.org>
17017         * files.el (locate-dominating-file): Add optional predicate argument.
17018         (dir-locals-find-file): Make use of above change.
17020 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
17022         * info.el (Info-insert-dir): Also try "dir.gz".
17024 2012-03-06  Glenn Morris  <rgm@gnu.org>
17026         * files.el (dir-locals-find-file):
17027         Ignore non-readable or non-regular files.  (Bug#10928)
17029         * files.el (locate-dominating-file): Doc fix.
17031 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
17033         * calendar/calendar.el (calendar-set-mode-line):
17034         `getenv' returns a string.  (Bug#10951)
17036 2012-03-05  Leo Liu  <sdl.web@gmail.com>
17038         * simple.el (backward-delete-char-untabify): Constrain point to
17039         field (Bug#10939).
17041         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
17043 2012-03-05  Chong Yidong  <cyd@gnu.org>
17045         * simple.el (count-words): If called from Lisp, return the word
17046         count, for symmetry with `count-lines'.  Arglist changed.
17047         (count-words--message): Args changed.  Consolidate counting code
17048         from count-words and count-words-region.
17049         (count-words-region): Caller changed.
17050         (count-lines-region): Make it an obsolete alias.
17052 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
17054         * saveplace.el (save-place-to-alist)
17055         (save-place-ignore-files-regexp): Allow value nil to disable this
17056         feature.
17058 2012-03-04  Chong Yidong  <cyd@gnu.org>
17060         * faces.el (face-spec-reset-face): For the default face, reset the
17061         attributes to default values (Bug#10748).
17063 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
17066         previous patch: Check `message-send-mail-function', and not the
17067         default function (bug#10897).
17069 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
17071         * notifications.el (notifications-on-action-signal)
17072         (notifications-on-closed-signal): Check for unique service name of
17073         incoming event.  Fix error in removing entry.
17074         (top): Register for signals with wildcard service name.
17075         (notifications-notify): Use daemon unique service name for map entries.
17077 2012-03-04  Chong Yidong  <cyd@gnu.org>
17079         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
17081 2012-03-04  Glenn Morris  <rgm@gnu.org>
17083         * abbrev.el (copy-abbrev-table, abbrev-table-p)
17084         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
17085         (expand-abbrev, define-abbrev-table): Doc fixes.
17087 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17089         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
17090         `message-default-send-mail-function' and not `send-mail-function'
17091         when doing the prompting for `sendmail-query-once' before sending
17092         in Message buffers (bug#10897).
17094         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
17095         This is inconsistent with all the other stream functions, which leave
17096         the setting up to the higher levels (if so wanted) (bug#10931).
17098 2012-03-02  Alan Mackenzie  <acm@muc.de>
17100         Depessimize the handling of very large macros.
17102         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
17103         (c-macro-cache-syntactic): New variables to implement a one
17104         element macro cache.
17105         (c-invalidate-macro-cache): New function.
17106         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
17107         Adapt to use the new cache.
17108         (c-state-safe-place): Use better the cache of safe positions.
17109         (c-state-semi-nonlit-pos-cache)
17110         (c-state-semi-nonlit-pos-cache-limit):
17111         New variables for...
17112         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
17113         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
17114         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
17115         Use c-state-semi-safe-place.
17117         * progmodes/cc-langs.el (c-get-state-before-change-functions):
17118         Add c-invalidate-macro-cache to the C, C++, Obj entries.
17120 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
17122         * jka-compr.el (jka-compr-call-process):
17123         Apply `file-accessible-directory-p' only when the default directory is
17124         not remote.
17126 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
17128         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
17129         access of FILE2, if FILE1 does not exist.
17131         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
17132         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
17134         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
17135         Add "PAGER=" to `process-environment'.
17137 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
17139         * progmodes/sql.el: Bug fix
17140         (sql-get-login-ext): Save login values in globals.
17141         (sql-get-login): Use new version of `sql-get-login-ext'.
17142         (sql-interactive-mode): Set global `sql-connection' to nil.
17143         (sql-connect): Set global values for connection.
17144         (sql-product-interactive): Save global values as buffer local.
17146 2012-02-29  Leo Liu  <sdl.web@gmail.com>
17148         * abbrev.el (define-abbrevs): Reset sys to nil.
17150 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17152         * files.el (file-equal-p): Rename from `files-equal-p'.
17153         Return nil when one or both files don't exist.
17154         (file-subdir-of-p): Now only top directory must exists,
17155         return nil if it doesn't.
17156         (copy-directory): No need to test with `file-subdir-of-p' after
17157         creating dir.
17158         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
17159         to `file-equal-p'.
17161 2012-02-28  Glenn Morris  <rgm@gnu.org>
17163         * shell.el (shell-mode):
17164         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
17165         * play/landmark.el (landmark-font-lock-face-O):
17166         * play/handwrite.el (handwrite):
17167         * play/gomoku.el (gomoku-O):
17168         * net/browse-url.el (browse-url-browser-display):
17169         * international/mule.el (define-charset):
17170         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
17171         * filesets.el (filesets-find-file-delay):
17172         * eshell/em-xtra.el (eshell-xtra):
17173         * eshell/em-unix.el (eshell-grep):
17174         * emulation/viper.el (viper-mode):
17175         * emacs-lisp/regexp-opt.el (regexp-opt-group):
17176         * emacs-lisp/easymenu.el (easy-menu-define):
17177         * calendar/timeclock.el (timeclock-use-display-time):
17178         * bs.el (bs-mode):
17179         * bookmark.el (bookmark-save-flag):
17180         Doc fix (standardize possessive apostrophe usage).
17182 2012-02-27  Chong Yidong  <cyd@gnu.org>
17184         * emulation/viper-cmd.el (viper-intercept-ESC-key):
17185         Fix key-binding lookup for ESC key (Bug#9146).
17187         * font-lock.el (font-lock-specified-p): Rename from
17188         font-lock-spec-present.  Callers changed.
17190 2012-02-27  Daniel Hackney  <dan@haxney.org>
17192         * emacs-lisp/package.el (package-compute-transaction):
17193         Handle holding a package version to t in package-load-list.
17195 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
17197         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
17198         (tramp-get-inode, tramp-get-device): Use cached values.
17200 2012-02-26  Alan Mackenzie  <acm@muc.de>
17202         Check there is a font-lock specification before doing initial
17203         fontification.
17205         * font-core.el (font-lock-mode): Move the conditional from
17206         :after-hook to font-lock-initial-fontify.
17207         (font-lock-default-function): Move the check for a specification
17208         to font-lock-spec-present.
17210         * font-lock.el (font-lock-initial-fontify): Call ...
17211         (font-lock-spec-present): New function.
17213 2012-02-26  Jim Blandy  <jimb@red-bean.com>
17215         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
17216         (gdb-send): Apply it to the operand of the '-interpreter-exec
17217         console' command, so that we can pass arguments with (say) quotes
17218         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
17220 2012-02-26  Chong Yidong  <cyd@gnu.org>
17222         * help-fns.el (describe-function-1): Clarify description of
17223         remapping (Bug#10844).
17225         * files.el (files-equal-p): Doc fix.
17226         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
17227         and quit the loop once a mismatch is found.
17229 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
17231         * bs.el (bs--show-with-configuration): Don't throw an error
17232         if the window cannot be split; otherwise, subsequent calls to
17233         bs-show fail, restoring a stale window config.  (Bug#10882)
17235 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
17237         * term/ns-win.el (global-map): Bind ns-drag-file to
17238         ns-find-file (Bug#5855, Bug#10050).
17240 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
17242         * calendar/parse-time.el (parse-time-string): Allow extractor to
17243         return nil.
17245 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
17247         * net/tramp.el (tramp-file-name-for-operation):
17248         Add `files-equal-p' and `file-subdir-of-p'.
17250         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17251         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17252         Add COPY-CONTENTS argument.
17254 2012-02-25  Chong Yidong  <cyd@gnu.org>
17256         Add custom groups for VC backends, for consistency with vc-bzr.
17258         * vc/vc-arch.el (vc-arch):
17259         * vc/vc-cvs.el (vc-cvs):
17260         * vc/vc-git.el (vc-git):
17261         * vc/vc-hg.el (vc-hg):
17262         * vc/vc-mtn.el (vc-mtn):
17263         * vc/vc-rcs.el (vc-rcs):
17264         * vc/vc-sccs.el (vc-sccs):
17265         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17266         All relevant defcustoms reassigned.
17268 2012-02-25  Chong Yidong  <cyd@gnu.org>
17270         * newcomment.el (comment-styles): Add autoload (Bug#10868).
17272         * term/x-win.el (x-initialize-window-system): Reduce default for
17273         x-selection-timeout to 5 seconds (Bug#8869).
17275 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17277         * files.el (files-equal-p, file-subdir-of-p): New functions.
17278         (copy-directory): Error when trying to copy a directory on itself.
17279         Add missing copy-contents arg to tramp handler.
17280         * dired-aux.el (dired-copy-file-recursive): Same.
17281         (dired-create-files): Modify destination when source is equal to
17282         dest when copying files.
17283         Return also when dest is a subdir of source.  (Bug#10489)
17285 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
17287         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17288         (Bug#10874)
17290 2012-02-23  Alan Mackenzie  <acm@muc.de>
17292         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17293         parameter "after-hook:" to allow the expansion to run code after
17294         the execution of the mode hooks.
17296         * font-lock.el (font-lock-initial-fontify): New function extracted
17297         from font-lock-mode-internal.
17299         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17300         :after-hook.
17302 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17304         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17305         (completion--cache-all-sorted-completions): New function.
17306         (completion-all-sorted-completions): Use it.
17307         (completion--do-completion, minibuffer-force-complete):
17308         Use it to re-instate the flush hook.
17310         * icomplete.el (icomplete-completions): Replace last fix with a better
17311         one (bug#10850).
17313 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
17315         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17316         when it might call us back infinitely (bug#10797).
17318 2012-02-23  Glenn Morris  <rgm@gnu.org>
17320         * minibuffer.el (completion-category-overrides): Doc fix.
17322 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17324         * minibuffer.el (completion-table-with-context): Fix inf-loop.
17325         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17327 2012-02-23  Glenn Morris  <rgm@gnu.org>
17329         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17330         (authors-obsolete-files-regexps, authors-ignored-files)
17331         (authors-ambiguous-files, authors-renamed-files-alist):
17332         Add more entries.
17334 2012-02-23  Juri Linkov  <juri@jurta.org>
17336         * isearch.el (isearch-occur): Sync interactive spec with occur's
17337         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
17339         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17341 2012-02-22  Juri Linkov  <juri@jurta.org>
17343         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17344         (ucs-insert): Doc fix.  Check for hex digits in the string.
17345         Don't display `nil' in the error message.  (Bug#10857)
17347 2012-02-22  Alan Mackenzie  <acm@muc.de>
17349         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17351 2012-02-22  Glenn Morris  <rgm@gnu.org>
17353         * ffap.el (ffap-c-path):
17354         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
17356 2012-02-22  Chong Yidong  <cyd@gnu.org>
17358         * custom.el (load-theme): Doc fix.
17360 2012-02-22  Glenn Morris  <rgm@gnu.org>
17362         * dired-x.el (dired-guess-shell-alist-default):
17363         Remove escape sequences from nroff output.  (Bug#172)
17365 2012-02-21  Glenn Morris  <rgm@gnu.org>
17367         * vc/emerge.el (emerge-defvar-local):
17368         Set `permanent-local' property rather than unused `preserved'.
17370         * textmodes/picture.el (picture-delete-char): New alias.
17371         (picture-mode-map): Use it.  (Bug#10860)
17372         (picture-mode): Doc fix.
17374 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
17376         * newcomment.el (uncomment-region-default): Remove unused binding.
17378 2012-02-21  Glenn Morris  <rgm@gnu.org>
17380         * textmodes/picture.el (picture-motion, picture-motion-reverse)
17381         (picture-self-insert, picture-tab-chars): Doc fix.
17382         (picture-mode-map): Fix C-a, C-e.
17384 2012-02-20  Glenn Morris  <rgm@gnu.org>
17386         * emacs-lisp/authors.el (authors-aliases): Add another entry.
17388 2012-02-20  Leo Liu  <sdl.web@gmail.com>
17390         * icomplete.el (icomplete-completions): Check FROM arg before
17391         passing to substring (Bug#10850).
17393 2012-02-19  Chong Yidong  <cyd@gnu.org>
17395         * comint.el: Require ansi-color.
17396         (comint-output-filter-functions): Add ansi-color-process-output.
17398         * ansi-color.el: Don't set comint-output-filter-functions; it is
17399         now in the initial value defined in comint.el.
17400         (ansi-color-apply-face-function): New variable.
17401         (ansi-color-apply-on-region): Use it.
17402         (ansi-color-apply-overlay-face): New function.
17404         * shell.el (shell): No need to require ansi-color.
17405         (shell-mode): Use ansi-color-apply-face-function to highlight
17406         color escapes using font-lock-face property (Bug#10835).
17408 2012-02-19  Chong Yidong  <cyd@gnu.org>
17410         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17411         mode-line formats (Bug#10839).
17413 2012-02-18  Glenn Morris  <rgm@gnu.org>
17415         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17417         * mail/undigest.el (unforward-rmail-message): Doc fix.
17419         * saveplace.el (save-place-ignore-files-regexp): Add :version.
17421 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
17423         * international/characters.el (script-list): Sync with the latest
17424         Unicode Character Database.
17426 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
17428         * international/titdic-cnv.el: Remove duplicate coding tag.
17429         * language/cham.el: Likewise.
17430         * language/tai-viet.el: Likewise.
17432 2012-02-18  Glenn Morris  <rgm@gnu.org>
17434         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17435         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17436         (calendar-bahai-all-holidays-flag, calendar-other-dates):
17437         * calendar/diary-lib.el (diary-abbreviated-year-flag):
17438         * calendar/holidays.el (holiday-bahai-holidays)
17439         (calendar-holidays, list-holidays):
17440         Use utf-8 Bahá'í in doc-strings, menus, etc.
17442 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
17444         * saveplace.el (save-place-ignore-files-regexp): New variable
17445         allowing for excluding files from saving their location of point.
17446         The default value matches the temporary commit message editing
17447         files from Git, SVN, Bazaar, and Mercurial.
17448         (save-place-to-alist): Use it.
17450 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
17451             Stefan Monnier  <monnier@iro.umontreal.ca>
17453         * newcomment.el (uncomment-region-default): Don't leave extra space
17454         when an arg is provided (bug#8150).
17456 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
17458         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17460 2012-02-17  Glenn Morris  <rgm@gnu.org>
17462         * net/socks.el: Require network-stream.  (Bug#10599)
17464 2012-02-17  Kenichi Handa  <handa@m17n.org>
17466         * international/charprop.el:
17467         * international/uni-name.el:
17468         * international/uni-old-name.el:
17469         * international/uni-comment.el: Regenerate.
17471 2012-02-16  Glenn Morris  <rgm@gnu.org>
17473         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17474         Interactively in calendar buffer, give an error if not on a date.
17476 2012-02-15  Glenn Morris  <rgm@gnu.org>
17478         * shell.el (shell-delimiter-argument-list):
17479         Revert 2011-02-17 change.  (Bug#8027)
17481 2012-02-15  Chong Yidong  <cyd@gnu.org>
17483         * minibuffer.el (completion-at-point-functions): Doc fix.
17485         * custom.el (defcustom): Doc fix; note use of defvar.
17487 2012-02-15  Glenn Morris  <rgm@gnu.org>
17489         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17490         Doc fixes.
17492 2012-02-14  Glenn Morris  <rgm@gnu.org>
17494         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17496 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
17498         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17499         way the ports list is computed.
17500         (smtpmail-query-smtp-server): Prompt the user for a port number if
17501         we can't connect to any of the standard ports (bug#10810).
17503 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17505         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17507 2012-02-13  Glenn Morris  <rgm@gnu.org>
17509         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
17511 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
17513         * net/gnutls.el (gnutls-trustfiles): New variable.
17514         (gnutls-negotiate): Use it.
17516 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
17518         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17519         does its stuff if Gnus is running.
17521 2012-02-13  Alan Mackenzie  <acm@muc.de>
17523         Fix a loop in c-set-fl-decl-start.
17525         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17526         c-backward-syntactic-ws actually moves backwards.
17528 2012-02-13  Leo Liu  <sdl.web@gmail.com>
17530         * net/rcirc.el (rcirc-markup-attributes): Move point to the
17531         beginning so that all \C-o chars are removed.
17533 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
17535         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17537 2012-02-12  Alan Mackenzie  <acm@muc.de>
17539         Fix infinite loop with long macros.
17540         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17542 2012-02-12  Chong Yidong  <cyd@gnu.org>
17544         * window.el (display-buffer): Doc fix (Bug#10785).
17546 2012-02-12  Glenn Morris  <rgm@gnu.org>
17548         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17549         (x-disown-selection-internal, x-get-selection-internal):
17550         Sync docs with the xselect.c versions.
17552         * allout-widgets.el: Add missing license notice.
17554 2012-02-11  Glenn Morris  <rgm@gnu.org>
17556         * select.el (x-get-selection-internal, x-own-selection-internal)
17557         (x-disown-selection-internal):
17558         * x-dnd.el (x-get-selection-internal): Update declarations.
17560         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17562         * window.el (window-sides-slots):
17563         * tool-bar.el (tool-bar-position):
17564         * term/xterm.el (xterm-extra-capabilities):
17565         * ses.el (ses-self-reference-early-detection):
17566         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17567         (verilog-auto-wire-type)
17568         (verilog-auto-delete-trailing-whitespace)
17569         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17570         (verilog-auto-tieoff-declaration):
17571         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17572         (sql-oracle-statement-starters, sql-oracle-scan-on):
17573         * progmodes/prolog.el (prolog-align-comments-flag)
17574         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17575         (prolog-left-indent-regexp, prolog-paren-indent-p)
17576         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17577         (prolog-types, prolog-mode-specificators)
17578         (prolog-determinism-specificators, prolog-directives)
17579         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17580         (prolog-electric-dot-flag)
17581         (prolog-electric-dot-full-predicate-template)
17582         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17583         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17584         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17585         (prolog-program-switches, prolog-prompt-regexp)
17586         (prolog-debug-on-string, prolog-debug-off-string)
17587         (prolog-trace-on-string, prolog-trace-off-string)
17588         (prolog-zip-on-string, prolog-zip-off-string)
17589         (prolog-use-standard-consult-compile-method-flag)
17590         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17591         (prolog-imenu-max-lines, prolog-info-predicate-index)
17592         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17593         (prolog-char-quote-workaround):
17594         * progmodes/cc-vars.el (c-defun-tactic):
17595         * net/tramp.el (tramp-encoding-command-interactive)
17596         (tramp-local-end-of-line):
17597         * net/soap-client.el (soap-client):
17598         * net/netrc.el (netrc-file):
17599         * net/gnutls.el (gnutls):
17600         * minibuffer.el (completion-category-overrides)
17601         (completion-cycle-threshold)
17602         (completion-pcm-complete-word-inserts-delimiters):
17603         * man.el (Man-name-local-regexp):
17604         * mail/feedmail.el (feedmail-display-full-frame):
17605         * international/characters.el (glyphless-char-display-control):
17606         * eshell/em-ls.el (eshell-ls-date-format):
17607         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17608         (lisp-lambda-list-keyword-parameter-indentation)
17609         (lisp-lambda-list-keyword-parameter-alignment):
17610         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17611         * dired-x.el (dired-omit-verbose):
17612         * cus-theme.el (custom-theme-allow-multiple-selections):
17613         * calc/calc.el (calc-highlight-selections-with-faces)
17614         (calc-lu-field-reference, calc-lu-power-reference)
17615         (calc-note-threshold):
17616         * battery.el (battery-mode-line-limit):
17617         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17618         (archive-7z-update):
17619         * allout.el (allout-prefixed-keybindings)
17620         (allout-unprefixed-keybindings)
17621         (allout-inhibit-auto-fill-on-headline)
17622         (allout-flattened-numbering-abbreviation):
17623         * allout-widgets.el (allout-widgets-auto-activation)
17624         (allout-widgets-icons-dark-subdir)
17625         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17626         (allout-widgets-theme-dark-background)
17627         (allout-widgets-theme-light-background)
17628         (allout-widgets-item-image-properties-emacs)
17629         (allout-widgets-item-image-properties-xemacs)
17630         (allout-widgets-run-unit-tests-on-load)
17631         (allout-widgets-time-decoration-activity)
17632         (allout-widgets-hook-error-post-time)
17633         (allout-widgets-track-decoration):
17634         Add missing :version tags to new defcustoms and defgroups.
17636         * progmodes/sql.el (sql-ansi-statement-starters)
17637         (sql-oracle-statement-starters): Add custom type.
17639         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17640         (prolog-system-version): Give it a type.
17642 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
17644         * term/pc-win.el (x-select-text, x-selection-owner-p)
17645         (x-own-selection-internal, x-disown-selection-internal)
17646         (x-get-selection-internal): Sync doc strings and argument lists
17647         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
17649 2012-02-11  Leo Liu  <sdl.web@gmail.com>
17651         * progmodes/python.el (python-end-of-statement): Fix infinite
17652         loop.  (Bug#10788)
17654 2012-02-10  Glenn Morris  <rgm@gnu.org>
17656         * international/mule-cmds.el (unify-8859-on-encoding-mode)
17657         (unify-8859-on-decoding-mode): Properly mark as obsolete.
17659 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
17661         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17662         about SMTP before checking the From header.
17664         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17665         into own function for reuse by emacsbug.el.
17667 2012-02-10  Leo Liu  <sdl.web@gmail.com>
17669         * subr.el (condition-case-unless-debug): Rename from
17670         condition-case-no-debug.  All callers changed.
17671         (with-demoted-errors): Fix caller.
17673         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17674         * nxml/rng-valid.el (rng-do-some-validation):
17675         * emacs-lisp/package.el (package-refresh-contents)
17676         (package-menu-execute):
17677         * desktop.el (desktop-create-buffer):
17678         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17680 2012-02-10  Glenn Morris  <rgm@gnu.org>
17682         * textmodes/bibtex.el:
17683         Add missing :version tags for new/changed defcustoms.
17685         * files.el (remote-file-name-inhibit-cache): Doc fixes.
17687 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
17689         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17690         (smtpmail-via-smtp): Use it, or fall back on the From address.
17691         (smtpmail-send-it): Ditto.
17693 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17695         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17696         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
17697         (byte-compile-tmp-var): New const.
17698         (byte-compile-defvar): Use it to minimize .elc size.
17699         Just use `defvar' rather than simulate it (bug#10761).
17701 2012-02-09  Glenn Morris  <rgm@gnu.org>
17703         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
17705         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17706         Add :version tags.
17708         * progmodes/compile.el (compilation-error-screen-columns)
17709         (compilation-first-column, compilation-filter-start): Doc fixes.
17711         * vc/log-view.el (log-view-toggle-entry-display):
17712         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17714         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17715         (report-emacs-bug-can-use-xdg-email):
17716         (report-emacs-bug-insert-to-mailer): Doc fixes.
17717         (report-emacs-bug): Message fix.
17719         * net/browse-url.el (browse-url-can-use-xdg-open)
17720         (browse-url-xdg-open): Doc fixes.
17722         * electric.el (electric-indent-mode, electric-pair-mode)
17723         (electric-layout-rules, electric-layout-mode): Doc fixes.
17724         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17726 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
17728         * server.el (server-unselect-display): Don't inadvertently kill
17729         the current buffer.  (Bug#10729)
17731 2012-02-08  Glenn Morris  <rgm@gnu.org>
17733         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17734         (sql-list-table): Doc fixes.
17736         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17737         Comment out (does nothing).
17739         * completion.el (dynamic-completion-mode):
17740         * dirtrack.el (dirtrack-debug-mode):
17741         * electric.el (electric-layout-mode):
17742         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17743         * face-remap.el (text-scale-mode, buffer-face-mode):
17744         * iimage.el (iimage-mode):
17745         * image-mode.el (image-transform-mode):
17746         * minibuffer.el (completion-in-region-mode):
17747         * scroll-lock.el (scroll-lock-mode):
17748         * simple.el (next-error-follow-minor-mode):
17749         * tar-mode.el (tar-subfile-mode):
17750         * tooltip.el (tooltip-mode):
17751         * vcursor.el (vcursor-use-vcursor-map):
17752         * wid-browse.el (widget-minor-mode):
17753         * emulation/tpu-edt.el (tpu-edt-mode):
17754         * emulation/tpu-extras.el (tpu-cursor-free-mode):
17755         * international/iso-ascii.el (iso-ascii-mode):
17756         * language/thai-util.el (thai-word-mode):
17757         * mail/supercite.el (sc-minor-mode):
17758         * net/goto-addr.el (goto-address-mode):
17759         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17760         * progmodes/cwarn.el (cwarn-mode):
17761         * progmodes/flymake.el (flymake-mode):
17762         * progmodes/glasses.el (glasses-mode):
17763         * progmodes/hideshow.el (hs-minor-mode):
17764         * progmodes/pascal.el (pascal-outline-mode):
17765         * textmodes/enriched.el (enriched-mode):
17766         * vc/smerge-mode.el (smerge-mode):
17767         Doc fixes (minor mode argument).
17769 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
17771         * ls-lisp.el (ls-lisp-sanitize): New function.
17772         (ls-lisp-insert-directory): Use it to fix or remove any elements
17773         in file-alist with missing attributes.  (Bug#4673)
17775 2012-02-07  Alan Mackenzie  <acm@muc.de>
17777         Fix spurious recognition of c-in-knr-argdecl.
17779         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17780         putative K&R region.
17782 2012-02-07  Alan Mackenzie  <acm@muc.de>
17784         * progmodes/cc-engine.el (c-forward-objc-directive):
17785         Prevent looping in "#pragma mark @implementation".
17787 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
17789         * notifications.el (notifications-on-closed-signal): Make `reason'
17790         optional.  (Bug#10744)
17792 2012-02-07  Glenn Morris  <rgm@gnu.org>
17794         * emacs-lisp/easy-mmode.el (define-minor-mode):
17795         Doc fixes for the macro and the mode it defines.
17797         * image.el (imagemagick-types-inhibit): Doc fix.
17799         * cus-start.el (imagemagick-render-type): Add it.
17801 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
17803         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17804         Set the default at load time, too, so that `font-lock-fontify-buffer'
17805         can be called without setting up the entire mode first.  This fixes
17806         a bug in `mm-inline-text' with C MIME parts.
17808 2012-02-06  Chong Yidong  <cyd@gnu.org>
17810         * simple.el (list-processes--refresh): Delete exited processes
17811         (Bug#8094).
17813         * comint.el (comint-next-prompt): next-single-char-property-change
17814         and prev-single-char-property-change never return nil (Bug#8657).
17816         * custom.el (defcustom): Doc fix (Bug#9711).
17818 2012-02-05  Chong Yidong  <cyd@gnu.org>
17820         * cus-edit.el (custom-variable-reset-backup): Quote the value
17821         before storing it in the customized-value property (Bug#6712).
17822         (custom-display): Add a customization type tag.
17823         (custom-buffer-create-internal): Improve tooltip message.
17825         * wid-edit.el (widget-field-value-get): New optional arg to
17826         suppress trailing whitespace truncation.
17827         (character): Use it (Bug#2689).
17829 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
17831         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17832         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17834 2012-02-05  Chong Yidong  <cyd@gnu.org>
17836         * cus-edit.el (custom-variable-value-create): For mismatched
17837         types, show the current value (Bug#7600).
17839         * custom.el (defcustom): Doc fix.
17841 2012-02-05  Glenn Morris  <rgm@gnu.org>
17843         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17845 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
17847         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17848         (pp-buffer): Use `ignore-errors', `looking-at-p'.
17849         (pp-last-sexp): Use `looking-at-p'.
17851 2012-02-04  Glenn Morris  <rgm@gnu.org>
17853         * files.el (revert-buffer):
17854         Doc fix (mention revert-buffer-in-progress-p).
17856         * emacs-lisp/ert-x.el (ert-simulate-command):
17857         Check deferred-action-list (which is obsolete) is bound.
17859         * subr.el (with-wrapper-hook): Doc fixes.
17861         * simple.el (filter-buffer-substring-functions)
17862         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17864 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
17866         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17867         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
17869 2012-02-04  Leo Liu  <sdl.web@gmail.com>
17871         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17873 2012-02-04  Glenn Morris  <rgm@gnu.org>
17875         * image.el (image-extension-data): Add obsolete alias.
17877         * isearch.el (isearch-update): Doc fix.
17879         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17881         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17883 2012-02-03  Glenn Morris  <rgm@gnu.org>
17885         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
17886         (image-animate-timeout): Doc fix.
17888         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17890 2012-02-02  Glenn Morris  <rgm@gnu.org>
17892         * server.el (server-auth-dir): Doc fix.
17893         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
17895         * subr.el (run-mode-hooks): Doc fix.
17897 2012-02-02  Juri Linkov  <juri@jurta.org>
17899         * image-mode.el (image-toggle-display-image): Remove tautological
17900         `major-mode' from the `derived-mode-p' test.
17902 2012-02-02  Kenichi Handa  <handa@m17n.org>
17904         * composite.el (compose-region): Cancel previous change.
17906 2012-02-02  Kenichi Handa  <handa@m17n.org>
17908         * composite.el (compose-region, compose-string): Signal error for
17909         a null string component (Bug#6988).
17911 2012-02-01  Chong Yidong  <cyd@gnu.org>
17913         * view.el (view-buffer-other-window, view-buffer-other-frame):
17914         Handle special modes like view-buffer (Bug#10650).
17915         (view-buffer): Simplify.
17917         * frame.el (set-frame-font): Tweak meaning of third argument.
17919         * dynamic-setting.el (font-setting-change-default-font):
17920         Use set-frame-font (Bug#9982).
17922 2012-02-01  Glenn Morris  <rgm@gnu.org>
17924         * progmodes/compile.el (compilation-internal-error-properties):
17925         Respect compilation-first-column in the "*compilation*" buffer.
17927         * emacs-lisp/easy-mmode.el (define-minor-mode):
17928         Relax :variable's test for a named function.
17930 2012-01-31  Alan Mackenzie  <acm@muc.de>
17932         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17933         off by one error.
17935 2012-01-31  Chong Yidong  <cyd@gnu.org>
17937         * frame.el (set-frame-font): New arg ALL-FRAMES.
17939         * menu-bar.el (menu-set-font): Use set-frame-font.
17941         * faces.el (face-spec-reset-face): Don't apply unspecified
17942         attribute values to the default face.
17944 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
17946         * progmodes/cwarn.el (cwarn): Remove dead link.
17947         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17948         Remove * from defcustom docstrings.
17949         (turn-on-cwarn-mode): Make obsolete.
17950         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17951         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17953 2012-01-31  Glenn Morris  <rgm@gnu.org>
17955         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17956         Fix :variable handling of mode a symbol not equal to modefun.
17957         Allow named functions to be used as the cdr of :variable.
17959 2012-01-30  Glenn Morris  <rgm@gnu.org>
17961         * emacs-lisp/authors.el (authors-fixed-entries):
17962         Remove reference to deleted file rnewspost.el.
17964 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
17966         * window.el (window-with-parameter): Remove unused variable `windows'.
17967         (window--side-check): Remove unused variable `code'.
17968         (window--resize-siblings): Remove unused variable `first'.
17969         (adjust-window-trailing-edge): Remove unused variable `failed'.
17970         (window-deletable-p, window--delete): Remove unused variable `buffer'.
17971         Use `let', not `let*'.
17972         (balance-windows-2): Remove unused variable `found'.
17973         (window--state-put-2): Remove unused variable `splits'.
17974         (window-state-put): Remove unused variable `selected'.
17975         (same-window-p): Use `string-match-p'.
17976         (display-buffer-assq-regexp): Remove unused variable `value'.
17977         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17978         Mark argument ALIST as ignored.
17979         (pop-to-buffer): Remove unused variable `old-window'.
17981 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
17983         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17984         and .lzma compressed files.
17986 2012-01-29  Chong Yidong  <cyd@gnu.org>
17988         * frame.el (window-system-default-frame-alist): Doc fix.
17990         * dynamic-setting.el (font-setting-change-default-font): Don't
17991         change the default face if SET-FONT argument is non-nil (Bug#9982).
17993 2012-01-29  Samuel Bronson  <naesten@gmail.com>
17995         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17997 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
17999         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
18000         breakpoints in files outside current directory (Bug#6098).
18002 2012-01-29  Chong Yidong  <cyd@gnu.org>
18004         * progmodes/python.el: Require ansi-color at top-level.
18006         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
18007         Define and use in Emacs Lisp mode (Bug#9360).
18008         (lisp-mode-abbrev-table): Add doc.
18009         (lisp-mode-variables): Don't set local-abbrev-table.
18010         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
18012 2012-01-28  Roland Winkler  <winkler@gnu.org>
18014         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
18016 2012-01-28  Roland Winkler  <winkler@gnu.org>
18018         * textmodes/bibtex.el (bibtex-entry-alist): New function.
18019         (bibtex-set-dialect): Use it.  Either set global values of
18020         dialect-dependent variables or bind these variables buffer-locally
18021         (Bug#10254).
18022         (bibtex-mode): Call bibtex-set-dialect via
18023         hack-local-variables-hook.
18024         (bibtex-dialect): Update docstring.
18025         Add safe-local-variable predicate.
18026         (bibtex-entry-alist, bibtex-field-alist): Initialize via
18027         bibtex-set-dialect.
18028         (bibtex-mode-map): Define menu for each dialect.
18029         (bibtex-entry): Fix docstring.
18031 2012-01-28  Chong Yidong  <cyd@gnu.org>
18033         * eshell/esh-arg.el (eshell-quote-argument): New function.
18035         * eshell/esh-ext.el (eshell-invoke-batch-file):
18036         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
18037         first arg to eshell-parse-command (Bug#10523).
18039 2012-01-28  Drew Adams  <drew.adams@oracle.com>
18041         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
18042         `default-directory' is non-nil.
18044 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
18046         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
18047         line that displays system-configuration-options.  (Bug#9924)
18049 2012-01-28  Drew Adams  <drew.adams@oracle.com>
18051         * descr-text.el (describe-char): Show information about POS, in
18052         addition to information about the character at POS.  Improve and
18053         update the doc string.  Change "code point" to "code point in
18054         charset", to avoid confusion with the character's Unicode code
18055         point shown above that.  (Bug#10129)
18057 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
18059         * descr-text.el (describe-char): Show the raw character, not only
18060         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
18061         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
18062         for the reasons.
18064 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
18066         * emacs-lisp/package.el (package-install):
18067         Run package-refresh-contents if there is no archive yet (Bug#9798).
18069 2012-01-28  Chong Yidong  <cyd@gnu.org>
18071         * emacs-lisp/package.el (package-maybe-load-descriptor):
18072         New function, split from package-maybe-load-descriptor.
18073         (package-maybe-load-descriptor): Use it.
18074         (package-download-transaction): Fully load required packages
18075         inside the loop, so that `require' calls work (Bug#10593).
18076         (package-install): No need to call package-initialize now.
18078 2012-01-28  Chong Yidong  <cyd@gnu.org>
18080         * simple.el (deactivate-mark): Doc fix (Bug#8614).
18082         * tooltip.el (tooltip-mode): Doc fix.
18083         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
18085         * frame.el (set-cursor-color): Doc fix (Bug#352).
18087         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
18088         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
18090         * cus-edit.el (custom-buffer-create-internal): Fix search button
18091         action (Bug#10542).
18092         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
18094 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
18096         * dired.el (dired-mark-files-regexp):
18097         Include any subdirectory components.  (Bug#10445)
18099 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
18101         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
18102         Handle [host]:port syntax.  (Bug#10533)
18104 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
18106         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
18108 2012-01-26  Glenn Morris  <rgm@gnu.org>
18110         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
18111         * term.el (term-raw-escape-map): Use Control-X-prefix.
18112         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
18114 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
18116         * window.el (window-state-get, window--state-get-1): Don't deal
18117         with fixed-sizeness of windows.  Simplify code.
18119 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
18121         * window.el (window--state-get-1, window--state-put-2):
18122         Don't save and restore the mark.
18124 2012-01-25  Chong Yidong  <cyd@gnu.org>
18126         * custom.el (custom-variable-p): Doc fix.
18128 2012-01-25  Glenn Morris  <rgm@gnu.org>
18130         * dired.el (dired-goto-file): Handle some of the more common
18131         characters that `ls -b' escapes.  (Bug#10596)
18133         * progmodes/compile.el (compilation-next-error-function):
18134         Respect compilation-first-column in the "*compilation*" buffer.
18135         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
18137         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
18139 2012-01-24  Glenn Morris  <rgm@gnu.org>
18141         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
18143 2012-01-24  Julien Danjou  <julien@danjou.info>
18145         * color.el (color-rgb-to-hsl): Fix value computing.
18146         (color-hue-to-rgb): New function.
18147         (color-hsl-to-rgb): New function.
18148         (color-clamp, color-saturate-hsl, color-saturate-name)
18149         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
18150         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
18152 2012-01-24  Glenn Morris  <rgm@gnu.org>
18154         * vc/vc-rcs.el (vc-rcs-create-tag):
18155         * vc/vc-sccs.el (vc-sccs-create-tag):
18156         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
18158 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
18160         * eshell/esh-util.el (eshell-read-hosts-file):
18161         Skip comment lines.  (Bug#10549)
18163         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
18165 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
18167         * subr.el (display-delayed-warnings): Doc fix.
18168         (collapse-delayed-warnings): New function to collapse identical
18169         adjacent warnings.
18170         (delayed-warnings-hook): Add it.
18172 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
18174         * net/tramp.el (tramp-action-login): Set connection property "login-as".
18176         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
18177         (tramp-default-user-alist): Don't add "pscp".
18178         (tramp-do-copy-or-rename-file-out-of-band): Use connection
18179         property "login-as", if set.  (Bug#10530)
18181 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
18183         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
18184         "plink1" and "psftp".  (Bug#10530)
18186 2012-01-21  Kenichi Handa  <handa@m17n.org>
18188         * international/mule-cmds.el (prefer-coding-system): Show a
18189         warning message if the default value of file-name-coding-system
18190         was not changed.
18192 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
18194         * windmove.el (windmove-reference-loc):
18195         Fix windmove-reference-loc miscalculation.
18197 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
18199         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
18200         default unit.
18202 2012-01-21  Glenn Morris  <rgm@gnu.org>
18204         * international/mule.el (auto-coding-alist): Add .tbz.
18206         * files.el (local-enable-local-variables): Doc fix.
18207         (inhibit-local-variables-regexps): Rename from
18208         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
18209         Doc fix.  Add some extensions from auto-coding-alist.
18210         (inhibit-local-variables-suffixes):
18211         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
18212         (inhibit-local-variables-p):
18213         New function, extracted from set-auto-mode-1.
18214         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
18215         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
18216         (hack-local-variables): Doc fix.  Make the mode-only case
18217         respect enable-local-variables and friends.
18218         Respect inhibit-local-variables-regexps for file-locals, but
18219         not for directory-locals.
18220         (set-visited-file-name):
18221         Take account of inhibit-local-variables-regexps.
18222         Whether it applies may change as the file name is changed.
18223         * jka-cmpr-hook.el (jka-compr-install):
18224         * jka-compr.el (jka-compr-uninstall):
18225         Update for inhibit-first-line-modes-suffixes name change.
18227 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
18229         * help-macro.el (make-help-screen): Temporarily restore original
18230         binding for minor-mode-map-alist (Bug#10454).
18232 2012-01-19  Julien Danjou  <julien@danjou.info>
18234         * color.el (color-name-to-rgb): Use the white color to find the max
18235         color component value and return correctly computed values.
18236         (color-name-to-rgb): Add missing float conversion for max value.
18238 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
18240         * window.el (window--state-get-1, window-state-get): Do not use
18241         special state value for window-persistent-parameters.
18242         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
18243         (window--state-put-2): Reset all window parameters to nil before
18244         assigning values of persistent parameters.
18246 2012-01-18  Alan Mackenzie  <acm@muc.de>
18248         Eliminate sluggishness and hangs in fontification of "semicolon
18249         deserts".
18251         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18252         Change value 10000 -> 3000.
18253         (c-state-safe-place): Reformulate so it doesn't stack up an
18254         infinite number of wrong entries in c-state-nonlit-pos-cache.
18255         (c-determine-limit-get-base, c-determine-limit): New functions to
18256         determine backward search limits disregarding literals.
18257         (c-find-decl-spots): Amend commenting.
18258         (c-cheap-inside-bracelist-p): New function which detects "={".
18260         * progmodes/cc-fonts.el
18261         (c-make-font-lock-BO-decl-search-function): Give a limit to a
18262         backward search.
18263         (c-font-lock-declarations): Fix an occurrence of point being
18264         undefined.  Check additionally for point being in a bracelist or
18265         near a macro invocation without a semicolon so as to avoid a
18266         fruitless time consuming search for a declarator.  Give a more
18267         precise search limit for declarators using the new
18268         c-determine-limit.
18270 2012-01-18  Glenn Morris  <rgm@gnu.org>
18272         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18273         (set-auto-mode): Doc fixes.
18275 2012-01-17  Glenn Morris  <rgm@gnu.org>
18277         * isearch.el (search-nonincremental-instead): Fix doc typo.
18279         * dired.el (dired-insert-directory): Handle newlines in directory name.
18280         (dired-build-subdir-alist): Unescape newlines in directory name.
18282 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
18284         * net/tramp.el (tramp-local-end-of-line): New defcustom.
18285         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18286         (tramp-action-terminal): Use it.  (Bug#10530)
18288 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18290         * minibuffer.el (completion--replace): Strip properties (bug#10062).
18292 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
18294         * window.el (window-state-ignored-parameters): Remove variable.
18295         (window--state-get-1): Rename argument MARKERS to IGNORE.
18296         Handle persistent window parameters.  Make copy of clone-of
18297         parameter only if requested.  (Bug#10348)
18298         (window--state-put-2): Install a window parameter only if it has
18299         a non-nil value or an existing parameter shall be overwritten.
18301 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
18303         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18305 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
18307         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18308         don't pass the (nil) value of `upnode' to string-match.
18310 2012-01-14  Chong Yidong  <cyd@gnu.org>
18312         * startup.el (command-line): Fix X resource class for cursorColor.
18313         Fix values recognized by the cursorBlink resource.
18315 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
18317         * epg.el (epg--make-temp-file): Avoid permission race condition
18318         when running on old Emacs versions (bug#10403).
18320 2012-01-14  Glenn Morris  <rgm@gnu.org>
18322         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18324 2012-01-13  Alan Mackenzie  <acm@muc.de>
18326         Fix filling for when filladapt mode is enabled.
18328         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18329         c-mask-paragraph, pass in `fill-paragraph' rather than
18330         `fill-region-as-paragraph'.  (This is a reversion of a previous
18331         change.)
18332         * progmodes/cc-mode.el (c-basic-common-init):
18333         Make fill-paragraph-handle-comment buffer local and set it to nil.
18335 2012-01-13  Glenn Morris  <rgm@gnu.org>
18337         * dired.el (dired-switches-escape-p): New function.
18338         (dired-insert-directory): Use dired-switches-escape-p.
18339         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
18341         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
18343 2012-01-12  Glenn Morris  <rgm@gnu.org>
18345         * mail/sendmail.el (mail-mode): Update paragraph-separate for
18346         changes in adaptive-fill-regexp.  (Bug#10276)
18348 2012-01-11  Alan Mackenzie  <acm@muc.de>
18350         Fix Emacs bug #10463 - put `widen's around the critical spots.
18352         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18353         widen around each invocation of c-state-pp-to-literal.  Remove an
18354         unused let variable.
18356 2012-01-11  Glenn Morris  <rgm@gnu.org>
18358         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
18359         Doc fix.
18361 2012-01-10  Chong Yidong  <cyd@gnu.org>
18363         * net/network-stream.el (network-stream-open-starttls):
18364         Avoid emitting a confusing error message when the server gives a bad
18365         response to the capability command.
18367 2012-01-10  Glenn Morris  <rgm@gnu.org>
18369         * mail/unrmail.el (unrmail): Tweak previous change.
18371 2012-01-09  Chong Yidong  <cyd@gnu.org>
18373         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18375 2012-01-08  Alan Mackenzie  <acm@muc.de>
18377         Optimize font locking in long enum definitions.
18379         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18380         arm to a cond form to handle enums.
18381         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18382         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18384 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
18386         * files.el (move-file-to-trash): Preserve default file modes on error.
18387         (Bug#10401)
18389 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18391         * faces.el (set-face-attribute): Clarify the meaning of the nil
18392         frame (bug#10294).
18394         * subr.el (with-selected-frame): Mention that the selected frame
18395         is restored (bug#9980).
18397         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18398         (bug#9759).
18400         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18401         (password-read): Don't autoload unused function.
18403 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
18405         * progmodes/which-func.el (which-func-mode): Turn into a
18406         non-interactive function and mark as obsolete (bug#10428).
18408 2012-01-06  Chong Yidong  <cyd@gnu.org>
18410         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18411         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18412         functions, along with 1 and -1.
18414 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
18416         * time.el (display-time-load-average)
18417         (display-time-default-load-average): Doc fixes.  See the thread
18418         starting at
18419         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18420         for the details.
18422 2012-01-06  Glenn Morris  <rgm@gnu.org>
18424         * mail/unrmail.el (unrmail): Give an explicit error if the input file
18425         has no messages.  (Bug#10377)
18427         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18428         than Info-edit.  (Bug#10385)
18430         * time.el (display-time-load-average, display-time-next-load-average):
18431         Doc fixes.
18433         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18434         local setting of buffer-read-only to the input buffer.  (Bug#10419)
18436         * calendar/calendar.el (calendar-mode):
18437         Locally set scroll-margin to 0.  (Bug#10379)
18439 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
18441         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
18443 2012-01-05  Glenn Morris  <rgm@gnu.org>
18445         * eshell/em-unix.el (diff-no-select): Autoload it.
18446         (eshell/diff): Use diff-no-select.  (Bug#10420)
18448 2012-01-05  Chong Yidong  <cyd@gnu.org>
18450         * shell.el (shell-dynamic-complete-functions): Revert last change.
18451         (shell-command-completion-function): New function.
18452         (shell-completion-vars): Use it to implement
18453         shell-completion-execonly (Bug#10417).
18455         * custom.el (enable-theme): Don't set custom-safe-themes.
18457         * cus-theme.el (custom-theme-merge-theme):
18458         Ignore custom-enabled-themes and custom-safe-themes.
18460 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
18462         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18463         first prompt in `sql-interacive-mode'.
18464         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18465         keywords.
18466         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18467         (sql-product-interactive): Bug fix: Set `sql-buffer' in
18468         context of original buffer.  Invoke `sql-login-hook'.
18470 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
18472         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18473         letters in cite-prefix.
18475 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18477         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18479 2012-01-03  Chong Yidong  <cyd@gnu.org>
18481         * shell.el (shell-dynamic-complete-functions):
18482         Put pcomplete-completions-at-point, so as to try
18483         comint-filename-completion first (Bug#10417).
18485 2012-01-02  Richard Stallman  <rms@gnu.org>
18487         * battery.el (battery-status-function):
18488         Detect when to use battery-yeeloong-sysfs.
18489         (battery-echo-area-format): Add string for Yeeloong.
18490         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18491         (battery-yeeloong-sysfs): New function.
18493 2012-01-02  Chong Yidong  <cyd@gnu.org>
18495         * dirtrack.el (dirtrack-list): Eliminate unused third element.
18496         (dirtrack): Merge code for handling relative filenames in prompt
18497         from shell-dir-cookie-watcher.
18498         (dirtrack-debug-message): New arg to avoid excess format calls.
18500         * shell.el (shell-dir-cookie-re): Variable deleted.
18501         (shell-dir-cookie-watcher): Function deleted.
18502         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18503         with dirtrack-mode.
18505 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
18507         * term/w32-win.el (dynamic-library-alist) <gnutls>:
18508         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18509         libgnutls-26.dll.
18511 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
18513         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18515 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
18517         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18518         headers of non-MIME messages, when rmail-enable-mime is non-nil.
18520 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
18522         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18523         also for alternative shells.
18524         (tramp-open-connection-setup-interactive-shell): Check, whether
18525         the shell is a busybox.
18526         (tramp-send-command): Don't suppress multiple prompts for
18527         busyboxes, it hurts.
18529 2011-12-28  Chong Yidong  <cyd@gnu.org>
18531         * progmodes/gdb-mi.el (gdb-get-source-file-list)
18532         (gdb-get-source-file): Move mode line update to
18533         gdb-get-source-file (Bug#10087).
18535 2011-12-25  Chong Yidong  <cyd@gnu.org>
18537         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18538         gud-gdb-marker-filter without taking it as an argument.
18539         (gud-gdb-run-command-fetch-lines): Caller changed.
18540         (gud-gdb-completion-function): New variable.
18541         (gud-gdb-completion-at-point): Use it.
18542         (gud-gdb-completions-1): Split from gud-gdb-completions.
18544         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18545         function as separate arguments.
18546         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18547         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18548         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18549         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18550         (gdb-stopped, def-gdb-auto-update-trigger)
18551         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18552         (gdb-get-changed-registers, gdb-get-main-selected-frame):
18553         Callers changed.
18554         (gud-gdbmi-completions): New function.
18555         (gdb): Use it for generating the completion table.
18557 2011-12-24  Alan Mackenzie  <acm@muc.de>
18559         Introduce a mechanism to widen the region used in context font
18560         locking.  Use this to protect declarations from losing their contexts.
18562         * progmodes/cc-langs.el (c-before-font-lock-functions):
18563         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18564         (c-before-context-fontification-functions): New defvar, a list of
18565         functions to be run just before context (etc.) font locking.
18567         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18568         New, functionality extracted from
18569         c-neutralize-syntax-in-and-mark-CPP.
18570         (c-in-after-change-fontification): New variable.
18571         (c-after-change): Set c-in-after-change-fontification.
18572         (c-set-fl-decl-start): Rejig its interface, so it can be called
18573         from both after-change and context fontifying.
18574         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18575         New functions.
18576         (c-standard-font-lock-fontify-region-function): New variable.
18577         (c-font-lock-fontify-region): New function.
18579 2011-12-24  Juri Linkov  <juri@jurta.org>
18581         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18582         (Bug#10348)
18584 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
18586         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18587         existence of source file.  (Bug#10325)
18589 2011-12-23  Alan Mackenzie  <acm@muc.de>
18591         Fix unstable fontification inside templates.
18593         * progmodes/cc-langs.el (c-before-font-lock-functions):
18594         Newly created from the singular version.  The (c c++ objc) entry now
18595         additionally has c-set-fl-decl-start.  The other languages (apart
18596         from AWK) have that as a single entry.
18598         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18599         The functionality for "local" declarations has been extracted to
18600         c-set-fl-decl-start.
18602         * progmodes/cc-mode.el (c-common-init, c-after-change):
18603         Changes due to pluralisation of c-before-font-lock-functions.
18604         (c-set-fl-decl-start): New function, extracted from
18605         c-font-lock-enclosing-decls and enhanced.
18607 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
18609         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18611 2011-12-22  Juri Linkov  <juri@jurta.org>
18613         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
18615 2011-12-22  Chong Yidong  <cyd@gnu.org>
18617         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18619 2011-12-21  Drew Adams  <drew.adams@oracle.com>
18621         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
18623 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
18625         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18627 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18629         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
18630         highlighting and support.  Fix up comments for capitalization.
18631         (cfengine-mode-debug): New var.
18632         (cfengine3-mode): Change the modeline indicator to "CFE3".
18633         (cfengine3-font-lock-keywords): Improve defun highlighting.
18634         (cfengine2-actions): Rename from `cfengine-actions'.
18635         (cfengine2-font-lock-keywords): Rename from
18636         `cfengine-font-lock-keywords'.
18637         (cfengine2-imenu-expression): Rename from
18638         `cfengine-imenu-expression'.
18639         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18640         (cfengine2-beginning-of-defun): Rename from
18641         `cfengine-beginning-of-defun'.
18642         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18643         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18644         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
18645         modeline indicator to "CFE2".
18646         (cfengine-mode): Defalias to `cfengine-auto-mode'.
18647         (cfengine-mode-abbrevs): Mark obsolete.
18649 2011-12-21  Chong Yidong  <cyd@gnu.org>
18651         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18652         filename argument.
18654 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
18656         * window.el (window-normalize-buffer-to-display): Remove.
18657         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18659 2011-12-19  Chong Yidong  <cyd@gnu.org>
18661         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18662         Don't signal an error in a predicate function; return non-nil.
18663         (vc-dir-mark-file): Move the error here.
18664         (vc-dir-mark-unmark): If acting on the region, keep going if one
18665         of the entries cannot be marked/unmarked.
18666         (vc-dir-mark-all-files): If current entry is a directory, mark
18667         only child files, as documented.
18669 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18671         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18672         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18673         addition.
18675 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
18677         * term/ns-win.el (ns-get-selection-internal)
18678         (ns-store-selection-internal): Declare.
18679         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18680         Declare as obsolete.
18681         (ns-get-pasteboard, ns-paste-secondary):
18682         Use ns-get-selection-internal.
18683         (ns-set-pasteboard, ns-copy-including-secondary):
18684         Use ns-store-selection-internal.
18686 2011-12-17  Chong Yidong  <cyd@gnu.org>
18688         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18689         (vc-deduce-fileset): Doc fix.
18691 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
18693         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18695 2011-12-13  Sam Steingold  <sds@gnu.org>
18697         * man.el (Man-getpage-in-background): When running under a
18698         window-system, ignore $MANWIDTH and $COLUMNS.
18700 2011-12-15  Kenichi Handa  <handa@m17n.org>
18702         * language/ethio-util.el: Change coding tag to utf-8-emacs.
18703         (setup-ethiopic-environment-internal): Comment out key-binding for
18704         ethio-toggle-punctuation.
18706 2011-12-13  Alan Mackenzie  <acm@muc.de>
18708         Add the switch statement to AWK Mode.
18710         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18711         "default" to the keywords regexp.
18713         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18714         expression as the rest.
18715         (c-nonlabel-token-key): Allow string literals for AWK.
18716         Refactor for the other modes.
18718         Large brace-block initialisation makes CC Mode slow: Fix.
18719         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18720         routines.  Limit backward searching in c-font-lock-enclosing.decl.
18722         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18723         pp-state and literal type in addition to the limits.
18724         (c-state-safe-place): New defun, extracted from c-state-literal-at.
18725         (c-state-literal-at): Use the above new defun.
18726         (c-slow-in-literal, c-fast-in-literal): Remove.
18727         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18729         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18730         being in a literal.  Add a limit for backward searching.
18732         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18733         c-slow-in-literal.
18735 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18737         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18739 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
18741         * window.el (delete-other-windows): Use correct frame in call to
18742         window-with-parameter.
18744 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
18746         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18747         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18748         (makefile-gmake-statements, makefile-makepp-statements):
18749         Use it and add new makepp keywords.
18750         (makefile-makepp-font-lock-keywords): Add new patterns.
18751         (makefile-match-function-end): Match new [...] and [[...]].
18753 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
18755         * ses.el (ses-call-printer-return, ses-cell-property-get)
18756         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18757         (ses-create-cell-variable, ses-reset-header-string)
18758         (ses-cell-set-formula, ses-repair-cell-reference-all)
18759         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18760         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18761         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18762         (ses-aset-with-undo, ses-load, ses-truncate-cell)
18763         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18764         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18765         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18766         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18767         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18768         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18769         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18770         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18772 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18774         * ses.el: The overall change is to add cell renaming, that is
18775         setting fancy names for cell symbols other than name matching
18776         "\\`[A-Z]+[0-9]+\\'" regexp .
18777         (ses-create-cell-variable): New defun.
18778         (ses-relocate-formula): Relocate formulas only for cells the
18779         symbols of which are not renamed, i.e. symbols whose names do not
18780         match regexp "\\`[A-Z]+[0-9]+\\'".
18781         (ses-relocate-all): Relocate values only for cells the symbols of
18782         which are not renamed.
18783         (ses-load): Create cells variables as the (ses-cell ...) are read,
18784         in order to check row col consistency with cell symbol name only
18785         for cells that are not renamed.
18786         (ses-replace-name-in-formula): New defun.
18787         (ses-rename-cell): New defun.
18789 2011-12-11  Chong Yidong  <cyd@gnu.org>
18791         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18792         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18794 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
18796         * window.el (other-window): Fix docstring.
18798 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18800         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18801         `from' or `to' address before taking its substring.
18802         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18803         encoded name is chopped in the middle of the encoded string, and
18804         thus displayed encoded.
18806 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
18808         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18810 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18812         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
18813         to use texinfo-update-node and commands that call it if the
18814         Texinfo file uses @node lines without next/prev/up pointers.
18815         Correct outdated description about texinfo-master-menu.
18816         (texinfo-all-menus-update, texinfo-master-menu)
18817         (texinfo-update-node, texinfo-every-node-update)
18818         (texinfo-multiple-files-update): Doc fix.  Warn against updating
18819         all the @node lines.
18820         (texinfo-master-menu): Only call texinfo-update-node if the prefix
18821         argument is numeric.  Explain better in the doc string what the
18822         function really does.
18823         (texinfo-insert-master-menu-list): Improve the error message
18824         displayed if there's no menu in the Top node.
18825         (Bug#2975)  See also this thread:
18826         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18828 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
18830         * speedbar.el (speedbar-supported-extension-expressions):
18831         Add .adb and .ads, commonly used for Ada source code (bug#10256).
18833 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
18835         * printing.el (pr-mode-alist):
18836         * simple.el (filter-buffer-substring-functions)
18837         (completion-list-insert-choice-function):
18838         * window.el (window-with-parameter, window-atom-root)
18839         (window-sides-slots, window-size-fixed, window-min-delta)
18840         (window-max-delta, window--resize-mini-window)
18841         (window--resize-child-windows-normal, window-tree)
18842         (delete-other-windows, quit-window, split-window)
18843         (display-buffer-record-window, special-display-buffer-names)
18844         (special-display-regexps, special-display-popup-frame)
18845         (same-window-p, split-window-sensibly)
18846         (display-buffer-overriding-action, display-buffer-alist)
18847         (display-buffer-base-action, display-buffer, switch-to-buffer)
18848         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18849         (fit-window-to-buffer, recenter-positions)
18850         (mouse-autoselect-window-state, mouse-autoselect-window-select):
18851         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18852         and remove unneeded backslashes in docstrings.
18854 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18858         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18859         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18860         end in ".mk".
18861         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18862         when reading the makefile (bug#10116).
18864 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18866         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18867         (bug#10116).
18869 2011-12-06  Glenn Morris  <rgm@gnu.org>
18871         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18873 2011-12-06  Chong Yidong  <cyd@gnu.org>
18875         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18877 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
18879         * textmodes/table.el (table-shorten-cell): Fix typo.
18881 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
18883         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18885 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
18887         * descr-text.el (describe-char): Fix display of strong
18888         right-to-left characters and directional embeddings and overrides.
18890         * simple.el (what-cursor-position): Fix display of codepoints of
18891         strong right-to-left characters.
18893 2011-12-05  Chong Yidong  <cyd@gnu.org>
18895         * faces.el (read-color): Doc fix.
18897 2011-12-05  Glenn Morris  <rgm@gnu.org>
18899         * align.el (align--set-marker): Add doc-string.
18900         Don't try to move something that is not a marker.  (Bug#10216)
18902 2011-12-04  Glenn Morris  <rgm@gnu.org>
18904         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18905         overly zealous deletion of trailing whitespace.
18907 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
18909         * server.el (server-delete-client): On Windows, do not try to delete
18910         the only terminal.
18911         (server-process-filter): On Windows, treat requests for a tty frame as
18912         if they were for a GUI frame if the running server is in GUI mode.
18914 2011-12-03  Glenn Morris  <rgm@gnu.org>
18916         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
18918 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18920         * electric.el: Streamline electric-indent's hook.
18921         (electric-indent-chars): Revert to simple list.
18922         (electric-indent-functions): New var.
18923         (electric-indent-post-self-insert-function): Use it.
18925         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18926         there's no inferior buffer (bug#10196).
18927         (prolog-consult-compile): Don't use toggle-read-only.
18929 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
18931         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18932         interrupt.  (Bug#10187)
18934 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18936         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18937         (bug#9160).
18939         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18940         (bug#10191).
18942 2011-12-02  Juri Linkov  <juri@jurta.org>
18944         * info.el (Info-search): Display "end of manual" when Isearch
18945         reaches the end of single-file Info manual.  (Bug#9918)
18947 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
18949         * isearch.el (isearch-message-prefix): Run the input method part
18950         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
18952 2011-12-02  Juri Linkov  <juri@jurta.org>
18954         * isearch.el (isearch-occur): Use `word-search-regexp' for
18955         `isearch-word'.
18956         (isearch-search-and-update): Add condition for `isearch-word' and
18957         call `word-search-regexp'.  (Bug#10145)
18959 2011-12-01  Glenn Morris  <rgm@gnu.org>
18961         * eshell/em-hist.el (eshell-hist-initialize):
18962         Handle eshell-history-size nil and HISTSIZE set or unset.
18963         (eshell-history-file-name, eshell-history-size): Fix custom type.
18965 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18967         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18969 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
18971         * progmodes/verilog-mode.el (verilog-pretty-expr):
18972         Rework verilog-pretty-expr to handle new assignment operators in system
18973         verilog, such as += *= and the like.
18974         (verilog-assignment-operator-re): Regular expression to find the
18975         assigment operator in a verilog assignment.
18976         (verilog-assignment-operation-re): Regular expression to find an
18977         assignment statement for pretty-expr.
18978         (verilog-in-attribute-p): Query returns true if point is in an
18979         attribute context; used to skip these for expression line up from
18980         pretty-expr.
18981         (verilog-in-parameter-p): Query returns true if point is in an
18982         parameter definition context; used to skip these for expression
18983         line up from pretty-expr.
18984         (verilog-in-parenthesis-p): Query returns true if point is in a
18985         parenthetical expression, specifically ( ) but not [ ] or { };
18986         used by pretty-expr.
18987         (verilog-just-one-space): If there is no space, don't add one.
18988         (verilog-get-lineup-indent-2): Specifically skip just attribute
18989         contexts for expression lineup, rather than skipping all
18990         parenthetical expressions.
18991         (verilog-calculate-indent): Fix comment, and fix indent.
18992         (verilog-do-indent): Indent declarations in lists (suggested by
18993         Joachim Lechner).
18994         (verilog-mode-abbrev-table): Populate abbrev mode with the various
18995         skeleton items.
18996         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18997         by Alain Mellan).
18999 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
19001         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19002         parameters with embedded comments.  Reported by Ray Stevens.
19003         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
19004         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19005         Reported by Tim Holt.
19006         (verilog-auto): Fix AUTOing a upper module then AUTOing module
19007         instantiated by upper module causing wrong expansion until AUTOed a
19008         second time.  Reported by K C Buckenmaier.
19009         (verilog-diff-auto): Fix showing .* as a difference when
19010         `verilog-auto-star-save' off.  Reported by Dan Dever.
19011         (verilog-auto-reset, verilog-read-always-signals)
19012         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
19013         temporary signals in reset list if
19014         verilog-auto-reset-blocking-in-non is nil, and match assignment
19015         style to each signal's assignment type, bug381.
19016         Reported by Thomas Esposito.
19017         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
19018         (verilog-uvm-statement-re): Support UVM indentation and
19019         highlighting, with old OVM keywords only.
19020         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
19021         Support AUTOTIEOFF creating non-wire data types.
19022         Suggested by Jonathan Greenlaw.
19023         (verilog-auto-insert-lisp, verilog-delete-to-paren)
19024         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
19025         (verilog-inject-sense, verilog-read-inst-pins)
19026         (verilog-read-sub-decls, verilog-read-sub-decls-line):
19027         Fix mismatching parenthesis inside commented out code when deleting
19028         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
19029         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
19030         non-numeric vector width.  Reported by Alex Reed.
19031         (verilog-auto-ascii-enum): Add "onehot" option to work around not
19032         detecting signals with parameter widths.  Reported by Alex Reed.
19033         (verilog-auto-delete-trailing-whitespace):
19034         With `verilog-auto-delete-trailing-whitespace' remove trailing
19035         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
19036         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
19037         Fix verilog-scan-cache corruption when running user AUTO expansion
19038         hooks that call indentation routines.
19039         (verilog-simplify-range-expression): Fix typo ignoring lower case
19040         identifiers.
19041         (verilog-delete-auto): Fix delete-autos to also remove user created
19042         automatics, as long as they start with AUTO.
19043         (verilog-batch-diff-auto, verilog-diff-auto)
19044         (verilog-diff-function): Add `verilog-diff-auto' and bind to
19045         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
19046         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
19047         (verilog-in-paren-quick, verilog-re-search-backward-quick)
19048         (verilog-re-search-forward-quick, verilog-syntax-ppss):
19049         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
19050         is disabled and its cache will get corrupt, causing AUTOS not to
19051         expand.  Instead use only -quick functions.
19052         (verilog-scan-region): Fix scanning over escaped quotes.
19053         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
19054         (verilog-re-search-backward-quick)
19055         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
19056         related functions now ignore strings, to fix misparsing of strings
19057         with magic comments embedded in them.
19058         (verilog-read-auto-template):
19059         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
19060         Reported by Brad Dobbie.
19061         (verilog-read-auto-template):
19062         Fix 'verilog-auto-inst-template-numbers' with comments.
19063         Reported by Brad Dobbie.
19064         (verilog-auto-inst, verilog-auto-inst-param)
19065         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
19066         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
19067         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
19068         debugging templates without merge conflicts, bug357.
19069         Reported by Brad Dobbie.
19070         (verilog-read-auto-template):
19071         Fix verilog-auto-inst-template-numbers with multiple templates.
19072         Reported by Brad Dobbie.
19073         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
19074         abbrevs so user won't be asked to save.
19075         (verilog-read-auto-lisp-present): Fix to start at beginning of
19076         buffer in case called outside of verilog-auto.
19077         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
19078         to "X-2".  Reported by Matthew Myers.
19079         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
19080         all inputs from module templates.  Reported by Leith Johnson.
19081         (verilog-module-inside-filename-p): Fix locating programs as with
19082         modules.
19083         (verilog-auto-inst-port): Fix vl-width expressions when using
19084         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
19085         (verilog-decls-get-regs, verilog-decls-get-signals,
19086         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
19087         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
19088         verilog-read-decls): Combine reg and wire structures into one var
19089         structure to represent SystemVerilog concepts.
19090         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
19091         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
19092         (verilog-auto-wire-type, verilog-insert-definition):
19093         Add verilog-auto-wire-type and AUTOLOGIC to support using
19094         SystemVerilog "logic" keyword instead of "wire"/"reg".
19095         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
19096         to declares outputs that also have assignments (presumably in an
19097         ifdef or generate if so there's not a driver conflict).
19098         Reported by Matthew Myers.
19099         (verilog-auto-declare-nettype, verilog-insert-definition):
19100         Add verilog-auto-declare-nettype to fix declarations using
19101         `default_nettype none.  Reported by Julian Gorfajn.
19102         (verilog-read-always-signals-recurse, verilog-read-decls)
19103         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
19104         malformed end statement, bug325.  Reported by Joshua Wise and
19105         Andrew Drake.
19106         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
19107         (verilog-inst-comment-re): Fix not deleting Interfaced comment
19108         when expanding .* in interfaces, bug320.
19109         Reported by Pierre-David Pfister.
19110         (verilog-read-module-name): Fix import statements between module
19111         name and open parenthesis, bug317.
19112         Reported by Pierre-David Pfister.
19113         (verilog-simplify-range-expression): Fix simplification of
19114         multiplications inside AUTOWIRE connections, bug303.
19115         (verilog-auto-inst-port): Support parameter expansion in
19116         multidimensional arrays.
19117         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
19118         after "assert property".  Reported by Julian Gorfajn.
19119         (verilog-simplify-range-expression): Fix "couldn't merge" errors
19120         with multiplication, bug303.
19121         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
19122         Reported by Jan Frode Lonnum.
19124 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
19126         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
19127         (hfy-shell-file-name, hfy-shell):
19128         * international/fontset.el (x-decompose-font-name): Fix typos.
19130 2011-11-29  Ken Brown  <kbrown@cornell.edu>
19132         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
19133         (gdb-version): Remove defvar.
19134         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
19135         (gdb-gud-context-command, gdb-non-stop-handler)
19136         (gdb-current-context-command, gdb-stopped): Use it.
19137         (gdb-init-1): Enable pretty printing here.
19138         (gdb-non-stop-handler): Don't enable pretty-printing here.
19139         Check to see if the target supports non-stop mode; if not, turn off
19140         non-stop mode.  Use the following.
19141         (gdb-check-target-async): New defun.
19142         (gud-watch, gdb-stopped): Fix whitespace.
19143         (gdb-get-source-file): Don't try to display the source file if
19144         `gdb-main-file' is nil.
19146 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19148         * align.el: Try to generate fewer markers (bug#10047).
19149         (align--set-marker): New macro.
19150         (align-region): Use it.
19152 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19154         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
19156 2011-11-29  Chong Yidong  <cyd@gnu.org>
19158         * indent.el (indent-for-tab-command, indent-according-to-mode):
19159         Doc fix.
19160         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
19162 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
19164         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
19165         aware of remote file names.  (Bug#10124)
19167 2011-11-29  Chong Yidong  <cyd@gnu.org>
19169         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
19171 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19173         * files.el (find-file): Don't use force-same-window (bug#10144).
19174         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
19175         use pop-to-buffer if the selected window can't be used.
19176         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
19178 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
19180         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
19181         special-mode-map.
19183 2011-11-28  Chong Yidong  <cyd@gnu.org>
19185         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
19187 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
19189         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
19190           gdb-get-source-file-list on gdb-create-source-file-list.
19192 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
19194         * whitespace.el (whitespace-newline): Use a different foreground
19195         color for 16-color light-background displays.
19197 2011-11-24  Chong Yidong  <cyd@gnu.org>
19199         * window.el (display-buffer--special-action): Doc fix.
19201 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
19203         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
19204         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
19205         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
19206         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
19207         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
19208         (avl-tree-stack-first):
19209         * emacs-lisp/cconv.el (cconv--analyse-use):
19210         * net/gnutls.el (gnutls-negotiate): Fix typos.
19212 2011-11-24  Glenn Morris  <rgm@gnu.org>
19214         * lpr.el (lpr-windows-system, lpr-lp-system):
19215         * mail/binhex.el (binhex-begin-line):
19216         * progmodes/grep.el (grep-history, grep-find-history):
19217         * textmodes/flyspell.el:
19218         * vc/pcvs-defs.el (cvs-global-menu):
19219         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
19220         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
19221         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19223         * net/tls.el: Fix case of "GnuTLS".
19225         * paths.el (rmail-file-name): Format doc-string for make-docfile.
19227         * version.el (emacs-build-system): Give it a doc-string.
19229 2011-11-24  Juri Linkov  <juri@jurta.org>
19231         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19233 2011-11-24  Glenn Morris  <rgm@gnu.org>
19235         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19236         if called on a non-mime message just toggle the headers.  (Bug#8006)
19238 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
19240         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19241         (allout-lead-with-comment-string, allout-structure-deleted-hook)
19242         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19243         (allout-rebullet-heading, allout-open-sibtopic)
19244         (allout-toggle-current-subtree-encryption)
19245         (allout-toggle-subtree-encryption, allout-encrypt-string)
19246         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19247         (allout-distinctive-bullets-string, allout-auto-activation):
19248         * window.el (window-normalize-buffer-to-display):
19249         * progmodes/verilog-mode.el (verilog-batch-indent):
19250         * textmodes/bibtex.el (bibtex-field-braces-opt)
19251         (bibtex-field-strings-opt):
19252         * vc/cvs-status.el (cvs-tree-merge):
19253         Fix typos.
19255 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
19257         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19258         `non-essential' to t, in order to avoid remote connections.
19260 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
19262         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19263         On MS-DOS and MS-Windows, compare with loaddefs.el
19264         case-insensitively.
19266 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19268         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
19270 2011-11-23  Glenn Morris  <rgm@gnu.org>
19272         * paths.el (rmail-file-name): Reformat the doc-string so that it
19273         is picked up.
19275         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19276         (rmail-auto-file): Ignore case in the "special" field names,
19277         as mail-fetch-field does for all others.
19279         * mail/rmail.el (rmail-forward):
19280         * mail/rmailkwd.el (rmail-set-label):
19281         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19282         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
19284         * mail/rmail.el (rmail-current-message): Doc fix.
19286         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
19288 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19290         * server.el (server-eval-and-print): Allow C-g (bug#6585).
19292 2011-11-22  Glenn Morris  <rgm@gnu.org>
19294         * mail/rmailmm.el (test-rmail-mime-handler)
19295         (test-rmail-mime-bulk-handler)
19296         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19298 2011-11-21  Juri Linkov  <juri@jurta.org>
19300         * calc/calc.el (calc-read-key-sequence):
19301         Let-bind `input-method-function' to nil.  (Bug#10018)
19303 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19305         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19306         Tell the caller that the next line needs recomputation, even
19307         though it doesn't start a sexp (bug#10094).
19309 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19311         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19313 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19315         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19316         Use force-same-window.
19318 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
19320         * descr-text.el (describe-char-unicode-data):
19321         * json.el (json-string-escape):
19322         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19323         (Footnote-unicode, Footnote-style-p):
19324         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19326 2011-11-20  Chong Yidong  <cyd@gnu.org>
19328         * window.el (replace-buffer-in-windows): Restore interactive spec.
19330 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19332         * electric.el (electric-indent-mode): Fix last change (too optimistic).
19334         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19335         (byte-compile-global-not-obsolete-vars): New var.
19336         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19337         Use it.
19338         (byte-compile-warn-obsolete): Align text with the one in *Help*.
19340 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
19342         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19343         * progmodes/pascal.el (electric-pascal-equal):
19344         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19345         * xml.el (xml-substitute-special): Fix typos.
19347 2011-11-20  Glenn Morris  <rgm@gnu.org>
19349         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19350         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19351         Doc fixes.
19352         (rmail-decode-mime-charset): Mark as obsolete.
19354         * mail/rmailsum.el (rmail-message-regexp-p-1):
19355         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19356         Before using mime functions, check they are set.  (Bug#10077)
19358 2011-11-19  Juri Linkov  <juri@jurta.org>
19360         * info.el (Info-finder-find-node): Use `package--builtins' instead
19361         of `package-alist'.  Use node names formed by the pattern "Keyword "
19362         and the keyword name.
19364 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
19366         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19368 2011-11-19  Juri Linkov  <juri@jurta.org>
19370         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19371         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
19372         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19373         `old-history', `old-history-forward'.  Add let-binding
19374         `window-selected'.  Remove calls to `kill-buffer',
19375         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
19376         before calling `Info-find-node', so `Info-find-node-2' will reread
19377         the Info file.  Restore window positions only when `window-selected'
19378         is non-nil.
19380 2011-11-19  Juri Linkov  <juri@jurta.org>
19382         * isearch.el (isearch-lazy-highlight-new-loop):
19383         Remove condition `(not isearch-error)'.  (Bug#9918)
19385         * misearch.el (multi-isearch-search-fun): Add condition
19386         `(not bound)' to ignore lazy-highlighting search.
19387         Add the search-failed message "end of multi" when the end of
19388         multi-sequence is reached.  Uncapitalize the search-failed
19389         message "Repeat for next buffer".
19391         * info.el (Info-search): Add the search-failed message
19392         "end of the manual" when the end of the manual is reached
19393         in Isearch mode.
19395 2011-11-19  Juri Linkov  <juri@jurta.org>
19397         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19398         Use non-destructive `remove' instead of `delete' because
19399         `Info-history-list' stored to `Info-isearch-initial-history-list' in
19400         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19402 2011-11-19  Juri Linkov  <juri@jurta.org>
19404         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19405         to nil instead of binding `search-ring' and `regexp-search-ring'.
19406         (Bug#9185)
19408 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
19410         * simple.el (line-move): Force movement by logical lines for any
19411         hscrolled window, not only when auto-hscroll-mode is on.
19412         (line-move-visual): Update doc string to that effect.  (Bug#10076)
19414 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
19416         * language/european.el (macintosh): Define as alias for mac-roman.
19418 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
19420         * mail/rmailmm.el (rmail-mime-display-header)
19421         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19422         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19423         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19424         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19425         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19426         of a raw aref.
19427         (rmail-mime-entity-segment): To get past the tagline, move forward
19428         2 more lines, to account for the 2 empty lines that precede and
19429         follow the line with the buttons.
19430         (rmail-mime-update-tagline): Move one more line, to get past the
19431         empty line that follows the buttons in the tagline.  (Bug#9520)
19433 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
19435         * window.el (window-max-delta-1, window-min-delta-1)
19436         (window-min-size-1, window-state-get-1, window-state-put-1)
19437         (window-state-put-2): Use "window--" prefix.
19439 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19441         * emacs-lisp/smie.el: Improve warnings and conflict detection.
19442         (smie-warning-count): New var.
19443         (smie-set-prec2tab): Use it.
19444         (smie-bnf->prec2): Improve warnings.  Add docstring.
19445         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19446         (smie-bnf--set-class): New function.
19447         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
19448         corner case.
19450         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19451         (compilation-error-properties, compilation-move-to-column):
19452         Handle compilation-first-column while in the target buffer.
19454         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19455         Don't hardcode point-min==1.
19457         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19458         (eshell-rewrite-for-command): Remove workaround.
19459         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19460         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19461         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19463         * files-x.el (modify-file-local-variable): Obey commenting conventions.
19465 2011-11-17  Glenn Morris  <rgm@gnu.org>
19467         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19468         Ignore buffer-local generated-autoload-file if it is the same
19469         as the global value.  (Bug#10049)
19471 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
19473         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19474         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19475         (reftex-toc-previous-heading, reftex-toc-max-level)
19476         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19477         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19478         (reftex-toc-do-promote, reftex-toc-promote-prepare)
19479         (reftex-toc-promote-action, reftex-toc-extract-section-number)
19480         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19481         (reftex-toc-rename-label, reftex-toc-visit-location)
19482         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19483         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19484         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19485         leaving "*toc*" only for references to the buffer.
19487 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
19489         * window.el (window-resize, delete-window, split-window):
19490         Replace window-splits by window-combination-resize.
19491         * cus-start.el (window-splits): Replace by window-combination-resize.
19493 2011-11-17  Glenn Morris  <rgm@gnu.org>
19495         * progmodes/sh-script.el (sh-font-lock-keywords-var):
19496         Make bash entry derive from sh entry, not shell entry.
19498 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
19500         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19501         local file name.
19503 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
19505         * menu-bar.el (menu-bar-file-menu):
19506         * printing.el (pr-ps-utility):
19507         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19508         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19509         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19510         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19511         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19512         (icalendar--convert-cyclic-to-ical)
19513         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19514         (icalendar--convert-ical-to-diary)
19515         (icalendar--convert-recurring-to-diary)
19516         (icalendar--convert-non-recurring-all-day-to-diary)
19517         (icalendar-import-format-sample):
19518         * progmodes/idlw-shell.el (idlwave-shell-mode):
19519         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19520         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19521         (vhdl-ps-print-init): Fix typos.
19523 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
19525         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19526         FSF and collapse date sequence, obscure author/maintainer email address
19527         better, remove extra version line, track relocation of author's webpage.
19529         * progmodes/python.el (python-pdbtrack-input-prompt)
19530         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19531         regular python pdb prompts.  Adjustments shamelessly taken exactly as
19532         suggested in EmacsWiki page (tiny change):
19533         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19535 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
19537         * expand.el (expand-pos, expand-index, expand-point):
19538         Remove redundant info from docstring.
19539         (expand-add-abbrevs): Doc fix.
19540         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19541         (expand-sample-perl-mode-expand-list): Fix typos.
19543         * net/dbus.el (dbus-event-member-name):
19544         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19545         * term/pc-win.el (msdos-create-frame-with-faces):
19546         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19548 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
19550         * window.el (split-window, window-state-get-1)
19551         (window-state-put-1, window-state-put-2): Rename occurrences of
19552         window-nest to window-combination-limit.
19553         * cus-start.el (window-nest): Rename to window-combination-limit.
19555 2011-11-16  Chong Yidong  <cyd@gnu.org>
19557         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19558         regexp (Bug#10033).
19560 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19562         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19563         `completing-read' will remove *Completions* and will preserve
19564         current-buffer for us.
19565         (tmm-add-prompt): Users of *Completions* will always (re)set its
19566         major mode.
19567         (tmm-old-comp-map): Remove.
19569 2011-11-16  Glenn Morris  <rgm@gnu.org>
19571         * mail/rmailedit.el: Require rmailmm when compiling.
19572         (rmail-old-mime-state): New declaration.
19573         (rmail-edit-current-message): If editing a mime message,
19574         edit the "raw" message from the mbox buffer.
19575         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
19577 2011-11-15  Glenn Morris  <rgm@gnu.org>
19579         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19580         which wasn't being used.  Add optional arg to force given state.
19581         (rmail-mime): Add optional arg to force given state.
19583 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19585         * allout.el (allout-encryption-plaintext-sanitization-regexps):
19586         * frame.el (display-mm-dimensions-alist):
19587         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19588         (outline-move-subtree-down):
19589         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19590         (newsticker--treeview-do-get-node):
19591         * net/quickurl.el (quickurl-list-buffer-name):
19592         * progmodes/dcl-mode.el (dcl-mode):
19593         * progmodes/gdb-mi.el (gdb-mapcar*):
19594         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19596 2011-11-15  Glenn Morris  <rgm@gnu.org>
19598         * mail/rmail.el (rmail-file-coding-system): It's only ever used
19599         in a boolean sense, so just make it a boolean, and fix the doc.
19600         (rmail-show-mime-function, rmail-mime-feature)
19601         (rmail-require-mime-maybe): Doc fixes.
19602         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19604         * mail/rmailmm.el (rmail-show-mime): Doc fix.
19606 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19608         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19609         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19610         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19611         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19613 2011-11-15  Glenn Morris  <rgm@gnu.org>
19615         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19616         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19617         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19618         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19619         (rmail-mime, rmail-show-mime): Doc fixes.
19621         * term/ns-win.el (mode-line-frame-identification):
19622         Leave it alone.  (Bug#10051)
19624         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
19626         * mail/rmailout.el (rmail-output-to-rmail-buffer):
19627         Handle empty buffers.  (Bug#9978)
19629 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
19631         * international/mule.el (define-charset):
19632         * mail/rmailmm.el (rmail-mime-find-header-encoding):
19633         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19634         * progmodes/verilog-mode.el (verilog-backward-token):
19635         * textmodes/ispell.el (lookup-words):
19636         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19638 2011-11-14  Glenn Morris  <rgm@gnu.org>
19640         * progmodes/executable.el
19641         (executable-make-buffer-file-executable-if-script-p):
19642         Handle file-modes returning nil.
19644         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19645         message - not necessary, and causes problems.  (Bug#9831)
19647         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19649         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19651         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19652         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
19653         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19655 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
19657         * window.el (window-resize, delete-window): Use window-splits
19658         variable instead of function.
19659         (window-state-get-1, window-state-put-2, window-state-put):
19660         Don't deal with windows' splits status.
19662 2011-11-12  Glenn Morris  <rgm@gnu.org>
19664         * apropos.el (apropos-do-all, apropos-library, apropos-value)
19665         (apropos-documentation): Doc fixes.
19667 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
19669         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19670         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19672 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19674         * electric.el (electric-indent-post-self-insert-function): Make it
19675         possible for a char to only indent in some circumstances.
19676         (electric-indent-mode): Simplify.
19678 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
19680         * window.el (windows-with-parameter): Remove unused function.
19681         (windows-at-side): Rename to window-at-side-list.
19682         (window-check, window-atom-check, window-atom-check-1)
19683         (window-side-check, window-size-ignore, window-size-fixed-1)
19684         (window-in-direction-2): Prefix with "window--".
19685         (window-tree-1): Rename to window--subtree, fix doc-string.
19687 2011-11-11  Glenn Morris  <rgm@gnu.org>
19689         * subr.el (eval-after-load): If FILE is already loaded,
19690         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
19692 2011-11-10  Glenn Morris  <rgm@gnu.org>
19694         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19695         Call svn via vc-svn-command rather than vc-do-command.
19696         (vc-svn-command): Add --non-interactive.  (Bug#9993)
19697         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19699         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19700         Add toggle-read-only.  (Bug#7292)
19701         * files.el (toggle-read-only): Mention that it should only
19702         be used interactively.  (Bug#10006)
19704 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19706         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19707         Adjust regexp for OCaml warnings.
19709         * electric.el (electric-pair-post-self-insert-function): Let user
19710         turn it off buffer-locally (bug#9932).
19712         * progmodes/python.el (python-beginning-of-statement):
19713         Rewrite (bug#2703).
19715         * progmodes/compile.el: Better handle TABs (bug#9749).
19716         (compilation-internal-error-properties)
19717         (compilation-next-error-function): Obey the target buffer's
19718         compilation-error-screen-columns.
19720 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
19722         * progmodes/meta-mode.el: Remove obsolete comments.
19723         (meta-right-comment-regexp, meta-ignore-comment-regexp):
19724         Fix typos in docstrings.
19726 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
19728         * window.el (window-size-fixed-p): Rewrite doc-string.
19729         (window-resizable-p): Rename to window--resizable-p.  Update callers.
19730         (window--resizable): New function.  Make all callers of
19731         window-resizable call window--resizable instead.
19732         (window-resizable): Rewrite in terms of window--resizable.
19734 2011-11-08  Glenn Morris  <rgm@gnu.org>
19736         * progmodes/delphi.el (delphi-mode-syntax-table):
19737         Let define-derived-mode define a proper syntax table.  (Bug#9994)
19739 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19741         * window.el: Stay away from defsubst.
19742         (window-list-no-nils): Remove.
19743         (window-state-get-1, window-state-get): Use backquote instead.
19745 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19747         * emacs-lisp/find-func.el (find-function-read):
19748         Fix incorrect use of default argument in `completing-read'.
19750 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
19752         * window.el (display-buffer-function, special-display-function):
19753         Mention display-buffer-record-window but do not mention
19754         help-setup parameter in doc-strings.
19755         (window-min-delta): Fix doc-string typo.
19757 2011-11-08  Chong Yidong  <cyd@gnu.org>
19759         * window.el (window-total-height, window-total-width): Doc fix.
19760         (window-body-size): Move from C.
19761         (window-body-height, window-body-width): Move to C.
19763 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19765         * window.el: Make special-display like display-buffer-alist (bug#9532).
19766         (display-buffer--special-action): New function, morphed
19767         from display-buffer--special.
19768         (display-buffer): Use it to handle special-display-buffers at higher
19769         priority (just after display-buffer-alist).
19770         (display-buffer-fallback-action, display-buffer--other-frame-action)
19771         (pop-to-buffer-same-window): Remove display-buffer--special.
19773 2011-11-07  Glenn Morris  <rgm@gnu.org>
19775         * calendar/cal-menu.el (cal-menu-set-date-title):
19776         Do nothing if not in a calendar.  (Bug#9976)
19778 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19780         * files.el (find-file): Always use selected-window.
19782 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
19784         * window.el (window-combinations): Make WINDOW argument
19785         mandatory.  Rewrite doc-string.
19786         (walk-window-subtree, window-atom-check, window-min-delta)
19787         (window-max-delta, window--resize-this-window)
19788         (window--resize-root-window-vertically, window-tree)
19789         (balance-windows, window-state-put): Rewrite doc-strings as to
19790         not mention the term "subwindow".
19791         (window--resize-subwindows-skip-p): Rename to
19792         window--resize-child-windows-skip-p.
19793         (window--resize-subwindows-normal): Rename to
19794         window--resize-child-windows-normal.
19795         (window--resize-subwindows): Rename to
19796         window--resize-child-windows.
19797         (window-or-subwindow-p): Rename to window--in-subtree-p.
19799 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19801         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19802         Ensure that mbox format messages end in two newlines (Bug#9974).
19804 2011-11-06  Chong Yidong  <cyd@gnu.org>
19806         * window.el (window-combination-p): Function deleted; its
19807         side-effect is not used in any existing code.
19808         (window-combinations, window-combined-p): Call window-*-child
19809         directly.
19811 2011-11-05  Chong Yidong  <cyd@gnu.org>
19813         * window.el (window-valid-p): Rename from window-any-p.
19814         (window-size-ignore, window-state-get): Callers changed.
19815         (window-normalize-window): Rename from window-normalize-any-window.
19816         New arg LIVE-ONLY, replacing window-normalize-live-window.
19817         (window-normalize-live-window): Delete.
19818         (window-combination-p, window-combined-p, window-combinations)
19819         (walk-window-subtree, window-atom-root, window-min-size)
19820         (window-sizable, window-sizable-p, window-size-fixed-p)
19821         (window-min-delta, window-max-delta, window-resizable)
19822         (window-resizable-p, window-full-height-p, window-full-width-p)
19823         (window-current-scroll-bars, window-point-1, set-window-point-1)
19824         (window-at-side-p, window-in-direction, window-resize)
19825         (adjust-window-trailing-edge, maximize-window, minimize-window)
19826         (window-deletable-p, delete-window, delete-other-windows)
19827         (record-window-buffer, unrecord-window-buffer)
19828         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19829         (quit-window, split-window, window-state-put)
19830         (set-window-text-height, fit-window-to-buffer)
19831         (shrink-window-if-larger-than-buffer): Callers changed.
19833 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
19835         * mail/rmail.el (rmail-simplified-subject): Decode subject with
19836         rfc2047-decode-string.
19837         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19838         warnings.
19840         * window.el (window-body-height, window-body-width): Mention in
19841         the doc string that the return values are in frame's canonical
19842         units.  (Bug#9949)
19844 2011-11-03  Alan Mackenzie  <acm@muc.de>
19846         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19847         change in cc-engine.el.
19849 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19851         * window.el (switch-to-buffer): Use `force-same-window' interactively.
19853 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
19855         * window.el (quit-window): Call unrecord-window-buffer after
19856         showing another buffer in the window.  (Bug#9937)
19857         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19859 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
19861         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19862         Accept status with more than 9 shelves.  (Bug#9935)
19863         Reported by Colin D Bennett <colin@gibibit.com>.
19865 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
19867         * help.el (with-help-window): Don't reference
19868         temp-buffer-show-specifiers in doc-string.
19870 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
19872         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19873         menu-item.
19875 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19877         * whitespace.el: New version 13.2.2.
19878         (whitespace-newline-mode): Disable properly.  Reported by Sarah
19879         <EmacsWiki>.
19881 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
19883         * net/newst-treeview.el: Remove "Time-stamp".
19884         (newsticker--group-manage-orphan-feeds): Do not call
19885         newsticker--treeview-tree-update.
19886         (newsticker-treeview-update, newsticker-treeview):
19887         Call newsticker--treeview-tree-update if necessary.
19889 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
19891         * window.el (window-iso-combination-p, window-iso-combined-p)
19892         (window-iso-combinations): Remove "iso-" infix.
19893         Suggested by Chong Yidong.
19894         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19895         (window-max-delta-1, window-resize, window--resize-siblings)
19896         (window--resize-this-window, adjust-window-trailing-edge)
19897         (split-window, balance-windows-1)
19898         (shrink-window-if-larger-than-buffer):
19899         * calendar/calendar.el (calendar-generate-window):
19900         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19902 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19904         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19905         in place (bug#9907).
19906         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19907         (eshell-rewrite-if-command, eshell-rewrite-for-command)
19908         (eshell-structure-basic-command, eshell-rewrite-while-command)
19909         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19910         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19911         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19912         (eshell-do-pipelines-synchronously, eshell-eval-command):
19913         Use backquotes and prefer setq to set.
19914         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19915         (eshell-macrop): Use functionp.
19916         (eshell-do-eval): Handle multiple expressions in `while' body.
19918 2011-10-30  Chong Yidong  <cyd@gnu.org>
19920         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19921         instead of set-mark (Bug#9810).
19923 2011-10-30  Chong Yidong  <cyd@gnu.org>
19925         * window.el (split-window-below, split-window-right): Rename from
19926         split-window-above-each-other and split-window-side-by-side
19927         respectively.  All callers changed.
19928         (split-window-sensibly, split-window-sensibly): Use them.
19929         (split-window-keep-point): Doc fix.
19931         * isearch.el: Add isearch-scroll property to split-window-below
19932         and split-window-right.
19934         * follow.el (follow-mode):
19935         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19936         * progmodes/ada-xref.el (ada-gdb-application):
19937         * emulation/vip.el (vip-buffer-in-two-windows):
19938         * image-dired.el (image-dired-dired-with-window-configuration):
19939         * dired-x.el (dired-do-find-marked-files):
19940         * dired.el (dired-pop-to-buffer):
19941         * bs.el (bs--show-with-configuration):
19942         * vc/emerge.el (emerge-setup-windows):
19943         * textmodes/two-column.el (2C-two-columns):
19944         * textmodes/reftex-toc.el (reftex-toc):
19945         * progmodes/gdb-mi.el (gdb-setup-windows):
19946         * progmodes/fortran.el (fortran-window-create):
19947         * net/newst-treeview.el (newsticker--treeview-window-init):
19948         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19949         * emulation/tpu-edt.el (tpu-gold-map):
19950         * emulation/crisp.el (crisp-mode-map):
19951         * calendar/calendar.el (calendar-basic-setup): Callers changed.
19953 2011-10-29  Chong Yidong  <cyd@gnu.org>
19955         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19957         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19959         * textmodes/flyspell.el (flyspell-word): Fix char offset for
19960         forged Ispell output (Bug#7904).
19962         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19964 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19966         * doc-view.el: Avoid ugly errors about not finding nil.
19967         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19968         (doc-view-dvipdf-program, doc-view-unoconv-program)
19969         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19970         Avoid nil or absolute file name as default value.
19971         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19973 2011-10-28  Alan Mackenzie  <acm@muc.de>
19975         * progmodes/cc-defs.el (c-version): -> 5.32.2.
19977 2011-10-28  Alan Mackenzie  <acm@muc.de>
19979         Amend the handling of c-beginning/end-of-defun in nested declaration
19980         scopes.
19982         * progmodes/cc-vars.el (c-defun-tactic): Move here from
19983         cc-langs.el.  Change it to a defcustom.
19985         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19986         cc-vars.el.
19988         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19989         Prevent "class foo : bar" being spuriously recognized as a label.
19991         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19992         Add parameter `inclusive' (to include enclosing braces in the region).
19993         (c-widen-to-enclosing-decl-scope): New function.
19994         (c-while-widening-to-decl-block): New macro.
19995         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19996         outward for defun boundaries, and correspondingly change symbol
19997         `respect-enclosure' to `go-outward'.
19998         (c-declaration-limits): Change algorithm to report only the "innermost"
19999         defun's boundaries.
20001 2011-10-28  Deniz Dogan  <deniz@dogan.se>
20003         * net/rcirc.el (rcirc-mode): Use hard newlines.
20005 2011-10-28  Alan Mackenzie  <acm@muc.de>
20007         Amend to indent and fontify macros "which include their own semicolon"
20008         correctly, using the "virtual semicolon" mechanism.
20010         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
20012         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
20013         Recode to scan one line at a time rather than having \n and \r
20014         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
20015         (c-forward-label): Amend for virtual semicolons.
20016         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
20018         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
20019         of the new C macros.
20021         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
20022         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
20023         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
20024         (c-opt-cpp-macro-define): Make into a full language variable.
20025         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
20026         AWK Mode (including \n, \r) removed, no longer needed.
20028         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
20029         Invoke c-make-macro-with-semi-re.
20031         * progmodes/cc-vars.el (c-macro-with-semi-re):
20032         (c-macro-names-with-semicolon): New variables.
20033         (c-make-macro-with-semi-re): New function.
20035 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20037         * vc/log-edit.el: Fill empty field rather than adding new one.
20038         (log-edit-add-field): New function.
20039         (log-edit-insert-changelog): Use it.
20041 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
20043         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
20045 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20047         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
20048         (gdb--check-interpreter): New function.
20049         (gdb): Use it.
20051 2011-10-27  Glenn Morris  <rgm@gnu.org>
20053         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
20054         (least-positive-float, least-negative-float)
20055         (least-positive-normalized-float, least-negative-normalized-float)
20056         (float-epsilon, float-negative-epsilon):
20057         Remove unnecessary declarations.
20059         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
20060         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
20061         (least-positive-float, least-negative-float)
20062         (least-positive-normalized-float, least-negative-normalized-float)
20063         (float-epsilon, float-negative-epsilon): Add doc-strings,
20064         based on those in cl.texi.
20066         * files.el (set-visited-file-name): If the major-mode changed,
20067         reload the local variables.  (Bug#9796)
20069 2011-10-27  Chong Yidong  <cyd@gnu.org>
20071         * subr.el (change-major-mode-after-body-hook): New hook.
20072         (run-mode-hooks): Run it.
20074         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20075         Use change-major-mode-before-body-hook.
20077         * simple.el (fundamental-mode):
20078         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
20079         change introducing fundamental-mode-hook.
20081 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
20083         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
20085 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
20087         * ido.el (ido-file-name-all-completions-1): Do not require
20088         tramp.el explicitly.  (Bug#7583)
20090 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20092         * progmodes/octave-mod.el:
20093         * progmodes/octave-inf.el: Update maintainer.
20095 2011-10-26  Chong Yidong  <cyd@gnu.org>
20097         * subr.el (with-wrapper-hook): Rewrite doc.
20099 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
20101         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
20102         filenames "/method:foo:".  (Bug#9793)
20104 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20106         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
20107         (bug#9865).
20109 2011-10-24  Glenn Morris  <rgm@gnu.org>
20111         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
20113 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
20115         * notifications.el: Add the requirement of a running D-Bus session
20116         bus to the Commentary.
20118 2011-10-24  Juri Linkov  <juri@jurta.org>
20120         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20121         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
20122         (Bug#9364)
20124 2011-10-24  Juri Linkov  <juri@jurta.org>
20126         * info.el (Info-following-node-name-re): Add newline to the list
20127         of allowed characters for leading space.  (Bug#9824)
20129 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20131         * progmodes/octave-inf.el (inferior-octave-mode-map):
20132         Fix C-c C-h binding.
20133         * progmodes/octave-mod.el (octave-help): Remove.
20135 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
20137         Sync with Tramp 2.2.3.
20139         * net/tramp-cache.el (top): Pacify byte-compiler using
20140         `init-file-user' and `site-run-file'.
20142         * net/trampver.el: Update release number.
20144 2011-10-23  Chong Yidong  <cyd@gnu.org>
20146         * files.el (toggle-read-only): Remove obsolete comment about
20147         version control.
20149         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
20150         for toggle-read-only.  Note that this hasn't called vc-next-action
20151         since 2008-05-02, though it wasn't documented at the time.
20153         * vc/ediff-init.el (ediff-toggle-read-only-function):
20154         Use toggle-read-only.
20156 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
20158         Fix bug #9560, sporadic wrong indentation; improve instrumentation
20159         of c-parse-state.
20161         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
20162         correct faulty logical expression.
20163         (c-parse-state-state, c-record-parse-state-state):
20164         (c-replay-parse-state-state): New defvar/defuns.
20165         (c-debug-parse-state): Use new functions.
20167 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
20169         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
20170         last fix.  Use window-in-direction correctly.
20172 2011-10-21  Chong Yidong  <cyd@gnu.org>
20174         * progmodes/idlwave.el (idlwave-mode):
20175         * progmodes/vera-mode.el (vera-mode): No need to set
20176         require-final-newline; that's done in prog-mode.
20177         Suggested by Stefan Monnier.
20179 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
20181         * mouse.el (mouse-drag-window-above)
20182         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
20183         (mouse-drag-mode-line-1, mouse-drag-header-line)
20184         (mouse-drag-vertical-line-rightward-window): Remove.
20185         (mouse-drag-line): New function.
20186         (mouse-drag-mode-line, mouse-drag-header-line)
20187         (mouse-drag-vertical-line): Call mouse-drag-line.
20188         * window.el (window-at-side-p, windows-at-side): New functions.
20190 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
20192         * tar-mode.el (tar-grind-file-mode):
20193         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
20195 2011-10-21  Chong Yidong  <cyd@gnu.org>
20197         * progmodes/idlwave.el (idlwave-mode):
20198         * progmodes/vera-mode.el (vera-mode):
20199         Use mode-require-final-newline.
20201 2011-10-20  Glenn Morris  <rgm@gnu.org>
20203         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
20205 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
20207         * emulation/cua-base.el (cua-set-mark): Fix case of string.
20209 2011-10-20  Chong Yidong  <cyd@gnu.org>
20211         * emulation/cua-base.el (cua-mode):
20212         * mail/footnote.el (footnote-mode):
20213         * mail/mailabbrev.el (mail-abbrevs-mode):
20214         * net/xesam.el (xesam-minor-mode):
20215         * progmodes/bug-reference.el (bug-reference-mode):
20216         * progmodes/cap-words.el (capitalized-words-mode):
20217         * progmodes/compile.el (compilation-minor-mode)
20218         (compilation-shell-minor-mode):
20219         * progmodes/gud.el (gud-tooltip-mode):
20220         * progmodes/hideif.el (hide-ifdef-mode):
20221         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20222         * progmodes/subword.el (subword-mode):
20223         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20224         * progmodes/which-func.el (which-function-mode):
20225         * term/tvi970.el (tvi970-set-keypad-mode):
20226         * term/vt100.el (vt100-wide-mode):
20227         * textmodes/flyspell.el (flyspell-mode):
20228         * textmodes/ispell.el (ispell-minor-mode):
20229         * textmodes/nroff-mode.el (nroff-electric-mode):
20230         * textmodes/paragraphs.el (use-hard-newlines):
20231         * textmodes/refill.el (refill-mode):
20232         * textmodes/reftex.el (reftex-mode):
20233         * textmodes/rst.el (rst-minor-mode):
20234         * textmodes/sgml-mode.el (html-autoview-mode)
20235         (sgml-electric-tag-pair-mode):
20236         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20237         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20238         * emulation/crisp.el (crisp-mode):
20239         * emacs-lisp/eldoc.el (eldoc-mode):
20240         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20241         minor mode behavior.
20243 2011-10-19  Juri Linkov  <juri@jurta.org>
20245         * descr-text.el (describe-char): Add #x2010 and #x2011 to
20246         the list of hard-coded chars with escape-glyph face.
20248 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20250         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20252 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
20254         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20255         running process.
20257 2011-10-19  Glenn Morris  <rgm@gnu.org>
20259         * vc/vc-bzr.el (vc-bzr-after-dir-status):
20260         Ignore ignored files.  (Bug#9726)
20262 2011-10-19  Chong Yidong  <cyd@gnu.org>
20264         Doc fix for minor modes, stating that an omitted argument enables
20265         the mode unconditionally when called from Lisp.
20267         * abbrev.el (abbrev-mode):
20268         * allout.el (allout-mode):
20269         * autoinsert.el (auto-insert-mode):
20270         * autoarg.el (autoarg-mode, autoarg-kp-mode):
20271         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20272         (global-auto-revert-mode):
20273         * battery.el (display-battery-mode):
20274         * composite.el (global-auto-composition-mode)
20275         (auto-composition-mode):
20276         * delsel.el (delete-selection-mode):
20277         * desktop.el (desktop-save-mode):
20278         * dired-x.el (dired-omit-mode):
20279         * dirtrack.el (dirtrack-mode):
20280         * doc-view.el (doc-view-minor-mode):
20281         * double.el (double-mode):
20282         * electric.el (electric-indent-mode, electric-pair-mode):
20283         * emacs-lock.el (emacs-lock-mode):
20284         * epa-hook.el (auto-encryption-mode):
20285         * follow.el (follow-mode):
20286         * font-core.el (font-lock-mode):
20287         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20288         * help.el (temp-buffer-resize-mode):
20289         * hilit-chg.el (highlight-changes-mode)
20290         (highlight-changes-visible-mode):
20291         * hi-lock.el (hi-lock-mode):
20292         * hl-line.el (hl-line-mode, global-hl-line-mode):
20293         * icomplete.el (icomplete-mode):
20294         * ido.el (ido-everywhere):
20295         * image-file.el (auto-image-file-mode):
20296         * image-mode.el (image-minor-mode):
20297         * iswitchb.el (iswitchb-mode):
20298         * jka-cmpr-hook.el (auto-compression-mode):
20299         * linum.el (linum-mode):
20300         * longlines.el (longlines-mode):
20301         * master.el (master-mode):
20302         * mb-depth.el (minibuffer-depth-indicate-mode):
20303         * menu-bar.el (menu-bar-mode):
20304         * minibuf-eldef.el (minibuffer-electric-default-mode):
20305         * mouse-sel.el (mouse-sel-mode):
20306         * msb.el (msb-mode):
20307         * mwheel.el (mouse-wheel-mode):
20308         * outline.el (outline-minor-mode):
20309         * paren.el (show-paren-mode):
20310         * recentf.el (recentf-mode):
20311         * reveal.el (reveal-mode, global-reveal-mode):
20312         * rfn-eshadow.el (file-name-shadow-mode):
20313         * ruler-mode.el (ruler-mode):
20314         * savehist.el (savehist-mode):
20315         * scroll-all.el (scroll-all-mode):
20316         * scroll-bar.el (scroll-bar-mode):
20317         * server.el (server-mode):
20318         * shell.el (shell-dirtrack-mode):
20319         * simple.el (auto-fill-mode, transient-mark-mode)
20320         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20321         (line-number-mode, column-number-mode, size-indication-mode)
20322         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20323         * strokes.el (strokes-mode):
20324         * time.el (display-time-mode):
20325         * t-mouse.el (gpm-mouse-mode):
20326         * tool-bar.el (tool-bar-mode):
20327         * tooltip.el (tooltip-mode):
20328         * type-break.el (type-break-mode-line-message-mode)
20329         (type-break-query-mode):
20330         * view.el (view-mode):
20331         * whitespace.el (whitespace-mode, whitespace-newline-mode)
20332         (global-whitespace-mode, global-whitespace-newline-mode):
20333         * xt-mouse.el (xterm-mouse-mode): Doc fix.
20335         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20336         Fix autogenerated docstring.
20338 2011-10-19  Juri Linkov  <juri@jurta.org>
20340         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20341         by checking environment variables "DESKTOP_SESSION" and
20342         "XDG_CURRENT_DESKTOP".  (Bug#9779)
20344 2011-10-19  Juri Linkov  <juri@jurta.org>
20346         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20347         (browse-url-chromium-program, browse-url-chromium-arguments):
20348         New defcustoms.
20349         (browse-url-default-browser): Check for `browse-url-chromium' and
20350         call `browse-url-chromium-program'.
20351         (browse-url-chromium): New command.  (Bug#9779)
20353 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
20355         * facemenu.el (list-colors-duplicates): On Windows, detect more
20356         duplicates by assuming that only colors matching "^System" are
20357         special "system colors".  (Bug#9722)
20359 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20361         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20362         to distinguish the author from the committer.
20364 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
20366         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20368 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
20370         * international/mule.el (sgml-html-meta-auto-coding-function):
20371         Add support for detecting encoding in HTML5 specified only as
20372         <meta charset="UTF-8">.  Implementation just makes http-equiv and
20373         content-type parts from HTML4 encoding string optional.  (Bug#9716)
20375 2011-10-18  Glenn Morris  <rgm@gnu.org>
20377         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
20379 2011-10-18  Chong Yidong  <cyd@gnu.org>
20381         * faces.el (cursor): Doc fix.
20383 2011-10-17  Chong Yidong  <cyd@gnu.org>
20385         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20387 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
20389         * dirtrack.el (dirtrack): Support shell buffers with path
20390         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
20392 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
20394         * json.el: Bump version to 1.3 and note change in History.
20395         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20397 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20399         * comint.el (comint-insert-input, comint-send-input)
20400         (comint-get-old-input-default, comint-backward-matching-input)
20401         (comint-next-prompt): Use nil instead of `input' for field property of
20402         past user input (bug#114).
20404         * minibuffer.el (completion--replace): Inherit surrounding properties
20405         (bug#114).
20406         (minibuffer-complete-and-exit): Use it.
20408         * comint.el (comint--table-subvert): Quote the all-completions output
20409         (bug#9160).
20411 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
20413         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20415         * menu-bar.el (menu-bar-file-menu): Add entry for making new
20416         window on right of selected.  (Bug#9350) Reword other window
20417         entries and separate them from frame entries.
20419 2011-10-15  Glenn Morris  <rgm@gnu.org>
20421         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20422         Doc fixes.
20424 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
20426         * net/network-stream.el (network-stream-open-starttls):
20427         Improve detection of failure due to lack of TLS support.
20429         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20430         putting the input text in front and in bold.
20432 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20434         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20436         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20437         empty buffer.
20439         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20440         unread-command-events rather than pushing yet-another event.
20442 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
20444         * mail/sendmail.el (sendmail-query-once): Improve the wording of
20445         the explanation of the possible choices.  Make the options passed
20446         to completing-read shorter.
20448 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
20450         * textmodes/flyspell.el (flyspell-large-region): Make sure
20451         extended character mode is used if defined (Bug#1339).
20453 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
20455         * simple.el (what-cursor-position): Fix the display of the
20456         character info for LRE, LRO, RLE, and RLO characters by appending
20457         an invisible PDF.
20459 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20461         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20462         even in case of error; add debug spec; simplify data flow.
20463         (with-timeout-handler): Remove.
20465 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
20467         Fix Bug#6019, Bug#9315.
20469         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20470         complete `buffer-file-name', the local file name part could look
20471         remotely (for example on VMS).
20473         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20474         `tramp-run-real-handler'.
20475         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20476         already quoted by '"'.
20478         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20479         Let `file-name-handler-alist' be nil, the local file name part
20480         could look remotely (for example on VMS).
20482 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20484         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20485         from here...
20486         (flyspell-post-command-hook): ...to here.
20488 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20490         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20491         if not needed.
20492         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
20493         using completion.  Protect against "slow" callers.
20494         Remove the "message hack".
20496 2011-10-11  Juri Linkov  <juri@jurta.org>
20498         * isearch.el (isearch-lazy-highlight-word): New variable.
20499         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20500         Use it.  (Bug#9727)
20502 2011-10-11  Glenn Morris  <rgm@gnu.org>
20504         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20505         like f90-previous-statement does.
20507 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20509         * eshell/eshell.el (eshell-command): History should be saved
20510         only in interactive use, to avoid error.
20512 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20514         * minibuffer.el (completion-file-name-table): Fix last change,
20515         i.e. ignore normal errors but not the other ones.
20517 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
20519         * window.el (special-display-buffer-names)
20520         (special-display-regexps): Remove some remnants of earlier
20521         changes from doc-strings.
20522         (quit-windows-on): New function.
20524         * vc/vc.el (vc-revert, vc-rollback):
20525         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20526         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
20527         (Bug#6183) (Bug#7074) (Bug#7447)
20529 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
20531         * window.el (frame-auto-hide-function): Add version tag.
20532         (Bug#9699)
20534 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
20536         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20537         condition.
20539 2011-10-09  Leo Liu  <sdl.web@gmail.com>
20541         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20542         (Bug#9701)
20544 2011-10-08  Glenn Morris  <rgm@gnu.org>
20546         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20547         before the first code statement zero indent.  (Bug#9690)
20549 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
20551         * simple.el (count-words-region): Always count in the region.
20552         Report the number of lines and characters too.
20553         (count-words): New command, which counts in the buffer if the
20554         region is inactive, as count-words-region used to.
20555         (count-words--message): New function.  Handle plurals.
20556         (count-lines-region): Make it an alias for count-words-region.
20558         * bindings.el (esc-map): Replace count-lines-region with
20559         count-words-region.
20561 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
20563         * window.el (window--delete): Delete dedicated frame
20564         unconditionally when argument KILL is non-nil.  (Bug#9699)
20565         (switch-to-buffer): Fix doc-string typo.
20567 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20569         * eshell/eshell.el (eshell-command): Avoid using hooks.
20571 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
20573         * bindings.el ([M-left],[M-right]): Bind to left-word and
20574         right-word respectively.
20576 2011-10-07  Glenn Morris  <rgm@gnu.org>
20578         * cus-start.el (debug-on-quit): Fix custom type.
20580 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20582         * subr.el (define-key-after): Clarify that the function is not
20583         useful for non-menu keymaps.
20585         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20587 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20589         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20590         in current minibuffer (Fix bug with recursive minibuffers).
20592 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
20594         * progmodes/gdb-mi.el (gdb): Doc fix.
20596 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
20598         * window.el (frame-auto-hide-function): New option replacing
20599         frame-auto-delete.  Suggested by Stefan Monnier.
20600         (window--delete): Call frame-auto-hide-function instead of
20601         investigating frame-auto-delete.
20602         (window-point-1, set-window-point-1): New functions.
20603         (window-in-direction, record-window-buffer, window-state-get-1)
20604         (display-buffer-record-window): Use window-point-1 instead of
20605         window-point.
20606         (set-window-buffer-start-and-point): Use set-window-point-1.
20608 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20610         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20612 2011-10-05  Glenn Morris  <rgm@gnu.org>
20614         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20615         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
20617 2011-10-05  Leo Liu  <sdl.web@gmail.com>
20619         * subr.el (read-char-choice): Fix argument to buffer-live-p which
20620         works with buffer object.
20622 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20624         * mpc.el (mpc-tool-bar-map): Add labels.
20626 2011-10-04  Glenn Morris  <rgm@gnu.org>
20628         * calendar/holidays.el (calendar-check-holidays): Doc fix.
20630 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
20632         * window.el (window--delete): New function.
20633         (frame-auto-delete): Resuscitate option.
20634         (bury-buffer, replace-buffer-in-windows)
20635         (quit-window): Rewrite using window--delete.
20636         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20637         Pass display-buffer-mark-dedicated to window--display-buffer-2
20638         (Bug#9639).
20640 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20642         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20643         returns a list (bug#9554).  Add remote file name completion.
20644         * comint.el (comint--table-subvert): Curry and get quote&unquote
20645         functions as arguments.
20646         (comint--complete-file-name-data): Adjust call accordingly.
20647         * pcomplete.el (pcomplete--table-subvert): Remove.
20648         (pcomplete-completions-at-point): Use comint--table-subvert instead.
20650         * minibuffer.el (completion-table-case-fold): Use currying.
20651         (completion--styles-type, completion--cycling-threshold-type):
20652         New constants.
20653         (completion-styles, completion-category-overrides)
20654         (completion-cycle-threshold): Use them.
20655         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20656         completion-table-case-fold.
20658 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
20660         * minibuffer.el (completion-category-overrides): Fix type of styles
20661         and add more user friendly tags (bug#9660).
20663 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20665         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20666         (mule-input-method-string): New widget.
20667         (default-input-method, language-info-custom-alist): Use it.
20669 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20671         * pcomplete.el: Require comint.
20672         (pcomplete--common-suffix): Remove.
20673         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20674         (pcomplete--table-subvert): Sync with comint--table-subvert.
20675         (pcomplete--entries): Use comint-completion-file-name-table.
20676         * comint.el (comint-unquote-filename): Simplify.
20677         (comint-completion-file-name-table): New function (bug#9616).
20678         (comint--complete-file-name-data): Use it.
20680         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20681         (pcmpl-gnu-tar-buffer): Remove.
20682         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20683         around.  Make sure pcomplete-suffix-list is only changed temporarily.
20684         Don't look inside the tar's file if it's too large.
20686 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
20688         * cus-edit.el (custom-mode-map):
20689         * epa.el (epa-key-list-mode-map):
20690         * man.el (Man-mode-map):
20691         * startup.el (splash-screen-keymap):
20692         * simple.el (special-mode-map): Use scroll-up-command and
20693         scroll-down-command.
20695         * progmodes/idlw-help.el (idlwave-help-mode-map):
20696         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20697         * net/newst-plainview.el (newsticker-mode-map):
20698         * emulation/ws-mode.el (wordstar-mode-map):
20699         * emulation/vi.el (vi-com-map):
20700         * calc/calc-graph.el (calc-graph-show-dumb):
20701         * term/sun.el (terminal-init-sun):
20702         * term/ns-win.el (global-map):
20703         * progmodes/grep.el (grep-mode-map):
20704         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20705         * mail/rmail.el (rmail-mode-map):
20706         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20708         * custom.el (custom-safe-themes, load-theme): Treat value of t for
20709         custom-safe-themes as special.
20711 2011-10-01  Julien Danjou  <julien@danjou.info>
20713         * notifications.el (notifications-notify): Fix docstring.
20715 2011-10-01  Per Starbäck  <per@starback.se>
20717         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
20719 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
20721         * startup.el (command-line-1): Fix last fix by inserting
20722         initial-scratch-message into *scratch* before displaying it.
20723         (Bug#9605) and (Bug#9636)
20725 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
20727         * simple.el (line-move): If auto-hscroll-mode is disabled and the
20728         window is hscrolled, move by logical lines.  (Bug#9607)
20729         (line-move-visual): Update the doc string to the above effect.
20731 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
20733         * window.el (display-buffer-record-window): When WINDOW is the
20734         selected window use `point' instead of `window-point'.  (Bug#9626)
20736         * startup.el (command-line-1): Use insert-before-markers when
20737         inserting initial-scratch-message.  (Bug#9605)
20739         * help.el (help-window): Remove variable.
20741 2011-09-29  Glenn Morris  <rgm@gnu.org>
20743         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20745 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
20747         * descr-text.el (describe-char-categories): Accept category
20748         descriptions more than one line long.
20750 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20752         * simple.el (delete-trailing-whitespace): Fix last change.
20754         * progmodes/perl-mode.el (perl-syntax-propertize-function):
20755         Don't confuse "y => 3" as the beginning of a `y' operation.
20757         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20758         object has more than 4 slots (bug#9613).
20760 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
20762         * subr.el (with-output-to-temp-buffer):
20763         * net/quickurl.el (quickurl, quickurl-browse-url):
20764         Fix typos in docstrings.
20766 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
20768         * minibuffer.el (completion-styles)
20769         (completion-category-overrides): Cross reference each other in doc
20770         strings.
20772 2011-09-27  Glenn Morris  <rgm@gnu.org>
20774         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20775         to split-string.  (Bug#9606)
20777 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20779         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20780         (bug#9615).
20782 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
20784         * emacs-lisp/package.el (list-packages): Fix echo area message.
20786 2011-09-27  Leo Liu  <sdl.web@gmail.com>
20788         * ido.el (ido-read-internal): Accept cons cell HIST arg.
20790 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
20792         * net/dbus.el (dbus-unregister-object): Don't release services for
20793         registered signals.  (Bug#9581)
20795 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
20797         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20798         function that picks between cfengine 2 and 3 support
20799         automatically.  Update docs accordingly.
20801 2011-09-22  Kenichi Handa  <handa@m17n.org>
20803         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20804         ZERO.
20805         (indian-itrans-v5-table-for-tamil): New variable.
20806         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20808 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
20810         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20811         that's true if the current command involved collapsing of text.
20812         It's reset to false at the beginning of the next command.
20813         (allout-post-command-business): Move the cursor to the beginning
20814         of entry if the cursor is hidden and collapsing activity just
20815         happened.
20817 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
20819         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20820         tracking (Bug#9541).
20822 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
20824         * net/newst-reader.el (newsticker-html-renderer)
20825         (newsticker-show-news): Automatically load html rendering package
20826         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
20827         because w3m-fill-column is let-bound" and the error "Symbol's value
20828         as variable is void: w3m-fill-column".
20830 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
20832         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20833         Release services only if they are defined.  (Bug#9581)
20835 2011-09-23  Richard Stallman  <rms@gnu.org>
20837         * textmodes/paragraphs.el (forward-sentence): For backwards case,
20838         distinguish start of paragraph from start of its text.
20840         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20842         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20843         (rmail-generate-viewer-buffer): Put that hook on view buffer.
20844         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20846 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
20848         * international/mule-diag.el (mule-diag): Insert a newline after
20849         each fontset description.
20851 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20853         * simple.el (delete-trailing-whitespace):
20854         Document last change; simplify.
20856 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
20858         * simple.el (delete-trailing-whitespace): Also delete
20859         extra newlines at the end of the buffer.
20861         * textmodes/picture.el: Make motion commands obey shift-select-mode.
20862         (picture-newline): Use forward-line so as to ignore fields.
20864 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20866         * subr.el (with-wrapper-hook): Fix edebug spec.
20868 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20870         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20871         (bug#4538).
20873 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
20875         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20876         Fix nasty bug using wrong cached values.
20878 2011-09-23  Alan Mackenzie  <acm@muc.de>
20880         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20882 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
20884         * window.el (pop-to-buffer): Ensure right window is selected if we
20885         chose another frame.
20887 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
20889         * simple.el (what-cursor-position): Use get-char-property-change
20890         and next-single-char-property-change, to be able to show display
20891         properties that come from overlays as well as text properties.
20893 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
20895         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20897         * cmuscheme.el (run-scheme, switch-to-scheme):
20898         * cus-edit.el (customize-group, custom-buffer-create)
20899         (customize-browse):
20900         * info.el (info):
20901         * shell.el (shell):
20902         * mail/sendmail.el (mail):
20903         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20905 2011-09-22  Richard Stallman  <rms@gnu.org>
20907         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20908         move back only to line beg, don't move back over blank lines.
20910 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
20912         * files.el (copy-directory): Set directory attributes only in case
20913         they could be retrieved from the source directory.  (Bug#9565)
20915 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
20917         * progmodes/hideshow.el (hs-looking-at-block-start-p)
20918         (hs-find-block-beginning, hs-hide-level-recursive):
20919         Ignore strings as well as comments.  (Bug#9502)
20921 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
20923         * progmodes/sql.el (sql-comint-postgres):
20924         Convert port number to a string.  (Bug#9566)
20926 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
20928         * window.el (quit-window): Undedicate window when switching to
20929         previous buffer.  Reported by Thierry Volpiatto
20930         <thierry.volpiatto@gmail.com>.
20931         (special-display-popup-frame): When popping up a new frame reset
20932         its previous buffers to nil.  Simplify code.
20934 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
20936         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20937         and process filter, as done also in `shell-command'.
20939 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
20941         * window.el (set-window-buffer-start-and-point):
20942         Call set-window-start with NOFORCE argument t.
20943         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20944         (quit-window): Reword doc-string.  Handle new format of
20945         quit-restore parameter.  Don't delete window if it has a
20946         previous buffer we can show instead of the present one.
20947         (display-buffer-record-window): Rewrite using a new format for
20948         the quit-restore window parameter
20949         (special-display-popup-frame, display-buffer-same-window)
20950         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20951         (display-buffer-pop-up-window, display-buffer-use-some-window):
20952         Adapt symbol passed to display-buffer-record-window.
20953         * help.el (help-window-setup): Handle new format of quit-restore
20954         parameter.
20956 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20958         * faces.el (face-list): Fix docstring (bug#9564).
20960         * window.el (display-buffer--action-function-custom-type):
20961         Don't include internal functions in the Custom interface.
20963 2011-09-20  Juri Linkov  <juri@jurta.org>
20965         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20966         (Info-forward-node, Info-backward-node, Info-next-preorder)
20967         (Info-last-preorder): Use it.  (Bug#9528)
20969 2011-09-20  Juri Linkov  <juri@jurta.org>
20971         * info.el (Info-last-preorder): Visit last menu item only when
20972         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20974 2011-09-20  Julien Danjou  <julien@danjou.info>
20976         * password-cache.el (password-cache-remove): Remove entries even if the
20977         value is nil, so that password with a nil value (negative caching) is
20978         possible to invalidate.
20980 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
20982         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20983         all whitespace around breakpoint.  (Bug#9553)
20984         (f90-find-breakpoint): Only break at whitespace inside a comment.
20986 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20988         * minibuffer.el (completion-file-name-table): Keep track of errors.
20989         (completion-table-with-predicate): Handle the case where pred1 is nil.
20990         * pcomplete.el (pcomplete-completions-at-point): Simplify.
20992 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20994         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20995         (debugger-return-value): Signal an error if the debugging context does
20996         not await any return value.
20998         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20999         * image-mode.el (image-toggle-display-text)
21000         (image-toggle-display-image): Stay away from evil `intangible'.
21002 2011-09-19  Leo Liu  <sdl.web@gmail.com>
21004         * replace.el (occur-revert-arguments): Make it permanent-local.
21005         (occur-mode): Don't call font-lock-defontify.
21007 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
21009         * net/ldap.el (ldap-search-internal): Don't push empty search
21010         result (Bug#9508).
21012 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21014         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
21016 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
21018         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
21019         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
21021 2011-09-18  Juri Linkov  <juri@jurta.org>
21023         * buff-menu.el (Buffer-menu-mode-map):
21024         * dired.el (dired-mode-map):
21025         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
21026         (lisp-interaction-mode-map):
21027         * emacs-lisp/package.el (package-menu-mode-map):
21028         * epa.el (epa-key-list-mode-map):
21029         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
21030         (menu-bar-options-menu):
21031         * outline.el (outline-mode-menu-bar-map):
21032         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
21033         * vc/vc-dir.el (vc-dir-menu-map):
21034         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
21035         Capitalize non-function content words in menu item strings.
21037         * dired.el (dired-mode-map): Add menu item for
21038         `image-dired-dired-toggle-marked-thumbs'.
21040 2011-09-18  Juri Linkov  <juri@jurta.org>
21042         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
21043         to `isearch-case-fold-search' and restore its original value
21044         after the `isearch-mode' call.
21046 2011-09-18  Juri Linkov  <juri@jurta.org>
21048         * progmodes/grep.el (grep-process-setup): Don't check code for 1
21049         because `zgrep' returns 1 for successful matches (bug#9226).
21051 2011-09-18  Juri Linkov  <juri@jurta.org>
21053         * info.el (Info-extract-menu-node-name): Check the second match
21054         for empty string (second test-case of bug#9528).
21055         (Info-last-preorder): Let-bind `Info-history' to nil to not add
21056         intermediate nodes to the history (first test-case of bug#9528).
21058 2011-09-18  Juri Linkov  <juri@jurta.org>
21060         * info.el (Info-mode-syntax-table): New variable.
21061         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
21063 2011-09-18  Juri Linkov  <juri@jurta.org>
21065         * info.el (Info-file-supports-index-cookies):
21066         Increment line-beginning-position's arg from 3 to 4 because makeinfo
21067         outputs one more line for long file names (bug#4142).
21069 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
21071         * newcomment.el (comment-normalize-vars): If prompting for
21072         comment-start, set comment-start-skip too (Bug#8424).
21074 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
21076         * icomplete.el: Fix previous fix of Bug#5849.
21077         (icomplete-mode): Don't set completion-show-inline-help.
21078         (icomplete-minibuffer-setup): Set completion-show-inline-help
21079         locally during icompletion.
21081 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
21083         * woman.el (woman2-process-escapes): Don't delete unrecognized
21084         escapes (Bug#7843).
21086         * files.el (inhibit-first-line-modes-regexps): Add image files.
21087         (hack-local-variables-prop-line): Return nil for malformed
21088         prop-lines (Bug#9044).
21090 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
21092         * net/tramp.el (top): Don't require 'shell.
21093         (tramp-methods): Fix docstring.
21094         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
21095         Return complete remote file name.  Handle "smb" case.
21096         Use `tramp-tmpdir', if defined for the respective method.
21097         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
21099         * net/tramp-compat.el (top): Require 'shell.
21101         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
21102         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
21103         `tramp-current-host'.
21104         (tramp-get-remote-tmpdir): Remove.
21106         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
21107         `tramp-tmpdir' entries.
21108         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
21109         (tramp-smb-handle-file-attributes): Ignore errors.
21110         (tramp-smb-wait-for-output): Check also for process end.
21112 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21114         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
21115         when sending QUIT (bug#9312).
21117 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
21119         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
21120         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
21121         occur-mode-display-occurrence.
21122         (occur-edit-mode): Add usage message.
21123         (occur-cease-edit): New command.
21124         (occur-after-change-function): Use text properties to find the
21125         position of the prefix text.
21126         (occur-engine): Set stickiness of prefix text properties.
21128 2011-09-17  Glenn Morris  <rgm@gnu.org>
21130         * progmodes/etags.el (complete-tag):
21131         Fix call to completion-in-region.  (Bug#9526)
21133 2011-09-17  Juri Linkov  <juri@jurta.org>
21135         * textmodes/ispell.el (ispell-word): Add to the error message
21136         the word, ispell program name and current dictionary (bug#9121).
21137         (ispell-tex-arg-end): Capitalize "error" in the error message.
21139 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
21141         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
21142         check.  (Bug#4251)
21144 2011-09-17  Juri Linkov  <juri@jurta.org>
21146         * window.el (window-safe-min-height, window-safe-min-width):
21147         Fix typos (followup to bug#9522).
21149 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
21151         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
21153 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
21155         * simple.el (line-move): If goal-column is set, move by logical
21156         lines, not by display lines.  (Bug#971)
21157         (next-line, previous-line, goal-column, line-move-visual): Doc fix
21158         to reflect the above change.
21160 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21162         * image.el (imagemagick-register-types): Use regexp-opt.
21164 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
21166         * window.el (display-buffer-base-action): Rename from
21167         display-buffer-default-action.  Make default value empty.
21168         (display-buffer-overriding-action): Convert to defvar.
21169         (display-buffer-fallback-action): New var.
21171 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
21173         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
21174         declaration.
21175         (package--add-to-archive-contents): If there is a duplicate entry
21176         with an older version, remove it.
21177         (package-menu-mark-delete, package-menu-mark-install)
21178         (package-menu-mark-unmark): Make unused args optional.
21179         (package-menu-mark-obsolete-for-deletion):
21180         Use package-menu-get-status instead of a regexp search.
21181         (package-menu-get-status): Use tabulated-list-entry.
21182         (package-menu-mark-upgrades): New command.
21183         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
21184         (package-menu-execute): Do installation before deletion.
21185         (package-menu-refresh, package-menu-execute): Use derived-mode-p
21186         instead of checking major-mode.
21187         (package-menu--find-upgrades): New function.
21189 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21191         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
21192         passwords in the log buffer.
21193         (smtpmail-process-filter): Update the process marker so that the
21194         "broken by peer" status message is inserted in the right place.
21196 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21198         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
21199         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
21200         bibtex-completion-at-point-function.
21201         (bibtex-completion-at-point-function): Use them.
21203         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
21205         * mpc.el (mpc-constraints-tag-lookup): New function.
21206         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
21207         also to browser "album|playlist".
21209 2011-09-14  Juri Linkov  <juri@jurta.org>
21211         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
21212         (isearch-edit-string): Use length of `isearch-string' when
21213         `isearch-fail-pos' returns nil.
21214         (isearch-message): Remove duplicate code and call
21215         `isearch-fail-pos' with arg `t'.
21217 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
21219         * replace.el (occur-mode-goto-occurrence): Don't force using other
21220         window (Bug#9499).
21222         * dired-aux.el (dired-do-chmod): Don't provide initial input.
21224 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
21226         * window.el (display-buffer-window): Remove.
21227         (display-buffer-record-window): Use help-setup window parameter
21228         instead of variable display-buffer-window.
21229         (display-buffer-function, special-display-buffer-names)
21230         (special-display-function): Mention help-setup parameter instead
21231         of display-buffer-window in doc-string.
21232         * help.el (help-window-setup): New argument help-window.
21233         Use help-window-setup parameter instead of display-buffer-window.
21234         Reword some messages.
21235         (with-help-window): Pass window used for displaying the buffer
21236         to help-window-setup.  Don't set display-buffer-window.
21238 2011-09-13  Glenn Morris  <rgm@gnu.org>
21240         * emacs-lisp/debug.el (debugger-make-xrefs):
21241         Preserve point.  (Bug#9462)
21243 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
21245         * window.el (window-deletable-p): Use next-frame.
21247 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
21249         * window.el (window-auto-delete): Remove.
21250         (window-deletable-p): Remove argument FORCE.  Don't deal with
21251         dedication and previous buffers.
21252         (switch-to-prev-buffer): Don't delete window.
21253         (delete-windows-on): Delete a window's frame if and only if the
21254         window is dedicated.
21255         (replace-buffer-in-windows): Delete buffer's window or frame if
21256         and only if window is dedicated.
21257         (quit-window): Handle quit-restore as before last change.
21258         (bury-buffer): Delete window only if window-deletable-p returns t.
21260 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
21262         * window.el (window-deletable-p): Never delete the last frame on a
21263         given terminal.
21265 2011-09-13  Glenn Morris  <rgm@gnu.org>
21267         * help.el (describe-key-briefly): Copy previous standard-output change.
21269 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
21271         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
21273 2011-09-13  Glenn Morris  <rgm@gnu.org>
21275         * emacs-lisp/lisp-mode.el (lisp-indent-function):
21276         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21278 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
21280         * dired-aux.el (dired-mark-read-string): Don't return default
21281         value on empty input (Bug#9361).
21282         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21283         Omit initial minibuffer contents.
21284         (dired-do-chmod): Signal an error on empty input.
21285         (dired-mark-read-string): Don't return default on empty input.
21287         * files.el (file-modes-symbolic-to-number): Doc fix.
21289 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21291         * international/mule-cmds.el (ucs-completions): Remove.
21292         (read-char-by-name): Use complete-with-action instead; add metadata.
21294 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
21296         * window.el (display-buffer--action-function-custom-type)
21297         (display-buffer--action-custom-type): New vars.
21298         (display-buffer-alist, display-buffer-default-action)
21299         (display-buffer-overriding-action): Add defcustom types.
21301         * frame.el (delete-other-frames): Doc fix (Bug#276).
21303 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21305         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21307 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
21309         Change modes that used same-window-* vars to use switch-to-buffer.
21311         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21312         Use switch-to-buffer.
21314         * cus-edit.el (customize-group, custom-buffer-create)
21315         (customize-browse, custom-buffer-create-other-window):
21316         Use switch-to-buffer or switch-to-buffer-other-window.
21318         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21319         (Info-prev, Info-up, Info-speedbar-goto-node)
21320         (info-display-manual): Use switch-to-buffer.
21321         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21323         * mail/sendmail.el (mail): Use switch-to-buffer.
21324         (mail-recover): Use switch-to-buffer-other-window.
21326         * cmuscheme.el (run-scheme, switch-to-scheme):
21327         * ielm.el (ielm):
21328         * shell.el (shell):
21329         * net/rlogin.el (rlogin):
21330         * net/telnet.el (telnet, rsh):
21331         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21333 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
21335         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21337 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21339         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21340         so don't mention it (bug#9301).
21341         (dired-sort-toggle-or-edit): Clarify string further.
21343         * faces.el (face-spec-set-match-display): Make `(type graphic)'
21344         match `x', `w32' and `ns', like the manual says (bug#9029).
21346         * subr.el (eval-after-load): Doc string clarification (bug#9125).
21347         (process-kill-buffer-query-function): Mention the buffer name in
21348         the query.
21350         * image-mode.el (image-next-line): The line parameter is mandatory
21351         (bug#9258).
21353         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21354         which can be useful (bug#9301).
21356         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21358         * subr.el (match-string): Mention that the current buffer should
21359         be the same as the search was done in (bug#9282).
21361         * facemenu.el: Disable the remove-* commands if the mark isn't
21362         active (bug#9162).
21364 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
21366         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21367         of display-buffer.
21368         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21370         * replace.el (occur-mode-goto-occurrence)
21371         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21372         and display-buffer.
21374         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21375         display-buffer.
21377         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21378         special-display and same-window variables.
21379         (mail-other-window): Use switch-to-buffer-other-window.
21380         (mail-other-frame): USe switch-to-buffer-other-frame.
21382         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21383         Use display-buffer-other-frame.
21384         (gdb-display-gdb-buffer): Use pop-to-buffer.
21386         * progmodes/gud.el (gud-goto-info): Use info-other-window.
21388         * progmodes/python.el: Don't set same-window-buffer-names.
21390         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21392         * window.el (display-buffer-alist): Add *Python*.
21394 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
21396         * window.el (display-buffer-alist): Add entry for buffers
21397         previously handled same-window-*.
21398         (display-buffer-alist, display-buffer-default-action)
21399         (display-buffer-overriding-action): Mark as risky.
21400         (display-buffer-alist): Document action function changes.
21401         (display-buffer--same-window-action)
21402         (display-buffer--other-frame-action): New variables.
21403         (switch-to-buffer, display-buffer-other-frame): Use them.
21404         (display-buffer): Rename reuse-frame entry to reusable-frames.
21405         (display-buffer-reuse-selected-window): Function deleted.
21406         (display-buffer-reuse-window): Handle reusable-frames alist entry.
21407         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21408         (display-buffer-special): New function.
21409         (display-buffer--maybe-pop-up-frame-or-window): Rename from
21410         display-buffer-reuse-or-pop-window.  Split off special-display
21411         part into display-buffer-special.
21412         (display-buffer-use-some-window): Don't perform any special
21413         pop-up-frames handling.
21414         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21415         (display-buffer--maybe-same-window): Rename from
21416         display-buffer-maybe-same-window.
21418         * info.el: Don't set same-window-regexps.
21419         (info-setup): New function.
21420         (info-other-window, info): Call it.
21422         * cus-edit.el: Don't set same-window-regexps.
21423         (customize-group): New argument.
21424         (customize-group-other-window): Use it.
21425         (customize-face, customize-face-other-window): Likewise.
21426         (custom-buffer-create-other-window): Use pop-to-buffer directly.
21428         * net/rlogin.el:
21429         * net/telnet.el:
21430         * progmodes/gud.el: Don't set same-window-regexps.
21432         * cmuscheme.el:
21433         * ielm.el:
21434         * shell.el:
21435         * mail/sendmail.el:
21436         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21438 2011-09-10  Juri Linkov  <juri@jurta.org>
21440         * isearch.el (isearch-edit-string): Remove obsolete mention of
21441         `C-w' (`isearch-yank-word-or-char') from docstring.
21442         (isearch-query-replace): Fix typo in docstring (bug#9466).
21444 2011-09-10  Juri Linkov  <juri@jurta.org>
21446         * paren.el (show-paren-function): Don't show escaped parens.
21447         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
21449 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
21451         * mail/sendmail.el (mml-to-mime, mml-attach-file)
21452         (mm-default-file-encoding): Remove autoload forms, they are
21453         replaced with autoload cookies in mml.el and mm-encode.el.
21454         (mail-add-attachment): New command.
21455         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21456         (mail-mode): Mention mail-insert-file and mail-add-attachment in
21457         the doc string.
21458         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21460 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
21462         * simple.el (count-words-region): Use buffer if there's no region
21463         (bug#9429).
21465 2011-09-09  Juri Linkov  <juri@jurta.org>
21467         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21468         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21469         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
21471 2011-09-09  Alan Mackenzie  <acm@muc.de>
21473         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21474         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
21476 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
21478         Fix for Savannah bug#9392.
21479         * simple.el (mail-encode-mml): New defvar.
21481         * mail/rmail.el (mail-encode-mml): Add a defvar.
21482         (rmail-enable-mime-composing): Default to t.
21483         (rmail-forward): Use MIME method of forwarding only if both
21484         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21485         Set mail-encode-mml non-nil if the MIME method was used.
21487         * mail/sendmail.el (mml-to-mime): Add autoload form.
21488         (mail-encode-mml): Add a defvar.
21489         (mail-mode): Make mail-encode-mml buffer-local and initialize it
21490         to nil.
21491         (mail-send): If mail-encode-mml is non-nil, run the outgoing
21492         message through mml-to-mime, and reset mail-encode-mml to nil.
21494 2011-09-09  Glenn Morris  <rgm@gnu.org>
21496         * woman.el (woman-if-body): When processing an .el block,
21497         do not delete the next .el block as well.  (Bug#9447)
21498         (woman-special-characters): Add oq, cq, and hy characters.
21500 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
21502         * window.el (window-deletable-p): Make sure window is live before
21503         invoking window-prev-buffers.
21505 2011-09-08  Leo Liu  <sdl.web@gmail.com>
21507         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
21509 2011-09-08  Juri Linkov  <juri@jurta.org>
21511         * progmodes/compile.el (compilation-environment): Make it
21512         a defcustom (bug#8340).
21514 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
21516         * window.el (frame-auto-delete): Rename to window-auto-delete.
21517         Make it control auto-deletion of windows and/or frames.
21518         (window-deletable-p): New argument FORCE.  Rewrite conditions
21519         for deleting window/frame.  (Bug#9419)
21520         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21521         Rewrite handling of case when window/frame can be deleted.
21522         (delete-windows-on): Call window-deletable-p with new FORCE
21523         argument t.  (Bug#9456)
21525 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
21527         * help-mode.el (help-mode): Restore autoload.
21529 2011-09-07  Juri Linkov  <juri@jurta.org>
21531         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21532         `compilation-environment'.  Set buffer-local
21533         `compilation-environment' to `thisenv' later after (funcall mode).
21534         (Bug#8340)
21536         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
21537         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21538         instead of replacing its value.  (Bug#8340)
21540 2011-09-07  Juri Linkov  <juri@jurta.org>
21542         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21543         based on text properties put by `grep-filter' instead of matching
21544         escape sequences.
21545         (grep-mode): Set buffer-local `compilation-error-screen-columns'
21546         to the value of `grep-error-screen-columns' (bug#9438).
21548 2011-09-07  Juri Linkov  <juri@jurta.org>
21550         * simple.el (next-error-highlight, next-error-highlight-no-select):
21551         Doc fix (bug#9432).
21553 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
21555         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21556         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
21558 2011-09-07  Leo Liu  <sdl.web@gmail.com>
21560         * net/rcirc.el (rcirc-mode): Conditionally initialize
21561         rcirc-input-ring.
21563 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21565         * emacs-lisp/find-func.el (find-function-C-source): Only set
21566         find-function-C-source-directory after checking that we found a source
21567         file there (bug#9440).
21569 2011-09-06  Alan Mackenzie  <acm@muc.de>
21571         * isearch.el (isearch-other-meta-char): Wherever a key list is
21572         unread, "unread" the prefix arg, too.  This fixes bug #8901.
21574 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
21576         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21578 2011-09-05  Juri Linkov  <juri@jurta.org>
21580         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21582 2011-09-05  Juri Linkov  <juri@jurta.org>
21584         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21585         keeping point where processing of grep matches begins, and
21586         continue to delete remaining escape sequences from the same point.
21587         (grep-filter): Make leading zero optional in "0?1;31m" because
21588         git-grep emits "\033[1;31m" escape sequences unlike expected
21589         "\033[01;31m" as GNU Grep does (bug#9408).
21590         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21592 2011-09-05  Juri Linkov  <juri@jurta.org>
21594         * subr.el (y-or-n-p): Capitalize "yes".
21596 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
21598         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
21599         `tramp-cache-unload-hook' where appropriate.
21600         (tramp-methods): Rename `tramp-remote-sh' to
21601         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
21602         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21604         * net/tramp-sh.el (top): Don't require 'shell.
21605         (tramp-methods): Add `tramp-remote-shell' and
21606         `tramp-remote-shell-args' entries.
21607         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21608         (tramp-sh-handle-shell-command): Remove.
21609         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21610         Use `tramp-remote-shell'.
21612 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
21614         * mail/sendmail.el (sendmail-query-once-function): Delete.
21615         (sendmail-query-once): Save directly to send-mail-function.
21616         Update message-send-mail-function too.
21618         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21620 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21622         * progmodes/python.el (python-mode-map): Use correct function to
21623         start python interpreter from menu-bar (as reported by Geert
21624         Kloosterman).
21625         (inferior-python-mode-map): Fix typo.
21626         (python-shell-map): Remove.
21628 2011-09-03  Deniz Dogan  <deniz@dogan.se>
21630         * net/rcirc.el (rcirc-print): Simplify code for
21631         rcirc-scroll-show-maximum-output.  There is no need to walk
21632         through all windows to find the right one.
21634 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21636         * help.el (help-return-method): Doc fix.
21638 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
21640         * window.el (window-deletable-p): Don't return a non-nil value
21641         when there's a buffer that was shown in the window before.
21642         (Bug#9419)
21643         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21644         Set window's previous buffers to nil.
21646 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
21648         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21649         newline before and after the tag line, so it doesn't interfere
21650         with determining the paragraph direction of bidirectional text.
21652 2011-09-03  Leo Liu  <sdl.web@gmail.com>
21654         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
21656 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21658         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21659         (pop-to-buffer): Change interactive spec.  Pass second argument
21660         directly to display-buffer.
21661         (display-buffer): Fix interactive spec.  Use functionp to
21662         distinguish between a function and a list of functions.
21664         * abbrev.el (edit-abbrevs):
21665         * arc-mode.el (archive-extract):
21666         * autoinsert.el (auto-insert):
21667         * bookmark.el (bookmark-bmenu-list):
21668         * files.el (find-file):
21669         * view.el (view-buffer):
21670         * progmodes/compile.el (compilation-goto-locus):
21671         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21673 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21675         * window.el (display-buffer-alist): Doc fix.
21676         (display-buffer): Add docstring.  Don't treat
21677         display-buffer-default specially.
21678         (display-buffer-reuse-selected-window)
21679         (display-buffer-same-window, display-buffer-maybe-same-window)
21680         (display-buffer-reuse-window, display-buffer-pop-up-frame)
21681         (display-buffer-pop-up-window)
21682         (display-buffer-reuse-or-pop-window)
21683         (display-buffer-use-some-window): New functions.
21684         (display-buffer-default-action): Use them.
21685         (display-buffer-default): Delete.
21686         (pop-to-buffer-1): Fix choice of actions.
21688 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21690         * minibuffer.el (completion--insert-strings): Don't get confused by
21691         completion entries that end with an LF char.
21693 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
21695         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21697 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
21699         * window.el (display-buffer): Restore interactive spec.
21700         (display-buffer-same-window, display-buffer-other-window):
21701         New functions.
21702         (pop-to-buffer-1): New function.  Use the above.
21703         (pop-to-buffer, pop-to-buffer-same-window): Use it.
21704         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21706         * view.el (view-buffer-other-window, view-buffer-other-frame):
21707         Just use pop-to-buffer.
21709 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
21711         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
21713 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
21715         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
21717 2011-08-31  Richard Stallman  <rms@gnu.org>
21719         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21720         of the separation of rmail-view-buffer from rmail-buffer.
21721         If you say no to "replace original", the decrypt is in the
21722         view buffer.  If you say yes, the decrypt goes into the
21723         rmail buffer also.
21725 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
21727         * window.el (display-buffer-window): Rewrite doc-string.
21728         (display-buffer-record-window): New function.
21729         (display-buffer-macro-specifiers)
21730         (display-buffer-even-window-sizes, display-buffer-set-height)
21731         (display-buffer-set-width, display-buffer-in-window)
21732         (display-buffer-reuse-window, display-buffer-split-specifiers)
21733         (display-buffer-side-specifiers, display-buffer-split-window-1)
21734         (display-buffer-split-window, display-buffer-split-atom-window)
21735         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21736         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21737         (display-buffer-other-window-means-other-frame)
21738         (display-buffer-normalize-special)
21739         (display-buffer-normalize-default)
21740         (display-buffer-normalize-argument)
21741         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21742         (display-buffer-normalize-specifiers, display-buffer-frame)
21743         (display-buffer-same-window, display-buffer-same-frame)
21744         (display-buffer-other-window)
21745         (display-buffer-same-frame-other-window)
21746         (display-buffer-other-frame, pop-to-buffer-same-window)
21747         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21748         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21749         (switch-to-buffer-same-frame)
21750         (switch-to-buffer-other-window-same-frame)
21751         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21752         (display-buffer-alist-set-1, display-buffer-alist-set-2)
21753         (display-buffer-alist-set): Remove.
21754         (display-buffer-function, special-display-buffer-names)
21755         (special-display-regexps, special-display-function):
21756         In doc-string refer to display-buffer-window and quit-restore
21757         parameter.
21758         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21759         (special-display-frame-alist, special-display-popup-frame)
21760         (same-window-buffer-names, same-window-regexps, same-window-p)
21761         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21762         (split-window-preferred-function, split-height-threshold)
21763         (split-width-threshold, window-splittable-p)
21764         (split-window-sensibly, window--try-to-split-window)
21765         (window--frame-usable-p, even-window-heights)
21766         (window--even-window-heights, window--display-buffer-1)
21767         (window--display-buffer-2, display-buffer-other-frame):
21768         Restore old Emacs 23 code, order and doc-strings where applicable.
21769         (display-buffer-default, display-buffer-assq-regexp): New functions.
21770         (display-buffer-alist): Rewrite doc-string.
21771         (display-buffer-default-action)
21772         (display-buffer-overriding-action): New variables.
21773         (display-buffer, switch-to-buffer): Rewrite.
21774         (pop-to-buffer): Restore Emacs 23 behavior but use
21775         window-normalize-buffer-to-display.
21776         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21777         Restore Emacs 23 behavior but use
21778         window-normalize-buffer-to-switch-to.
21779         (pop-to-buffer-same-window): Rewrite.
21780         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21781         Rewrite using Emacs 23 options.
21783 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
21785         * net/tramp.el (tramp-root-regexp): Remove.
21786         (tramp-completion-file-name-regexp-unified)
21787         (tramp-completion-file-name-regexp-separate)
21788         (tramp-completion-file-name-regexp-url): Don't use leading volume
21789         letter on w32 systems.  (Bug#5303, Bug#9311)
21790         (tramp-drop-volume-letter): Simplify definition.
21791         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21793 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21795         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21796         (bug#9356).
21798 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
21800         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21802 2011-08-29  Juri Linkov  <juri@jurta.org>
21804         * isearch.el (isearch-done): Don't display message "Mark saved"
21805         when arg `edit' is non-nil to prevent its flicker in the echo area.
21807 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21809         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21810         obsolete packages for deletion.
21812 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
21814         * help-mode.el (help-mode-map): Add special-mode-map to parent.
21815         (help-mode): Derive help-mode from special-mode.  Don't invoke
21816         view-mode from help-mode.
21817         (help-xref-override-view-map): Remove.
21818         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21819         view-mode is not used anymore.
21821 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21823         * server.el (server-port): Doc fix.
21825         * cus-theme.el (custom-theme-choose-mode): Inherit from
21826         special-mode (Bug#9124).
21827         (custom-theme-choose-mode-map): Add special-mode to parent.
21829 2011-08-28  Alan Mackenzie  <acm@muc.de>
21831         * progmodes/cc-fonts.el
21832         (c-make-font-lock-BO-decl-search-function): New function.
21833         (c-basic-matchers-after - "Fontify the clauses after various
21834         keywords"): Extract the three keyword lists for the 3 erroneous
21835         constructs from the list of four, and use the new function above
21836         in place of an old one.
21838 2011-08-28  Deniz Dogan  <deniz@dogan.se>
21840         * net/rcirc.el (rcirc-insert-prev-input)
21841         (rcirc-insert-next-input): Remove unused argument.
21843 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21845         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21847 2011-08-27  Alan Mackenzie  <acm@muc.de>
21849         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21850         handle function pointer parameters properly.
21852 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
21854         * window.el (display-buffer-reuse-window): Fix case where
21855         selected window was reused with non-nil OTHER-WINDOW argument.
21856         (Bug#9381)
21858 2011-08-27  Deniz Dogan  <deniz@dogan.se>
21860         * net/rcirc.el (rcirc-check-auth-status): Adding support for
21861         oftc's NickServ messages.
21863 2011-08-27  Glenn Morris  <rgm@gnu.org>
21865         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
21867 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
21869         * emacs-lisp/package.el (package-install): Call package-initialize
21870         if called interactively.
21872 2011-08-26  Leo Liu  <sdl.web@gmail.com>
21874         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
21876 2011-08-25  Juri Linkov  <juri@jurta.org>
21878         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21879         `search-whitespace-regexp' (bug#9364).
21881 2011-08-25  Juri Linkov  <juri@jurta.org>
21883         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21884         `regexp-search-ring' to their global values to protect from
21885         updating by `read-from-minibuffer' (bug#9185).
21887 2011-08-25  Juri Linkov  <juri@jurta.org>
21889         * textmodes/ispell.el (ispell-command-loop): Add newline
21890         at the end of the "Use option `i'..." line.
21892 2011-08-25  Juri Linkov  <juri@jurta.org>
21894         * battery.el (display-battery-mode): If `battery-status-function'
21895         or `battery-mode-line-format' is nil, display the message and set
21896         `display-battery-mode' to nil (bug#9363).
21898 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
21900         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21901         bidi-string-mark-left-to-right; they are unnecessary now.
21903 2011-08-25  Deniz Dogan  <deniz@dogan.se>
21905         * net/quickurl.el: Documentation typo fixes.
21907 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
21909         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21911 2011-08-25  Glenn Morris  <rgm@gnu.org>
21913         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21915         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21916         (smtpmail-via-smtp): Handle nil response from smtp.
21918 2011-08-24  Juri Linkov  <juri@jurta.org>
21920         * proced.el (proced-marked): Inherit from `error' instead of
21921         `font-lock-warning-face'.
21923         * ibuffer.el (ibuffer-marked-face): Change default face from
21924         `font-lock-warning-face' to `warning'.
21925         (ibuffer-deletion-face): Change default face from
21926         `font-lock-type-face' to `error'.
21928         * battery.el (battery-update): Use the face `error' instead of
21929         `font-lock-warning-face' (bug#6117).
21931 2011-08-24  Juri Linkov  <juri@jurta.org>
21933         * faces.el (success): Change face color from "Green3" to
21934         "ForestGreen" on light background (bug#9353).
21936 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
21938         * window.el (quit-window): Rename from quit-restore-window.
21939         Use same arglist as old quit-window.
21940         (frame-auto-delete): Doc fix.
21942         * view.el (view-mode-exit): Use quit-window.
21944 2011-08-24  Juri Linkov  <juri@jurta.org>
21946         * isearch.el (isearch-ring-adjust1): Start visiting previous
21947         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21948         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21949         for empty search string (when the last search string is reused
21950         automatically) to adjust the isearch ring to the last element and
21951         prepare the correct index for further M-p commands (bug#9185).
21953 2011-08-24  Kenichi Handa  <handa@m17n.org>
21955         * international/ucs-normalize.el: If decomposition property of
21956         CHAR is the default one (i.e. a list of CHAR itself), treat it as
21957         nil.
21958         (nfd, nfkd): Likewise.
21960 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21962         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21963         from process filters aren't reliably transmitted to the surrounding
21964         accept-process-output.
21965         (mpc-proc-check): New function.
21966         (mpc-proc-sync): Use it (bug#8293)
21968 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21970         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21971         Add compatibility functions (bug#9313).
21973 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
21975         * cus-start.el (all): Add entry for bidi-paragraph-direction.
21977         * international/uni-bidi.el: Regenerate.
21979 2011-08-23  Kenichi Handa  <handa@m17n.org>
21981         * international/charprop.el:
21982         * international/uni-bidi.el:
21983         * international/uni-category.el:
21984         * international/uni-combining.el:
21985         * international/uni-comment.el:
21986         * international/uni-decimal.el:
21987         * international/uni-decomposition.el:
21988         * international/uni-digit.el:
21989         * international/uni-lowercase.el:
21990         * international/uni-mirrored.el:
21991         * international/uni-name.el:
21992         * international/uni-numeric.el:
21993         * international/uni-old-name.el:
21994         * international/uni-titlecase.el:
21995         * international/uni-uppercase.el: Regenerate.
21997 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
21999         * help.el (help-window-setup): Fix message displayed when other
22000         window is reused.  (Bug#9341)
22002 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22004         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
22005         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
22007         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
22008         Mark obsolete.
22009         * shell.el (shell-parse-pcomplete-arguments): New function.
22010         (shell-completion-vars): Use it instead (bug#9160).
22012 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22014         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
22015         strings and comments (bug#9333).
22017         * emacs-lisp/debug.el (debug-arglist): New function.
22018         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
22019         (debug-on-entry-1): Handle interpreted closures (bug#9120).
22021 2011-08-22  Juri Linkov  <juri@jurta.org>
22023         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22024         Revert regexp that highlights output switches to its old
22025         pre-2010-10-28 value and remove one `?' from it (bug#9319).
22027         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
22028         to check for empty output (bug#9226).
22030 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
22032         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
22033         symbol-constituent as the default, as that stops font-lock from
22034         working properly (Bug#8843).
22036 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22038         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
22039         `coding-system-for-*' around the process open call to avoid
22040         auth-source side effects.
22041         (smtpmail-try-auth-methods): Expand the secret password.
22042         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
22043         probe hangs.
22045 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
22047         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
22049         * emacs-lisp/find-func.el (find-function-noselect): New arg
22050         lisp-only.
22052         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
22053         signal an error for built-in functions (Bug#6664).
22055 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22057         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
22058         (smtpmail-try-auth-methods): Use it.
22060 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
22062         * font-lock.el (font-lock-fontify-region)
22063         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
22064         (font-lock-default-unfontify-buffer)
22065         (font-lock-default-fontify-region)
22066         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
22068         * progmodes/compile.el (compilation-error-properties):
22069         Fix confusion between file struct and message struct (Bug#9319).
22070         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
22071         `ant' regexp.
22073         * net/browse-url.el (browse-url-firefox): Don't call
22074         browse-url-firefox-sentinel unless using -remote (Bug#9328).
22076 2011-08-20  Glenn Morris  <rgm@gnu.org>
22078         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
22080         * tutorial.el (tutorial--default-keys): Update some default bindings.
22082         * files.el (hack-local-variables): Fully ignore case for "mode:".
22084 2011-08-20  Alan Mackenzie  <acm@muc.de>
22086         Resolve invalid use of a regexp in regexp-opt.
22088         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
22089         detection for a java annotation.
22091         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
22092         detection for a java annotation.
22094         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
22095         handling for java.
22096         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
22098 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
22100         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
22101         (Bug#9274).
22103 2011-08-20  Alan Mackenzie  <acm@muc.de>
22105         Fontify CPP expressions correctly when starting in the middle of
22106         such a construct.  Mainly for when jit-lock etc. starts a chunk
22107         here.
22109         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
22110         variable.
22111         (c-make-font-lock-search-form): New function, extracted from
22112         c-make-font-lock-search-function.
22113         (c-make-font-lock-search-function): Use the above function.
22114         (c-make-font-lock-context-search-function): New function.
22115         (c-cpp-matchers): Enhance the preprocessor expression case with
22116         the above function
22117         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
22118         which takes an expression.
22120         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
22122 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
22124         * window.el (display-buffer-reuse-window)
22125         (display-buffer-pop-up-window): Don't reuse or split a side
22126         window.
22128 2011-08-19  Glenn Morris  <rgm@gnu.org>
22130         * files.el (hack-local-variables-prop-line, hack-local-variables):
22131         Downcase "Mode:".  (Bug#9331)
22133 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
22135         * international/characters.el: Add L and R categories.
22137         * subr.el (bidi-string-mark-left-to-right): Rename from
22138         string-mark-left-to-right.  Use category search.
22140         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
22142 2011-08-18  Juri Linkov  <juri@jurta.org>
22144         * faces.el (error, warning, success): New faces with definitions
22145         copied from old default values of `font-lock-warning-face',
22146         `compilation-warning', `compilation-info' (bug#6117).
22148         * font-lock.el (font-lock-warning-face): Inherit from `error'.
22150         * progmodes/compile.el (compilation-error): Inherit from `error'.
22151         (compilation-warning): Inherit from `warning'.
22152         (compilation-info): Inherit from `success'.
22154         * dired.el (dired-marked): Inherit from `warning'.
22155         (dired-flagged): Inherit from `error'.
22157 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22159         * mail/smtpmail.el (auth-source): Require to avoid problems with
22160         binding variables (bug#9298).  Also clean up some unused
22161         autoloads.
22163         * net/network-stream.el (network-stream-open-starttls):
22164         Support using starttls.el without using gnutls-cli.
22166 2011-08-17  Juri Linkov  <juri@jurta.org>
22168         * progmodes/grep.el (rgrep): Handle the case when
22169         `grep-find-command' is a cons cell (bug#9278).
22171 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
22173         * window.el (display-buffer-pop-up-frame): Run frame creation
22174         function with BUFFER current (as special-display-popup-frame
22175         does).  Reported by Drew Adams.
22177 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
22179         * epa-mail.el: Simplify GnuPG group expansion using
22180         epg-expand-group.
22181         (epa-mail-group-alist, epa-mail-group-modtime)
22182         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
22183         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
22184         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
22185         Remove.
22187 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
22189         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
22191 2011-08-16  Alan Mackenzie  <acm@muc.de>
22193         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
22194         Correct, to avoid the inside of macros.
22196 2011-08-16  Richard Stallman  <rms@gnu.org>
22198         * epa-mail.el: Handle GnuPG group definitions.
22199         (epa-mail-group-alist, epa-mail-group-modtime)
22200         (epa-mail-gnupg-conf-file): New variables.
22201         (epa-mail-parse-groups, epa-mail-sync-groups)
22202         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
22203         (epa-mail-expand-recipients): New functions.
22204         (epa-mail-encrypt): Call epa-mail-expand-recipients.
22206         * mail/rmail.el (rmail-epa-decrypt): New command.
22208         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
22209         Don't bind buffer-read-only, just inhibit-read-only.
22210         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
22211         (epa-decrypt-armor-in-region): Make error message clearer.
22213 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22215         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
22216         and "a2b" to "ab" for `prefix'.
22218 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
22220         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
22221         filter groups.
22222         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
22223         Fourquet (Bug#8804).
22225 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
22227         * startup.el (argi): Declare as global variable (bug#9275).
22229 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
22231         * subr.el (string-mark-left-to-right): Search the entire string
22232         for RTL script, not just the terminating character.  Doc fix.
22234 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22236         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22237         New function.
22238         (js--regexp-literal, js-syntax-propertize-function): Remove.
22239         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22240         (js-mode-map): Don't rebind electric keys.
22241         (js-insert-and-indent): Remove.
22242         (js-mode): Setup electric-layout and electric-indent instead.
22244         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22246 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
22248         * epa.el (epa-progress-callback-function): Fix the logic of
22249         displaying progress.
22250         * epa-file.el (epa-file-insert-file-contents): Make progress
22251         display more user-friendly.
22252         (epa-file-write-region): Ditto.
22254 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
22256         * subr.el (string-mark-left-to-right): New function.
22258         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22259         Use string-mark-left-to-right.
22260         (list-buffers-noselect): Caller changed.
22262         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22263         Use string-mark-left-to-right.
22264         (tabulated-list-print): Recenter after moving point.
22266 2011-08-10  Juri Linkov  <juri@jurta.org>
22268         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22269         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22270         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22272 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
22274         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22275         (Bug#7554).
22277 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
22279         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22280         character.  (Bug#6594)
22282 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
22284         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22285         (image-dired--with-db-file): New macro.
22286         (image-dired-write-tags, image-dired-remove-tag)
22287         (image-dired-create-gallery-lists, image-dired-write-comments)
22288         (image-dired-get-comment, image-dired-mark-tagged-files)
22289         (image-dired-list-tags, image-dired-gallery-generate): Use it.
22290         (image-dired-gallery-generate): Use insert-file-contents.
22292         * time.el (display-time-world-list, display-time-world-display):
22293         * time-stamp.el (time-stamp-string):
22294         * vc/add-log.el (add-change-log-entry): Use setenv instead of
22295         set-time-zone-rule (Bug#7337).
22297 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
22299         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22300         (epg-error-to-string, epg-errors-to-string): New function.
22301         (epg-wait-for-completion): Reverse errors list.
22302         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22303         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22304         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22305         (epg-sign-keys, epg-generate-key-from-file)
22306         (epg-generate-key-from-string): Format errors by using
22307         epg-errors-to-string (bug#9255).
22308         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22310 2011-08-07  Juri Linkov  <juri@jurta.org>
22312         * faces.el (list-faces-display): Remove extra angle bracket
22313         from `help-mode-map'.
22315         * info.el (Info-history-toc-nodes): Doc fix.
22317         * longlines.el (longlines-mode): Doc fix.
22319 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22321         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22322         of statements and in a few more cases (bug#9183).
22324         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22325         New functions.
22326         (cl-transform-lambda): Use them (bug#9239).
22328 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
22330         * window.el (display-buffer-same-window)
22331         (display-buffer-same-frame, display-buffer-other-window)
22332         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22333         (pop-to-buffer-other-window)
22334         (pop-to-buffer-same-frame-other-window)
22335         (pop-to-buffer-other-frame): Make them defuns.
22336         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22338 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22340         * subr.el (make-composed-keymap): Move from C.  Change calling
22341         convention, and improve docstring to bring attention to a subtle point.
22342         * minibuffer.el (completing-read-default): Adjust accordingly.
22344 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
22346         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22347         (tramp-open-shell): Use `tramp-shell-quote-argument'.
22349         * net/trampver.el: Update release number.
22351 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22353         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22354         "in" (bug#9190).
22356 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22358         * mail/sendmail.el (sendmail-query-once): Restore the current
22359         buffer after querying (bug#9074).
22361         * dired.el (dired-flagged): Use different faces for marked and
22362         flagged files (bug#6117).
22364         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22365         (bug#4433).
22367         * ido.el (ido-mode): Switch off the message if called
22368         non-interactively.
22370         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22371         before 587, since it appears that that's more likely to work for
22372         more people.
22374         * cus-edit.el (custom-file): When running under emacs -q, always
22375         refuse to save the customizations, even if the .emacs file doesn't
22376         exist.
22378         * info.el: Remove the `Info-beginning-of-buffer' function
22379         (bug#8325).
22381         * net/network-stream.el (network-stream-open-starttls):
22382         Use `starttls-available-p' to see whether starttls.el can be used.
22384 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
22386         * window.el (display-buffer-in-window): Don't set dedicated status
22387         of window here (Bug#9215).
22388         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22389         (display-buffer-pop-up-side-window)
22390         (display-buffer-in-side-window): Set dedicated status of window here.
22392 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22394         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22395         before binding generated-autoload-file.
22397 2011-08-01  Deniz Dogan  <deniz@dogan.se>
22399         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22401 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
22403         Sync with Tramp 2.2.2.
22405         * net/trampver.el: Update release number.
22407 2011-07-30  Juri Linkov  <juri@jurta.org>
22409         * dired-aux.el (dired-touch-initial): Remove function.
22410         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22411         current time, and `default' to the last modification time of the
22412         current marked file (bug#6887).
22414 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
22416         * simple.el (goto-line): Use string-to-number to provide a
22417         numeric argument to read-number (bug#9163).
22419 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
22421         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22422         connection process, it could be nil.
22424 2011-07-27  Leo Liu  <sdl.web@gmail.com>
22426         Simplify url handling in rcirc-mode.
22428         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22429         (rcirc-browse-url-at-mouse): Remove.
22430         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22432 2011-07-26  Alan Mackenzie  <acm@muc.de>
22434         Fontify bitfield declarations properly.
22436         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22437         (c-symbol-chars): Now exported as a lang variable.
22438         (c-not-primitive-type-keywords): New lang variable.
22440         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22441         QT keyword "more" to prevent "more slots: ...." being spuriously
22442         parsed as a bitfield declaration.
22444         * progmodes/cc-engine.el (c-beginning-of-statement-1):
22445         Refactor and enhance to handle bitfield declarations.
22446         (c-punctuation-in): New function.
22447         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22448         declarations properly.
22450 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
22452         * calendar/icalendar.el (icalendar--all-events): Take care of
22453         multiple vcalendars in a single file.
22454         (icalendar--convert-float-to-ical): Checkdoc fixes.
22456 2011-07-25  Deniz Dogan  <deniz@dogan.se>
22458         * image.el (insert-image): Clarifying docstring.
22460 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
22462         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22463         `tramp-send-command-and-check' if there is no error.
22464         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22466 2011-07-22  Alan Mackenzie  <acm@muc.de>
22468         Prevent cc-langs.elc being loaded at run time.
22470         * progmodes/cc-mode.el: Remove two autoload forms which loaded
22471         cc-langs.
22473         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22474         "(require 'cc-langs)".  Quote a form so it will evaluate at
22475         (cc-mode's) compilation time.
22477 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
22479         * net/tramp.el (tramp-file-name-handler): Avoid recursive
22480         loading.  (Bug#9114)
22482 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
22484         * window.el (display-buffer-pop-up-window)
22485         (display-buffer-pop-up-side-window)
22486         (display-buffer-in-side-window): Call display-buffer-set-height
22487         and display-buffer-set-width after setting the new window's
22488         buffer so `fit-window-to-buffer' and friends work on the right buffer.
22490 2011-07-20  Sam Steingold  <sds@gnu.org>
22492         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22493         (etags-tags-included-tables): Call `convert-standard-filename' on
22494         the file names contained in TAGS so that windows Emacs can handle
22495         TAGS files created by cygwin ctags.
22497 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22499         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22500         which apparently didn't work.
22502 2011-07-19  Roland Winkler  <winkler@gnu.org>
22504         * proced.el (proced-send-signal): For *Marked Processes* buffer
22505         put point at beginning of buffer.
22507 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
22509         * proced.el (proced-format): Make header lines align with the text
22510         (bug#1779).
22512 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22514         * view.el (view-buffer): Allow running in `special' modes if we're
22515         visiting a file (bug#8615).
22517 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
22519         * window.el (display-buffer-alist-of-strings-p)
22520         (display-buffer-alist-set-1, display-buffer-alist-set-2):
22521         New functions.
22522         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22523         more accurately.
22525 2011-07-18  Alan Mackenzie  <acm@muc.de>
22527         Fontify declarators properly when, e.g., a jit-lock chunk begins
22528         inside a declaration.
22530         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22532         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22533         New function.
22534         (c-complex-decl-matchers): Insert reference to
22535         c-font-lock-enclosing-decls.
22537         * progmodes/cc-engine.el (c-backward-single-comment):
22538         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22539         to nil around calls to (forward-comment -1).
22541 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22543         * image.el (put-image): Doc typo fix.
22545         * progmodes/etags.el (tags-search): Doc typo fix.
22547         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22548         password if we get errors 550 to 554.
22550 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22552         * net/gnutls.el (gnutls-log-level): Remove.
22554         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22555         indentation character (bug#6380).
22557         * files.el (buffer-offer-save): Made permanently local (bug#6241).
22559         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22560         to clarify what the problem is (bug#4291).
22562         * simple.el (current-kill): Clarify what
22563         `interprogram-paste-function' does (bug#7500).
22564         (auto-fill-mode): Document `auto-fill-function' in relation to
22565         `auto-fill-mode' (bug#2470).
22567 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
22569         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22570         method if slot is read-only (bug#9035).
22572 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
22574         * frame.el (select-frame-set-input-focus): New argument NORECORD.
22575         * window.el (pop-to-buffer): Select window used even if it was
22576         selected before, see discussion of (Bug#8615), (Bug#6954).
22577         Pass argument NORECORD on to select-frame-set-input-focus.
22579 2011-07-15  Glenn Morris  <rgm@gnu.org>
22581         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
22582         Respect help-form.
22584 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
22586         * net/gnutls.el (gnutls-min-prime-bits): New variable.
22587         (gnutls-negotiate): Use it.
22589 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22591         * net/gnutls.el (gnutls-negotiate):
22592         Upcase `gnutls-algorithm-priority'.
22594 2011-07-15  Glenn Morris  <rgm@gnu.org>
22596         * jka-compr.el (jka-compr-verbose): Move from here...
22597         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
22598         Add missing :version tag.
22599         * info.el: No need to require jka-compr when compiling.
22601 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22603         * net/gnutls.el (gnutls-algorithm-priority): New variable.
22604         (gnutls-negotiate): Use it.
22606         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22608         * info.el (Info-beginning-of-buffer): New command.
22609         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22610         announcing `b' as the key (bug#8325).
22611         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22613         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22615         * international/mule-cmds.el
22616         (describe-specified-language-support): Make the error message
22617         clearer (bug#8905).
22619         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22621         * isearch.el (isearch-barrier): Add a doc string, since it's
22622         mentioned in a function doc string (bug#8678).
22624 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
22626         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22627         buffer argument (Bug#9083) and self-identifying label argument.
22629 2011-07-15  Glenn Morris  <rgm@gnu.org>
22631         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
22633 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22635         * man.el (Man-fontify-manpage): Fix message when formatting the
22636         man page (bug#7929).
22638 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22640         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22641         argument LRM; if non-nil, append an invisible LRM character to the
22642         buffer name.
22643         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22644         last argument non-nil, when formatting buffer names.
22645         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22646         paragraph direction.
22648 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22650         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22651         the man page name (bug#7929).
22653         * image.el (put-image): Mention the `put-image' overlay property
22654         (bug#7834).
22656         * scroll-bar.el (set-scroll-bar-mode): Mention that
22657         `scroll-bar-mode' lists the values (bug#7772).
22659         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22660         command (bug#7729).
22662         * rect.el (apply-on-rectangle): Return the point after the last
22663         operation.
22664         (string-rectangle): Go to the point after the last operation
22665         (bug#7522).
22667         * printing.el (pr-toggle-region): Clarify the documentation
22668         slightly (bug#7493).
22670         * time.el (display-time-update):
22671         Allow `display-time-mail-function' to return nil (bug#7158).
22672         Fix suggested by Detlev Zundel.
22674         * vc/diff.el (diff): Clarify the order the file names are read
22675         (bug#7111).
22677         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22678         the doc string (bug#7015).
22680         * font-lock.el (font-lock-maximum-decoration): Mention what
22681         numeric levels mean (bug#6935).
22683         * startup.el (initial-buffer-choice): Don't mention the `none'
22684         selection, which is against policy.
22686 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
22688         * window.el (display-buffer-normalize-special):
22689         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22691 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22693         * subr.el (version<, version<=, version=): Mention "-CVS" and
22694         "-12345" alpha version numbers.
22696 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
22698         * bindings.el: Add advertised binding for set-mark-command
22699         (Bug#5772).
22701 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
22703         * bindings.el (mode-line-other-buffer):
22704         * bookmark.el (bookmark-bmenu-2-window):
22705         * bs.el (bs-cycle-next, bs-cycle-previous):
22706         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22707         switch-to-buffer.
22709         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22710         Delete.
22712 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
22714         * follow.el (follow-debug-message, follow-redisplay):
22715         * jka-cmpr-hook.el (with-auto-compression-mode):
22716         Fix typos in docstrings.
22718 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22720         * subr.el (with-silent-modifications): Clarify somewhat what the
22721         macro inhibits (bug#6525).
22723         * simple.el (eval-expression): Note what it does if called
22724         interactively (bug#6495).
22726 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22728         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22729         Use pop-to-buffer buffer-or-name if it is nil.
22731         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22732         Remove switch-to-buffer.
22734 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22736         * files.el (make-directory): Clarify that an error will be raised
22737         if there's an error (bug#6397).
22739         * startup.el (initial-buffer-choice): Add `none' as a choice
22740         (bug#6234).
22742         * subr.el (add-hook): Clarify section about buffer-local hooks
22743         (bug#6218).
22745         * dired.el (dired-flagged): Clarify doc string (bug#6117).
22747 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22749         * tabify.el (untabify): Preserve the current column so that point
22750         doesn't move (bug#6032).
22752 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22754         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22755         Rewrite to avoid awkward possessive "s" (bug#5986).
22757 2011-07-13  Glenn Morris  <rgm@gnu.org>
22759         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
22760         (dired-insert-directory): Give a message the first time
22761         if ls is found not to support --dired.
22763 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22765         * simple.el (toggle-truncate-lines): Clarify what is toggled
22766         (bug#5580).  Text by Drew Adams.
22768 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22770         * simple.el (blink-matching-open): Make the error message from the
22771         last change less verbose.
22773 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
22775         * font-lock.el (font-lock-comment-face): Use the high contrast
22776         "yellow" color for font-lock-comment-face on low color terminals
22777         using a dark background color (bug#4221).
22779 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22781         * dired.el (dired-insert-set-properties): Make the doc string
22782         reflect what it does now (bug#5325).
22784         * simple.el (blink-matching-open): Say that we were unable to find
22785         the match within the limit, if we're limited (bug#5122).
22787         * international/mule-cmds.el (prefer-coding-system): Add an
22788         example (bug#4869).
22790         * progmodes/etags.el (tags-search): Document `file-list-form'
22791         (bug#4731).
22793 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
22795         * net/browse-url.el (browse-url-default-browser)
22796         (browse-url-browser-function): Make the default browser choice a
22797         bit more logical (bug#4300).  Also clean up the doc string.
22799 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22801         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22802         binary endings (bug#4440).
22804 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22806         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22807         which can be pretty annoying (bug#8971).
22809         * jka-compr.el (jka-compr-verbose): New variable, and use
22810         throughout (bug#8971).
22812         * info.el (Info-find-file): Fall back on the installation
22813         directory if we can't find the info node anywhere else.
22815 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
22817         * vc/vc.el (vc-revert-file):
22818         Don't set file time-stamp in the past.  (Bug#5181)
22820 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22822         * files.el (after-find-file): Give a better error message when
22823         trying to find a symlink that points to a file that doesn't exist
22824         (bug#4398).
22826         * progmodes/cc-vars.el: Remove (probably) misleading comment
22827         (bug#4396).
22829 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
22831         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22833 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22835         * mouse-sel.el: Hack restoring functionality, while keeping
22836         compatibility with 2010-07-03 changes to mouse selection.
22837         (mouse-sel-primary-overlay): New var.
22838         (mouse-sel-selection-alist): Use it.
22839         (mouse-sel-mode): Doc fix; remove points that are default features
22840         of mouse.el.
22842 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
22844         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22845         Fix previous fix (bug#2490).
22847 2011-07-12  Roland Winkler  <winkler@gnu.org>
22849         * textmodes/bibtex.el (bibtex-initialize):
22850         Use pop-to-buffer-same-window.
22851         (bibtex-search-entries): Fix interactive call.
22853 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22855         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22856         Fontise bytecomp Error lines more correctly (bug#2490).
22857         Fix suggested by Johan Bockgård.
22859         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22861         * dired-x.el (dired-guess-default): Use `delete-dups'.
22863 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22865         * dired.el (dired-mark-prompt):
22866         * dired-aux.el (dired-read-shell-command): Doc fix.
22868 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22870         * mail/sendmail.el (sendmail-query-once):
22871         Use `customize-save-variable' unconditionally, now that it works under
22872         emacs -Q.
22874         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22876         * cus-edit.el (custom-file): Take an optional no-error variable.
22877         (customize-save-variable): Set the variable, and give a warning if
22878         running under "emacs -q".
22880 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
22882         * loadhist.el (unload-feature-special-hooks):
22883         Add `auto-coding-functions', `fill-nobreak-predicate' and
22884         `find-directory-functions' (bug#5327).
22886 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22888         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22890         * cus-edit.el (custom-guess-name-alist): -alist variables should
22891         use the `alist' type (bug#3120).  Suggested by Drew Adams.
22893         * printing.el: Add documentation to all the `pr-toggle-' commands.
22895 2011-07-11  Leo Liu  <sdl.web@gmail.com>
22897         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22898         backends where it makes sense (bug#2623).
22900 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22902         * dired-x.el (dired-guess-default): Remove duplicate shell command
22903         entries (bug#2028).
22904         (dired-guess-default): Fix grammar in doc string (bug#2028).
22905         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22907         * subr.el (remove-duplicates): New conveniency function.
22909 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22911         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22912         (bug#1526).
22914 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
22916         * window.el (display-buffer-normalize-default): Don't invert
22917         meaning of even-window-heights.  Reported by Eli Zaretskii
22918         <eliz@gnu.org>.
22920 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
22922         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22924 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
22926         * window.el (display-buffer): Fix arguments to
22927         display-buffer-reuse-window in last change.
22929         * faces.el (link): Use a less saturated blue on light backgrounds.
22931         * startup.el (fancy-startup-text, fancy-about-text)
22932         (fancy-startup-tail): Use font-lock faces, for background safety.
22934 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
22936         * emulation/viper-cmd.el (viper-change-state-to-vi):
22937         Limit triggering of abbrev expansion (Bug#9038).
22939 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
22941         * window.el (display-buffer-default-specifiers): Remove.
22942         (display-buffer-macro-specifiers): Remove default specifiers.
22943         (display-buffer-alist): Default to nil.
22944         (display-buffer-reuse-window): New optional argument other-window.
22945         (display-buffer-pop-up-window): Allow splitting internal
22946         windows.  Check whether a live window was created.
22947         (display-buffer-other-window-means-other-frame)
22948         (display-buffer-normalize-arguments): Rename to
22949         display-buffer-normalize-argument and rewrite.  Set the
22950         other-window specifier.
22951         (display-buffer-normalize-special): New function.
22952         (display-buffer-normalize-options): Rename to
22953         display-buffer-normalize-default and rewrite.
22954         (display-buffer-normalize-options-inhibit): Remove.
22955         (display-buffer-normalize-specifiers): Rewrite.
22956         (display-buffer): Process other-window specifier and call
22957         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
22958         more faithfully.
22959         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22960         (display-buffer-alist-set): Don't handle 'unset default values.
22961         (display-buffer-in-window, display-buffer-alist-set):
22962         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
22963         <tassilo@member.fsf.org>.
22965 2011-07-09  Leo Liu  <sdl.web@gmail.com>
22967         * register.el (insert-register): Restore accidental change on
22968         2011-06-26.  (Bug#9028)
22970 2011-07-09  Glenn Morris  <rgm@gnu.org>
22972         * subr.el (remq): Handle the empty list.  (Bug#9024)
22974 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
22976         * mail/sendmail.el (send-mail-function): No longer delay custom
22977         initialization.
22978         * custom.el (custom-initialize-delay): Doc fix.
22980 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22982         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22984 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
22986         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22987         human-friendly prompt.
22989 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22991         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22992         provided by a particular plugin.
22994 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22996         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22997         save customizations (with "emacs -Q"), just set the variable
22998         instead of erroring out.
23000         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23002 2011-07-08  Juri Linkov  <juri@jurta.org>
23004         * arc-mode.el (archive-zip-expunge, archive-zip-update)
23005         (archive-zip-update-case): Use 7z if found by `executable-find'.
23006         The order of searching the available programs is the same as in
23007         `archive-zip-extract' (bug#8968).
23009 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
23011         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
23012         (menu-bar-options-menu): Tweak descriptions.
23014 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23016         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
23017         menu items into verb phrases (bug#1421).  Also refill to fit under
23018         80 columns.
23020 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
23022         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
23023         (Info-read-node-name): Doc fix (Bug#1084).
23025         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
23026         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
23027         (end-of-sexp, beginning-of-sexp)
23028         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
23029         (forward-symbol, forward-same-syntax, word-at-point)
23030         (sentence-at-point): Doc fix (Bug#1144).
23032 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23034         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
23035         should cover it (bug#1281).
23037         * cus-edit.el (custom-show): Mark as obsolete.
23039         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
23040         negotiation fails, then possibly try again with a non-encrypted
23041         connection (bug#9017).
23043         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
23044         be used.
23046 2011-07-07  Richard Stallman  <rms@gnu.org>
23048         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
23049         property, and handle its changed format.
23050         Look for the correct line number.
23051         Use file's line contents (but not past first =) to find
23052         correct line in message.
23054 2011-07-07  Kenichi Handa  <handa@m17n.org>
23056         * international/characters.el (build-unicode-category-table):
23057         Delete it.
23058         (unicode-category-table): Set it by unicode-property-table-internal.
23060         * international/mule-cmds.el (char-code-property-alist): Move to
23061         to src/chartab.c.
23062         (get-char-code-property): Call unicode-property-table-internal to
23063         load a file.  Call get-unicode-property-internal where necessary.
23064         (put-char-code-property): Call unicode-property-table-internal to
23065         load a file.  Call put-unicode-property-internal where necessary.
23066         put-unicode-property-internal where necessary.
23067         (char-code-property-description):
23068         Call unicode-property-table-internal to load a file.
23070         * international/charprop.el:
23071         * international/uni-bidi.el:
23072         * international/uni-category.el:
23073         * international/uni-combining.el:
23074         * international/uni-comment.el:
23075         * international/uni-decimal.el:
23076         * international/uni-decomposition.el:
23077         * international/uni-digit.el:
23078         * international/uni-lowercase.el:
23079         * international/uni-mirrored.el:
23080         * international/uni-name.el:
23081         * international/uni-numeric.el:
23082         * international/uni-old-name.el:
23083         * international/uni-titlecase.el:
23084         * international/uni-uppercase.el: Regenerate.
23086         * loadup.el: Load international/charprop.el before
23087         international/characters.
23089 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
23091         * window.el (next-buffer, previous-buffer): Signal an error if
23092         called from a minibuffer window.
23094         * bindings.el: Revert 2011-07-04 change.
23096 2011-07-06  Richard Stallman  <rms@gnu.org>
23098         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
23099         (rmail-mime-insert-bulk, rmail-mime-insert-text):
23100         Treat markers like ints.
23101         (rmail-mime-entity): Doc fix.
23103 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23105         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
23106         defcustom again for backwards compatibility.
23108         * simple.el (shell-command-on-region): Fill.
23110         * dired-aux.el (dired-kill-line): Add a doc string.
23112         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
23113         to "\\sw\\|\\s_" (bug#358).
23115         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
23116         (dired-unmark-backward): Ditto.
23117         (dired-flag-backup-files): Ditto.
23119         * dired-x.el (dired-mark-sexp): Ditto.
23121 2011-07-06  Richard Stallman  <rms@gnu.org>
23123         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
23124         (rmail-mime-entity): New arg TRUNCATED.
23125         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
23126         New functions.
23127         (rmail-mime-save): Warn if entity is truncated.
23128         (rmail-mime-toggle-hidden): Likewise, for showing.
23129         (rmail-mime-process-multipart): Record when an entity is truncated.
23131         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
23132         if ENTITY is a string.
23134 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23136         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
23137         of faces when `M-C-x'-ing their definitions (bug#8378).
23138         Also clean up the code slightly.
23140         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
23141         because that makes the colors go away.
23143         * mail/sendmail.el (send-mail-function): Change the default to
23144         `sendmail-query-once'.
23145         (sendmail-query-once): Add an autoload cookie.
23147         * net/network-stream.el (network-stream-open-starttls): Try using
23148         a plain connection even if the server offered STARTTLS, and we
23149         kinda wanted to use it, if Emacs doesn't have any STARTTLS
23150         capability.  This should make smtpmail.el work in slightly more
23151         configurations.
23153 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
23155         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23156         New defun.
23157         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
23159 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
23161         * progmodes/sql.el: Version 3.0
23162         (sql-product-alist): Add product :completion-object,
23163         :completion-column, and :statement attributes.
23164         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
23165         (sql-mode-syntax-table): Mark all punctuation.
23166         (sql-font-lock-keywords-builder): Temporarily remove fallback on
23167         ansi keywords.
23168         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
23169         (sql-mode-oracle-font-lock-keywords): Improve.
23170         (sql-oracle-show-reserved-words): New function for development.
23171         (sql-product-font-lock): Simplify for source code buffers.
23172         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
23173         New functions.
23174         (sql-highlight-product): Set product specific syntax table.
23175         (sql-mode-map): Add statement movement functions.
23176         (sql-ansi-statement-starters, sql-oracle-statement-starters):
23177         New variable.
23178         (sql-statement-regexp, sql-beginning-of-statement)
23179         (sql-end-of-statement, sql-signum): New functions.
23180         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
23181         (sql-show-sqli-buffer): Bug fix.
23182         (sql-interactive-mode): Store connection data as buffer local.
23183         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
23184         with sql-interactive-mode.
23185         (sql-save-connection): Save buffer local settings.
23186         (sql-connection-menu-filter): Change menu entry name.
23187         (sql-product-interactive): Bug fix.
23188         (sql-preoutput-hold): New variable.
23189         (sql-interactive-remove-continuation-prompt): Bug fixes.
23190         (sql-debug-redirect): New variable.
23191         (sql-str-literal): New function.
23192         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
23193         Redesign.
23194         (sql-oracle-save-settings, sql-oracle-restore-settings)
23195         (sql-oracle-list-all, sql-oracle-list-table): New functions.
23196         (sql-completion-object, sql-completion-column)
23197         (sql-completion-sqlbuf): New variables.
23198         (sql-build-completions-1, sql-build-completions)
23199         (sql-try-completion): New functions.
23200         (sql-read-table-name): Use them.
23201         (sql-contains-names): New buffer local variable.
23202         (sql-list-all, sql-list-table): Use it.
23203         (sql-oracle-completion-types): New variable.
23204         (sql-oracle-completion-object, sql-sqlite-completion-object)
23205         (sql-postgres-completion-object): New functions.
23207 2011-07-06  Glenn Morris  <rgm@gnu.org>
23209         * window.el (pop-to-buffer): Doc fix.
23211 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
23213         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23215 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
23217         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
23219         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
23221 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
23223         * button.el (button): Inherit from link face.  Suggested by Dan
23224         Nicolaescu.
23226 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23228         * progmodes/gdb-mi.el: Fit in 80 columns.
23229         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23230         switch-to-buffer.
23232         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23233         if imenu is simply not configured (bug#8941).
23235 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
23237         * allout.el (allout-post-undo-hook): New allout outline-change
23238         event hook to signal undo activity.
23239         (allout-post-command-business): Run allout-post-undo-hook if an
23240         undo just occurred.
23241         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23242         * allout-widgets.el (allout-widgets-after-undo-function):
23243         Ensure the integrity of the current item's decoration after it has been
23244         in the vicinity of an undo.
23245         (allout-widgets-mode): Include allout-widgets-after-undo-function
23246         on the new allout-post-undo-hook.
23248 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23250         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23251         Let define-derived-mode define it.
23252         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23253         cycles of abbrev-table inheritance (bug#8998).
23255 2011-07-05  Roland Winkler  <winkler@gnu.org>
23257         * textmodes/bibtex.el: Add support for biblatex.
23258         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23259         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23260         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23261         (bibtex-entry-alist, bibtex-field-alist): New variables.
23262         (bibtex-entry-field-alist): Obsolete alias for
23263         bibtex-BibTeX-entry-alist.
23264         (bibtex-entry-alist, bibtex-field-alist): New widgets.
23265         (bibtex-set-dialect): New command.
23266         (bibtex-entry-type, bibtex-entry-head)
23267         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23268         Bind via bibtex-set-dialect.
23269         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23270         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23271         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23272         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23273         Define via bibtex-set-dialect.
23274         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23275         Obey bibtex-no-opt-remove-re.
23276         (bibtex-vec-push, bibtex-vec-incr): New functions.
23277         (bibtex-format-entry, bibtex-field-list)
23278         (bibtex-print-help-message, bibtex-validate)
23279         (bibtex-search-entries): Use new format of bibtex-entry-alist.
23281 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23283         * progmodes/compile.el (compilation-goto-locus):
23284         * net/tramp-cmds.el (tramp-append-tramp-buffers):
23285         * bs.el (bs-cycle-next, bs-cycle-previous):
23286         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23287         * bindings.el (mode-line-other-buffer):
23288         * autoinsert.el (auto-insert):
23289         * arc-mode.el (archive-extract):
23290         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23292 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
23294         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23295         Fix check of `emacs-lock-unlockable-modes'.
23296         Coerce true values of `emacs-lock--try-unlocking' to t.
23298 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
23300         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23301         * emacs-lock.el: New file.
23303 2011-07-05  Julien Danjou  <julien@danjou.info>
23305         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23306         than `boundp' to check if face is set.
23308 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
23310         * register.el (registerv-make):
23311         * window.el (window-min-height): Fix typos in docstrings.
23313 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
23315         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23316         Update doc string.
23318 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
23320         * server.el (server-execute): Catch quit and call
23321         `server-return-error' to pass the error back to emacsclient and
23322         close the connection (bug#8942).
23324 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
23326         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23327         insecure exception for current topic.  Also note that auto-saves
23328         are handled differently.
23330         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23331         State variables for tracking auto-save inhibition situation.
23333         (allout-write-contents-hook-handler): Rename from
23334         'allout-write-file-hook-handler', and describe how it depends on
23335         write-contents-functions sensitivity to non-nil value to prevent
23336         file write.
23338         (allout-auto-save-hook-handler): Remove.  auto-save does not check
23339         this in individual buffers, only in the starting buffer, so this
23340         is not the right way for us to inhibit auto-save in a buffer
23341         according to its condition.
23343         (allout-mode): Use new allout-write-contents-hook-handler, and
23344         only with write-contents-functions.  Remove auto-save provisions -
23345         they're implemented elsewhere.
23347         (allout-before-change-handler): If undo is in progress, note that
23348         for attention of allout-post-command-business.
23350         (allout-post-command-business): If the command we're following was
23351         an undo, check for change in the status of encrypted items and
23352         adjust auto-save inhibitions accordingly.
23354         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23355         according to whether there are or aren't any plain-text topics
23356         pending encryption.
23358         (allout-inhibit-auto-save-info-for-decryption):
23359         Adjust buffer-saved-size and some allout state to inhibit auto-saves
23360         if there are plain-text topics pending encryption.
23362         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23363         buffer-saved-size and some allout state to not inhibit auto-saves
23364         if there are no longer any plain-text topics pending encryption.
23366         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23367         No longer provide for exemption of the current topic.
23369 2011-07-04  Juri Linkov  <juri@jurta.org>
23371         Add 7z operations to delete and save changed members (bug#8968).
23372         * arc-mode.el (archive-7z-expunge, archive-7z-update):
23373         New defcustoms.
23374         (archive-7z-write-file-member): New function.
23375         (archive-7z-summarize): Fix the number of dashes in the
23376         listing output.
23378 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23380         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23381         (bug#8958).
23383 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
23385         * bindings.el: Ignore next-buffer and previous-buffer in
23386         minibuffer-local-map.
23388         * font-lock.el (font-lock-builtin-face): Change light background
23389         color to dark slate blue (Bug#6693).
23391 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
23393         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23395 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23397         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23398         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23399         Add switch-to-buffer.
23401 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23403         * isearch.el (isearch-search-fun-function): Clarify further the
23404         meaning of the function returned.
23406 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
23408         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23410         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23411         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23412         Use it.
23413         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
23414         `tramp-default-remote-path' does not exist.
23415         (tramp-send-command-and-read): New optional argument NOERROR.
23416         (tramp-open-connection-setup-interactive-shell)
23417         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23418         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23419         (tramp-process-sentinel): Flush also process' connection property.
23420         (tramp-sh-handle-start-file-process): Do not set process
23421         sentinel.  It is done now ...
23422         (tramp-maybe-open-connection): ... here.  (Bug#8929)
23424 2011-07-04  MON KEY  <monkey@sandpframing.com>
23426         * play/animate.el (animate-string): Doc fixes and allow changing
23427         the buffer name (bug#5417).
23429 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23431         * play/animate.el (animation-buffer-name): Rename from *animate*.
23433 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
23435         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23436         This is simpler and helps future-proof the code.
23437         (timer-until): Use time-subtract and float-time.
23438         (timer--time-less-p): Use time-less-p.
23440 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
23442         * type-break.el (timep): Use the value of `float-time' to avoid a
23443         byte-compiler warning.
23445         * server.el (server-eval-and-print): Return any result, even nil.
23447 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23449         * type-break.el: Accept time formats that the builtins accept.
23450         (timep, type-break-time-difference): Accept any format that
23451         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23452         This is simpler and helps future-proof the code.
23453         (type-break-time-difference): Round rather than ignoring
23454         subseconds components.
23456 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23458         * info.el (Info-apropos-matches): Make non-interactive, since it
23459         doesn't seem to do anything useful as a command (bug#8829).
23461 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
23463         * frame.el (frame-background-mode, frame-set-background-mode):
23464         Move from faces.el.
23465         (frame-default-terminal-background): New function.
23467         * custom.el (custom-push-theme): Don't record faces in `changed'
23468         theme; this doesn't work correctly for per-frame face settings.
23469         (disable-theme): Use face-set-after-frame-default to reset faces.
23470         (custom--frame-color-default): New function.
23472 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23474         * dired.el (dired-flagging-regexp): Remove unused variable
23475         (bug#8769).
23477 2011-03-29  Kevin Ryde  <user42@zip.com.au>
23479         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23480         `perl-Test2' extend to match possible "fail #N" rep count
23481         (bug#8377).
23483 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23485         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23486         `smtpmail-via-smtp' now returns the error instead of nil.
23488         * isearch.el (isearch-search-fun-function): Clarify the doc string
23489         (bug#8101).
23491 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
23493         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23494         unnecessary spaces (bug#8987).
23496 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23498         * net/network-stream.el (open-network-stream): Use the
23499         :end-of-capability command thoughout.
23501 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
23503         * net/network-stream.el (open-network-stream): Add the
23504         :end-of-capability command parameter, used by pop3.el.
23506 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23508         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23510         * fringe.el (fringe-query-style): Remove redundant text " (type ?
23511         for list)" (bug#6475).
23513         * files.el (file-expand-wildcards): Ignore non-readable
23514         sub-directories while trying to find matches instead of signaling
23515         an error (bug#6297).
23517         * man.el (Man-reference-regexp): Allow matching possible
23518         word-wrapped references (bug#6289).
23520         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23521         for consistency with the other vc buffers (bug#6197).
23522         (vc-checkin): Ditto.
23524         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23526         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23528 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23530         * custom.el (defcustom): Clarify that :set is only used in the
23531         Customize user interface (bug#6089).
23533         * progmodes/flymake.el (flymake-mode): If the buffer isn't
23534         associated with a file, refuse to run instead of erroring out
23535         (bug#6084).
23537         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23538         the doc string, since it appears that using `fill-column' always
23539         controls the width (bug#7845).
23541         * simple.el (shell-command-on-region): Say where the error output
23542         went if `shell-command-default-error-buffer' is set (bug#6857).
23544 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
23546         * allout.el (allout-yank-processing): Adjust cursor position for
23547         backwards-deleted space.
23549         (allout-rebullet-heading): Register changes with
23550         allout-exposure-changed-hook, so the modified topic is properly
23551         decorated.
23553 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23555         * minibuffer.el (completion-in-region): Document PREDICATE
23556         (bug#7136).
23558         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23559         of keyword/argument pairs (bug#6904).
23561         * replace.el (multi-occur):
23562         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23564 2011-07-02  Drew Adams  <drew.adams@oracle.com>
23566         * dired.el (dired-mark-if): Make the message about whether it's
23567         marking or unmarking clearer (bug#8523).
23569 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23571         * disp-table.el (display-table-print-array): New function.
23572         (describe-display-table): Use it to print the vectors more pretty
23573         (Bug#8859).
23575 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
23577         * window.el (window-state-get-1): Don't assign clone numbers.
23578         Add clone-of item to list of window parameters.
23579         (window-state-put-2): Don't process clone numbers.
23580         (display-buffer-alist): Fix doc-string.
23582 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23584         * subr.el (remq): Don't allocate if it's not needed.
23585         (keymap--menu-item-binding, keymap--menu-item-with-binding)
23586         (keymap--merge-bindings): New functions.
23587         (keymap-canonicalize): Use them to refine the canonicalization.
23588         * minibuffer.el (minibuffer-local-completion-map)
23589         (minibuffer-local-must-match-map): Move initialization from C.
23590         (minibuffer-local-filename-completion-map): Move initialization from C;
23591         don't inherit from anything here.
23592         (minibuffer-local-filename-must-match-map): Make obsolete.
23593         (completing-read-default): Use make-composed-keymap to combine
23594         minibuffer-local-filename-completion-map with either
23595         minibuffer-local-must-match-map or
23596         minibuffer-local-filename-completion-map.
23598 2011-07-01  Glenn Morris  <rgm@gnu.org>
23600         * type-break.el (type-break-time-sum): Use dolist.
23602         * textmodes/flyspell.el (flyspell-word-search-backward):
23603         Replace CL function.
23605 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23607         * mouse.el (mouse--strip-first-event): New function.
23608         (function-key-map): Use it to map fringe clicks to normal clicks
23609         by default.
23611         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23612         (vc-bzr-revision-completion-table): Add support for annotate and date.
23614         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23615         inherit from parent.
23617 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23619         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23620         (dired-show-file-type): Doc fixup (bug#8818).
23622         * dired.el (dired-mode): Fix up the doc string as suggested by
23623         Drew Adams (bug#8817).
23625         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23626         cookie, since the manual says that it should be possible to add
23627         this function to `find-file-hook' (bug#8709).
23629 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23631         * progmodes/cfengine.el: Moved all cfengine3.el functionality
23632         here.  Noted Ted Zlatanov as the maintainer.
23633         (cfengine-common-settings, cfengine-common-syntax): New functions
23634         to set up common things between `cfengine-mode' and
23635         `cfengine3-mode'.
23636         (cfengine3-mode): New mode.
23637         (cfengine3-defuns cfengine3-defuns-regex
23638         (cfengine3-class-selector-regex cfengine3-category-regex)
23639         (cfengine3-vartypes cfengine3-font-lock-keywords)
23640         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23641         (cfengine3-indent-line): Add from cfengine3.el.
23643 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
23645         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23647         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23649 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
23651         * window.el (same-window-buffer-names, same-window-regexps)
23652         (same-window-p, special-display-frame-alist)
23653         (special-display-popup-frame, special-display-function)
23654         (special-display-buffer-names, special-display-regexps)
23655         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23656         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23657         (split-window-preferred-function, split-height-threshold)
23658         (split-width-threshold, even-window-heights)
23659         (display-buffer-mark-dedicated, window-splittable-p)
23660         (split-window-sensibly, window-safely-shrinkable-p):
23661         Un-obsolete.
23662         (display-buffer): Don't spread args with function specifier
23663         because special-display-popup-frame won't like it.
23665 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23667         Time-stamp simplifications and fixes.
23668         These improve accuracy slightly, and future-proof the code
23669         against some potential changes to current-time format.
23671         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23672         by using time-since and float-time.
23674         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23675         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
23676         + NNN microseconds".
23678         * type-break.el (type-break-time-sum): Rewrite using time-add.
23680         * play/hanoi.el (hanoi-current-time-float): Remove.
23681         All uses replaced by float-time.
23683         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23684         This yields a more-accurate answer.
23685         (rng-time-to-float): Remove; no longer needed.
23687         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23689         * calendar/timeclock.el (timeclock-seconds-to-time):
23690         Defalias to seconds-to-time, since they're the same thing.
23692         * emacs-lisp/elp.el (elp-elapsed-time):
23693         * emacs-lisp/benchmark.el (benchmark-elapse):
23694         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23696 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23698         * window.el (bury-buffer): Don't iconify the only frame.
23699         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23700         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
23702 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
23704         * eshell/em-smart.el (eshell-smart-display-navigate-list):
23705         Add mouse-yank-primary.
23707 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23709         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23711 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23713         * emacs-lisp/find-func.el (find-library--load-name): New fun.
23714         (find-library-name): Use it to find relative load names when provided
23715         absolute file name (bug#8803).
23717 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23719         * textmodes/flyspell.el (flyspell-word): Consider words that
23720         differ only in case as potential doublons (bug#5687).
23722         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23723         Remove two rather uninteresting debugging-like messages to make
23724         debbugs.el more silent.
23726         * comint.el (comint-password-prompt-regexp): Accept "Response" as
23727         a password-like phrase.
23729 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
23731         * progmodes/cc-guess.el: New file.
23733         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23735         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23736         derived from `c-basic-common-init'.
23738         * progmodes/cc-mode.el (top-level): Require cc-guess.
23739         (c-basic-common-init): Use `cc-choose-style-for-mode'.
23741 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
23743         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23745 2011-06-30  Alan Mackenzie  <acm@muc.de>
23747         * progmodes/cc-engine.el (c-guess-continued-construct):
23748         Correct the handling of template-args-cont, particularly for when font
23749         lock is disabled.  Name this case as "CASE G".
23751 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
23753         * allout.el (allout-yank-processing): Fix injection of extra space
23754         between bullet and non-whitespace character in first topic when
23755         pasting, ensuring that the actual spacing in the pasted topic
23756         following the bullet char is preserved.  This extra space was
23757         causing pasted encrypted topics to get a decrypted status even
23758         when the content was actually still encrypted.  Now the decryption
23759         status from before the paste is preserved.
23761         (allout-flag-region): Set all allout overlays so they evaporate
23762         when reduced to zero length (evanescent), to prevent overlay
23763         leakage.
23765 2011-06-30  Glenn Morris  <rgm@gnu.org>
23767         * w32-fns.el (w32-charset-info-alist): Declare.
23769         * find-dired.el (find-grep-options): Simplify.
23771         * term/ns-win.el (ns-set-resource): Declare.
23773         * ses.el (row, col): Declare dynamic variables honestly.
23775         * textmodes/reftex-parse.el (index-tags): Declare.
23777 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
23779         * cus-edit.el (customize-push-and-save): New function.
23781         * files.el (hack-local-variables-confirm): Use it.
23783         * custom.el (load-theme): New arg NO-CONFIRM.
23784         Use customize-push-and-save (Bug#8720).
23785         (custom-enabled-themes): Doc fix.
23787         * cus-theme.el (customize-create-theme)
23788         (custom-theme-merge-theme): Callers to load-theme changed.
23790 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23792         * thingatpt.el (thing-at-point-short-url-regexp): Require that
23793         short URLs have at least one dot in them (bug #7614).
23795         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23796         nil, because using a pty is apparently too slow (bug #895).
23798 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23800         * mail/sendmail.el (sendmail-query-once): New function.
23801         (sendmail-query-once-function): New variable.
23803 2011-06-29  Glenn Morris  <rgm@gnu.org>
23805         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23807         * ses.el (top-level): Require cl when compiling.
23808         (ses-set-localvars): Fix error statement.
23809         Call it at compile time to silence a storm of warnings.
23811 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
23813         * window.el (normalize-live-buffer): Rename to
23814         window-normalize-buffer.
23815         (normalize-live-frame): Rename to window-normalize-frame.
23816         (normalize-any-window): Rename to window-normalize-any-window.
23817         (normalize-live-window): Rename to window-normalize-live-window.
23818         (make-window-atom): Rename to window-make-atom.
23819         (window-resize-reset): Rename to window--resize-reset.
23820         (window-resize-reset-1): Rename to window--resize-reset-1.
23821         (resize-mini-window): Rename to window--resize-mini-window.
23822         (resize-subwindows-skip-p): Rename to
23823         window--resize-subwindows-skip-p.
23824         (resize-subwindows-normal): Rename to
23825         window--resize-subwindows-normal.
23826         (resize-subwindows): Rename to window--resize-subwindows.
23827         (resize-other-windows): Rename to window--resize-siblings.
23828         (resize-this-window): Rename to window--resize-this-window.
23829         (resize-root-window): Rename to window--resize-root-window.
23830         (resize-root-window-vertically): Rename to
23831         window--resize-root-window-vertically.
23832         (normalize-buffer-to-display): Rename to
23833         window-normalize-buffer-to-display.
23834         (normalize-buffer-to-switch-to): Rename to
23835         window-normalize-buffer-to-switch-to.
23836         Correspondingly update all callers of the functions listed
23837         above.
23838         (display-buffer-alist, display-buffer-normalize-arguments)
23839         (display-buffer-normalize-options, display-buffer)
23840         (display-buffer-alist-set): Use "function" instead of
23841         "fun-with-args".
23843 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
23845         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23846         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
23847         debbugs.gnu.org.  Mention acknowledgment email.
23849 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23851         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23852         buffer multibyteness, since it shouldn't matter.
23854 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
23856         * window.el (display-buffer-in-side-window): Handle dedicated
23857         windows as in display-buffer-reuse-window.
23858         (display-buffer-normalize-alist): Use value of override
23859         specifier.
23860         (display-buffer-normalize-specifiers): Use value of
23861         other-window-means-other-frame specifier.
23862         (display-buffer-alist): Rewrite some texts in widgets.
23863         (display-buffer): Spread arguments when calling function
23864         specified by fun-with-args.
23866 2011-06-28  Deniz Dogan  <deniz@dogan.se>
23868         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23869         Unnest `let'.
23871         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23872         selectors (Bug#5732).
23873         (css-proprietary-nmstart-re): Use `regexp-opt'.
23875 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
23877         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23878         (eshell-ls-date-format): New defcustom.
23879         (eshell-ls-file): Use it.
23881 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23883         * help-fns.el (describe-variable): Fix message for terminal-local vars.
23885 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23887         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23888         (ange-ftp-make-tmp-name): New arg.
23889         (ange-ftp-file-local-copy): Use it.
23891 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
23893         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23894         no-conversion (Bug#8870).
23896 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
23898         * window.el (window-right, window-left, window-child)
23899         (window-child-count, window-last-child)
23900         (window-iso-combination-p, walk-window-tree-1)
23901         (window-atom-check-1, window-tree-1, delete-window)
23902         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23903         new naming conventions - window-vchild, window-hchild,
23904         window-next and window-prev are now called window-top-child,
23905         window-left-child, window-next-sibling and window-prev-sibling
23906         respectively.
23907         (resize-window-reset): Rename to window-resize-reset.
23908         (resize-window-reset-1): Rename to window-resize-reset-1.
23909         (resize-window): Rename to window-resize.
23910         (window-min-height, window-min-width)
23911         (resize-mini-window, resize-this-window, resize-root-window)
23912         (resize-root-window-vertically, adjust-window-trailing-edge)
23913         (enlarge-window, shrink-window, maximize-window)
23914         (minimize-window, delete-window, quit-restore-window)
23915         (split-window, balance-windows, balance-windows-area-adjust)
23916         (balance-windows-area, window-state-put-2)
23917         (display-buffer-even-window-sizes, display-buffer-set-height)
23918         (display-buffer-set-width, set-window-text-height)
23919         (fit-window-to-buffer): Rename all "resize-window" prefixed
23920         calls to use the "window-resize" prefix convention.
23921         (display-buffer-alist): Fix symbol for label specifier.
23922         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23923         corresponding specifier.
23924         Reported by Juanma Barranquero <lekktu@gmail.com>.
23926 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23928         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23929         convention.
23930         (ses-call-printer): Does not pass an empty string to formatter when the
23931         cell is empty to keep from barking printer Calc math-format-value.
23933 2011-06-27  Richard Stallman  <rms@gnu.org>
23935         * battery.el (battery-mode-line-limit): New variable.
23936         (battery-update): Handle it.
23938         * mail/rmailmm.el (rmail-mime-process-multipart):
23939         Handle truncated messages.
23941 2011-06-27  Glenn Morris  <rgm@gnu.org>
23943         * progmodes/flymake.el (flymake-err-line-patterns):
23944         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
23946 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23948         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23949         (ses--clean-!, ses--clean-_): New functions.
23950         (ses-range): Add configurability of readout order, and conversion
23951         to Calc vector.
23953         * ses.el (ses-repair-cell-reference-all): New function.
23954         (ses-cell-symbol): Set macro as safe, so that it can be used in
23955         formulas.
23957         * ses.el: Update cycle detection algorithm.
23958         (ses-localvars): Add ses--Dijkstra-attempt-nb and
23959         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23960         (ses-set-localvars): New function.
23961         (ses-make-cell): Add property-list as a cell element.
23962         (ses-cell-property-get-fun, ses-cell-property-get)
23963         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23964         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23965         New functions.
23966         (ses-cell-property-set, ses-cell-property-pop)
23967         (ses-cell-property-get-handle): New macro.
23968         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23969         New aliases, used for code readability.
23970         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23971         cycle detection.
23972         (ses-self-reference-early-detection): New defcustom.
23973         (ses-formula-references): Robustify against self-referring cells.
23974         (ses-mode): Use ses-set-localvars.
23975         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23976         before lauching the update processing.
23977         (ses-initialize-Dijkstra-attempt): New function.
23978         (ses-recalculate-cell): Update for cycle detection based on
23979         Dijkstra algorithm.
23981         * ses.el: Fix commenting and indenting convention.
23983 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23985         * bs.el (bs-cycle-next): Complete last change.
23987 2011-06-27  Drew Adams  <drew.adams@oracle.com>
23989         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23991 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23993         * net/network-stream.el (network-stream-open-starttls):
23994         Don't re-get capabilities unless we've reestablished connection.
23995         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23997         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23998         to binary to possibly avoid line encoding issues on Windows (among
23999         other things).
24001 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24003         * net/network-stream.el (open-network-stream): Return an :error
24004         saying what the problem was, if possible.
24006         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
24007         server.
24009         * net/network-stream.el (network-stream-open-starttls): If we
24010         wanted to use STARTTLS, and the server offered it, but we weren't
24011         able to because we had no STARTTLS support, then close the connection.
24012         (open-network-stream): Return an :error element, if present.
24014 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
24016         * hl-line.el (hl-line-sticky-flag): Doc fix.
24017         (global-hl-line-sticky-flag): New option (Bug#8323).
24018         (global-hl-line-highlight): Obey it.
24020         * vc/vc.el (vc-revert-show-diff): Default to t.
24022 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
24024         * allout-widgets.el (allout-widgets-post-command-business):
24025         Stop decorating intermediate isearch matches.  They're not being
24026         undecorated when an isearch is continued past, and isearch
24027         automatically collapses them.  This leads to "widget leaks", where
24028         decorated items accumulate in collapsed areas.  Lines with lots of
24029         hidden widgets can slow down cursor travel, substantially.
24030         Too much complicated machinery would be needed to ensure undecoration,
24031         so we're doing without this nicety.
24033         (allout-widgets-tally-string): Don't try to do a hash-table-count
24034         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
24035         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
24036         *Messages* when allout-widgets-maintain-tally is t.
24038 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
24040         * window.el (display-buffer-normalize-argument): Rename to
24041         display-buffer-normalize-arguments.  Handle special meaning of
24042         LABEL argument.  Respect special-display-function when popping up
24043         a new frame.  Fix code searching for a window showing the buffer
24044         on another frame.
24045         (display-buffer-normalize-specifiers):
24046         Call display-buffer-normalize-arguments.
24047         (display-buffer-in-window): Don't undedicate the window if its
24048         buffer remains the same.
24049         Reported by Drew Adams <drew.adams@oracle.com>.
24050         (display-buffer-alist): Add choice for same-window macro
24051         specfier.
24052         (display-buffer): Mention special meaning of LABEL argument in
24053         doc-string.  Fix quoting.  Don't pop up a new frame even as
24054         fallback.
24056 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
24058         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
24059         avoid deleting the current window in some cases (bug#8911).
24061 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
24063         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
24064         (Bug#8934)
24066 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24068         * net/network-stream.el (network-stream-open-starttls):
24069         Use built-in TLS support if `gnutls-available-p' is true.
24070         (network-stream-open-tls): Ditto.
24072 2011-06-26  Leo Liu  <sdl.web@gmail.com>
24074         * register.el (registerv): New struct.
24075         (registerv-make): New function.
24076         (jump-to-register, describe-register-1, insert-register):
24077         Support the jump-func, print-func and insert-func slot of a registerv
24078         struct.  (Bug#8415)
24080 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
24082         * vc/vc.el (vc-revert-show-diff): New defcustom.
24083         (vc-diff-internal): New arg specifying diff buffer.
24084         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
24085         reuse an existing *vc-diff* buffer (Bug#8927).
24087         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
24089 2011-06-26  Glenn Morris  <rgm@gnu.org>
24091         * progmodes/f90.el (f90-critical-indent): New option.
24092         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
24093         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
24094         (f90-mode): Doc fix.
24095         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
24096         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
24097         (f90-beginning-of-block, f90-next-block, f90-indent-region)
24098         (f90-match-end): Handle block, critical.
24100 2011-06-25  Glenn Morris  <rgm@gnu.org>
24102         * calendar/diary-lib.el (diary-included-files): Doc fix.
24103         (diary-include-files): New function, extracted from
24104         diary-include-other-diary-files and diary-mark-included-diary-files.
24105         (diary-include-other-diary-files, diary-mark-included-diary-files):
24106         Just call diary-include-files.
24107         (diary-mark-entries): Reset diary-included-files on first call.
24109         * calendar/diary-lib.el (diary-mark-entries)
24110         (diary-mark-included-diary-files):
24111         Visit included diary-files in temp buffers.
24113         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
24114         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
24115         (f90-start-block-re, f90-imenu-generic-expression)
24116         (f90-looking-at-program-block-start, f90-no-block-limit):
24117         Add support for submodules.
24119         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
24120         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
24122 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
24124         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
24125         buffer-file-type before setting its value, to avoid disastrous
24126         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
24128 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
24130         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
24132         * ses.el (ses-unload-function):
24133         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
24135         * proced.el (proced-unload-function):
24136         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
24138 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
24140         * server.el (server-create-window-system-frame): Add parameters arg.
24141         (server-process-filter): Doc fix.  Handle frame-parameters.
24143 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
24145         Fix bug#8730, bug#8781.
24147         * loadhist.el (unload--set-major-mode): New function.
24148         (unload-feature): Use it.
24150         * progmodes/python.el (python-after-info-look): Add autoload cookie.
24151         (python-unload-function): New function.
24153 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24155         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
24157 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
24159         * net/browse-url.el (browse-url-firefox-program): Add icecat to
24160         the candidates list.
24162 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
24164         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
24166 2011-06-23  Richard Stallman  <rms@gnu.org>
24168         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
24169         (rmail-variables): Set next-error-move-function.
24170         (rmail-what-message): Take argument POS.
24171         (rmail-next-error-move): New function.
24173 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24175         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
24176         messages for adjacent non-terminals.
24178 2011-06-23  Richard Stallman  <rms@gnu.org>
24180         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
24181         (rmail-show-message-1): Preserve buffer modified flag.
24182         (rmail-start-mail): Don't specify use of rmail-mail-return;
24183         that's done by mail-bury now.
24184         (rmail-mail-return): Handle arg NEWBUF.
24186 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
24188         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
24189         SIZE is a number.
24191 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
24193         * window.el (get-lru-window, get-mru-window)
24194         (get-largest-window): Never return a minibuffer window.
24195         (display-buffer-pop-up-window): Fix a bug that could lead to
24196         reusing the minibuffer window.
24197         (display-buffer): Pass original specifier argument to
24198         display-buffer-function instead of the normalized one.
24199         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
24201 2011-06-22  Leo Liu  <sdl.web@gmail.com>
24203         * minibuffer.el (completing-read-function)
24204         (completing-read-default): Move from minibuf.c.
24206 2011-06-22  Richard Stallman  <rms@gnu.org>
24208         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
24209         to Rmail even if not started by a special Rmail command.
24211         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
24212         Copy the buffer currently showing just one message.
24214 2011-06-22  Roland Winkler  <winkler@gnu.org>
24216         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
24217         (bibtex-clean-entry): First delete the old key so that a
24218         customized algorithm for generating the new key does not get
24219         confused by the old key.
24220         (bibtex-url): Obey regexp of first step.
24221         (bibtex-search-entries): Do not use add-to-list with local
24222         list-var.
24224 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24226         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24227         stored a user name, then query for the password first, instead of
24228         waiting for SMTP to give an error message and the trying again.
24230 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
24232         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24233         BUFFER in call-process.
24235 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24237         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24238         QUIT twice.
24239         (smtpmail-try-auth-methods): Require user name and password from
24240         auth-source.
24242 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
24244         * window.el (display-buffer-default-specifiers)
24245         (display-buffer-alist): Remove entries for pop-up-frame-alist.
24246         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24247         (split-window): Normalize SIDE argument (Bug#8916).
24249         * frame.el (pop-up-frame-alist, pop-up-frame-function)
24250         (special-display-frame-alist, special-display-popup-frame):
24251         Remove duplicate declarations.  These are now in window.el.
24253 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24255         * mail/smtpmail.el (smtpmail-via-smtp):
24256         Set :use-starttls-if-possible so that we always use STARTTLS if the
24257         server supports it.  SMTP servers that support STARTTLS commonly
24258         require it.
24260         * net/network-stream.el (network-stream-open-starttls): Support
24261         upgrading to STARTTLS always, even if we don't have built-in support.
24262         (open-network-stream): Add the :always-query-capabilities keyword.
24264         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24265         upgrades with `open-network-stream', and rely solely on
24266         auth-source for all credentials.  Big changes throughout the file,
24267         but in particular:
24268         (smtpmail-auth-credentials): Remove.
24269         (smtpmail-starttls-credentials): Remove.
24270         (smtpmail-via-smtp): Check for servers saying they want AUTH after
24271         MAIL FROM, too.
24273         * net/network-stream.el (network-stream-open-starttls):
24274         Provide support for client certificates both for external and built-in
24275         STARTTLS.
24276         (auth-source): Require.
24277         (open-network-stream): Document the :client-certificate keyword.
24278         (network-stream-certificate): Change cert-cert to cert and
24279         cert-key to key.
24281 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
24283         * net/tramp-cache.el (top): Don't load the persistency file when
24284         "emacs -Q" has been called.
24286 2011-06-21  Tim Harper  <timcharper@gmail.com>
24288         * term/ns-win.el (ns-initialize-window-system):
24289         Set application-specific `ApplePressAndHoldEnabled' system
24290         resource to NO as it is not yet supported by the NS port.
24292 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
24294         * misc.el (list-dynamic-libraries--refresh): Compute header here...
24295         (list-dynamic-libraries): ...not here.
24297 2011-06-21  Leo Liu  <sdl.web@gmail.com>
24299         * subr.el (sha1): Implement sha1 using secure-hash.
24301 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
24303         * window.el (display-buffer-alist): In default value do not
24304         enforce searching a window on any but the selected frame.
24305         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24306         (display-buffer-select-window): Remove function.
24307         (display-buffer-in-window): When a window on another frame gets
24308         reused, do not select it any more but just raise its frame if
24309         necessary (Bug#8851) and (Bug#8856).
24310         (display-buffer-normalize-options): Handle pop-up-frames related
24311         options more faithfully.
24312         (pop-to-buffer): Don't rely on `display-buffer' selecting the
24313         window if it is on another frame.
24314         (display-buffer-alist, display-buffer-default-specifiers):
24315         Don't make new frame unsplittable by default.
24316         (display-buffer-normalize-argument): Fix doc-string typo and use
24317         'same-frame-other-window instead of 'other-window when associating
24318         with display-buffer-macro-specifiers.
24320 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
24322         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24323         New functions.
24324         (5x5-mode-map, 5x5-mode-menu): Bind them.
24325         (5x5-draw-grid): Tweak the solver's rendering.
24327 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24329         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24330         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24332 2011-06-21  Drew Adams  <drew.adams@oracle.com>
24334         * menu-bar.el: Use function variable instead of switch-to-buffer.
24335         (menu-bar-select-buffer-function): New variable.
24336         (menu-bar-update-buffers): Use it (bug#8876).
24338 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24340         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24341         variable's status.
24343 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
24345         * x-dnd.el (x-dnd-version-from-flags)
24346         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24347         and long as number (Bug#8899).
24348         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24350 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24352         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24353         (completion-try-completion, completion-all-completions): Compute the
24354         metadata argument if it's missing; make it optional (bug#8795).
24356         * wid-edit.el: Use lex-bind and move towards completion-at-point.
24357         (widget-complete): Use new :completion-function property.
24358         (widget-completions-at-point): New function.
24359         (default): Use :completion-function instead of :complete.
24360         (widget-default-completions): Rename from widget-default-complete;
24361         Rewrite.
24362         (widget-string-complete, widget-file-complete, widget-color-complete):
24363         Remove functions.
24364         (file, symbol, function, variable, coding-system, color):
24365         * international/mule-cmds.el (default-input-method, charset)
24366         (language-info-custom-alist):
24367         * cus-edit.el (face): Use new property :completions.
24369         * progmodes/pascal.el (pascal-completions-at-point): New function.
24370         (pascal-mode): Use it.
24371         (pascal-mode-map): Use completion-at-point.
24372         (pascal-toggle-completions): Make obsolete.
24373         (pascal-complete-word, pascal-show-completions):
24374         * progmodes/octave-mod.el (octave-complete-symbol):
24375         Redefine as obsolete alias.
24376         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24377         Signal absence of completion info for old Octave,
24378         (inferior-octave-complete): Redefine as obsolete alias.
24379         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24380         (meta-completions-at-point): Rename from meta-complete-symbol and
24381         adapt it for use on completion-at-point-functions.
24382         (meta-common-mode): Use it.
24383         (meta-looking-at-backward, meta-match-buffer): Remove.
24384         (meta-complete-symbol): Redefine as obsolete alias.
24385         (meta-common-mode-map): Use completion-at-point.
24386         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24387         (makefile-mode-map): Use completion-at-point.
24388         (makefile-completions-at-point): Rename from makefile-complete and
24389         adapt it for use on completion-at-point-functions.
24390         (makefile-mode): Use it.
24391         (makefile-complete): Redefine as obsolete alias.
24393 2011-06-20  Deniz Dogan  <deniz@dogan.se>
24395         * net/rcirc.el: Delete trailing whitespaces once and for all.
24397 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
24399         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24401 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
24403         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24405         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24407 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
24409         * window.el (display-buffer-other-window-means-other-frame):
24410         Call display-buffer-normalize-alist.
24411         (display-buffer-normalize-specifiers-1): Rename to
24412         display-buffer-normalize-argument.  New argument other-frame.
24413         Rewrite.
24414         (display-buffer-normalize-specifiers-2): Rename to
24415         display-buffer-normalize-options.
24416         (display-buffer-normalize-alist-1): New function.
24417         (display-buffer-normalize-specifiers-3): Rename to
24418         display-buffer-normalize-alist.
24419         Call display-buffer-normalize-alist-1.
24420         (display-buffer-normalize-options-inhibit): New variable.
24421         (display-buffer-normalize-specifiers): Rewrite calling
24422         display-buffer-normalize-alist,
24423         display-buffer-normalize-argument, and
24424         display-buffer-normalize-options.  Don't call the latter if
24425         display-buffer-normalize-options-inhibit is non-nil.
24426         (frame-auto-delete): New option.
24427         (window-deletable-p): Use frame-auto-delete.
24428         (window-list-no-nils, window-state-ignored-parameters)
24429         (window-state-get-1, window-state-get, window-state-put-list)
24430         (window-state-put-1, window-state-put-2, window-state-put):
24431         New functions.
24432         (display-buffer-normalize-options): Move special-display-p group
24433         after pop-up-frame group (Bug#8851) and (Bug#8856).
24435 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
24437         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24438         groups (Bug#8776).
24439         (rx-submatch-n): New function.
24440         (rx): Document it.
24442         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24443         (Bug#8768).
24445         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24447         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24449         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24450         anytime existing face settings are present (Bug#8889).
24452         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24453         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24454         Remove unused argument.
24456 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
24458         * window.el (display-buffer-default-specifiers):
24459         Remove pop-up-frame.  Add pop-up-window-min-height,
24460         pop-up-window-min-width, and another reuse-window specifier
24461         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
24462         (display-buffer-normalize-specifiers-2):
24463         Handle split-height-threshold and split-width-threshold also when
24464         pop-up-windows is unset.  Add a reuse-window specifier for the
24465         case popping up a new window fails.
24466         (special-display-popup-frame): Remove double quoting.
24467         (display-buffer-normalize-specifiers-1): Fix thinko.
24469 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24471         * shell.el (shell-completion-vars): Set pcomplete-termination-string
24472         according to comint-completion-addsuffix.
24474         * pcomplete.el: Convert to lexical binding and fix bug#8819.
24475         (pcomplete-suffix-list): Mark as obsolete.
24476         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24477         pcomplete-seen in the closure.
24478         (pcomplete-comint-setup): Setup completion-at-point as well.
24479         (pcomplete--entries): New function.
24480         (pcomplete--env-regexp): New var.
24481         (pcomplete-entries): Rewrite to work with partial-completion and
24482         without relying on pcomplete-suffix-list.
24483         (pcomplete-pare-list): Remove, unused.
24485 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
24487         * window.el (display-buffer-alist): Set pop-up-window-min-height
24488         and pop-up-window-min-width in default value.  Reported by
24489         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
24490         other-window-means-other-frame.
24491         (display-buffer-macro-specifiers): Comment out entry for
24492         other-window specifier.
24493         (display-buffer-other-window-means-other-frame): New function.
24494         (display-buffer-normalize-specifiers-1): New arguments
24495         buffer-name and label.  Treat other-window case specially.
24496         (display-buffer-normalize-specifiers-2): Treat other-window case
24497         specially.
24498         (display-buffer-normalize-specifiers-3): New function.
24499         (display-buffer-normalize-specifiers):
24500         Call display-buffer-normalize-specifiers-3.
24502 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
24504         * window.el (same-window-p): Fix two typos introduced when
24505         adding with-no-warnings.
24506         (display-buffer-normalize-specifiers-1): Don't check
24507         pop-up-frames for 'unset initialization.
24508         (display-buffer-normalize-specifiers-2): Major rewrite using
24509         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24510         (pop-up-frames, display-buffer-reuse-frames)
24511         (display-buffer-mark-dedicated): Don't initialize to 'unset.
24512         Suggested by David Engster <deng@randomsample.de>.
24513         (even-window-heights): Initialize to 'unset.
24514         (display-buffer-alist-set): Handle new 'unset initializations.
24515         (display-buffer-macro-specifiers): Don't pop up a new frame in the
24516         other window case.
24518 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
24520         * window.el (display-buffer-normalize-specifiers-1):
24521         Respect current value of pop-up-frames for most reasonable values of
24522         second argument of display-buffer (Bug#8865).
24523         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24524         (switch-to-buffer-other-window-same-frame)
24525         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
24526         Adams (Bug#8875).
24527         (display-buffer): Don't check noninteractive when calling
24528         display-buffer-pop-up-frame.
24529         (display-buffer-pop-up-frame): Never pop up a frame in
24530         noninteractive mode (Bug#8857).
24531         (enlarge-window, shrink-window): Don't report an error when the
24532         window can't be resized as requested (Bug#8862).
24534 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24536         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24538         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24540         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24542 2011-06-15  Alan Mackenzie  <acm@muc.de>
24544         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24545         for declarators, disable knr checking to speed up for normal files.
24546         2: Refactor, replacing a sequence of nested if forms by a cond form.
24548 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24550         * net/network-stream.el (open-network-stream): Add the keyword
24551         :always-query-capabilities for the case where you want to force a
24552         `plain' network connection, but the protocol still requires the
24553         capabilitiy command (i.e., SMTP and EHLO).
24555         * subr.el (process-live-p): Rename from `process-alive-p' for
24556         consistency with other `-live-p' functions.
24558 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24560         * window.el (same-window-buffer-names, same-window-regexps)
24561         (special-display-frame-alist, special-display-popup-frame)
24562         (special-display-function, special-display-buffer-names)
24563         (special-display-regexps, pop-up-frame-alist)
24564         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24565         (pop-up-windows, split-window-preferred-function)
24566         (split-height-threshold, split-width-threshold, even-window-heights)
24567         (display-buffer-mark-dedicated): Don't encourage the use of
24568         display-buffer-alist from Elisp code.
24570 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
24572         * progmodes/python.el (python-mode): Derive from prog-mode.
24573         * progmodes/ps-mode.el (ps-mode):
24574         * progmodes/mixal-mode.el (mixal-mode):
24575         * progmodes/cfengine.el (cfengine-mode):
24576         * progmodes/ld-script.el (ld-script-mode): Likewise.
24578 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
24580         * window.el (display-buffer-alist): Trim default value to avoid
24581         popping up a new frame (Bug#8857) or reusing an arbitrary window
24582         on another frame.
24583         (display-buffer): Do not fall back on popping up a new frame in
24584         batch mode (Bug#8857).
24586 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
24588         * cus-theme.el (describe-theme-1): Use custom-theme-p.
24589         (custom-theme-summary): New function.
24590         (customize-themes): Use it.
24592 2011-06-13  Glenn Morris  <rgm@gnu.org>
24594         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24596 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
24598         * help.el (help-window): Remove variable.
24599         (help-window-point-marker, temp-buffer-max-height)
24600         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24601         (help-print-return-message): Don't set help-window.
24602         (resize-temp-buffer-window): Rewrite cod eand doc-string.
24603         (help-window-setup-finish): Remove.
24604         (help-window-display-message, help-window-setup)
24605         (with-help-window): Major rewrite based on new
24606         display-buffer-window variable.
24608         * help-mode.el (help-mode-finish): Remove help-window related
24609         code.
24611         * view.el (view-exits-all-viewing-windows): Remove reference to
24612         view-return-to-alist in doc-string.
24613         (view-return-to-alist): Make obsolete.
24614         (view-buffer): Call pop-to-buffer-same-window and remove
24615         undo-window code.
24616         (view-buffer-other-window): Call pop-to-buffer-other-window and
24617         simplify code.  Ignore second argument.
24618         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24619         simplify code.  Ignore second argument.
24620         (view-return-to-alist-update): Make obsolete.
24621         (view-mode-enter): Rename second argument to QUIT-RESTORE.
24622         Rewrite using quit-restore window parameters.
24623         (view-mode-exit): Rename second argument to EXIT-ONLY.
24624         Rewrite using quit-restore-window.
24625         (View-exit, View-exit-and-edit, View-leave, View-quit)
24626         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24627         appropriate arguments.
24628         (view-end-message): Use quit-restore window parameter.
24630         * window.el (display-buffer-function): Rewrite doc-string.
24631         (display-buffer-window, display-buffer-alist): New variables.
24632         (display-buffer-split-specifiers)
24633         (display-buffer-side-specifiers)
24634         (display-buffer-macro-specifiers): New constants.
24635         (display-buffer-even-window-sizes, display-buffer-set-height)
24636         (display-buffer-set-width, display-buffer-select-window)
24637         (display-buffer-in-window, display-buffer-reuse-window)
24638         (display-buffer-split-window-1, display-buffer-split-window)
24639         (display-buffer-split-atom-window, display-buffer-pop-up-window)
24640         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24641         (display-buffer-in-side-window, normalize-buffer-to-display)
24642         (display-buffer-normalize-specifiers-1)
24643         (display-buffer-normalize-specifiers-2)
24644         (display-buffer-normalize-specifiers, display-buffer-frame):
24645         New functions.
24646         (display-buffer): Major rewrite.
24647         (display-buffer-other-window, display-buffer-other-frame)
24648         (pop-to-buffer, switch-to-buffer-other-window)
24649         (switch-to-buffer-other-frame): Rewrite.
24650         (display-buffer-same-window, display-buffer-same-frame)
24651         (display-buffer-same-frame-other-window)
24652         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24653         (pop-to-buffer-other-window)
24654         (pop-to-buffer-same-frame-other-window)
24655         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24656         (switch-to-buffer-other-window-same-frame): New functions.
24657         (same-window-p, special-display-p): Rewrite disabling warnings.
24658         Make obsolete.
24659         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24660         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24661         Make obsolete
24662         (same-window-buffer-names, same-window-regexps)
24663         (special-display-frame-alist, special-display-popup-frame)
24664         (special-display-function, special-display-buffer-names)
24665         (special-display-regexps, pop-up-frame-alist)
24666         (pop-up-frame-function, split-window-preferred-function)
24667         (split-height-threshold, split-width-threshold)
24668         (even-window-heights): Make obsolete.
24670 2011-06-12  Glenn Morris  <rgm@gnu.org>
24672         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
24673         Misc simplifications.
24675 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
24677         * window.el (window-safely-shrinkable-p): Restore function which
24678         was inadvertently removed in change from 2011-06-11.  Declare as
24679         obsolete.
24681         * calendar/calendar.el (calendar-generate-window):
24682         Use window-iso-combined-p instead of combination of one-window-p and
24683         window-safely-shrinkable-p.
24685 2011-06-12  Glenn Morris  <rgm@gnu.org>
24687         * progmodes/fortran.el (fortran-mode-syntax-table):
24688         * progmodes/f90.el (f90-mode-syntax-table):
24689         Set % to punctuation.  (Bug#8820)
24690         (f90-find-tag-default): Remove, no longer needed.
24692 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
24694         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24696 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
24698         * image.el (image-animated-p): Return animation delay in seconds.
24699         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24700         (image-animate-timeout): Remove DELAY argument.  Don't assume
24701         every subimage has the same delay; get it from image-animated-p.
24702         (image-animate): Caller changed.
24704 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
24706         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24707         to ignored backtrace functions.
24709 2011-06-11  Glenn Morris  <rgm@gnu.org>
24711         * calendar/appt.el (appt-disp-window-function): Doc fix.
24712         (appt-check): Handle overlapping appointments.  (Bug#8337)
24714 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
24716         * window.el (window-tree-1, window-tree): New functions, moving
24717         the latter to window.el.
24718         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24719         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24720         (bw-refresh-edges): Remove.
24721         (balance-windows-1, balance-windows-2): New functions.
24722         (balance-windows): Rewrite in terms of window tree functions,
24723         balance-windows-1 and balance-windows-2.
24724         (bw-adjust-window): Remove.
24725         (balance-windows-area-adjust): New function with functionality of
24726         bw-adjust-window but using resize-window.
24727         (set-window-text-height): Rewrite doc-string.
24728         Use normalize-live-window and resize-window.
24729         (enlarge-window-horizontally, shrink-window-horizontally):
24730         Rename argument to DELTA.
24731         (window-buffer-height): New function.
24732         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24733         Rewrite using new window resize routines.
24734         (kill-buffer-and-window, mouse-autoselect-window-select):
24735         Use ignore-errors instead of condition-case.
24736         (quit-window): Call delete-frame instead of delete-windows-on
24737         for the only buffer on frame.
24739 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24741         * loadup.el (top-level): Load window before files for the sake
24742         of replace-buffer-in-windows.
24744         * files.el (read-buffer-to-switch)
24745         (switch-to-buffer-other-window)
24746         (switch-to-buffer-other-frame, display-buffer-other-frame):
24747         Move to window.el.
24749         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24750         (previous-buffer): Move to window.el.
24752         * bindings.el (unbury-buffer): Move to window.el.
24754         * window.el (delete-other-windows-vertically): Move after
24755         definition of delete-other-windows.
24756         (other-window, delete-windows-on, replace-buffer-in-windows):
24757         Move here from window.c.
24758         (record-window-buffer, unrecord-window-buffer)
24759         (set-window-buffer-start-and-point, switch-to-prev-buffer)
24760         (switch-to-next-buffer): New functions.
24761         (get-next-valid-buffer, last-buffer, next-buffer): Move here
24762         from simple.el.  Call switch-to-next-buffer.
24763         (previous-buffer): Move here from simple.el.
24764         Call switch-to-prev-buffer.
24765         (bury-buffer): Move here from buffer.c.  Switch to previous
24766         buffer when window cannot be deleted.
24767         (unbury-buffer): Move here from bindings.el.
24768         (ctl-x-map): Move binding for other-window from window.c to
24769         here.
24770         (read-buffer-to-switch, switch-to-buffer-other-window)
24771         (switch-to-buffer-other-frame): Move here from files.el.
24772         (normalize-buffer-to-switch-to): New functions.
24773         (switch-to-buffer): Move here from buffer.c.
24774         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24776 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24778         * window.el (window-min-height, window-min-width): Move here
24779         from window.c.  Add defcustoms and rewrite doc-strings.
24780         (resize-mini-window, resize-window): New functions.
24781         (adjust-window-trailing-edge, enlarge-window, shrink-window):
24782         Move here from window.c.
24783         (maximize-window, minimize-window): New functions.
24784         (delete-window, delete-other-windows, split-window): Move here
24785         from window.c.
24786         (window-split-min-size): New function.
24787         (split-window-keep-point): Mention split-window-above-each-other
24788         instead of split-window-vertically.
24789         (split-window-above-each-other, split-window-vertically):
24790         Rename split-window-vertically to split-window-above-each-other
24791         and provide defalias for old definition.
24792         (split-window-side-by-side, split-window-horizontally):
24793         Rename split-window-horizontally to split-window-side-by-side
24794         and provide defalias for the old definition.
24795         (ctl-x-map): Move bindings for delete-window,
24796         delete-other-windows and enlarge-window here from window.c.
24797         Replace bindings for split-window-vertically and
24798         split-window-horizontally by bindings for
24799         split-window-above-each-other and split-window-side-by-side.
24801         * cus-start.el (all): Remove entries for window-min-height and
24802         window-min-width.  Add entries for window-splits and
24803         window-nest.
24805 2011-06-09  Glenn Morris  <rgm@gnu.org>
24807         * calendar/appt.el (appt-mode-line): New function.
24808         (appt-check, appt-disp-window): Use it.
24810         * files.el (hack-one-local-variable-eval-safep):
24811         Allow minor-modes with explicit +/-1 arguments.
24813 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
24815         * term/xterm.el (xterm): Add defgroup.
24816         (xterm-extra-capabilities): Add defcustom to supply known xterm
24817         capabilities, skip querying them, or query them (default).
24818         (terminal-init-xterm): Use it.
24819         (terminal-init-xterm-modify-other-keys): New function to set up
24820         modifyOtherKeys support to simplify `terminal-init-xterm'.
24822 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
24824         * window.el (resize-window-reset, resize-window-reset-1)
24825         (resize-subwindows-skip-p, resize-subwindows-normal)
24826         (resize-subwindows, resize-other-windows, resize-this-window)
24827         (resize-root-window, resize-root-window-vertically)
24828         (window-deletable-p, window-or-subwindow-p)
24829         (frame-root-window-p): New functions.
24831 2011-06-09  Glenn Morris  <rgm@gnu.org>
24833         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24834         (ange-ftp-get-files): Use it.
24836 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
24838         * mail/sendmail.el (mail-recover-1, mail-recover):
24839         * files.el (recover-file, recover-session):
24840         Handle dired-listing-switches not being just a single short option.
24842 2011-06-09  Glenn Morris  <rgm@gnu.org>
24844         * calendar/appt.el (appt-display-message, appt-disp-window):
24845         Handle lists of appointments.
24847 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24849         * window.el (one-window-p): Move down in code.
24850         Rewrite doc-string.
24851         (window-current-scroll-bars): Rewrite doc-string.
24852         Normalize live window argument.
24853         (walk-windows, get-window-with-predicate, count-windows):
24854         Rewrite doc-string.  Use window-list-1.
24855         (window-in-direction-2, window-in-direction, get-mru-window):
24856         New functions.
24858 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
24860         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24861         Doc fix (Bug#8713).
24863 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
24865         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24867 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
24869         * loadhist.el (unload-feature-special-hooks):
24870         Add `comint-output-filter-functions'.
24872 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
24874         * calendar/appt.el (appt-check): Move some initializations into the let.
24876 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24878         * window.el (window-height): Defalias to window-total-height.
24879         (window-width): Defalias to window-body-width.
24881 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
24883         * image-mode.el (image-toggle-animation): New command.
24884         (image-mode-map): Bind it to RET.
24885         (image-mode): Update message.
24886         (image-toggle-display-image): Avoid a spurious cache flush.
24887         (image-transform-rotation): Doc fix.
24888         (image-transform-properties): Return quickly in the normal case.
24889         (image-animate-loop): Rename from image-animate-max-time.
24891         * image.el (image-animate-max-time): Move to image-mode.el.
24892         (create-animated-image): Remove unnecessary function.
24893         (image-animate): Rename from image-animate-start.  New arg.
24894         (image-animate-stop): Remove; just use image-animate-timer.
24895         (image-animate-timer): Use car-safe.
24896         (image-animate-timeout): Rename argument.
24898 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
24900         * window.el (get-lru-window, get-largest-window): Move here from
24901         window.c.  Rename first argument to ALL-FRAMES.
24902         Rephrase doc-strings.
24903         (get-buffer-window-list): Rewrite using window-list-1.
24904         Rephrase doc-string.
24905         (window-safe-min-height, window-safe-min-width): New constants.
24906         (window-size-ignore, window-min-size, window-min-size-1)
24907         (window-sizable, window-sizable-p, window-size-fixed-1)
24908         (window-size-fixed-p, window-min-delta-1, window-min-delta)
24909         (window-max-delta-1, window-max-delta, window-resizable)
24910         (window-resizable-p, window-total-height, window-total-width)
24911         (window-body-width): New functions.
24912         (window-full-height-p, window-full-width-p): Rewrite using
24913         window-total-size.
24914         (window-body-height): Rewrite using window-body-size.
24916 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
24918         * window.el (window-right, window-left, window-child)
24919         (window-child-count, window-last-child, window-any-p)
24920         (normalize-live-buffer, normalize-live-frame)
24921         (normalize-any-window, normalize-live-window)
24922         (window-iso-combination-p, window-iso-combined-p)
24923         (window-iso-combinations)
24924         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24925         (windows-with-parameter, window-with-parameter)
24926         (window-atom-root, make-window-atom, window-atom-check-1)
24927         (window-atom-check, window-side-check, window-check):
24928         New functions.
24929         (ignore-window-parameters, window-sides, window-sides-vertical)
24930         (window-sides-slots): New variables.
24931         (window-size-fixed): Move down in code.  Minor doc-string fix.
24933 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
24935         * comint.el (comint-dynamic-complete-as-filename)
24936         (comint-dynamic-complete-filename): Correctly call
24937         completion-in-region.
24939 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24941         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24942         in last change.
24944 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24946         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24947         (rcirc): Use it to prompt for encryption.
24949 2011-06-05  Roland Winkler  <winkler@gnu.org>
24951         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24952         (bibtex-search-entries): New command bound to C-c C-a.
24953         (bibtex-display-entries): New function.
24955 2011-06-05  Roland Winkler  <winkler@gnu.org>
24957         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24958         (bibtex-insert-kill): After yanking insert newline if necessary.
24959         (bibtex-initialize): Call bibtex-string-files-init only once.
24960         (bibtex-mode): Do not call easy-menu-add.
24961         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24962         (bibtex-yank): Set arg properly if nil.
24964 2011-06-05  Roland Winkler  <winkler@gnu.org>
24966         * textmodes/bibtex.el (bibtex-search-entry-globally):
24967         New variable.
24968         (bibtex-search-entry): Use it.
24970 2011-06-05  Roland Winkler  <winkler@gnu.org>
24972         * textmodes/bibtex.el (bibtex-entry-format): New option
24973         sort-fields.
24974         (bibtex-format-entry, bibtex-reformat): Honor this option.
24975         (bibtex-parse-entry): Return fields in proper order.
24977 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
24979         * doc-view.el (doc-view-remove-if): Move computation of result out
24980         of `dolist' to silence misleading lexical-binding warning.
24982 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
24984         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24985         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24987 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24989         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24990         "SunOS 5.10".
24992 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24994         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24995         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24996         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24997         (tramp-parse-putty):
24998         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24999         (tramp-completion-function-alist-ssh)
25000         (tramp-completion-function-alist-telnet)
25001         (tramp-completion-function-alist-su)
25002         (tramp-completion-function-alist-putty): Set `tramp-autoload'
25003         cookie.
25005         * net/tramp-ftp.el:
25006         * net/tramp-sh.el:
25007         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
25008         load "tramp.el" `tramp-set-completion-function'.
25010 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25012         * shell.el: Require and use pcomplete.
25013         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
25014         (shell-completion-vars): Set pcomplete-default-completion-function.
25016 2011-06-04  Deniz Dogan  <deniz@dogan.se>
25018         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
25019         `memq' (Bug#8799).
25021 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25023         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
25025 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
25027         * bs.el (bs--mark-unmark, bs--nth-wrapper):
25028         * mpc.el (mpc-select-extend, mpc-songpointer-context):
25029         * vc/log-view.el (log-view-beginning-of-defun):
25030         * vc/smerge-mode.el (smerge-apply-resolution-patch)
25031         (smerge-refine-forward, smerge-refine-chopup-region):
25032         Silence warning for unused `dotimes' counter variables.
25034 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25036         * net/tramp.el (tramp-with-progress-reporter): Rename from
25037         with-progress-reporter.  Use `declare'.
25038         * net/tramp-smb.el:
25039         * net/tramp-sh.el:
25040         * net/tramp-gvfs.el: Update all uses.
25042 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
25044         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
25045         buffer isn't killed before making it current.
25047 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25049         Silence various byte-compiler warnings.
25050         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
25051         `access-type' and new obsolescence format.
25052         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
25053         new format.
25054         (byte-compile-check-variable): New `access-type' argument.
25055         Only warn if the access-type is obsolete.
25056         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25057         (byte-compile-variable-set): Adjust callers.
25058         * help-fns.el (describe-variable): Adjust to new obsolescence format.
25059         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
25060         setting it as obsolete.
25061         * simple.el (minibuffer-completing-symbol):
25062         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
25063         access as obsolete.
25064         * minibuffer.el (minibuffer-completing-file-name): Don't make it
25065         obsolete yet.
25066         * international/quail.el (quail-mouse-choose-completion): Remove unused
25067         code referring to obsolete var.
25068         (quail-choose-completion-string): Remove.
25069         * server.el (server-clients-with, server-kill-buffer-query-function)
25070         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
25071         * proced.el (proced-send-signal):
25072         * emacs-lisp/lisp.el (lisp-complete-symbol):
25073         Replace completion-annotate-function with completion-extra-properties.
25075 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25077         * simple.el (goto-line): Use read-number.
25078         (overriding-map-is-bound): Remove.
25079         (saved-overriding-map): Change default.
25080         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
25081         Take the map as argument.
25082         (universal-argument, negative-argument, digit-argument): Use it.
25083         (restore-overriding-map): Adjust.
25084         (do-auto-fill): Use fill-forward-paragraph.
25085         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
25087         * minibuffer.el (minibuffer-inactive-mode-map): New var.
25088         (minibuffer-inactive-mode): New major mode.
25089         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
25090         the *Messages* buffer" hack.
25091         (mouse-popup-menubar): Don't burp if the event is a normal key.
25093         Miscellaneous tweaks.
25094         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
25095         lexical scoping as in subr.el's dolist and dotimes.
25096         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
25097         Silence compiler warning.
25098         * thingatpt.el (forward-whitespace): Trivial coding style fix.
25099         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
25100         * international/ccl.el (ccl-compile): Trivial simplification.
25101         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
25102         * emacs-lisp/testcover.el (testcover-end): Remove spurious
25103         `printflag' argument.
25104         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
25105         Purecopy the whole obsolescence data.
25107 2011-06-01  Leo Liu  <sdl.web@gmail.com>
25109         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
25110         improve doc-string as suggested by Marco Pessotto
25111         <melmothx@gmail.com>.
25112         (rcirc-print): Fix last change.
25114 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25116         * minibuffer.el (complete-with-action): Return nil for the metadata and
25117         boundaries of non-functional tables.
25118         (completion-table-dynamic): Return nil for the metadata.
25119         (completion-table-with-terminator): Add default case, using
25120         complete-with-action.
25121         (completion--metadata): New function.
25122         (completion-all-sorted-completions, minibuffer-completion-help): Use it
25123         to try and avoid pathological performance problems.
25124         (completion--embedded-envvar-table): Return `category' metadata.
25126 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25128         * subr.el (process-alive-p): New tiny convenience function.
25130 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25132         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
25133         content but also its previous major mode.
25135 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
25137         * emacs-lisp/debug.el (debug): Restore the previous content of the
25138         *Backtrace* buffer when we exit with C-M-c.
25140 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25142         * minibuffer.el: Add metadata method to completion tables.
25143         (completion-category-overrides): New defcustom.
25144         (completion-metadata, completion--field-metadata)
25145         (completion-metadata-get, completion--styles)
25146         (completion--cycle-threshold): New functions.
25147         (completion-try-completion, completion-all-completions):
25148         Add `metadata' argument to choose completion-styles.
25149         (completion--do-completion): Use metadata to choose cycling.
25150         (completion-all-sorted-completions): Use metadata for sorting.
25151         Remove :completion-cycle-penalty which is not needed any more.
25152         (completion--try-word-completion): Add `metadata' argument.
25153         (minibuffer-completion-help): Check metadata for annotation function
25154         and sorting.
25155         (completion-file-name-table): Return `category' metadata.
25156         (minibuffer-completing-file-name): Make obsolete.
25157         * simple.el (minibuffer-completing-symbol): Make obsolete.
25158         * icomplete.el (icomplete-completions): Pass new `metadata' param to
25159         completion-try-completion.
25161 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25163         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
25165 2011-05-30  Leo Liu  <sdl.web@gmail.com>
25167         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
25168         (rcirc-print): Decode all incoming messages (bug#8744).
25169         (rcirc-decode-coding-system): Allow value nil for automatic coding
25170         system detection.
25172 2011-06-01  Glenn Morris  <rgm@gnu.org>
25174         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
25176 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
25178         * image.el (image-animate-max-time): Allow nil and t values.
25179         Default to nil.
25180         (create-animated-image): Doc fix.
25181         (image-animate-start): Remove second arg; just use
25182         image-animate-max-time.
25183         (image-animate-timeout): Doc fix.  Args changed.
25185         * image-mode.el (image-toggle-display-image): Ensure that the
25186         image spec passed to the animate timer is the same object as in
25187         the buffer's display property (Bug#6981).
25188         (image-transform-properties): Doc fix.
25190         * image.el (image-animate-max-time): Default to nil.
25192 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
25194         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
25195         entire buffer list (Bug#8184).
25197 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
25199         * image.el (imagemagick-types-inhibit)
25200         (imagemagick-register-types): Doc fix.
25202 2011-05-29  Deniz Dogan  <deniz@dogan.se>
25204         * net/rcirc.el (rcirc): Use the user's stored encryption method by
25205         default.
25207 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
25209         * select.el: Don't perform clipboard-manager saving in hooks;
25210         leave the hooks empty.
25212 2011-05-28  Leo Liu  <sdl.web@gmail.com>
25214         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
25215         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
25216         (occur-edit-mode): New major mode (Bug#8463).
25217         (occur-after-change-function): New function.
25218         (occur-engine): Give Occur tags a read-only property.
25220 2011-05-28  Kevin Ryde  <user42@zip.com.au>
25222         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25224 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
25226         * bindings.el (help-echo): Make the initial non-indicator dash
25227         empty on graphical terminals (Bug#7295).
25229         * files.el (auto-mode-alist): Move config rule after the
25230         in-stripping one (Bug#8547).
25232         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25234         * startup.el (normal-splash-screen): Remove gratuitous mode-line
25235         setting (Bug#8740).
25237 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
25239         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25240         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25241         (Bug#8539).
25243 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
25245         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25247 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
25249         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25250         (hs-hide-block-at-point, hs-find-block-beginning)
25251         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25252         (Bug#8279).
25254 2011-05-28  Glenn Morris  <rgm@gnu.org>
25256         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
25258 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
25260         * help-fns.el (describe-function-1): If the function is a derived
25261         major mode, print the parent mode.
25263         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25264         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25266 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25268         * minibuffer.el (completion--capf-wrapper): Check applicability before
25269         returning non-nil for non-exclusive completion data.
25270         * progmodes/etags.el (tags-completion-at-point-function):
25271         * info-look.el (info-lookup-completions-at-point): Mark as
25272         non-exclusive.
25273         (info-complete): Adjust accordingly.
25275         * info-look.el: Convert to lexical-binding and completion-at-point.
25276         (info-lookup-completions-at-point): New function.
25277         (info-complete): Use it and completion-in-region.
25279 2011-05-28  Drew Adams  <drew.adams@oracle.com>
25281         * isearch.el: Let M-e start with point at the first mismatched char.
25282         (isearch-fail-pos): New function.
25283         (isearch-edit-string): Use it.
25285 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
25287         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25289 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
25291         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
25292         traversal functions for avl-trees.
25293         (avl-tree--stack): New struct.
25294         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25295         (avl-tree-enter): Add optional `updatefun' arg.
25296         (avl-tree--do-enter): Add optional `updatefun' arg.
25297         Change return value.
25298         (avl-tree-delete): Add optional `test' and `nilflag' args.
25299         (avl-tree--do-delete): Add `test' and `nilflag' args.
25300         Change return value.
25301         (avl-tree-member): Add optional `nilflag'
25302         (avl-tree-member-p): New function.
25303         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25304         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25305         (avl-tree-stack-empty-p): New functions.
25307         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25308         avl-tree--del-balance1 and make it work both ways.
25309         (avl-tree--del-balance2): Remove.
25310         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25311         make it work both ways.
25312         (avl-tree--enter-balance2): Remove.
25313         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25314         New macros.
25315         (avl-tree--mapc, avl-tree-map): Add direction argument.
25317 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
25319         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25321 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
25323         * select.el: Support clipboard managers with built-in function
25324         x-clipboard-manager-save, via delete-frame-functions and
25325         kill-emacs-hook.
25326         (xselect-convert-to-targets): Add MULTIPLE target to list.
25327         (xselect-convert-to-save-targets): New function.
25329 2011-05-27  Kenichi Handa  <handa@m17n.org>
25331         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25332         let-binding rfc2047-encode-encoded-words to nil.
25334 2011-05-27  Glenn Morris  <rgm@gnu.org>
25336         * mail/emacsbug.el: Don't require url-util.
25338         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
25340         * files.el (set-auto-mode):
25341         Also respect mode: entries at the end of the file.  (Bug#8586)
25343 2011-05-26  Glenn Morris  <rgm@gnu.org>
25345         * files.el (hack-local-variables-prop-line, hack-local-variables):
25346         Downcase mode names, as seems to be traditional.
25347         (hack-local-variables, hack-local-variables-apply): Doc fixes.
25349         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25350         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
25352 2011-05-25  Julien Danjou  <julien@danjou.info>
25354         * textmodes/rst.el (rst-define-level-faces): Do not define face
25355         symbol if it is already defined.
25357 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
25359         * play/5x5.el (5x5-new-game, 5x5-randomize):
25360         Reset 5x5-solver-output to nil when a new grid is cast.
25361         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25362         these debugging traces, as defmacro breaks the compiled code.
25364 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
25366         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25368 2011-05-24  Leo Liu  <sdl.web@gmail.com>
25370         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25371         (vc-bzr-sha1): Adapt.
25373         * sha1.el: Remove.  Function `sha1' is now builtin.
25375         * bindings.el: Provide sha1 feature.
25377 2011-05-24  Kenichi Handa  <handa@m17n.org>
25379         * mail/sendmail.el: Require `rfc2047'.
25380         (mail-insert-from-field): Do not perform RFC2047 encoding.
25381         (mail-encode-header): New function.
25382         (sendmail-send-it): Set buffer-file-coding-system of the work
25383         buffer to the return value of select-message-coding-system.
25384         Call mail-encode-header.
25386         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25388 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
25390         * mail/supercite.el (sc-default-cite-frame):
25391         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25393 2011-05-24  Glenn Morris  <rgm@gnu.org>
25395         * progmodes/python.el (brm-menu): Declare.
25397         * emulation/viper.el (viper-set-hooks): Declare.
25399         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25400         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25401         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25402         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25403         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25404         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25406 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25408         Add an :exit-function for completion-at-point.
25410         * minibuffer.el (completion--done): New fun.
25411         (completion--do-completion): Use it.  New arg `expect-exact'.
25412         (minibuffer-complete, minibuffer-complete-word): Don't output message,
25413         since completion--do-completion does it for us now.
25414         (minibuffer-force-complete): Use completion--done and
25415         completion--replace.  Handle sole-completion case with more care.
25416         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25417         (completion-extra-properties): New var.
25418         (completion-annotate-function): Make obsolete.
25419         (minibuffer-completion-help): Adjust accordingly.
25420         Use completion-list-insert-choice-function.
25421         (completion-at-point, completion-help-at-point):
25422         Bind completion-extra-properties.
25423         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25424         * simple.el (completion-list-insert-choice-function): New var.
25425         (completion-setup-function): Preserve it.
25426         (choose-completion): Pay attention to it, shuffle the code a bit.
25427         (choose-completion-string): New arg `insert-function'.
25429         * textmodes/bibtex.el: Convert to lexical binding.
25430         (bibtex-mode-map): Use completion-at-point.
25431         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25432         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25433         (bibtex-complete): Define as obsolete alias.
25434         (bibtex-complete-internal): Remove.
25435         (bibtex-format-entry): Remove unused sub-group in regexp.
25436         * shell.el (shell--command-completion-data)
25437         (shell-environment-variable-completion):
25438         * pcomplete.el (pcomplete-completions-at-point):
25439         * comint.el (comint--complete-file-name-data): Use :exit-function
25440         instead of completion-table-with-terminator so it also works for
25441         choose-completion.
25443 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25445         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25447         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25448         (bug#8710).
25450         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25452 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
25454         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25455         customization variable and implement: If non-nil, auto-fill will
25456         be inhibited while on topic's header line.
25458 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
25460         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25461         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
25462         always have a solution in grid size = 5 cases.
25463         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25464         (5x5-solver-output, 5x5-log-buffer): New vars.
25465         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25466         Make these variables buffer local to achieve 5x5 multi-session-ness.
25467         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25468         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25469         (5x5-solve-suggest): New funs.
25470         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25471         randomize a grid so that we ensure that there is always a solution.
25472         (5x5-make-random-grid): Allow other movement than flipping.
25474 2011-05-23  Kevin Ryde  <user42@zip.com.au>
25476         * emacs-lisp/advice.el (ad-read-advised-function):
25477         Use `function-called-at-point' as the default, if it has
25478         advice and passes PREDICATE.
25480 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25482         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25483         byte-compile-lambda if it's actually a lambda.
25485         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25486         Fix function quoting.  Use backquote better.
25488 2011-05-22  Yuanle Song  <sylecn@gmail.com>
25490         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25491         matching (Bug#8516).
25493 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
25495         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25496         different face (Bug#8178).
25498 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
25500         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25501         defface (Bug#8144).
25503 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25505         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25506         funcall as well (bug#8712).  Warn when performing those conversions.
25507         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25509         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25511 2011-05-22  Glenn Morris  <rgm@gnu.org>
25513         * files.el (hack-local-variables-prop-line): Small simplifications.
25514         (hack-local-variables, hack-local-variables-prop-line):
25515         If MODE-ONLY, return the mode, rather than just `t'.
25517 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25519         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25521 2011-05-21  Glenn Morris  <rgm@gnu.org>
25523         * files.el (hack-local-variables-prop-line, hack-local-variables):
25524         If only interested in the mode, don't bother doing the other stuff.
25526         * image-mode.el (image-after-revert-hook):
25527         Redraw all frames on which the image is visible.  (Bug#8567)
25529         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
25531         * wid-edit.el (widget-checklist-match-inline):
25532         Fix 2011-04-19 change.  (Bug#8649)
25534 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25536         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25537         Also allow singlespace after single-letter capitals followed by a dot.
25539         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25540         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25542 2011-05-20  Nix  <nix@esperi.org.uk>
25544         * files.el (basic-save-buffer-2):
25545         Fix handling of break-hardlink-on-save with non-existent files.
25547 2011-05-19  Deniz Dogan  <deniz@dogan.se>
25549         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25550         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25552 2011-05-19  Glenn Morris  <rgm@gnu.org>
25554         * progmodes/f90.el (f90-type-def-re):
25555         Handle "type, bind(c)".  (Bug#8691)
25557         * emacs-lisp/autoload.el (batch-update-autoloads):
25558         Set autoload-excludes by parsing loadup.el rather than Makefiles.
25560 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
25562         * net/tramp.el (tramp-process-actions): Set "first-password-request"
25563         property for the correct connection in case of multihops.
25565 2011-05-18  Glenn Morris  <rgm@gnu.org>
25567         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25568         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25570         Rationalize calendar handling of day and month abbrev-arrays.
25571         * calendar/calendar.el (calendar-customized-p): New function.
25572         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25573         (calendar-day-name-array, calendar-month-name-array): Doc fix.
25574         Add :set function.
25575         (calendar-abbrev-length, calendar-day-abbrev-array)
25576         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25577         (calendar-day-abbrev-array, calendar-month-abbrev-array):
25578         Elements may no longer be nil.
25579         (calendar-day-name, calendar-month-name):
25580         Update for changed nature of abbrev arrays.
25581         * calendar/diary-lib.el (diary-name-pattern):
25582         Update for changed nature of abbrev arrays.
25583         (diary-mark-entries-1): Update calendar-make-alist calls.
25584         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25585         * calendar/cal-html.el (cal-html-day-abbrev-array):
25586         Simply inherit from calendar-day-abbrev-array.
25588 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25590         * progmodes/grep.el (grep-mode): Disable default
25591         compilation-directory-matcher setting (bug#8684).
25593 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
25595         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25596         instead of "head" and "tail".  There were problems with SunOS 5.9,
25597         and it performs better.
25599 2011-05-17  Glenn Morris  <rgm@gnu.org>
25601         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25603         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25604         Replace obsolete function.
25606         * shell.el (pcomplete-parse-arguments-function): Declare.
25608         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25609         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25610         (appt-check): Doc fixes.
25611         (appt-disp-window-function, appt-delete-window-function):
25612         Remove needless special case in custom :type.
25613         (appt-display-count): Default to 0, not nil.
25614         (appt-check): Reset appt-display-count to 0, not nil.
25616 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
25618         * progmodes/python.el (python-font-lock-keywords):
25619         Add the Python 3.X keyword "nonlocal" (bug#8639).
25621 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25623         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25625 2011-05-16  Kevin Ryde  <user42@zip.com.au>
25627         * info-look.el (makefile-automake-mode): New setups, looking in
25628         automake manual, then makefile-mode.
25629         (makefile-mode): Remove automake manual, have it just in
25630         makefile-automake-mode since there's various things different or
25631         not relevant to plain make.
25632         (makefile-mode): Remove "other-modes" non-existent automake-mode,
25633         believe a hypothetical automake-mode would go to makefile-mode,
25634         not the other way around.
25636 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
25638         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25639         hunk-end tags (Bug#8672).
25641         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25642         vc-annotate-show-diff-revision-at-line (Bug#8671).
25644 2011-05-14  Glenn Morris  <rgm@gnu.org>
25646         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25647         in the middle of an existing one with multiple authors.  (Bug#8645)
25648         (change-log-font-lock-keywords): Also handle multiple author lines
25649         with leading tabs.  (Bug#8644)
25651         * calendar/appt.el (appt-check): Rename some local variables.
25652         Some simplification/reordering.
25654         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25655         (feedmail-sendmail-f-doesnt-sell-me-out)
25656         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25657         (feedmail-debug-sit-for, feedmail-queue-express-hook)
25658         (feedmail-queue-runner-message-sender): Set :version.
25659         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25660         (bbdb-dwim-net-address, vm-mail): Declare.
25661         (feedmail-binmail-gnulinuxish-template):
25662         Rename from feedmail-binmail-linuxish-template.
25663         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25664         Use insert-buffer-substring.
25666 2011-05-14  Bill Carpenter  <bill@carpenter.org>
25668         * mail/feedmail.el (feedmail-patch-level): Increase.
25669         (feedmail-debug): New custom group.
25670         (feedmail-confirm-outgoing-timeout)
25671         (feedmail-sendmail-f-doesnt-sell-me-out)
25672         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25673         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25674         (feedmail-sender-line, feedmail-from-line)
25675         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25676         (feedmail-spray-this-address)
25677         (feedmail-spray-address-fiddle-plex-list)
25678         (feedmail-queue-use-send-time-for-date)
25679         (feedmail-queue-use-send-time-for-message-id)
25680         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25681         (feedmail-buffer-eating-function):
25682         Doc fixes.
25683         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25684         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25685         (feedmail-message-action-scroll-down): New functions.
25686         (feedmail-queue-directory, feedmail-queue-draft-directory):
25687         Use expand-file-name.
25688         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25689         Remove C-v help entry.
25690         (feedmail-queue-buffer-file-name): New variable.
25691         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25692         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25693         (feedmail-message-action-send-strong, feedmail-message-action-edit)
25694         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25695         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25696         (feedmail-message-action-toggle-spray)
25697         (feedmail-run-the-queue-no-prompts)
25698         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25699         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25700         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25701         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25702         (feedmail-envelope-deducer, feedmail-fiddle-from)
25703         (feedmail-fiddle-sender, feedmail-default-date-generator)
25704         (feedmail-fiddle-date, feedmail-fiddle-message-id)
25705         (feedmail-fiddle-spray-address)
25706         (feedmail-fiddle-list-of-spray-fiddle-plexes)
25707         (feedmail-fiddle-list-of-fiddle-plexes)
25708         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25709         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25710         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25711         Change default.  Doc fix.
25712         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25713         (feedmail-binmail-linuxish-template): New constant.
25714         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
25715         Respect feedmail-sendmail-f-doesnt-sell-me-out.
25716         (feedmail-send-it): Add debug call.
25717         Use feedmail-queue-buffer-file-name, and
25718         feedmail-send-it-immediately-wrapper.
25719         (feedmail-message-action-send): Add debug call.
25720         Use feedmail-send-it-immediately-wrapper.
25721         (feedmail-queue-express-to-queue): Add debug call.
25722         Run feedmail-queue-express-hook.
25723         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
25724         (feedmail-message-action-help-blat):
25725         Rename from feedmail-queue-send-edit-prompt-help-first.
25726         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
25727         Check line-endings.  Handle errors better.
25728         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25729         Doc fix.  Add debug call.
25730         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
25731         Use feedmail-queue-send-edit-prompt-inner.
25732         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25733         (feedmail-queue-send-edit-prompt-inner): New function, extracted
25734         from feedmail-queue-send-edit-prompt.
25735         (feedmail-queue-send-edit-prompt-help)
25736         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25737         (feedmail-tidy-up-slug): Add debug call.
25738         Respect feedmail-queue-slug-suspect-regexp.
25739         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25740         (feedmail-dump-message-to-queue): Add debug call.
25741         Expand queue-directory.
25742         (feedmail-dump-message-to-queue): Change message slightly.
25743         Use feedmail-say-chatter.
25744         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
25745         (feedmail-send-it-immediately-wrapper): New function.
25746         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
25747         Insert empty string rather than newline.  Handle full-frame case.
25748         Use catch/throw.  Use feedmail-say-chatter.
25749         (feedmail-fiddle-from): Try mail-host-address.
25750         (feedmail-default-message-id-generator): Doc fix.
25751         Bind system-time-locale.  Handle missing end.
25752         (feedmail-fiddle-x-mailer): Add debug call.
25753         Handle feedmail-x-mailer-line being nil.
25754         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25755         Add debug call.  Use buffer-substring-no-properties.
25756         (feedmail-say-debug, feedmail-say-chatter): New functions.
25757         (feedmail-find-eoh): Give an explicit error.
25759 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
25761         * net/newst-treeview.el (newsticker-treeview-face): Change default
25762         family from helvetica to sans.
25763         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25764         etc/images/newsticker.
25766         * net/newst-reader.el (newsticker-feed-face): Change default
25767         family from helvetica to sans.
25769         * net/newst-plainview.el (newsticker-new-item-face)
25770         (newsticker-old-item-face, newsticker-immortal-item-face)
25771         (newsticker-obsolete-item-face, newsticker-date-face)
25772         (newsticker-statistics-face): Change default family from
25773         helvetica to sans.
25774         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25775         etc/images/newsticker.
25777         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25778         (newsticker--process-auto-mark-filter-match): Tell user about
25779         auto-marking.
25781 2011-05-13  Didier Verna  <didier@xemacs.org>
25783         Common Lisp indentation improvements on defmethod and lambda-lists.
25784         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25785         TODO entries.
25786         (lisp-lambda-list-keyword-parameter-indentation)
25787         (lisp-lambda-list-keyword-parameter-alignment)
25788         (lisp-lambda-list-keyword-alignment): New customizable user options.
25789         (lisp-indent-defun-method): Improve docstring.
25790         (extended-loop-p): Fix comment.
25791         (lisp-indent-lambda-list-keywords-regexp): New variable.
25792         (lisp-indent-lambda-list): New function.
25793         (lisp-indent-259): Use it.
25794         (lisp-indent-defmethod): Support for more than one
25795         method qualifier and properly indent methods lambda-lists.
25796         (defgeneric): Provide a missing common-lisp-indent-function property.
25798 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25800         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25801         bounds for the empty string (bug#8667).
25803 2011-05-13  Glenn Morris  <rgm@gnu.org>
25805         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25807         * mail/sendmail.el (sendmail-program): Try executable-find first.
25808         (sendmail-send-it): `sendmail-program' cannot be unbound.
25810         * calendar/appt.el (appt-make-list): Simplify.
25811         (appt-time-msg-list): Doc fix.
25812         (appt-check): Change mode-line message at the time of the appointment.
25814 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
25816         * progmodes/ld-script.el (ld-script-keywords)
25817         (ld-script-builtins): Update keywords list.
25819 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25821         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25823         * shell.el (shell-completion-vars): New function.
25824         (shell-mode):
25825         * simple.el (read-shell-command): Use it.
25826         (blink-matching-open): No need for " [...]" in minibuffer-message.
25828 2011-05-12  Glenn Morris  <rgm@gnu.org>
25830         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25831         (appt-check): Simplify.
25833 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
25835         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25836         literal "/dev/null".
25838 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25840         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25841         Fix typo.
25843 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
25845         * progmodes/which-func.el (which-function):
25846         Use add-log-current-defun instead of add-log-current-defun-function,
25847         which might not be defined (Bug#8260).
25849 2011-05-12  Glenn Morris  <rgm@gnu.org>
25851         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25852         Let byte-compile-initial-macro-environment always take precedence.
25854 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25856         * net/rcirc.el: Add support for SSL/TLS connections.
25857         (rcirc-server-alist): New field `encryption'.
25858         (rcirc): Check `encryption' settings.
25859         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
25860         Merge make-local-variable into `set'.
25861         (rcirc--connection-open-p): New function.
25862         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25863         the process is not a network process (e.g. running gnutls-cli).
25864         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25865         Make rcirc-(en|de)code-coding-system local here.
25866         (rcirc-mode): Merge make-local-variable into `set'.
25867         (rcirc-parent-buffer): Make permanent buffer-local.
25868         (rcirc-multiline-minor-mode): Don't do it here.
25869         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25870         there's no server buffer.
25872 2011-05-11  Glenn Morris  <rgm@gnu.org>
25874         * newcomment.el (comment-kill): Prefix "unused" local.
25876         * term/w32console.el (get-screen-color): Declare.
25878         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25879         Handle symbol elements of byte-compile-initial-macro-environment.
25881 2011-05-10  Leo Liu  <sdl.web@gmail.com>
25883         * bookmark.el (bookmark-bmenu-mode-map):
25884         Bind bookmark-bmenu-search to `/'.
25886         * mail/footnote.el: Convert to utf-8 encoding.
25887         (footnote-unicode-string, footnote-unicode-regexp): New variable.
25888         (Footnote-unicode): New function.
25889         (footnote-style-alist): Add unicode style to the list.
25890         (footnote-style): Doc fix.
25892 2011-05-10  Jim Meyering  <meyering@redhat.com>
25894         Fix doubled-word typos.
25895         * international/quail.el (quail-insert-kbd-layout): and and -> and
25896         * kermit.el: and and -> and
25897         * net/ldap.el (ldap-search-internal): to to -> to
25898         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25899         * progmodes/js.el (js-mode): and and -> and
25900         * textmodes/artist.el (artist-move-to-xy): at at -> at
25901         (artist-draw-region-trim-line-endings): if if -> if
25902         And Safetyc -> Safety.
25903         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25905 2011-05-10  Glenn Morris  <rgm@gnu.org>
25906             Stefan Monnier  <monnier@iro.umontreal.ca>
25908         * files.el (hack-one-local-variable-eval-safep):
25909         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
25911 2011-05-10  Glenn Morris  <rgm@gnu.org>
25913         * calendar/diary-lib.el (diary-list-entries-hook)
25914         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25915         (diary-nongregorian-marking-hook, diary-list-entries)
25916         (diary-include-other-diary-files, diary-mark-entries)
25917         (diary-mark-included-diary-files): Doc fixes.
25919 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25921         * misc.el: Require tabulated-list.el during compilation.
25923 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25925         * progmodes/compile.el (compilation-start):
25926         Run compilation-filter-hook for the async case too.
25927         (compilation-filter-hook): Doc fix.
25929 2011-05-09  Deniz Dogan  <deniz@dogan.se>
25931         * wdired.el: Remove outdated installation comment.  Fix usage
25932         comment.
25934 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25936         * misc.el: Implement new command `list-dynamic-libraries'.
25937         (list-dynamic-libraries--loaded-only-p): New variable.
25938         (list-dynamic-libraries--refresh): New function.
25939         (list-dynamic-libraries): New command.
25941 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25943         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25944         Fix the ant regexp to handle end-line and end-column info from jikes.
25945         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
25946         higher priority to avoid clobbering by gnu.
25948 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25950         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25951         if the face has existing theme settings (Bug#8454).
25953 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
25955         * progmodes/perl-mode.el (perl-imenu-generic-expression):
25956         Only match variables declared via `my' or `our' (Bug#8261).
25958         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25959         special file names `.' and `..' (Bug#8259).
25961 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25963         * progmodes/grep.el (grep-mode-font-lock-keywords):
25964         Remove buffer-changing entries.
25965         (grep-filter): New function.
25966         (grep-mode): Add it to compilation-filter-hook.
25968         * progmodes/compile.el (compilation-filter-hook)
25969         (compilation-filter-start): New defvars.
25970         (compilation-filter): Call compilation-filter-hook prior to
25971         updating the process mark.
25973 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25975         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25977 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
25979         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25980         mailclient-send-it even if window-system is nil.  (Bug#8595)
25982         * term/w32console.el (terminal-init-w32console):
25983         Call get-screen-color and use its output to set the frame
25984         background-mode.  (Bug#8597)
25986 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25988         Make bytecomp.el understand that defmethod defines funs (bug#8631).
25989         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25990         New functions.
25991         (defgeneric, eieio--defmethod): Use them.
25992         (eieio-defgeneric): Remove.
25993         (defmethod): Call defgeneric in a way visible to the byte-compiler.
25995 2011-05-07  Glenn Morris  <rgm@gnu.org>
25997         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25998         Use let rather than let*.
25999         (timeclock-find-discrep): Remove unused local.
26001         * calendar/diary-lib.el (diary-comment-start): Doc fix.
26003         * calendar/appt.el (appt-time-msg-list): Doc fix.
26005 2011-05-06  Noah Friedman  <friedman@splode.com>
26007         * apropos.el (apropos-print-doc): Only use
26008         emacs-lisp-docstring-fill-column when it is bound to an integer,
26009         per that variable's documentation.
26011 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26013         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
26014         and warnings are not silently discarded (e.g. use -d instead of -P).
26016 2011-05-06  Glenn Morris  <rgm@gnu.org>
26018         * calendar/appt.el (appt-message-warning-time): Doc fix.
26019         (appt-warning-time-regexp): New option.
26020         (appt-make-list): Respect appt-message-warning-time.
26022         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
26023         New options.
26024         (diary-add-to-list): Strip comments from the displayed string.
26025         (diary-mode): Set comment-start and comment-end.
26027         * vc/diff-mode.el (smerge-refine-subst): Declare.
26028         (diff-refine-hunk): Don't require smerge-mode when compiling.
26030 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
26032         * simple.el (list-processes): Return nil as the docstring says.
26034 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
26036         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
26037         to "".
26038         (ange-ftp-write-region, ange-ftp-insert-file-contents)
26039         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
26040         determining of binary transfer.  (Bug#7383)
26042 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
26044         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26045         Fix port computation bug.  (Bug#8618)
26047 2011-05-05  Glenn Morris  <rgm@gnu.org>
26049         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
26051         * simple.el (shell-dynamic-complete-functions)
26052         (comint-dynamic-complete-functions): Declare.
26054         * net/network-stream.el (gnutls-negotiate):
26055         * simple.el (tabulated-list-print): Fix declarations.
26057         * progmodes/gud.el (syntax-symbol, syntax-point):
26058         Remove unnecessary and incorrect declarations.
26060         * emacs-lisp/check-declare.el (check-declare-scan):
26061         Handle byte-compile-initial-macro-environment in bytecomp.el.
26063 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26065         Fix earlier half-done eieio-defmethod change (bug#8338).
26066         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
26067         Streamline and change calling convention.
26068         (defmethod): Adjust accordingly and simplify.
26069         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
26070         new eieio--defmethod.
26071         (slot-boundp): Minor CSE simplification.
26073 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
26075         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
26076         (glasses-make-readable): Use glasses-separate-capital-groups.
26078 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
26080         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
26081         (warning-series): Doc fix.
26082         (display-warning): Don't try to create the buffer if we just found it.
26084 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
26086         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
26087         (autoload-find-generated-file): New function.
26088         (generate-file-autoloads): Bind generated-autoload-file to
26089         buffer-file-name.
26090         (update-file-autoloads, update-directory-autoloads):
26091         Use autoload-find-generated-file.  If called interactively, prompt for
26092         output file (Bug#7989).
26093         (batch-update-autoloads): Doc fix.
26095 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
26097         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
26099 2011-05-04  Glenn Morris  <rgm@gnu.org>
26101         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
26102         function, so it follows changes in calendar-date-style.
26103         (diary-fancy-date-matcher): New function.
26104         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
26105         (diary-fancy-font-lock-fontify-region-function):
26106         Use diary-fancy-date-pattern as a function.
26108         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
26109         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
26111 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
26113         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
26114         instead of positional arguments.  Allow :keylist and :crlfiles
26115         arguments.
26116         (open-gnutls-stream): Call it.
26118         * net/network-stream.el (network-stream-open-starttls): Adjust to
26119         call `gnutls-negotiate' with :process and :hostname arguments.
26121 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26123         * minibuffer.el (completion--message): New function.
26124         (completion--do-completion, minibuffer-complete)
26125         (minibuffer-force-complete, minibuffer-complete-word): Use it.
26126         (completion--do-completion): Don't ignore completion-auto-help when in
26127         icomplete-mode.
26129         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
26130         internal encoding (e.g. tibetan zero is not whitespace).
26131         (global-whitespace-mode): Prefer save-current-buffer.
26132         (whitespace-trailing-regexp): Remove useless save-match-data.
26133         (whitespace-empty-at-bob-regexp): Minor simplification.
26135 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
26137         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
26139 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
26141         * textmodes/ispell.el (ispell-add-per-file-word-list):
26142         Use `concat' to create string for insertion.
26144 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26146         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
26147         Avoid open-line which runs post-self-insert-hook.
26148         (bibtex-fill-entry): Remove unused `end' var.
26150 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
26152         * textmodes/ispell.el (ispell-add-per-file-word-list):
26153         Protect against `nil' value of `comment-start' (Bug#8579).
26155 2011-05-03  Leo Liu  <sdl.web@gmail.com>
26157         * isearch.el (isearch-yank-pop): New command.
26158         (isearch-mode-map): Bind it to `M-y'.
26159         (isearch-forward): Mention it.
26161 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26163         * simple.el (minibuffer-complete-shell-command): Remove.
26164         (minibuffer-local-shell-command-map): Use completion-at-point.
26165         (read-shell-command): Setup completion vars here instead.
26166         (read-expression-map): Bind TAB to symbol completion.
26168         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
26169         error directly rather via storing it into `results'.
26171 2011-05-02  Leo Liu  <sdl.web@gmail.com>
26173         * vc/diff.el: Fix description.
26175 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26177         * server.el (server-eval-at): New function.
26179 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26181         * net/network-stream.el (open-network-stream): Take a :nowait
26182         parameter and pass it on to `make-network-process'.
26183         (network-stream-open-plain): Ditto.
26185 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
26187         * faces.el (face-spec-set-match-display): Don't match toolkit
26188         options on terminal frames.
26190 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26192         * progmodes/pascal.el: Use lexical binding.
26193         (pascal-mode-map): Remove author preferences.
26195         * pcomplete.el (pcomplete-std-complete): Don't abuse
26196         completion-at-point.
26198 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
26200         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
26201         removing code that has been dead since 1991 or so.
26203         * startup.el (command-line): When warning about "_emacs", use a
26204         delayed warning to allow the user to filter it out.
26206 2011-04-28  Deniz Dogan  <deniz@dogan.se>
26208         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
26209         user has not joined.
26211 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26213         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
26214         aren't any completions at point.
26216 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
26218         * subr.el (display-delayed-warnings): New function.
26219         (delayed-warnings-hook): New variable.
26221 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26223         * minibuffer.el (completion-at-point, completion-help-at-point):
26224         Don't presume that a given completion-at-point-function will always
26225         use the same calling convention.
26227         * pcomplete.el (pcomplete-completions-at-point):
26228         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
26229         pcomplete-seen is non-nil.
26230         (pcomplete-comint-setup): Also recognize the new comint/shell
26231         completion functions.
26232         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26233         pcomplete-seen is non-nil.
26235 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
26237         * calendar/icalendar.el (diary-lib): Add require statement.
26238         (icalendar--create-uid): Read out a uid from a text-property on
26239         the first character in the entry.  This allows for code to add its
26240         own uid to the entry.
26241         (icalendar--convert-float-to-ical): Add export of
26242         `diary-float'-entries save for those with the optional DAY
26243         argument.
26245 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
26247         * subr.el (shell-quote-argument): Use alternate escaping strategy
26248         when we spot a variable reference in a string.
26250 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
26252         * cus-start.el (all): Define customization for debug-on-event.
26254 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
26256         * subr.el (shell-quote-argument): Escape correctly under Windows.
26258 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26260         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26262 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
26264         * net/tramp.el (tramp-process-actions): Add POS argument.
26265         Delete region between POS and (pos).
26267         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26268         Use `nil' position in `tramp-process-actions' call.
26269         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26271         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26272         position in `tramp-process-actions' call.
26274         * net/trampver.el: Update release number.
26276 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26278         * custom.el (defcustom): Obey lexical-binding.
26280         Fix octave-inf completion problems reported by Alexander Klimov.
26281         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26282         Inherit from octave-mode-syntax-table.
26283         (inferior-octave-mode): Set info-lookup-mode.
26284         (inferior-octave-completion-at-point): New function.
26285         (inferior-octave-complete): Use it and completion-in-region.
26286         (inferior-octave-dynamic-complete-functions): Use it as well, and use
26287         comint-filename-completion.
26288         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26289         symbol elements which shouldn't be word elements.
26290         (octave-font-lock-keywords, octave-beginning-of-defun)
26291         (octave-function-header-regexp): Adjust regexps accordingly.
26292         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26294 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
26296         * net/gnutls.el (gnutls-errorp): Declare before first use.
26298 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
26300         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26301         verify-error, and verify-hostname-error parameters.  Check whether
26302         default trustfile exists before going to use it.  Add missing
26303         argument to gnutls-message-maybe call.  Return value.
26304         Reported by Claudio Bley <claudio.bley@gmail.com>.
26305         (open-gnutls-stream): Add usage example.
26307         * net/network-stream.el (network-stream-open-starttls): Give host
26308         parameter to `gnutls-negotiate'.
26309         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26310         * subr.el (shell-quote-argument): Escape correctly under Windows.
26312 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
26314         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26315         Use correct match group (bug#8438).
26317 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
26319         * emacs-lisp/package.el (package-built-in-p): Fix typo.
26320         (package-menu--generate): New arg specifying packages to show.
26321         (package-menu-refresh, package-menu-execute, list-packages):
26322         Callers changed.
26323         (package-show-package-list): New function, replacing deleted
26324         package--list-packages (renamed because it is non-internal).
26326         * finder.el (finder-list-matches): Use package-show-package-list
26327         instead of deleted package--list-packages.
26329         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26330         Based on a previous implementation by Juanma Barranquero (Bug#8366).
26331         (vc-annotate-mode-map): Bind it to RET.
26333 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
26335         * progmodes/etags.el (next-file): Don't use set-buffer to change
26336         buffers (Bug#8478).
26338 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
26340         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26342         * apropos.el (apropos-label-face): Avoid variable-pitch face.
26343         (apropos-accumulator): Doc fix.
26344         (apropos-function, apropos-macro, apropos-command)
26345         (apropos-variable, apropos-face, apropos-group, apropos-widget)
26346         (apropos-plist): Add face property.
26347         (apropos-symbols-internal): Fix indentation.
26348         (apropos-print): Simplify help, and recognize apropos-multi-type.
26349         (apropos-print-doc): Use button-type-get to extract the button's
26350         face property.  Fill docstring (Bug#8352).
26352 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
26354         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26356         * play/mpuz.el (mpuz-silent): Doc fix.
26357         (mpuz-mode-map): Use mapc.
26358         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26359         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26360         Fix typos in docstrings.
26362         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26363         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26365         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26367 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
26369         * minibuffer.el (completion--do-completion): Avoid the "Next char
26370         not unique" prompt if icomplete-mode is enabled (Bug#5849).
26372         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26373         mouse-2 into unread-command-events, it is interpreted correctly.
26375         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26376         (image-toggle-display): Doc fix.
26378 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
26380         * textmodes/page.el (what-page): Use line-number-at-pos to
26381         calculate line number (Bug#6825).
26383 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
26385         * eshell/esh-mode.el (find-tag-interactive): Declare function.
26386         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26387         Pass argument NO-DEFAULT to `find-tag-interactive'.
26389 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
26391         Lexical-binding cleanup.
26393         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26394         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26395         * progmodes/ada-prj.el (ada-prj-initialize-values)
26396         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26397         (ada-prj-show-value):
26398         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26399         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26400         (antlr-invalidate-context-cache, antlr-options-menu-filter)
26401         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26402         * progmodes/bug-reference.el (bug-reference-push-button):
26403         * progmodes/fortran.el (fortran-line-length):
26404         * progmodes/glasses.el (glasses-change):
26405         * progmodes/octave-mod.el (octave-fill-paragraph):
26406         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26407         (python-pdbtrack-grub-for-buffer, python-sentinel):
26408         * progmodes/sql.el (sql-save-connection):
26409         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26410         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26411         Mark unused parameters.
26413         * progmodes/compile.el (compilation--flush-directory-cache)
26414         (compilation--flush-parse, compile-internal): Mark unused parameters.
26415         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26416         (compilation-next-error-function): Remove unused variable `timestamp'.
26418         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26419         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26421         * progmodes/dcl-mode.el (dcl-end-of-command):
26422         Remove unused variable `start'.
26423         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26424         (dcl-option-value-basic, dcl-option-value-offset)
26425         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26426         Mark unused parameters.
26427         (dcl-save-local-variable): Remove unused variable `val'.
26428         (mode): Declare.
26430         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26431         Mark unused parameters.
26432         (delphi-ignore-changes): Move before first use.
26433         (delphi-charset-token-at): Remove unused variable `start'.
26434         (delphi-else-start): Remove unused variable `if-count'.
26435         (delphi-comment-block-start, delphi-comment-block-end):
26436         Remove unused variable `kind'.
26437         (delphi-indent-line): Remove unused variable `new-point'.
26439         * progmodes/ebrowse.el (ebrowse-files-list)
26440         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26441         Mark unused parameters.  Don't quote `lambda'.
26442         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26443         Don't quote `lambda'.
26444         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26445         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26446         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26447         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26448         Use `ignore-errors'.
26449         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26450         (ebrowse-view/find-file-and-search-pattern)
26451         (ebrowse-view/find-member-declaration/definition):
26452         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26453         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26454         Rename parameter PREFIX-ARG to PREFIX.
26455         (ebrowse-tags-read-name): Remove unused variables `start' and
26456         `member-info'.
26457         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26458         to `tags-file'.
26460         * progmodes/etags.el (local-find-tag-hook): Declare.
26461         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26462         Mark unused parameters.
26464         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26465         (executable-interpret): Mark unused parameter.
26467         * progmodes/flymake.el (flymake-process-sentinel)
26468         (flymake-after-change-function)
26469         (flymake-create-temp-with-folder-structure)
26470         (flymake-get-include-dirs-dot): Mark unused parameters.
26471         (flymake-safe-delete-directory): Remove unused variable `err'.
26473         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26474         (speedbar-timer-fn, speedbar-line-text)
26475         (speedbar-change-expand-button-char, speedbar-delete-subblock)
26476         (speedbar-center-buffer-smartly): Declare functions.
26477         (gdb-find-watch-expression): Remove unused variable `array'.
26478         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26479         (gdb-starting): Mark unused parameters.
26480         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26481         (gdb-table-string): Remove unused variable `res'.
26482         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26483         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26484         (gdb-display-buffer): Remove unused variable `cur-size'.
26486         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26487         allow lexical-binding compilation.
26488         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26489         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26490         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26491         Mark unused parameters.
26492         (gud-gdb-marker-filter): Remove unused variable `match'.
26493         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26494         lambda expressions and funcall them, instead of using `fset'.
26496         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26497         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26499         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26500         variable `header-beg'; use `let'.
26502         * progmodes/icon.el (indent-icon-exp): Remove unused variables
26503         `restart', `last-sexp' and `at-do'.
26505         * progmodes/js.el (js--debug): Mark unused parameter.
26506         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26507         (js--splice-into-items): Remove unused variable `item'.
26508         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26510         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26511         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26512         (makefile-complete): Remove unused variable `try'.
26513         (makefile-fill-paragraph, makefile-match-function-end):
26514         Mark unused parameters.
26516         * progmodes/octave-inf.el (inferior-octave-complete):
26517         Remove unused variable `proc'.
26518         (inferior-octave-output-digest): Mark unused parameter.
26520         * progmodes/perl-mode.el (perl-calculate-indent):
26521         Remove unused variable `err'.
26523         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26524         (prolog-indent-line): Mark unused parameters.
26525         (prolog-indent-line): Remove unused variable `beg'.
26527         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26528         (reporter-dont-compact-list): Declare.
26530         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26531         Remove unused variable `char'.
26532         (sh-debug): Mark unused parameter.
26533         (sh-get-indent-info): Remove unused variable `start'.
26534         (sh-calculate-indent): Remove unused variable `var'.
26536         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26537         (simula-electric-keyword): Remove unused variable `null'.
26538         (simula-search-backward, simula-search-forward): Remove unused
26539         variables `begin' and `end'.
26541         * progmodes/vera-mode.el (vera-guess-basic-syntax):
26542         Remove unused variable `pos'.
26543         (vera-electric-tab, vera-comment-uncomment-region):
26544         Mark unused parameters.
26545         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26547 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
26549         * emacs-lisp/package.el (package--builtins, package-alist)
26550         (package-load-descriptor, package-built-in-p, package-activate)
26551         (define-package, package-installed-p)
26552         (package-compute-transaction, package-buffer-info)
26553         (package--push): Doc fix.  Distinguish more clearly between
26554         version strings and version lists.
26556 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
26558         Lexical-binding cleanup.
26560         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26561         (5x5-make-mutate-best):
26562         * play/fortune.el (fortune-in-buffer):
26563         * play/gomoku.el (gomoku-init-display):
26564         * play/solitaire.el (solitaire, solitaire-do-check):
26565         * play/tetris.el (tetris-default-update-speed-function):
26566         Mark unused parameters.
26568         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26569         (bubbles--shift): Remove unused variable `char-org'.
26570         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
26571         (bubbles--show-images): Remove unused variable `char'.
26573         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26574         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26575         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26576         (decipher-analyze-buffer): Use ?\s.
26577         (decipher-make-checkpoint): Remove unused variable `mapping'.
26579         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26581         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26582         Remove unused variable `result'; use `let'.
26584         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26585         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26586         (gametree-children-shown-p, gametree-compute-reduced-score):
26587         Use `ignore-errors'.
26589         * play/handwrite.el (ps-lpr-switches): Declare.
26590         (handwrite): Remove unused variables `pmin' and `lastp'.
26592         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26594         * play/landmark.el (landmark-init-display)
26595         (landmark-update-naught-weights): Mark unused parameters.
26596         (landmark-y): Remove unused variable `noise'.  Simplify.
26597         (landmark-human-plays): Remove unused variable `score'.
26599         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26600         (mpuz-try-proposal): Remove unused variable `game'.
26602         * play/zone.el (life-patterns): Declare.
26604 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
26606         * vc/vc.el (ediff-vc-internal): Declare function.
26608 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26610         * shell.el: Use lexical-binding and std completion UI.
26611         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26612         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26613         comint-preoutput-filter-functions rather than on
26614         comint-output-filter-functions.
26615         (shell-command-completion, shell--command-completion-data)
26616         (shell-filename-completion, shell-environment-variable-completion)
26617         (shell-c-a-p-replace-by-expanded-directory): New functions.
26618         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26619         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26620         (shell-dynamic-complete-environment-variable): Use them.
26621         (shell-dynamic-complete-as-environment-variable)
26622         (shell-dynamic-complete-as-command): Remove.
26623         (shell-match-partial-variable): Match past point.
26624         * comint.el: Clean up use of completion-at-point-functions.
26625         (comint-completion-at-point): New function.
26626         (comint-mode): Use it completion-at-point-functions.
26627         (comint-dynamic-complete): Make it obsolete.
26628         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26629         (comint-c-a-p-replace-by-expanded-history): New function.
26630         (comint-dynamic-complete-functions)
26631         (comint-replace-by-expanded-history): Use it.
26632         * minibuffer.el (completion-table-with-terminator): Allow dynamic
26633         termination strings.  Try harder to avoid second try-completion.
26634         (completion-in-region-mode-map): Disable bindings that don't work yet.
26636         * comint.el: Use lexical-binding.  Require CL.
26637         (comint-dynamic-complete-functions): Use comint-filename-completion.
26638         (comint-completion-addsuffix): Tweak custom type.
26639         (comint-filename-completion, comint--common-suffix)
26640         (comint--common-quoted-suffix, comint--table-subvert)
26641         (comint--complete-file-name-data): New functions.
26642         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26643         (comint-dynamic-list-filename-completions): Use them.
26644         (comint-dynamic-simple-complete): Make obsolete.
26646         * minibuffer.el (completion-in-region-mode):
26647         Keep completion-in-region-mode--predicate global.
26648         (completion-in-region--postch):
26649         Assume completion-in-region-mode--predicate is not null.
26651         * progmodes/flymake.el (flymake-start-syntax-check-process):
26652         Obey `dir'.  Simplify.
26654         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26655         we're in VC after all.
26657 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
26659         * vc/vc.el (vc-diff-build-argument-list-internal)
26660         (vc-version-ediff, vc-ediff): New commands.
26661         (vc-version-diff): Use vc-diff-build-argument-list-internal.
26663 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26665         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26666         add sanity check.
26668         * obsolete/erc-hecomplete.el: Make obsolete.
26669         * obsolete/: Standardize obsolescence info in the header.
26671 2011-04-20  Glenn Morris  <rgm@gnu.org>
26673         * calendar/solar.el (solar-horizontal-coordinates):
26674         Use the longitude argument rather than `calendar-longitude'.
26675         (solar-date-next-longitude): Remove unused locals.
26677 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26679         * whitespace.el: New version 13.2.1.
26681 2011-04-20  felix  <EmacsWiki>  (tiny change)
26683         * whitespace.el (global-whitespace-mode): Keep highlight when
26684         switching between major modes on a file.
26686 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26688         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26689         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26690         multi-line comments as well.
26692 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
26694         Lexical-binding cleanup.
26696         * arc-mode.el (archive-mode-revert):
26697         * cmuscheme.el (scheme-interactively-start-process):
26698         * custom.el (custom-initialize-delay):
26699         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26700         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26701         * emacs-lock.el (emacs-lock-clear-sentinel):
26702         * ezimage.el (defezimage):
26703         * follow.el (follow-avoid-tail-recenter):
26704         * fringe.el (set-fringe-mode-1):
26705         * generic-x.el (bat-generic-mode-compile):
26706         * help-mode.el (help-info-variable, help-do-xref)
26707         (help-mode-revert-buffer):
26708         * help.el (view-emacs-todo):
26709         * iswitchb.el (iswitchb-completion-help):
26710         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26711         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26712         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26713         * locate.el (locate-update):
26714         * longlines.el (longlines-encode-region)
26715         (longlines-after-change-function):
26716         * outline.el (outline-isearch-open-invisible):
26717         * ps-def.el (declare-function, charset-dimension, char-width)
26718         (encode-char):
26719         * ps-mule.el (ps-mule-plot-string):
26720         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26721         (recentf-edit-list-select, recentf-edit-list-validate)
26722         (recentf-open-files-action):
26723         * rect.el (delete-whitespace-rectangle-line)
26724         (rectangle-number-line-callback):
26725         * register.el (window-configuration-to-register)
26726         (frame-configuration-to-register):
26727         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26728         * select.el (xselect-convert-to-string, xselect-convert-to-length)
26729         (xselect-convert-to-targets, xselect-convert-to-delete)
26730         (xselect-convert-to-filename, xselect-convert-to-charpos)
26731         (xselect-convert-to-lineno, xselect-convert-to-colno)
26732         (xselect-convert-to-os, xselect-convert-to-host)
26733         (xselect-convert-to-user, xselect-convert-to-class)
26734         (xselect-convert-to-name, xselect-convert-to-integer)
26735         (xselect-convert-to-atom, xselect-convert-to-identity):
26736         * subr.el (declare, ignore, process-kill-without-query)
26737         (text-clone-maintain):
26738         * terminal.el (te-get-char, te-tic-sentinel):
26739         * tool-bar.el (tool-bar-make-keymap):
26740         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26741         * type-break.el (type-break-mode, type-break-noninteractive-query):
26742         * view.el (View-back-to-mark):
26743         * wid-browse.el (widget-browse-action, widget-browse-widget)
26744         (widget-browse-widgets, widget-browse-sexp):
26745         * widget.el (define-widget-keywords):
26746         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26747         Mark unused parameters.
26749         * align.el (align-adjust-col-for-rule): Mark unused parameter.
26750         (align-areas): Remove unused variable `look'.
26751         (align-region): Remove unused variables `real-end' and `pos-list'.
26753         * apropos.el (apropos-score-doc): Remove unused variable `i'.
26755         * bindings.el (mode-line-modified, mode-line-remote):
26756         Mark unused parameters.
26757         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26759         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26760         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26762         * comint.el (comint-history-isearch-pop-state)
26763         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26764         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26765         (comint-substitute-in-file-name): Doc fix.
26767         * completion.el (cmpl-statistics-block): Mark unused parameter.
26768         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26769         (save-completions-to-file, load-completions-from-file):
26770         Remove unused local variable `e'.
26772         * composite.el (compose-chars): Remove unused variable `len'.
26773         (lgstring-insert-glyph): Remove unused variable `g'.
26774         (compose-glyph-string): Remove unused variables `ascent',
26775         `descent', `lbearing' and `rbearing'.
26776         (compose-glyph-string-relative): Remove unused variables
26777         `lbearing', `rbearing' and `wadjust'.
26778         (compose-gstring-for-graphic): Remove unused variables `header',
26779         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
26780         (compose-gstring-for-terminal): Remove unused variables `header'
26781         and `nchars'.  Use `let', not `let*'.
26783         * cus-edit.el (Custom-set, Custom-save, custom-reset)
26784         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26785         (Custom-buffer-done, custom-buffer-create-internal)
26786         (custom-browse-visibility-action, custom-browse-group-tag-action)
26787         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26788         (widget-magic-mouse-down-action, custom-toggle-parent)
26789         (custom-add-parent-links, custom-toggle-hide-variable)
26790         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26791         (custom-toggle-hide-face, face, hook, custom-group-link-action)
26792         (custom-face-menu-create, custom-variable-menu-create, get)
26793         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26794         (custom-reset-standard-save-and-update): Remove unused variable `value'.
26795         (customize-apropos): Remove unused variable `tests'.
26796         (custom-group-value-create): Remove unused variable `hidden-p'.
26797         (sort-fold-case): Declare.
26799         * cus-theme.el (custom-reset-standard-faces-list)
26800         (custom-reset-standard-variables-list): Declare.
26801         (customize-create-theme, custom-theme-revert, custom-theme-write)
26802         (custom-theme-choose-mode, customize-themes, custom-theme-save):
26803         Mark unused parameters.
26805         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26807         * delim-col.el (delimit-columns-max): Move defvar before first use.
26809         * descr-text.el (describe-char-categories): Don't quote `lambda'.
26810         (describe-char): Don't quote `lambda'.  Mark unused parameter.
26812         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26813         (auto-insert): Declare.
26814         (desktop-restore-file-buffer): Rename desktop-* parameters;
26815         mark unused ones.
26816         (desktop-create-buffer): Rename desktop-* parameters and bind them.
26817         (desktop-buffer): Rename desktop-* parameters.
26819         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26820         (dframe-reposition-frame-xemacs, dframe-help-echo)
26821         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26822         Mark unused parameters.
26824         * dired-aux.el (backup-extract-version-start, overwrite-query)
26825         (overwrite-backup-query, rename-regexp-query)
26826         (rename-non-directory-query): Declare.
26827         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26828         (dired-add-entry): Remove unused variable `orig-file-name'.
26829         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26830         Use parameter PRESERVE-TIME instead of accessing dynamic variable
26831         `dired-copy-preserve-time' directly.
26832         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26833         (dired-insert-subdir-newpos): Rename unused variable `pos'.
26835         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26836         (dired-virtual-revert, dired-make-relative-symlink):
26837         Mark unused parameters.
26838         (manual-program): Declare.
26839         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26840         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26841         wrapped in `with-no-warnings' to avoid replacing one warning by another.
26843         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26845         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26847         * echistory.el (electric-history-in-progress, Helper-return-blurb):
26848         Declare.
26850         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26852         * electric.el (Electric-command-loop): Rename parameter
26853         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26855         * expand.el (expand-in-literal): Remove unused variable `here'.
26857         * facemenu.el (facemenu-add-new-color):
26858         Remove unused variable `docstring'.
26860         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26861         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26862         (face-attr-construct): Mark unused parameter.  Doc fix.
26863         (read-color): Remove unused variable `hex-string'.
26865         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26866         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26867         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26868         (display-buffer-other-frame): Remove unused variable `old-window'.
26869         (kill-buffer-hook): Declare.
26870         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26871         Mark unused parameters.
26872         (after-find-file): Pass 1 to `auto-save-mode', not t.
26874         * files-x.el (auto-insert): Declare.
26875         (modify-file-local-variable-prop-line): Remove unused variable `val'.
26877         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26878         variable `buf'.  Mark unused parameter.
26879         (find-lisp-insert-directory): Mark unused parameter.
26881         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26882         (format-encode-region): Remove unused variables `cur-buf' and `result'.
26883         (format-common-tail): Remove, unused.
26884         (format-deannotate-region): Remove unused variable `loc'.
26885         (format-annotate-region): Remove unused variable `p'.
26886         (format-annotate-single-property-change): Remove unused variables
26887         `default' and `tail'.
26889         * forms.el (read-file-filter): Declare.
26890         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26892         * frame.el (frame-creation-function-alist): Mark unused parameter.
26893         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26895         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26896         Remove unused parameters.
26897         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26898         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26900         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26901         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26902         (hfy-prepare-tag-map): Mark unused parameters.
26903         (htmlfontify-buffer): Use `called-interactively-p'.
26905         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26906         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26907         (ibuffer-do-occur): Mark unused parameters.
26908         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26909         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26911         * ibuffer.el: Don't quote `lambda'.
26912         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26913         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26914         Mark unused parameters.
26916         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26917         (ido-completing-read): Mark unused parameters.
26918         (ido-copy-current-word): Mark unused parameters;
26919         remove unused variable `name'.
26920         (ido-sort-merged-list): Remove unused parameter `dirs'.
26922         * ielm.el (ielm-input-sender): Mark unused parameter.
26923         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26924         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26925         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26926         `ielm-string' as a dynamic variable accessible from the IELM prompt.
26927         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
26929         * image-dired.el (image-dired-display-thumbs): Remove unused
26930         variables `curr-file' and `count'.
26931         (image-dired-remove-tag): Remove unused variable `start'.
26932         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26933         variable `curr-file'
26934         (image-dired-rotate-original): Remove unused variable `temp-file'.
26935         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26936         Remove unused variable `file'.
26937         (image-dired-gallery-generate): Remove unused variable `curr'.
26938         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26940         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26942         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26944         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26946         * isearch.el (minibuffer-history-symbol): Declare.
26947         (isearch-edit-string): Remove unused variable `err'.
26948         (isearch-message-prefix, isearch-message-suffix):
26949         Mark unused parameters.
26951         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26953         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26955         * makesum.el (double-column): Remove unused variable `cnt'.
26957         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26958         (ido-ignore-item-temp-list): Declare.
26960         * mouse-drag.el (mouse-drag-throw): Remove unused variables
26961         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26962         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26963         (mouse-drag-drag): Remove unused variables `mouse-delta' and
26964         `mouse-col-delta'.
26966         * mouse-sel.el (mouse-extend-internal):
26967         Remove unused variable `orig-window-frame'.
26969         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26970         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26971         Move declarations before first use.
26972         (pcomplete-opt): Mark unused parameters; doc fix.
26974         * proced.el (proced-revert): Mark unused parameter.
26975         (proced-send-signal): Remove unused variable `err'.
26977         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26978         Rename parameter PREFIX-ARG to ARG.
26979         (ps-basic-plot-string, ps-basic-plot-whitespace):
26980         Mark unused parameters.
26982         * replace.el (replace-count): Define.
26983         (occur-revert-function): Mark unused parameters.
26984         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26985         (isearch-case-fold-search, isearch-string): Declare.
26986         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26987         bind `case-fold-search'.  Remove unused variables `beg' and `end',
26988         and simplify.
26989         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26990         COUNT and bind `replace-count'.
26991         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26992         to COUNT.
26994         * savehist.el (print-readably, print-string-length): Declare.
26996         * shadowfile.el (shadow-expand-cluster-in-file-name):
26997         Remove unused variable `cluster'.
26998         (shadow-copy-file): Remove unused variable `i'.
26999         (shadow-noquery, shadow-clusters, shadow-site-cluster)
27000         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
27001         (shadow-define-literal-group, shadow-define-regexp-group)
27002         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
27004         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
27005         (shell): Use `called-interactively-p'.
27006         (shell-directory-tracker): Remove unused variable `chdir-failure'.
27008         * simple.el (compilation-context-lines, comint-file-name-quote-list)
27009         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
27010         (delete-backward-char): Remove unused variable `ocol'.
27011         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
27012         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
27013         (event-apply-hyper-modifier, event-apply-shift-modifier)
27014         (event-apply-control-modifier, event-apply-meta-modifier):
27015         Mark unused parameters.
27016         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
27017         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
27019         * speedbar.el (speedbar-ignored-directory-expressions)
27020         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
27021         (speedbar-find-file, speedbar-dir-follow)
27022         (speedbar-directory-buttons-follow, speedbar-tag-find)
27023         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
27024         (speedbar-buffers-line-directory, speedbar-buffer-click):
27025         Mark unused parameters.
27026         (speedbar-tag-file): Remove unused variable `mode'.
27027         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
27029         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
27031         * talk.el (talk): Remove unused variable `display'.
27033         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
27034         (tar-write-region-annotate): Mark unused parameter.
27036         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
27037         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
27038         Declare them, wrapped in `with-no-warnings' to avoid replacing one
27039         warning by another.
27041         * time-stamp.el (time-stamp-string-preprocess):
27042         Remove unused variable `require-padding'.
27044         * tree-widget.el (widget-glyph-enable): Declare.
27045         (tree-widget-action): Mark unused parameter.
27047         * w32-fns.el (x-get-selection): Mark unused parameter.
27048         (autoload-make-program, generated-autoload-file): Declare.
27050         * wdired.el (wdired-revert): Mark unused parameters.
27051         (wdired-xcase-word): Remove unused variable `err'.
27053         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
27054         (whitespace-help-scroll): Remove unused variable `data-help'.
27056         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
27057         (widget-image-insert, widget-after-change, default)
27058         (widget-default-format-handler, widget-default-notify)
27059         (widget-default-prompt-value, widget-info-link-action)
27060         (widget-url-link-action, widget-function-link-action)
27061         (widget-variable-link-action, widget-file-link-action)
27062         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
27063         (widget-field-prompt-internal, widget-field-action, widget-field-match)
27064         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
27065         (widget-insert-button-action, widget-delete-button-action, visibility)
27066         (widget-documentation-link-action, widget-documentation-string-action)
27067         (widget-const-prompt-value, widget-regexp-match, symbol)
27068         (widget-coding-system-prompt-value)
27069         (widget-key-sequence-value-to-external, sexp)
27070         (widget-sexp-value-to-internal, character, vector, cons)
27071         (widget-choice-prompt-value, widget-boolean-prompt-value)
27072         (widget-color--choose-action): Mark unused parameters.
27073         (widget-item-match-inline, widget-choice-match-inline)
27074         (widget-checklist-match, widget-checklist-match-inline)
27075         (widget-group-match): Rename parameter VALUES to VALS.
27076         (widget-field-value-set): Remove unused variable `size'.
27077         (widget-color-action): Remove unused variables `value' and `start'.
27079         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
27080         variable `dir'.  Doc fix.
27081         (windmove-find-other-window): Don't pass it.
27083         * window.el (count-windows): Mark unused parameter.
27084         (bw-adjust-window): Remove unused variable `err'.
27086         * woman.el (woman-file-name): Remove unused variable `default'.
27087         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
27088         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
27089         (global-font-lock-mode): Declare.
27090         (woman-decode-region): Mark unused parameter.
27091         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
27093         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
27094         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
27095         (x-dnd-handle-moz-url): Remove unused variable `title'.
27096         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
27098         * xml.el (xml-parse-tag, xml-parse-attlist):
27099         Remove unused variable `pos'.
27101 2011-04-19  Glenn Morris  <rgm@gnu.org>
27103         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
27104         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27105         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
27106         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
27107         * calendar/cal-html.el (cal-html-insert-minical):
27108         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
27109         (calendar-mark-date-pattern):
27110         Prefix "unused" locals.
27112         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
27113         optional argument `style'.
27115         * calendar/appt.el (appt-make-list):
27116         * calendar/cal-china.el (calendar-chinese-date-string):
27117         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
27118         (diary-hebrew-yahrzeit):
27119         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
27120         * calendar/calendar.el (calendar-generate-window):
27121         * calendar/time-date.el (time-to-days):
27122         Remove unused local variables.
27124 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
27126         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
27127         glyphless-char-display table.
27128         (tabulated-list-glyphless-char-display): New var.
27130 2011-04-18  Sam Steingold  <sds@gnu.org>
27132         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
27133         to acknowledgments.
27135 2011-04-17  Glenn Morris  <rgm@gnu.org>
27137         * calendar/diary-lib.el (diary-sexp-entry):
27138         * calendar/holidays.el (holiday-sexp):
27139         Set debug-on-error rather than the removed stack-trace-on-error.
27141 2011-04-16  Glenn Morris  <rgm@gnu.org>
27143         * progmodes/f90.el: Use lexical-binding.
27144         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
27146 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27148         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
27149         (mail-mode): Setup mailalias completion here instead.
27150         * mail/mailalias.el: Use lexical-binding.
27151         (pattern, mailalias-done): Declare dynamic.
27152         (mail-completion-at-point-function): New function, from mail-complete.
27153         (mail-complete): Use it.
27154         (mail-completion-expand): New function.
27155         (mail-get-names): Use it.
27156         (mail-directory, mail-directory-process, mail-directory-stream):
27157         Don't use `pattern' for lexically bound arg.
27159         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
27161         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
27162         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
27163         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
27165         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
27166         (byte-save-window-excursion, byte-temp-output-buffer-setup)
27167         (byte-interactive-p): Define them again, for use when inlining
27168         old code.
27170 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
27172         * loadup.el: Use `string-to-number', not `string-to-int'.
27174 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27176         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
27177         gud-gdb-complete-command.
27178         (gud-gdb-completions): New function, from gud-gdb-complete-command.
27179         (gud-gdb-completion-at-point): New function.
27180         (gud-gdb-completions): Remove.
27182 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
27184         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
27185         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
27186         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
27187         whether `executable-find' is bound.
27189         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
27191 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27193         * minibuffer.el (completion-in-region-mode-predicate)
27194         (completion-in-region-mode--predicate): New vars.
27195         (completion-in-region, completion-in-region--postch)
27196         (completion-in-region-mode): Use them.
27197         (completion--capf-wrapper): Also return the hook function.
27198         (completion-at-point, completion-help-at-point):
27199         Adjust and provide a predicate.
27201         Preserve arg names for advice of subr and lexical functions (bug#8457).
27202         * help-fns.el (help-function-arglist): Consolidate the subr and
27203         new-byte-code cases.  Add argument `preserve-names' to extract names
27204         from the docstring when needed.
27205         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
27206         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
27207         (ad-arglist): Use help-function-arglist's new arg.
27208         (ad-definition-type): Use cond.
27210 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
27212         * autorevert.el (auto-revert-handler):
27213         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
27214         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
27215         Don't quote lambda.
27217         * image-mode.el (image-transform-set-scale):
27218         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
27220 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27222         * net/network-stream.el (network-stream-open-starttls): Only do
27223         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27224         Upgrades via gnutls-cli are too slow to be done opportunistically.
27226 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
27228         * dframe.el (dframe-current-frame): Remove spurious quote.
27230 2011-04-12  Glenn Morris  <rgm@gnu.org>
27232         * calendar/cal-tex.el (cal-tex-end-document):
27233         Try to automatically use latin1 input if needed.
27235         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27236         Don't try to cons a mark onto an empty element.
27238 2011-04-11  Leo Liu  <sdl.web@gmail.com>
27240         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27241         buffers.
27242         (ido-kill-buffer-at-head): Support killing virtual buffers.
27244 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
27246         * minibuffer.el (completion-show-inline-help): New var.
27247         (completion--do-completion, minibuffer-complete)
27248         (minibuffer-force-complete, minibuffer-complete-word):
27249         Inhibit minibuffer messages if completion-show-inline-help is nil.
27251         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27252         to avoid interference from inline help (Bug#5849).
27254 2011-04-10  Leo Liu  <sdl.web@gmail.com>
27256         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27257         Fix typo.
27259 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
27261         * image-mode.el (image-toggle-display-image): Signal an error if
27262         not in Image mode.
27263         (image-transform-mode, image-transform-resize)
27264         (image-transform-set-rotation): Doc fix.
27265         (image-transform-set-resize): Delete.
27266         (image-transform-set-scale, image-transform-fit-to-height)
27267         (image-transform-fit-to-width): Handle image-toggle-display-image
27268         and image-transform-resize directly.
27270 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
27272         * doc-view.el (doc-view-fit-width-to-window)
27273         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27274         New functions for fitting the shown image to the Emacs window size.
27275         (doc-view-mode-map): Add bindings for the new functions.
27277 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
27279         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27280         Fix typo in docstring.
27282 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
27284         * files.el (file-size-human-readable): Produce one digit after
27285         decimal, like "ls -lh" does.
27287         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27288         the file size representation.
27290         * simple.el (list-processes): If async subprocesses are not
27291         available, error out with a clear error message.
27293 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
27295         * help.el (help-form-show): New function, to be called from C.
27296         Put help-form output in a buffer named differently than *Help*.
27298 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
27300         * files.el (file-size-human-readable): New function.
27302         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27303         computing the representation inline.  Don't require `cl'.
27305 2011-04-08  Glenn Morris  <rgm@gnu.org>
27307         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27309         * net/browse-url.el (browse-url-firefox):
27310         Test system-type, not system-configuration.
27312         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27313         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27314         Use log-edit-empty-buffer-p.  (Bug#7598)
27316         * net/rlogin.el (rlogin-process-connection-type): Simplify.
27317         (rlogin-mode-map): Initialize in the defvar.
27318         (rlogin): Use ignore-errors.
27320         * replace.el (occur-mode-map): Some fixes for menu items.
27322 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
27324         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
27326 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
27328         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27329         issuing unused warnings.
27331         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27332         macro directly.
27334         * simple.el: Lisp reimplement of list-processes.  Based on an
27335         earlier reimplementation by Leo Liu, but using tabulated-list.el.
27336         (process-menu-mode): New major mode.
27337         (list-processes--refresh, list-processes):
27338         (process-menu-visit-buffer): New functions.
27340         * files.el (save-buffers-kill-emacs): Don't assume any return
27341         value of list-processes, which is undocumented anyway.
27343 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
27345         * emacs-lisp/tabulated-list.el: New file.
27347         * emacs-lisp/package.el: Use Tabulated List mode.
27348         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27349         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
27350         table format using Tabulated List mode variables.
27351         (package--push): New macro, replacing package-list-maybe-add.
27352         (package-menu--generate): Use package--push.  Renamed from
27353         package--generate-package-list.
27354         (package-menu-refresh, list-packages): Use it.
27355         (package-menu--print-info): Rename from package-print-package.
27356         Return insertion data instead of inserting it directly.
27357         (package-menu-describe-package, package-menu-execute):
27358         Use tabulated-list-get-id.
27359         (package-menu-mark-delete, package-menu-mark-install)
27360         (package-menu-mark-unmark, package-menu-backup-unmark)
27361         (package-menu-mark-obsolete-for-deletion):
27362         Use tabulated-list-put-tag.
27363         (package--list-packages, package-menu-revert)
27364         (package-menu-get-package, package-menu-get-version)
27365         (package-menu-sort-by-column): Functions deleted.
27366         (package-menu-package-list, package-menu-sort-key): Vars deleted.
27367         (package-menu--status-predicate, package-menu--version-predicate)
27368         (package-menu--name-predicate)
27369         (package-menu--description-predicate): Handle arguments in the
27370         Tabulated List format.
27371         (package-list-packages-no-fetch): Call list-packages.
27373 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
27375         * files.el (after-find-file-from-revert-buffer): Remove variable.
27376         (after-find-file): Don't bind it.
27377         (revert-buffer-in-progress-p): New variable.
27378         (revert-buffer): Bind it.
27379         Pass nil for `after-find-file-from-revert-buffer'.
27381         * saveplace.el (save-place-find-file-hook): Use new variable
27382         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27384 2011-04-06  Glenn Morris  <rgm@gnu.org>
27386         * Makefile.in (AUTOGEN_VCS): New variable.
27387         (autoloads): Use $AUTOGEN_VCS.
27389         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27390         * calendar/calendar.el (calendar-mode-map):
27391         Check for toolkit scroll bars.  (Bug#8305)
27393 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
27395         * minibuffer.el (completion-in-region--postch)
27396         (completion-in-region-mode): Remove unnecessary messages.
27398 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
27400         * font-lock.el (font-lock-refresh-defaults):
27401         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27402         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27404         * info.el (Info-directory-list, Info-read-node-name-2)
27405         (Info-split-parameter-string): Doc fixes.
27406         (Info-virtual-nodes): Reflow docstring.
27407         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27408         (Info-apropos-toc-nodes, info-finder, Info-get-token)
27409         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27410         Fix typos in docstrings.
27411         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27412         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27413         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27414         (Info-restore-desktop-buffer): Mark unused parameters.
27415         (Info-directory-find-file, Info-directory-find-node)
27416         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27417         (Info-virtual-index-find-node, Info-apropos-find-file)
27418         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27419         Mark unused parameters; fix typos in docstrings.
27420         (Info-virtual-index): Remove unused local variable `nodename'.
27422 2011-04-05  Deniz Dogan  <deniz@dogan.se>
27424         * net/rcirc.el: Update my e-mail address.
27425         (rcirc-mode-map): Remove M-o binding.
27427 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
27429         * startup.el (command-line): Save the cursor's theme-face
27430         directly, instead of using face-override-spec.
27432         * custom.el (load-theme): Minor optimization in assigning faces.
27434 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
27436         * help-fns.el (describe-variable): Complete all variables having
27437         documentation, including keywords.
27438         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27440 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
27442         Convert to lexical-binding.
27444         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27445         (bs--get-marked-string, bs--get-modified-string)
27446         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27447         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27448         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27450         * ehelp.el (electric-help-execute-extended)
27451         (electric-help-ctrl-x-prefix):
27452         * hexl.el (hexl-revert-buffer-function):
27453         * linum.el (linum-after-change, linum-after-scroll):
27454         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27456         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27458 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
27460         * epa-dired.el:
27461         * epa-mail.el:
27462         * epa-hook.el:
27463         * epa-file.el:
27464         * epa.el:
27465         * epg.el: Use lexical binding.
27467 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
27469         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27471         * textmodes/flyspell.el (flyspell-word): Recognize default
27472         dictionary case for flyspell-mark-duplications-exceptions.
27473         Use regexp matching for languages.
27474         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27475         default dictionary (Bug#7926).
27477 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
27479         * emacs-lisp/package.el (package--with-work-buffer):
27480         Recognize https URLs.
27482         * net/network-stream.el: Move from gnus/proto-stream.el.
27483         Change prefix to network-stream throughout.
27484         (open-protocol-stream): Merge into open-network-stream, leaving
27485         open-protocol-stream as an alias.  Handle nil BUFFER args.
27487         * subr.el (open-network-stream): Move to net/network-stream.el.
27489 2011-04-02  Glenn Morris  <rgm@gnu.org>
27491         * find-dired.el (find-exec-terminator): New option.
27492         (find-ls-option): Test for -ls support.
27493         (find-ls-subdir-switches): Test for -b in find-ls-option.
27494         (find-dired, find-grep-dired): Doc fixes.
27495         (find-dired): Use find-exec-terminator.
27497         * find-dired.el (find-ls-option, find-ls-subdir-switches)
27498         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27499         (find-name-arg): Remove purecopy.
27501         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27502         (grep-compute-defaults): Check for `-exec COMMAND +' support.
27503         Set grep-find-use-xargs, grep-find-command, and grep-find-template
27504         accordingly.  Don't add the null-device if not needed.
27506         * files.el (save-some-buffers): Doc fix.
27508 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
27510         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27512 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
27514         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27515         Use `dolist' rather than `mapcar'.
27517 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27519         Add lexical binding.
27521         * subr.el (apply-partially): Use new closures rather than CL.
27522         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27523         (dolist, dotimes): Use slightly different expansion for lexical code.
27524         (functionp): Move to C.
27525         (letrec): New macro.
27526         (with-wrapper-hook): Use it and apply-partially instead of CL.
27527         (eval-after-load): Preserve lexical-binding.
27528         (save-window-excursion, with-output-to-temp-buffer): Turn them
27529         into macros.
27531         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27533         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27534         than the arglist.
27535         (help-add-fundoc-usage): Don't add `Not documented'.
27536         (help-function-arglist): Handle closures, subroutines, and new
27537         byte-code-functions.
27538         (help-make-usage): Remove leading underscores.
27539         (describe-function-1): Handle closures.
27540         (describe-variable): Use special-variable-p for completion.
27542         * files.el (lexical-binding): Declare safe.
27544         * emacs-lisp/pcase.el: Don't use destructuring-bind.
27545         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
27546         (pcase): Add `let' pattern.
27547         Change memoization so it actually works.
27548         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27549         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27550         <let>: New case.
27552         * emacs-lisp/macroexp.el: Use lexical binding.
27553         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
27554         Don't convert ' to #' without checking that it's indeed quoting
27555         a lambda.
27557         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27558         Use eval-sexp-add-defvars.
27559         (eval-sexp-add-defvars): New fun.
27561         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27563         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27564         Don't autoload.
27565         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27566         than the internal `byte-compile-lambda'.
27567         (defmethod): Don't hide code under quotes.
27568         (eieio-defmethod): New `code' argument.
27570         * emacs-lisp/eieio-comp.el: Remove.
27572         * emacs-lisp/edebug.el (edebug-eval-defun)
27573         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27574         (edebug-toggle): Avoid `eval'.
27576         * emacs-lisp/disass.el (disassemble-internal): Handle new
27577         `closure' objects.
27578         (disassemble-1): Handle new byte codes.
27580         * emacs-lisp/cl.el (pushnew): Silence warning.
27582         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27583         (cl-byte-compile-throw): Remove.
27584         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27586         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27587         closures.
27589         * emacs-lisp/cconv.el: New file.
27591         * emacs-lisp/bytecomp.el: Use lexical binding instead of
27592         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
27593         (byte-compile-initial-macro-environment):
27594         Handle declare-function here.
27595         (byte-compile--lexical-environment): New var.
27596         (byte-stack-ref, byte-stack-set, byte-discardN)
27597         (byte-discardN-preserve-tos): New lap codes.
27598         (byte-interactive-p): Don't use any more.
27599         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27600         New macros.
27601         (byte-compile-lapcode): Use them and handle new lap codes.
27602         (byte-compile-obsolete): Remove.
27603         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27604         (byte-compile-arglist-warn): Check late def of inlinable funs.
27605         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27606         since they should have been expanded by now.
27607         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27608         (byte-compile-from-buffer): Remove unused second arg.
27609         (byte-compile-preprocess): New function.
27610         (byte-compile-toplevel-file-form): New function to distinguish
27611         file-form calls from outside from file-form calls from hunk-handlers.
27612         (byte-compile-file-form): Simplify.
27613         (byte-compile-file-form-defsubst): Remove.
27614         (byte-compile-file-form-defmumble): Simplify now that
27615         byte-compile-lambda always returns a byte-code-function.
27616         (byte-compile): Preprocess.
27617         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27618         Remove, not used any more.
27619         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27620         (byte-compile-make-args-desc): New funs.
27621         (byte-compile-lambda): Handle lexical functions.  Always return
27622         a byte-code-function.
27623         (byte-compile-reserved-constants): New var, to make up room for
27624         closed-over variables.
27625         (byte-compile-constants-vector): Obey it.
27626         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27627         (byte-compile-macroexpand-declare-function): New function.
27628         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27629         byte-code-functions.
27630         (byte-compile-form): Check obsolescence here.
27631         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27632         (byte-compile-variable-ref): Remove.
27633         (byte-compile-dynamic-variable-op): New fun.
27634         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27635         (byte-compile-variable-set): New funs.
27636         (byte-compile-discard): Add 2 args.
27637         (byte-compile-stack-ref, byte-compile-stack-set)
27638         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27639         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27640         macroexpand-all instead.
27641         (byte-compile-quote-form): Remove.
27642         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27643         (byte-compile-bind, byte-compile-unbind): New funs.
27644         (byte-compile-let): Handle let* and lexical binding.
27645         (byte-compile-let*): Remove.
27646         (byte-compile-catch, byte-compile-unwind-protect)
27647         (byte-compile-track-mouse, byte-compile-condition-case):
27648         Handle a new :fun-body form, used for lexical scoping.
27649         (byte-compile-save-window-excursion)
27650         (byte-compile-with-output-to-temp-buffer): Remove.
27651         (byte-compile-defun): Simplify.
27652         (byte-compile-stack-adjustment): New fun.
27653         (byte-compile-out): Use it.
27654         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27656         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27657         handler any more.
27659         * emacs-lisp/byte-opt.el: Use lexical binding.
27660         (byte-inline-lapcode): Remove (to bytecomp).
27661         (byte-compile-inline-expand): Pay attention to inlining to/from
27662         lexically bound code.
27663         (byte-compile-unfold-lambda): Don't handle byte-code-functions
27664         any more.
27665         (byte-optimize-form-code-walker): Don't handle save-window-excursion
27666         any more and don't call compiler-macros.
27667         (byte-compile-splice-in-already-compiled-code): Remove.
27668         (byte-code): Don't inline any more.
27669         (disassemble-offset): Receive `bytes' as argument rather than via
27670         dynamic scoping.
27671         (byte-compile-tag-number): Declare before first use.
27672         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27673         `return' even if make-spliceable.
27674         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27675         obsolete interactive-p.
27676         (byte-optimize-lapcode): Optimize new lap-codes.
27677         Don't trip up on new form of `byte-constant' lap code.
27679         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27681         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27683         * custom.el (custom-initialize-default, custom-declare-variable):
27684         Use `defvar'.
27686         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27687         New variables.
27688         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27689         (COMPILE_FIRST): Add macroexp and cconv.
27690         * makefile.w32-in: Mirror changes in Makefile.in.
27692         * vc/cvs-status.el:
27693         * vc/diff-mode.el:
27694         * vc/log-edit.el:
27695         * vc/log-view.el:
27696         * vc/smerge-mode.el:
27697         * textmodes/bibtex-style.el:
27698         * textmodes/css-mode.el:
27699         * startup.el:
27700         * uniquify.el:
27701         * minibuffer.el:
27702         * newcomment.el:
27703         * reveal.el:
27704         * server.el:
27705         * mpc.el:
27706         * emacs-lisp/smie.el:
27707         * doc-view.el:
27708         * dired.el:
27709         * abbrev.el: Use lexical binding.
27711 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
27713         * info.el (info-display-manual): New function.
27715 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27717         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27719 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
27721         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27722         an entry for that server in rcirc-authinfo.  (Bug#8385)
27724 2011-03-31  Glenn Morris  <rgm@gnu.org>
27726         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27728         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27730 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
27732         * progmodes/python.el (python-default-interpreter)
27733         (python-python-command-args, python-jython-command-args)
27734         (python-which-shell, python-which-args, python-which-bufname)
27735         (python-file-queue, python-comint-output-filter-function)
27736         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27737         variables and functions.
27739 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27741         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27742         (completion-in-region-mode): New minor mode.
27743         (completion-in-region): Use it.
27744         (completion-in-region--data, completion-in-region-mode-map): New vars.
27745         (completion-in-region--postch): New function.
27746         (completion--capf-misbehave-funs, completion--capf-safe-funs):
27747         New vars.
27748         (completion--capf-wrapper): New function.
27749         (completion-at-point): Use it to track well-behavedness of
27750         hook functions.
27751         (completion-help-at-point): New command.
27753 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
27755         * vc/add-log.el (add-change-log-entry): Don't use whitespace
27756         syntax class to search for whitespace on a single line
27757         (Message-ID: <4D938140.4030905@redhat.com>).
27759 2011-03-30  Leo Liu  <sdl.web@gmail.com>
27761         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27762         New commands.
27763         (edit-abbrevs-map): Bind them here.
27764         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
27766 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
27768         * allout.el (allout-hide-by-annotation, allout-flag-region):
27769         Reduce possibility of overlay leakage by making them volatile.
27771         * allout-widgets.el (allout-widgets-tally): Define as nil so the
27772         hash is not shared between buffers.  Mode initialization is
27773         responsible for giving it a useful starting value.
27774         (allout-item-span): Reduce possibility of overlay leakage by
27775         making them volatile.
27776         (allout-widgets-count-buttons-in-region): Add diagnostic function
27777         for tracking down button overlay leaks.
27779 2011-03-29  Leo Liu  <sdl.web@gmail.com>
27781         * ido.el (ido-read-internal): Use the default history var
27782         minibuffer-history if no HISTORY is specified.
27784 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
27786         * net/imap.el (imap-shell-open, imap-process-connection-type):
27787         Use imap-process-connection-type for 'shell' streams as well as
27788         Kerberos, SSL, other subprocesses.
27790 2011-03-28  Leo Liu  <sdl.web@gmail.com>
27792         * abbrev.el (abbrev-table-empty-p): New function.
27793         (prepare-abbrev-list-buffer): Place empty abbrev tables after
27794         nonempty ones.  (Bug#5937)
27796 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
27798         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27800 2011-03-27  Leo Liu  <sdl.web@gmail.com>
27802         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27803         for foreground and background colors.
27804         (ansi-color-make-color-map): Adapt.
27806 2011-03-25  Leo Liu  <sdl.web@gmail.com>
27808         * midnight.el (midnight-time-float): Remove.  Note it calculates
27809         the microsecond component incorrectly and seconds-to-time does the
27810         same job.
27811         Remove redundant (require 'timer).
27813         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27814         (ido-completions): Remove unused arguments.  (Bug#8329)
27816 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27818         * minibuffer.el (completion--flush-all-sorted-completions):
27819         Remove itself from hook.
27820         (completion-at-point): Let the functions perform the completion
27821         immediately and return nil or t.
27822         * comint.el (comint-dynamic-complete-functions): Now identical to
27823         completion-at-point-functions.
27824         (comint-dynamic-list-input-ring): Remove unused var `index'.
27825         (comint--match-partial-filename, comint--unquote&expand-filename):
27826         New funs, split from comint-match-partial-filename.
27827         (comint-dynamic-complete): Use completion-at-point.
27828         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27830 2011-03-24  Drew Adams  <drew.adams@oracle.com>
27832         * thingatpt.el: Support `defun'.
27834 2011-03-23  Leo Liu  <sdl.web@gmail.com>
27836         * abbrevlist.el: Move to obsolete/abbrevlist.el.
27838         * help-mode.el (help-mode-finish): Tweak regexp.
27840 2011-03-23  Glenn Morris  <rgm@gnu.org>
27842         * eshell/esh-opt.el (eshell-eval-using-options):
27843         Do not bind unused local variable `eshell-option-stub'.
27845         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27847 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27849         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27850         keymap variable in `with-no-warnings' to avoid a warning when the
27851         keymap has been already `defconst'ed.
27853 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27855         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27856         encode all chars in abbrevs; otherwise use emacs-mule or
27857         utf-8-emacs.  (Bug#8308)
27859 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27861         * simple.el (backward-delete-char-untabify):
27862         Avoid warning about using `delete-backward-char'.
27864         * image.el (image-type-file-name-regexps): Make it variable.
27865         `imagemagick-register-types' modifies it, and the user may want
27866         to add new extensions for known image types.
27867         (imagemagick-register-types): Throw error if not using ImageMagick.
27869 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27871         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27872         located before rcirc-prompt-end-marker.
27873         (rcirc-complete): Error if point is not after rcirc prompt.
27874         Handle the case when table is nil.
27875         (rcirc-user-authenticated): Define to fix compiler warning.
27877 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
27879         * custom.el (custom--inhibit-theme-enable): Make it affect only
27880         custom-theme-set-variables and custom-theme-set-faces.
27881         (provide-theme): Ignore custom--inhibit-theme-enable.
27882         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27883         (custom-enabling-themes): Delete variable.
27884         (enable-theme): Accept only loaded themes as arguments.
27885         Ignore the special custom-enabled-themes variable.
27886         (custom-enabled-themes): Forbid themes from setting this.
27887         Eliminate use of custom-enabling-themes.
27888         (custom-push-theme): Quote "changed" custom var entry.
27890 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27892         * ido.el (ido-read-internal): Add ido-selected to history instead
27893         of user input.
27895 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27897         * subr.el (deferred-action-list, deferred-action-function):
27898         Mark obsolete.
27900 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27902         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27903         change on 2011-02-13 (bug#8309).
27905         * minibuffer.el (read-file-name-function): Change default value.
27906         (read-file-name--defaults): Rename from read-file-name-defaults.
27907         (read-file-name-default): Rename from read-file-name.
27908         (read-file-name): Call read-file-name-function.
27910 2011-03-21  Glenn Morris  <rgm@gnu.org>
27912         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27913         Doc fixes.
27915 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
27917         * cus-theme.el: Add missing provide statement.
27918         (customize-create-theme): Extract theme value correctly.
27919         (custom-theme-visit-theme): Autoload.
27920         (customize-create-theme): Prompt before inserting default faces.
27922 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
27924         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27925         units and musical notes.
27927 2011-03-20  Leo Liu  <sdl.web@gmail.com>
27929         * ido.el (ido-read-internal): Use completing-read-default.
27930         (ido-completing-read): Fix compatibility with completing-read.
27932 2011-03-20  Christian Ohler  <ohler@gnu.org>
27934         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27935         (ert-delete-all-tests): Use `called-interactively-p' rather than
27936         `interactive-p'.
27937         (ert--make-xrefs-region): Respect END.
27939 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27941         * dired-aux.el (dired-create-directory): Signal an error if the
27942         directory already exists (Bug#8246).
27944         * facemenu.el (list-colors-display): Call list-faces-display
27945         inside with-help-window.
27946         (list-colors-print): Use display property to align the final
27947         column, instead of checking window-width.
27949 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
27951         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27952         windows-nt systems.
27953         (emerge-protect-metachars): Quote correctly for ms-dos and
27954         windows-nt systems.
27956 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
27958         * info.el (info-initialize): Replace all uses of `:' with
27959         path-separator for compatibility with non-Unix systems.
27960         Cache quoting of path-separator.  (Bug#8258)
27962 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
27964         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27965         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27966         (mouse-avoidance-mode): Fix typos in docstrings.
27968 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27970         * startup.el (package-subdirectory-regexp): Move from package.el.
27971         Omit \\` and \\', and let callers add them.
27973         * emacs-lisp/package.el (package-strip-version)
27974         (package-load-all-descriptors): Add \\` and \\' to
27975         package-subdirectory-regexp before using it.
27976         (package-untar-buffer): New arg DIR; ensure that file untars only
27977         into this expected directory.  Remove superfluous delete-region.
27978         (package-unpack): Caller changed.
27979         (package-tar-file-info): Use package-subdirectory-regexp.
27981 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27983         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27984         diff-mode-shared-map (bug#8284).
27985         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27987 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27989         * calendar/time-date.el (format-seconds): Use assoc instead of
27990         assoc-string, since assoc-string doesn't exist in XEmacs.
27992 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
27994         * custom.el (custom-known-themes): Reflow docstring.
27995         (custom-theme-load-path): Fix typo in docstring.
27996         (load-theme): Fix typo in error message.
27997         (custom-available-themes, custom-variable-theme-value):
27998         Use `let', not `let*'.
28000 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
28002         * calc/README: Mention inclusion of musical notes.
28004         * calc/calc-units.el (calc-lu-quant): Rename from
28005         `calc-logunits-quantity'.
28006         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
28007         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
28008         (calc-db): Rename from `calc-dblevel'.
28009         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
28010         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
28011         (calc-np): Rename from `calc-nplevel'.
28012         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
28013         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
28014         (calc-lu-plus): Rename from `calc-logunits-add'.
28015         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
28016         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
28017         (calc-lu-minus): Rename from `calc-logunits-sub'.
28018         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
28019         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
28020         (calc-lu-times): Rename from `calc-logunits-mul'.
28021         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
28022         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
28023         (calc-lu-divide): Rename from `calc-logunits-div'.
28024         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
28025         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
28027         * calc/calc-ext.el (calc-init-extensions): Update the names of the
28028         functions being autoloaded.
28030         * calc/calc.el (calc-lu-power-reference): Rename from
28031         `calc-logunits-power-reference'.
28032         (calc-lu-field-reference): Rename from
28033         `calc-logunits-field-reference'.
28035         * calc/calc-help.el (calc-l-prefix-help):
28036         Mention musical note functions.
28038 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
28040         * minibuffer.el (completion-all-sorted-completions):
28041         Use :completion-cycle-penalty text property if present.
28043 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
28045         * allout.el (allout-yank-processing): Adjust for new rebulleting
28046         regime so bullet being yanked is used without prompting the user
28047         for a choice.
28049 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
28051         * startup.el (command-line): Warn the user that _emacs is deprecated.
28053 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
28055         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
28056         (delphi-verbose, delphi-comment-face, delphi-string-face)
28057         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
28058         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
28059         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
28060         (delphi-new-comment-line, delphi-font-lock-defaults)
28061         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
28062         Fix typos in docstrings.
28064 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
28066         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
28067         Invert the roles of character and string values for INSTEAD, so a
28068         string is used for the more common case of a defaulting prompt.
28070 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28072         * progmodes/ruby-mode.el (ruby-backward-sexp):
28073         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
28074         * play/gamegrid.el (gamegrid-make-face):
28075         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
28076         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
28077         * notifications.el (notifications-notify):
28078         * net/xesam.el (xesam-search-engines):
28079         * net/quickurl.el (quickurl-list-insert):
28080         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
28082 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
28084         * startup.el (command-line): Update package subdirectory regexp.
28086 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28088         * allout.el (allout-abbreviate-flattened-numbering)
28089         (allout-mode-deactivate-hook): Fix up obsolescence "date".
28091         * subr.el (read-char-choice): Only show the cursor after the prompt,
28092         not after the answer.
28094 2011-03-15  Kevin Ryde  <user42@zip.com.au>
28096         * help-fns.el (variable-at-point): Skip leading quotes, if any
28097         (bug#8253).
28099 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28101         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
28102         warning message.
28104 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
28106         * shell.el (shell): When called interactively, offer to change the
28107         shell file name on remote hosts.
28109 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
28111         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
28112         integration for LDAP parameters.  The host, base, user or binddn,
28113         and secret tokens can be specified in a netrc file, for instance.
28114         This is optional because an `auth-source' parameter must be
28115         specified in the search attributes.
28117 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
28119         * help.el (describe-mode): Link to the mode's definition (bug#8185).
28121 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28123         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
28124         into declaration.  Remove redundant and harmful binding.
28126 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
28128         * files.el (file-ownership-preserved-p): Pass `integer' as an
28129         explicit 2nd argument to `file-attributes'.  If the file's owner
28130         is the Administrators group on Windows, and the current user is
28131         Administrator, consider that a match.
28133         * server.el (server-ensure-safe-dir): Consider server directory
28134         safe on MS-Windows if its owner is the Administrators group while
28135         the current Emacs user is Administrator.  Use `=' to compare
28136         numerical UIDs, since they could be integers or floats.
28138 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
28140         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
28142 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
28144         Sync with Tramp 2.2.1.
28146         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
28148         * net/trampver.el: Update release number.
28150 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28152         * progmodes/compile.el (compilation--previous-directory): Fix up
28153         various nil/dead-marker mismatches (bug#8014).
28154         (compilation-directory-properties, compilation-error-properties):
28155         Don't call it at a position past the one we're about to change.
28157         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
28158         Disable obsolescence warnings in the file that declares it.
28160 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
28162         * allout-widgets.el (allout-widgets-tally):
28163         Initialize allout-widgets-tally as a hash table rather than nil to
28164         prevent mode-line redisplay warnings.  Also, clarify the module
28165         description and fix a comment typo.
28167 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
28169         * help-fns.el (describe-variable): Don't complete keywords.
28170         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
28172 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
28174         * emacs-lisp/package.el (package-version-join): Impose a standard
28175         string representation for pre/alpha/beta version lists.
28176         (package-unpack-single): Standardize the directory name by passing
28177         it through package-version-join.
28178         (package-strip-rcs-id): Accept any version string that does not
28179         signal an error in version-to-list.
28181 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
28183         * simple.el (delete-trailing-whitespace): Return nil for the
28184         benefit of `write-file-functions'.
28186 2011-03-10  Glenn Morris  <rgm@gnu.org>
28188         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
28190         * vc/vc-git.el (vc-git-program): New option.
28191         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
28192         (vc-git--call): Use it.
28194         * eshell/esh-util.el (eshell-condition-case): Doc fix.
28196         * cus-edit.el (Custom-newline): If no button at point, look
28197         for a subgroup button at start-of-line.  (Bug#2298)
28199         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
28201 2011-03-10  Julien Danjou  <julien@danjou.info>
28203         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
28204         `cursor-type' is nil.
28206 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
28208         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
28210 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
28212         * allout.el: Change so yank of distinctive-bullet items
28213         preserves the existing header prefix, rebulleting it if necessary,
28214         rather than replacing it.  This is necessary for proper operation
28215         of cooperative addons like allout-widgets.
28216         (allout-make-topic-prefix, allout-rebullet-heading):
28217         Change SOLICIT arg to INSTEAD, and interpret additionally a string
28218         value as alternate bullet to be used, instead of prompting the user
28219         for a bullet character.
28221 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
28223         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28224         Do not use `tramp-file-name-port', because this returns also
28225         `tramp-default-port'.
28227 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
28229         * net/rcirc.el (rcirc-handler-001): Remove useless
28230         with-rcirc-process-buffer.
28231         (rcirc-check-auth-status): Swap arguments to string-match.
28233 2011-03-09  Glenn Morris  <rgm@gnu.org>
28235         * shell.el (shell-mode):
28236         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
28238         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28239         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
28241 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
28243         * emacs-lisp/package.el (package-refresh-contents)
28244         (package-menu-execute): Use condition-case-no-debug.
28246 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
28248         * simple.el (shell-command-to-string): Use `process-file'.
28250         * emacs-lisp/package.el (package-tar-file-info): Handle also
28251         remote files.
28253         * emacs-lisp/package-x.el (package-upload-buffer-internal):
28254         Use `equal' for upload base check.
28256 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
28258         * textmodes/texinfo.el (texinfo-environments):
28259         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
28261 2011-03-08  Glenn Morris  <rgm@gnu.org>
28263         * cus-start.el (cursor-in-non-selected-windows):
28264         Fix :set quoting oddness.  (Bug#8192)
28266         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28267         in some setf expressions.  (Bug#2159)
28269 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
28271         * custom.el (custom-available-themes): Return themes in
28272         alphabetical order.
28274 See ChangeLog.15 for earlier changes.
28276 ;; Local Variables:
28277 ;; coding: utf-8
28278 ;; End:
28280   Copyright (C) 2011-2013 Free Software Foundation, Inc.
28282   This file is part of GNU Emacs.
28284   GNU Emacs is free software: you can redistribute it and/or modify
28285   it under the terms of the GNU General Public License as published by
28286   the Free Software Foundation, either version 3 of the License, or
28287   (at your option) any later version.
28289   GNU Emacs is distributed in the hope that it will be useful,
28290   but WITHOUT ANY WARRANTY; without even the implied warranty of
28291   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28292   GNU General Public License for more details.
28294   You should have received a copy of the GNU General Public License
28295   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.