Change term.el to use font-lock.
[emacs.git] / lisp / ChangeLog
blobcb11ea132db8923a37ae0b52750841ca21095420
1 2012-06-20  Chong Yidong  <cyd@gnu.org>
3         * term.el (term-window-width): Handle the case of a missing right
4         fringe (Bug#8837).
5         (term-check-size): Use window-text-height (Bug#5445).
6         (term-mode): Use define-derived-mode.  Minor cleanups.  Set
7         font-lock-defaults (Bug#7692).
8         (term-move-columns, term-insert-char, term-emulate-terminal)
9         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
13         * net/ange-ftp.el (ange-ftp-get-passwd): Bind
14         `enable-recursive-minibuffers'.
15         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
17 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
19         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
21 2012-06-19  Glenn Morris  <rgm@gnu.org>
23         * progmodes/python.el (python-mode): Derive from prog-mode.
25 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
27         * emulation/edt.el (edt-default-menu-bar-update-buffers)
28         (edt-user-menu-bar-update-buffers): New functions.
29         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
31 2012-06-19  Chong Yidong  <cyd@gnu.org>
33         * subr.el (with-selected-window): Preserve the selected window's
34         terminal's top-frame (Bug#4702).
36         * window.el (save-selected-window): Likewise.
38 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
40         * progmodes/python.el (python-rx-constituents): Move backquote.
41         (python-skeleton-define, python-define-auxiliary-skeleton):
42         Use `declare'.
44 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
46         * minibuffer.el (read-file-name-default): Revert the patch from
47         2012-06-17.
49 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
52         (pcase--u1, pcase--q1): Don't use apply-partially.
54 2012-06-18  Glenn Morris  <rgm@gnu.org>
56         * progmodes/python.el (python-proc, python-buffer)
57         (python-send-receive, python-send-string): Fix obsolete versions.
59 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
61         * window.el (special-display-p): Completely remove stringp
62         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
64 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
66         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
68         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
70         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
71         * net/tramp-sh.el (tramp-maybe-open-connection):
72         Throw if `non-essential' is non-nil.
74 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
76         * window.el (special-display-p): Signal an error if BUFFER-NAME
77         is not a string (Bug#11713).
79 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
81         * progmodes/python.el (python-info-beginning-of-backslash):
82         Rename from python-info-beginning-of-backlash, as a spelling fix.
84 2012-06-17  Chong Yidong  <cyd@gnu.org>
86         * term.el (term-emulate-terminal): If term-check-size is called,
87         move point to the process mark without resetting point (Bug#4635).
89 2012-06-17  Glenn Morris  <rgm@gnu.org>
91         * international/mule-cmds.el (mule-menu-keymap)
92         (set-language-environment, set-locale-environment): Doc tweaks.
94 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
96         * cus-face.el (custom-face-attributes): Add wave-style underline
97         attribute.
98         * faces.el (set-face-attribute): Update docstring to describe
99         wave-style underline attribute.
101 2012-06-16  Chong Yidong  <cyd@gnu.org>
103         * term/xterm.el (terminal-init-xterm): Discard input before
104         querying background mode (Bug#10959).
106 2012-06-16  Stefan Merten  <smerten@oekonux.de>
108         * textmodes/rst.el: Added and corrected some comments.
109         (rst-re-alist-def): Improve symbol syntax.
110         (rst-mode-syntax-table): Correct syntax entries.
111         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
112         (rst-official-version, rst-official-cvs-rev): Update version
113         information.
115 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
117         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
118         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
120 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
122         * progmodes/python.el: New python.el merge.
123         (python-guess-indent): Obsolete var.
124         (python-indent-guess-indent-offset): New defcustom.
125         (python-indent): Obsolete var.
126         (python-indent-offset): New defcustom.
127         (python-python-command, python-jython-command): Delete var.
128         (python-shell-interpreter): New defcustom.
129         (python-pdbtrack-do-tracking-p): Delete var.
130         (python-pdbtrack-activate): New defcustom.
131         (python-use-skeletons): Obsolete var.
132         (python-skeleton-autoinsert): New defcustom.
133         (inferior-python-filter-regexp, python-continuation-offset)
134         (python-honour-comment-indentation, python-indent-string-contents)
135         (python-jython-packages, python-mode-hook)
136         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
137         (python-shell-prompt-alist)
138         (python-source-modes): Delete defcustoms.
139         (python-check-buffer-name, python-eldoc-setup-code)
140         (python-eldoc-string-code, python-ffap-setup-code)
141         (python-ffap-string-code, python-fill-comment-function)
142         (python-fill-decorator-function, python-fill-paren-function)
143         (python-fill-string-function, python-imenu-include-defun-type)
144         (python-imenu-make-tree, python-imenu-subtree-root-label)
145         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
146         (python-shell-compilation-regexp-alist)
147         (python-shell-completion-module-string-code)
148         (python-shell-completion-pdb-string-code)
149         (python-shell-completion-setup-code)
150         (python-shell-completion-string-code)
151         (python-shell-enable-font-lock, python-shell-exec-path)
152         (python-shell-extra-pythonpaths)
153         (python-shell-internal-buffer-name, python-shell-interpreter-args)
154         (python-shell-process-environment)
155         (python-shell-prompt-block-regexp)
156         (python-shell-prompt-output-regexp)
157         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
158         (python-shell-send-setup-max-wait, python-shell-setup-codes)
159         (python-shell-virtualenv-path): New defcustoms.
160         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
161         (inferior-python-mode-syntax-table, python--prompt-regexp)
162         (python-buffer, python-command python-python-command)
163         (python-default-template, python-imports, python-indent-index)
164         (python-indent-list, python-indent-list-length)
165         (python-mode-running, python-pdbtrack-is-tracking-p)
166         (python-preoutput-continuation, python-preoutput-leftover)
167         (python-preoutput-result, python-preoutput-skip-next-prompt)
168         (python-prev-dir/file, python-recursing)
169         (python-saved-check-command, python-version-checked)
170         (python-which-func-length-limit)
171         (view-return-to-alist): Delete vars.
172         (python-check-custom-command, python-dotty-syntax-table)
173         (python-imenu-index-alist, python-indent-current-level)
174         (python-indent-dedenters, python-indent-levels)
175         (python-nav-beginning-of-defun-regexp)
176         (python-nav-list-defun-positions-cache)
177         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
178         (python-shell-internal-buffer)
179         (python-skeleton-available): New vars.
180         (def-python-skeleton): Delete macro.
181         (python-skeleton-define): New macro.
182         (python-define-auxiliary-skeleton, python-rx): New macros.
183         (python-insert-class): Delete command.
184         (python-skeleton-class): New command.
185         (python-insert-def): Delete command.
186         (python-skeleton-def): New command.
187         (python-insert-for): Delete command.
188         (python-skeleton-for): New command.
189         (python-insert-if): Delete command.
190         (python-skeleton-if): New command.
191         (python-insert-try/except, python-insert-try/finally): Delete commands.
192         (python-skeleton-try): New command.
193         (python-insert-while): Delete command.
194         (python-skeleton-while): New command.
195         (python-backspace): Delete command.
196         (python-indent-dedent-line-backspace): New command.
197         (python-electric-colon): Delete command.
198         (python-indent-electric-colon): New command.
199         (python-guess-indent): Delete command.
200         (python-indent-guess-indent-offset): New command.
201         (python-shift-left): Delete command.
202         (python-indent-shift-left): New command.
203         (python-shift-right): Delete command.
204         (python-indent-shift-right): New command.
205         (python-find-function): Delete command.
206         (python-nav-jump-to-defun): New command.
207         (python-next-statement): Delete command.
208         (python-nav-forward-sentence): New command.
209         (python-previous-statement): Delete command.
210         (python-nav-backward-sentence): New command.
211         (python-fill-paragraph): Delete command.
212         (python-fill-paragraph-function): New command.
213         (python-send-buffer): Delete command.
214         (python-shell-send-buffer): New command.
215         (python-send-defun): Delete command.
216         (python-shell-send-defun): New command.
217         (python-send-region, python-send-region-and-go): Delete commands.
218         (python-shell-send-region)
219         (python-shell-switch-to-shell): New commands.
220         (python-send-string): Delete command.
221         (python-shell-send-string): New command.
222         (python-switch-to-python): Delete command.
223         (python-shell-switch-to-shell): New command.
224         (python-describe-symbol): Delete command.
225         (python-eldoc-at-point): New command.
226         (python--set-prompt-regexp, python-args-to-list)
227         (python-after-info-look, python-check-version)
228         (python-check-comint-prompt, python-find-imports)
229         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
230         (python-unload-function, python-expand-template)
231         (python-maybe-jython, python-preoutput-filter)
232         (python-pdbtrack-get-source-buffer)
233         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
234         (python-pdbtrack-toggle-stack-tracking)
235         (python-pdbtrack-track-stack-file, python-initial-text)
236         (python-first-word, python-comment-line-p, python-send-command)
237         (python-setup-brm, python-sentinel, python-set-proc)
238         (python-skip-out, python-input-filter, python-outdent-p)
239         (python-outline-level, python-backslash-continuation-line-p)
240         (python-end-of-block, python-end-of-statement, python-mark-block)
241         (python-beginning-of-block, python-beginning-of-statement)
242         (python-blank-line-p, python-beginning-of-string)
243         (python-open-block-statement-p): Delete functions.
244         (python-indent-line, python-indent-line-1): Delete functions.
245         (python-indent-line): New function.
246         (python-indentation-levels): Delete function.
247         (python-indent-calculate-levels): New function.
248         (python-proc): Delete function.
249         (python-shell-get-process): New function.
250         (python-send-receive): Delete function.
251         (python-shell-send-string-no-output): New function.
252         (python-module-path): Delete function.
253         (python-ffap-module-path): New function.
254         (python-completion-at-point)
255         (python-symbol-completions): Delete functions.
256         (python-completion-complete-at-point): New function.
257         (python-load-file): Delete function.
258         (python-shell-send-file): New function.
259         (python-calculate-indentation): Delete function.
260         (python-indent-calculate-indentation): New function.
261         (python-skip-comments/blanks): Delete function.
262         (python-util-forward-comment): New function.
263         (python-continuation-line-p): Delete function.
264         (python-info-continuation-line-p): New function.
265         (python-which-func, python-current-defun): Delete function.
266         (python-info-current-defun): New function.
267         (python-beginning-of-defun): Delete function.
268         (python-nav-beginning-of-defun): New function.
269         (python-close-block-statement-p)
270         (python-block-end-p): Delete function.
271         (python-info-closing-block): New function.
272         (python-comint-output-filter-function)
273         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
274         (python-fill-comment, python-fill-decorator, python-fill-paren)
275         (python-fill-string, python-imenu-make-element-tree)
276         (python-imenu-make-tree, python-imenu-tree-assoc)
277         (python-indent-context, python-indent-dedent-line)
278         (python-indent-line-function)
279         (python-indent-post-self-insert-function)
280         (python-indent-toggle-levels)
281         (python-info-assignment-continuation-line-p)
282         (python-info-beginning-of-backlash)
283         (python-info-block-continuation-line-p)
284         (python-info-closing-block-message)
285         (python-info-line-ends-backslash-p)
286         (python-info-looking-at-beginning-of-defun)
287         (python-info-ppss-context, python-info-ppss-context-type)
288         (python-nav-list-defun-positions, python-nav-read-defun)
289         (python-nav-sentence-end, python-nav-sentence-start)
290         (python-pdbtrack-comint-output-filter-function)
291         (python-pdbtrack-set-tracked-buffer)
292         (python-shell-calculate-exec-path)
293         (python-shell-calculate-process-environment)
294         (python-shell-completion--do-completion-at-point)
295         (python-shell-completion--get-completions)
296         (python-shell-completion-complete-at-point)
297         (python-shell-completion-complete-or-indent)
298         (python-shell-get-or-create-process)
299         (python-shell-get-process-name)
300         (python-shell-internal-get-or-create-process)
301         (python-shell-internal-get-process-name)
302         (python-shell-internal-send-string, python-shell-make-comint)
303         (python-shell-parse-command, python-shell-send-setup-code)
304         (python-skeleton-add-menu-items)
305         (python-util-clone-local-variables, python-util-position)
306         (run-python-internal, python-indentation-levels)
307         (python-nav-beginning-of-defun)
308         (python-completion-complete-at-point): New functions.
309         (run-python): Change arguments.  New API requirements.
311 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
313         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
314         (bug#11649).
316         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
317         (macroexp--expand-all): Use it.
319         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
320         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
321         Use `cl-function' instead.
323 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
325         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
326         Suggested by Stefan Monnier while discussing bug#11657.
328 2012-06-14  Sam Steingold  <sds@gnu.org>
330         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
332 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
334         * play/doctor.el (doctor-doc): Remove parameter and use
335         doctor-sent instead of sent.
336         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
338 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * files.el: Require cl-lib.
341         (file-name-non-special): Replace case -> cl-case.
343         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
345         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
346         mapping from #' to function*.
348 2012-06-13  Chong Yidong  <cyd@gnu.org>
350         * mouse.el (mouse-drag-track): Do not set the mark if the user
351         releases the mouse without selecting anything (Bug#11588).
353 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
356         as well (bug#11646).
358         * loadup.el: Count byte-code functions as well.
360         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
361         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
363         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
364         (bug#11649).  Add cl-defun and cl-defmacro.
366 2012-06-13  Drew Adams  <drew.adams@oracle.com>
368         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
369         Fix last change.
371 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
373         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
374         Otherwise, it blocks in batch mode.
376 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
378         * help-mode.el (bookmark-make-record-default): Declare.
380 2012-06-13  Chong Yidong  <cyd@gnu.org>
382         * emacs-lisp/package.el (list-packages): Compute a list of
383         packages that are newly-available since the last list-packages
384         invocation.
385         (package-menu--new-package-list): New var.
386         (package-menu--generate, package-menu--print-info)
387         (package-menu--status-predicate, package-menu-mark-install):
388         Handle new status label "new".
390 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
393         conversion to backquotes.
395 2012-06-12  Chong Yidong  <cyd@gnu.org>
397         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
398         Rename from gud-inhibit-global-bindings.
400         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
402         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
403         hook from nxml-glyph-set-hook.
405         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
406         declaration.
408         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
410         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
411         Convert to defcustom.
413 2012-06-12  Drew Adams  <drew.adams@oracle.com>
415         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
416         New functions.
417         (help-mode): Use them.
419 2012-06-11  Glenn Morris  <rgm@gnu.org>
421         * progmodes/fortran.el (fortran-font-lock-keywords-3):
422         Use preprocessor face for directives.
423         (fortran-directive-re): Doc fix.
425 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
428         conversion to backquotes (bug#11652).
430         Fix compiler-expansion of CL's cXXr functions (bug#11673).
431         * emacs-lisp/cl-lib.el (cl--defalias): New function.
432         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
433         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
434         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
435         (cl-ninth, cl-tenth): Mark them as inlinable.
436         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
437         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
438         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
439         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
440         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
441         (cl-list*, cl-adjoin): Don't put an autoload manually.
442         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
443         (cl--compiler-macro-list*): Add autoload cookie.
444         (cl--compiler-macro-cXXr): New function.
446         * help-fns.el (help-fns--compiler-macro): New function extracted from
447         describe-function-1; follow aliases and use `compiler-macro' property.
448         (describe-function-1): Use it.
450 2012-06-11  Chong Yidong  <cyd@gnu.org>
452         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
453         is uninstalled, if imagemagick is installed.
455 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * emacs-lisp/cl-lib.el: Use lexical-binding.
458         (cl-map-extents, cl-maclisp-member): Remove.
459         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
460         (cl--set-substring, cl--block-wrapper, cl--block-throw)
461         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
462         * emacs-lisp/cl-extra.el: Use lexical-binding.
463         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
464         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
465         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
466         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
467         * emacs-lisp/cl-seq.el: Use lexical-binding.
468         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
469         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
470         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
471         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
472         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
473         CL's internals.
475 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
477         Sync with Tramp 2.2.6-pre.
479         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
480         `print-length' and `print-level' to nil, in order to avoid
481         truncation.  Reported by Christopher Schmidt
482         <christopher@ristopher.com>.
484         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
486         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
487         New defmacro.
488         (tramp-compat-copy-directory): Add optional argument
489         COPY-CONTENTS.  It is not handled yet.
491         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
492         (tramp-ftp-file-name-p): Simplify.
494         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
495         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
496         connection vector.
498         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
499         (tramp-methods): Do not use `tramp-password-end-of-line'.
500         (tramp-completion-function-alist-putty): Handle UNIX case.
501         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
502         (tramp-do-file-attributes-with-stat)
503         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
504         gid as real numbers.  They could run out of integer range on cygwin.
505         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
506         (tramp-sh-handle-expand-file-name): Handle hops.
507         (tramp-open-connection-setup-interactive-shell):
508         Use `tramp-cleanup'.  Move check for busyboxes ...
509         (tramp-find-shell): ... here.  Simplify implementation.
510         Set "remote-shell" property also for alternative shells.
511         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
512         If failing, a regular file would be written otherwise.
513         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
514         (tramp-find-inline-encoding): Cache the coding commands in the
515         process cache.  Apply test command on the remote side, if defined.
516         (tramp-find-inline-compress): Cache the compress commands in the
517         process cache.
518         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
519         when requested.  Handle hops.
520         (tramp-current-connection): New defvar.
521         (tramp-maybe-open-connection): Use `tramp-cleanup'.
522         Throw `suppress', if there was a failed connection shortly before.
523         Handle user interrupt.  (Bug#10187)
524         (tramp-get-inline-compress, tramp-get-inline-coding):
525         Read connection properties from the process cache.
527         * net/tramp-smb.el (tramp-smb-server-version)
528         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
529         New defconsts.
530         (tramp-smb-prompt): Extend for powershell prompt.
531         (tramp-smb-file-name-handler-alist): Add handlers for
532         `process-file', `shell-command' and `start-file-process'.
533         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
534         (tramp-smb-winexe-shell-command-switch): New defcustoms.
535         (tramp-smb-file-name-p): Simplify.
536         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
537         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
538         (tramp-smb-shell-quote-argument): New defuns.
539         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
540         Implement using "tar".  By this, time-stamps are preserved.
541         (tramp-smb-handle-copy-file): Handle also the case of directories.
542         (tramp-smb-do-file-attributes-with-stat)
543         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
544         Use `tramp-get-connection-buffer').
545         (tramp-smb-handle-rename-file): Use "rename", when source and
546         target are on the same share.
547         (tramp-smb-maybe-open-connection): Handle wrong passwords.
548         Use `tramp-smb-server-version'.
549         (tramp-smb-wait-for-output): Remove prompt.
551         * net/tramp.el (top): Require 'cl.
552         (tramp-methods, tramp-rsh-end-of-line):
553         Remove `tramp-password-end-of-line' from docstring.
554         (tramp-save-ad-hoc-proxies): New defcustom.
555         (tramp-completion-function-alist): Adapt docstring.
556         (tramp-default-password-end-of-line): Remove defcustom.
557         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
558         (tramp-user-regexp, tramp-file-name-regexp-unified)
559         (tramp-file-name-regexp-url): Extend regexp by hop separator.
560         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
561         (tramp-remote-file-name-spec-regexp): New defconst.
562         (tramp-file-name-structure): Extend structure for hops.
563         (tramp-get-method-parameter): Move up.
564         (tramp-file-name-p, tramp-dissect-file-name)
565         (with-parsed-tramp-file-name): Handle hops.
566         (tramp-file-name-hop): New defun.
567         (tramp-make-tramp-file-name): New optional arg HOP.
568         (tramp-message-show-progress-reporter-message): New defvar.
569         (tramp-with-progress-reporter): Use it.  We cannot use
570         `tramp-message-show-message' here, because this suppresses also
571         error buffers.
572         (tramp-error-with-buffer): Suppress buffer view, if
573         `tramp-message-show-message' is nil.
574         Use `tramp-get-connection-buffer'.
575         (tramp-cleanup): New defun.
576         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
577         (tramp-file-name-handler): If `debug-on-error' is set, propagate
578         an error unchanged.
579         (tramp-completion-handle-file-name-all-completions): Handle hops.
580         Fix an error when called from ido.
581         (tramp-completion-dissect-file-name): Use better local variable
582         name.  Add hop to the vector.
583         (tramp-handle-insert-file-contents): Use progress-reporter for the
584         whole scenario.
585         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
586         to `t'.
587         (tramp-check-for-regexp): Simplify search.
588         (tramp-enter-password): Remove it.  Move implementation ...
589         (tramp-action-password): ... here.
590         (tramp-mode-string-to-int, tramp-local-host-p)
591         (tramp-make-tramp-temp-file, tramp-read-passwd)
592         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
593         Set tramp-autoload cookie.
595         * net/trampver.el: Update release number.
597 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
598             Michael Albinus  <michael.albinus@gmx.de>
600         * net/tramp.el (tramp-set-completion-function): Fix docstring.
601         (tramp-parse-group, tramp-parse-file)
602         (tramp-parse-shostkeys-sknownhosts): New defuns.
603         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
604         (tramp-parse-shosts-group, tramp-parse-sconfig)
605         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
606         (tramp-parse-sknownhosts, tramp-parse-hosts)
607         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
608         Use them.
609         (tramp-parse-passwd-group, tramp-parse-netrc-group)
610         (tramp-parse-putty-group): Don't narrow.
611         (tramp-parse-putty): Make a loop.
612         (tramp-file-name-handler): Catch the `suppress' signal.
614 2012-06-11  Chong Yidong  <cyd@gnu.org>
616         * image.el (imagemagick-register-types): Put the ImageMagick entry
617         at the end of image-type-file-name-regexps.
619 2012-06-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
621         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
622         (pcase, pcase-let*, pcase-dolist): Use them.
624 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * emacs-lisp/pcase.el (pcase--let*): New function.
627         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
628         (pcase--expand): Use macroexp-let².
630 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
633         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
634         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
635         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
636         * emacs-lisp/derived.el: Use pcase instead of `cl'.
637         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
639 2012-06-10  Glenn Morris  <rgm@gnu.org>
641         * mail/rmail.el (rmail-yank-current-message): Leave point at
642         correct position.  (Bug#11660)
644 2012-06-10  Chong Yidong  <cyd@gnu.org>
646         * allout-widgets.el: Fix code header.
648 2012-06-10  Chong Yidong  <cyd@gnu.org>
650         * cus-edit.el (customize-changed-options-previous-release):
651         Bump to 24.1.
653 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
655         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
657 2012-06-09  Chong Yidong  <cyd@gnu.org>
659         * ebuff-menu.el (electric-buffer-list): Preserve header line.
661 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
663         * window.el (special-display-popup-frame): Don't use
664         window--display-buffer (Bug#11651).
666 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
668         Fix parallel builds: make sure loaddefs.el is not being written
669         while Lisp files are compiled.
670         (compile): Don't depend on 'mh-autoloads'.
671         (compile-CMD, compile-SH): Depend on 'autoloads'.
672         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
674         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
676 2012-06-09  Chong Yidong  <cyd@gnu.org>
678         * face-remap.el (face-remap-add-relative, face-remap-set-base)
679         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
680         Doc fixes (Bug#11225).
682 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
685         a function if there's a clear indication that it has a compiler-macro.
686         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
687         (macro-declarations-alist): Add arglist to declaration functions.
688         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
689         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
690         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
691         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
692         Also add autoload to find the compiler macro.
693         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
694         (cl--compiler-macro-member, cl--compiler-macro-assoc)
695         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
696         (cl--compiler-macro-get): New functions, replacing calls to
697         cl-define-compiler-macro.
698         (cl-typep) [compiler-macro]: Use macroexp-let².
700 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
702         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
703         string properly, fixes Bug#11473.
705 2012-06-08  Chong Yidong  <cyd@gnu.org>
707         * faces.el (set-face-attribute): Doc fix.
708         (modify-face): Don't use :bold and :italic.
709         (error, warning, success): Tweak definitions.
711         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
712         (custom-modified, custom-set, custom-changed, custom-themed)
713         (custom-saved, custom-button, custom-button-mouse)
714         (custom-button-pressed, custom-state, custom-comment-tag)
715         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
716         (custom-group-subtitle): Use new-style face specs.
717         (custom-invalid-face, custom-rogue-face, custom-modified-face)
718         (custom-set-face, custom-changed-face, custom-saved-face)
719         (custom-button-face, custom-button-pressed-face)
720         (custom-documentation-face, custom-state-face)
721         (custom-comment-face, custom-comment-tag-face)
722         (custom-variable-tag-face, custom-variable-button-face)
723         (custom-face-tag-face, custom-group-tag-face-1)
724         (custom-group-tag-face): Remove obsolete face alias.
726         * epa.el (epa-validity-high, epa-validity-medium)
727         (epa-validity-low, epa-mark, epa-field-name, epa-string)
728         (epa-field-name, epa-field-body):
729         * font-lock.el (font-lock-comment-face, font-lock-string-face)
730         (font-lock-keyword-face, font-lock-builtin-face)
731         (font-lock-function-name-face, font-lock-variable-name-face)
732         (font-lock-type-face, font-lock-constant-face):
733         * ido.el (ido-first-match, ido-only-match, ido-subdir)
734         (ido-virtual, ido-indicator, ido-incomplete-regexp):
735         * speedbar.el (speedbar-button-face, speedbar-file-face)
736         (speedbar-directory-face, speedbar-tag-face)
737         (speedbar-selected-face, speedbar-highlight-face)
738         (speedbar-separator-face):
739         * whitespace.el (whitespace-newline, whitespace-space)
740         (whitespace-hspace, whitespace-tab, whitespace-trailing)
741         (whitespace-line, whitespace-space-before-tab)
742         (whitespace-space-after-tab, whitespace-indentation)
743         (whitespace-empty):
744         * emulation/cua-base.el (cua-global-mark):
745         * eshell/em-prompt.el (eshell-prompt):
746         * net/newst-plainview.el (newsticker-new-item-face)
747         (newsticker-old-item-face, newsticker-immortal-item-face)
748         (newsticker-obsolete-item-face, newsticker-date-face)
749         (newsticker-statistics-face, newsticker-default-face):
750         * net/newst-reader.el (newsticker-feed-face)
751         (newsticker-extra-face, newsticker-enclosure-face):
752         * net/newst-treeview.el (newsticker-treeview-face)
753         (newsticker-treeview-new-face, newsticker-treeview-old-face)
754         (newsticker-treeview-immortal-face)
755         (newsticker-treeview-obsolete-face)
756         (newsticker-treeview-selection-face):
757         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
758         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
759         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
760         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
761         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
762         (nxml-outline-active-indicator, nxml-outline-ellipsis):
763         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
764         (mpuz-text):
765         * progmodes/vera-mode.el (vera-font-lock-number)
766         (vera-font-lock-function, vera-font-lock-interface):
767         * textmodes/table.el (table-cell): Use new-style face specs, and
768         don't use the old :bold and :italic attributes.
770         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
771         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
772         (ebrowse-member-class, ebrowse-progress): Likewise.
773         (ebrowse-tree-mark-face, ebrowse-root-class-face)
774         (ebrowse-file-name-face, ebrowse-default-face)
775         (ebrowse-member-attribute-face, ebrowse-member-class-face)
776         (ebrowse-progress-face): Remove obsolete faces.
778         * progmodes/flymake.el (flymake-errline, flymake-warnline):
779         Inherit from error and warning faces respectively.
781         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
782         Likewise.
783         (flyspell-incorrect-face, flyspell-duplicate-face):
784         Remove obsolete aliases.
786 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
788         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
789         Avoid infloop.
791 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * startup.el (argv, argi): Make lexically scoped.
794         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
795         * emacs-lisp/cl-macs.el: Use lexical-binding.
796         Rename cl-bind-* to cl--bind-*.
797         * files.el: Don't require `cl' since it doesn't use it.
798         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
800 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
802         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
803         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
804         instead of calling external sort utility.
805         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
807 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
809         * descr-text.el (describe-char): Mention how to insert the
810         character, if the current input method doesn't support it.
811         See the discussion in this thread for the details:
812         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
814 2012-06-08  Sam Steingold  <sds@gnu.org>
816         * bindings.el (global-map): Bind XF86Forward to next-buffer and
817         XF86Back to previous-buffer.
818         (minibuffer-local-map): Bind them to next-history-element and
819         previous-history-element respectively.
820         * help-mode.el (help-mode-map): Bind them to help-go-forward and
821         help-go-back respectively.
822         * info.el (Info-mode-map): Bind them to Info-history-forward and
823         Info-history-back respectively.
824         These are the keys next to Up on the ThinkPad keyboard.
826 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
828         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
829         * emacs-lisp/cl-macs.el: Provide itself.
830         (cl--labels-convert-cache): New var.
831         (cl--labels-convert): New function.
832         (cl-flet, cl-labels): New implementation with new semantics, relying on
833         lexical-binding.
834         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
835         (cl-closure-vars, cl--function-convert-cache)
836         (cl--function-convert): Move from cl-macs.el.
837         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
838         rename by removing the "cl-" prefix.
839         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
841 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
844         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
845         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
846         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
847         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
848         (cl-hash-table-count): Add old compatibility aliases.
850         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
851         Use macroexpand-all-environment instead.
852         (cl--old-macroexpand): New var.
853         (cl--sm-macroexpand): New function.
854         (cl-symbol-macrolet): Use it during macro expansion.
855         (cl--function-convert-cache): New var.
856         (cl--function-convert): New function, extracted from
857         cl-macroexpand-all.
858         (cl-lexical-let): Use it.
860         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
861         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
862         (cl-member): Remove old alias.
864         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
865         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
866         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
867         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
868         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
869         (cl-macroexpand-cmacs): Remove var.
870         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
871         Use macroexpand-all instead.
873 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
876         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
877         (macroexp-copyable-p): New functions and macros.
878         * emacs-lisp/edebug.el (edebug-unwrap):
879         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
880         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
881         (pcase--let*): Remove.
882         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
883         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
884         macroexp-const-p instead.
885         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
887         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
888         instead of "cl-" for internal definitions.  Use macroexp-const-p.
889         (cl-old-bc-file-form): Remove var.
890         (cl-const-exprs-p): Remove fun.
891         (cl-labels, cl-macrolet): Use backquote.
892         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
893         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
894         (cl-define-setf-expander): Rename from cl-define-setf-method.
895         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
897         * international/mule-cmds.el: Don't require CL.
898         (view-hello-file): Don't use `letf'.
900 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * tmm.el (tmm-prompt): Use string-prefix-p.
903         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
904         (tmm-add-prompt): Use minibuffer-completion-help.
905         (tmm-delete-map): Remove.
907         * subr.el (kbd): Make it its own function.
909 2012-06-07  Stefan Merten  <smerten@oekonux.de>
911         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
912         Silence compiler warnings.  Fix versions.
913         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
914         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
915         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
916         (rst-package-emacs-version-alist): Correct Emacs version to
917         represent major merge with upstream.
918         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
920 2012-06-06  Glenn Morris  <rgm@gnu.org>
922         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
923         Only print environment variables if set.
925 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
928         (macroexp--cons): Rename from maybe-cons.
929         (macroexp--accumulate): Rename from macroexp-accumulate.
930         (macroexp--all-forms): Rename from macroexpand-all-forms.
931         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
932         (macroexp--expand-all): Rename from macroexpand-all-1.
934 2012-06-06  Sam Steingold  <sds@gnu.org>
936         * calendar/calendar.el (calendar-in-read-only-buffer):
937         Call `special-mode' to enable the standard read-only keybindings.
939 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
942         with "loading" messages (bug#11635).
944 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
946         * files.el (enable-remote-dir-locals): New option.
947         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
949         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
950         Ensure, that the temp directory is local.
952         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
953         `temporary-file-directory'.
955         * progmodes/python.el (python-send-region): Ensure, that the
956         temporary file is created also in the remote case.
958 2012-06-06  Glenn Morris  <rgm@gnu.org>
960         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
961         (vc-rcs-update-changelog): Use it.
963         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
965         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
966         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
967         (vc-sccs-diff): Replace use of the external vcdiff script.
969 2012-06-05  Glenn Morris  <rgm@gnu.org>
971         * ledit.el: Move to obsolete/.
973 2012-06-05  Sam Steingold  <sds@gnu.org>
975         * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
976         patch (Bug#11140).
978 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * emacs-list/cust-print.el: Move to obsolete.
982         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
983         compiler-macro expansion.
985         Add native compiler-macro support.
986         * emacs-lisp/macroexp.el (macroexpand-all-1):
987         Support compiler-macros directly.  Properly follow aliases and apply
988         the compiler macros more thoroughly.
989         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
990         macroexpand now properly follows aliases.
991         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
992         (cl-compiler-macroexpand): Use new prop.
993         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
995         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
997 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
999         * window.el (get-lru-window, get-mru-window, get-largest-window):
1000         New argument NOT-SELECTED to avoid picking the selected window.
1001         (window--display-buffer-1, window--display-buffer-2): Replace by
1002         new function window--display-buffer
1003         (display-buffer-same-window, display-buffer-reuse-window)
1004         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1005         Use window--display-buffer.
1006         (display-buffer-use-some-window): Remove temporary dedication
1007         hack by calling get-lru-window and get-largest-window with
1008         NOT-SELECTED argument non-nil.  Call window--display-buffer.
1010 2012-06-05  Glenn Morris  <rgm@gnu.org>
1012         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1013         Replace external vcdiff script.
1015 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1017         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1019 2012-06-04  Chong Yidong  <cyd@gnu.org>
1021         * image.el (imagemagick-types-inhibit): Revert last change.
1022         Add INFO and M.
1023         (imagemagick-enabled-types): Remove CIN and EPS*.
1025 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * emacs-lisp/cl-lib.el: Rename from cl.el.
1028         * emacs-lisp/cl.el: New compatibility file.
1029         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1030         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1031         to obey the "cl-" prefix.
1032         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1034 2012-06-03  Glenn Morris  <rgm@gnu.org>
1036         * emacs-lisp/authors.el (authors-aliases): Addition.
1038         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1039         Fix :version.
1041 2012-06-03  Stefan Merten  <smerten@oekonux.de>
1043         * textmodes/rst.el: Add comments.
1044         (rst-transition, rst-adornment): New faces.
1045         (rst-adornment-faces-alist): Make default safe to reevaluate.
1046         Fixes
1047         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1048         Improve customization tags.
1049         (rst-define-level-faces): Clarify meaning.
1051 2012-06-03  Chong Yidong  <cyd@gnu.org>
1053         * progmodes/compile.el (compilation-mode-line-fail)
1054         (compilation-mode-line-run, compilation-mode-line-exit):
1055         New faces.
1056         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1058 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
1060         * progmodes/which-func.el (which-func-update-ediff-windows):
1061         New function.  Use it in ediff-select-hook (Bug#11478).
1063 2012-06-03  Chong Yidong  <cyd@gnu.org>
1065         * bindings.el: Remove explicit help text from format-mode-line.
1066         It is now supplied by mode-line-default-help-echo.
1067         (mode-line-front-space, mode-line-end-spaces)
1068         (mode-line-misc-info): New variables.
1069         (mode-line-modes, mode-line-position): Move the default value to
1070         the variable definition.
1071         (mode-line-default-help-echo): New defcustom.
1072         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1073         (mode-line-modified-help-echo): New functions.
1074         (mode-line-mule-info, mode-line-modified): Use them.
1075         (mode-line-eol-desc, propertized-buffer-identification):
1076         Consistency fixes for help text.
1077         (mode-line-coding-system-map): Allow using mouse-3 to invoke
1078         set-buffer-file-coding-system (Bug#289).
1079         (mode-line-mule-info-help-echo): Update help text.
1081 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * simple.el (execute-extended-command): Set real-this-command
1084         (bug#11506).
1086 2012-06-02  Chong Yidong  <cyd@gnu.org>
1088         Remove incorrect uses of "modeline" in comments, docstrings, and
1089         function/variable names (Bug#10329).
1091         * cus-edit.el (mode-line):
1092         * dframe.el (dframe-mouse-hscroll):
1093         * emacs-lisp/re-builder.el:
1094         * emacs-lisp/easy-mmode.el (define-minor-mode):
1095         * frame.el (set-frame-name):
1096         * help.el (lookup-minor-mode-from-indicator):
1097         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1098         * progmodes/cc-cmds.el (c-toggle-auto-newline)
1099         (c-toggle-hungry-state):
1100         * progmodes/antlr-mode.el (antlr-language-alist):
1101         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1102         * progmodes/vhdl-mode.el (vhdl-mode):
1103         * progmodes/which-func.el (which-func, which-func-cleanup-function):
1104         * term/ns-win.el (ns-face-at-pos):
1105         * term/sup-mouse.el (sup-mouse-report):
1106         * textmodes/flyspell.el (flyspell-mode-line-string):
1107         * textmodes/ispell.el (ispell-highlight-face):
1108         * textmodes/reftex-global.el:
1109         * vc/vc-arch.el (vc-arch-mode-line-string):
1110         * vc/vc-cvs.el (vc-cvs-mode-line-string):
1111         * vc/vc-git.el (vc-git-mode-line-string):
1112         * vc/vc-hooks.el (vc-display-status)
1113         (vc-default-mode-line-string):
1114         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1116         * ansi-color.el (ansi-color-faces-vector): Change default faces.
1118         * dired.el (dired-sort-set-mode-line): Rename from
1119         dired-sort-set-modeline.  All callers changed.
1121         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1122         eshell-status-in-modeline.
1124         * foldout.el (foldout-mode-line-string): Rename from
1125         foldout-modeline-string.  All callers changed.
1126         (foldout-update-mode-line): Rename from foldout-update-modeline.
1128         * subr.el (redraw-modeline): Make into obsolete alias.
1130         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1131         timeclock-modeline-display.  Make old name an alias.
1132         (timeclock-update-mode-line): Likewise.  All callers changed.
1133         (timeclock-mode-line-display): No need to check before using
1134         add-hook.
1135         (timeclock-relative, timeclock-day-over-hook)
1136         (timeclock-use-elapsed, timeclock-mode-string)
1137         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1139         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1140         crisp-mode-modeline-string.
1142         * play/solitaire.el (solitaire-build-mode-line): Rename from
1143         solitaire-build-modeline.  All callers changed.
1145         * play/zone.el (zone-hiding-mode-line): Rename from
1146         zone-hiding-modeline.  All callers changed.
1147         (zone): Remove unusued `modeline-hidden-level' property.
1149         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1150         xscheme-modeline-initialize.  All callers changed.
1152         * strokes.el (strokes-lighter): Rename from
1153         strokes-modeline-string.
1155         * textmodes/sgml-mode.el (html-face-tag-alist)
1156         (html-tag-face-alist): Use mode-line face instead of obsolete
1157         alias modeline.
1159 2012-06-02  Stefan Merten  <smerten@oekonux.de>
1161         * textmodes/rst.el: Always require `cl'.
1162         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
1164 2012-06-02  Chong Yidong  <cyd@gnu.org>
1166         * image.el (imagemagick-enabled-types): Rename from
1167         imagemagick-types-enable.  Add many more types.
1168         (imagemagick-types-inhibit): Change default to nil.
1169         (imagemagick-filter-types): Caller changed.
1171 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * emacs-lisp/cl-macs.el: Use backquotes.
1174         (cl-transform-function-property): Use eval-and-compile rather than
1175         abusing `require'.
1176         (defstruct): Use declare-function instead of with-no-warnings.
1178         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1179         (byte-compile-output-docform): Re-add the print-circle bindings.
1180         (byte-compile-fix-header): Use #$ just because it's shorter.
1181         (byte-compile-output-file-form): Remove defun/defmacro.
1183 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
1185         * simple.el (choose-completion): Remove now obsolete binding for
1186         owindow.
1188 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
1190         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1191         in order to avoid "Stack overflow in regexp matcher".
1193 2012-05-31  Glenn Morris  <rgm@gnu.org>
1195         * image.el: For clarity, call imagemagick-register-types at
1196         top-level, rather than relying on a custom :initialize.
1197         (imagemagick-types-enable): New option.  (Bug#11557)
1198         (imagemagick-filter-types): New function.  (Bug#7406)
1199         (imagemagick-register-types): Use imagemagick-filter-types.
1200         If disabling support, remove elements altogether rather
1201         than using an impossible regexp.
1202         (imagemagick-types-inhibit): Give it the default init function.
1204 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1206         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1207         Handle arbitrary file name lengths (Bug#11585).
1209 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
1211         * desktop.el (desktop-read): Clear previous and next buffers for
1212         all windows and bury *Messages* buffer (bug#11556).
1214 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         Add `declare' for `defun'.  Align `defmacro's with it.
1217         * emacs-lisp/easy-mmode.el (define-minor-mode)
1218         (define-globalized-minor-mode): Don't autoload the var definitions.
1219         * emacs-lisp/byte-run.el: Use lexical-binding.
1220         (defun-declarations-alist, macro-declarations-alist): New vars.
1221         (defmacro, defun): Use them.
1222         (make-obsolete, define-obsolete-function-alias)
1223         (make-obsolete-variable, define-obsolete-variable-alias):
1224         Use `declare'.
1225         (macro-declaration-function): Mark obsolete.
1226         * emacs-lisp/autoload.el: Use lexical-binding.
1227         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
1229 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1231         * textmodes/ispell.el (ispell-with-no-warnings):
1232         Define as a macro.
1233         (ispell-kill-ispell, ispell-change-dictionary):
1234         Use `called-interactively-p' for Emacs instead of obsolete
1235         `interactive-p'.
1237 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1240         (macro-declaration-function): Move var from C code.
1241         (macro-declaration-function): Define function with defalias.
1242         * emacs-lisp/macroexp.el (macroexpand-all-1):
1243         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1244         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1245         defun/defmacro any more.
1246         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1247         Provide fallback for unknown arglist.
1248         (byte-compile-arglist-warn): Change calling convention.
1249         (byte-compile-output-file-form): Move print-vars binding.
1250         (byte-compile-output-docform): Simplify accordingly.
1251         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1252         (byte-compile-defmacro-declaration): Remove.
1253         (byte-compile-file-form-defmumble): Generalize to defalias.
1254         (byte-compile-output-as-comment): Return byte-positions.
1255         Simplify callers accordingly.
1256         (byte-compile-lambda): Use `assert'.
1257         (byte-compile-defun, byte-compile-defmacro): Remove.
1258         (byte-compile-file-form-defalias):
1259         Use byte-compile-file-form-defmumble.
1260         (byte-compile-defalias-warn): Remove.
1262 2012-05-29  Stefan Merten  <smerten@oekonux.de>
1264         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
1265         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
1267         (rst-mode-abbrev-table): Merge definition.
1268         (rst-mode): Make sure `font-lock-defaults' is buffer local.
1269         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1271 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1273         * calendar/icalendar.el
1274         (icalendar-export-region): Export UID properly.
1276 2012-05-29 Leo <sdl.web@gmail.com>
1277         * calendar/icalendar.el (icalendar-import-format):
1278         Add `icalendar-import-format-uid' (Bug#11525).
1279         (icalendar-import-format-uid): New.
1280         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1281         Export UID.
1283 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1286         different alternative patterns.
1287         (pcase-codegen): Be more careful to preserve identity.
1288         (pcase--u1): Don't forget to mark vars as used.
1290         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1291         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1292         (byte-compile-from-buffer): ...rather than here.
1294         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1295         functions from byte-compile-function-environment.
1297 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
1299         * window.el (window-deletable-p): Avoid deleting the root window
1300         of a frame with an active minibuffer.
1302 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
1304         * simple.el (choose-completion): Use quit-window (Bug#11567).
1306 2012-05-29  Chong Yidong  <cyd@gnu.org>
1308         * whitespace.el (whitespace-cleanup): Fix usage of
1309         whitespace-empty-at-bob-regexp (Bug#11492).
1311 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1313         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1314         revert (Bug#11488).
1316 2012-05-29  Juri Linkov  <juri@jurta.org>
1318         * isearch.el (isearch-mode-map): Bind `M-s _' to
1319         `isearch-toggle-symbol'.  Bind `M-s c' to
1320         `isearch-toggle-case-fold'.
1321         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1322         (isearch-forward): Add `M-s _' to the docstring.
1323         (isearch-forward-symbol, isearch-toggle-case-fold)
1324         (isearch-symbol-regexp): New functions.  (Bug#11381)
1326 2012-05-29  Juri Linkov  <juri@jurta.org>
1328         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
1329         (isearch-occur, isearch-search-and-update): If `isearch-word' is
1330         a function, call it to get the regexp.
1331         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1332         property `isearch-message-prefix' instead of the string "word ".
1333         (isearch-search-fun-default): For the case of `isearch-word',
1334         return a lambda that calls re-search-forward/re-search-backward
1335         with a regexp returned by `word-search-regexp' or by the function
1336         in `isearch-word'.
1338 2012-05-29  Juri Linkov  <juri@jurta.org>
1340         * isearch.el (isearch-search-fun-default): New function.
1341         (isearch-search-fun): Move default part to the new function
1342         `isearch-search-fun-default'.
1343         (isearch-search-fun-function): Set the default value to
1344         `isearch-search-fun-default'.  (Bug#11381)
1346         * comint.el (comint-history-isearch-end):
1347         Use `isearch-search-fun-default'.
1348         (comint-history-isearch-search): Use `isearch-search-fun-default'
1349         and remove spacial case for `isearch-word'.
1350         (comint-history-isearch-wrap): Remove spacial case for
1351         `isearch-word'.
1353         * hexl.el (hexl-isearch-search-function):
1354         Use `isearch-search-fun-default'.
1356         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1357         Use `word-search-regexp' for `isearch-word'.
1359         * misearch.el (multi-isearch-search-fun):
1360         Use `isearch-search-fun-default'.
1362         * simple.el (minibuffer-history-isearch-search):
1363         Use `isearch-search-fun-default' and remove spacial case for
1364         `isearch-word'.
1365         (minibuffer-history-isearch-wrap): Remove spacial case for
1366         `isearch-word'.
1368         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1369         Remove spacial case for `isearch-word'.
1370         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1372 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1374         Decrease XEmacs incompatibilities.
1375         * textmodes/flyspell.el (flyspell-check-pre-word-p):
1376         Use `string-match'.
1377         (flyspell-delete-region-overlays): Use alternative definition for
1378         XEmacs.
1379         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1380         (flyspell-word): Use `process-kill-without-query' if XEmacs.
1381         (flyspell-mode-on): Use `interactive-p' if XEmacs.
1382         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1383         `define-obsolete-face-alias' under XEmacs, but old method.
1385         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1386         `with-no-warnings' definition or Emacs alias.
1387         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1388         (ispell-word): Do not use `region-p' if XEmacs.
1390 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1392         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1393         Check for `ispell-dictionary-base-alist' instead of full
1394         `ispell-dictionary-alist'.
1395         (ispell-init-process): Show spellchecker when starting new Ispell
1396         process.
1398 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1400         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1401         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1403 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
1405         * version.el (motif-version-string, gtk-version-string)
1406         (ns-version-string): Declare.
1408 2012-05-27  Juri Linkov  <juri@jurta.org>
1410         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1411         after the `eval-defun-1' specialcaseing
1412         like in `edebug-eval-defun' (bug#10181).
1414         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1415         like in `eval-defun-1'.
1417 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
1419         * mail/sendmail.el (mail-yank-region):
1420         Recognize rmail-yank-current-message in addition to insert-buffer.
1421         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
1422         a *mail* buffer created through rmail-start-mail with sendmail as
1423         mail-user-agent.
1425 2012-05-27  Chong Yidong  <cyd@gnu.org>
1427         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1428         Default to 256 (Bug#11267).
1430         * help.el (describe-mode): Doc fix.
1432 2012-05-26  Glenn Morris  <rgm@gnu.org>
1434         * w32-fns.el (w32-init-info): Remove.
1435         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1437         * info.el (info-initialize): For self-contained NS builds, put the
1438         included info/ directory at the front.  (Bug#2791)
1440         * paths.el (Info-default-directory-list): Make it a defcustom,
1441         mainly so that we can use custom-initialize-delay.
1443 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1445         * subr.el (buffer-has-markers-at): Mark obsolete.
1447         * subr.el (lambda): Use declare.
1449         * emacs-lisp/lisp-mode.el (lambda):
1450         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1452 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1454         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
1456 2012-05-26  Glenn Morris  <rgm@gnu.org>
1458         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1460 2012-05-25  Glenn Morris  <rgm@gnu.org>
1462         * paths.el: Remove no-byte-compile.
1463         * loadup.el: No need to load paths.el uncompiled.
1465         * image.el (imagemagick-types-inhibit): Doc fix.
1467         * version.el: Remove no-byte-compile and associated formatting.
1468         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
1469         is ancient code from when there was an "inc-vers.el".
1471 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * progmodes/gdb-mi.el: Minor style changes.
1474         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1475         Turn into minor modes.
1476         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1477         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1478         (gdb-shell): Remove unneeded let-binding.
1479         (gdb-get-many-fields): Eliminate O(n²) behavior.
1481 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
1483         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1484         platforms that don't link in fontset.c.
1486 2012-05-25  Juri Linkov  <juri@jurta.org>
1488         Use the same diff color scheme as in modern VCSes (bug#10181).
1490         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1491         to avoid confusion with `diff-added' that now uses green colors.
1492         (diff-removed): Use shades of red.
1493         (diff-added): Use shades of green.
1494         (diff-changed): Leave just the yellow color.
1495         (diff-use-changed-face): New variable.
1496         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1497         how to highlight context diff changes.
1498         (diff-refine-change): Use shades of yellow.
1499         (diff-refine-removed): New face that uses shades of red.
1500         (diff-refine-added): New face that uses shades of green.
1501         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1502         `diff-refine-removed' in the call to `smerge-refine-subst'
1503         depending on the value of `diff-use-changed-face'.
1505         * vc/smerge-mode.el (smerge-mine): Use shades of red.
1506         (smerge-other): Use shades of green.
1507         (smerge-base): Use shades of yellow.
1508         (smerge-refined-change): Empty face.
1509         (smerge-refined-removed): New face that uses shades of red.
1510         (smerge-refined-added): New face that uses shades of green.
1511         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
1512         args `props-r' and `props-a', and use them.  Doc fix.
1513         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1514         on its value use different faces `smerge-refined-change',
1515         `smerge-refined-removed', `smerge-refined-added' in the call to
1516         `smerge-refine-subst'.
1518         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1519         Add face condition `min-colors 88' with shades of red.
1520         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1521         `min-colors 88' with shades of green.
1522         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1523         `min-colors 88' with shades of yellow.
1525 2012-05-24  Glenn Morris  <rgm@gnu.org>
1527         * paths.el (prune-directory-list, remote-shell-program): Move to...
1528         * files.el (prune-directory-list, remote-shell-program): ...here.
1529         For the latter, delay initialization, prefer ssh, just search PATH.
1531         * paths.el (term-file-prefix): Move to faces.el (the only user).
1532         * faces.el (term-file-prefix): Move here, make it a defcustom.
1534         * paths.el (news-directory, news-path, news-inews-program):
1535         Move to gnus/nnspool.el.
1537         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1539         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1540         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1541         Make the latter a defcustom, with a delayed initialization.
1543         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1544         These were deleted from Gnus itself late 2010.
1546 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
1548         * progmodes/which-func.el (which-func-ff-hook):
1549         Check against user-error, not error.
1551         * emacs-lisp/edebug.el (top): Do not load or set up loading of
1552         cl-specs.el, which no longer exists.
1554 2012-05-22  Glenn Morris  <rgm@gnu.org>
1556         * info.el (info-emacs-bug): New command.
1557         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1558         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1560 2012-05-21  Glenn Morris  <rgm@gnu.org>
1562         * makefile.w32-in (update-subdirs-SH):
1563         * Makefile.in (update-subdirs): Update for moved update-subdirs.
1565 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1569         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1570         Simplify Maven regexp, and make sure the file can't start with a space
1571         (bug#11517).
1573 2012-05-21  Glenn Morris  <rgm@gnu.org>
1575         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1576         Scrap superfluous subshells.
1578 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1580         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1581         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1583 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
1585         * calc/calc.el (calc-ensure-consistent-units): New variable.
1587         * calc/calc-units.el (math-consistent-units-p)
1588         (math-check-unit-consistency): New functions.
1589         (calc-quick-units, calc-convert-units):
1590         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1591         is non-nil.
1592         (calc-extract-units): Fix typo.
1594 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1598         * textmodes/flyspell.el: Commenting style, plus code simplifications.
1599         (flyspell-default-deplacement-commands): Don't spell check after
1600         repeated window/frame switches (e.g. triggered by mouse-movement).
1601         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1602         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1603         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1604         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1605         Remove unused vars.
1606         (flyspell-get-casechars, flyspell-get-not-casechars):
1607         Simplify; Don't bother removing a ] just to add it back.
1608         * textmodes/ispell.el (ispell-program-name): Use executable-find.
1610 2012-05-18  Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1612         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1613         New functions.
1614         (math-function-table): Add support for more C functions.
1616 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1618         * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1619         (flyspell-debug-signal-word-checked): Protect delay handling for
1620         otherchars against empty otherchars.
1622 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1625         their respective macro declarations.
1626         * skeleton.el (define-skeleton):
1627         * progmodes/compile.el (define-compilation-mode):
1628         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1629         (define-ibuffer-filter):
1630         * emacs-lisp/generic.el (define-generic-mode):
1631         * emacs-lisp/easy-mmode.el (define-minor-mode)
1632         (define-globalized-minor-mode):
1633         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1634         * emacs-lisp/byte-run.el (defsubst):
1635         * custom.el (deftheme): Add doc-string metadata.
1637 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1641 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1643         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1645         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1646         * emacs-lisp/cl-macs.el: Idem.
1647         * emacs-lisp/cl-specs.el: Remove.
1649 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1651         Minor renaming of internal CL functions and variables.
1652         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1653         (cl--position): Rename from cl-position.
1654         (cl--delete-duplicates): Rename from cl-delete-duplicates.
1655         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1656         (cl--random-state): Rename from *random-state*.
1658 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1660         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1661         parens around the arg list (bug#11499).
1663 2012-05-17  Juri Linkov  <juri@jurta.org>
1665         * isearch.el (word-search-regexp, word-search-backward)
1666         (word-search-forward, word-search-backward-lax)
1667         (word-search-forward-lax): Move functions from search.c
1668         (bug#10145, bug#11381).
1670 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1672         * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1673         (flyspell-debug-signal-word-checked): Delay for otherchars as for
1674         normal word components.
1676 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * minibuffer.el (completion--sifn-requote): Fix last change.
1679         (minibuffer-local-must-match-filename-map):
1680         Move define-obsolete-variable-alias before its var.
1682 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1686         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1687         behavior.
1688         (completion--string-equal-p): New function.
1689         (completion--twq-all): Use it to get better assertion failure data.
1691         Only handle ".." and '..' quoting in shell-mode (bug#11466).
1692         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1693         (shell--requote-argument): New functions.
1694         (shell-completion-vars): Use them.
1695         (shell--parse-pcomplete-arguments): Rename from
1696         shell-parse-pcomplete-arguments.
1697         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
1698         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1699         Obey comint-file-name-quote-list.
1701         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1702         (smie-indent-keyword): Use it.
1704 2012-05-14  Stefan Merten  <smerten@oekonux.de>
1706         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1708 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * net/rlogin.el (rlogin-mode-map): Fix last change.
1712 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
1714         * mail/smtpmail.el (smtpmail-send-command): Send the command and
1715         the following \r\n using a single `process-send-string', since the
1716         Lotus SMTP server refuses to accept any commands if they are sent
1717         with two `process-send-string's (Bug#11444).
1719 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * shell.el (shell-parse-pcomplete-arguments):
1722         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
1724 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
1726         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
1727         (image-transform-scale, image-transform-right-angle-fudge): New vars.
1728         (image-transform-width, image-transform-fit-width): New functions.
1729         (image-transform-properties): Use them.
1730         (image-transform-check-size): New function.
1731         (image-toggle-display-image): Use it (for testing).
1732         (image-transform-set-rotation): Reduce angle mod 360.
1733         Delete obsolete comment.
1735 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
1737         * image-mode.el: Fix scaling (bug#11399).
1738         (image-transform-resize): Doc fix.
1739         (image-transform-properties): Default scale is 1 and height should
1740         be an integer.
1742 2012-05-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
1744         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
1745         than hard-coding `car', to fix misbehavior when moving forward.
1747 2012-05-13  Chong Yidong  <cyd@gnu.org>
1749         * emacs-lisp/tabulated-list.el (tabulated-list-format)
1750         (tabulated-list-entries, tabulated-list-padding)
1751         (tabulated-list-sort-key): Make permanent-local.
1753         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
1754         (electric-buffer-list): Put electric buffer menu
1755         command descriptions in this docstring, instead of the docstring
1756         of electric-buffer-menu-mode.  Code cleanups.
1757         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
1758         Electric-buffer-menu-mode.
1759         (electric-buffer-update-highlight): Minor code cleanup.
1761 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
1763         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
1764         (Bug#11447)
1766 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         Move define-obsolete-variable-alias before the var's definition.
1769         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
1770         * tooltip.el (tooltip-hook):
1771         * textmodes/reftex-toc.el (reftex-toc-map):
1772         * textmodes/reftex-sel.el (reftex-select-label-map)
1773         (reftex-select-bib-map):
1774         * textmodes/reftex-index.el (reftex-index-map)
1775         (reftex-index-phrases-map):
1776         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
1777         * progmodes/meta-mode.el (meta-mode-map):
1778         * novice.el (disabled-command-hook):
1779         * loadhist.el (unload-hook-features-list):
1780         * frame.el (blink-cursor):
1781         * files.el (find-file-not-found-hooks, write-file-hooks)
1782         (write-contents-hooks):
1783         * emulation/tpu-edt.el (GOLD-map):
1784         * emacs-lock.el (emacs-lock-from-exiting):
1785         * emacs-lisp/generic.el (generic-font-lock-defaults):
1786         * emacs-lisp/chart.el (chart-map):
1787         * dos-fns.el (register-name-alist):
1788         * dired-x.el (dired-omit-files-p):
1789         * desktop.el (desktop-enable):
1790         * cus-edit.el (custom-mode-hook):
1791         * buff-menu.el (buffer-menu-mode-hook):
1792         * bookmark.el (bookmark-read-annotation-text-func)
1793         (bookmark-exit-hooks):
1794         * allout.el (allout-mode-deactivate-hook)
1795         (allout-exposure-change-hook, allout-structure-added-hook)
1796         (allout-structure-deleted-hook, allout-structure-shifted-hook):
1797         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
1798         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
1799         comes before the corresponding variable's definition.
1801 2012-05-12  Chong Yidong  <cyd@gnu.org>
1803         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
1804         (Buffer-menu-mouse-select): Restore function (Bug#11459).
1805         (Buffer-menu-mode-map): Bind it.
1806         (Buffer-menu--pretty-name): Add a mouse-face property.
1808 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
1811         (prolog-upper-case-string, prolog-lower-case-string)
1812         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
1813         (prolog-use-smie, prolog-smie-grammar): New vars.
1814         (prolog-smie-forward-token, prolog-smie-backward-token)
1815         (prolog-smie-rules): New funs.
1816         (prolog-comment-indent): Remove.
1817         (prolog-mode-variables): Use default comment indentation instead.
1818         Setup SMIE.
1819         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
1820         (prolog-mode): Don't call them any more.
1821         (prolog-electric-colon, prolog-electric-dash)
1822         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
1824         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
1826         * minibuffer.el (completion--twq-all): Again, allow case differences.
1828         * term.el: Move keymap initialization code to be more idiomatic.
1829         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
1830         (term-terminal-menu): Move initialization into declaration.
1831         (term-escape-char): Let the user set it in her .emacs.
1833         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
1834         Provide SMIE-based indentation (not enabled by default yet).
1835         (sh-mode-map): Don't bind electric keys.
1836         Use electric-pair-mode instead of skeleton-pair.
1837         (sh-assignment-regexp): Fit within 80 columns.
1838         (sh-indent-supported): Specify actual shell name instead of boolean.
1839         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
1840         (sh-maybe-here-document): Use it.  Make obsolete.
1841         (sh-electric-here-document-mode) New minor mode.
1842         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
1843         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
1844         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
1845         (sh-smie-rc-grammar, sh-use-smie): New vars.
1846         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
1847         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
1848         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
1849         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
1850         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
1851         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
1852         (sh-set-shell): Use smie-setup if requested.
1854         * term.el (term-set-escape-char): Properly set term-escape-char.
1855         See http://stackoverflow.com/questions/10524656.
1857 2012-05-10  Chong Yidong  <cyd@gnu.org>
1859         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
1860         Use url-generic-parse-url, and handle host names and Windows
1861         filenames properly.
1862         (ffap-url-unwrap-remote): Use url-generic-parse-url.
1863         (ffap-url-unwrap-remote): Accept list values, specifying a list of
1864         URL schemes to work on.
1865         (ffap--toggle-read-only): New function.
1866         (ffap-read-only, ffap-read-only-other-window)
1867         (ffap-read-only-other-frame): Use it.
1868         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
1869         necessary for ffap-url-unwrap-remote.
1871 2012-05-10  Dave Abrahams  <dave@boostpro.com>
1873         * cus-start.el (create-lockfiles): Add it.
1875 2012-05-09  Chong Yidong  <cyd@gnu.org>
1877         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
1878         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
1880 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * shell.el (shell-completion-vars): Fix last change (bug#11348).
1884 2012-05-09  Chong Yidong  <cyd@gnu.org>
1886         * ansi-color.el (ansi-color-process-output): Check for validity of
1887         comint-last-output-start before using it.  This avoids a bad
1888         interaction with gdb-mi's input/output buffer.
1890 2012-05-09  Glenn Morris  <rgm@gnu.org>
1892         * files.el (dir-locals-read-from-file):
1893         Mention dir-locals in any error message.
1895 2012-05-09  Chong Yidong  <cyd@gnu.org>
1897         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
1898         package (Bug#11410).
1900         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
1901         variables into description.
1903 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1905         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
1906         shell-delimiter-argument-list (bug#11348).
1907         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
1909 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
1911         * textmodes/rst.el: Silence byte-compiler warnings.
1912         (rst-re-alist, rst-reset-section-caches): Move around.
1913         (rst-re): Use `characterp', not `char-valid-p'.
1914         (font-lock-beg, font-lock-end): Declare.
1916         * progmodes/idlw-shell.el (specs): Remove reference to deleted
1917         variable `idlwave-shell-activate-alt-keybindings' and simplify.
1919         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
1921 2012-05-08  Glenn Morris  <rgm@gnu.org>
1923         * files.el (auto-mode-alist): Treat ".make" like ".mk".
1925 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1927         * vc/log-edit.el: Add GNU coding standards highlighting.
1928         (log-edit-font-lock-gnu-style)
1929         (log-edit-font-lock-gnu-keywords): New vars.
1930         (log-edit-font-lock-keywords): New fun.
1931         (log-edit-mode): Don't fold case in font-lock.
1932         (log-edit-font-lock-keywords): Do not assume case-folding.
1934         * imenu.el: Misc cleanup.  Make docstrings out of comments.
1935         Use lexical-binding.
1936         (imenu--index-alist, imenu--last-menubar-index-alist)
1937         (imenu-menubar-modified-tick): Use defvar-local.
1938         (imenu--split-menu): Remove unused var.
1939         (imenu--cleanup-seen): Declare as global.
1940         (imenu--cleanup): Use dolist.
1942         * subr.el (defvar-local): Add debug spec and doc-string position.
1944 2012-05-08  Glenn Morris  <rgm@gnu.org>
1946         * lisp/language/burmese.el, language/cham.el, language/czech.el:
1947         * language/english.el, language/georgian.el, language/greek.el:
1948         * language/japanese.el, language/khmer.el, language/korean.el:
1949         * language/lao.el, language/misc-lang.el, language/romanian.el:
1950         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
1951         * language/thai.el, language/utf-8-lang.el:
1952         Remove no-byte-compile setting.
1954         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
1956 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1958         * progmodes/make-mode.el (makefile-browse):
1959         Remove unnecessary interactive.  (Bug#11324)
1961 2012-05-07  Glenn Morris  <rgm@gnu.org>
1963         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
1965         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
1967 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * loadup.el: Preload newcomment.el.
1970         * newcomment.el: Move autoload-only code to toplevel.
1972         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
1973         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1974         Handle new :right-align column property.
1975         (tabulated-list-print-col): Idem, plus use `display' text-property to
1976         try and preserve alignment for variable pitch fonts.
1978 2012-05-07  Chong Yidong  <cyd@gnu.org>
1980         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
1981         (tabulated-list-use-header-line): New var.
1982         (tabulated-list-init-header): Use it.
1983         (tabulated-list-print-fake-header): New function.
1984         (tabulated-list-print): Use it.
1985         (tabulated-list-sort-button-map): Add non-header-line commands.
1986         (tabulated-list-init-header): Add column name property to basic
1987         labels as well.
1988         (tabulated-list-col-sort): Handle non-header-line button case.
1989         (tabulated-list--sort-by-column-name): Fix a corner case.
1991         * buff-menu.el (list-buffers--refresh):
1992         Handle Buffer-menu-use-header-line.
1994 2012-05-06  Chong Yidong  <cyd@gnu.org>
1996         * buff-menu.el: Convert to Tabulated List mode.
1997         (Buffer-menu-buffer+size-width): Make obsolete.
1998         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
1999         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2000         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
2001         documentation into docstring of buffer-menu.
2002         (Buffer-menu-toggle-files-only): Add an informative message.
2003         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2004         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2005         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2006         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2007         (Buffer-menu-execute, Buffer-menu-select)
2008         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2009         (Buffer-menu-bury): Use Tabulated List machinery.
2010         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2011         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
2012         Delete.
2013         (list-buffers--refresh): New function.
2014         (list-buffers-noselect): Use it.
2015         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2016         (Buffer-menu--pretty-file-name): New helper functions.
2018         * loadup.el: Preload tabulated-list.
2020         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2021         tabulated-list-sort-column.
2022         (tabulated-list-init-header): Add the initial aligning space even
2023         if tabulated-list-padding is zero.
2025 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
2027         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2028         whose cdr is not a cons cell correctly (bug#11038).
2030 2012-05-06  Chong Yidong  <cyd@gnu.org>
2032         * emacs-lisp/tabulated-list.el (tabulated-list-format):
2033         Accept additional plist in column descriptors.
2034         (tabulated-list-init-header): Obey it.
2035         (tabulated-list-get-entry): New function.
2036         (tabulated-list-put-tag): Use it.  Use string-width instead of
2037         length.
2038         (tabulated-list--column-number): New function.
2039         (tabulated-list-print): Use it.
2040         (tabulated-list-print-col): New function.
2041         Set `tabulated-list-column-name' property on each column's text.
2042         (tabulated-list-print-entry): Use it.
2043         (tabulated-list-delete-entry, tabulated-list-set-col):
2044         New functions.
2045         (tabulated-list-sort-column): New command (Bug#11337).
2047         * buff-menu.el (list-buffers): Move C-x C-b binding from
2048         buff-menu.el to bindings.el.
2050         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2051         :advertised-binding feature.
2053 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
2055         * progmodes/compile.el (compilation-internal-error-properties):
2056         Calculate start position correctly when end-col is set but
2057         end-line is not (Bug#11382).
2059 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
2061         * man.el (Man-unindent): Use text-property-default-nonsticky to
2062         prevent untabify from inheriting face properties (Bug#11408).
2064 2012-05-05  Stefan Merten  <smerten@oekonux.de>
2066         * textmodes/rst.el: Major merge with upstream development up to
2067         Docutils SVN r7399 / rst.el V1.2.1.
2069         Clarify maintainership and authors.
2071         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2072         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2073         (rst-official-version, rst-official-cvs-rev, rst-version)
2074         (rst-package-emacs-version-alist): New functions and variables
2075         for version information.
2077         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2078         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2079         (rst-mode-syntax-table, rst-mode): New and corrected functions
2080         and variables representing reStructuredText features.
2082         (rst-re): New function for reStructuredText regexes.  Use in
2083         many places.
2085         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2086         (rst-mode-map): Rebind keys.
2088         (rst-mode-lazy, rst-font-lock-keywords)
2089         (rst-font-lock-extend-region)
2090         (rst-font-lock-extend-region-internal)
2091         (rst-font-lock-extend-region-extend)
2092         (rst-font-lock-find-unindented-line-limit)
2093         (rst-font-lock-find-unindented-line-match)
2094         (rst-adornment-level, rst-font-lock-adornment-level)
2095         (rst-font-lock-adornment-match)
2096         (rst-font-lock-handle-adornment-pre-match-form)
2097         (rst-font-lock-handle-adornment-matcher): Major revision of
2098         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
2100         (rst-preferred-adornments, rst-adjust-hook)
2101         (rst-new-adornment-down, rst-preferred-bullets)
2102         (rst-preferred-bullets, rst-indent, rst-indent-width)
2103         (rst-indent-field, rst-indent-literal-normal)
2104         (rst-indent-literal-minimized, rst-indent-comment): Change,
2105         extend and improve customization.
2107         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2108         (rst-normalize-cursor-position, rst-get-decoration)
2109         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2110         (rst-rstrip, rst-toc-insert-find-delete-contents)
2111         (rst-shift-fill-region, rst-compute-bullet-tabs)
2112         (rst-debug-print-tabs, rst-debug-mark-found)
2113         (rst-shift-region-guts, rst-shift-region-right)
2114         (rst-shift-region-left, rst-use-char-classes)
2115         (rst-font-lock-keywords-function)
2116         (rst-font-lock-indentation-point)
2117         (rst-font-lock-find-unindented-line-begin)
2118         (rst-font-lock-find-unindented-line-end)
2119         (rst-font-lock-find-unindented-line)
2120         (rst-font-lock-adornment-point, rst-font-lock-level)
2121         (rst-adornment-level-alist): Remove functions and variables.
2123         (rst-compare-adornments, rst-get-adornment-match)
2124         (rst-suggest-new-adornment, rst-get-adornments-around)
2125         (rst-adornment-complete-p, rst-get-next-adornment)
2126         (rst-adjust-adornment, rst-display-adornments-hierarchy)
2127         (rst-straighten-adornments): Standardize function names to
2128         use "adornment" instead of "decoration".  Correct callers.
2129         Similar standardizing in many places.
2131         (rst-update-section, rst-adjust, rst-promote-region)
2132         (rst-enumerate-region, rst-bullet-list-region)
2133         (rst-repeat-last-character): Correct use of `interactive'.
2135         (rst-classify-adornment, rst-find-all-adornments)
2136         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2137         (rst-find-leftmost-column, rst-repeat-last-character):
2138         Refactor functions.
2140         (rst-find-title-line, rst-reset-section-caches)
2141         (rst-get-adornments-around, rst-adjust-adornment-work)
2142         (rst-arabic-to-roman, rst-roman-to-arabic)
2143         (rst-insert-list-pos, rst-insert-list-new-item)
2144         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2145         New functions.
2147         (rst-all-sections, rst-section-hierarchy)
2148         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2149         New variables.
2151         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2152         configuration instead of only buffer.  Change where necessary.
2154         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2155         (rst-shift-region, rst-adaptive-fill): New functions for
2156         indentation and filling.
2158         (rst-comment-line-break, rst-comment-indent)
2159         (rst-comment-insert-comment, rst-comment-region)
2160         (rst-uncomment-region): New functions for handling comments.
2162         (rst-compile): Quote shell arguments.
2164         (rst-compile-pdf-preview, rst-compile-slides-preview):
2165         Delete temporary files after use.
2167 2012-05-05  Glenn Morris  <rgm@gnu.org>
2169         * calendar/cal-html.el: Optionally include holidays in the output.
2170         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2171         (cal-html-holidays): New option.
2172         (cal-html-css-default): Add holiday entry.
2173         (holiday-in-range): Autoload it.
2174         (cal-html-htmlify-entry): Add optional class argument.
2175         (cal-html-htmlify-list): Add optional holidays argument.
2176         (cal-html-insert-agenda-days): Include holidays in the output.
2177         (cal-html-one-month): Maybe include holidays.
2179         * calendar/holidays.el (holiday-in-range):
2180         Move here from cal-tex-list-holidays.
2181         * calendar/cal-tex.el (cal-tex-list-holidays):
2182         Make it an obsolete alias for holiday-in-range.  Update all callers.
2184 2012-05-05  Chong Yidong  <cyd@gnu.org>
2186         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2187         Nextstep.
2189 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
2191         * files.el (file-auto-mode-skip): New var.
2192         (set-auto-mode-1): Use it.
2194 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2196         * repeat.el: Use lexical-binding.
2197         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2198         (repeat-undo-count): Remove.
2199         (repeat):
2200         * progmodes/octave-mod.el (octave-abbrev-start):
2201         * progmodes/f90.el (f90-abbrev-start):
2202         * face-remap.el (text-scale-adjust):
2203         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2205         * emacs-lisp/pcase.el (pcase--let*): New function.
2206         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2207         a bit more.
2208         (pcase--split-pred): Be more clever about ruling out overlap between
2209         a predicate and some constant pattern.
2210         (pcase--q1): Use `null' instead of (eq foo nil).
2212         * subr.el (setq-local, defvar-local): New macros.
2213         (kbd): Redefine as an alias.
2214         (with-selected-window): Leave unrelated frames alone.
2215         (set-temporary-overlay-map): New function.
2217 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2219         * subr.el (user-error): New function.
2220         * window.el (switch-to-buffer):
2221         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2222         (smerge-match-conflict):
2223         * simple.el (previous-matching-history-element)
2224         (next-matching-history-element, goto-history-element, undo-more)
2225         (undo-start):
2226         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2227         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2228         (next-file, tags-loop-scan, list-tags, complete-tag):
2229         * progmodes/compile.el (compilation-loop):
2230         * mouse.el (mouse-minibuffer-check):
2231         * man.el (Man-bgproc-sentinel, Man-goto-page):
2232         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2233         (Info-history-forward, Info-follow-reference, Info-menu)
2234         (Info-extract-menu-item, Info-extract-menu-counting)
2235         (Info-forward-node, Info-backward-node, Info-next-menu-item)
2236         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2237         (Info-next-reference, Info-prev-reference, Info-index)
2238         (Info-index-next, Info-follow-nearest-node)
2239         (Info-copy-current-node-name):
2240         * imenu.el (imenu--make-index-alist)
2241         (imenu-default-create-index-function, imenu-add-to-menubar):
2242         * files.el (basic-save-buffer, recover-file):
2243         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2244         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2245         (checkdoc-message-text, checkdoc-defun):
2246         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2247         * cus-edit.el (customize-changed-options, customize-rogue)
2248         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2249         (custom-variable-mark-to-reset-standard)
2250         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2251         (custom-file):
2252         * completion.el (check-completion-length):
2253         * comint.el (comint-search-arg)
2254         (comint-previous-matching-input-string-position)
2255         (comint-previous-matching-input)
2256         (comint-replace-by-expanded-history-before-point, comint-send-input)
2257         (comint-copy-old-input, comint-backward-matching-input)
2258         (comint-goto-process-mark, comint-set-process-mark):
2259         * calendar/calendar.el (calendar-cursor-to-date): Use it.
2260         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2262 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * dabbrev.el (dabbrev--ignore-case-p): New function.
2265         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2266         Use it.
2268         * files.el (automount-dir-prefix): Mark as obsolete.
2270 2012-05-04  Glenn Morris  <rgm@gnu.org>
2272         * patcomp.el, play/bruce.el: Move to obsolete/.
2274 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2276         Fix minor Y10k bugs.
2277         * arc-mode.el (archive-unixdate):
2278         * autoinsert.el (auto-insert-alist):
2279         * calc/calc-forms.el (math-this-year):
2280         * emacs-lisp/copyright.el (copyright-current-year)
2281         (copyright-update-year, copyright):
2282         * tar-mode.el (tar-clip-time-string):
2283         * time.el (display-time-update):
2284         Don't assume years have 4 digits.
2286 2012-05-04  Chong Yidong  <cyd@gnu.org>
2288         * dos-w32.el (file-name-buffer-file-type-alist)
2289         (direct-print-region-use-command-dot-com):
2290         * ffap.el (ffap-menu-regexp):
2291         * find-file.el (ff-special-constructs):
2292         * follow.el (follow-debug):
2293         * forms.el (forms--debug):
2294         * iswitchb.el (iswitchb-all-frames):
2295         * ido.el (ido-all-frames):
2296         * emacs-lisp/timer.el (timer-max-repeats):
2297         * mail/feedmail.el (feedmail-mail-send-hook)
2298         (feedmail-mail-send-hook-queued):
2299         * mail/footnote.el (footnote-signature-separator):
2300         * mail/mailabbrev.el (mail-alias-separator-string)
2301         (mail-abbrev-mode-regexp):
2302         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2303         * progmodes/idlwave.el (idlwave-libinfo-file)
2304         (idlwave-default-completion-case-is-down)
2305         (idlwave-library-routines): Convert defvars to defcustoms.
2307         * mail/rmail.el (rmail-decode-mime-charset):
2308         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2309         (idlwave-shell-fix-inserted-breaks)
2310         (idlwave-shell-activate-alt-keybindings)
2311         (idlwave-shell-use-breakpoint-glyph):
2312         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2314 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2318 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
2320         * progmodes/verilog-mode.el (font-lock-keywords):
2321         Fix mis-highligting auto.  Reported by Craig Barner.
2322         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2323         defines from global name space. Reported by Dan Dever.
2324         (verilog-auto-reset, verilog-auto-reset-widths)
2325         (verilog-auto-tieoff): Support using unbased numbers for
2326         AUTORESET and AUTOTIEOFF.
2327         (verilog-submit-bug-report): Update variable list.
2328         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2329         parenthesis from not matching. Reported by Michael Rytting.
2330         (verilog-auto-template-lint): Fix hash error when linting modules
2331         with no used templates.
2332         (verilog-warn, verilog-warn-error)
2333         (verilog-warn-fatal): When non-interactive report multiple
2334         warnings before exiting.  Suggested by Brad Dobbie.
2335         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2336         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2337         to report unused template errors.  Reported by Brad Dobbie.
2338         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2339         nets, bug438. Reported by Vns Blore.
2340         (verilog-auto-inout-module, verilog-auto-reg)
2341         (verilog-read-decls, verilog-read-sub-decls-sig)
2342         (verilog-signals-edit-wire-reg, verilog-signals-with):
2343         Fix passing of Verilog data types in ANSI input/output ports
2344         such as "output logic" into the AUTOs. Special case "wire" and
2345         "reg" for backwards compatibility presuming Verilog 2001.
2346         (verilog-auto-ascii-enum): Add "auto enum" as alias.
2347         (verilog-preprocess): Fix replication of preprocess output.
2348         Reported by Brad Dobbie.
2349         (verilog-auto-inst-interfaced-ports):
2350         Create verilog-auto-inst-interfaced-ports, bug429.
2351         Reported by Julian Gorfajn.
2352         (verilog-after-save-font-hook)
2353         (verilog-before-save-font-hook): New variable.
2354         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2355         (verilog-save-font-mods): Wrap disabling fontification, reported
2356         by David Rogoff.
2357         (verilog-do-indent, verilog-pretty-declarations-auto)
2358         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2359         Reported by Pierre-David Pfister.
2360         (verilog-set-auto-endcomments): Fix endtask auto comments outside
2361         of class declarations, bug292.  Reported by Kevin Heilman.
2362         (verilog-read-decls): Fix 'parameter type' not appearing in
2363         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
2364         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2365         AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2366         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2367         Reported by David Kravitz.
2369 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
2371         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2372         assignment with tests in ifs and for loops.
2373         (verilog-extended-complete-re, verilog-complete-reg): Change so
2374         that DPI inport functions don't look like fuction declarations.
2375         (verilog-pretty-expr): Don't line up assignment
2376         operations to the test and increment in if and for loops
2377         (verilog-extended-complete-re, verilog-complete-reg): Change so
2378         that DPI inport functions don't look like fuction declarations
2380 2012-05-03  Kenichi Handa  <handa@m17n.org>
2382         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
2383         decoding, and show a warning message without signaling an error
2384         (Bug#11282).
2386 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * emacs-lisp/bytecomp.el
2389         (byte-compile-file-form-custom-declare-variable): Compile all elements,
2390         since cconv.el might have introduced :fun-body, internal-make-closure,
2391         and friends for bytecomp to handle (bug#11391).
2392         * custom.el (defcustom): Avoid ((λ ..) ..).
2394 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2398 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
2400         * notifications.el (dbus-debug):
2401         * term/linux.el (gpm-mouse-enable):
2402         * term/screen.el (xterm-register-default-colors): Declare.
2404 2012-05-02  Chong Yidong  <cyd@gnu.org>
2406         * cus-start.el (gc-cons-percentage, exec-suffixes)
2407         (dos-display-scancodes, dos-hyper-key, dos-super-key)
2408         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2409         (make-cursor-line-fully-visible, void-text-area-pointer)
2410         (font-list-limit): Add customization data.
2412         * allout.el (allout-exposure-change-functions)
2413         (allout-structure-added-functions)
2414         (allout-structure-deleted-functions)
2415         (allout-structure-shifted-functions): Rename abnormal hooks from
2416         *-hook, and convert to defcustoms.
2417         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2418         Convert to defcustoms.
2419         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2421         * allout-widgets.el: Hook callers changed.
2423 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
2425         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2426         the yanked message in preference to the default value of
2427         buffer-file-coding-system.
2429 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
2431         * window.el (display-buffer--action-function-custom-type):
2432         Fix entry.
2434 2012-05-02  Alan Mackenzie  <acm@muc.de>
2436         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2438 2012-05-01  Glenn Morris  <rgm@gnu.org>
2440         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2442         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
2444         * cus-edit.el (custom-variable-documentation): Simplify with format.
2446 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2447             Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * simple.el (suggest-key-bindings, execute-extended-command):
2450         Move from keyboard.c.
2452 2012-05-01  Chong Yidong  <cyd@gnu.org>
2454         * follow.el: Eliminate advice.
2455         (set-process-filter, process-filter, sit-for): Advice deleted.
2456         (follow-mode-off-hook): Obsolete hook removed.
2457         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2458         Vars deleted.
2459         (follow-auto): Use a :set function.
2460         (follow-mode): Rewritten.  Don't advise process filters.
2461         (follow-switch-to-current-buffer-all, follow-scroll-up)
2462         (follow-scroll-down): Assume follow-mode is bound.
2463         (follow-comint-scroll-to-bottom)
2464         (follow-align-compilation-windows): New functions.
2465         (follow--window-sorter): New function.
2466         (follow-all-followers): Use it to explicitly sort windows by their
2467         positions; don't make assumptions about next-window order.
2468         (follow-windows-start-end, follow-delete-other-windows-and-split)
2469         (follow-calc-win-start): Doc fix.
2470         (follow-windows-aligned-p, follow-select-if-visible): Don't call
2471         vertical-motion unnecessarily.
2472         (follow-adjust-window): New function.
2473         (follow-post-command-hook): Use it.
2474         (follow-call-set-process-filter, follow-call-process-filter)
2475         (follow-intercept-process-output, follow-tidy-process-filter-alist)
2476         (follow-stop-intercept-process-output, follow-generic-filter):
2477         Functions deleted.
2478         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
2479         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2480         New functions, replacing advice on scroll-bar-* commands.
2481         (follow-mwheel-scroll): New function (Bug#4112).
2483         * comint.el (comint-adjust-point): New function.
2484         (comint-postoutput-scroll-to-bottom): Use it.
2485         Call follow-comint-scroll-to-bottom for Follow mode buffers.
2487 2012-05-01  Glenn Morris  <rgm@gnu.org>
2489         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2490         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2491         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2492         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2493         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2494         Remove no-byte-compile setting.
2496 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * minibuffer.el (completion-table-with-quoting): Fix compatibility
2499         all-completions code to not return a number in the last cdr.
2501 2012-04-30  Leo Liu  <sdl.web@gmail.com>
2503         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2504         read-only error.
2506 2012-04-29  Chong Yidong  <cyd@gnu.org>
2508         * follow.el (follow-calc-win-end): Rewrite to handle partial
2509         screen lines correctly (Bug#8390).
2510         (follow-avoid-tail-recenter): Minor cleanup.
2512 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         Avoid the obsolete `assoc' package.
2515         * speedbar.el (speedbar-refresh): Avoid adelete.
2516         (speedbar-file-lists): Simplify and avoid aput.
2517         * man.el (Man--sections, Man--refpages): New vars, replacing
2518         Man-sections-alist and Man-refpages-alist.
2519         (Man-build-section-alist, Man-build-references-alist):
2520         Use them; avoid aput.
2521         (Man--last-section, Man--last-refpage): New vars.
2522         (Man-follow-manual-reference): Use them.
2523         Use the `default' arg of completing-read.
2524         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
2526 2012-04-27  Chong Yidong  <cyd@gnu.org>
2528         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2530         * startup.el (x-apply-session-resources): New function.
2532         * term/ns-win.el (ns-initialize-window-system):
2533         * term/w32-win.el (w32-initialize-window-system):
2534         * term/x-win.el (x-initialize-window-system): Use it to properly
2535         set menu-bar-mode and other vars from X resources, even if the
2536         initial frame is not a window-system frame (Bug#2299).
2538         * subr.el (read-key): Avoid running filter function when setting
2539         up temporary tool bar entries (Bug#9922).
2541 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2543         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2544         (Bug#11344)
2546 2012-04-27  Chong Yidong  <cyd@gnu.org>
2548         * select.el (xselect--encode-string): New function, split from
2549         xselect-convert-to-string.
2550         (xselect-convert-to-string): Use it.
2551         (xselect-convert-to-filename, xselect-convert-to-os)
2552         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2553         returned strings are properly encoded (Bug#11315).
2555 2012-04-27  Chong Yidong  <cyd@gnu.org>
2557         * simple.el (delete-active-region): Move to killing custom group.
2559 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2561         * progmodes/which-func.el (which-func-current): Quote %
2562         characters for mode-line processing.
2564 2012-04-27  Chong Yidong  <cyd@gnu.org>
2566         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2567         reaching eob (Bug#11286).
2569 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
2571         * progmodes/gdb-mi.el (gdb-control-level): New variable.
2572         (gdb): Make it buffer-local and init to zero.
2573         (gdb-control-commands-regexp): New variable.
2574         (gdb-send): Don't wrap in "-interpreter-exec console" if
2575         gdb-control-level is positive.  Increment gdb-control-level
2576         whenever the command matches gdb-control-commands-regexp, and
2577         decrement it each time the command is "end".  (Bug#11279)
2579 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
2581         * window.el (adjust-window-trailing-edge, enlarge-window)
2582         (shrink-window, window-resize):
2583         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2584         windows (Bug#11276).
2586 2012-04-27  Chong Yidong  <cyd@gnu.org>
2588         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
2589         fix "missing prefix" warning.  All callers changed.
2591 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * emacs-lisp/assoc.el: Move to obsolete/.
2595 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2597         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
2599         * term/ns-win.el (ns-define-service):
2600         * progmodes/pascal.el (pascal-goto-defun):
2601         * progmodes/js.el (js--read-tab):
2602         * progmodes/etags.el (tags-lazy-completion-table):
2603         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2604         * emacs-lisp/ewoc.el (ewoc--wrap):
2605         * emacs-lisp/assoc.el (aput, adelete, amake):
2606         * doc-view.el (doc-view-convert-current-doc):
2607         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2609 2012-04-26  Chong Yidong  <cyd@gnu.org>
2611         * image.el (image-type-from-buffer): Only return supported image
2612         type (Bug#9045).
2614         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2615         value, for symmetry with diff-end-of-hunk.
2616         (diff-split-hunk, diff-find-source-location)
2617         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2618         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2619         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2620         compute the relevant hunk or file properly (Bug#6005).
2621         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2623 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * vc/vc-mtn.el:
2626         * vc/vc-hg.el:
2627         * vc/vc-git.el:
2628         * vc/vc-dir.el:
2629         * vc/vc-cvs.el:
2630         * vc/vc-bzr.el:
2631         * vc/vc-arch.el:
2632         * vc/vc.el: Replace lexical-let by lexical-binding.
2633         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2634         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2635         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2637 2012-04-26  Chong Yidong  <cyd@gnu.org>
2639         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2640         (diff-mode-shared-map): Bind it to / and [remap undo].
2642         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2643         (ediff-window-setup-function): Use it as the default, to set up
2644         windows based on whether the current frame is graphical (Bug#2138).
2645         (ediff-choose-window-setup-function-automatically): Make obsolete.
2647         * vc/ediff-init.el: Always define ediff-pixel-width/height.
2649 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         * ffap.el: Remove old code for obsolete package.
2652         (ffap-complete-as-file-p): Remove.
2654         Use completion-table-with-quoting for comint and pcomplete.
2655         * comint.el (comint--unquote&requote-argument)
2656         (comint--unquote-argument, comint--requote-argument): New functions.
2657         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2658         (comint-quote-filename): Use regexp-opt-charset.
2659         (comint--common-suffix, comint--common-quoted-suffix)
2660         (comint--table-subvert): Remove.
2661         (comint-unquote-function, comint-requote-function): New vars.
2662         (comint--complete-file-name-data): Use them with
2663         completion-table-with-quoting.
2664         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2665         * pcomplete.el (pcomplete-arg-quote-list)
2666         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2667         (pcomplete-unquote-argument-function): Default to non-nil.
2668         (pcomplete-unquote-argument): Simplify.
2669         (pcomplete--common-quoted-suffix): Remove.
2670         (pcomplete-requote-argument-function): New var.
2671         (pcomplete--common-suffix): New function.
2672         (pcomplete-completions-at-point): Use completion-table-with-quoting
2673         and completion-table-subvert.
2675         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2676         (minibuffer--double-dollars): Preserve properties.
2677         (completion--sifn-requote): New function.
2678         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2680         * minibuffer.el: Add support for completion of quoted/escaped data.
2681         (completion-table-with-quoting, completion-table-subvert): New funs.
2682         (completion--twq-try, completion--twq-all): New functions.
2683         (completion--nth-completion): New function.
2684         (completion-try-completion, completion-all-completions): Use it.
2686 2012-04-25  Leo Liu  <sdl.web@gmail.com>
2688         * progmodes/python.el (python-pdbtrack-get-source-buffer):
2689         Use compilation-message if available to find real filename.
2691 2012-04-25  Chong Yidong  <cyd@gnu.org>
2693         * vc/diff-mode.el (diff-setup-whitespace): New function.
2694         (diff-mode): Use it.
2696         * vc/diff.el (diff-sentinel):
2697         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2698         Whitespace mode variables based on diff style (Bug#8612).
2700 2012-04-25  Leo Liu  <sdl.web@gmail.com>
2702         * progmodes/python.el (python-send-region): Add suffix .py to the
2703         temp file.
2705         * files.el (auto-mode-alist): Use javascript-mode instead.
2707 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2709         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
2711         * soap-client.el (soap-resolve-references-for-sequence-type)
2712         (soap-resolve-references-for-array-type): Hack to prevent self
2713         references, see Bug#9.
2714         (soap-parse-envelope): Report the contents of the 'detail' node
2715         when receiving a fault reply.
2716         (soap-parse-envelope): Report the contents of the entire 'detail' node.
2718         * soap-inspect.el (soap-sample-value-for-simple-type)
2719         (soap-inspect-simple-type): New function.
2721         * soap-client.el (soap-simple-type): New struct.
2722         (soap-default-xsd-types, soap-default-soapenc-types)
2723         (soap-decode-basic-type, soap-encode-basic-type):
2724         support unsignedInt and double basic types.
2725         (soap-resolve-references-for-simple-type)
2726         (soap-parse-simple-type, soap-encode-simple-type): New function.
2727         (soap-parse-schema): Parse xsd:simpleType declarations.
2729         * soap-client.el (soap-default-xsd-types)
2730         (soap-default-soapenc-types): Add integer, byte and anyURI types.
2731         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
2732         the local name of "soapenc:Array".
2733         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
2734         decoding integer, byte and anyURI xsd types.
2736 2012-04-25  Chong Yidong  <cyd@gnu.org>
2738         * cus-edit.el (custom-buffer-create-internal): Update header text.
2740 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
2742         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
2743         settings on 'system-type', not on 'window-system'.  On MS-Windows,
2744         set interactive-mode on in GDB.
2746 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
2749         (ruby-syntax-propertize-regexp): Remove.
2750         (ruby-syntax-propertize-function): Split regexp into chunks.
2751         Match following code directly.
2753 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
2755         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
2756         (ruby-syntax-propertize-regexp): New function.
2757         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
2758         by a special keyword.
2760         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
2761         (ruby-syntax-general-delimiters-goto-beg)
2762         (ruby-syntax-propertize-general-delimiters): New functions.
2763         (ruby-syntax-propertize-function): Use them to handle GDL.
2764         (ruby-font-lock-keywords): Move old handling of GDL...
2765         (ruby-font-lock-syntactic-keywords): .. to here.
2766         (ruby-calculate-indent): Adjust indentation for GDL.
2768 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
2770         * notifications.el (top): Remove unneeded declarations.
2771         (notifications-specification-version): Change to "1.2".
2772         (notifications-interface, notifications-notify-method)
2773         (notifications-close-notification-method): Fix docstring.
2774         (notifications-get-capabilities-method): New defconst.
2775         (notifications-notify): Add :action-items, :resident and
2776         :transient hints.  Change "image_data" to "image-data" and
2777         "image_path" to "image-path".
2778         (notifications-get-capabilities): New defun.
2780 2012-04-24  Leo Liu  <sdl.web@gmail.com>
2782         * progmodes/python.el: Move hideshow setup to the end.
2784 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
2786         * window.el (handle-select-window): Clear echo area since this is
2787         no more done by read_char (Bug#11304).
2789 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
2792         and `/ M' to filter-derived-mode.
2793         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
2794         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2795         (ibuffer-mark-by-mode): Use default rather than initial-input.
2796         (ibuffer-filter-by-derived-mode): Autoload and require-match.
2798 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
2800         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
2801         (ibuffer-filter-by-derived-mode): New filter.
2802         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
2804 2012-04-23  Andreas Politz  <politza@fh-trier.de>
2806         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
2808 2012-04-23  Chong Yidong  <cyd@gnu.org>
2810         * cus-edit.el (customize-apropos, customize-apropos-options):
2811         Disable matching of non-option variables (Bug#11176).
2812         (customize-option, customize-option-other-window)
2813         (customize-changed-options): Doc fix.
2814         (customize-apropos-options, customize-apropos-faces)
2815         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
2817         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
2818         Fix word list splitting (Bug#11132).
2819         (apropos-symbol, apropos-keybinding, apropos-label)
2820         (apropos-property, apropos-function-button)
2821         (apropos-variable-button, apropos-misc-button): New faces.
2822         (apropos-symbol-face, apropos-keybinding-face)
2823         (apropos-label-face, apropos-property-face, apropos-match-face):
2824         Variables removed (Bug#8396).
2825         (apropos-library-button, apropos-format-plist, apropos-print)
2826         (apropos-print-doc, apropos-describe-plist): Callers changed.
2828 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
2830         * net/xesam.el (xesam-mode-map): Use let-bound map in
2831         initialization.  (Bug#11292)
2833 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2835         Preserve ispell session localwords when switching back to
2836         original buffer.
2838         * ispell.el (ispell-buffer-session-localwords): New buffer-local
2839         variable to hold buffer session localwords.
2840         (ispell-kill-ispell): add option 'clear to delete session
2841         localwords.
2842         (ispell-command-loop, ispell-change-dictionary)
2843         (ispell-buffer-local-words): Preserve session localwords when
2844         needed.
2846         * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
2847         Preserve session localwords when needed.
2849 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2851         * ispell.el (ispell-insert-word) Remove unneeded function using
2852         obsolete `translation-table-for-input'.
2853         (ispell-word, ispell-process-line, ispell-complete-word):
2854         Use plain `insert' instead of removed `ispell-insert-word'.
2856 2012-04-22  Chong Yidong  <cyd@gnu.org>
2858         * cus-edit.el (custom-variable-menu)
2859         (custom-variable-reset-saved, custom-face-menu)
2860         (custom-face-reset-saved): If there is no saved value, make the
2861         "reset-saved" operation bring back the default (Bug#9509).
2862         (custom-face-state): Properly detect themed faces.
2864         * faces.el (face-spec-set): Stop supporting deprecated form of
2865         third arg.
2867 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
2869         Move functions from C to Lisp.  Make non-blocking method calls
2870         the default.  Implement further D-Bus standard interfaces.
2872         * net/dbus.el (dbus-message-internal): Declare function.
2873         Remove unneeded function declarations.
2874         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
2875         (dbus-message-type-method-return, dbus-message-type-error)
2876         (dbus-message-type-signal): Declare variables.  Remove local
2877         definitions.
2878         (dbus-interface-dbus, dbus-interface-peer)
2879         (dbus-interface-introspectable, dbus-interface-properties)
2880         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
2881         Adapt docstring.
2882         (dbus-interface-objectmanager): New defconst.
2883         (dbus-call-method, dbus-call-method-asynchronously)
2884         (dbus-send-signal, dbus-method-return-internal)
2885         (dbus-method-error-internal, dbus-register-service)
2886         (dbus-register-signal, dbus-register-method): New defuns, moved
2887         from dbusbind.c
2888         (dbus-call-method-handler, dbus-setenv)
2889         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
2890         New defuns.
2891         (dbus-call-method-non-blocking): Make it an obsolete function.
2892         (dbus-unregister-object, dbus-unregister-service)
2893         (dbus-handle-event, dbus-register-property)
2894         (dbus-property-handler): Obey the new structure of
2895         `bus-registered-objects'.
2896         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
2897         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2898         Use `dbus-call-method'.
2900 2012-04-22  Chong Yidong  <cyd@gnu.org>
2902         * cus-edit.el (custom-commands, custom-reset-menu)
2903         (Custom-reset-standard): Tweak labels.
2904         (custom-reset-button-menu): Change default to t.
2905         (custom-buffer-create-internal): For the custom-reset-button-menu
2906         case, put the revert button first.
2907         (custom-group-subtitle): New face.
2908         (custom-group-value-create): Align docstring to a specific column.
2910         * wid-edit.el (widget-documentation-link-add): Don't handle
2911         indentation in this function.
2912         (widget-documentation-string-indent-to): New function.
2913         (widget-documentation-string-value-create): Use it.
2915         * autorevert.el (auto-revert):
2916         * epg-config.el (epg):
2917         * ibuffer.el (ibuffer):
2918         * mpc.el (mpc):
2919         * ses.el (ses):
2920         * eshell/eshell.el (eshell):
2921         * net/ange-ftp.el (ange-ftp):
2922         * progmodes/ebnf2ps.el (postscript):
2923         * progmodes/flymake.el (flymake):
2924         * progmodes/prolog.el (prolog):
2925         * progmodes/verilog-mode.el (verilog-mode):
2926         * progmodes/which-func.el (which-func):
2927         * term/xterm.el (xterm):
2928         * textmodes/picture.el (picture):
2929         * textmodes/tildify.el (tildify):
2930         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
2931         customization buffers.
2933 2012-04-22  Alan Mackenzie  <acm@muc.de>
2935         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2936         Adding a ) can hide the resulting (..) from searches.  Fix it.
2937         Bound the backward search to the position of the existing (.
2939 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
2941         * progmodes/verilog-mode.el (verilog-mode): Check whether
2942         which-func-modes is t before adding verilog-mode.
2943         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2945 2012-04-21  Leo Liu  <sdl.web@gmail.com>
2947         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
2949 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
2951         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
2952         filling of the last column of a table (Bug#5635).
2953         (woman-find-next-control-line): New arg, specifying an additional
2954         regexp component for the control line.
2955         (woman2-roff-buffer): Use it.
2956         (woman-break-table): New function.
2957         (woman2-TS): Use it.
2959 2012-04-21  Chong Yidong  <cyd@gnu.org>
2961         * woman.el (woman-set-buffer-display-table, woman-decode-region)
2962         (woman-horizontal-escapes, woman-negative-vertical-space)
2963         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
2964         (WoMan-warn-ignored): Use ?\s instead of ?\ .
2966 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * minibuffer.el (completion-file-name-table): Complete user names.
2970 2012-04-20  Leo Liu  <sdl.web@gmail.com>
2972         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
2973         and pcase-let*.
2975 2012-04-20  Chong Yidong  <cyd@gnu.org>
2977         * server.el (server-execute): Respect initial-buffer-choice if it
2978         is a string and there are no files to open (Bug#2825).
2979         (server-create-window-system-frame, server-create-tty-frame):
2980         Don't switch buffers here.
2981         (server-process-filter): Only try to open a window system frame if
2982         compiled with graphical support (Bug#8314).
2984 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
2986         * battery.el (battery-echo-area-format): Display remaining time
2987         for sysfs backend too (Bug#11269).
2988         (battery-linux-sysfs): Fix conditional for the charge.
2990 2012-04-20  Chong Yidong  <cyd@gnu.org>
2992         * progmodes/gdb-mi.el (gdb): Revert previous change.
2993         (gdb-inferior-io--init-proc): New function.
2994         (gdb-init-1): Use it.
2995         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
2996         responsible for allocating a new pty and hooking it to gdb when
2997         the old pty gets an EIO due to process exit.
2998         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
2999         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3000         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3002 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
3004         * window.el (window-min-size, window-sizable, window-min-delta)
3005         (window-max-delta, window--resizable, window-resizable)
3006         (window-total-size, window-full-height-p, window-full-width-p)
3007         (window-in-direction, window--resize-mini-window, window-resize)
3008         (window--resize-child-windows-normal)
3009         (window--resize-child-windows, window--resize-siblings)
3010         (window--resize-this-window, adjust-window-trailing-edge)
3011         (enlarge-window, shrink-window): Doc fixes.
3013 2012-04-20  Chong Yidong  <cyd@gnu.org>
3015         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3016         New function to call delete-process on the gdb-inferior buffer's pty.
3017         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3018         pty process (Bug#11273).
3019         (gdb-update): New arg to suppress talking to the gdb process.
3020         (gdb-done-or-error): Use it.
3021         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3022         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3023         sentinel not being called.
3025         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3027         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3029 2012-04-20  Glenn Morris  <rgm@gnu.org>
3031         * net/network-stream.el (open-network-stream): Doc fix.
3033 2012-04-20  Chong Yidong  <cyd@gnu.org>
3035         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3037 2012-04-20  Alan Mackenzie  <acm@muc.de>
3039         Ensure searching for keywords is case sensitive.
3041         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3042         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3043         (c-defun-name, c-mark-function, c-cpp-define-name)
3044         (c-comment-indent, c-scan-conditionals, c-indent-defun)
3045         (c-context-line-break): Bind case-fold-search to nil.
3047         * progmodes/cc-mode.el (c-font-lock-fontify-region):
3048         Bind case-fold-search to nil.
3050 2012-04-20  Chong Yidong  <cyd@gnu.org>
3052         * mail/sendmail.el (mail-bury): Call return action with the right
3053         Rmail buffer (Bug#11242).
3055         * server.el (server-process-filter): Handle corner case where both
3056         tty and nowait options are present (Bug#11102).
3058 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
3060         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
3061         (top level): Put into the executable the ident-style '$Id:' tag on
3062         windows-nt as well.
3064 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3066         * electric.el (electric-indent-post-self-insert-function): Check that
3067         electric-indent-mode is enabled in current buffer.
3069 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3071         * imenu.el (imenu-progress-message): Restore; it is "used" in
3072         erc/erc-imenu.el and net/snmp-mode.el.
3074 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3076         * avoid.el (mouse-avoidance-mode): Mark unused arg.
3077         (mouse-avoidance-nudge-mouse): Remove unused binding.
3079         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3081         * descr-text.el (describe-char):
3082         * progmodes/python.el (python-describe-symbol):
3083         Don't call `toggle-read-only', set `buffer-read-only'.
3085         * imenu.el (imenu-default-goto-function): Mark unused args.
3086         (imenu-progress-message): Remove obsolete macro; all callers changed.
3088         * subr.el (keymap-canonicalize): Remove unused binding.
3089         (read-passwd): Mark unused arg.
3091         * tutorial.el (tutorial--display-changes): Remove unused binding.
3092         (tutorial--save-tutorial-to): Remove unused variable.
3094         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3095         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3096         (package-generate-autoloads, package-menu--generate)
3097         (package-menu--find-upgrades): Remove unused bindings.
3099         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3100         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
3101         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3102         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3103         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3104         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3105         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3106         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3107         (cua-delete-char-rectangle): Mark unused args.
3108         (cua-align-rectangle): Remove unused binding.
3110         * mail/rmail.el (compilation--message->loc)
3111         (epa--find-coding-system-for-mime-charset): Declare.
3113         * net/dbus.el (dbus-register-service): Declare.
3114         (dbus-name-owner-changed-handler): Remove unused binding.
3116         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3117         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3118         (nxml-scan-backward-within): Mark unused arg.
3119         (nxml-dynamic-markup-word): Remove unused binding.
3121         * mouse.el (mouse-menu-major-mode-map):
3122         * emacs-lisp/authors.el (authors-scan-change-log)
3123         (authors-add-to-author-list):
3124         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3125         * emacs-lisp/smie.el (smie-auto-fill):
3126         * mail/sendmail.el (mail-bury):
3127         * mail/unrmail.el (unrmail):
3128         * net/tls.el (open-tls-stream):
3129         * textmodes/picture.el (picture-mouse-set-point):
3130         Remove unused bindings.
3132 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
3134         * net/tramp.el (tramp-action-password): Let-bind
3135         `enable-recursive-minibuffers' to t.
3137 2012-04-18  Sam Steingold  <sds@gnu.org>
3139         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3140         instead of 'string to accommodate values like [f11].
3141         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3142         * progmodes/gdb-mi.el: Likewise.
3144 2012-04-18  Leo Liu  <sdl.web@gmail.com>
3146         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3147         current buffer.
3148         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3149         LOCAL is nil.
3151 2012-04-18  Chong Yidong  <cyd@gnu.org>
3153         * simple.el (line-move): Use forward-line if in batch mode
3154         (Bug#11053).
3156 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
3158         * files.el (after-find-file): Do not try to add a final newline if
3159         the buffer is read-only (Bug#11156).
3161 2012-04-17  Richard Stallman  <rms@gnu.org>
3163         * mail/rmail.el (rmail-start-mail):
3164         Pass (rmail-mail-return...) for the return-action.
3165         Pass (rmail-yank-current-message...) for the yank-action.
3166         (rmail-yank-current-message): New function.
3167         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3168         (rmail-reply): Likewise.
3169         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3171         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
3172         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
3173         buffer, not newbuf.
3175 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
3177         * server.el (server-ensure-safe-dir): Simplify.
3179 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * emacs-lisp/smie.el: Provide smarter auto-filling.
3182         (smie-auto-fill): New function.
3183         (smie-setup): Use it.
3185         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3187 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3189         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3190         (comment-indent): Use it.
3192 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3194         * ses.el: The overall change is to add cell renaming, that is
3195         setting fancy names for cell symbols other than name matching
3196         "\\`[A-Z]+[0-9]+\\'" regexp .
3197         (ses-localvars): Add ses--renamed-cell-symb-list.
3198         (ses-create-cell-variable): New defun.
3199         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
3200         (ses-relocate-formula): Relocate formulas only for cells the
3201         symbols of which are not renamed, i.e. symbols whose names do not
3202         match regexp "\\`[A-Z]+[0-9]+\\'".
3203         (ses-relocate-all): Relocate values only for cells the symbols of
3204         which are not renamed.
3205         (ses-load): Create cells variables as the (ses-cell ...) are read,
3206         in order to check row col consistency with cell symbol name only
3207         for cells that are not renamed.
3208         (ses-replace-name-in-formula): New defun.
3209         (ses-rename-cell): New defun.
3211 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
3213         * progmodes/perl-mode.el (perl-indent-parens-as-block):
3214         New option (bug#11118).
3215         (perl-calculate-indent): Respect it.
3217 2012-04-17  Glenn Morris  <rgm@gnu.org>
3219         * dired-aux.el (dired-mark-read-string): Doc fix.
3221 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
3223         * dired-aux.el (dired-mark-read-string): Offer optional completion.
3224         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
3226 2012-04-17  Glenn Morris  <rgm@gnu.org>
3228         * mouse.el (mouse-drag-track):
3229         * speedbar.el (speedbar-frame-mode):
3230         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3232 2012-04-16  Leo Liu  <sdl.web@gmail.com>
3234         * progmodes/python.el: Trivial cleanup.
3236 2012-04-16  Glenn Morris  <rgm@gnu.org>
3238         * vc/vc.el (vc-string-prefix-p):
3239         * vc/pcvs-util.el (cvs-string-prefix-p):
3240         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3241         * mpc.el (mpc-string-prefix-p):
3242         Make all of these into obsolete aliases for string-prefix-p.
3243         Update callers.
3244         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3246         * textmodes/two-column.el: Move custom options to the start.
3247         (frame-width): Remove compat definition.
3248         (2C-associate-buffer, 2C-dissociate):
3249         Use with-current-buffer rather than save-excursion.
3250         (2C-dissociate): Force a mode-line update.
3251         (2C-autoscroll): Use ignore-errors.
3253         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3254         Autoload trivia.
3256         * emacs-lisp/cl-extra.el (*random-state*):
3257         Remove unnecessary declaration.
3259         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3261         * play/cookie1.el (cookie-snarf):
3262         Give an explicit error if input file cannot be read.
3264         * play/yow.el (yow-file): Use expand-file-name rather than concat.
3266         * progmodes/perl-mode.el (c-macro-expand):
3267         Remove unnecessary autoload (it is in loaddefs.el).
3269         * textmodes/picture.el (picture-desired-column)
3270         (picture-update-desired-column): Convert comments to doc-strings.
3271         (picture-substitute): Remove function.
3272         (picture-mode-map): Initialize in the defvar.
3274         * woman.el: Remove eval-after-load for tar-mode.
3275         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3276         (woman-tar-extract-file): Autoload it.
3278         * frame.el (automatic-hscrolling): Make this alias obsolete.
3280 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3282         * ispell.el (ispell-set-spellchecker-params): Post-process
3283         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3284         (ispell-dictionary-base-alist): Revert to original XEmacs
3285         friendly version for default.  [:alpha:] will be added in
3286         `ispell-set-spellchecker-params' if needed
3288 2012-04-16  Chong Yidong  <cyd@gnu.org>
3290         * image.el (imagemagick--extension-regexp): New variable.
3291         (imagemagick-register-types): Use it.
3292         (imagemagick-types-inhibit): Add :set function.  Allow new value
3293         of t to inhibit all types.
3295         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3296         so we can preload it.
3298         * loadup.el (fboundp): Preload regexp-opt, needed by
3299         imagemagick-register-types.
3301 2012-04-15  Chong Yidong  <cyd@gnu.org>
3303         * frame.el (scrolling): Remove nearly unused customization group.
3305         * scroll-all.el (scroll-all-mode): Move to windows group.
3307 2012-04-15  Chong Yidong  <cyd@gnu.org>
3309         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3311 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         Avoid the use of ((lambda ...) ...) in lexical-binding code.
3314         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
3316 2012-04-15  Glenn Morris  <rgm@gnu.org>
3318         * simple.el (process-file-side-effects): Doc fix.
3320 2012-04-15  Glenn Morris  <rgm@gnu.org>
3322         * international/mule-cmds.el (set-language-environment): Doc fix.
3324 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
3326         * server.el (server-auth-key, server-generate-key): Doc fixes.
3327         (server-get-auth-key): Doc fix.  Use `string-match-p'.
3328         (server-start): Reflow docstring.
3330 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
3332         * server.el (server-generate-key): `called-interactively-p'
3333         requires a parameter.
3335 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
3337         * server.el (server-auth-key): New variable.
3338         (server-generate-key, server-get-auth-key): New function.
3339         (server-start): Use the new variable and functions to allow
3340         setting a permanent server key (bug#9423).
3342 2012-04-14  Leo Liu  <sdl.web@gmail.com>
3344         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3346 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
3348         Spelling fixes.
3349         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3350         Emacs uses American spelling.
3352 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
3354         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3355         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
3356         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3357         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
3359 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         * progmodes/which-func.el (which-func-modes): Change default.
3363 2012-04-14  Kim F. Storm  <storm@cua.dk>
3365         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3366         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3368 2012-04-14  Chong Yidong  <cyd@gnu.org>
3370         * custom.el (custom-theme-set-variables): Doc fix.
3372 2012-04-14  Glenn Morris  <rgm@gnu.org>
3374         * international/mule.el (set-auto-coding-for-load): Doc fix.
3376 2012-04-14  Alan Mackenzie  <acm@muc.de>
3378         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3379         imenu work again for Objective C Mode.  Correct the *-index values,
3380         these having been disturbed by a previous change in 2011-08.
3382         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3383         Correct two search limits.
3385 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3389 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
3391         * international/characters.el: Fix sorting.
3393 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
3395         * international/characters.el: Add more missing Latin case pairs.
3397 2012-04-14  Glenn Morris  <rgm@gnu.org>
3399         * files.el (dir-locals-set-class-variables): Doc fix.
3401 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
3403         * international/characters.el: Add set-case-syntax-pair call for
3404         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3405         counterpart.  (Bug#11209)
3407         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
3409 2012-04-14  Glenn Morris  <rgm@gnu.org>
3411         * calendar/holidays.el (calendar-check-holidays): Doc fix.
3413 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
3415         * textmodes/ispell.el (ispell-dictionary-base-alist):
3416         Add data for Hebrew.
3418 2012-04-14  Chong Yidong  <cyd@gnu.org>
3420         * net/rcirc.el (rcirc-cmd-quit):
3421         Revert 2012-03-18 change (Bug#11192).
3423 2012-04-14  Glenn Morris  <rgm@gnu.org>
3425         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3427 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
3429         * minibuffer.el (completion-in-region-mode-map):
3430         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
3432 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
3434         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3436 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
3438         * minibuffer.el (minibuffer-local-filename-syntax): New variable
3439         to allow `C-M-f' and `C-M-b' to move to the nearest path
3440         separator (bug#9511).
3442 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
3444         * avoid.el: Require cl when compiling.  And also move the
3445         `provide' to the end.
3447 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3449         * avoid.el (mouse-avoidance-banish-position): New variable.
3450         (mouse-avoidance-banish-destination): Use it (bug#10165).
3452 2012-04-13  Leo Liu  <sdl.web@gmail.com>
3454         * progmodes/which-func.el (which-func-modes): Add objc-mode.
3456 2012-04-13  Ken Brown  <kbrown@cornell.edu>
3458         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
3459         this is no longer needed now that cygstart understands file:// URLs.
3460         (browse-url-filename-alist): For the same reason, don't modify
3461         file:// URLs on Cygwin.
3463 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3465         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3466         the region on shift if the binding is already shifted (bug#11221).
3468 2012-04-12  Glenn Morris  <rgm@gnu.org>
3470         * mail/mailpost.el: Move to obsolete/.
3472 2012-04-12  Drew Adams  <drew.adams@oracle.com>
3474         * imenu.el (imenu--generic-function): Ignore invisible definitions
3475         (bug#10123).
3477 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
3479         * hexl.el (hexl-bits): New variable.
3480         (hexl-options): Mention the variable in the doc string.
3481         (hexl-rulerise, hexl-line-displen): New functions.
3482         (hexl-mode): Mention the new variable.
3483         (hexl-mode, hexl-current-address, hexl-current-address):
3484         Use the displen.
3485         (hexl-ascii-start-column): New function.
3486         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3487         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3489 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3491         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3492         '("-i" ENCODING), in 2 separate command-line arguments, to specify
3493         the encoding, as expected by hunspell.
3495 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * battery.el (battery--linux-sysfs-regexp): New const.
3498         (battery-status-function): Use it.  Remove yeeloong special case.
3499         (battery-yeeloong-sysfs): Remove.
3500         (battery-echo-area-format): Remove yeeloong special case.
3502 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3505         Reported by Noah Friedman.
3507         * subr.el (read-passwd): Use read-string.
3509 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511         * vcursor.el (vcursor-move): Increase the priority of the overlay
3512         (bug#9663).
3514 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3516         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3517         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3519 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
3521         * textmodes/artist.el (artist-mode): Convert artist-mode to use
3522         define-minor-mode (bug#10760).
3524 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3526         * progmodes/grep.el (rgrep): Tweak the find command line so
3527         that directories matching `grep-find-ignored-files' won't be
3528         pruned (bug#10351).
3530 2012-04-11  Chong Yidong  <cyd@gnu.org>
3532         * startup.el (command-line): Remove support for long-obsolete
3533         variable font-lock-face-attributes.
3535 2012-04-11  Glenn Morris  <rgm@gnu.org>
3537         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3539 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3541         * window.el (window--state-get-1): Obey window-point-insertion-type.
3543 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
3545         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3546         to previous function when point is on the first character of a
3547         function.  Take care of that in `narrow-to-defun' (bug#6157).
3549 2012-04-11  Glenn Morris  <rgm@gnu.org>
3551         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3552         not just file-errors.
3554         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3555         (vc-bzr-sha1): Use internal sha1.
3557 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3559         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3561 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
3563         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3564         that start in the middle of the line (bug#10496).
3566 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
3568         * battery.el (battery-linux-proc-acpi): Only one battery is
3569         discharged at a time, but that seems to confuse battery.el when
3570         computing `rate-type' for the battery not being discharged
3571         (bug#10332).
3573 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3577         * international/quail.el: Use dolist and simplify.
3578         (quail-define-package, quail-update-keyboard-layout)
3579         (quail-define-rules): Use dolist.
3580         (quail-insert-kbd-layout, quail-get-translation): CSE.
3582         * tmm.el: Use dolist, remove left over hook.
3583         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3584         Use dolist.
3585         (calendar-load-hook): Don't mess with it.
3587         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3588         Use derived-mode-p.  Run the diff asynchronously.
3590 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592         * obsolete/mouse-sel.el: Add an Obsolete-since header.
3594 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
3596         * misc.el: Display absolute path of loaded DLLs (bug#10424).
3597         (list-dynamic-libraries--loaded): New function.
3598         (list-dynamic-libraries--refresh): Use it.
3600 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
3602         * progmodes/python.el (python-fill-paragraph):
3603         Make python-fill-region in a multiline string work when font-lock is
3604         disabled (bug#7018).
3606 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
3608         * language/european.el (cp775): Add oem/legacy (en)coding on
3609         DOS/MS Windows for the Baltic languages.  There are still plenty
3610         of texts written in this encoding/codepage (bug#6519).
3612 2012-04-10  Glenn Morris  <rgm@gnu.org>
3614         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3615         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3617 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
3619         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
3620         next-line "n" and previous-line "p" in order to make recentf more
3621         consistent with ibuffer, dired or org-mode (bug#9387).
3623 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625         * image.el (put-image): Return the overlay created instead of the
3626         optional input string (bug#7834).  Note that this may break code
3627         that is (for some reason or other) depending on `put-image'
3628         returning the string.
3630         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3632         * simple.el (zap-to-char): Allow zapping using input methods
3633         (bug#1580).
3635         * textmodes/fill.el (fill-region): Leave point and mark where they
3636         were before filling (bug#5399).
3638 2012-04-09  Glenn Morris  <rgm@gnu.org>
3640         * version.el (emacs-bzr-get-version):
3641         Handle lightweight checkouts of local branches.
3643 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
3645         * international/characters.el: Recover lost case pairs.  (Bug#11209)
3647 2012-04-09  Chong Yidong  <cyd@gnu.org>
3649         * custom.el (custom-variable-p): Return nil for non-symbol
3650         arguments instead of signaling an error.
3651         (user-variable-p): Obsolete alias for custom-variable-p.
3653         * apropos.el (apropos-variable):
3654         * files-x.el (read-file-local-variable):
3655         * simple.el (set-variable):
3656         * woman.el (woman-mini-help):
3657         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3659 2012-04-09  Glenn Morris  <rgm@gnu.org>
3661         * startup.el (normal-top-level): Don't look for leim-list.el
3662         in places where it will not be found.  (Bug#910)
3664         * international/mule-cmds.el (set-default-coding-systems):
3665         * files.el (normal-mode):
3666         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
3667         This function was removed with ucs-tables.el in 2008.
3669 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
3671         * textmodes/ispell.el (ispell-check-version): For hunspell, set
3672         ispell-encoding8-command to "-i", without a trailing space.
3673         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3674         separate command-line arguments, to specify the encoding, since
3675         that's how hunspell expects it.
3677 2012-04-08  Glenn Morris  <rgm@gnu.org>
3679         * loadup.el: Load bindings before cus-start.
3680         This reduces somewhat the number of "rogue" settings in emacs -Q.
3682 2012-04-07  Glenn Morris  <rgm@gnu.org>
3684         * version.el (emacs-bzr-get-version): New function.
3685         (emacs-bzr-version): New variable.
3686         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
3687         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3689 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
3691         * international/uni-bidi.el, international/uni-category.el:
3692         * international/uni-combining.el, international/uni-decimal.el:
3693         * international/uni-decomposition.el, international/uni-digit.el:
3694         * international/uni-lowercase.el, international/uni-mirrored.el:
3695         * international/uni-name.el, international/uni-numeric.el:
3696         * international/uni-titlecase.el, international/uni-uppercase.el:
3697         Update for Unicode 6.1.
3699 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
3701         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3703 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705         * window.el (shrink-window): Mention the `window-min-height'
3706         variable in the doc string.
3708 2012-04-05  Bastien Guerry  <bzg@altern.org>
3710         * color.el (color-lighten-name): Fix typo.
3712 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * server.el (server--on-display-p): New function.
3715         (server--on-display-p): Use it.
3717 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
3719         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3720         (bug#11145).
3722 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3724         * comint.el (comint--common-quoted-suffix): Check string boundary
3725         before comparing (bug#11158).
3726         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
3728 2012-04-04  Chong Yidong  <cyd@gnu.org>
3730         * minibuffer.el (completion-extra-properties): Doc fix.
3732         * subr.el (delayed-warnings-hook): Doc fix.
3734 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
3736         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
3737         selection (Bug#11159).
3738         (epa-insert-keys): Inform that the default public key will be
3739         exported if no key is selected.
3741 2012-04-04  Richard Stallman  <rms@gnu.org>
3743         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
3745 2012-04-03  Chong Yidong  <cyd@gnu.org>
3747         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
3748         mail-insert-file, not its obsolete alias mail-attach-file.
3750 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
3752         * notifications.el (notifications-notify): Fix docstring.
3754 2012-04-02  Glenn Morris  <rgm@gnu.org>
3756         * emacs-lisp/authors.el (authors-aliases): Another addition.
3758 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
3760         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
3761         `tramp-compat-call-process' instead of `tramp-local-call-process'.
3762         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
3764 2012-04-01  Chong Yidong  <cyd@gnu.org>
3766         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
3767         Handle root directory properly.
3768         (copy-directory): Caller changed.
3770         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3771         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
3773 2012-03-31  Glenn Morris  <rgm@gnu.org>
3775         * term/xterm.el (xterm-extra-capabilities): Doc fix.
3777         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
3779         * calendar/calendar.el (calendar-window-list)
3780         (calendar-hide-window): Restore.  (Bug#11140)
3781         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
3783         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
3785 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3787         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
3788         Check if file is a symlink (Bug#10489).
3790         * files.el (copy-directory): Likewise.
3792 2012-03-30  Chong Yidong  <cyd@gnu.org>
3794         * image.el (imagemagick-types-inhibit)
3795         (imagemagick-register-types): Doc fix.
3797 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3799         * ispell.el (ispell-get-extended-character-mode):
3800         Disable extended-char-mode for hunspell.  hunspell does not support it
3801         and treats ~word as ordinary words in pipe mode.
3803 2012-03-30  Glenn Morris  <rgm@gnu.org>
3805         * tutorial.el (help-with-tutorial): Ensure local variables don't
3806         happen to make the buffer read-only.  (Bug#11127)
3808 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
3811         (perl-calculate-indent): Return `noindent' in strings.
3813 2012-03-28  Sam Steingold  <sds@gnu.org>
3815         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
3816         instead of the broken adhockery which does not prevent calendar
3817         buffers from being displayed at random after exit.
3818         (calendar-window-list, calendar-hide-window): Remove the broken
3819         adhockery.
3821 2012-03-28  Glenn Morris  <rgm@gnu.org>
3823         * replace.el (query-replace-map): Doc fix.
3825 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
3827         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
3828         contents.  (Bug#11109)
3830 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3832         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
3833         (bug#11077).
3834         (avl-tree--check, avl-tree--check-node): New funs.
3836 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
3838         * window.el (switch-to-visible-buffer): New option.
3839         (switch-to-prev-buffer, switch-to-next-buffer):
3840         Observe switch-to-visible-buffer.  Make sure that checking for a window
3841         showing a buffer already is done on the same frame.
3843 2012-03-27  Glenn Morris  <rgm@gnu.org>
3845         * startup.el (mail-host-address): Doc fix.
3847 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3849         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
3850         than 197 variables.
3852 2012-03-26  Ami Fischman  <ami@fischman.org>
3854         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
3856 2012-03-26  Glenn Morris  <rgm@gnu.org>
3858         * files.el (save-buffers-kill-emacs): Doc fix.
3860         * startup.el (normal-top-level, command-line, command-line-1):
3861         Give them doc strings.
3863 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
3865         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
3866         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
3868 2012-03-25  Chong Yidong  <cyd@gnu.org>
3870         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
3871         theme if it was previously enabled before (Bug#11031).
3873         * cus-theme.el (custom-theme-write-faces): Retrieve current face
3874         spec with custom-face-get-current-spec if its :shown-value is not
3875         determined yet (Bug#9337).
3876         (customize-create-theme, custom-theme-revert): Doc fixes.
3878         * button.el (button-at): Minor addition to docstring.
3880 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
3882         * vc/vc.el (vc-merge): Fix a prompt.
3884 2012-03-24  Chong Yidong  <cyd@gnu.org>
3886         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
3887         point (Bug#9623).
3889         * button.el (button-at): Minor addition to docstring.
3891 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3893         * newcomment.el (comment-choose-indent): No space after BOL.
3895 2012-03-22  Sam Steingold  <sds@gnu.org>
3897         * window.el (switch-to-prev-buffer): Revert last patch because the
3898         bug turned out to be an advertised feature (Elisp manual 28.14).
3900 2012-03-22  Glenn Morris  <rgm@gnu.org>
3902         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
3903         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
3905 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907         * net/network-stream.el (network-stream-open-starttls): Make error
3908         message under Windows be less misleading.
3910 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
3912         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
3913         understands (bug#9942).
3915 2012-03-22  Chong Yidong  <cyd@gnu.org>
3917         * simple.el (end-of-visible-line): Handle return value of
3918         next-single-property-change properly (Bug#9371).
3920 2012-03-22  Kenichi Handa  <handa@m17n.org>
3922         * international/quail.el (quail-insert-kbd-layout): Fix previous
3923         change.  To avoid unwanted bidi reordering, use
3924         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
3926 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
3928         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
3929         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
3930         (ruby-beginning-of-indent): Be more careful with the difference
3931         between word-boundary and symbol boundary.
3932         (ruby-mode-syntax-table): Make : a symbol constituent.
3934 2012-03-21  Andreas Politz  <politza@fh-trier.de>
3936         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
3938 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         * progmodes/etags.el (tags-completion-at-point-function):
3941         Improve last fix.
3943         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
3945 2012-03-21  Sam Steingold  <sds@gnu.org>
3947         * progmodes/etags.el (tags-completion-at-point-function):
3948         Avoid the error when point is inside the pattern.
3950 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
3952         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
3953         line (Bug#10855).
3955 2012-03-21  Drew Adams  <drew.adams@oracle.com>
3957         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
3959 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
3961         * ido.el (ido-set-current-directory, ido-read-internal)
3962         (ido-choose-completion-string, ido-completion-help): Handle nil
3963         value of ido-completion-buffer (Bug#11008).
3965 2012-03-21  Sam Steingold  <sds@gnu.org>
3967         * window.el (switch-to-prev-buffer): Do not switch to a visible
3968         window previous buffer, just like with the frame previous buffers.
3970 2012-03-21  Chong Yidong  <cyd@gnu.org>
3972         * faces.el (make-face, make-empty-face, copy-face):
3973         * face-remap.el (face-remap-add-relative, face-remap-set-base):
3974         Doc fixes.
3976 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3978         * wid-edit.el (widget-complete-field): Remove (bug#11051).
3979         (widget-complete): Remove broken use of it.
3981 2012-03-20  Chong Yidong  <cyd@gnu.org>
3983         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3984         Use string-width and truncate-string-width to handle arbitrary
3985         characters.
3987 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
3989         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
3990         to draw rectangles, not squares.  (Regression introduced by revno
3991         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
3993 2012-03-18  Chong Yidong  <cyd@gnu.org>
3995         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
3996         it is not yet defined (for temacs).
3998 2012-03-18  Leo Liu  <sdl.web@gmail.com>
4000         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
4002 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
4004         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4005         (ispell-choices-win-default-height, ispell-silently-savep)
4006         (ispell-dictionary-alist, ispell-encoding8-command)
4007         (ispell-check-version, ispell-aspell-find-dictionary)
4008         (ispell-valid-dictionary-list, ispell-words-keyword)
4009         (ispell-get-word, ispell-internal-change-dictionary)
4010         (ispell-region, ispell-skip-region-list)
4011         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4012         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4013         (ispell-message-text-end, ispell-message)
4014         (ispell-buffer-local-parsing): Doc fix.
4016 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
4018         * htmlfontify.el: Add support for code block fontification for ODT
4019         export (Bug #9914).
4020         (hfy-optimisations): Define new option
4021         `body-text-only'
4022         (hfy-fontify-buffer): Honor above setting.
4023         (hfy-begin-span, hfy-end-span): New routines factored out form
4024         `hfy-fontify-buffer'.
4025         (hfy-begin-span-handler, hfy-end-span-handler): New variables
4026         that permit insertion of custom tags.
4027         (hfy-fontify-buffer): Use above handlers.
4028         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4029         (hfy-face-to-css): Re-defined to be a variable.
4030         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
4031         over multiple runs.  This is made possible by having the caller let
4032         bind a special variable `hfy-user-sheet-assoc'.
4033         (htmlfontify-string): New defun.
4034         (hfy-compile-face-map): Make sure that the last char in the
4035         buffer is correctly fontified.
4036         (hfy-face-resolve-face): Whitespace only change.
4038 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
4040         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4041         message more clear.
4043 2012-03-16  Leo Liu  <sdl.web@gmail.com>
4045         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4047 2012-03-16  Alan Mackenzie  <acm@muc.de>
4049         Further optimise the handling of large macros.
4051         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4052         limit to a call of `c-literal-limits'.
4053         (c-determine-+ve-limit): New function.
4054         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4055         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
4056         In CASE 5B, restrict a search limit to 500.
4057         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4059         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4060         Restrict macro bounds to +-500 from after-change's BEG END.
4062 2012-03-16  Leo Liu  <sdl.web@gmail.com>
4064         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4066 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
4068         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
4069         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
4071 2012-03-16  Glenn Morris  <rgm@gnu.org>
4073         * view.el (view-buffer, view-buffer-other-window)
4074         (view-buffer-other-frame): Doc fixes re special mode-class.
4076         * subr.el (eval-after-load): If named feature is provided not from
4077         a file, run after-load forms.  (Bug#10946)
4079         * calendar/calendar.el (calendar-insert-at-column):
4080         Handle non-unit-width characters a bit better.  (Bug#10978)
4082 2012-03-15  Chong Yidong  <cyd@gnu.org>
4084         * emacs-lisp/ring.el (ring-extend): New function.
4085         (ring-insert+extend): Extend the ring correctly (Bug#11019).
4087         * comint.el (comint-read-input-ring)
4088         (comint-add-to-input-history): Grow comint-input-ring lazily.
4090 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4092         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4093         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4095         * imenu.el: Fix multiple inheritance breakage (bug#9199).
4096         (imenu-add-to-menubar): Don't add a redundant index.
4097         (imenu-update-menubar): Handle a dynamically composed keymap.
4099 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4101         * mail/sendmail.el (mail-encode-header):
4102         Bind rfc2047-encode-encoded-words to nil.
4104 2012-03-13  Glenn Morris  <rgm@gnu.org>
4106         * calendar/calendar.el (calendar-string-spread):
4107         Handle non-unit-width characters a bit better.  (Bug#10978)
4109 2012-03-13  Leo Liu  <sdl.web@gmail.com>
4111         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4112         directory and file as argument (Bug#10822).
4114 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
4116         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4117         For dynamically generated code, follow $PC.
4118         (gdb-disassembly-handler-custom): Handle no function name case.
4120 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
4122         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4123         * emulation/ws-mode.el (ws-query-replace):
4124         * sort.el (sort-regexp-fields):
4125         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
4127 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * dabbrev.el: Fix cycle completion order (bug#10963).
4130         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4131         (dabbrev-completion): Don't use an obarray; provide
4132         a cycle-sort-function.
4134 2012-03-12  Leo Liu  <sdl.web@gmail.com>
4136         * simple.el (kill-new): Use equal-including-properties for comparison.
4137         (kill-do-not-save-duplicates): Doc fix.
4139 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * dabbrev.el: Fix cycle completion (bug#10963).
4142         Use lexical binding and wrap to 80 columns.
4143         (dabbrev-completion): Delay computing the list of completions.
4145 2012-03-12  Kenichi Handa  <handa@m17n.org>
4147         * international/quail.el (quail-insert-kbd-layout): Surround each
4148         row by LRO and PDF instead of inserting many LRMs.  Pad the left
4149         and right of each non-spacing marks.  Insert invisible space
4150         between lower and upper characters to prevent composition.
4152 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4154         * minibuffer.el (minibuffer-complete): Don't get confused when the
4155         function is run twice via different commands (bug#10958).
4156         (complete-with-action): Fix docstring.
4158 2012-03-12  Chong Yidong  <cyd@gnu.org>
4160         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4161         (nxml-completion-at-point-function): New function.
4162         (nxml-mode): Use it.
4163         (nxml-bind-meta-tab-to-complete-flag): Default to t.
4165         * emacs-lisp/package.el (package-unpack, package-unpack-single):
4166         Load generated autoloads file before byte compiling (Bug#10970).
4167         (package--make-autoloads-and-compile): New helper fun.
4169 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
4171         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4173 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
4175         * autorevert.el (auto-revert-handler): Ensure, that
4176         file-readable-p is applied only for local files or in
4177         auto-revert-tail-mode.
4179 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
4181         * server.el (server-eval-at): Handle non-tcp connections.
4182         Decode result string.
4184         * server.el (server-msg-size): New constant.
4185         (server-reply-print): New function.
4186         (server-eval-and-print): Use it.
4187         (server-eval-at): Use server-quote-arg and server-unquote-arg.
4188         Handle -print-nonl.
4190 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
4192         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4193         (Bug#10987).
4195 2012-03-11  Chong Yidong  <cyd@gnu.org>
4197         * simple.el (goto-line): Doc fix (Bug#9938).
4199         * subr.el (save-window-excursion): Doc fix (Bug#9979).
4201         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4202         when finished (Bug#10963).
4204 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
4206         * window.el (split-window-below): Fix bug in case where
4207         split-window-keep-point is nil (Bug#10971).
4209 2012-03-11  Juri Linkov  <juri@jurta.org>
4211         * replace.el (replace-highlight): Set isearch-word to nil
4212         unconditionally.  (Bug#10887)
4214 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
4216         * net/mairix.el (mairix-replace-invalid-chars): Rename from
4217         mairix-replace-illegal-chars; all callers changed.  Don't remove
4218         ^, ~, and = characters: they are meaningful in mairix search specs.
4219         (mairix-widget-create-query): Add usage information about mairix
4220         search forms: negating words, searching for substrings, etc.
4222 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
4224         * international/fontset.el (font-encoding-alist): Add an entry for
4225         ksx1001 (Bug#5667).
4227 2012-03-10  Richard Stallman  <rms@gnu.org>
4229         * mail/sendmail.el (mail-encode-header):
4230         Set rfc2047-encode-encoded-words.
4232         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4234         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4235         view buffer means not swapped.
4236         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4237         (rmail-write-region-annotate): Error if real text has disappeared.
4239         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4241 2012-03-10  Chong Yidong  <cyd@gnu.org>
4243         * emulation/cua-rect.el (cua--init-rectangles):
4244         * emulation/cua-base.el (cua--init-keymaps):
4245         Add delete-forward-char to remappings (Bug#9666).
4247 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
4249         * speedbar.el (speedbar-unhighlight-one-tag-line):
4250         Avoid unhighlighting due to frame switching (Bug#10275).
4252 2012-03-10  Chong Yidong  <cyd@gnu.org>
4254         * minibuffer.el (completion-in-region, completion-help-at-point):
4255         Give the completion field overlay a high priority (Bug#6830).
4257         * dired.el (dired-goto-file): Recognize absolute file name
4258         listings (Bug#7126).
4259         (dired-goto-file-1): New helper function.
4260         (dired-toggle-read-only): Inhibit warnings.
4262 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
4264         * net/dbus.el (dbus-property-handler): Return empty array if
4265         there are no properties.
4267 2012-03-09  Leo Liu  <sdl.web@gmail.com>
4269         * savehist.el (savehist-printable): Stricter check for string
4270         value (Bug#10937).
4272 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
4274         * mail/smtpmail.el (smtpmail-send-it):
4275         Bind coding-system-for-write to *-unix, so that FCC files are kept in
4276         valid mbox format.
4278 2012-03-09  Glenn Morris  <rgm@gnu.org>
4280         * files.el (dir-locals-find-file):
4281         Don't check result is regular, readable.
4282         (dir-locals-read-from-file): Demote errors.
4284 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
4286         * international/quail.el (quail-insert-kbd-layout):
4287         Insert invisible LRM characters before each character in a keyboard
4288         layout cell, to prevent their reordering by bidi display engine.
4289         For details, see the discussion in
4290         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4292 2012-03-08  Alan Mackenzie  <acm@muc.de>
4294         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4295         the starting position; make it extend the marked region when
4296         invoked repeatedly - all under appropriate circumstances.
4297         Fixes bugs #5525, #10906.
4299 2012-03-08  Glenn Morris  <rgm@gnu.org>
4301         * files.el (locate-dominating-file, dir-locals-find-file):
4302         Undo 2012-03-06 change.
4304 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
4306         * international/quail.el (quail-help):
4307         Force bidi-paragraph-direction be left-to-right.  See discussion in
4308         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4309         for the reason.
4311 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
4313         Avoid superfluous registering of signals.  (Bug#10807)
4315         * notifications.el (notifications-on-action-object)
4316         (notifications-on-close-object): New defvars.
4317         (notifications-on-action-signal, notifications-on-closed-signal):
4318         Unregister the signal if not needed any longer.
4319         (notifications-notify): Register `notifications-action-signal' or
4320         `notifications-closed-signal', if :on-action or :on-close has been
4321         passed as argument.
4323 2012-03-07  Chong Yidong  <cyd@gnu.org>
4325         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4326         non-X platforms.
4328 2012-03-06  Glenn Morris  <rgm@gnu.org>
4330         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4331         (x-disown-selection-internal, x-get-selection-internal):
4332         Doc fix (add arglist signatures).  (Bug#10783)
4334 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
4336         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4337         Handle breakpoints with no "type".
4339 2012-03-06  Glenn Morris  <rgm@gnu.org>
4341         * files.el (locate-dominating-file): Add optional predicate argument.
4342         (dir-locals-find-file): Make use of above change.
4344 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
4346         * info.el (Info-insert-dir): Also try "dir.gz".
4348 2012-03-06  Glenn Morris  <rgm@gnu.org>
4350         * files.el (dir-locals-find-file):
4351         Ignore non-readable or non-regular files.  (Bug#10928)
4353         * files.el (locate-dominating-file): Doc fix.
4355 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
4357         * calendar/calendar.el (calendar-set-mode-line):
4358         `getenv' returns a string.  (Bug#10951)
4360 2012-03-05  Leo Liu  <sdl.web@gmail.com>
4362         * simple.el (backward-delete-char-untabify): Constrain point to
4363         field (Bug#10939).
4365         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4367 2012-03-05  Chong Yidong  <cyd@gnu.org>
4369         * simple.el (count-words): If called from Lisp, return the word
4370         count, for symmetry with `count-lines'.  Arglist changed.
4371         (count-words--message): Args changed.  Consolidate counting code
4372         from count-words and count-words-region.
4373         (count-words-region): Caller changed.
4374         (count-lines-region): Make it an obsolete alias.
4376 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
4378         * saveplace.el (save-place-to-alist)
4379         (save-place-ignore-files-regexp): Allow value nil to disable this
4380         feature.
4382 2012-03-04  Chong Yidong  <cyd@gnu.org>
4384         * faces.el (face-spec-reset-face): For the default face, reset the
4385         attributes to default values (Bug#10748).
4387 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4390         previous patch: Check `message-send-mail-function', and not the
4391         default function (bug#10897).
4393 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
4395         * notifications.el (notifications-on-action-signal)
4396         (notifications-on-closed-signal): Check for unique service name of
4397         incoming event.  Fix error in removing entry.
4398         (top): Register for signals with wildcard service name.
4399         (notifications-notify): Use daemon unique service name for map entries.
4401 2012-03-04  Chong Yidong  <cyd@gnu.org>
4403         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
4405 2012-03-04  Glenn Morris  <rgm@gnu.org>
4407         * abbrev.el (copy-abbrev-table, abbrev-table-p)
4408         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4409         (expand-abbrev, define-abbrev-table): Doc fixes.
4411 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4414         `message-default-send-mail-function' and not `send-mail-function'
4415         when doing the prompting for `sendmail-query-once' before sending
4416         in Message buffers (bug#10897).
4418         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4419         This is inconsistent with all the other stream functions, which leave
4420         the setting up to the higher levels (if so wanted) (bug#10931).
4422 2012-03-02  Alan Mackenzie  <acm@muc.de>
4424         Depessimize the handling of very large macros.
4426         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4427         (c-macro-cache-syntactic): New variables to implement a one
4428         element macro cache.
4429         (c-invalidate-macro-cache): New function.
4430         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4431         Adapt to use the new cache.
4432         (c-state-safe-place): Use better the cache of safe positions.
4433         (c-state-semi-nonlit-pos-cache)
4434         (c-state-semi-nonlit-pos-cache-limit):
4435         New variables for...
4436         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
4437         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
4438         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4439         Use c-state-semi-safe-place.
4441         * progmodes/cc-langs.el (c-get-state-before-change-functions):
4442         Add c-invalidate-macro-cache to the C, C++, Obj entries.
4444 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
4446         * jka-compr.el (jka-compr-call-process):
4447         Apply `file-accessible-directory-p' only when the default directory is
4448         not remote.
4450 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
4452         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
4453         access of FILE2, if FILE1 does not exist.
4455         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4456         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4458         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4459         Add "PAGER=" to `process-environment'.
4461 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
4463         * progmodes/sql.el: Bug fix
4464         (sql-get-login-ext): Save login values in globals.
4465         (sql-get-login): Use new version of `sql-get-login-ext'.
4466         (sql-interactive-mode): Set global `sql-connection' to nil.
4467         (sql-connect): Set global values for connection.
4468         (sql-product-interactive): Save global values as buffer local.
4470 2012-02-29  Leo Liu  <sdl.web@gmail.com>
4472         * abbrev.el (define-abbrevs): Reset sys to nil.
4474 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4476         * files.el (file-equal-p): Rename from `files-equal-p'.
4477         Return nil when one or both files don't exist.
4478         (file-subdir-of-p): Now only top directory must exists,
4479         return nil if it doesn't.
4480         (copy-directory): No need to test with `file-subdir-of-p' after
4481         creating dir.
4482         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4483         to `file-equal-p'.
4485 2012-02-28  Glenn Morris  <rgm@gnu.org>
4487         * shell.el (shell-mode):
4488         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4489         * play/landmark.el (landmark-font-lock-face-O):
4490         * play/handwrite.el (handwrite):
4491         * play/gomoku.el (gomoku-O):
4492         * net/browse-url.el (browse-url-browser-display):
4493         * international/mule.el (define-charset):
4494         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4495         * filesets.el (filesets-find-file-delay):
4496         * eshell/em-xtra.el (eshell-xtra):
4497         * eshell/em-unix.el (eshell-grep):
4498         * emulation/viper.el (viper-mode):
4499         * emacs-lisp/regexp-opt.el (regexp-opt-group):
4500         * emacs-lisp/easymenu.el (easy-menu-define):
4501         * calendar/timeclock.el (timeclock-use-display-time):
4502         * bs.el (bs-mode):
4503         * bookmark.el (bookmark-save-flag):
4504         Doc fix (standardize possessive apostrophe usage).
4506 2012-02-27  Chong Yidong  <cyd@gnu.org>
4508         * emulation/viper-cmd.el (viper-intercept-ESC-key):
4509         Fix key-binding lookup for ESC key (Bug#9146).
4511         * font-lock.el (font-lock-specified-p): Rename from
4512         font-lock-spec-present.  Callers changed.
4514 2012-02-27  Daniel Hackney  <dan@haxney.org>
4516         * emacs-lisp/package.el (package-compute-transaction):
4517         Handle holding a package version to t in package-load-list.
4519 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
4521         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4522         (tramp-get-inode, tramp-get-device): Use cached values.
4524 2012-02-26  Alan Mackenzie  <acm@muc.de>
4526         Check there is a font-lock specification before doing initial
4527         fontification.
4529         * font-core.el (font-lock-mode): Move the conditional from
4530         :after-hook to font-lock-initial-fontify.
4531         (font-lock-default-function): Move the check for a specification
4532         to font-lock-spec-present.
4534         * font-lock.el (font-lock-initial-fontify): Call ...
4535         (font-lock-spec-present): New function.
4537 2012-02-26  Jim Blandy  <jimb@red-bean.com>
4539         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4540         (gdb-send): Apply it to the operand of the '-interpreter-exec
4541         console' command, so that we can pass arguments with (say) quotes
4542         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
4544 2012-02-26  Chong Yidong  <cyd@gnu.org>
4546         * help-fns.el (describe-function-1): Clarify description of
4547         remapping (Bug#10844).
4549         * files.el (files-equal-p): Doc fix.
4550         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
4551         and quit the loop once a mismatch is found.
4553 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
4555         * bs.el (bs--show-with-configuration): Don't throw an error
4556         if the window cannot be split; otherwise, subsequent calls to
4557         bs-show fail, restoring a stale window config.  (Bug#10882)
4559 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
4561         * term/ns-win.el (global-map): Bind ns-drag-file to
4562         ns-find-file (Bug#5855, Bug#10050).
4564 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4566         * calendar/parse-time.el (parse-time-string): Allow extractor to
4567         return nil.
4569 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
4571         * net/tramp.el (tramp-file-name-for-operation):
4572         Add `files-equal-p' and `file-subdir-of-p'.
4574         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4575         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4576         Add COPY-CONTENTS argument.
4578 2012-02-25  Chong Yidong  <cyd@gnu.org>
4580         Add custom groups for VC backends, for consistency with vc-bzr.
4582         * vc/vc-arch.el (vc-arch):
4583         * vc/vc-cvs.el (vc-cvs):
4584         * vc/vc-git.el (vc-git):
4585         * vc/vc-hg.el (vc-hg):
4586         * vc/vc-mtn.el (vc-mtn):
4587         * vc/vc-rcs.el (vc-rcs):
4588         * vc/vc-sccs.el (vc-sccs):
4589         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4590         All relevant defcustoms reassigned.
4592 2012-02-25  Chong Yidong  <cyd@gnu.org>
4594         * newcomment.el (comment-styles): Add autoload (Bug#10868).
4596         * term/x-win.el (x-initialize-window-system): Reduce default for
4597         x-selection-timeout to 5 seconds (Bug#8869).
4599 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4601         * files.el (files-equal-p, file-subdir-of-p): New functions.
4602         (copy-directory): Error when trying to copy a directory on itself.
4603         Add missing copy-contents arg to tramp handler.
4604         * dired-aux.el (dired-copy-file-recursive): Same.
4605         (dired-create-files): Modify destination when source is equal to
4606         dest when copying files.
4607         Return also when dest is a subdir of source.  (Bug#10489)
4609 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
4611         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4612         (Bug#10874)
4614 2012-02-23  Alan Mackenzie  <acm@muc.de>
4616         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4617         parameter "after-hook:" to allow the expansion to run code after
4618         the execution of the mode hooks.
4620         * font-lock.el (font-lock-initial-fontify): New function extracted
4621         from font-lock-mode-internal.
4623         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
4624         :after-hook.
4626 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4629         (completion--cache-all-sorted-completions): New function.
4630         (completion-all-sorted-completions): Use it.
4631         (completion--do-completion, minibuffer-force-complete):
4632         Use it to re-instate the flush hook.
4634         * icomplete.el (icomplete-completions): Replace last fix with a better
4635         one (bug#10850).
4637 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
4639         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4640         when it might call us back infinitely (bug#10797).
4642 2012-02-23  Glenn Morris  <rgm@gnu.org>
4644         * minibuffer.el (completion-category-overrides): Doc fix.
4646 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * minibuffer.el (completion-table-with-context): Fix inf-loop.
4649         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4651 2012-02-23  Glenn Morris  <rgm@gnu.org>
4653         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
4654         (authors-obsolete-files-regexps, authors-ignored-files)
4655         (authors-ambiguous-files, authors-renamed-files-alist):
4656         Add more entries.
4658 2012-02-23  Juri Linkov  <juri@jurta.org>
4660         * isearch.el (isearch-occur): Sync interactive spec with occur's
4661         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
4663         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4665 2012-02-22  Juri Linkov  <juri@jurta.org>
4667         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4668         (ucs-insert): Doc fix.  Check for hex digits in the string.
4669         Don't display `nil' in the error message.  (Bug#10857)
4671 2012-02-22  Alan Mackenzie  <acm@muc.de>
4673         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
4675 2012-02-22  Glenn Morris  <rgm@gnu.org>
4677         * ffap.el (ffap-c-path):
4678         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
4680 2012-02-22  Chong Yidong  <cyd@gnu.org>
4682         * custom.el (load-theme): Doc fix.
4684 2012-02-22  Glenn Morris  <rgm@gnu.org>
4686         * dired-x.el (dired-guess-shell-alist-default):
4687         Remove escape sequences from nroff output.  (Bug#172)
4689 2012-02-21  Glenn Morris  <rgm@gnu.org>
4691         * vc/emerge.el (emerge-defvar-local):
4692         Set `permanent-local' property rather than unused `preserved'.
4694         * textmodes/picture.el (picture-delete-char): New alias.
4695         (picture-mode-map): Use it.  (Bug#10860)
4696         (picture-mode): Doc fix.
4698 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
4700         * newcomment.el (uncomment-region-default): Remove unused binding.
4702 2012-02-21  Glenn Morris  <rgm@gnu.org>
4704         * textmodes/picture.el (picture-motion, picture-motion-reverse)
4705         (picture-self-insert, picture-tab-chars): Doc fix.
4706         (picture-mode-map): Fix C-a, C-e.
4708 2012-02-20  Glenn Morris  <rgm@gnu.org>
4710         * emacs-lisp/authors.el (authors-aliases): Add another entry.
4712 2012-02-20  Leo Liu  <sdl.web@gmail.com>
4714         * icomplete.el (icomplete-completions): Check FROM arg before
4715         passing to substring (Bug#10850).
4717 2012-02-19  Chong Yidong  <cyd@gnu.org>
4719         * comint.el: Require ansi-color.
4720         (comint-output-filter-functions): Add ansi-color-process-output.
4722         * ansi-color.el: Don't set comint-output-filter-functions; it is
4723         now in the initial value defined in comint.el.
4724         (ansi-color-apply-face-function): New variable.
4725         (ansi-color-apply-on-region): Use it.
4726         (ansi-color-apply-overlay-face): New function.
4728         * shell.el (shell): No need to require ansi-color.
4729         (shell-mode): Use ansi-color-apply-face-function to highlight
4730         color escapes using font-lock-face property (Bug#10835).
4732 2012-02-19  Chong Yidong  <cyd@gnu.org>
4734         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4735         mode-line formats (Bug#10839).
4737 2012-02-18  Glenn Morris  <rgm@gnu.org>
4739         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4741         * mail/undigest.el (unforward-rmail-message): Doc fix.
4743         * saveplace.el (save-place-ignore-files-regexp): Add :version.
4745 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
4747         * international/characters.el (script-list): Sync with the latest
4748         Unicode Character Database.
4750 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
4752         * international/titdic-cnv.el: Remove duplicate coding tag.
4753         * language/cham.el: Likewise.
4754         * language/tai-viet.el: Likewise.
4756 2012-02-18  Glenn Morris  <rgm@gnu.org>
4758         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
4759         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
4760         (calendar-bahai-all-holidays-flag, calendar-other-dates):
4761         * calendar/diary-lib.el (diary-abbreviated-year-flag):
4762         * calendar/holidays.el (holiday-bahai-holidays)
4763         (calendar-holidays, list-holidays):
4764         Use utf-8 Bahá'í in doc-strings, menus, etc.
4766 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
4768         * saveplace.el (save-place-ignore-files-regexp): New variable
4769         allowing for excluding files from saving their location of point.
4770         The default value matches the temporary commit message editing
4771         files from Git, SVN, Bazaar, and Mercurial.
4772         (save-place-to-alist): Use it.
4774 2012-02-17  Lawrence Mitchell <wence@gmx.li>
4775             Stefan Monnier  <monnier@iro.umontreal.ca>
4777         * newcomment.el (uncomment-region-default): Don't leave extra space
4778         when an arg is provided (bug#8150).
4780 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4782         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
4784 2012-02-17  Glenn Morris  <rgm@gnu.org>
4786         * net/socks.el: Require network-stream.  (Bug#10599)
4788 2012-02-17  Kenichi Handa  <handa@m17n.org>
4790         * international/charprop.el:
4791         * international/uni-name.el:
4792         * international/uni-old-name.el:
4793         * international/uni-comment.el: Regenerate.
4795 2012-02-16  Glenn Morris  <rgm@gnu.org>
4797         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
4798         Interactively in calendar buffer, give an error if not on a date.
4800 2012-02-15  Glenn Morris  <rgm@gnu.org>
4802         * shell.el (shell-delimiter-argument-list):
4803         Revert 2011-02-17 change.  (Bug#8027)
4805 2012-02-15  Chong Yidong  <cyd@gnu.org>
4807         * minibuffer.el (completion-at-point-functions): Doc fix.
4809         * custom.el (defcustom): Doc fix; note use of defvar.
4811 2012-02-15  Glenn Morris  <rgm@gnu.org>
4813         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
4814         Doc fixes.
4816 2012-02-14  Glenn Morris  <rgm@gnu.org>
4818         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
4820 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4822         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
4823         way the ports list is computed.
4824         (smtpmail-query-smtp-server): Prompt the user for a port number if
4825         we can't connect to any of the standard ports (bug#10810).
4827 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4829         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
4831 2012-02-13  Glenn Morris  <rgm@gnu.org>
4833         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
4835 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4837         * net/gnutls.el (gnutls-trustfiles): New variable.
4838         (gnutls-negotiate): Use it.
4840 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4842         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
4843         does its stuff if Gnus is running.
4845 2012-02-13  Alan Mackenzie  <acm@muc.de>
4847         Fix a loop in c-set-fl-decl-start.
4849         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
4850         c-backward-syntactic-ws actually moves backwards.
4852 2012-02-13  Leo Liu  <sdl.web@gmail.com>
4854         * net/rcirc.el (rcirc-markup-attributes): Move point to the
4855         beginning so that all \C-o chars are removed.
4857 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4859         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
4861 2012-02-12  Alan Mackenzie  <acm@muc.de>
4863         Fix infinite loop with long macros.
4864         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
4866 2012-02-12  Chong Yidong  <cyd@gnu.org>
4868         * window.el (display-buffer): Doc fix (Bug#10785).
4870 2012-02-12  Glenn Morris  <rgm@gnu.org>
4872         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4873         (x-disown-selection-internal, x-get-selection-internal):
4874         Sync docs with the xselect.c versions.
4876         * allout-widgets.el: Add missing license notice.
4878 2012-02-11  Glenn Morris  <rgm@gnu.org>
4880         * select.el (x-get-selection-internal, x-own-selection-internal)
4881         (x-disown-selection-internal):
4882         * x-dnd.el (x-get-selection-internal): Update declarations.
4884         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
4886         * window.el (window-sides-slots):
4887         * tool-bar.el (tool-bar-position):
4888         * term/xterm.el (xterm-extra-capabilities):
4889         * ses.el (ses-self-reference-early-detection):
4890         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
4891         (verilog-auto-wire-type)
4892         (verilog-auto-delete-trailing-whitespace)
4893         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
4894         (verilog-auto-tieoff-declaration):
4895         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
4896         (sql-oracle-statement-starters, sql-oracle-scan-on):
4897         * progmodes/prolog.el (prolog-align-comments-flag)
4898         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
4899         (prolog-left-indent-regexp, prolog-paren-indent-p)
4900         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
4901         (prolog-types, prolog-mode-specificators)
4902         (prolog-determinism-specificators, prolog-directives)
4903         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
4904         (prolog-electric-dot-flag)
4905         (prolog-electric-dot-full-predicate-template)
4906         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
4907         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
4908         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
4909         (prolog-program-switches, prolog-prompt-regexp)
4910         (prolog-debug-on-string, prolog-debug-off-string)
4911         (prolog-trace-on-string, prolog-trace-off-string)
4912         (prolog-zip-on-string, prolog-zip-off-string)
4913         (prolog-use-standard-consult-compile-method-flag)
4914         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
4915         (prolog-imenu-max-lines, prolog-info-predicate-index)
4916         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
4917         (prolog-char-quote-workaround):
4918         * progmodes/cc-vars.el (c-defun-tactic):
4919         * net/tramp.el (tramp-encoding-command-interactive)
4920         (tramp-local-end-of-line):
4921         * net/soap-client.el (soap-client):
4922         * net/netrc.el (netrc-file):
4923         * net/gnutls.el (gnutls):
4924         * minibuffer.el (completion-category-overrides)
4925         (completion-cycle-threshold)
4926         (completion-pcm-complete-word-inserts-delimiters):
4927         * man.el (Man-name-local-regexp):
4928         * mail/feedmail.el (feedmail-display-full-frame):
4929         * international/characters.el (glyphless-char-display-control):
4930         * eshell/em-ls.el (eshell-ls-date-format):
4931         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
4932         (lisp-lambda-list-keyword-parameter-indentation)
4933         (lisp-lambda-list-keyword-parameter-alignment):
4934         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
4935         * dired-x.el (dired-omit-verbose):
4936         * cus-theme.el (custom-theme-allow-multiple-selections):
4937         * calc/calc.el (calc-highlight-selections-with-faces)
4938         (calc-lu-field-reference, calc-lu-power-reference)
4939         (calc-note-threshold):
4940         * battery.el (battery-mode-line-limit):
4941         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4942         (archive-7z-update):
4943         * allout.el (allout-prefixed-keybindings)
4944         (allout-unprefixed-keybindings)
4945         (allout-inhibit-auto-fill-on-headline)
4946         (allout-flattened-numbering-abbreviation):
4947         * allout-widgets.el (allout-widgets-auto-activation)
4948         (allout-widgets-icons-dark-subdir)
4949         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
4950         (allout-widgets-theme-dark-background)
4951         (allout-widgets-theme-light-background)
4952         (allout-widgets-item-image-properties-emacs)
4953         (allout-widgets-item-image-properties-xemacs)
4954         (allout-widgets-run-unit-tests-on-load)
4955         (allout-widgets-time-decoration-activity)
4956         (allout-widgets-hook-error-post-time)
4957         (allout-widgets-track-decoration):
4958         Add missing :version tags to new defcustoms and defgroups.
4960         * progmodes/sql.el (sql-ansi-statement-starters)
4961         (sql-oracle-statement-starters): Add custom type.
4963         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
4964         (prolog-system-version): Give it a type.
4966 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
4968         * term/pc-win.el (x-select-text, x-selection-owner-p)
4969         (x-own-selection-internal, x-disown-selection-internal)
4970         (x-get-selection-internal): Sync doc strings and argument lists
4971         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
4973 2012-02-11  Leo Liu  <sdl.web@gmail.com>
4975         * progmodes/python.el (python-end-of-statement): Fix infinite
4976         loop.  (Bug#10788)
4978 2012-02-10  Glenn Morris  <rgm@gnu.org>
4980         * international/mule-cmds.el (unify-8859-on-encoding-mode)
4981         (unify-8859-on-decoding-mode): Properly mark as obsolete.
4983 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4985         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
4986         about SMTP before checking the From header.
4988         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
4989         into own function for reuse by emacsbug.el.
4991 2012-02-10  Leo Liu  <sdl.web@gmail.com>
4993         * subr.el (condition-case-unless-debug): Rename from
4994         condition-case-no-debug.  All callers changed.
4995         (with-demoted-errors): Fix caller.
4997         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
4998         * nxml/rng-valid.el (rng-do-some-validation):
4999         * emacs-lisp/package.el (package-refresh-contents)
5000         (package-menu-execute):
5001         * desktop.el (desktop-create-buffer):
5002         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
5004 2012-02-10  Glenn Morris  <rgm@gnu.org>
5006         * textmodes/bibtex.el:
5007         Add missing :version tags for new/changed defcustoms.
5009         * files.el (remote-file-name-inhibit-cache): Doc fixes.
5011 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
5013         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5014         (smtpmail-via-smtp): Use it, or fall back on the From address.
5015         (smtpmail-send-it): Ditto.
5017 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5019         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5020         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
5021         (byte-compile-tmp-var): New const.
5022         (byte-compile-defvar): Use it to minimize .elc size.
5023         Just use `defvar' rather than simulate it (bug#10761).
5025 2012-02-09  Glenn Morris  <rgm@gnu.org>
5027         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
5029         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5030         Add :version tags.
5032         * progmodes/compile.el (compilation-error-screen-columns)
5033         (compilation-first-column, compilation-filter-start): Doc fixes.
5035         * vc/log-view.el (log-view-toggle-entry-display):
5036         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5038         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5039         (report-emacs-bug-can-use-xdg-email):
5040         (report-emacs-bug-insert-to-mailer): Doc fixes.
5041         (report-emacs-bug): Message fix.
5043         * net/browse-url.el (browse-url-can-use-xdg-open)
5044         (browse-url-xdg-open): Doc fixes.
5046         * electric.el (electric-indent-mode, electric-pair-mode)
5047         (electric-layout-rules, electric-layout-mode): Doc fixes.
5048         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5050 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
5052         * server.el (server-unselect-display): Don't inadvertently kill
5053         the current buffer.  (Bug#10729)
5055 2012-02-08  Glenn Morris  <rgm@gnu.org>
5057         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5058         (sql-list-table): Doc fixes.
5060         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5061         Comment out (does nothing).
5063         * completion.el (dynamic-completion-mode):
5064         * dirtrack.el (dirtrack-debug-mode):
5065         * electric.el (electric-layout-mode):
5066         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5067         * face-remap.el (text-scale-mode, buffer-face-mode):
5068         * iimage.el (iimage-mode):
5069         * image-mode.el (image-transform-mode):
5070         * minibuffer.el (completion-in-region-mode):
5071         * scroll-lock.el (scroll-lock-mode):
5072         * simple.el (next-error-follow-minor-mode):
5073         * tar-mode.el (tar-subfile-mode):
5074         * tooltip.el (tooltip-mode):
5075         * vcursor.el (vcursor-use-vcursor-map):
5076         * wid-browse.el (widget-minor-mode):
5077         * emulation/tpu-edt.el (tpu-edt-mode):
5078         * emulation/tpu-extras.el (tpu-cursor-free-mode):
5079         * international/iso-ascii.el (iso-ascii-mode):
5080         * language/thai-util.el (thai-word-mode):
5081         * mail/supercite.el (sc-minor-mode):
5082         * net/goto-addr.el (goto-address-mode):
5083         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5084         * progmodes/cwarn.el (cwarn-mode):
5085         * progmodes/flymake.el (flymake-mode):
5086         * progmodes/glasses.el (glasses-mode):
5087         * progmodes/hideshow.el (hs-minor-mode):
5088         * progmodes/pascal.el (pascal-outline-mode):
5089         * textmodes/enriched.el (enriched-mode):
5090         * vc/smerge-mode.el (smerge-mode):
5091         Doc fixes (minor mode argument).
5093 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
5095         * ls-lisp.el (ls-lisp-sanitize): New function.
5096         (ls-lisp-insert-directory): Use it to fix or remove any elements
5097         in file-alist with missing attributes.  (Bug#4673)
5099 2012-02-07  Alan Mackenzie  <acm@muc.de>
5101         Fix spurious recognition of c-in-knr-argdecl.
5103         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5104         putative K&R region.
5106 2012-02-07  Alan Mackenzie  <acm@muc.de>
5108         * progmodes/cc-engine.el (c-forward-objc-directive):
5109         Prevent looping in "#pragma mark @implementation".
5111 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
5113         * notifications.el (notifications-on-closed-signal): Make `reason'
5114         optional.  (Bug#10744)
5116 2012-02-07  Glenn Morris  <rgm@gnu.org>
5118         * emacs-lisp/easy-mmode.el (define-minor-mode):
5119         Doc fixes for the macro and the mode it defines.
5121         * image.el (imagemagick-types-inhibit): Doc fix.
5123         * cus-start.el (imagemagick-render-type): Add it.
5125 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5127         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5128         Set the default at load time, too, so that `font-lock-fontify-buffer'
5129         can be called without setting up the entire mode first.  This fixes
5130         a bug in `mm-inline-text' with C MIME parts.
5132 2012-02-06  Chong Yidong  <cyd@gnu.org>
5134         * simple.el (list-processes--refresh): Delete exited processes
5135         (Bug#8094).
5137         * comint.el (comint-next-prompt): next-single-char-property-change
5138         and prev-single-char-property-change never return nil (Bug#8657).
5140         * custom.el (defcustom): Doc fix (Bug#9711).
5142 2012-02-05  Chong Yidong  <cyd@gnu.org>
5144         * cus-edit.el (custom-variable-reset-backup): Quote the value
5145         before storing it in the customized-value property (Bug#6712).
5146         (custom-display): Add a customization type tag.
5147         (custom-buffer-create-internal): Improve tooltip message.
5149         * wid-edit.el (widget-field-value-get): New optional arg to
5150         suppress trailing whitespace truncation.
5151         (character): Use it (Bug#2689).
5153 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
5155         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5156         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5158 2012-02-05  Chong Yidong  <cyd@gnu.org>
5160         * cus-edit.el (custom-variable-value-create): For mismatched
5161         types, show the current value (Bug#7600).
5163         * custom.el (defcustom): Doc fix.
5165 2012-02-05  Glenn Morris  <rgm@gnu.org>
5167         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5169 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
5171         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5172         (pp-buffer): Use `ignore-errors', `looking-at-p'.
5173         (pp-last-sexp): Use `looking-at-p'.
5175 2012-02-04  Glenn Morris  <rgm@gnu.org>
5177         * files.el (revert-buffer):
5178         Doc fix (mention revert-buffer-in-progress-p).
5180         * emacs-lisp/ert-x.el (ert-simulate-command):
5181         Check deferred-action-list (which is obsolete) is bound.
5183         * subr.el (with-wrapper-hook): Doc fixes.
5185         * simple.el (filter-buffer-substring-functions)
5186         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5188 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
5190         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5191         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
5193 2012-02-04  Leo Liu  <sdl.web@gmail.com>
5195         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5197 2012-02-04  Glenn Morris  <rgm@gnu.org>
5199         * image.el (image-extension-data): Add obsolete alias.
5201         * isearch.el (isearch-update): Doc fix.
5203         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5205         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5207 2012-02-03  Glenn Morris  <rgm@gnu.org>
5209         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
5210         (image-animate-timeout): Doc fix.
5212         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5214 2012-02-02  Glenn Morris  <rgm@gnu.org>
5216         * server.el (server-auth-dir): Doc fix.
5217         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
5219         * subr.el (run-mode-hooks): Doc fix.
5221 2012-02-02  Juri Linkov  <juri@jurta.org>
5223         * image-mode.el (image-toggle-display-image): Remove tautological
5224         `major-mode' from the `derived-mode-p' test.
5226 2012-02-02  Kenichi Handa  <handa@m17n.org>
5228         * composite.el (compose-region): Cancel previous change.
5230 2012-02-02  Kenichi Handa  <handa@m17n.org>
5232         * composite.el (compose-region, compose-string): Signal error for
5233         a null string component (Bug#6988).
5235 2012-02-01  Chong Yidong  <cyd@gnu.org>
5237         * view.el (view-buffer-other-window, view-buffer-other-frame):
5238         Handle special modes like view-buffer (Bug#10650).
5239         (view-buffer): Simplify.
5241         * frame.el (set-frame-font): Tweak meaning of third argument.
5243         * dynamic-setting.el (font-setting-change-default-font):
5244         Use set-frame-font (Bug#9982).
5246 2012-02-01  Glenn Morris  <rgm@gnu.org>
5248         * progmodes/compile.el (compilation-internal-error-properties):
5249         Respect compilation-first-column in the "*compilation*" buffer.
5251         * emacs-lisp/easy-mmode.el (define-minor-mode):
5252         Relax :variable's test for a named function.
5254 2012-01-31  Alan Mackenzie  <acm@muc.de>
5256         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5257         off by one error.
5259 2012-01-31  Chong Yidong  <cyd@gnu.org>
5261         * frame.el (set-frame-font): New arg ALL-FRAMES.
5263         * menu-bar.el (menu-set-font): Use set-frame-font.
5265         * faces.el (face-spec-reset-face): Don't apply unspecified
5266         attribute values to the default face.
5268 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
5270         * progmodes/cwarn.el (cwarn): Remove dead link.
5271         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5272         Remove * from defcustom docstrings.
5273         (turn-on-cwarn-mode): Make obsolete.
5274         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5275         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5277 2012-01-31  Glenn Morris  <rgm@gnu.org>
5279         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5280         Fix :variable handling of mode a symbol not equal to modefun.
5281         Allow named functions to be used as the cdr of :variable.
5283 2012-01-30  Glenn Morris  <rgm@gnu.org>
5285         * emacs-lisp/authors.el (authors-fixed-entries):
5286         Remove reference to deleted file rnewspost.el.
5288 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
5290         * window.el (window-with-parameter): Remove unused variable `windows'.
5291         (window--side-check): Remove unused variable `code'.
5292         (window--resize-siblings): Remove unused variable `first'.
5293         (adjust-window-trailing-edge): Remove unused variable `failed'.
5294         (window-deletable-p, window--delete): Remove unused variable `buffer'.
5295         Use `let', not `let*'.
5296         (balance-windows-2): Remove unused variable `found'.
5297         (window--state-put-2): Remove unused variable `splits'.
5298         (window-state-put): Remove unused variable `selected'.
5299         (same-window-p): Use `string-match-p'.
5300         (display-buffer-assq-regexp): Remove unused variable `value'.
5301         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5302         Mark argument ALIST as ignored.
5303         (pop-to-buffer): Remove unused variable `old-window'.
5305 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
5307         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5308         and .lzma compressed files.
5310 2012-01-29  Chong Yidong  <cyd@gnu.org>
5312         * frame.el (window-system-default-frame-alist): Doc fix.
5314         * dynamic-setting.el (font-setting-change-default-font): Don't
5315         change the default face if SET-FONT argument is non-nil (Bug#9982).
5317 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
5319         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5321 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
5323         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5324         breakpoints in files outside current directory (Bug#6098).
5326 2012-01-29  Chong Yidong  <cyd@gnu.org>
5328         * progmodes/python.el: Require ansi-color at top-level.
5330         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5331         Define and use in Emacs Lisp mode (Bug#9360).
5332         (lisp-mode-abbrev-table): Add doc.
5333         (lisp-mode-variables): Don't set local-abbrev-table.
5334         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5336 2012-01-28  Roland Winkler  <winkler@gnu.org>
5338         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5340 2012-01-28  Roland Winkler  <winkler@gnu.org>
5342         * textmodes/bibtex.el (bibtex-entry-alist): New function.
5343         (bibtex-set-dialect): Use it.  Either set global values of
5344         dialect-dependent variables or bind these variables buffer-locally
5345         (Bug#10254).
5346         (bibtex-mode): Call bibtex-set-dialect via
5347         hack-local-variables-hook.
5348         (bibtex-dialect): Update docstring.
5349         Add safe-local-variable predicate.
5350         (bibtex-entry-alist, bibtex-field-alist): Initialize via
5351         bibtex-set-dialect.
5352         (bibtex-mode-map): Define menu for each dialect.
5353         (bibtex-entry): Fix docstring.
5355 2012-01-28  Chong Yidong  <cyd@gnu.org>
5357         * eshell/esh-arg.el (eshell-quote-argument): New function.
5359         * eshell/esh-ext.el (eshell-invoke-batch-file):
5360         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5361         first arg to eshell-parse-command (Bug#10523).
5363 2012-01-28  Drew Adams  <drew.adams@oracle.com>
5365         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5366         `default-directory' is non-nil.
5368 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
5370         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5371         line that displays system-configuration-options.  (Bug#9924)
5373 2012-01-28  Drew Adams  <drew.adams@oracle.com>
5375         * descr-text.el (describe-char): Show information about POS, in
5376         addition to information about the character at POS.  Improve and
5377         update the doc string.  Change "code point" to "code point in
5378         charset", to avoid confusion with the character's Unicode code
5379         point shown above that.  (Bug#10129)
5381 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
5383         * descr-text.el (describe-char): Show the raw character, not only
5384         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
5385         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5386         for the reasons.
5388 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
5390         * emacs-lisp/package.el (package-install):
5391         Run package-refresh-contents if there is no archive yet (Bug#9798).
5393 2012-01-28  Chong Yidong  <cyd@gnu.org>
5395         * emacs-lisp/package.el (package-maybe-load-descriptor):
5396         New function, split from package-maybe-load-descriptor.
5397         (package-maybe-load-descriptor): Use it.
5398         (package-download-transaction): Fully load required packages
5399         inside the loop, so that `require' calls work (Bug#10593).
5400         (package-install): No need to call package-initialize now.
5402 2012-01-28  Chong Yidong  <cyd@gnu.org>
5404         * simple.el (deactivate-mark): Doc fix (Bug#8614).
5406         * tooltip.el (tooltip-mode): Doc fix.
5407         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5409         * frame.el (set-cursor-color): Doc fix (Bug#352).
5411         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5412         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5414         * cus-edit.el (custom-buffer-create-internal): Fix search button
5415         action (Bug#10542).
5416         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
5418 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
5420         * dired.el (dired-mark-files-regexp):
5421         Include any subdirectory components.  (Bug#10445)
5423 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
5425         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5426         Handle [host]:port syntax.  (Bug#10533)
5428 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
5430         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5432 2012-01-26  Glenn Morris  <rgm@gnu.org>
5434         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5435         * term.el (term-raw-escape-map): Use Control-X-prefix.
5436         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
5438 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
5440         * window.el (window-state-get, window--state-get-1): Don't deal
5441         with fixed-sizeness of windows.  Simplify code.
5443 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
5445         * window.el (window--state-get-1, window--state-put-2):
5446         Don't save and restore the mark.
5448 2012-01-25  Chong Yidong  <cyd@gnu.org>
5450         * custom.el (custom-variable-p): Doc fix.
5452 2012-01-25  Glenn Morris  <rgm@gnu.org>
5454         * dired.el (dired-goto-file): Handle some of the more common
5455         characters that `ls -b' escapes.  (Bug#10596)
5457         * progmodes/compile.el (compilation-next-error-function):
5458         Respect compilation-first-column in the "*compilation*" buffer.
5459         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
5461         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
5463 2012-01-24  Glenn Morris  <rgm@gnu.org>
5465         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
5467 2012-01-24  Julien Danjou  <julien@danjou.info>
5469         * color.el (color-rgb-to-hsl): Fix value computing.
5470         (color-hue-to-rgb): New function.
5471         (color-hsl-to-rgb): New function.
5472         (color-clamp, color-saturate-hsl, color-saturate-name)
5473         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5474         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5476 2012-01-24  Glenn Morris  <rgm@gnu.org>
5478         * vc/vc-rcs.el (vc-rcs-create-tag):
5479         * vc/vc-sccs.el (vc-sccs-create-tag):
5480         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
5482 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
5484         * eshell/esh-util.el (eshell-read-hosts-file):
5485         Skip comment lines.  (Bug#10549)
5487         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
5489 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
5491         * subr.el (display-delayed-warnings): Doc fix.
5492         (collapse-delayed-warnings): New function to collapse identical
5493         adjacent warnings.
5494         (delayed-warnings-hook): Add it.
5496 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
5498         * net/tramp.el (tramp-action-login): Set connection property "login-as".
5500         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5501         (tramp-default-user-alist): Don't add "pscp".
5502         (tramp-do-copy-or-rename-file-out-of-band): Use connection
5503         property "login-as", if set.  (Bug#10530)
5505 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
5507         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5508         "plink1" and "psftp".  (Bug#10530)
5510 2012-01-21  Kenichi Handa  <handa@m17n.org>
5512         * international/mule-cmds.el (prefer-coding-system): Show a
5513         warning message if the default value of file-name-coding-system
5514         was not changed.
5516 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
5518         * windmove.el (windmove-reference-loc):
5519         Fix windmove-reference-loc miscalculation.
5521 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
5523         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5524         default unit.
5526 2012-01-21  Glenn Morris  <rgm@gnu.org>
5528         * international/mule.el (auto-coding-alist): Add .tbz.
5530         * files.el (local-enable-local-variables): Doc fix.
5531         (inhibit-local-variables-regexps): Rename from
5532         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
5533         Doc fix.  Add some extensions from auto-coding-alist.
5534         (inhibit-local-variables-suffixes):
5535         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
5536         (inhibit-local-variables-p):
5537         New function, extracted from set-auto-mode-1.
5538         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
5539         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
5540         (hack-local-variables): Doc fix.  Make the mode-only case
5541         respect enable-local-variables and friends.
5542         Respect inhibit-local-variables-regexps for file-locals, but
5543         not for directory-locals.
5544         (set-visited-file-name):
5545         Take account of inhibit-local-variables-regexps.
5546         Whether it applies may change as the file name is changed.
5547         * jka-cmpr-hook.el (jka-compr-install):
5548         * jka-compr.el (jka-compr-uninstall):
5549         Update for inhibit-first-line-modes-suffixes name change.
5551 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
5553         * help-macro.el (make-help-screen): Temporarily restore original
5554         binding for minor-mode-map-alist (Bug#10454).
5556 2012-01-19  Julien Danjou  <julien@danjou.info>
5558         * color.el (color-name-to-rgb): Use the white color to find the max
5559         color component value and return correctly computed values.
5560         (color-name-to-rgb): Add missing float conversion for max value.
5562 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
5564         * window.el (window--state-get-1, window-state-get): Do not use
5565         special state value for window-persistent-parameters.
5566         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
5567         (window--state-put-2): Reset all window parameters to nil before
5568         assigning values of persistent parameters.
5570 2012-01-18  Alan Mackenzie  <acm@muc.de>
5572         Eliminate sluggishness and hangs in fontification of "semicolon
5573         deserts".
5575         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5576         Change value 10000 -> 3000.
5577         (c-state-safe-place): Reformulate so it doesn't stack up an
5578         infinite number of wrong entries in c-state-nonlit-pos-cache.
5579         (c-determine-limit-get-base, c-determine-limit): New functions to
5580         determine backward search limits disregarding literals.
5581         (c-find-decl-spots): Amend commenting.
5582         (c-cheap-inside-bracelist-p): New function which detects "={".
5584         * progmodes/cc-fonts.el
5585         (c-make-font-lock-BO-decl-search-function): Give a limit to a
5586         backward search.
5587         (c-font-lock-declarations): Fix an occurrence of point being
5588         undefined.  Check additionally for point being in a bracelist or
5589         near a macro invocation without a semicolon so as to avoid a
5590         fruitless time consuming search for a declarator.  Give a more
5591         precise search limit for declarators using the new
5592         c-determine-limit.
5594 2012-01-18  Glenn Morris  <rgm@gnu.org>
5596         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5597         (set-auto-mode): Doc fixes.
5599 2012-01-17  Glenn Morris  <rgm@gnu.org>
5601         * isearch.el (search-nonincremental-instead): Fix doc typo.
5603         * dired.el (dired-insert-directory): Handle newlines in directory name.
5604         (dired-build-subdir-alist): Unescape newlines in directory name.
5606 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
5608         * net/tramp.el (tramp-local-end-of-line): New defcustom.
5609         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5610         (tramp-action-terminal): Use it.  (Bug#10530)
5612 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * minibuffer.el (completion--replace): Strip properties (bug#10062).
5616 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
5618         * window.el (window-state-ignored-parameters): Remove variable.
5619         (window--state-get-1): Rename argument MARKERS to IGNORE.
5620         Handle persistent window parameters.  Make copy of clone-of
5621         parameter only if requested.  (Bug#10348)
5622         (window--state-put-2): Install a window parameter only if it has
5623         a non-nil value or an existing parameter shall be overwritten.
5625 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
5627         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5629 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
5631         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5632         don't pass the (nil) value of `upnode' to string-match.
5634 2012-01-14  Chong Yidong  <cyd@gnu.org>
5636         * startup.el (command-line): Fix X resource class for cursorColor.
5637         Fix values recognized by the cursorBlink resource.
5639 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
5641         * epg.el (epg--make-temp-file): Avoid permission race condition
5642         when running on old Emacs versions (bug#10403).
5644 2012-01-14  Glenn Morris  <rgm@gnu.org>
5646         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5648 2012-01-13  Alan Mackenzie  <acm@muc.de>
5650         Fix filling for when filladapt mode is enabled.
5652         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5653         c-mask-paragraph, pass in `fill-paragraph' rather than
5654         `fill-region-as-paragraph'.  (This is a reversion of a previous
5655         change.)
5656         * progmodes/cc-mode.el (c-basic-common-init):
5657         Make fill-paragraph-handle-comment buffer local and set it to nil.
5659 2012-01-13  Glenn Morris  <rgm@gnu.org>
5661         * dired.el (dired-switches-escape-p): New function.
5662         (dired-insert-directory): Use dired-switches-escape-p.
5663         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
5665         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
5667 2012-01-12  Glenn Morris  <rgm@gnu.org>
5669         * mail/sendmail.el (mail-mode): Update paragraph-separate for
5670         changes in adaptive-fill-regexp.  (Bug#10276)
5672 2012-01-11  Alan Mackenzie  <acm@muc.de>
5674         Fix Emacs bug #10463 - put `widen's around the critical spots.
5676         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
5677         widen around each invocation of c-state-pp-to-literal.  Remove an
5678         unused let variable.
5680 2012-01-11  Glenn Morris  <rgm@gnu.org>
5682         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
5683         Doc fix.
5685 2012-01-10  Chong Yidong  <cyd@gnu.org>
5687         * net/network-stream.el (network-stream-open-starttls):
5688         Avoid emitting a confusing error message when the server gives a bad
5689         response to the capability command.
5691 2012-01-10  Glenn Morris  <rgm@gnu.org>
5693         * mail/unrmail.el (unrmail): Tweak previous change.
5695 2012-01-09  Chong Yidong  <cyd@gnu.org>
5697         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5699 2012-01-08  Alan Mackenzie  <acm@muc.de>
5701         Optimise font locking in long enum definitions.
5703         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5704         arm to a cond form to handle enums.
5705         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5706         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5708 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
5710         * files.el (move-file-to-trash): Preserve default file modes on error.
5711         (Bug#10401)
5713 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715         * faces.el (set-face-attribute): Clarify the meaning of the nil
5716         frame (bug#10294).
5718         * subr.el (with-selected-frame): Mention that the selected frame
5719         is restored (bug#9980).
5721         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5722         (bug#9759).
5724         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
5725         (password-read): Don't autoload unused function.
5727 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
5729         * progmodes/which-func.el (which-func-mode): Turn into a
5730         non-interactive function and mark as obsolete (bug#10428).
5732 2012-01-06  Chong Yidong  <cyd@gnu.org>
5734         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
5735         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
5736         functions, along with 1 and -1.
5738 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
5740         * time.el (display-time-load-average)
5741         (display-time-default-load-average): Doc fixes.  See the thread
5742         starting at
5743         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
5744         for the details.
5746 2012-01-06  Glenn Morris  <rgm@gnu.org>
5748         * mail/unrmail.el (unrmail): Give an explicit error if the input file
5749         has no messages.  (Bug#10377)
5751         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
5752         than Info-edit.  (Bug#10385)
5754         * time.el (display-time-load-average, display-time-next-load-average):
5755         Doc fixes.
5757         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
5758         local setting of buffer-read-only to the input buffer.  (Bug#10419)
5760         * calendar/calendar.el (calendar-mode):
5761         Locally set scroll-margin to 0.  (Bug#10379)
5763 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
5765         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
5767 2012-01-05  Glenn Morris  <rgm@gnu.org>
5769         * eshell/em-unix.el (diff-no-select): Autoload it.
5770         (eshell/diff): Use diff-no-select.  (Bug#10420)
5772 2012-01-05  Chong Yidong  <cyd@gnu.org>
5774         * shell.el (shell-dynamic-complete-functions): Revert last change.
5775         (shell-command-completion-function): New function.
5776         (shell-completion-vars): Use it to implement
5777         shell-completion-execonly (Bug#10417).
5779         * custom.el (enable-theme): Don't set custom-safe-themes.
5781         * cus-theme.el (custom-theme-merge-theme):
5782         Ignore custom-enabled-themes and custom-safe-themes.
5784 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
5786         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
5787         first prompt in `sql-interacive-mode'.
5788         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
5789         keywords.
5790         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
5791         (sql-product-interactive): Bug fix: Set `sql-buffer' in
5792         context of original buffer.  Invoke `sql-login-hook'.
5794 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
5796         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
5797         letters in cite-prefix.
5799 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
5803 2012-01-03  Chong Yidong  <cyd@gnu.org>
5805         * shell.el (shell-dynamic-complete-functions):
5806         Put pcomplete-completions-at-point, so as to try
5807         comint-filename-completion first (Bug#10417).
5809 2012-01-02  Richard Stallman  <rms@gnu.org>
5811         * battery.el (battery-status-function):
5812         Detect when to use battery-yeeloong-sysfs.
5813         (battery-echo-area-format): Add string for Yeeloong.
5814         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
5815         (battery-yeeloong-sysfs): New function.
5817 2012-01-02  Chong Yidong  <cyd@gnu.org>
5819         * dirtrack.el (dirtrack-list): Eliminate unused third element.
5820         (dirtrack): Merge code for handling relative filenames in prompt
5821         from shell-dir-cookie-watcher.
5822         (dirtrack-debug-message): New arg to avoid excess format calls.
5824         * shell.el (shell-dir-cookie-re): Variable deleted.
5825         (shell-dir-cookie-watcher): Function deleted.
5826         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
5827         with dirtrack-mode.
5829 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
5831         * term/w32-win.el (dynamic-library-alist) <gnutls>:
5832         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
5833         libgnutls-26.dll.
5835 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
5837         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
5839 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
5841         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
5842         headers of non-MIME messages, when rmail-enable-mime is non-nil.
5844 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
5846         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
5847         also for alternative shells.
5848         (tramp-open-connection-setup-interactive-shell): Check, whether
5849         the shell is a busybox.
5850         (tramp-send-command): Don't suppress multiple prompts for
5851         busyboxes, it hurts.
5853 2011-12-28  Chong Yidong  <cyd@gnu.org>
5855         * progmodes/gdb-mi.el (gdb-get-source-file-list)
5856         (gdb-get-source-file): Move mode line update to
5857         gdb-get-source-file (Bug#10087).
5859 2011-12-25  Chong Yidong  <cyd@gnu.org>
5861         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
5862         gud-gdb-marker-filter without taking it as an argument.
5863         (gud-gdb-run-command-fetch-lines): Caller changed.
5864         (gud-gdb-completion-function): New variable.
5865         (gud-gdb-completion-at-point): Use it.
5866         (gud-gdb-completions-1): Split from gud-gdb-completions.
5868         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
5869         function as separate arguments.
5870         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
5871         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
5872         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
5873         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
5874         (gdb-stopped, def-gdb-auto-update-trigger)
5875         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
5876         (gdb-get-changed-registers, gdb-get-main-selected-frame):
5877         Callers changed.
5878         (gud-gdbmi-completions): New function.
5879         (gdb): Use it for generating the completion table.
5881 2011-12-24  Alan Mackenzie  <acm@muc.de>
5883         Introduce a mechanism to widen the region used in context font
5884         locking.  Use this to protect declarations from losing their contexts.
5886         * progmodes/cc-langs.el (c-before-font-lock-functions):
5887         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
5888         (c-before-context-fontification-functions): New defvar, a list of
5889         functions to be run just before context (etc.) font locking.
5891         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
5892         New, functionality extracted from
5893         c-neutralize-syntax-in-and-mark-CPP.
5894         (c-in-after-change-fontification): New variable.
5895         (c-after-change): Set c-in-after-change-fontification.
5896         (c-set-fl-decl-start): Rejig its interface, so it can be called
5897         from both after-change and context fontifying.
5898         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
5899         New functions.
5900         (c-standard-font-lock-fontify-region-function): New variable.
5901         (c-font-lock-fontify-region): New function.
5903 2011-12-24  Juri Linkov  <juri@jurta.org>
5905         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
5906         (Bug#10348)
5908 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
5910         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
5911         existence of source file.  (Bug#10325)
5913 2011-12-23  Alan Mackenzie  <acm@muc.de>
5915         Fix unstable fontification inside templates.
5917         * progmodes/cc-langs.el (c-before-font-lock-functions):
5918         Newly created from the singular version.  The (c c++ objc) entry now
5919         additionally has c-set-fl-decl-start.  The other languages (apart
5920         from AWK) have that as a single entry.
5922         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5923         The functionality for "local" declarations has been extracted to
5924         c-set-fl-decl-start.
5926         * progmodes/cc-mode.el (c-common-init, c-after-change):
5927         Changes due to pluralisation of c-before-font-lock-functions.
5928         (c-set-fl-decl-start): New function, extracted from
5929         c-font-lock-enclosing-decls and enhanced.
5931 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
5933         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
5935 2011-12-22  Juri Linkov  <juri@jurta.org>
5937         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
5939 2011-12-22  Chong Yidong  <cyd@gnu.org>
5941         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
5943 2011-12-21  Drew Adams  <drew.adams@oracle.com>
5945         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
5947 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
5949         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
5951 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5953         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
5954         highlighting and support.  Fix up comments for capitalization.
5955         (cfengine-mode-debug): New var.
5956         (cfengine3-mode): Change the modeline indicator to "CFE3".
5957         (cfengine3-font-lock-keywords): Improve defun highlighting.
5958         (cfengine2-actions): Rename from `cfengine-actions'.
5959         (cfengine2-font-lock-keywords): Rename from
5960         `cfengine-font-lock-keywords'.
5961         (cfengine2-imenu-expression): Rename from
5962         `cfengine-imenu-expression'.
5963         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
5964         (cfengine2-beginning-of-defun): Rename from
5965         `cfengine-beginning-of-defun'.
5966         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
5967         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
5968         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
5969         modeline indicator to "CFE2".
5970         (cfengine-mode): Defalias to `cfengine-auto-mode'.
5971         (cfengine-mode-abbrevs): Mark obsolete.
5973 2011-12-21  Chong Yidong  <cyd@gnu.org>
5975         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
5976         filename argument.
5978 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
5980         * window.el (window-normalize-buffer-to-display): Remove.
5981         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
5983 2011-12-19  Chong Yidong  <cyd@gnu.org>
5985         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
5986         Don't signal an error in a predicate function; return non-nil.
5987         (vc-dir-mark-file): Move the error here.
5988         (vc-dir-mark-unmark): If acting on the region, keep going if one
5989         of the entries cannot be marked/unmarked.
5990         (vc-dir-mark-all-files): If current entry is a directory, mark
5991         only child files, as documented.
5993 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5995         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
5996         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
5997         addition.
5999 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
6001         * term/ns-win.el (ns-get-selection-internal)
6002         (ns-store-selection-internal): Declare.
6003         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6004         Declare as obsolete.
6005         (ns-get-pasteboard, ns-paste-secondary):
6006         Use ns-get-selection-internal.
6007         (ns-set-pasteboard,  ns-copy-including-secondary):
6008         Use ns-store-selection-internal.
6010 2011-12-17  Chong Yidong  <cyd@gnu.org>
6012         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
6013         (vc-deduce-fileset): Doc fix.
6015 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
6017         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6019 2011-12-13  Sam Steingold  <sds@gnu.org>
6021         * man.el (Man-getpage-in-background): When running under a
6022         window-system, ignore $MANWIDTH and $COLUMNS.
6024 2011-12-15  Kenichi Handa  <handa@m17n.org>
6026         * language/ethio-util.el: Change coding tag to utf-8-emacs.
6027         (setup-ethiopic-environment-internal): Comment out key-binding for
6028         ethio-toggle-punctuation.
6030 2011-12-13  Alan Mackenzie  <acm@muc.de>
6032         Add the switch statement to AWK Mode.
6034         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
6035         "default" to the keywords regexp.
6037         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
6038         expression as the rest.
6039         (c-nonlabel-token-key): Allow string literals for AWK.
6040         Refactor for the other modes.
6042         Large brace-block initialisation makes CC Mode slow: Fix.
6043         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
6044         routines.  Limit backward searching in c-font-lock-enclosing.decl.
6046         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6047         pp-state and literal type in addition to the limits.
6048         (c-state-safe-place): New defun, extracted from c-state-literal-at.
6049         (c-state-literal-at): Use the above new defun.
6050         (c-slow-in-literal, c-fast-in-literal): Remove.
6051         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
6053         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6054         being in a literal.  Add a limit for backward searching.
6056         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6057         c-slow-in-literal.
6059 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6063 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
6065         * window.el (delete-other-windows): Use correct frame in call to
6066         window-with-parameter.
6068 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
6070         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6071         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6072         (makefile-gmake-statements, makefile-makepp-statements):
6073         Use it and add new makepp keywords.
6074         (makefile-makepp-font-lock-keywords): Add new patterns.
6075         (makefile-match-function-end): Match new [...] and [[...]].
6077 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
6079         * ses.el (ses-call-printer-return, ses-cell-property-get)
6080         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6081         (ses-create-cell-variable, ses-reset-header-string)
6082         (ses-cell-set-formula, ses-repair-cell-reference-all)
6083         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6084         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6085         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6086         (ses-aset-with-undo, ses-load, ses-truncate-cell)
6087         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6088         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6089         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6090         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6091         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6092         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6093         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6094         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6096 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6098         * ses.el: The overall change is to add cell renaming, that is
6099         setting fancy names for cell symbols other than name matching
6100         "\\`[A-Z]+[0-9]+\\'" regexp .
6101         (ses-create-cell-variable): New defun.
6102         (ses-relocate-formula): Relocate formulas only for cells the
6103         symbols of which are not renamed, i.e. symbols whose names do not
6104         match regexp "\\`[A-Z]+[0-9]+\\'".
6105         (ses-relocate-all): Relocate values only for cells the symbols of
6106         which are not renamed.
6107         (ses-load): Create cells variables as the (ses-cell ...) are read,
6108         in order to check row col consistency with cell symbol name only
6109         for cells that are not renamed.
6110         (ses-replace-name-in-formula): New defun.
6111         (ses-rename-cell): New defun.
6113 2011-12-11  Chong Yidong  <cyd@gnu.org>
6115         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6116         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6118 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
6120         * window.el (other-window): Fix docstring.
6122 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
6124         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
6125         `from' or `to' address before taking its substring.
6126         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
6127         encoded name is chopped in the middle of the encoded string, and
6128         thus displayed encoded.
6130 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
6132         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6134 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
6136         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
6137         to use texinfo-update-node and commands that call it if the
6138         Texinfo file uses @node lines without next/prev/up pointers.
6139         Correct outdated description about texinfo-master-menu.
6140         (texinfo-all-menus-update, texinfo-master-menu)
6141         (texinfo-update-node, texinfo-every-node-update)
6142         (texinfo-multiple-files-update): Doc fix.  Warn against updating
6143         all the @node lines.
6144         (texinfo-master-menu): Only call texinfo-update-node if the prefix
6145         argument is numeric.  Explain better in the doc string what the
6146         function really does.
6147         (texinfo-insert-master-menu-list): Improve the error message
6148         displayed if there's no menu in the Top node.
6149         (Bug#2975)  See also this thread:
6150         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6152 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
6154         * speedbar.el (speedbar-supported-extension-expressions):
6155         Add .adb and .ads, commonly used for Ada source code (bug#10256).
6157 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
6159         * printing.el (pr-mode-alist):
6160         * simple.el (filter-buffer-substring-functions)
6161         (completion-list-insert-choice-function):
6162         * window.el (window-with-parameter, window-atom-root)
6163         (window-sides-slots, window-size-fixed, window-min-delta)
6164         (window-max-delta, window--resize-mini-window)
6165         (window--resize-child-windows-normal, window-tree)
6166         (delete-other-windows, quit-window, split-window)
6167         (display-buffer-record-window, special-display-buffer-names)
6168         (special-display-regexps, special-display-popup-frame)
6169         (same-window-p, split-window-sensibly)
6170         (display-buffer-overriding-action, display-buffer-alist)
6171         (display-buffer-base-action, display-buffer, switch-to-buffer)
6172         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6173         (fit-window-to-buffer, recenter-positions)
6174         (mouse-autoselect-window-state, mouse-autoselect-window-select):
6175         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6176         and remove unneeded backslashes in docstrings.
6178 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6180         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6182         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6183         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6184         end in ".mk".
6185         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6186         when reading the makefile (bug#10116).
6188 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6190         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6191         (bug#10116).
6193 2011-12-06  Glenn Morris  <rgm@gnu.org>
6195         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6197 2011-12-06  Chong Yidong  <cyd@gnu.org>
6199         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6201 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
6203         * textmodes/table.el (table-shorten-cell): Fix typo.
6205 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
6207         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6209 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
6211         * descr-text.el (describe-char): Fix display of strong
6212         right-to-left characters and directional embeddings and overrides.
6214         * simple.el (what-cursor-position): Fix display of codepoints of
6215         strong right-to-left characters.
6217 2011-12-05  Chong Yidong  <cyd@gnu.org>
6219         * faces.el (read-color): Doc fix.
6221 2011-12-05  Glenn Morris  <rgm@gnu.org>
6223         * align.el (align--set-marker): Add doc-string.
6224         Don't try to move something that is not a marker.  (Bug#10216)
6226 2011-12-04  Glenn Morris  <rgm@gnu.org>
6228         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6229         overly zealous deletion of trailing whitespace.
6231 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
6233         * server.el (server-delete-client): On Windows, do not try to delete
6234         the only terminal.
6235         (server-process-filter): On Windows, treat requests for a tty frame as
6236         if they were for a GUI frame if the running server is in GUI mode.
6238 2011-12-03  Glenn Morris  <rgm@gnu.org>
6240         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
6242 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6244         * electric.el: Streamline electric-indent's hook.
6245         (electric-indent-chars): Revert to simple list.
6246         (electric-indent-functions): New var.
6247         (electric-indent-post-self-insert-function): Use it.
6249         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6250         there's no inferior buffer (bug#10196).
6251         (prolog-consult-compile): Don't use toggle-read-only.
6253 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
6255         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6256         interrupt.  (Bug#10187)
6258 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6260         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6261         (bug#9160).
6263         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6264         (bug#10191).
6266 2011-12-02  Juri Linkov  <juri@jurta.org>
6268         * info.el (Info-search): Display "end of manual" when Isearch
6269         reaches the end of single-file Info manual.  (Bug#9918)
6271 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
6273         * isearch.el (isearch-message-prefix): Run the input method part
6274         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
6276 2011-12-02  Juri Linkov  <juri@jurta.org>
6278         * isearch.el (isearch-occur): Use `word-search-regexp' for
6279         `isearch-word'.
6280         (isearch-search-and-update): Add condition for `isearch-word' and
6281         call `word-search-regexp'.  (Bug#10145)
6283 2011-12-01  Glenn Morris  <rgm@gnu.org>
6285         * eshell/em-hist.el (eshell-hist-initialize):
6286         Handle eshell-history-size nil and HISTSIZE set or unset.
6287         (eshell-history-file-name, eshell-history-size): Fix custom type.
6289 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6293 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
6295         * progmodes/verilog-mode.el (verilog-pretty-expr):
6296         Rework verilog-pretty-expr to handle new assignment operators in system
6297         verilog, such as += *= and the like.
6298         (verilog-assignment-operator-re): Regular expression to find the
6299         assigment operator in a verilog assignment.
6300         (verilog-assignment-operation-re): Regular expression to find an
6301         assignment statement for pretty-expr.
6302         (verilog-in-attribute-p): Query returns true if point is in an
6303         attribute context; used to skip these for expression line up from
6304         pretty-expr.
6305         (verilog-in-parameter-p): Query returns true if point is in an
6306         parameter definition context; used to skip these for expression
6307         line up from pretty-expr.
6308         (verilog-in-parenthesis-p): Query returns true if point is in a
6309         parenthetical expression, specifically ( ) but not [ ] or { };
6310         used by pretty-expr.
6311         (verilog-just-one-space): If there is no space, don't add one.
6312         (verilog-get-lineup-indent-2): Specifically skip just attribute
6313         contexts for expression lineup, rather than skipping all
6314         parenthetical expressions.
6315         (verilog-calculate-indent): Fix comment, and fix indent.
6316         (verilog-do-indent): Indent declarations in lists (suggested by
6317         Joachim Lechner).
6318         (verilog-mode-abbrev-table): Populate abbrev mode with the various
6319         skeleton items.
6320         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6321         by Alain Mellan).
6323 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
6325         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6326         parameters with embedded comments.  Reported by Ray Stevens.
6327         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6328         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6329         Reported by Tim Holt.
6330         (verilog-auto): Fix AUTOing a upper module then AUTOing module
6331         instantiated by upper module causing wrong expansion until AUTOed a
6332         second time.  Reported by K C Buckenmaier.
6333         (verilog-diff-auto): Fix showing .* as a difference when
6334         `verilog-auto-star-save' off.  Reported by Dan Dever.
6335         (verilog-auto-reset, verilog-read-always-signals)
6336         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6337         temporary signals in reset list if
6338         verilog-auto-reset-blocking-in-non is nil, and match assignment
6339         style to each signal's assignment type, bug381.
6340         Reported by Thomas Esposito.
6341         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6342         (verilog-uvm-statement-re): Support UVM indentation and
6343         highlighting, with old OVM keywords only.
6344         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
6345         Support AUTOTIEOFF creating non-wire data types.
6346         Suggested by Jonathan Greenlaw.
6347         (verilog-auto-insert-lisp, verilog-delete-to-paren)
6348         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6349         (verilog-inject-sense, verilog-read-inst-pins)
6350         (verilog-read-sub-decls, verilog-read-sub-decls-line):
6351         Fix mismatching parenthesis inside commented out code when deleting
6352         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
6353         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6354         non-numeric vector width.  Reported by Alex Reed.
6355         (verilog-auto-ascii-enum): Add "onehot" option to work around not
6356         detecting signals with parameter widths.  Reported by Alex Reed.
6357         (verilog-auto-delete-trailing-whitespace):
6358         With `verilog-auto-delete-trailing-whitespace' remove trailing
6359         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
6360         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6361         Fix verilog-scan-cache corruption when running user AUTO expansion
6362         hooks that call indentation routines.
6363         (verilog-simplify-range-expression): Fix typo ignoring lower case
6364         identifiers.
6365         (verilog-delete-auto): Fix delete-autos to also remove user created
6366         automatics, as long as they start with AUTO.
6367         (verilog-batch-diff-auto, verilog-diff-auto)
6368         (verilog-diff-function): Add `verilog-diff-auto' and bind to
6369         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
6370         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6371         (verilog-in-paren-quick, verilog-re-search-backward-quick)
6372         (verilog-re-search-forward-quick, verilog-syntax-ppss):
6373         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6374         is disabled and its cache will get corrupt, causing AUTOS not to
6375         expand.  Instead use only -quick functions.
6376         (verilog-scan-region): Fix scanning over escaped quotes.
6377         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6378         (verilog-re-search-backward-quick)
6379         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6380         related functions now ignore strings, to fix misparsing of strings
6381         with magic comments embedded in them.
6382         (verilog-read-auto-template):
6383         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6384         Reported by Brad Dobbie.
6385         (verilog-read-auto-template):
6386         Fix 'verilog-auto-inst-template-numbers' with comments.
6387         Reported by Brad Dobbie.
6388         (verilog-auto-inst, verilog-auto-inst-param)
6389         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6390         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
6391         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
6392         debugging templates without merge conflicts, bug357.
6393         Reported by Brad Dobbie.
6394         (verilog-read-auto-template):
6395         Fix verilog-auto-inst-template-numbers with multiple templates.
6396         Reported by Brad Dobbie.
6397         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6398         abbrevs so user won't be asked to save.
6399         (verilog-read-auto-lisp-present): Fix to start at beginning of
6400         buffer in case called outside of verilog-auto.
6401         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6402         to "X-2".  Reported by Matthew Myers.
6403         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6404         all inputs from module templates.  Reported by Leith Johnson.
6405         (verilog-module-inside-filename-p): Fix locating programs as with
6406         modules.
6407         (verilog-auto-inst-port): Fix vl-width expressions when using
6408         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
6409         (verilog-decls-get-regs, verilog-decls-get-signals,
6410         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6411         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6412         verilog-read-decls): Combine reg and wire structures into one var
6413         structure to represent SystemVerilog concepts.
6414         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6415         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
6416         (verilog-auto-wire-type, verilog-insert-definition):
6417         Add verilog-auto-wire-type and AUTOLOGIC to support using
6418         SystemVerilog "logic" keyword instead of "wire"/"reg".
6419         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6420         to declares outputs that also have assignments (presumably in an
6421         ifdef or generate if so there's not a driver conflict).
6422         Reported by Matthew Myers.
6423         (verilog-auto-declare-nettype, verilog-insert-definition):
6424         Add verilog-auto-declare-nettype to fix declarations using
6425         `default_nettype none.  Reported by Julian Gorfajn.
6426         (verilog-read-always-signals-recurse, verilog-read-decls)
6427         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6428         malformed end statement, bug325.  Reported by Joshua Wise and
6429         Andrew Drake.
6430         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6431         (verilog-inst-comment-re): Fix not deleting Interfaced comment
6432         when expanding .* in interfaces, bug320.
6433         Reported by Pierre-David Pfister.
6434         (verilog-read-module-name): Fix import statements between module
6435         name and open parenthesis, bug317.
6436         Reported by Pierre-David Pfister.
6437         (verilog-simplify-range-expression): Fix simplification of
6438         multiplications inside AUTOWIRE connections, bug303.
6439         (verilog-auto-inst-port): Support parameter expansion in
6440         multidimensional arrays.
6441         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6442         after "assert property".  Reported by Julian Gorfajn.
6443         (verilog-simplify-range-expression): Fix "couldn't merge" errors
6444         with multiplication, bug303.
6445         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6446         Reported by Jan Frode Lonnum.
6448 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
6450         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6451         (hfy-shell-file-name, hfy-shell):
6452         * international/fontset.el (x-decompose-font-name): Fix typos.
6454 2011-11-29  Ken Brown  <kbrown@cornell.edu>
6456         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6457         (gdb-version): Remove defvar.
6458         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6459         (gdb-gud-context-command, gdb-non-stop-handler)
6460         (gdb-current-context-command, gdb-stopped): Use it.
6461         (gdb-init-1): Enable pretty printing here.
6462         (gdb-non-stop-handler): Don't enable pretty-printing here.
6463         Check to see if the target supports non-stop mode; if not, turn off
6464         non-stop mode.  Use the following.
6465         (gdb-check-target-async): New defun.
6466         (gud-watch, gdb-stopped): Fix whitespace.
6467         (gdb-get-source-file): Don't try to display the source file if
6468         `gdb-main-file' is nil.
6470 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * align.el: Try to generate fewer markers (bug#10047).
6473         (align--set-marker): New macro.
6474         (align-region): Use it.
6476 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6480 2011-11-29  Chong Yidong  <cyd@gnu.org>
6482         * indent.el (indent-for-tab-command, indent-according-to-mode):
6483         Doc fix.
6484         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
6486 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
6488         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6489         aware of remote file names.  (Bug#10124)
6491 2011-11-29  Chong Yidong  <cyd@gnu.org>
6493         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6495 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * files.el (find-file): Don't use force-same-window (bug#10144).
6498         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6499         use pop-to-buffer if the selected window can't be used.
6500         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6502 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
6504         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6505         special-mode-map.
6507 2011-11-28  Chong Yidong  <cyd@gnu.org>
6509         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6511 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
6513         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6514           gdb-get-source-file-list on gdb-create-source-file-list.
6516 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
6518         * whitespace.el (whitespace-newline): Use a different foreground
6519         color for 16-color light-background displays.
6521 2011-11-24  Chong Yidong  <cyd@gnu.org>
6523         * window.el (display-buffer--special-action): Doc fix.
6525 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
6527         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6528         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6529         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6530         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6531         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6532         (avl-tree-stack-first):
6533         * emacs-lisp/cconv.el (cconv--analyse-use):
6534         * net/gnutls.el (gnutls-negotiate): Fix typos.
6536 2011-11-24  Glenn Morris  <rgm@gnu.org>
6538         * lpr.el (lpr-windows-system, lpr-lp-system):
6539         * mail/binhex.el (binhex-begin-line):
6540         * progmodes/grep.el (grep-history, grep-find-history):
6541         * textmodes/flyspell.el:
6542         * vc/pcvs-defs.el (cvs-global-menu):
6543         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6544         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6545         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6547         * net/tls.el: Fix case of "GnuTLS".
6549         * paths.el (rmail-file-name): Format doc-string for make-docfile.
6551         * version.el (emacs-build-system): Give it a doc-string.
6553 2011-11-24  Juri Linkov  <juri@jurta.org>
6555         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6557 2011-11-24  Glenn Morris  <rgm@gnu.org>
6559         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6560         if called on a non-mime message just toggle the headers.  (Bug#8006)
6562 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
6564         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6565         (allout-lead-with-comment-string, allout-structure-deleted-hook)
6566         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6567         (allout-rebullet-heading, allout-open-sibtopic)
6568         (allout-toggle-current-subtree-encryption)
6569         (allout-toggle-subtree-encryption, allout-encrypt-string)
6570         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6571         (allout-distinctive-bullets-string, allout-auto-activation):
6572         * window.el (window-normalize-buffer-to-display):
6573         * progmodes/verilog-mode.el (verilog-batch-indent):
6574         * textmodes/bibtex.el (bibtex-field-braces-opt)
6575         (bibtex-field-strings-opt):
6576         * vc/cvs-status.el (cvs-tree-merge):
6577         Fix typos.
6579 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
6581         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6582         `non-essential' to t, in order to avoid remote connections.
6584 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
6586         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6587         On MS-DOS and MS-Windows, compare with loaddefs.el
6588         case-insensitively.
6590 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
6592         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
6594 2011-11-23  Glenn Morris  <rgm@gnu.org>
6596         * paths.el (rmail-file-name): Reformat the doc-string so that it
6597         is picked up.
6599         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6600         (rmail-auto-file): Ignore case in the "special" field names,
6601         as mail-fetch-field does for all others.
6603         * mail/rmail.el (rmail-forward):
6604         * mail/rmailkwd.el (rmail-set-label):
6605         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6606         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
6608         * mail/rmail.el (rmail-current-message): Doc fix.
6610         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
6612 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         * server.el (server-eval-and-print): Allow C-g (bug#6585).
6616 2011-11-22  Glenn Morris  <rgm@gnu.org>
6618         * mail/rmailmm.el (test-rmail-mime-handler)
6619         (test-rmail-mime-bulk-handler)
6620         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6622 2011-11-21  Juri Linkov  <juri@jurta.org>
6624         * calc/calc.el (calc-read-key-sequence):
6625         Let-bind `input-method-function' to nil.  (Bug#10018)
6627 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6630         Tell the caller that the next line needs recomputation, even
6631         though it doesn't start a sexp (bug#10094).
6633 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6635         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6637 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6639         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6640         Use force-same-window.
6642 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
6644         * descr-text.el (describe-char-unicode-data):
6645         * json.el (json-string-escape):
6646         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6647         (Footnote-unicode, Footnote-style-p):
6648         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6650 2011-11-20  Chong Yidong  <cyd@gnu.org>
6652         * window.el (replace-buffer-in-windows): Restore interactive spec.
6654 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         * electric.el (electric-indent-mode): Fix last change (too optimistic).
6658         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6659         (byte-compile-global-not-obsolete-vars): New var.
6660         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6661         Use it.
6662         (byte-compile-warn-obsolete): Align text with the one in *Help*.
6664 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
6666         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6667         * progmodes/pascal.el (electric-pascal-equal):
6668         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6669         * xml.el (xml-substitute-special): Fix typos.
6671 2011-11-20  Glenn Morris  <rgm@gnu.org>
6673         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6674         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6675         Doc fixes.
6676         (rmail-decode-mime-charset): Mark as obsolete.
6678         * mail/rmailsum.el (rmail-message-regexp-p-1):
6679         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6680         Before using mime functions, check they are set.  (Bug#10077)
6682 2011-11-19  Juri Linkov  <juri@jurta.org>
6684         * info.el (Info-finder-find-node): Use `package--builtins' instead
6685         of `package-alist'.  Use node names formed by the pattern "Keyword "
6686         and the keyword name.
6688 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
6690         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
6692 2011-11-19  Juri Linkov  <juri@jurta.org>
6694         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6695         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
6696         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6697         `old-history', `old-history-forward'.  Add let-binding
6698         `window-selected'.  Remove calls to `kill-buffer',
6699         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
6700         before calling `Info-find-node', so `Info-find-node-2' will reread
6701         the Info file.  Restore window positions only when `window-selected'
6702         is non-nil.
6704 2011-11-19  Juri Linkov  <juri@jurta.org>
6706         * isearch.el (isearch-lazy-highlight-new-loop):
6707         Remove condition `(not isearch-error)'.  (Bug#9918)
6709         * misearch.el (multi-isearch-search-fun): Add condition
6710         `(not bound)' to ignore lazy-highlighting search.
6711         Add the search-failed message "end of multi" when the end of
6712         multi-sequence is reached.  Uncapitalize the search-failed
6713         message "Repeat for next buffer".
6715         * info.el (Info-search): Add the search-failed message
6716         "end of the manual" when the end of the manual is reached
6717         in Isearch mode.
6719 2011-11-19  Juri Linkov  <juri@jurta.org>
6721         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6722         Use non-destructive `remove' instead of `delete' because
6723         `Info-history-list' stored to `Info-isearch-initial-history-list' in
6724         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6726 2011-11-19  Juri Linkov  <juri@jurta.org>
6728         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
6729         to nil instead of binding `search-ring' and `regexp-search-ring'.
6730         (Bug#9185)
6732 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
6734         * simple.el (line-move): Force movement by logical lines for any
6735         hscrolled window, not only when auto-hscroll-mode is on.
6736         (line-move-visual): Update doc string to that effect.  (Bug#10076)
6738 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
6740         * language/european.el (macintosh): Define as alias for mac-roman.
6742 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
6744         * mail/rmailmm.el (rmail-mime-display-header)
6745         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
6746         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
6747         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
6748         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
6749         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
6750         of a raw aref.
6751         (rmail-mime-entity-segment): To get past the tagline, move forward
6752         2 more lines, to account for the 2 empty lines that precede and
6753         follow the line with the buttons.
6754         (rmail-mime-update-tagline): Move one more line, to get past the
6755         empty line that follows the buttons in the tagline.  (Bug#9520)
6757 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
6759         * window.el (window-max-delta-1, window-min-delta-1)
6760         (window-min-size-1, window-state-get-1, window-state-put-1)
6761         (window-state-put-2): Use "window--" prefix.
6763 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * emacs-lisp/smie.el: Improve warnings and conflict detection.
6766         (smie-warning-count): New var.
6767         (smie-set-prec2tab): Use it.
6768         (smie-bnf->prec2): Improve warnings.  Add docstring.
6769         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
6770         (smie-bnf--set-class): New function.
6771         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
6772         corner case.
6774         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
6775         (compilation-error-properties, compilation-move-to-column):
6776         Handle compilation-first-column while in the target buffer.
6778         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
6779         Don't hardcode point-min==1.
6781         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
6782         (eshell-rewrite-for-command): Remove workaround.
6783         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6784         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
6785         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
6787         * files-x.el (modify-file-local-variable): Obey commenting conventions.
6789 2011-11-17  Glenn Morris  <rgm@gnu.org>
6791         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6792         Ignore buffer-local generated-autoload-file if it is the same
6793         as the global value.  (Bug#10049)
6795 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
6797         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
6798         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
6799         (reftex-toc-previous-heading, reftex-toc-max-level)
6800         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
6801         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
6802         (reftex-toc-do-promote, reftex-toc-promote-prepare)
6803         (reftex-toc-promote-action, reftex-toc-extract-section-number)
6804         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
6805         (reftex-toc-rename-label, reftex-toc-visit-location)
6806         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
6807         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
6808         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
6809         leaving "*toc*" only for references to the buffer.
6811 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
6813         * window.el (window-resize, delete-window, split-window):
6814         Replace window-splits by window-combination-resize.
6815         * cus-start.el (window-splits): Replace by window-combination-resize.
6817 2011-11-17  Glenn Morris  <rgm@gnu.org>
6819         * progmodes/sh-script.el (sh-font-lock-keywords-var):
6820         Make bash entry derive from sh entry, not shell entry.
6822 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
6824         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
6825         local file name.
6827 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
6829         * menu-bar.el (menu-bar-file-menu):
6830         * printing.el (pr-ps-utility):
6831         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
6832         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
6833         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
6834         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
6835         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
6836         (icalendar--convert-cyclic-to-ical)
6837         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
6838         (icalendar--convert-ical-to-diary)
6839         (icalendar--convert-recurring-to-diary)
6840         (icalendar--convert-non-recurring-all-day-to-diary)
6841         (icalendar-import-format-sample):
6842         * progmodes/idlw-shell.el (idlwave-shell-mode):
6843         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
6844         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
6845         (vhdl-ps-print-init): Fix typos.
6847 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
6849         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
6850         FSF and collapse date sequence, obscure author/maintainer email address
6851         better, remove extra version line, track relocation of author's webpage.
6853         * progmodes/python.el (python-pdbtrack-input-prompt)
6854         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
6855         regular python pdb prompts.  Adjustments shamelessly taken exactly as
6856         suggested in EmacsWiki page (tiny change):
6857         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
6859 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
6861         * expand.el (expand-pos, expand-index, expand-point):
6862         Remove redundant info from docstring.
6863         (expand-add-abbrevs): Doc fix.
6864         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
6865         (expand-sample-perl-mode-expand-list): Fix typos.
6867         * net/dbus.el (dbus-event-member-name):
6868         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
6869         * term/pc-win.el (msdos-create-frame-with-faces):
6870         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
6872 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
6874         * window.el (split-window, window-state-get-1)
6875         (window-state-put-1, window-state-put-2): Rename occurrences of
6876         window-nest to window-combination-limit.
6877         * cus-start.el (window-nest): Rename to window-combination-limit.
6879 2011-11-16  Chong Yidong  <cyd@gnu.org>
6881         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
6882         regexp (Bug#10033).
6884 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
6887         `completing-read' will remove *Completions* and will preserve
6888         current-buffer for us.
6889         (tmm-add-prompt): Users of *Completions* will always (re)set its
6890         major mode.
6891         (tmm-old-comp-map): Remove.
6893 2011-11-16  Glenn Morris  <rgm@gnu.org>
6895         * mail/rmailedit.el: Require rmailmm when compiling.
6896         (rmail-old-mime-state): New declaration.
6897         (rmail-edit-current-message): If editing a mime message,
6898         edit the "raw" message from the mbox buffer.
6899         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
6901 2011-11-15  Glenn Morris  <rgm@gnu.org>
6903         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
6904         which wasn't being used.  Add optional arg to force given state.
6905         (rmail-mime): Add optional arg to force given state.
6907 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
6909         * allout.el (allout-encryption-plaintext-sanitization-regexps):
6910         * frame.el (display-mm-dimensions-alist):
6911         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
6912         (outline-move-subtree-down):
6913         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
6914         (newsticker--treeview-do-get-node):
6915         * net/quickurl.el (quickurl-list-buffer-name):
6916         * progmodes/dcl-mode.el (dcl-mode):
6917         * progmodes/gdb-mi.el (gdb-mapcar*):
6918         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
6920 2011-11-15  Glenn Morris  <rgm@gnu.org>
6922         * mail/rmail.el (rmail-file-coding-system): It's only ever used
6923         in a boolean sense, so just make it a boolean, and fix the doc.
6924         (rmail-show-mime-function, rmail-mime-feature)
6925         (rmail-require-mime-maybe): Doc fixes.
6926         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
6928         * mail/rmailmm.el (rmail-show-mime): Doc fix.
6930 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
6932         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
6933         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
6934         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6935         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
6937 2011-11-15  Glenn Morris  <rgm@gnu.org>
6939         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
6940         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
6941         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
6942         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
6943         (rmail-mime, rmail-show-mime): Doc fixes.
6945         * term/ns-win.el (mode-line-frame-identification):
6946         Leave it alone.  (Bug#10051)
6948         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
6950         * mail/rmailout.el (rmail-output-to-rmail-buffer):
6951         Handle empty buffers.  (Bug#9978)
6953 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
6955         * international/mule.el (define-charset):
6956         * mail/rmailmm.el (rmail-mime-find-header-encoding):
6957         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
6958         * progmodes/verilog-mode.el (verilog-backward-token):
6959         * textmodes/ispell.el (lookup-words):
6960         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
6962 2011-11-14  Glenn Morris  <rgm@gnu.org>
6964         * progmodes/executable.el
6965         (executable-make-buffer-file-executable-if-script-p):
6966         Handle file-modes returning nil.
6968         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
6969         message - not necessary, and causes problems.  (Bug#9831)
6971         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
6973         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
6975         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
6976         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
6977         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
6979 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
6981         * window.el (window-resize, delete-window): Use window-splits
6982         variable instead of function.
6983         (window-state-get-1, window-state-put-2, window-state-put):
6984         Don't deal with windows' splits status.
6986 2011-11-12  Glenn Morris  <rgm@gnu.org>
6988         * apropos.el (apropos-do-all, apropos-library, apropos-value)
6989         (apropos-documentation): Doc fixes.
6991 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
6993         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
6994         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
6996 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6998         * electric.el (electric-indent-post-self-insert-function): Make it
6999         possible for a char to only indent in some circumstances.
7000         (electric-indent-mode): Simplify.
7002 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
7004         * window.el (windows-with-parameter): Remove unused function.
7005         (windows-at-side): Rename to window-at-side-list.
7006         (window-check, window-atom-check, window-atom-check-1)
7007         (window-side-check, window-size-ignore, window-size-fixed-1)
7008         (window-in-direction-2): Prefix with "window--".
7009         (window-tree-1): Rename to window--subtree, fix doc-string.
7011 2011-11-11  Glenn Morris  <rgm@gnu.org>
7013         * subr.el (eval-after-load): If FILE is already loaded,
7014         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
7016 2011-11-10  Glenn Morris  <rgm@gnu.org>
7018         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7019         Call svn via vc-svn-command rather than vc-do-command.
7020         (vc-svn-command): Add --non-interactive.  (Bug#9993)
7021         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7023         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7024         Add toggle-read-only.  (Bug#7292)
7025         * files.el (toggle-read-only): Mention that it should only
7026         be used interactively.  (Bug#10006)
7028 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7031         Adjust regexp for OCaml warnings.
7033         * electric.el (electric-pair-post-self-insert-function): Let user
7034         turn it off buffer-locally (bug#9932).
7036         * progmodes/python.el (python-beginning-of-statement):
7037         Rewrite (bug#2703).
7039         * progmodes/compile.el: Better handle TABs (bug#9749).
7040         (compilation-internal-error-properties)
7041         (compilation-next-error-function): Obey the target buffer's
7042         compilation-error-screen-columns.
7044 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
7046         * progmodes/meta-mode.el: Remove obsolete comments.
7047         (meta-right-comment-regexp, meta-ignore-comment-regexp):
7048         Fix typos in docstrings.
7050 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
7052         * window.el (window-size-fixed-p): Rewrite doc-string.
7053         (window-resizable-p): Rename to window--resizable-p.  Update callers.
7054         (window--resizable): New function.  Make all callers of
7055         window-resizable call window--resizable instead.
7056         (window-resizable): Rewrite in terms of window--resizable.
7058 2011-11-08  Glenn Morris  <rgm@gnu.org>
7060         * progmodes/delphi.el (delphi-mode-syntax-table):
7061         Let define-derived-mode define a proper syntax table.  (Bug#9994)
7063 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7065         * window.el: Stay away from defsubst.
7066         (window-list-no-nils): Remove.
7067         (window-state-get-1, window-state-get): Use backquote instead.
7069 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7071         * emacs-lisp/find-func.el (find-function-read):
7072         Fix incorrect use of default argument in `completing-read'.
7074 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
7076         * window.el (display-buffer-function, special-display-function):
7077         Mention display-buffer-record-window but do not mention
7078         help-setup parameter in doc-strings.
7079         (window-min-delta): Fix doc-string typo.
7081 2011-11-08  Chong Yidong  <cyd@gnu.org>
7083         * window.el (window-total-height, window-total-width): Doc fix.
7084         (window-body-size): Move from C.
7085         (window-body-height, window-body-width): Move to C.
7087 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7089         * window.el: Make special-display like display-buffer-alist (bug#9532).
7090         (display-buffer--special-action): New function, morphed
7091         from display-buffer--special.
7092         (display-buffer): Use it to handle special-display-buffers at higher
7093         priority (just after display-buffer-alist).
7094         (display-buffer-fallback-action, display-buffer--other-frame-action)
7095         (pop-to-buffer-same-window): Remove display-buffer--special.
7097 2011-11-07  Glenn Morris  <rgm@gnu.org>
7099         * calendar/cal-menu.el (cal-menu-set-date-title):
7100         Do nothing if not in a calendar.  (Bug#9976)
7102 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * files.el (find-file): Always use selected-window.
7106 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
7108         * window.el (window-combinations): Make WINDOW argument
7109         mandatory.  Rewrite doc-string.
7110         (walk-window-subtree, window-atom-check, window-min-delta)
7111         (window-max-delta, window--resize-this-window)
7112         (window--resize-root-window-vertically, window-tree)
7113         (balance-windows, window-state-put): Rewrite doc-strings as to
7114         not mention the term "subwindow".
7115         (window--resize-subwindows-skip-p): Rename to
7116         window--resize-child-windows-skip-p.
7117         (window--resize-subwindows-normal): Rename to
7118         window--resize-child-windows-normal.
7119         (window--resize-subwindows): Rename to
7120         window--resize-child-windows.
7121         (window-or-subwindow-p): Rename to window--in-subtree-p.
7123 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
7125         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7126         Ensure that mbox format messages end in two newlines (Bug#9974).
7128 2011-11-06  Chong Yidong  <cyd@gnu.org>
7130         * window.el (window-combination-p): Function deleted; its
7131         side-effect is not used in any existing code.
7132         (window-combinations, window-combined-p): Call window-*-child
7133         directly.
7135 2011-11-05  Chong Yidong  <cyd@gnu.org>
7137         * window.el (window-valid-p): Rename from window-any-p.
7138         (window-size-ignore, window-state-get): Callers changed.
7139         (window-normalize-window): Rename from window-normalize-any-window.
7140         New arg LIVE-ONLY, replacing window-normalize-live-window.
7141         (window-normalize-live-window): Delete.
7142         (window-combination-p, window-combined-p, window-combinations)
7143         (walk-window-subtree, window-atom-root, window-min-size)
7144         (window-sizable, window-sizable-p, window-size-fixed-p)
7145         (window-min-delta, window-max-delta, window-resizable)
7146         (window-resizable-p, window-full-height-p, window-full-width-p)
7147         (window-current-scroll-bars, window-point-1, set-window-point-1)
7148         (window-at-side-p, window-in-direction, window-resize)
7149         (adjust-window-trailing-edge, maximize-window, minimize-window)
7150         (window-deletable-p, delete-window, delete-other-windows)
7151         (record-window-buffer, unrecord-window-buffer)
7152         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7153         (quit-window, split-window, window-state-put)
7154         (set-window-text-height, fit-window-to-buffer)
7155         (shrink-window-if-larger-than-buffer): Callers changed.
7157 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
7159         * mail/rmail.el (rmail-simplified-subject): Decode subject with
7160         rfc2047-decode-string.
7161         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7162         warnings.
7164         * window.el (window-body-height, window-body-width): Mention in
7165         the doc string that the return values are in frame's canonical
7166         units.  (Bug#9949)
7168 2011-11-03  Alan Mackenzie  <acm@muc.de>
7170         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7171         change in cc-engine.el.
7173 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * window.el (switch-to-buffer): Use `force-same-window' interactively.
7177 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
7179         * window.el (quit-window): Call unrecord-window-buffer after
7180         showing another buffer in the window.  (Bug#9937)
7181         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
7183 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
7185         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7186         Accept status with more than 9 shelves.  (Bug#9935)
7187         Reported by Colin D Bennett <colin@gibibit.com>.
7189 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
7191         * help.el (with-help-window): Don't reference
7192         temp-buffer-show-specifiers in doc-string.
7194 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
7196         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7197         menu-item.
7199 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7201         * whitespace.el: New version 13.2.2.
7202         (whitespace-newline-mode): Disable properly.  Reported by Sarah
7203         <EmacsWiki>.
7205 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
7207         * net/newst-treeview.el: Remove "Time-stamp".
7208         (newsticker--group-manage-orphan-feeds): Do not call
7209         newsticker--treeview-tree-update.
7210         (newsticker-treeview-update, newsticker-treeview):
7211         Call newsticker--treeview-tree-update if necessary.
7213 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
7215         * window.el (window-iso-combination-p, window-iso-combined-p)
7216         (window-iso-combinations): Remove "iso-" infix.
7217         Suggested by Chong Yidong.
7218         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7219         (window-max-delta-1, window-resize, window--resize-siblings)
7220         (window--resize-this-window, adjust-window-trailing-edge)
7221         (split-window, balance-windows-1)
7222         (shrink-window-if-larger-than-buffer):
7223         * calendar/calendar.el (calendar-generate-window):
7224         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
7226 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7228         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7229         in place (bug#9907).
7230         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7231         (eshell-rewrite-if-command, eshell-rewrite-for-command)
7232         (eshell-structure-basic-command, eshell-rewrite-while-command)
7233         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7234         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7235         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7236         (eshell-do-pipelines-synchronously, eshell-eval-command):
7237         Use backquotes and prefer setq to set.
7238         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7239         (eshell-macrop): Use functionp.
7240         (eshell-do-eval): Handle multiple expressions in `while' body.
7242 2011-10-30  Chong Yidong  <cyd@gnu.org>
7244         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7245         instead of set-mark (Bug#9810).
7247 2011-10-30  Chong Yidong  <cyd@gnu.org>
7249         * window.el (split-window-below, split-window-right): Rename from
7250         split-window-above-each-other and split-window-side-by-side
7251         respectively.  All callers changed.
7252         (split-window-sensibly, split-window-sensibly): Use them.
7253         (split-window-keep-point): Doc fix.
7255         * isearch.el: Add isearch-scroll property to split-window-below
7256         and split-window-right.
7258         * follow.el (follow-mode):
7259         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7260         * progmodes/ada-xref.el (ada-gdb-application):
7261         * emulation/vip.el (vip-buffer-in-two-windows):
7262         * image-dired.el (image-dired-dired-with-window-configuration):
7263         * dired-x.el (dired-do-find-marked-files):
7264         * dired.el (dired-pop-to-buffer):
7265         * bs.el (bs--show-with-configuration):
7266         * vc/emerge.el (emerge-setup-windows):
7267         * textmodes/two-column.el (2C-two-columns):
7268         * textmodes/reftex-toc.el (reftex-toc):
7269         * progmodes/gdb-mi.el (gdb-setup-windows):
7270         * progmodes/fortran.el (fortran-window-create):
7271         * net/newst-treeview.el (newsticker--treeview-window-init):
7272         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7273         * emulation/tpu-edt.el (tpu-gold-map):
7274         * emulation/crisp.el (crisp-mode-map):
7275         * calendar/calendar.el (calendar-basic-setup): Callers changed.
7277 2011-10-29  Chong Yidong  <cyd@gnu.org>
7279         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7281         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7283         * textmodes/flyspell.el (flyspell-word): Fix char offset for
7284         forged Ispell output (Bug#7904).
7286         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7288 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7290         * doc-view.el: Avoid ugly errors about not finding nil.
7291         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7292         (doc-view-dvipdf-program, doc-view-unoconv-program)
7293         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7294         Avoid nil or absolute file name as default value.
7295         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7297 2011-10-28  Alan Mackenzie  <acm@muc.de>
7299         * progmodes/cc-defs.el (c-version): -> 5.32.2.
7301 2011-10-28  Alan Mackenzie  <acm@muc.de>
7303         Amend the handling of c-beginning/end-of-defun in nested declaration
7304         scopes.
7306         * progmodes/cc-vars.el (c-defun-tactic): Move here from
7307         cc-langs.el.  Change it to a defcustom.
7309         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7310         cc-vars.el.
7312         * progmodes/cc-engine.el (c-beginning-of-statement-1):
7313         Prevent "class foo : bar" being spuriously recognized as a label.
7315         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
7316         Add parameter `inclusive' (to include enclosing braces in the region).
7317         (c-widen-to-enclosing-decl-scope): New function.
7318         (c-while-widening-to-decl-block): New macro.
7319         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7320         outward for defun boundaries, and correspondingly change symbol
7321         `respect-enclosure' to `go-outward'.
7322         (c-declaration-limits): Change algorithm to report only the "innermost"
7323         defun's boundaries.
7325 2011-10-28  Deniz Dogan  <deniz@dogan.se>
7327         * net/rcirc.el (rcirc-mode): Use hard newlines.
7329 2011-10-28  Alan Mackenzie  <acm@muc.de>
7331         Amend to indent and fontify macros "which include their own semicolon"
7332         correctly, using the "virtual semicolon" mechanism.
7334         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
7336         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7337         Recode to scan one line at a time rather than having \n and \r
7338         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
7339         (c-forward-label): Amend for virtual semicolons.
7340         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
7342         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7343         of the new C macros.
7345         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
7346         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7347         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
7348         (c-opt-cpp-macro-define): Make into a full language variable.
7349         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7350         AWK Mode (including \n, \r) removed, no longer needed.
7352         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7353         Invoke c-make-macro-with-semi-re.
7355         * progmodes/cc-vars.el (c-macro-with-semi-re):
7356         (c-macro-names-with-semicolon): New variables.
7357         (c-make-macro-with-semi-re): New function.
7359 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7361         * vc/log-edit.el: Fill empty field rather than adding new one.
7362         (log-edit-add-field): New function.
7363         (log-edit-insert-changelog): Use it.
7365 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
7367         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7369 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7372         (gdb--check-interpreter): New function.
7373         (gdb): Use it.
7375 2011-10-27  Glenn Morris  <rgm@gnu.org>
7377         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7378         (least-positive-float, least-negative-float)
7379         (least-positive-normalized-float, least-negative-normalized-float)
7380         (float-epsilon, float-negative-epsilon):
7381         Remove unnecessary declarations.
7383         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7384         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7385         (least-positive-float, least-negative-float)
7386         (least-positive-normalized-float, least-negative-normalized-float)
7387         (float-epsilon, float-negative-epsilon): Add doc-strings,
7388         based on those in cl.texi.
7390         * files.el (set-visited-file-name): If the major-mode changed,
7391         reload the local variables.  (Bug#9796)
7393 2011-10-27  Chong Yidong  <cyd@gnu.org>
7395         * subr.el (change-major-mode-after-body-hook): New hook.
7396         (run-mode-hooks): Run it.
7398         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7399         Use change-major-mode-before-body-hook.
7401         * simple.el (fundamental-mode):
7402         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7403         change introducing fundamental-mode-hook.
7405 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
7407         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
7409 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
7411         * ido.el (ido-file-name-all-completions-1): Do not require
7412         tramp.el explicitly.  (Bug#7583)
7414 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * progmodes/octave-mod.el:
7417         * progmodes/octave-inf.el: Update maintainer.
7419 2011-10-26  Chong Yidong  <cyd@gnu.org>
7421         * subr.el (with-wrapper-hook): Rewrite doc.
7423 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
7425         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
7426         filenames "/method:foo:".  (Bug#9793)
7428 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7431         (bug#9865).
7433 2011-10-24  Glenn Morris  <rgm@gnu.org>
7435         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
7437 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
7439         * notifications.el: Add the requirement of a running D-Bus session
7440         bus to the Commentary.
7442 2011-10-24  Juri Linkov  <juri@jurta.org>
7444         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7445         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7446         (Bug#9364)
7448 2011-10-24  Juri Linkov  <juri@jurta.org>
7450         * info.el (Info-following-node-name-re): Add newline to the list
7451         of allowed characters for leading space.  (Bug#9824)
7453 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7455         * progmodes/octave-inf.el (inferior-octave-mode-map):
7456         Fix C-c C-h binding.
7457         * progmodes/octave-mod.el (octave-help): Remove.
7459 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
7461         Sync with Tramp 2.2.3.
7463         * net/tramp-cache.el (top): Pacify byte-compiler using
7464         `init-file-user' and `site-run-file'.
7466         * net/trampver.el: Update release number.
7468 2011-10-23  Chong Yidong  <cyd@gnu.org>
7470         * files.el (toggle-read-only): Remove obsolete comment about
7471         version control.
7473         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7474         for toggle-read-only.  Note that this hasn't called vc-next-action
7475         since 2008-05-02, though it wasn't documented at the time.
7477         * vc/ediff-init.el (ediff-toggle-read-only-function):
7478         Use toggle-read-only.
7480 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
7482         Fix bug #9560, sporadic wrong indentation; improve instrumentation
7483         of c-parse-state.
7485         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7486         correct faulty logical expression.
7487         (c-parse-state-state, c-record-parse-state-state):
7488         (c-replay-parse-state-state): New defvar/defuns.
7489         (c-debug-parse-state): Use new functions.
7491 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
7493         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
7494         last fix.  Use window-in-direction correctly.
7496 2011-10-21  Chong Yidong  <cyd@gnu.org>
7498         * progmodes/idlwave.el (idlwave-mode):
7499         * progmodes/vera-mode.el (vera-mode): No need to set
7500         require-final-newline; that's done in prog-mode.
7501         Suggested by Stefan Monnier.
7503 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
7505         * mouse.el (mouse-drag-window-above)
7506         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7507         (mouse-drag-mode-line-1, mouse-drag-header-line)
7508         (mouse-drag-vertical-line-rightward-window): Remove.
7509         (mouse-drag-line): New function.
7510         (mouse-drag-mode-line, mouse-drag-header-line)
7511         (mouse-drag-vertical-line): Call mouse-drag-line.
7512         * window.el (window-at-side-p, windows-at-side): New functions.
7514 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
7516         * tar-mode.el (tar-grind-file-mode):
7517         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
7519 2011-10-21  Chong Yidong  <cyd@gnu.org>
7521         * progmodes/idlwave.el (idlwave-mode):
7522         * progmodes/vera-mode.el (vera-mode):
7523         Use mode-require-final-newline.
7525 2011-10-20  Glenn Morris  <rgm@gnu.org>
7527         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
7529 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
7531         * emulation/cua-base.el (cua-set-mark): Fix case of string.
7533 2011-10-20  Chong Yidong  <cyd@gnu.org>
7535         * emulation/cua-base.el (cua-mode):
7536         * mail/footnote.el (footnote-mode):
7537         * mail/mailabbrev.el (mail-abbrevs-mode):
7538         * net/xesam.el (xesam-minor-mode):
7539         * progmodes/bug-reference.el (bug-reference-mode):
7540         * progmodes/cap-words.el (capitalized-words-mode):
7541         * progmodes/compile.el (compilation-minor-mode)
7542         (compilation-shell-minor-mode):
7543         * progmodes/gud.el (gud-tooltip-mode):
7544         * progmodes/hideif.el (hide-ifdef-mode):
7545         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7546         * progmodes/subword.el (subword-mode):
7547         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7548         * progmodes/which-func.el (which-function-mode):
7549         * term/tvi970.el (tvi970-set-keypad-mode):
7550         * term/vt100.el (vt100-wide-mode):
7551         * textmodes/flyspell.el (flyspell-mode):
7552         * textmodes/ispell.el (ispell-minor-mode):
7553         * textmodes/nroff-mode.el (nroff-electric-mode):
7554         * textmodes/paragraphs.el (use-hard-newlines):
7555         * textmodes/refill.el (refill-mode):
7556         * textmodes/reftex.el (reftex-mode):
7557         * textmodes/rst.el (rst-minor-mode):
7558         * textmodes/sgml-mode.el (html-autoview-mode)
7559         (sgml-electric-tag-pair-mode):
7560         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7561         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7562         * emulation/crisp.el (crisp-mode):
7563         * emacs-lisp/eldoc.el (eldoc-mode):
7564         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7565         minor mode behavior.
7567 2011-10-19  Juri Linkov  <juri@jurta.org>
7569         * descr-text.el (describe-char): Add #x2010 and #x2011 to
7570         the list of hard-coded chars with escape-glyph face.
7572 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7574         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7576 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
7578         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7579         running process.
7581 2011-10-19  Glenn Morris  <rgm@gnu.org>
7583         * vc/vc-bzr.el (vc-bzr-after-dir-status):
7584         Ignore ignored files.  (Bug#9726)
7586 2011-10-19  Chong Yidong  <cyd@gnu.org>
7588         Doc fix for minor modes, stating that an omitted argument enables
7589         the mode unconditionally when called from Lisp.
7591         * abbrev.el (abbrev-mode):
7592         * allout.el (allout-mode):
7593         * autoinsert.el (auto-insert-mode):
7594         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7595         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7596         (global-auto-revert-mode):
7597         * battery.el (display-battery-mode):
7598         * composite.el (global-auto-composition-mode)
7599         (auto-composition-mode):
7600         * delsel.el (delete-selection-mode):
7601         * desktop.el (desktop-save-mode):
7602         * dired-x.el (dired-omit-mode):
7603         * dirtrack.el (dirtrack-mode):
7604         * doc-view.el (doc-view-minor-mode):
7605         * double.el (double-mode):
7606         * electric.el (electric-indent-mode, electric-pair-mode):
7607         * emacs-lock.el (emacs-lock-mode):
7608         * epa-hook.el (auto-encryption-mode):
7609         * follow.el (follow-mode):
7610         * font-core.el (font-lock-mode):
7611         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7612         * help.el (temp-buffer-resize-mode):
7613         * hilit-chg.el (highlight-changes-mode)
7614         (highlight-changes-visible-mode):
7615         * hi-lock.el (hi-lock-mode):
7616         * hl-line.el (hl-line-mode, global-hl-line-mode):
7617         * icomplete.el (icomplete-mode):
7618         * ido.el (ido-everywhere):
7619         * image-file.el (auto-image-file-mode):
7620         * image-mode.el (image-minor-mode):
7621         * iswitchb.el (iswitchb-mode):
7622         * jka-cmpr-hook.el (auto-compression-mode):
7623         * linum.el (linum-mode):
7624         * longlines.el (longlines-mode):
7625         * master.el (master-mode):
7626         * mb-depth.el (minibuffer-depth-indicate-mode):
7627         * menu-bar.el (menu-bar-mode):
7628         * minibuf-eldef.el (minibuffer-electric-default-mode):
7629         * mouse-sel.el (mouse-sel-mode):
7630         * msb.el (msb-mode):
7631         * mwheel.el (mouse-wheel-mode):
7632         * outline.el (outline-minor-mode):
7633         * paren.el (show-paren-mode):
7634         * recentf.el (recentf-mode):
7635         * reveal.el (reveal-mode, global-reveal-mode):
7636         * rfn-eshadow.el (file-name-shadow-mode):
7637         * ruler-mode.el (ruler-mode):
7638         * savehist.el (savehist-mode):
7639         * scroll-all.el (scroll-all-mode):
7640         * scroll-bar.el (scroll-bar-mode):
7641         * server.el (server-mode):
7642         * shell.el (shell-dirtrack-mode):
7643         * simple.el (auto-fill-mode, transient-mark-mode)
7644         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7645         (line-number-mode, column-number-mode, size-indication-mode)
7646         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7647         * strokes.el (strokes-mode):
7648         * time.el (display-time-mode):
7649         * t-mouse.el (gpm-mouse-mode):
7650         * tool-bar.el (tool-bar-mode):
7651         * tooltip.el (tooltip-mode):
7652         * type-break.el (type-break-mode-line-message-mode)
7653         (type-break-query-mode):
7654         * view.el (view-mode):
7655         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7656         (global-whitespace-mode, global-whitespace-newline-mode):
7657         * xt-mouse.el (xterm-mouse-mode): Doc fix.
7659         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7660         Fix autogenerated docstring.
7662 2011-10-19  Juri Linkov  <juri@jurta.org>
7664         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7665         by checking environment variables "DESKTOP_SESSION" and
7666         "XDG_CURRENT_DESKTOP".  (Bug#9779)
7668 2011-10-19  Juri Linkov  <juri@jurta.org>
7670         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7671         (browse-url-chromium-program, browse-url-chromium-arguments):
7672         New defcustoms.
7673         (browse-url-default-browser): Check for `browse-url-chromium' and
7674         call `browse-url-chromium-program'.
7675         (browse-url-chromium): New command.  (Bug#9779)
7677 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
7679         * facemenu.el (list-colors-duplicates): On Windows, detect more
7680         duplicates by assuming that only colors matching "^System" are
7681         special "system colors".  (Bug#9722)
7683 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7686         to distinguish the author from the committer.
7688 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
7690         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7692 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
7694         * international/mule.el (sgml-html-meta-auto-coding-function):
7695         Add support for detecting encoding in HTML5 specified only as
7696         <meta charset="UTF-8">.  Implementation just makes http-equiv and
7697         content-type parts from HTML4 encoding string optional.  (Bug#9716)
7699 2011-10-18  Glenn Morris  <rgm@gnu.org>
7701         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
7703 2011-10-18  Chong Yidong  <cyd@gnu.org>
7705         * faces.el (cursor): Doc fix.
7707 2011-10-17  Chong Yidong  <cyd@gnu.org>
7709         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7711 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
7713         * dirtrack.el (dirtrack): Support shell buffers with path
7714         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
7716 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
7718         * json.el: Bump version to 1.3 and note change in History.
7719         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7721 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * comint.el (comint-insert-input, comint-send-input)
7724         (comint-get-old-input-default, comint-backward-matching-input)
7725         (comint-next-prompt): Use nil instead of `input' for field property of
7726         past user input (bug#114).
7728         * minibuffer.el (completion--replace): Inherit surrounding properties
7729         (bug#114).
7730         (minibuffer-complete-and-exit): Use it.
7732         * comint.el (comint--table-subvert): Quote the all-completions output
7733         (bug#9160).
7735 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
7737         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
7739         * menu-bar.el (menu-bar-file-menu): Add entry for making new
7740         window on right of selected.  (Bug#9350) Reword other window
7741         entries and separate them from frame entries.
7743 2011-10-15  Glenn Morris  <rgm@gnu.org>
7745         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
7746         Doc fixes.
7748 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
7750         * net/network-stream.el (network-stream-open-starttls):
7751         Improve detection of failure due to lack of TLS support.
7753         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
7754         putting the input text in front and in bold.
7756 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7758         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
7760         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
7761         empty buffer.
7763         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
7764         unread-command-events rather than pushing yet-another event.
7766 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
7768         * mail/sendmail.el (sendmail-query-once): Improve the wording of
7769         the explanation of the possible choices.  Make the options passed
7770         to completing-read shorter.
7772 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7774         * textmodes/flyspell.el (flyspell-large-region): Make sure
7775         extended character mode is used if defined (Bug#1339).
7777 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
7779         * simple.el (what-cursor-position): Fix the display of the
7780         character info for LRE, LRO, RLE, and RLO characters by appending
7781         an invisible PDF.
7783 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
7786         even in case of error; add debug spec; simplify data flow.
7787         (with-timeout-handler): Remove.
7789 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
7791         Fix Bug#6019, Bug#9315.
7793         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
7794         complete `buffer-file-name', the local file name part could look
7795         remotely (for example on VMS).
7797         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
7798         `tramp-run-real-handler'.
7799         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
7800         already quoted by '"'.
7802         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
7803         Let `file-name-handler-alist' be nil, the local file name part
7804         could look remotely (for example on VMS).
7806 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
7809         from here...
7810         (flyspell-post-command-hook): ...to here.
7812 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
7815         if not needed.
7816         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
7817         using completion.  Protect against "slow" callers.
7818         Remove the "message hack".
7820 2011-10-11  Juri Linkov  <juri@jurta.org>
7822         * isearch.el (isearch-lazy-highlight-word): New variable.
7823         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7824         Use it.  (Bug#9727)
7826 2011-10-11  Glenn Morris  <rgm@gnu.org>
7828         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
7829         like f90-previous-statement does.
7831 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7833         * eshell/eshell.el (eshell-command): History should be saved
7834         only in interactive use, to avoid error.
7836 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * minibuffer.el (completion-file-name-table): Fix last change,
7839         i.e. ignore normal errors but not the other ones.
7841 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
7843         * window.el (special-display-buffer-names)
7844         (special-display-regexps): Remove some remnants of earlier
7845         changes from doc-strings.
7846         (quit-windows-on): New function.
7848         * vc/vc.el (vc-revert, vc-rollback):
7849         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
7850         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
7851         (Bug#6183) (Bug#7074) (Bug#7447)
7853 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
7855         * window.el (frame-auto-hide-function): Add version tag.
7856         (Bug#9699)
7858 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
7860         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
7861         condition.
7863 2011-10-09  Leo Liu  <sdl.web@gmail.com>
7865         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
7866         (Bug#9701)
7868 2011-10-08  Glenn Morris  <rgm@gnu.org>
7870         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
7871         before the first code statement zero indent.  (Bug#9690)
7873 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
7875         * simple.el (count-words-region): Always count in the region.
7876         Report the number of lines and characters too.
7877         (count-words): New command, which counts in the buffer if the
7878         region is inactive, as count-words-region used to.
7879         (count-words--message): New function.  Handle plurals.
7880         (count-lines-region): Make it an alias for count-words-region.
7882         * bindings.el (esc-map): Replace count-lines-region with
7883         count-words-region.
7885 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
7887         * window.el (window--delete): Delete dedicated frame
7888         unconditionally when argument KILL is non-nil.  (Bug#9699)
7889         (switch-to-buffer): Fix doc-string typo.
7891 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7893         * eshell/eshell.el (eshell-command): Avoid using hooks.
7895 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
7897         * bindings.el ([M-left],[M-right]): Bind to left-word and
7898         right-word respectively.
7900 2011-10-07  Glenn Morris  <rgm@gnu.org>
7902         * cus-start.el (debug-on-quit): Fix custom type.
7904 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7906         * subr.el (define-key-after): Clarify that the function is not
7907         useful for non-menu keymaps.
7909         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
7911 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7913         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
7914         in current minibuffer (Fix bug with recursive minibuffers).
7916 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
7918         * progmodes/gdb-mi.el (gdb): Doc fix.
7920 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
7922         * window.el (frame-auto-hide-function): New option replacing
7923         frame-auto-delete.  Suggested by Stefan Monnier.
7924         (window--delete): Call frame-auto-hide-function instead of
7925         investigating frame-auto-delete.
7926         (window-point-1, set-window-point-1): New functions.
7927         (window-in-direction, record-window-buffer, window-state-get-1)
7928         (display-buffer-record-window): Use window-point-1 instead of
7929         window-point.
7930         (set-window-buffer-start-and-point): Use set-window-point-1.
7932 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7934         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
7936 2011-10-05  Glenn Morris  <rgm@gnu.org>
7938         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
7939         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
7941 2011-10-05  Leo Liu  <sdl.web@gmail.com>
7943         * subr.el (read-char-choice): Fix argument to buffer-live-p which
7944         works with buffer object.
7946 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7948         * mpc.el (mpc-tool-bar-map): Add labels.
7950 2011-10-04  Glenn Morris  <rgm@gnu.org>
7952         * calendar/holidays.el (calendar-check-holidays): Doc fix.
7954 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
7956         * window.el (window--delete): New function.
7957         (frame-auto-delete): Resuscitate option.
7958         (bury-buffer, replace-buffer-in-windows)
7959         (quit-window): Rewrite using window--delete.
7960         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7961         Pass display-buffer-mark-dedicated to window--display-buffer-2
7962         (Bug#9639).
7964 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
7967         returns a list (bug#9554).  Add remote file name completion.
7968         * comint.el (comint--table-subvert): Curry and get quote&unquote
7969         functions as arguments.
7970         (comint--complete-file-name-data): Adjust call accordingly.
7971         * pcomplete.el (pcomplete--table-subvert): Remove.
7972         (pcomplete-completions-at-point): Use comint--table-subvert instead.
7974         * minibuffer.el (completion-table-case-fold): Use currying.
7975         (completion--styles-type, completion--cycling-threshold-type):
7976         New constants.
7977         (completion-styles, completion-category-overrides)
7978         (completion-cycle-threshold): Use them.
7979         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
7980         completion-table-case-fold.
7982 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
7984         * minibuffer.el (completion-category-overrides): Fix type of styles
7985         and add more user friendly tags (bug#9660).
7987 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7989         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
7990         (mule-input-method-string): New widget.
7991         (default-input-method, language-info-custom-alist): Use it.
7993 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7995         * pcomplete.el: Require comint.
7996         (pcomplete--common-suffix): Remove.
7997         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
7998         (pcomplete--table-subvert): Sync with comint--table-subvert.
7999         (pcomplete--entries): Use comint-completion-file-name-table.
8000         * comint.el (comint-unquote-filename): Simplify.
8001         (comint-completion-file-name-table): New function (bug#9616).
8002         (comint--complete-file-name-data): Use it.
8004         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8005         (pcmpl-gnu-tar-buffer): Remove.
8006         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
8007         around.  Make sure pcomplete-suffix-list is only changed temporarily.
8008         Don't look inside the tar's file if it's too large.
8010 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
8012         * cus-edit.el (custom-mode-map):
8013         * epa.el (epa-key-list-mode-map):
8014         * man.el (Man-mode-map):
8015         * startup.el (splash-screen-keymap):
8016         * simple.el (special-mode-map): Use scroll-up-command and
8017         scroll-down-command.
8019         * progmodes/idlw-help.el (idlwave-help-mode-map):
8020         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8021         * net/newst-plainview.el (newsticker-mode-map):
8022         * emulation/ws-mode.el (wordstar-mode-map):
8023         * emulation/vi.el (vi-com-map):
8024         * calc/calc-graph.el (calc-graph-show-dumb):
8025         * term/sun.el (terminal-init-sun):
8026         * term/ns-win.el (global-map):
8027         * progmodes/grep.el (grep-mode-map):
8028         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8029         * mail/rmail.el (rmail-mode-map):
8030         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8032         * custom.el (custom-safe-themes, load-theme): Treat value of t for
8033         custom-safe-themes as special.
8035 2011-10-01  Julien Danjou  <julien@danjou.info>
8037         * notifications.el (notifications-notify): Fix docstring.
8039 2011-10-01  Per Starbäck  <per@starback.se>
8041         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
8043 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
8045         * startup.el (command-line-1): Fix last fix by inserting
8046         initial-scratch-message into *scratch* before displaying it.
8047         (Bug#9605) and (Bug#9636)
8049 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
8051         * simple.el (line-move): If auto-hscroll-mode is disabled and the
8052         window is hscrolled, move by logical lines.  (Bug#9607)
8053         (line-move-visual): Update the doc string to the above effect.
8055 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
8057         * window.el (display-buffer-record-window): When WINDOW is the
8058         selected window use `point' instead of `window-point'.  (Bug#9626)
8060         * startup.el (command-line-1): Use insert-before-markers when
8061         inserting initial-scratch-message.  (Bug#9605)
8063         * help.el (help-window): Remove variable.
8065 2011-09-29  Glenn Morris  <rgm@gnu.org>
8067         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8069 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
8071         * descr-text.el (describe-char-categories): Accept category
8072         descriptions more than one line long.
8074 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * simple.el (delete-trailing-whitespace): Fix last change.
8078         * progmodes/perl-mode.el (perl-syntax-propertize-function):
8079         Don't confuse "y => 3" as the beginning of a `y' operation.
8081         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8082         object has more than 4 slots (bug#9613).
8084 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
8086         * subr.el (with-output-to-temp-buffer):
8087         * net/quickurl.el (quickurl, quickurl-browse-url):
8088         Fix typos in docstrings.
8090 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
8092         * minibuffer.el (completion-styles)
8093         (completion-category-overrides): Cross reference each other in doc
8094         strings.
8096 2011-09-27  Glenn Morris  <rgm@gnu.org>
8098         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8099         to split-string.  (Bug#9606)
8101 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8104         (bug#9615).
8106 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
8108         * emacs-lisp/package.el (list-packages): Fix echo area message.
8110 2011-09-27  Leo Liu  <sdl.web@gmail.com>
8112         * ido.el (ido-read-internal): Accept cons cell HIST arg.
8114 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
8116         * net/dbus.el (dbus-unregister-object): Don't release services for
8117         registered signals.  (Bug#9581)
8119 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8121         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8122         function that picks between cfengine 2 and 3 support
8123         automatically.  Update docs accordingly.
8125 2011-09-22  Kenichi Handa  <handa@m17n.org>
8127         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8128         ZERO.
8129         (indian-itrans-v5-table-for-tamil): New variable.
8130         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8132 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
8134         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8135         that's true if the current command involved collapsing of text.
8136         It's reset to false at the beginning of the next command.
8137         (allout-post-command-business): Move the cursor to the beginning
8138         of entry if the cursor is hidden and collapsing activity just
8139         happened.
8141 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
8143         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8144         tracking (Bug#9541).
8146 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
8148         * net/newst-reader.el (newsticker-html-renderer)
8149         (newsticker-show-news): Automatically load html rendering package
8150         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
8151         because w3m-fill-column is let-bound" and the error "Symbol's value
8152         as variable is void: w3m-fill-column".
8154 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
8156         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8157         Release services only if they are defined.  (Bug#9581)
8159 2011-09-23  Richard Stallman  <rms@gnu.org>
8161         * textmodes/paragraphs.el (forward-sentence): For backwards case,
8162         distinguish start of paragraph from start of its text.
8164         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8166         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8167         (rmail-generate-viewer-buffer): Put that hook on view buffer.
8168         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8170 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
8172         * international/mule-diag.el (mule-diag): Insert a newline after
8173         each fontset description.
8175 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8177         * simple.el (delete-trailing-whitespace):
8178         Document last change; simplify.
8180 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
8182         * simple.el (delete-trailing-whitespace): Also delete
8183         extra newlines at the end of the buffer.
8185         * textmodes/picture.el: Make motion commands obey shift-select-mode.
8186         (picture-newline): Use forward-line so as to ignore fields.
8188 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8190         * subr.el (with-wrapper-hook): Fix edebug spec.
8192 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8195         (bug#4538).
8197 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
8199         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8200         Fix nasty bug using wrong cached values.
8202 2011-09-23  Alan Mackenzie  <acm@muc.de>
8204         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8206 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
8208         * window.el (pop-to-buffer): Ensure right window is selected if we
8209         chose another frame.
8211 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
8213         * simple.el (what-cursor-position): Use get-char-property-change
8214         and next-single-char-property-change, to be able to show display
8215         properties that come from overlays as well as text properties.
8217 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
8219         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8221         * cmuscheme.el (run-scheme, switch-to-scheme):
8222         * cus-edit.el (customize-group, custom-buffer-create)
8223         (customize-browse):
8224         * info.el (info):
8225         * shell.el (shell):
8226         * mail/sendmail.el (mail):
8227         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8229 2011-09-22  Richard Stallman  <rms@gnu.org>
8231         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8232         move back only to line beg, don't move back over blank lines.
8234 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
8236         * files.el (copy-directory): Set directory attributes only in case
8237         they could be retrieved from the source directory.  (Bug#9565)
8239 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
8241         * progmodes/hideshow.el (hs-looking-at-block-start-p)
8242         (hs-find-block-beginning, hs-hide-level-recursive):
8243         Ignore strings as well as comments.  (Bug#9502)
8245 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
8247         * progmodes/sql.el (sql-comint-postgres):
8248         Convert port number to a string.  (Bug#9566)
8250 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
8252         * window.el (quit-window): Undedicate window when switching to
8253         previous buffer.  Reported by Thierry Volpiatto
8254         <thierry.volpiatto@gmail.com>.
8255         (special-display-popup-frame): When popping up a new frame reset
8256         its previous buffers to nil.  Simplify code.
8258 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
8260         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8261         and process filter, as done also in `shell-command'.
8263 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
8265         * window.el (set-window-buffer-start-and-point):
8266         Call set-window-start with NOFORCE argument t.
8267         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8268         (quit-window): Reword doc-string.  Handle new format of
8269         quit-restore parameter.  Don't delete window if it has a
8270         previous buffer we can show instead of the present one.
8271         (display-buffer-record-window): Rewrite using a new format for
8272         the quit-restore window parameter
8273         (special-display-popup-frame, display-buffer-same-window)
8274         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8275         (display-buffer-pop-up-window, display-buffer-use-some-window):
8276         Adapt symbol passed to display-buffer-record-window.
8277         * help.el (help-window-setup): Handle new format of quit-restore
8278         parameter.
8280 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8282         * faces.el (face-list): Fix docstring (bug#9564).
8284         * window.el (display-buffer--action-function-custom-type):
8285         Don't include internal functions in the Custom interface.
8287 2011-09-20  Juri Linkov  <juri@jurta.org>
8289         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8290         (Info-forward-node, Info-backward-node, Info-next-preorder)
8291         (Info-last-preorder): Use it.  (Bug#9528)
8293 2011-09-20  Juri Linkov  <juri@jurta.org>
8295         * info.el (Info-last-preorder): Visit last menu item only when
8296         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8298 2011-09-20  Julien Danjou  <julien@danjou.info>
8300         * password-cache.el (password-cache-remove): Remove entries even if the
8301         value is nil, so that password with a nil value (negative caching) is
8302         possible to invalidate.
8304 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
8306         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8307         all whitespace around breakpoint.  (Bug#9553)
8308         (f90-find-breakpoint): Only break at whitespace inside a comment.
8310 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * minibuffer.el (completion-file-name-table): Keep track of errors.
8313         (completion-table-with-predicate): Handle the case where pred1 is nil.
8314         * pcomplete.el (pcomplete-completions-at-point): Simplify.
8316 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8319         (debugger-return-value): Signal an error if the debugging context does
8320         not await any return value.
8322         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8323         * image-mode.el (image-toggle-display-text)
8324         (image-toggle-display-image): Stay away from evil `intangible'.
8326 2011-09-19  Leo Liu  <sdl.web@gmail.com>
8328         * replace.el (occur-revert-arguments): Make it permanent-local.
8329         (occur-mode): Don't call font-lock-defontify.
8331 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
8333         * net/ldap.el (ldap-search-internal): Don't push empty search
8334         result (Bug#9508).
8336 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8340 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
8342         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8343         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8345 2011-09-18  Juri Linkov  <juri@jurta.org>
8347         * buff-menu.el (Buffer-menu-mode-map):
8348         * dired.el (dired-mode-map):
8349         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8350         (lisp-interaction-mode-map):
8351         * emacs-lisp/package.el (package-menu-mode-map):
8352         * epa.el (epa-key-list-mode-map):
8353         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8354         (menu-bar-options-menu):
8355         * outline.el (outline-mode-menu-bar-map):
8356         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8357         * vc/vc-dir.el (vc-dir-menu-map):
8358         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8359         Capitalize non-function content words in menu item strings.
8361         * dired.el (dired-mode-map): Add menu item for
8362         `image-dired-dired-toggle-marked-thumbs'.
8364 2011-09-18  Juri Linkov  <juri@jurta.org>
8366         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8367         to `isearch-case-fold-search' and restore its original value
8368         after the `isearch-mode' call.
8370 2011-09-18  Juri Linkov  <juri@jurta.org>
8372         * progmodes/grep.el (grep-process-setup): Don't check code for 1
8373         because `zgrep' returns 1 for successful matches (bug#9226).
8375 2011-09-18  Juri Linkov  <juri@jurta.org>
8377         * info.el (Info-extract-menu-node-name): Check the second match
8378         for empty string (second test-case of bug#9528).
8379         (Info-last-preorder): Let-bind `Info-history' to nil to not add
8380         intermediate nodes to the history (first test-case of bug#9528).
8382 2011-09-18  Juri Linkov  <juri@jurta.org>
8384         * info.el (Info-mode-syntax-table): New variable.
8385         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
8387 2011-09-18  Juri Linkov  <juri@jurta.org>
8389         * info.el (Info-file-supports-index-cookies):
8390         Increment line-beginning-position's arg from 3 to 4 because makeinfo
8391         outputs one more line for long file names (bug#4142).
8393 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
8395         * newcomment.el (comment-normalize-vars): If prompting for
8396         comment-start, set comment-start-skip too (Bug#8424).
8398 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
8400         * icomplete.el: Fix previous fix of Bug#5849.
8401         (icomplete-mode): Don't set completion-show-inline-help.
8402         (icomplete-minibuffer-setup): Set completion-show-inline-help
8403         locally during icompletion.
8405 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
8407         * woman.el (woman2-process-escapes): Don't delete unrecognized
8408         escapes (Bug#7843).
8410         * files.el (inhibit-first-line-modes-regexps): Add image files.
8411         (hack-local-variables-prop-line): Return nil for malformed
8412         prop-lines (Bug#9044).
8414 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
8416         * net/tramp.el (top): Don't require 'shell.
8417         (tramp-methods): Fix docstring.
8418         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8419         Return complete remote file name.  Handle "smb" case.
8420         Use `tramp-tmpdir', if defined for the respective method.
8421         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8423         * net/tramp-compat.el (top): Require 'shell.
8425         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8426         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8427         `tramp-current-host'.
8428         (tramp-get-remote-tmpdir): Remove.
8430         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8431         `tramp-tmpdir' entries.
8432         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8433         (tramp-smb-handle-file-attributes): Ignore errors.
8434         (tramp-smb-wait-for-output): Check also for process end.
8436 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8438         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8439         when sending QUIT (bug#9312).
8441 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
8443         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8444         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8445         occur-mode-display-occurrence.
8446         (occur-edit-mode): Add usage message.
8447         (occur-cease-edit): New command.
8448         (occur-after-change-function): Use text properties to find the
8449         position of the prefix text.
8450         (occur-engine): Set stickiness of prefix text properties.
8452 2011-09-17  Glenn Morris  <rgm@gnu.org>
8454         * progmodes/etags.el (complete-tag):
8455         Fix call to completion-in-region.  (Bug#9526)
8457 2011-09-17  Juri Linkov  <juri@jurta.org>
8459         * textmodes/ispell.el (ispell-word): Add to the error message
8460         the word, ispell program name and current dictionary (bug#9121).
8461         (ispell-tex-arg-end): Capitalize "error" in the error message.
8463 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
8465         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8466         check.  (Bug#4251)
8468 2011-09-17  Juri Linkov  <juri@jurta.org>
8470         * window.el (window-safe-min-height, window-safe-min-width):
8471         Fix typos (followup to bug#9522).
8473 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
8475         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8477 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
8479         * simple.el (line-move): If goal-column is set, move by logical
8480         lines, not by display lines.  (Bug#971)
8481         (next-line, previous-line, goal-column, line-move-visual): Doc fix
8482         to reflect the above change.
8484 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8486         * image.el (imagemagick-register-types): Use regexp-opt.
8488 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
8490         * window.el (display-buffer-base-action): Rename from
8491         display-buffer-default-action.  Make default value empty.
8492         (display-buffer-overriding-action): Convert to defvar.
8493         (display-buffer-fallback-action): New var.
8495 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
8497         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8498         declaration.
8499         (package--add-to-archive-contents): If there is a duplicate entry
8500         with an older version, remove it.
8501         (package-menu-mark-delete, package-menu-mark-install)
8502         (package-menu-mark-unmark): Make unused args optional.
8503         (package-menu-mark-obsolete-for-deletion):
8504         Use package-menu-get-status instead of a regexp search.
8505         (package-menu-get-status): Use tabulated-list-entry.
8506         (package-menu-mark-upgrades): New command.
8507         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
8508         (package-menu-execute): Do installation before deletion.
8509         (package-menu-refresh, package-menu-execute): Use derived-mode-p
8510         instead of checking major-mode.
8511         (package-menu--find-upgrades): New function.
8513 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8516         passwords in the log buffer.
8517         (smtpmail-process-filter): Update the process marker so that the
8518         "broken by peer" status message is inserted in the right place.
8520 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8523         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8524         bibtex-completion-at-point-function.
8525         (bibtex-completion-at-point-function): Use them.
8527         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8529         * mpc.el (mpc-constraints-tag-lookup): New function.
8530         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8531         also to browser "album|playlist".
8533 2011-09-14  Juri Linkov  <juri@jurta.org>
8535         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
8536         (isearch-edit-string): Use length of `isearch-string' when
8537         `isearch-fail-pos' returns nil.
8538         (isearch-message): Remove duplicate code and call
8539         `isearch-fail-pos' with arg `t'.
8541 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
8543         * replace.el (occur-mode-goto-occurrence): Don't force using other
8544         window (Bug#9499).
8546         * dired-aux.el (dired-do-chmod): Don't provide initial input.
8548 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
8550         * window.el (display-buffer-window): Remove.
8551         (display-buffer-record-window): Use help-setup window parameter
8552         instead of variable display-buffer-window.
8553         (display-buffer-function, special-display-buffer-names)
8554         (special-display-function): Mention help-setup parameter instead
8555         of display-buffer-window in doc-string.
8556         * help.el (help-window-setup): New argument help-window.
8557         Use help-window-setup parameter instead of display-buffer-window.
8558         Reword some messages.
8559         (with-help-window): Pass window used for displaying the buffer
8560         to help-window-setup.  Don't set display-buffer-window.
8562 2011-09-13  Glenn Morris  <rgm@gnu.org>
8564         * emacs-lisp/debug.el (debugger-make-xrefs):
8565         Preserve point.  (Bug#9462)
8567 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
8569         * window.el (window-deletable-p): Use next-frame.
8571 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
8573         * window.el (window-auto-delete): Remove.
8574         (window-deletable-p): Remove argument FORCE.  Don't deal with
8575         dedication and previous buffers.
8576         (switch-to-prev-buffer): Don't delete window.
8577         (delete-windows-on): Delete a window's frame if and only if the
8578         window is dedicated.
8579         (replace-buffer-in-windows): Delete buffer's window or frame if
8580         and only if window is dedicated.
8581         (quit-window): Handle quit-restore as before last change.
8582         (bury-buffer): Delete window only if window-deletable-p returns t.
8584 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
8586         * window.el (window-deletable-p): Never delete the last frame on a
8587         given terminal.
8589 2011-09-13  Glenn Morris  <rgm@gnu.org>
8591         * help.el (describe-key-briefly): Copy previous standard-output change.
8593 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
8595         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
8597 2011-09-13  Glenn Morris  <rgm@gnu.org>
8599         * emacs-lisp/lisp-mode.el (lisp-indent-function):
8600         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8602 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
8604         * dired-aux.el (dired-mark-read-string): Don't return default
8605         value on empty input (Bug#9361).
8606         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8607         Omit initial minibuffer contents.
8608         (dired-do-chmod): Signal an error on empty input.
8609         (dired-mark-read-string): Don't return default on empty input.
8611         * files.el (file-modes-symbolic-to-number): Doc fix.
8613 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8615         * international/mule-cmds.el (ucs-completions): Remove.
8616         (read-char-by-name): Use complete-with-action instead; add metadata.
8618 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
8620         * window.el (display-buffer--action-function-custom-type)
8621         (display-buffer--action-custom-type): New vars.
8622         (display-buffer-alist, display-buffer-default-action)
8623         (display-buffer-overriding-action): Add defcustom types.
8625         * frame.el (delete-other-frames): Doc fix (Bug#276).
8627 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8631 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
8633         Change modes that used same-window-* vars to use switch-to-buffer.
8635         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8636         Use switch-to-buffer.
8638         * cus-edit.el (customize-group, custom-buffer-create)
8639         (customize-browse, custom-buffer-create-other-window):
8640         Use switch-to-buffer or switch-to-buffer-other-window.
8642         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8643         (Info-prev, Info-up, Info-speedbar-goto-node)
8644         (info-display-manual): Use switch-to-buffer.
8645         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8647         * mail/sendmail.el (mail): Use switch-to-buffer.
8648         (mail-recover): Use switch-to-buffer-other-window.
8650         * cmuscheme.el (run-scheme, switch-to-scheme):
8651         * ielm.el (ielm):
8652         * shell.el (shell):
8653         * net/rlogin.el (rlogin):
8654         * net/telnet.el (telnet, rsh):
8655         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8657 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
8659         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8661 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8664         so don't mention it (bug#9301).
8665         (dired-sort-toggle-or-edit): Clarify string further.
8667         * faces.el (face-spec-set-match-display): Make `(type graphic)'
8668         match `x', `w32' and `ns', like the manual says (bug#9029).
8670         * subr.el (eval-after-load): Doc string clarification (bug#9125).
8671         (process-kill-buffer-query-function): Mention the buffer name in
8672         the query.
8674         * image-mode.el (image-next-line): The line parameter is mandatory
8675         (bug#9258).
8677         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8678         which can be useful (bug#9301).
8680         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8682         * subr.el (match-string): Mention that the current buffer should
8683         be the same as the search was done in (bug#9282).
8685         * facemenu.el: Disable the remove-* commands if the mark isn't
8686         active (bug#9162).
8688 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
8690         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8691         of display-buffer.
8692         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8694         * replace.el (occur-mode-goto-occurrence)
8695         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8696         and display-buffer.
8698         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8699         display-buffer.
8701         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8702         special-display and same-window variables.
8703         (mail-other-window): Use switch-to-buffer-other-window.
8704         (mail-other-frame): USe switch-to-buffer-other-frame.
8706         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8707         Use display-buffer-other-frame.
8708         (gdb-display-gdb-buffer): Use pop-to-buffer.
8710         * progmodes/gud.el (gud-goto-info): Use info-other-window.
8712         * progmodes/python.el: Don't set same-window-buffer-names.
8714         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8716         * window.el (display-buffer-alist): Add *Python*.
8718 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
8720         * window.el (display-buffer-alist): Add entry for buffers
8721         previously handled same-window-*.
8722         (display-buffer-alist, display-buffer-default-action)
8723         (display-buffer-overriding-action): Mark as risky.
8724         (display-buffer-alist): Document action function changes.
8725         (display-buffer--same-window-action)
8726         (display-buffer--other-frame-action): New variables.
8727         (switch-to-buffer, display-buffer-other-frame): Use them.
8728         (display-buffer): Rename reuse-frame entry to reusable-frames.
8729         (display-buffer-reuse-selected-window): Function deleted.
8730         (display-buffer-reuse-window): Handle reusable-frames alist entry.
8731         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
8732         (display-buffer-special): New function.
8733         (display-buffer--maybe-pop-up-frame-or-window): Rename from
8734         display-buffer-reuse-or-pop-window.  Split off special-display
8735         part into display-buffer-special.
8736         (display-buffer-use-some-window): Don't perform any special
8737         pop-up-frames handling.
8738         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
8739         (display-buffer--maybe-same-window): Rename from
8740         display-buffer-maybe-same-window.
8742         * info.el: Don't set same-window-regexps.
8743         (info-setup): New function.
8744         (info-other-window, info): Call it.
8746         * cus-edit.el: Don't set same-window-regexps.
8747         (customize-group): New argument.
8748         (customize-group-other-window): Use it.
8749         (customize-face, customize-face-other-window): Likewise.
8750         (custom-buffer-create-other-window): Use pop-to-buffer directly.
8752         * net/rlogin.el:
8753         * net/telnet.el:
8754         * progmodes/gud.el: Don't set same-window-regexps.
8756         * cmuscheme.el:
8757         * ielm.el:
8758         * shell.el:
8759         * mail/sendmail.el:
8760         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
8762 2011-09-10  Juri Linkov  <juri@jurta.org>
8764         * isearch.el (isearch-edit-string): Remove obsolete mention of
8765         `C-w' (`isearch-yank-word-or-char') from docstring.
8766         (isearch-query-replace): Fix typo in docstring (bug#9466).
8768 2011-09-10  Juri Linkov  <juri@jurta.org>
8770         * paren.el (show-paren-function): Don't show escaped parens.
8771         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
8773 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
8775         * mail/sendmail.el (mml-to-mime, mml-attach-file)
8776         (mm-default-file-encoding): Remove autoload forms, they are
8777         replaced with autoload cookies in mml.el and mm-encode.el.
8778         (mail-add-attachment): New command.
8779         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
8780         (mail-mode): Mention mail-insert-file and mail-add-attachment in
8781         the doc string.
8782         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
8784 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
8786         * simple.el (count-words-region): Use buffer if there's no region
8787         (bug#9429).
8789 2011-09-09  Juri Linkov  <juri@jurta.org>
8791         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
8792         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
8793         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
8795 2011-09-09  Alan Mackenzie  <acm@muc.de>
8797         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
8798         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
8800 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
8802         Fix for Savannah bug#9392.
8803         * simple.el (mail-encode-mml): New defvar.
8805         * mail/rmail.el (mail-encode-mml): Add a defvar.
8806         (rmail-enable-mime-composing): Default to t.
8807         (rmail-forward): Use MIME method of forwarding only if both
8808         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
8809         Set mail-encode-mml non-nil if the MIME method was used.
8811         * mail/sendmail.el (mml-to-mime): Add autoload form.
8812         (mail-encode-mml): Add a defvar.
8813         (mail-mode): Make mail-encode-mml buffer-local and initialize it
8814         to nil.
8815         (mail-send): If mail-encode-mml is non-nil, run the outgoing
8816         message through mml-to-mime, and reset mail-encode-mml to nil.
8818 2011-09-09  Glenn Morris  <rgm@gnu.org>
8820         * woman.el (woman-if-body): When processing an .el block,
8821         do not delete the next .el block as well.  (Bug#9447)
8822         (woman-special-characters): Add oq, cq, and hy characters.
8824 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
8826         * window.el (window-deletable-p): Make sure window is live before
8827         invoking window-prev-buffers.
8829 2011-09-08  Leo Liu  <sdl.web@gmail.com>
8831         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
8833 2011-09-08  Juri Linkov  <juri@jurta.org>
8835         * progmodes/compile.el (compilation-environment): Make it
8836         a defcustom (bug#8340).
8838 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
8840         * window.el (frame-auto-delete): Rename to window-auto-delete.
8841         Make it control auto-deletion of windows and/or frames.
8842         (window-deletable-p): New argument FORCE.  Rewrite conditions
8843         for deleting window/frame.  (Bug#9419)
8844         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
8845         Rewrite handling of case when window/frame can be deleted.
8846         (delete-windows-on): Call window-deletable-p with new FORCE
8847         argument t.  (Bug#9456)
8849 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
8851         * help-mode.el (help-mode): Restore autoload.
8853 2011-09-07  Juri Linkov  <juri@jurta.org>
8855         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8856         `compilation-environment'.  Set buffer-local
8857         `compilation-environment' to `thisenv' later after (funcall mode).
8858         (Bug#8340)
8860         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
8861         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
8862         instead of replacing its value.  (Bug#8340)
8864 2011-09-07  Juri Linkov  <juri@jurta.org>
8866         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
8867         based on text properties put by `grep-filter' instead of matching
8868         escape sequences.
8869         (grep-mode): Set buffer-local `compilation-error-screen-columns'
8870         to the value of `grep-error-screen-columns' (bug#9438).
8872 2011-09-07  Juri Linkov  <juri@jurta.org>
8874         * simple.el (next-error-highlight, next-error-highlight-no-select):
8875         Doc fix (bug#9432).
8877 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
8879         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8880         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
8882 2011-09-07  Leo Liu  <sdl.web@gmail.com>
8884         * net/rcirc.el (rcirc-mode): Conditionally initialize
8885         rcirc-input-ring.
8887 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8889         * emacs-lisp/find-func.el (find-function-C-source): Only set
8890         find-function-C-source-directory after checking that we found a source
8891         file there (bug#9440).
8893 2011-09-06  Alan Mackenzie  <acm@muc.de>
8895         * isearch.el (isearch-other-meta-char): Wherever a key list is
8896         unread, "unread" the prefix arg, too.  This fixes bug #8901.
8898 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
8900         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
8902 2011-09-05  Juri Linkov  <juri@jurta.org>
8904         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
8906 2011-09-05  Juri Linkov  <juri@jurta.org>
8908         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
8909         keeping point where processing of grep matches begins, and
8910         continue to delete remaining escape sequences from the same point.
8911         (grep-filter): Make leading zero optional in "0?1;31m" because
8912         git-grep emits "\033[1;31m" escape sequences unlike expected
8913         "\033[01;31m" as GNU Grep does (bug#9408).
8914         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
8916 2011-09-05  Juri Linkov  <juri@jurta.org>
8918         * subr.el (y-or-n-p): Capitalize "yes".
8920 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
8922         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
8923         `tramp-cache-unload-hook' where appropriate.
8924         (tramp-methods): Rename `tramp-remote-sh' to
8925         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
8926         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
8928         * net/tramp-sh.el (top): Don't require 'shell.
8929         (tramp-methods): Add `tramp-remote-shell' and
8930         `tramp-remote-shell-args' entries.
8931         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
8932         (tramp-sh-handle-shell-command): Remove.
8933         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8934         Use `tramp-remote-shell'.
8936 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
8938         * mail/sendmail.el (sendmail-query-once-function): Delete.
8939         (sendmail-query-once): Save directly to send-mail-function.
8940         Update message-send-mail-function too.
8942         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
8944 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
8946         * progmodes/python.el (python-mode-map): Use correct function to
8947         start python interpreter from menu-bar (as reported by Geert
8948         Kloosterman).
8949         (inferior-python-mode-map): Fix typo.
8950         (python-shell-map): Remove.
8952 2011-09-03  Deniz Dogan  <deniz@dogan.se>
8954         * net/rcirc.el (rcirc-print): Simplify code for
8955         rcirc-scroll-show-maximum-output.  There is no need to walk
8956         through all windows to find the right one.
8958 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
8960         * help.el (help-return-method): Doc fix.
8962 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
8964         * window.el (window-deletable-p): Don't return a non-nil value
8965         when there's a buffer that was shown in the window before.
8966         (Bug#9419)
8967         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8968         Set window's previous buffers to nil.
8970 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
8972         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
8973         newline before and after the tag line, so it doesn't interfere
8974         with determining the paragraph direction of bidirectional text.
8976 2011-09-03  Leo Liu  <sdl.web@gmail.com>
8978         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
8980 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
8982         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
8983         (pop-to-buffer): Change interactive spec.  Pass second argument
8984         directly to display-buffer.
8985         (display-buffer): Fix interactive spec.  Use functionp to
8986         distinguish between a function and a list of functions.
8988         * abbrev.el (edit-abbrevs):
8989         * arc-mode.el (archive-extract):
8990         * autoinsert.el (auto-insert):
8991         * bookmark.el (bookmark-bmenu-list):
8992         * files.el (find-file):
8993         * view.el (view-buffer):
8994         * progmodes/compile.el (compilation-goto-locus):
8995         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
8997 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
8999         * window.el (display-buffer-alist): Doc fix.
9000         (display-buffer): Add docstring.  Don't treat
9001         display-buffer-default specially.
9002         (display-buffer-reuse-selected-window)
9003         (display-buffer-same-window, display-buffer-maybe-same-window)
9004         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9005         (display-buffer-pop-up-window)
9006         (display-buffer-reuse-or-pop-window)
9007         (display-buffer-use-some-window): New functions.
9008         (display-buffer-default-action): Use them.
9009         (display-buffer-default): Delete.
9010         (pop-to-buffer-1): Fix choice of actions.
9012 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * minibuffer.el (completion--insert-strings): Don't get confused by
9015         completion entries that end with an LF char.
9017 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
9019         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9021 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
9023         * window.el (display-buffer): Restore interactive spec.
9024         (display-buffer-same-window, display-buffer-other-window):
9025         New functions.
9026         (pop-to-buffer-1): New function.  Use the above.
9027         (pop-to-buffer, pop-to-buffer-same-window): Use it.
9028         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
9030         * view.el (view-buffer-other-window, view-buffer-other-frame):
9031         Just use pop-to-buffer.
9033 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9035         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
9037 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
9039         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
9041 2011-08-31  Richard Stallman  <rms@gnu.org>
9043         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9044         of the separation of rmail-view-buffer from rmail-buffer.
9045         If you say no to "replace original", the decrypt is in the
9046         view buffer.  If you say yes, the decrypt goes into the
9047         rmail buffer also.
9049 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
9051         * window.el (display-buffer-window): Rewrite doc-string.
9052         (display-buffer-record-window): New function.
9053         (display-buffer-macro-specifiers)
9054         (display-buffer-even-window-sizes, display-buffer-set-height)
9055         (display-buffer-set-width, display-buffer-in-window)
9056         (display-buffer-reuse-window, display-buffer-split-specifiers)
9057         (display-buffer-side-specifiers, display-buffer-split-window-1)
9058         (display-buffer-split-window, display-buffer-split-atom-window)
9059         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9060         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9061         (display-buffer-other-window-means-other-frame)
9062         (display-buffer-normalize-special)
9063         (display-buffer-normalize-default)
9064         (display-buffer-normalize-argument)
9065         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9066         (display-buffer-normalize-specifiers, display-buffer-frame)
9067         (display-buffer-same-window, display-buffer-same-frame)
9068         (display-buffer-other-window)
9069         (display-buffer-same-frame-other-window)
9070         (display-buffer-other-frame, pop-to-buffer-same-window)
9071         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9072         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9073         (switch-to-buffer-same-frame)
9074         (switch-to-buffer-other-window-same-frame)
9075         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9076         (display-buffer-alist-set-1, display-buffer-alist-set-2)
9077         (display-buffer-alist-set): Remove.
9078         (display-buffer-function, special-display-buffer-names)
9079         (special-display-regexps, special-display-function):
9080         In doc-string refer to display-buffer-window and quit-restore
9081         parameter.
9082         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9083         (special-display-frame-alist, special-display-popup-frame)
9084         (same-window-buffer-names, same-window-regexps, same-window-p)
9085         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9086         (split-window-preferred-function, split-height-threshold)
9087         (split-width-threshold, window-splittable-p)
9088         (split-window-sensibly, window--try-to-split-window)
9089         (window--frame-usable-p, even-window-heights)
9090         (window--even-window-heights, window--display-buffer-1)
9091         (window--display-buffer-2, display-buffer-other-frame):
9092         Restore old Emacs 23 code, order and doc-strings where applicable.
9093         (display-buffer-default, display-buffer-assq-regexp): New functions.
9094         (display-buffer-alist): Rewrite doc-string.
9095         (display-buffer-default-action)
9096         (display-buffer-overriding-action): New variables.
9097         (display-buffer, switch-to-buffer): Rewrite.
9098         (pop-to-buffer): Restore Emacs 23 behavior but use
9099         window-normalize-buffer-to-display.
9100         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9101         Restore Emacs 23 behavior but use
9102         window-normalize-buffer-to-switch-to.
9103         (pop-to-buffer-same-window): Rewrite.
9104         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9105         Rewrite using Emacs 23 options.
9107 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
9109         * net/tramp.el (tramp-root-regexp): Remove.
9110         (tramp-completion-file-name-regexp-unified)
9111         (tramp-completion-file-name-regexp-separate)
9112         (tramp-completion-file-name-regexp-url): Don't use leading volume
9113         letter on win32 systems.  (Bug#5303, Bug#9311)
9114         (tramp-drop-volume-letter): Simplify definition.
9115         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9117 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9120         (bug#9356).
9122 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
9124         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
9126 2011-08-29  Juri Linkov  <juri@jurta.org>
9128         * isearch.el (isearch-done): Don't display message "Mark saved"
9129         when arg `edit' is non-nil to prevent its flicker in the echo area.
9131 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
9133         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9134         obsolete packages for deletion.
9136 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
9138         * help-mode.el (help-mode-map): Add special-mode-map to parent.
9139         (help-mode): Derive help-mode from special-mode.  Don't invoke
9140         view-mode from help-mode.
9141         (help-xref-override-view-map): Remove.
9142         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9143         view-mode is not used anymore.
9145 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
9147         * server.el (server-port): Doc fix.
9149         * cus-theme.el (custom-theme-choose-mode): Inherit from
9150         special-mode (Bug#9124).
9151         (custom-theme-choose-mode-map): Add special-mode to parent.
9153 2011-08-28  Alan Mackenzie  <acm@muc.de>
9155         * progmodes/cc-fonts.el
9156         (c-make-font-lock-BO-decl-search-function): New function.
9157         (c-basic-matchers-after - "Fontify the clauses after various
9158         keywords"): Extract the three keyword lists for the 3 erroneous
9159         constructs from the list of four, and use the new function above
9160         in place of an old one.
9162 2011-08-28  Deniz Dogan  <deniz@dogan.se>
9164         * net/rcirc.el (rcirc-insert-prev-input)
9165         (rcirc-insert-next-input): Remove unused argument.
9167 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9169         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9171 2011-08-27  Alan Mackenzie  <acm@muc.de>
9173         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9174         handle function pointer parameters properly.
9176 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
9178         * window.el (display-buffer-reuse-window): Fix case where
9179         selected window was reused with non-nil OTHER-WINDOW argument.
9180         (Bug#9381)
9182 2011-08-27  Deniz Dogan  <deniz@dogan.se>
9184         * net/rcirc.el (rcirc-check-auth-status): Adding support for
9185         oftc's NickServ messages.
9187 2011-08-27  Glenn Morris  <rgm@gnu.org>
9189         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
9191 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
9193         * emacs-lisp/package.el (package-install): Call package-initialize
9194         if called interactively.
9196 2011-08-26  Leo Liu  <sdl.web@gmail.com>
9198         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
9200 2011-08-25  Juri Linkov  <juri@jurta.org>
9202         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9203         `search-whitespace-regexp' (bug#9364).
9205 2011-08-25  Juri Linkov  <juri@jurta.org>
9207         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9208         `regexp-search-ring' to their global values to protect from
9209         updating by `read-from-minibuffer' (bug#9185).
9211 2011-08-25  Juri Linkov  <juri@jurta.org>
9213         * textmodes/ispell.el (ispell-command-loop): Add newline
9214         at the end of the "Use option `i'..." line.
9216 2011-08-25  Juri Linkov  <juri@jurta.org>
9218         * battery.el (display-battery-mode): If `battery-status-function'
9219         or `battery-mode-line-format' is nil, display the message and set
9220         `display-battery-mode' to nil (bug#9363).
9222 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
9224         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9225         bidi-string-mark-left-to-right; they are unnecessary now.
9227 2011-08-25  Deniz Dogan  <deniz@dogan.se>
9229         * net/quickurl.el: Documentation typo fixes.
9231 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
9233         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9235 2011-08-25  Glenn Morris  <rgm@gnu.org>
9237         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9239         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9240         (smtpmail-via-smtp): Handle nil response from smtp.
9242 2011-08-24  Juri Linkov  <juri@jurta.org>
9244         * proced.el (proced-marked): Inherit from `error' instead of
9245         `font-lock-warning-face'.
9247         * ibuffer.el (ibuffer-marked-face): Change default face from
9248         `font-lock-warning-face' to `warning'.
9249         (ibuffer-deletion-face): Change default face from
9250         `font-lock-type-face' to `error'.
9252         * battery.el (battery-update): Use the face `error' instead of
9253         `font-lock-warning-face' (bug#6117).
9255 2011-08-24  Juri Linkov  <juri@jurta.org>
9257         * faces.el (success): Change face color from "Green3" to
9258         "ForestGreen" on light background (bug#9353).
9260 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
9262         * window.el (quit-window): Rename from quit-restore-window.
9263         Use same arglist as old quit-window.
9264         (frame-auto-delete): Doc fix.
9266         * view.el (view-mode-exit): Use quit-window.
9268 2011-08-24  Juri Linkov  <juri@jurta.org>
9270         * isearch.el (isearch-ring-adjust1): Start visiting previous
9271         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9272         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9273         for empty search string (when the last search string is reused
9274         automatically) to adjust the isearch ring to the last element and
9275         prepare the correct index for further M-p commands (bug#9185).
9277 2011-08-24  Kenichi Handa  <handa@m17n.org>
9279         * international/ucs-normalize.el: If decomposition property of
9280         CHAR is the default one (i.e. a list of CHAR itself), treat it as
9281         nil.
9282         (nfd, nfkd): Likewise.
9284 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9286         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9287         from process filters aren't reliably transmitted to the surrounding
9288         accept-process-output.
9289         (mpc-proc-check): New function.
9290         (mpc-proc-sync): Use it (bug#8293)
9292 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9295         Add compatibility functions (bug#9313).
9297 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
9299         * cus-start.el (all): Add entry for bidi-paragraph-direction.
9301         * international/uni-bidi.el: Regenerate.
9303 2011-08-23  Kenichi Handa  <handa@m17n.org>
9305         * international/charprop.el:
9306         * international/uni-bidi.el:
9307         * international/uni-category.el:
9308         * international/uni-combining.el:
9309         * international/uni-comment.el:
9310         * international/uni-decimal.el:
9311         * international/uni-decomposition.el:
9312         * international/uni-digit.el:
9313         * international/uni-lowercase.el:
9314         * international/uni-mirrored.el:
9315         * international/uni-name.el:
9316         * international/uni-numeric.el:
9317         * international/uni-old-name.el:
9318         * international/uni-titlecase.el:
9319         * international/uni-uppercase.el: Regenerate.
9321 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
9323         * help.el (help-window-setup): Fix message displayed when other
9324         window is reused.  (Bug#9341)
9326 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9329         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9331         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9332         Mark obsolete.
9333         * shell.el (shell-parse-pcomplete-arguments): New function.
9334         (shell-completion-vars): Use it instead (bug#9160).
9336 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9338         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9339         strings and comments (bug#9333).
9341         * emacs-lisp/debug.el (debug-arglist): New function.
9342         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
9343         (debug-on-entry-1): Handle interpreted closures (bug#9120).
9345 2011-08-22  Juri Linkov  <juri@jurta.org>
9347         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9348         Revert regexp that highlights output switches to its old
9349         pre-2010-10-28 value and remove one `?' from it (bug#9319).
9351         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9352         to check for empty output (bug#9226).
9354 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
9356         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9357         symbol-constituent as the default, as that stops font-lock from
9358         working properly (Bug#8843).
9360 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9363         `coding-system-for-*' around the process open call to avoid
9364         auth-source side effects.
9365         (smtpmail-try-auth-methods): Expand the secret password.
9366         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9367         probe hangs.
9369 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
9371         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9373         * emacs-lisp/find-func.el (find-function-noselect): New arg
9374         lisp-only.
9376         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9377         signal an error for built-in functions (Bug#6664).
9379 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9382         (smtpmail-try-auth-methods): Use it.
9384 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
9386         * font-lock.el (font-lock-fontify-region)
9387         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9388         (font-lock-default-unfontify-buffer)
9389         (font-lock-default-fontify-region)
9390         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9392         * progmodes/compile.el (compilation-error-properties):
9393         Fix confusion between file struct and message struct (Bug#9319).
9394         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9395         `ant' regexp.
9397         * net/browse-url.el (browse-url-firefox): Don't call
9398         browse-url-firefox-sentinel unless using -remote (Bug#9328).
9400 2011-08-20  Glenn Morris  <rgm@gnu.org>
9402         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9404         * tutorial.el (tutorial--default-keys): Update some default bindings.
9406         * files.el (hack-local-variables): Fully ignore case for "mode:".
9408 2011-08-20  Alan Mackenzie  <acm@muc.de>
9410         Resolve invalid use of a regexp in regexp-opt.
9412         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9413         detection for a java annotation.
9415         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
9416         detection for a java annotation.
9418         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9419         handling for java.
9420         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9422 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
9424         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9425         (Bug#9274).
9427 2011-08-20  Alan Mackenzie  <acm@muc.de>
9429         Fontify CPP expressions correctly when starting in the middle of
9430         such a construct.  Mainly for when jit-lock etc. starts a chunk
9431         here.
9433         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
9434         variable.
9435         (c-make-font-lock-search-form): New function, extracted from
9436         c-make-font-lock-search-function.
9437         (c-make-font-lock-search-function): Use the above function.
9438         (c-make-font-lock-context-search-function): New function.
9439         (c-cpp-matchers): Enhance the preprocessor expression case with
9440         the above function
9441         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9442         which takes an expression.
9444         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9446 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
9448         * window.el (display-buffer-reuse-window)
9449         (display-buffer-pop-up-window): Don't reuse or split a side
9450         window.
9452 2011-08-19  Glenn Morris  <rgm@gnu.org>
9454         * files.el (hack-local-variables-prop-line, hack-local-variables):
9455         Downcase "Mode:".  (Bug#9331)
9457 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
9459         * international/characters.el: Add L and R categories.
9461         * subr.el (bidi-string-mark-left-to-right): Rename from
9462         string-mark-left-to-right.  Use category search.
9464         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9466 2011-08-18  Juri Linkov  <juri@jurta.org>
9468         * faces.el (error, warning, success): New faces with definitions
9469         copied from old default values of `font-lock-warning-face',
9470         `compilation-warning', `compilation-info' (bug#6117).
9472         * font-lock.el (font-lock-warning-face): Inherit from `error'.
9474         * progmodes/compile.el (compilation-error): Inherit from `error'.
9475         (compilation-warning): Inherit from `warning'.
9476         (compilation-info): Inherit from `success'.
9478         * dired.el (dired-marked): Inherit from `warning'.
9479         (dired-flagged): Inherit from `error'.
9481 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483         * mail/smtpmail.el (auth-source): Require to avoid problems with
9484         binding variables (bug#9298).  Also clean up some unused
9485         autoloads.
9487         * net/network-stream.el (network-stream-open-starttls):
9488         Support using starttls.el without using gnutls-cli.
9490 2011-08-17  Juri Linkov  <juri@jurta.org>
9492         * progmodes/grep.el (rgrep): Handle the case when
9493         `grep-find-command' is a cons cell (bug#9278).
9495 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
9497         * window.el (display-buffer-pop-up-frame): Run frame creation
9498         function with BUFFER current (as special-display-popup-frame
9499         does).  Reported by Drew Adams.
9501 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
9503         * epa-mail.el: Simplify GnuPG group expansion using
9504         epg-expand-group.
9505         (epa-mail-group-alist, epa-mail-group-modtime)
9506         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9507         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9508         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9509         Remove.
9511 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
9513         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9515 2011-08-16  Alan Mackenzie  <acm@muc.de>
9517         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9518         Correct, to avoid the inside of macros.
9520 2011-08-16  Richard Stallman  <rms@gnu.org>
9522         * epa-mail.el: Handle GnuPG group definitions.
9523         (epa-mail-group-alist, epa-mail-group-modtime)
9524         (epa-mail-gnupg-conf-file): New variables.
9525         (epa-mail-parse-groups, epa-mail-sync-groups)
9526         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9527         (epa-mail-expand-recipients): New functions.
9528         (epa-mail-encrypt): Call epa-mail-expand-recipients.
9530         * mail/rmail.el (rmail-epa-decrypt): New command.
9532         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9533         Don't bind buffer-read-only, just inhibit-read-only.
9534         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9535         (epa-decrypt-armor-in-region): Make error message clearer.
9537 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9539         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9540         and "a2b" to "ab" for `prefix'.
9542 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
9544         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9545         filter groups.
9546         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
9547         Fourquet (Bug#8804).
9549 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
9551         * startup.el (argi): Declare as global variable (bug#9275).
9553 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
9555         * subr.el (string-mark-left-to-right): Search the entire string
9556         for RTL script, not just the terminating character.  Doc fix.
9558 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9561         New function.
9562         (js--regexp-literal, js-syntax-propertize-function): Remove.
9563         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9564         (js-mode-map): Don't rebind electric keys.
9565         (js-insert-and-indent): Remove.
9566         (js-mode): Setup electric-layout and electric-indent instead.
9568         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9570 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
9572         * epa.el (epa-progress-callback-function): Fix the logic of
9573         displaying progress.
9574         * epa-file.el (epa-file-insert-file-contents): Make progress
9575         display more user-friendly.
9576         (epa-file-write-region): Ditto.
9578 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
9580         * subr.el (string-mark-left-to-right): New function.
9582         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9583         Use string-mark-left-to-right.
9584         (list-buffers-noselect): Caller changed.
9586         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9587         Use string-mark-left-to-right.
9588         (tabulated-list-print): Recenter after moving point.
9590 2011-08-10  Juri Linkov  <juri@jurta.org>
9592         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9593         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9594         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9596 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
9598         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9599         (Bug#7554).
9601 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
9603         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9604         character.  (Bug#6594)
9606 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
9608         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9609         (image-dired--with-db-file): New macro.
9610         (image-dired-write-tags, image-dired-remove-tag)
9611         (image-dired-create-gallery-lists, image-dired-write-comments)
9612         (image-dired-get-comment, image-dired-mark-tagged-files)
9613         (image-dired-list-tags, image-dired-gallery-generate): Use it.
9614         (image-dired-gallery-generate): Use insert-file-contents.
9616         * time.el (display-time-world-list, display-time-world-display):
9617         * time-stamp.el (time-stamp-string):
9618         * vc/add-log.el (add-change-log-entry): Use setenv instead of
9619         set-time-zone-rule (Bug#7337).
9621 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
9623         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9624         (epg-error-to-string, epg-errors-to-string): New function.
9625         (epg-wait-for-completion): Reverse errors list.
9626         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9627         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9628         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9629         (epg-sign-keys, epg-generate-key-from-file)
9630         (epg-generate-key-from-string): Format errors by using
9631         epg-errors-to-string (bug#9255).
9632         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9634 2011-08-07  Juri Linkov  <juri@jurta.org>
9636         * faces.el (list-faces-display): Remove extra angle bracket
9637         from `help-mode-map'.
9639         * info.el (Info-history-toc-nodes): Doc fix.
9641         * longlines.el (longlines-mode): Doc fix.
9643 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9645         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9646         of statements and in a few more cases (bug#9183).
9648         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9649         New functions.
9650         (cl-transform-lambda): Use them (bug#9239).
9652 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
9654         * window.el (display-buffer-same-window)
9655         (display-buffer-same-frame, display-buffer-other-window)
9656         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9657         (pop-to-buffer-other-window)
9658         (pop-to-buffer-same-frame-other-window)
9659         (pop-to-buffer-other-frame): Make them defuns.
9660         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9662 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9664         * subr.el (make-composed-keymap): Move from C.  Change calling
9665         convention, and improve docstring to bring attention to a subtle point.
9666         * minibuffer.el (completing-read-default): Adjust accordingly.
9668 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
9670         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9671         (tramp-open-shell): Use `tramp-shell-quote-argument'.
9673         * net/trampver.el: Update release number.
9675 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9677         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9678         "in" (bug#9190).
9680 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682         * mail/sendmail.el (sendmail-query-once): Restore the current
9683         buffer after querying (bug#9074).
9685         * dired.el (dired-flagged): Use different faces for marked and
9686         flagged files (bug#6117).
9688         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9689         (bug#4433).
9691         * ido.el (ido-mode): Switch off the message if called
9692         non-interactively.
9694         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9695         before 587, since it appears that that's more likely to work for
9696         more people.
9698         * cus-edit.el (custom-file): When running under emacs -q, always
9699         refuse to save the customizations, even if the .emacs file doesn't
9700         exist.
9702         * info.el: Remove the `Info-beginning-of-buffer' function
9703         (bug#8325).
9705         * net/network-stream.el (network-stream-open-starttls):
9706         Use `starttls-available-p' to see whether starttls.el can be used.
9708 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
9710         * window.el (display-buffer-in-window): Don't set dedicated status
9711         of window here (Bug#9215).
9712         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9713         (display-buffer-pop-up-side-window)
9714         (display-buffer-in-side-window): Set dedicated status of window here.
9716 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9718         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9719         before binding generated-autoload-file.
9721 2011-08-01  Deniz Dogan  <deniz@dogan.se>
9723         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9725 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
9727         Sync with Tramp 2.2.2.
9729         * net/trampver.el: Update release number.
9731 2011-07-30  Juri Linkov  <juri@jurta.org>
9733         * dired-aux.el (dired-touch-initial): Remove function.
9734         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
9735         current time, and `default' to the last modification time of the
9736         current marked file (bug#6887).
9738 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
9740         * simple.el (goto-line): Use string-to-number to provide a
9741         numeric argument to read-number (bug#9163).
9743 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
9745         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
9746         connection process, it could be nil.
9748 2011-07-27  Leo Liu  <sdl.web@gmail.com>
9750         Simplify url handling in rcirc-mode.
9752         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
9753         (rcirc-browse-url-at-mouse): Remove.
9754         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
9756 2011-07-26  Alan Mackenzie  <acm@muc.de>
9758         Fontify bitfield declarations properly.
9760         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
9761         (c-symbol-chars): Now exported as a lang variable.
9762         (c-not-primitive-type-keywords): New lang variable.
9764         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
9765         QT keyword "more" to prevent "more slots: ...." being spuriously
9766         parsed as a bitfield declaration.
9768         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9769         Refactor and enhance to handle bitfield declarations.
9770         (c-punctuation-in): New function.
9771         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
9772         declarations properly.
9774 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
9776         * calendar/icalendar.el (icalendar--all-events): Take care of
9777         multiple vcalendars in a single file.
9778         (icalendar--convert-float-to-ical): Checkdoc fixes.
9780 2011-07-25  Deniz Dogan  <deniz@dogan.se>
9782         * image.el (insert-image): Clarifying docstring.
9784 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
9786         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
9787         `tramp-send-command-and-check' if there is no error.
9788         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
9790 2011-07-22  Alan Mackenzie  <acm@muc.de>
9792         Prevent cc-langs.elc being loaded at run time.
9794         * progmodes/cc-mode.el: Remove two autoload forms which loaded
9795         cc-langs.
9797         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
9798         "(require 'cc-langs)".  Quote a form so it will evaluate at
9799         (cc-mode's) compilation time.
9801 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
9803         * net/tramp.el (tramp-file-name-handler): Avoid recursive
9804         loading.  (Bug#9114)
9806 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
9808         * window.el (display-buffer-pop-up-window)
9809         (display-buffer-pop-up-side-window)
9810         (display-buffer-in-side-window): Call display-buffer-set-height
9811         and display-buffer-set-width after setting the new window's
9812         buffer so `fit-window-to-buffer' and friends work on the right buffer.
9814 2011-07-20  Sam Steingold  <sds@gnu.org>
9816         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
9817         (etags-tags-included-tables): Call `convert-standard-filename' on
9818         the file names contained in TAGS so that windows Emacs can handle
9819         TAGS files created by cygwin ctags.
9821 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
9824         which apparently didn't work.
9826 2011-07-19  Roland Winkler  <winkler@gnu.org>
9828         * proced.el (proced-send-signal): For *Marked Processes* buffer
9829         put point at beginning of buffer.
9831 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
9833         * proced.el (proced-format): Make header lines align with the text
9834         (bug#1779).
9836 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838         * view.el (view-buffer): Allow running in `special' modes if we're
9839         visiting a file (bug#8615).
9841 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
9843         * window.el (display-buffer-alist-of-strings-p)
9844         (display-buffer-alist-set-1, display-buffer-alist-set-2):
9845         New functions.
9846         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
9847         more accurately.
9849 2011-07-18  Alan Mackenzie  <acm@muc.de>
9851         Fontify declarators properly when, e.g., a jit-lock chunk begins
9852         inside a declaration.
9854         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
9856         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9857         New function.
9858         (c-complex-decl-matchers): Insert reference to
9859         c-font-lock-enclosing-decls.
9861         * progmodes/cc-engine.el (c-backward-single-comment):
9862         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
9863         to nil around calls to (forward-comment -1).
9865 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9867         * image.el (put-image): Doc typo fix.
9869         * progmodes/etags.el (tags-search): Doc typo fix.
9871         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
9872         password if we get errors 550 to 554.
9874 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876         * net/gnutls.el (gnutls-log-level): Remove.
9878         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
9879         indentation character (bug#6380).
9881         * files.el (buffer-offer-save): Made permanently local (bug#6241).
9883         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
9884         to clarify what the problem is (bug#4291).
9886         * simple.el (current-kill): Clarify what
9887         `interprogram-paste-function' does (bug#7500).
9888         (auto-fill-mode): Document `auto-fill-function' in relation to
9889         `auto-fill-mode' (bug#2470).
9891 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
9893         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
9894         method if slot is read-only (bug#9035).
9896 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
9898         * frame.el (select-frame-set-input-focus): New argument NORECORD.
9899         * window.el (pop-to-buffer): Select window used even if it was
9900         selected before, see discussion of (Bug#8615), (Bug#6954).
9901         Pass argument NORECORD on to select-frame-set-input-focus.
9903 2011-07-15  Glenn Morris  <rgm@gnu.org>
9905         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
9906         Respect help-form.
9908 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
9910         * net/gnutls.el (gnutls-min-prime-bits): New variable.
9911         (gnutls-negotiate): Use it.
9913 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915         * net/gnutls.el (gnutls-negotiate):
9916         Upcase `gnutls-algorithm-priority'.
9918 2011-07-15  Glenn Morris  <rgm@gnu.org>
9920         * jka-compr.el (jka-compr-verbose): Move from here...
9921         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
9922         Add missing :version tag.
9923         * info.el: No need to require jka-compr when compiling.
9925 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927         * net/gnutls.el (gnutls-algorithm-priority): New variable.
9928         (gnutls-negotiate): Use it.
9930         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
9932         * info.el (Info-beginning-of-buffer): New command.
9933         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
9934         announcing `b' as the key (bug#8325).
9935         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
9937         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
9939         * international/mule-cmds.el
9940         (describe-specified-language-support): Make the error message
9941         clearer (bug#8905).
9943         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
9945         * isearch.el (isearch-barrier): Add a doc string, since it's
9946         mentioned in a function doc string (bug#8678).
9948 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
9950         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
9951         buffer argument (Bug#9083) and self-identifying label argument.
9953 2011-07-15  Glenn Morris  <rgm@gnu.org>
9955         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
9957 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959         * man.el (Man-fontify-manpage): Fix message when formatting the
9960         man page (bug#7929).
9962 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
9964         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
9965         argument LRM; if non-nil, append an invisible LRM character to the
9966         buffer name.
9967         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
9968         last argument non-nil, when formatting buffer names.
9969         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
9970         paragraph direction.
9972 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
9975         the man page name (bug#7929).
9977         * image.el (put-image): Mention the `put-image' overlay property
9978         (bug#7834).
9980         * scroll-bar.el (set-scroll-bar-mode): Mention that
9981         `scroll-bar-mode' lists the values (bug#7772).
9983         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
9984         command (bug#7729).
9986         * rect.el (apply-on-rectangle): Return the point after the last
9987         operation.
9988         (string-rectangle): Go to the point after the last operation
9989         (bug#7522).
9991         * printing.el (pr-toggle-region): Clarify the documentation
9992         slightly (bug#7493).
9994         * time.el (display-time-update):
9995         Allow `display-time-mail-function' to return nil (bug#7158).
9996         Fix suggested by Detlev Zundel.
9998         * vc/diff.el (diff): Clarify the order the file names are read
9999         (bug#7111).
10001         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10002         the doc string (bug#7015).
10004         * font-lock.el (font-lock-maximum-decoration): Mention what
10005         numeric levels mean (bug#6935).
10007         * startup.el (initial-buffer-choice): Don't mention the `none'
10008         selection, which is against policy.
10010 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
10012         * window.el (display-buffer-normalize-special):
10013         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
10015 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
10017         * subr.el (version<, version<=, version=): Mention "-CVS" and
10018         "-12345" alpha version numbers.
10020 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
10022         * bindings.el: Add advertised binding for set-mark-command
10023         (Bug#5772).
10025 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
10027         * bindings.el (mode-line-other-buffer):
10028         * bookmark.el (bookmark-bmenu-2-window):
10029         * bs.el (bs-cycle-next, bs-cycle-previous):
10030         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10031         switch-to-buffer.
10033         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10034         Delete.
10036 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
10038         * follow.el (follow-debug-message, follow-redisplay):
10039         * jka-cmpr-hook.el (with-auto-compression-mode):
10040         Fix typos in docstrings.
10042 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10044         * subr.el (with-silent-modifications): Clarify somewhat what the
10045         macro inhibits (bug#6525).
10047         * simple.el (eval-expression): Note what it does if called
10048         interactively (bug#6495).
10050 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
10052         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10053         Use pop-to-buffer buffer-or-name if it is nil.
10055         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10056         Remove switch-to-buffer.
10058 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060         * files.el (make-directory): Clarify that an error will be raised
10061         if there's an error (bug#6397).
10063         * startup.el (initial-buffer-choice): Add `none' as a choice
10064         (bug#6234).
10066         * subr.el (add-hook): Clarify section about buffer-local hooks
10067         (bug#6218).
10069         * dired.el (dired-flagged): Clarify doc string (bug#6117).
10071 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
10073         * tabify.el (untabify): Preserve the current column so that point
10074         doesn't move (bug#6032).
10076 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10079         Rewrite to avoid awkward possessive "s" (bug#5986).
10081 2011-07-13  Glenn Morris  <rgm@gnu.org>
10083         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
10084         (dired-insert-directory): Give a message the first time
10085         if ls is found not to support --dired.
10087 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089         * simple.el (toggle-truncate-lines): Clarify what is toggled
10090         (bug#5580).  Text by Drew Adams.
10092 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
10094         * simple.el (blink-matching-open): Make the error message from the
10095         last change less verbose.
10097 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
10099         * font-lock.el (font-lock-comment-face): Use the high contrast
10100         "yellow" color for font-lock-comment-face on low color terminals
10101         using a dark background color (bug#4221).
10103 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105         * dired.el (dired-insert-set-properties): Make the doc string
10106         reflect what it does now (bug#5325).
10108         * simple.el (blink-matching-open): Say that we were unable to find
10109         the match within the limit, if we're limited (bug#5122).
10111         * international/mule-cmds.el (prefer-coding-system): Add an
10112         example (bug#4869).
10114         * progmodes/etags.el (tags-search): Document `file-list-form'
10115         (bug#4731).
10117 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
10119         * net/browse-url.el (browse-url-default-browser)
10120         (browse-url-browser-function): Make the default browser choice a
10121         bit more logical (bug#4300).  Also clean up the doc string.
10123 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
10125         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10126         binary endings (bug#4440).
10128 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10131         which can be pretty annoying (bug#8971).
10133         * jka-compr.el (jka-compr-verbose): New variable, and use
10134         throughout (bug#8971).
10136         * info.el (Info-find-file): Fall back on the installation
10137         directory if we can't find the info node anywhere else.
10139 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
10141         * vc/vc.el (vc-revert-file):
10142         Don't set file time-stamp in the past.  (Bug#5181)
10144 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10146         * files.el (after-find-file): Give a better error message when
10147         trying to find a symlink that points to a file that doesn't exist
10148         (bug#4398).
10150         * progmodes/cc-vars.el: Remove (probably) misleading comment
10151         (bug#4396).
10153 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
10155         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10157 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
10159         * mouse-sel.el: Hack restoring functionality, while keeping
10160         compatibility with 2010-07-03 changes to mouse selection.
10161         (mouse-sel-primary-overlay): New var.
10162         (mouse-sel-selection-alist): Use it.
10163         (mouse-sel-mode): Doc fix; remove points that are default features
10164         of mouse.el.
10166 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
10168         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10169         Fix previous fix (bug#2490).
10171 2011-07-12  Roland Winkler  <winkler@gnu.org>
10173         * textmodes/bibtex.el (bibtex-initialize):
10174         Use pop-to-buffer-same-window.
10175         (bibtex-search-entries): Fix interactive call.
10177 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10180         Fontise bytecomp Error lines more correctly (bug#2490).
10181         Fix suggested by Johan BockgÃ¥rd.
10183         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10185         * dired-x.el (dired-guess-default): Use `delete-dups'.
10187 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
10189         * dired.el (dired-mark-prompt):
10190         * dired-aux.el (dired-read-shell-command): Doc fix.
10192 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194         * mail/sendmail.el (sendmail-query-once):
10195         Use `customize-save-variable' unconditionally, now that it works under
10196         emacs -Q.
10198         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10200         * cus-edit.el (custom-file): Take an optional no-error variable.
10201         (customize-save-variable): Set the variable, and give a warning if
10202         running under "emacs -q".
10204 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
10206         * loadhist.el (unload-feature-special-hooks):
10207         Add `auto-coding-functions', `fill-nobreak-predicate' and
10208         `find-directory-functions' (bug#5327).
10210 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10214         * cus-edit.el (custom-guess-name-alist): -alist variables should
10215         use the `alist' type (bug#3120).  Suggested by Drew Adams.
10217         * printing.el: Add documentation to all the `pr-toggle-' commands.
10219 2011-07-11  Leo Liu  <sdl.web@gmail.com>
10221         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10222         backends where it makes sense (bug#2623).
10224 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226         * dired-x.el (dired-guess-default): Remove duplicate shell command
10227         entries (bug#2028).
10228         (dired-guess-default): Fix grammar in doc string (bug#2028).
10229         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
10231         * subr.el (remove-duplicates): New conveniency function.
10233 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10236         (bug#1526).
10238 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
10240         * window.el (display-buffer-normalize-default): Don't invert
10241         meaning of even-window-heights.  Reported by Eli Zaretskii
10242         <eliz@gnu.org>.
10244 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
10246         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10248 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
10250         * window.el (display-buffer): Fix arguments to
10251         display-buffer-reuse-window in last change.
10253         * faces.el (link): Use a less saturated blue on light backgrounds.
10255         * startup.el (fancy-startup-text, fancy-about-text)
10256         (fancy-startup-tail): Use font-lock faces, for background safety.
10258 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
10260         * emulation/viper-cmd.el (viper-change-state-to-vi):
10261         Limit triggering of abbrev expansion (Bug#9038).
10263 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
10265         * window.el (display-buffer-default-specifiers): Remove.
10266         (display-buffer-macro-specifiers): Remove default specifiers.
10267         (display-buffer-alist): Default to nil.
10268         (display-buffer-reuse-window): New optional argument other-window.
10269         (display-buffer-pop-up-window): Allow splitting internal
10270         windows.  Check whether a live window was created.
10271         (display-buffer-other-window-means-other-frame)
10272         (display-buffer-normalize-arguments): Rename to
10273         display-buffer-normalize-argument and rewrite.  Set the
10274         other-window specifier.
10275         (display-buffer-normalize-special): New function.
10276         (display-buffer-normalize-options): Rename to
10277         display-buffer-normalize-default and rewrite.
10278         (display-buffer-normalize-options-inhibit): Remove.
10279         (display-buffer-normalize-specifiers): Rewrite.
10280         (display-buffer): Process other-window specifier and call
10281         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
10282         more faithfully.
10283         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
10284         (display-buffer-alist-set): Don't handle 'unset default values.
10285         (display-buffer-in-window, display-buffer-alist-set):
10286         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
10287         <tassilo@member.fsf.org>.
10289 2011-07-09  Leo Liu  <sdl.web@gmail.com>
10291         * register.el (insert-register): Restore accidental change on
10292         2011-06-26.  (Bug#9028)
10294 2011-07-09  Glenn Morris  <rgm@gnu.org>
10296         * subr.el (remq): Handle the empty list.  (Bug#9024)
10298 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
10300         * mail/sendmail.el (send-mail-function): No longer delay custom
10301         initialization.
10302         * custom.el (custom-initialize-delay): Doc fix.
10304 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10306         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10308 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
10310         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10311         human-friendly prompt.
10313 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10315         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10316         provided by a particular plugin.
10318 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10321         save customizations (with "emacs -Q"), just set the variable
10322         instead of erroring out.
10324         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10326 2011-07-08  Juri Linkov  <juri@jurta.org>
10328         * arc-mode.el (archive-zip-expunge, archive-zip-update)
10329         (archive-zip-update-case): Use 7z if found by `executable-find'.
10330         The order of searching the available programs is the same as in
10331         `archive-zip-extract' (bug#8968).
10333 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
10335         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10336         (menu-bar-options-menu): Tweak descriptions.
10338 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10341         menu items into verb phrases (bug#1421).  Also refill to fit under
10342         80 columns.
10344 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
10346         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10347         (Info-read-node-name): Doc fix (Bug#1084).
10349         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10350         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10351         (end-of-sexp, beginning-of-sexp)
10352         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10353         (forward-symbol, forward-same-syntax, word-at-point)
10354         (sentence-at-point): Doc fix (Bug#1144).
10356 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10358         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10359         should cover it (bug#1281).
10361         * cus-edit.el (custom-show): Mark as obsolete.
10363         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
10364         negotiation fails, then possibly try again with a non-encrypted
10365         connection (bug#9017).
10367         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10368         be used.
10370 2011-07-07  Richard Stallman  <rms@gnu.org>
10372         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10373         property, and handle its changed format.
10374         Look for the correct line number.
10375         Use file's line contents (but not past first =) to find
10376         correct line in message.
10378 2011-07-07  Kenichi Handa  <handa@m17n.org>
10380         * international/characters.el (build-unicode-category-table):
10381         Delete it.
10382         (unicode-category-table): Set it by unicode-property-table-internal.
10384         * international/mule-cmds.el (char-code-property-alist): Move to
10385         to src/chartab.c.
10386         (get-char-code-property): Call unicode-property-table-internal to
10387         load a file.  Call get-unicode-property-internal where necessary.
10388         (put-char-code-property): Call unicode-property-table-internal to
10389         load a file.  Call put-unicode-property-internal where necessary.
10390         put-unicode-property-internal where necessary.
10391         (char-code-property-description):
10392         Call unicode-property-table-internal to load a file.
10394         * international/charprop.el:
10395         * international/uni-bidi.el:
10396         * international/uni-category.el:
10397         * international/uni-combining.el:
10398         * international/uni-comment.el:
10399         * international/uni-decimal.el:
10400         * international/uni-decomposition.el:
10401         * international/uni-digit.el:
10402         * international/uni-lowercase.el:
10403         * international/uni-mirrored.el:
10404         * international/uni-name.el:
10405         * international/uni-numeric.el:
10406         * international/uni-old-name.el:
10407         * international/uni-titlecase.el:
10408         * international/uni-uppercase.el: Regenerate.
10410         * loadup.el: Load international/charprop.el before
10411         international/characters.
10413 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
10415         * window.el (next-buffer, previous-buffer): Signal an error if
10416         called from a minibuffer window.
10418         * bindings.el: Revert 2011-07-04 change.
10420 2011-07-06  Richard Stallman  <rms@gnu.org>
10422         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10423         (rmail-mime-insert-bulk, rmail-mime-insert-text):
10424         Treat markers like ints.
10425         (rmail-mime-entity): Doc fix.
10427 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10430         defcustom again for backwards compatibility.
10432         * simple.el (shell-command-on-region): Fill.
10434         * dired-aux.el (dired-kill-line): Add a doc string.
10436         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10437         to "\\sw\\|\\s_" (bug#358).
10439         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10440         (dired-unmark-backward): Ditto.
10441         (dired-flag-backup-files): Ditto.
10443         * dired-x.el (dired-mark-sexp): Ditto.
10445 2011-07-06  Richard Stallman  <rms@gnu.org>
10447         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10448         (rmail-mime-entity): New arg TRUNCATED.
10449         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10450         New functions.
10451         (rmail-mime-save): Warn if entity is truncated.
10452         (rmail-mime-toggle-hidden): Likewise, for showing.
10453         (rmail-mime-process-multipart): Record when an entity is truncated.
10455         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10456         if ENTITY is a string.
10458 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
10461         of faces when `M-C-x'-ing their definitions (bug#8378).
10462         Also clean up the code slightly.
10464         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
10465         because that makes the colors go away.
10467         * mail/sendmail.el (send-mail-function): Change the default to
10468         `sendmail-query-once'.
10469         (sendmail-query-once): Add an autoload cookie.
10471         * net/network-stream.el (network-stream-open-starttls): Try using
10472         a plain connection even if the server offered STARTTLS, and we
10473         kinda wanted to use it, if Emacs doesn't have any STARTTLS
10474         capability.  This should make smtpmail.el work in slightly more
10475         configurations.
10477 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
10479         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10480         New defun.
10481         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10483 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
10485         * progmodes/sql.el: Version 3.0
10486         (sql-product-alist): Add product :completion-object,
10487         :completion-column, and :statement attributes.
10488         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
10489         (sql-mode-syntax-table): Mark all punctuation.
10490         (sql-font-lock-keywords-builder): Temporarily remove fallback on
10491         ansi keywords.
10492         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
10493         (sql-mode-oracle-font-lock-keywords): Improve.
10494         (sql-oracle-show-reserved-words): New function for development.
10495         (sql-product-font-lock): Simplify for source code buffers.
10496         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10497         New functions.
10498         (sql-highlight-product): Set product specific syntax table.
10499         (sql-mode-map): Add statement movement functions.
10500         (sql-ansi-statement-starters, sql-oracle-statement-starters):
10501         New variable.
10502         (sql-statement-regexp, sql-beginning-of-statement)
10503         (sql-end-of-statement, sql-signum): New functions.
10504         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
10505         (sql-show-sqli-buffer): Bug fix.
10506         (sql-interactive-mode): Store connection data as buffer local.
10507         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
10508         with sql-interactive-mode.
10509         (sql-save-connection): Save buffer local settings.
10510         (sql-connection-menu-filter): Change menu entry name.
10511         (sql-product-interactive): Bug fix.
10512         (sql-preoutput-hold): New variable.
10513         (sql-interactive-remove-continuation-prompt): Bug fixes.
10514         (sql-debug-redirect): New variable.
10515         (sql-str-literal): New function.
10516         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
10517         Redesign.
10518         (sql-oracle-save-settings, sql-oracle-restore-settings)
10519         (sql-oracle-list-all, sql-oracle-list-table): New functions.
10520         (sql-completion-object, sql-completion-column)
10521         (sql-completion-sqlbuf): New variables.
10522         (sql-build-completions-1, sql-build-completions)
10523         (sql-try-completion): New functions.
10524         (sql-read-table-name): Use them.
10525         (sql-contains-names): New buffer local variable.
10526         (sql-list-all, sql-list-table): Use it.
10527         (sql-oracle-completion-types): New variable.
10528         (sql-oracle-completion-object, sql-sqlite-completion-object)
10529         (sql-postgres-completion-object): New functions.
10531 2011-07-06  Glenn Morris  <rgm@gnu.org>
10533         * window.el (pop-to-buffer): Doc fix.
10535 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
10537         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10539 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
10541         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
10543         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
10545 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
10547         * button.el (button): Inherit from link face.  Suggested by Dan
10548         Nicolaescu.
10550 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10552         * progmodes/gdb-mi.el: Fit in 80 columns.
10553         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10554         switch-to-buffer.
10556         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10557         if imenu is simply not configured (bug#8941).
10559 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
10561         * allout.el (allout-post-undo-hook): New allout outline-change
10562         event hook to signal undo activity.
10563         (allout-post-command-business): Run allout-post-undo-hook if an
10564         undo just occurred.
10565         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10566         * allout-widgets.el (allout-widgets-after-undo-function):
10567         Ensure the integrity of the current item's decoration after it has been
10568         in the vicinity of an undo.
10569         (allout-widgets-mode): Include allout-widgets-after-undo-function
10570         on the new allout-post-undo-hook.
10572 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10574         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10575         Let define-derived-mode define it.
10576         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10577         cycles of abbrev-table inheritance (bug#8998).
10579 2011-07-05  Roland Winkler  <winkler@gnu.org>
10581         * textmodes/bibtex.el: Add support for biblatex.
10582         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10583         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10584         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10585         (bibtex-entry-alist, bibtex-field-alist): New variables.
10586         (bibtex-entry-field-alist): Obsolete alias for
10587         bibtex-BibTeX-entry-alist.
10588         (bibtex-entry-alist, bibtex-field-alist): New widgets.
10589         (bibtex-set-dialect): New command.
10590         (bibtex-entry-type, bibtex-entry-head)
10591         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10592         Bind via bibtex-set-dialect.
10593         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10594         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10595         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10596         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10597         Define via bibtex-set-dialect.
10598         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10599         Obey bibtex-no-opt-remove-re.
10600         (bibtex-vec-push, bibtex-vec-incr): New functions.
10601         (bibtex-format-entry, bibtex-field-list)
10602         (bibtex-print-help-message, bibtex-validate)
10603         (bibtex-search-entries): Use new format of bibtex-entry-alist.
10605 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * progmodes/compile.el (compilation-goto-locus):
10608         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10609         * bs.el (bs-cycle-next, bs-cycle-previous):
10610         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10611         * bindings.el (mode-line-other-buffer):
10612         * autoinsert.el (auto-insert):
10613         * arc-mode.el (archive-extract):
10614         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10616 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
10618         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10619         Fix check of `emacs-lock-unlockable-modes'.
10620         Coerce true values of `emacs-lock--try-unlocking' to t.
10622 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
10624         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10625         * emacs-lock.el: New file.
10627 2011-07-05  Julien Danjou  <julien@danjou.info>
10629         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10630         than `boundp' to check if face is set.
10632 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
10634         * register.el (registerv-make):
10635         * window.el (window-min-height): Fix typos in docstrings.
10637 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
10639         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
10640         Update doc string.
10642 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
10644         * server.el (server-execute): Catch quit and call
10645         `server-return-error' to pass the error back to emacsclient and
10646         close the connection (bug#8942).
10648 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
10650         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10651         insecure exception for current topic.  Also note that auto-saves
10652         are handled differently.
10654         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
10655         State variables for tracking auto-save inhibition situation.
10657         (allout-write-contents-hook-handler): Rename from
10658         'allout-write-file-hook-handler', and describe how it depends on
10659         write-contents-functions sensitivity to non-nil value to prevent
10660         file write.
10662         (allout-auto-save-hook-handler): Remove.  auto-save does not check
10663         this in individual buffers, only in the starting buffer, so this
10664         is not the right way for us to inhibit auto-save in a buffer
10665         according to its condition.
10667         (allout-mode): Use new allout-write-contents-hook-handler, and
10668         only with write-contents-functions.  Remove auto-save provisions -
10669         they're implemented elsewhere.
10671         (allout-before-change-handler): If undo is in progress, note that
10672         for attention of allout-post-command-business.
10674         (allout-post-command-business): If the command we're following was
10675         an undo, check for change in the status of encrypted items and
10676         adjust auto-save inhibitions accordingly.
10678         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10679         according to whether there are or aren't any plain-text topics
10680         pending encryption.
10682         (allout-inhibit-auto-save-info-for-decryption):
10683         Adjust buffer-saved-size and some allout state to inhibit auto-saves
10684         if there are plain-text topics pending encryption.
10686         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10687         buffer-saved-size and some allout state to not inhibit auto-saves
10688         if there are no longer any plain-text topics pending encryption.
10690         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10691         No longer provide for exemption of the current topic.
10693 2011-07-04  Juri Linkov  <juri@jurta.org>
10695         Add 7z operations to delete and save changed members (bug#8968).
10696         * arc-mode.el (archive-7z-expunge, archive-7z-update):
10697         New defcustoms.
10698         (archive-7z-write-file-member): New function.
10699         (archive-7z-summarize): Fix the number of dashes in the
10700         listing output.
10702 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10704         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10705         (bug#8958).
10707 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
10709         * bindings.el: Ignore next-buffer and previous-buffer in
10710         minibuffer-local-map.
10712         * font-lock.el (font-lock-builtin-face): Change light background
10713         color to dark slate blue (Bug#6693).
10715 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
10717         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10719 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10721         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10722         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10723         Add switch-to-buffer.
10725 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727         * isearch.el (isearch-search-fun-function): Clarify further the
10728         meaning of the function returned.
10730 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
10732         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
10734         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
10735         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
10736         Use it.
10737         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
10738         `tramp-default-remote-path' does not exist.
10739         (tramp-send-command-and-read): New optional argument NOERROR.
10740         (tramp-open-connection-setup-interactive-shell)
10741         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
10742         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
10743         (tramp-process-sentinel): Flush also process' connection property.
10744         (tramp-sh-handle-start-file-process): Do not set process
10745         sentinel.  It is done now ...
10746         (tramp-maybe-open-connection): ... here.  (Bug#8929)
10748 2011-07-04  MON KEY  <monkey@sandpframing.com>
10750         * play/animate.el (animate-string): Doc fixes and allow changing
10751         the buffer name (bug#5417).
10753 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755         * play/animate.el (animation-buffer-name): Rename from *animate*.
10757 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10759         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
10760         This is simpler and helps future-proof the code.
10761         (timer-until): Use time-subtract and float-time.
10762         (timer--time-less-p): Use time-less-p.
10764 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
10766         * type-break.el (timep): Use the value of `float-time' to avoid a
10767         byte-compiler warning.
10769         * server.el (server-eval-and-print): Return any result, even nil.
10771 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10773         * type-break.el: Accept time formats that the builtins accept.
10774         (timep, type-break-time-difference): Accept any format that
10775         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
10776         This is simpler and helps future-proof the code.
10777         (type-break-time-difference): Round rather than ignoring
10778         subseconds components.
10780 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782         * info.el (Info-apropos-matches): Make non-interactive, since it
10783         doesn't seem to do anything useful as a command (bug#8829).
10785 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
10787         * frame.el (frame-background-mode, frame-set-background-mode):
10788         Move from faces.el.
10789         (frame-default-terminal-background): New function.
10791         * custom.el (custom-push-theme): Don't record faces in `changed'
10792         theme; this doesn't work correctly for per-frame face settings.
10793         (disable-theme): Use face-set-after-frame-default to reset faces.
10794         (custom--frame-color-default): New function.
10796 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798         * dired.el (dired-flagging-regexp): Remove unused variable
10799         (bug#8769).
10801 2011-03-29  Kevin Ryde  <user42@zip.com.au>
10803         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10804         `perl-Test2' extend to match possible "fail #N" rep count
10805         (bug#8377).
10807 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
10810         `smtpmail-via-smtp' now returns the error instead of nil.
10812         * isearch.el (isearch-search-fun-function): Clarify the doc string
10813         (bug#8101).
10815 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
10817         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
10818         unnecessary spaces (bug#8987).
10820 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822         * net/network-stream.el (open-network-stream): Use the
10823         :end-of-capability command thoughout.
10825 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10827         * net/network-stream.el (open-network-stream): Add the
10828         :end-of-capability command parameter, used by pop3.el.
10830 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10832         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
10834         * fringe.el (fringe-query-style): Remove redundant text " (type ?
10835         for list)" (bug#6475).
10837         * files.el (file-expand-wildcards): Ignore non-readable
10838         sub-directories while trying to find matches instead of signaling
10839         an error (bug#6297).
10841         * man.el (Man-reference-regexp): Allow matching possible
10842         word-wrapped references (bug#6289).
10844         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
10845         for consistency with the other vc buffers (bug#6197).
10846         (vc-checkin): Ditto.
10848         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
10850         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
10852 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854         * custom.el (defcustom): Clarify that :set is only used in the
10855         Customize user interface (bug#6089).
10857         * progmodes/flymake.el (flymake-mode): If the buffer isn't
10858         associated with a file, refuse to run instead of erroring out
10859         (bug#6084).
10861         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
10862         the doc string, since it appears that using `fill-column' always
10863         controls the width (bug#7845).
10865         * simple.el (shell-command-on-region): Say where the error output
10866         went if `shell-command-default-error-buffer' is set (bug#6857).
10868 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
10870         * allout.el (allout-yank-processing): Adjust cursor position for
10871         backwards-deleted space.
10873         (allout-rebullet-heading): Register changes with
10874         allout-exposure-changed-hook, so the modified topic is properly
10875         decorated.
10877 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879         * minibuffer.el (completion-in-region): Document PREDICATE
10880         (bug#7136).
10882         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
10883         of keyword/argument pairs (bug#6904).
10885         * replace.el (multi-occur):
10886         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
10888 2011-07-02  Drew Adams  <drew.adams@oracle.com>
10890         * dired.el (dired-mark-if): Make the message about whether it's
10891         marking or unmarking clearer (bug#8523).
10893 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895         * disp-table.el (display-table-print-array): New function.
10896         (describe-display-table): Use it to print the vectors more pretty
10897         (Bug#8859).
10899 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
10901         * window.el (window-state-get-1): Don't assign clone numbers.
10902         Add clone-of item to list of window parameters.
10903         (window-state-put-2): Don't process clone numbers.
10904         (display-buffer-alist): Fix doc-string.
10906 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10908         * subr.el (remq): Don't allocate if it's not needed.
10909         (keymap--menu-item-binding, keymap--menu-item-with-binding)
10910         (keymap--merge-bindings): New functions.
10911         (keymap-canonicalize): Use them to refine the canonicalization.
10912         * minibuffer.el (minibuffer-local-completion-map)
10913         (minibuffer-local-must-match-map): Move initialization from C.
10914         (minibuffer-local-filename-completion-map): Move initialization from C;
10915         don't inherit from anything here.
10916         (minibuffer-local-filename-must-match-map): Make obsolete.
10917         (completing-read-default): Use make-composed-keymap to combine
10918         minibuffer-local-filename-completion-map with either
10919         minibuffer-local-must-match-map or
10920         minibuffer-local-filename-completion-map.
10922 2011-07-01  Glenn Morris  <rgm@gnu.org>
10924         * type-break.el (type-break-time-sum): Use dolist.
10926         * textmodes/flyspell.el (flyspell-word-search-backward):
10927         Replace CL function.
10929 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10931         * mouse.el (mouse--strip-first-event): New function.
10932         (function-key-map): Use it to map fringe clicks to normal clicks
10933         by default.
10935         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
10936         (vc-bzr-revision-completion-table): Add support for annotate and date.
10938         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
10939         inherit from parent.
10941 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
10944         (dired-show-file-type): Doc fixup (bug#8818).
10946         * dired.el (dired-mode): Fix up the doc string as suggested by
10947         Drew Adams (bug#8817).
10949         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
10950         cookie, since the manual says that it should be possible to add
10951         this function to `find-file-hook' (bug#8709).
10953 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
10955         * progmodes/cfengine.el: Moved all cfengine3.el functionality
10956         here.  Noted Ted Zlatanov as the maintainer.
10957         (cfengine-common-settings, cfengine-common-syntax): New functions
10958         to set up common things between `cfengine-mode' and
10959         `cfengine3-mode'.
10960         (cfengine3-mode): New mode.
10961         (cfengine3-defuns cfengine3-defuns-regex
10962         (cfengine3-class-selector-regex cfengine3-category-regex)
10963         (cfengine3-vartypes cfengine3-font-lock-keywords)
10964         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
10965         (cfengine3-indent-line): Add from cfengine3.el.
10967 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
10969         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
10971         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
10973 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
10975         * window.el (same-window-buffer-names, same-window-regexps)
10976         (same-window-p, special-display-frame-alist)
10977         (special-display-popup-frame, special-display-function)
10978         (special-display-buffer-names, special-display-regexps)
10979         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
10980         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10981         (split-window-preferred-function, split-height-threshold)
10982         (split-width-threshold, even-window-heights)
10983         (display-buffer-mark-dedicated, window-splittable-p)
10984         (split-window-sensibly, window-safely-shrinkable-p):
10985         Un-obsolete.
10986         (display-buffer): Don't spread args with function specifier
10987         because special-display-popup-frame won't like it.
10989 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10991         Time-stamp simplifications and fixes.
10992         These improve accuracy slightly, and future-proof the code
10993         against some potential changes to current-time format.
10995         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
10996         by using time-since and float-time.
10998         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
10999         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
11000         + NNN microseconds".
11002         * type-break.el (type-break-time-sum): Rewrite using time-add.
11004         * play/hanoi.el (hanoi-current-time-float): Remove.
11005         All uses replaced by float-time.
11007         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11008         This yields a more-accurate answer.
11009         (rng-time-to-float): Remove; no longer needed.
11011         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11013         * calendar/timeclock.el (timeclock-seconds-to-time):
11014         Defalias to seconds-to-time, since they're the same thing.
11016         * emacs-lisp/elp.el (elp-elapsed-time):
11017         * emacs-lisp/benchmark.el (benchmark-elapse):
11018         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11020 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11022         * window.el (bury-buffer): Don't iconify the only frame.
11023         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11024         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
11026 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
11028         * eshell/em-smart.el (eshell-smart-display-navigate-list):
11029         Add mouse-yank-primary.
11031 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
11033         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11035 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11037         * emacs-lisp/find-func.el (find-library--load-name): New fun.
11038         (find-library-name): Use it to find relative load names when provided
11039         absolute file name (bug#8803).
11041 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043         * textmodes/flyspell.el (flyspell-word): Consider words that
11044         differ only in case as potential doublons (bug#5687).
11046         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11047         Remove two rather uninteresting debugging-like messages to make
11048         debbugs.el more silent.
11050         * comint.el (comint-password-prompt-regexp): Accept "Response" as
11051         a password-like phrase.
11053 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
11055         * progmodes/cc-guess.el: New file.
11057         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
11059         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11060         derived from `c-basic-common-init'.
11062         * progmodes/cc-mode.el (top-level): Require cc-guess.
11063         (c-basic-common-init): Use `cc-choose-style-for-mode'.
11065 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
11067         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11069 2011-06-30  Alan Mackenzie  <acm@muc.de>
11071         * progmodes/cc-engine.el (c-guess-continued-construct):
11072         Correct the handling of template-args-cont, particularly for when font
11073         lock is disabled.  Name this case as "CASE G".
11075 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
11077         * allout.el (allout-yank-processing): Fix injection of extra space
11078         between bullet and non-whitespace character in first topic when
11079         pasting, ensuring that the actual spacing in the pasted topic
11080         following the bullet char is preserved.  This extra space was
11081         causing pasted encrypted topics to get a decrypted status even
11082         when the content was actually still encrypted.  Now the decryption
11083         status from before the paste is preserved.
11085         (allout-flag-region): Set all allout overlays so they evaporate
11086         when reduced to zero length (evanescent), to prevent overlay
11087         leakage.
11089 2011-06-30  Glenn Morris  <rgm@gnu.org>
11091         * w32-fns.el (w32-charset-info-alist): Declare.
11093         * find-dired.el (find-grep-options): Simplify.
11095         * term/ns-win.el (ns-set-resource): Declare.
11097         * ses.el (row, col): Declare dynamic variables honestly.
11099         * textmodes/reftex-parse.el (index-tags): Declare.
11101 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
11103         * cus-edit.el (customize-push-and-save): New function.
11105         * files.el (hack-local-variables-confirm): Use it.
11107         * custom.el (load-theme): New arg NO-CONFIRM.
11108         Use customize-push-and-save (Bug#8720).
11109         (custom-enabled-themes): Doc fix.
11111         * cus-theme.el (customize-create-theme)
11112         (custom-theme-merge-theme): Callers to load-theme changed.
11114 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116         * thingatpt.el (thing-at-point-short-url-regexp): Require that
11117         short URLs have at least one dot in them (bug #7614).
11119         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11120         nil, because using a pty is apparently too slow (bug #895).
11122 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124         * mail/sendmail.el (sendmail-query-once): New function.
11125         (sendmail-query-once-function): New variable.
11127 2011-06-29  Glenn Morris  <rgm@gnu.org>
11129         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11131         * ses.el (top-level): Require cl when compiling.
11132         (ses-set-localvars): Fix error statement.
11133         Call it at compile time to silence a storm of warnings.
11135 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
11137         * window.el (normalize-live-buffer): Rename to
11138         window-normalize-buffer.
11139         (normalize-live-frame): Rename to window-normalize-frame.
11140         (normalize-any-window): Rename to window-normalize-any-window.
11141         (normalize-live-window): Rename to window-normalize-live-window.
11142         (make-window-atom): Rename to window-make-atom.
11143         (window-resize-reset): Rename to window--resize-reset.
11144         (window-resize-reset-1): Rename to window--resize-reset-1.
11145         (resize-mini-window): Rename to window--resize-mini-window.
11146         (resize-subwindows-skip-p): Rename to
11147         window--resize-subwindows-skip-p.
11148         (resize-subwindows-normal): Rename to
11149         window--resize-subwindows-normal.
11150         (resize-subwindows): Rename to window--resize-subwindows.
11151         (resize-other-windows): Rename to window--resize-siblings.
11152         (resize-this-window): Rename to window--resize-this-window.
11153         (resize-root-window): Rename to window--resize-root-window.
11154         (resize-root-window-vertically): Rename to
11155         window--resize-root-window-vertically.
11156         (normalize-buffer-to-display): Rename to
11157         window-normalize-buffer-to-display.
11158         (normalize-buffer-to-switch-to): Rename to
11159         window-normalize-buffer-to-switch-to.
11160         Correspondingly update all callers of the functions listed
11161         above.
11162         (display-buffer-alist, display-buffer-normalize-arguments)
11163         (display-buffer-normalize-options, display-buffer)
11164         (display-buffer-alist-set): Use "function" instead of
11165         "fun-with-args".
11167 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
11169         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11170         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
11171         debbugs.gnu.org.  Mention acknowledgment email.
11173 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11176         buffer multibyteness, since it shouldn't matter.
11178 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
11180         * window.el (display-buffer-in-side-window): Handle dedicated
11181         windows as in display-buffer-reuse-window.
11182         (display-buffer-normalize-alist): Use value of override
11183         specifier.
11184         (display-buffer-normalize-specifiers): Use value of
11185         other-window-means-other-frame specifier.
11186         (display-buffer-alist): Rewrite some texts in widgets.
11187         (display-buffer): Spread arguments when calling function
11188         specified by fun-with-args.
11190 2011-06-28  Deniz Dogan  <deniz@dogan.se>
11192         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11193         Unnest `let'.
11195         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11196         selectors (Bug#5732).
11197         (css-proprietary-nmstart-re): Use `regexp-opt'.
11199 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
11201         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11202         (eshell-ls-date-format): New defcustom.
11203         (eshell-ls-file): Use it.
11205 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11207         * help-fns.el (describe-variable): Fix message for terminal-local vars.
11209 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11211         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11212         (ange-ftp-make-tmp-name): New arg.
11213         (ange-ftp-file-local-copy): Use it.
11215 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
11217         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11218         no-conversion (Bug#8870).
11220 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
11222         * window.el (window-right, window-left, window-child)
11223         (window-child-count, window-last-child)
11224         (window-iso-combination-p, walk-window-tree-1)
11225         (window-atom-check-1, window-tree-1, delete-window)
11226         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11227         new naming conventions - window-vchild, window-hchild,
11228         window-next and window-prev are now called window-top-child,
11229         window-left-child, window-next-sibling and window-prev-sibling
11230         respectively.
11231         (resize-window-reset): Rename to window-resize-reset.
11232         (resize-window-reset-1): Rename to window-resize-reset-1.
11233         (resize-window): Rename to window-resize.
11234         (window-min-height, window-min-width)
11235         (resize-mini-window, resize-this-window, resize-root-window)
11236         (resize-root-window-vertically, adjust-window-trailing-edge)
11237         (enlarge-window, shrink-window, maximize-window)
11238         (minimize-window, delete-window, quit-restore-window)
11239         (split-window, balance-windows, balance-windows-area-adjust)
11240         (balance-windows-area, window-state-put-2)
11241         (display-buffer-even-window-sizes, display-buffer-set-height)
11242         (display-buffer-set-width, set-window-text-height)
11243         (fit-window-to-buffer): Rename all "resize-window" prefixed
11244         calls to use the "window-resize" prefix convention.
11245         (display-buffer-alist): Fix symbol for label specifier.
11246         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11247         corresponding specifier.
11248         Reported by Juanma Barranquero <lekktu@gmail.com>.
11250 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11252         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11253         convention.
11254         (ses-call-printer): Does not pass an empty string to formatter when the
11255         cell is empty to keep from barking printer Calc math-format-value.
11257 2011-06-27  Richard Stallman  <rms@gnu.org>
11259         * battery.el (battery-mode-line-limit): New variable.
11260         (battery-update): Handle it.
11262         * mail/rmailmm.el (rmail-mime-process-multipart):
11263         Handle truncated messages.
11265 2011-06-27  Glenn Morris  <rgm@gnu.org>
11267         * progmodes/flymake.el (flymake-err-line-patterns):
11268         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
11270 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11272         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
11273         (ses--clean-!, ses--clean-_): New functions.
11274         (ses-range): Add configurability of readout order, and conversion
11275         to Calc vector.
11277         * ses.el (ses-repair-cell-reference-all): New function.
11278         (ses-cell-symbol): Set macro as safe, so that it can be used in
11279         formulas.
11281         * ses.el: Update cycle detection algorithm.
11282         (ses-localvars): Add ses--Dijkstra-attempt-nb and
11283         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
11284         (ses-set-localvars): New function.
11285         (ses-make-cell): Add property-list as a cell element.
11286         (ses-cell-property-get-fun, ses-cell-property-get)
11287         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
11288         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11289         New functions.
11290         (ses-cell-property-set, ses-cell-property-pop)
11291         (ses-cell-property-get-handle): New macro.
11292         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11293         New aliases, used for code readability.
11294         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11295         cycle detection.
11296         (ses-self-reference-early-detection): New defcustom.
11297         (ses-formula-references): Robustify against self-referring cells.
11298         (ses-mode): Use ses-set-localvars.
11299         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11300         before lauching the update processing.
11301         (ses-initialize-Dijkstra-attempt): New function.
11302         (ses-recalculate-cell): Update for cycle detection based on
11303         Dijkstra algorithm.
11305         * ses.el: Fix commenting and indenting convention.
11307 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11309         * bs.el (bs-cycle-next): Complete last change.
11311 2011-06-27  Drew Adams  <drew.adams@oracle.com>
11313         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11315 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317         * net/network-stream.el (network-stream-open-starttls):
11318         Don't re-get capabilities unless we've reestablished connection.
11319         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11321         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11322         to binary to possibly avoid line encoding issues on Windows (among
11323         other things).
11325 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11327         * net/network-stream.el (open-network-stream): Return an :error
11328         saying what the problem was, if possible.
11330         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11331         server.
11333         * net/network-stream.el (network-stream-open-starttls): If we
11334         wanted to use STARTTLS, and the server offered it, but we weren't
11335         able to because we had no STARTTLS support, then close the connection.
11336         (open-network-stream): Return an :error element, if present.
11338 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
11340         * hl-line.el (hl-line-sticky-flag): Doc fix.
11341         (global-hl-line-sticky-flag): New option (Bug#8323).
11342         (global-hl-line-highlight): Obey it.
11344         * vc/vc.el (vc-revert-show-diff): Default to t.
11346 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
11348         * allout-widgets.el (allout-widgets-post-command-business):
11349         Stop decorating intermediate isearch matches.  They're not being
11350         undecorated when an isearch is continued past, and isearch
11351         automatically collapses them.  This leads to "widget leaks", where
11352         decorated items accumulate in collapsed areas.  Lines with lots of
11353         hidden widgets can slow down cursor travel, substantially.
11354         Too much complicated machinery would be needed to ensure undecoration,
11355         so we're doing without this nicety.
11357         (allout-widgets-tally-string): Don't try to do a hash-table-count
11358         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
11359         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11360         *Messages* when allout-widgets-maintain-tally is t.
11362 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
11364         * window.el (display-buffer-normalize-argument): Rename to
11365         display-buffer-normalize-arguments.  Handle special meaning of
11366         LABEL argument.  Respect special-display-function when popping up
11367         a new frame.  Fix code searching for a window showing the buffer
11368         on another frame.
11369         (display-buffer-normalize-specifiers):
11370         Call display-buffer-normalize-arguments.
11371         (display-buffer-in-window): Don't undedicate the window if its
11372         buffer remains the same.
11373         Reported by Drew Adams <drew.adams@oracle.com>.
11374         (display-buffer-alist): Add choice for same-window macro
11375         specfier.
11376         (display-buffer): Mention special meaning of LABEL argument in
11377         doc-string.  Fix quoting.  Don't pop up a new frame even as
11378         fallback.
11380 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
11382         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11383         avoid deleting the current window in some cases (bug#8911).
11385 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
11387         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11388         (Bug#8934)
11390 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392         * net/network-stream.el (network-stream-open-starttls):
11393         Use built-in TLS support if `gnutls-available-p' is true.
11394         (network-stream-open-tls): Ditto.
11396 2011-06-26  Leo Liu  <sdl.web@gmail.com>
11398         * register.el (registerv): New struct.
11399         (registerv-make): New function.
11400         (jump-to-register, describe-register-1, insert-register):
11401         Support the jump-func, print-func and insert-func slot of a registerv
11402         struct.  (Bug#8415)
11404 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
11406         * vc/vc.el (vc-revert-show-diff): New defcustom.
11407         (vc-diff-internal): New arg specifying diff buffer.
11408         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
11409         reuse an existing *vc-diff* buffer (Bug#8927).
11411         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11413 2011-06-26  Glenn Morris  <rgm@gnu.org>
11415         * progmodes/f90.el (f90-critical-indent): New option.
11416         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11417         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11418         (f90-mode): Doc fix.
11419         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11420         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11421         (f90-beginning-of-block, f90-next-block, f90-indent-region)
11422         (f90-match-end): Handle block, critical.
11424 2011-06-25  Glenn Morris  <rgm@gnu.org>
11426         * calendar/diary-lib.el (diary-included-files): Doc fix.
11427         (diary-include-files): New function, extracted from
11428         diary-include-other-diary-files and diary-mark-included-diary-files.
11429         (diary-include-other-diary-files, diary-mark-included-diary-files):
11430         Just call diary-include-files.
11431         (diary-mark-entries): Reset diary-included-files on first call.
11433         * calendar/diary-lib.el (diary-mark-entries)
11434         (diary-mark-included-diary-files):
11435         Visit included diary-files in temp buffers.
11437         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11438         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11439         (f90-start-block-re, f90-imenu-generic-expression)
11440         (f90-looking-at-program-block-start, f90-no-block-limit):
11441         Add support for submodules.
11443         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11444         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
11446 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
11448         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11449         buffer-file-type before setting its value, to avoid disastrous
11450         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
11452 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
11454         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11456         * ses.el (ses-unload-function):
11457         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11459         * proced.el (proced-unload-function):
11460         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11462 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
11464         * server.el (server-create-window-system-frame): Add parameters arg.
11465         (server-process-filter): Doc fix.  Handle frame-parameters.
11467 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
11469         Fix bug#8730, bug#8781.
11471         * loadhist.el (unload--set-major-mode): New function.
11472         (unload-feature): Use it.
11474         * progmodes/python.el (python-after-info-look): Add autoload cookie.
11475         (python-unload-function): New function.
11477 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11479         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11481 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
11483         * net/browse-url.el (browse-url-firefox-program): Add icecat to
11484         the candidates list.
11486 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
11488         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11490 2011-06-23  Richard Stallman  <rms@gnu.org>
11492         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11493         (rmail-variables): Set next-error-move-function.
11494         (rmail-what-message): Take argument POS.
11495         (rmail-next-error-move): New function.
11497 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11499         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11500         messages for adjacent non-terminals.
11502 2011-06-23  Richard Stallman  <rms@gnu.org>
11504         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
11505         (rmail-show-message-1): Preserve buffer modified flag.
11506         (rmail-start-mail): Don't specify use of rmail-mail-return;
11507         that's done by mail-bury now.
11508         (rmail-mail-return): Handle arg NEWBUF.
11510 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
11512         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11513         SIZE is a number.
11515 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
11517         * window.el (get-lru-window, get-mru-window)
11518         (get-largest-window): Never return a minibuffer window.
11519         (display-buffer-pop-up-window): Fix a bug that could lead to
11520         reusing the minibuffer window.
11521         (display-buffer): Pass original specifier argument to
11522         display-buffer-function instead of the normalized one.
11523         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11525 2011-06-22  Leo Liu  <sdl.web@gmail.com>
11527         * minibuffer.el (completing-read-function)
11528         (completing-read-default): Move from minibuf.c
11530 2011-06-22  Richard Stallman  <rms@gnu.org>
11532         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11533         to Rmail even if not started by a special Rmail command.
11535         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11536         Copy the buffer currently showing just one message.
11538 2011-06-22  Roland Winkler  <winkler@gnu.org>
11540         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11541         (bibtex-clean-entry): First delete the old key so that a
11542         customized algorithm for generating the new key does not get
11543         confused by the old key.
11544         (bibtex-url): Obey regexp of first step.
11545         (bibtex-search-entries): Do not use add-to-list with local
11546         list-var.
11548 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11551         stored a user name, then query for the password first, instead of
11552         waiting for SMTP to give an error message and the trying again.
11554 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
11556         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11557         BUFFER in call-process.
11559 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11562         QUIT twice.
11563         (smtpmail-try-auth-methods): Require user name and password from
11564         auth-source.
11566 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
11568         * window.el (display-buffer-default-specifiers)
11569         (display-buffer-alist): Remove entries for pop-up-frame-alist.
11570         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11571         (split-window): Normalize SIDE argument (Bug#8916).
11573         * frame.el (pop-up-frame-alist, pop-up-frame-function)
11574         (special-display-frame-alist, special-display-popup-frame):
11575         Remove duplicate declarations.  These are now in window.el.
11577 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579         * mail/smtpmail.el (smtpmail-via-smtp):
11580         Set :use-starttls-if-possible so that we always use STARTTLS if the
11581         server supports it.  SMTP servers that support STARTTLS commonly
11582         require it.
11584         * net/network-stream.el (network-stream-open-starttls): Support
11585         upgrading to STARTTLS always, even if we don't have built-in support.
11586         (open-network-stream): Add the :always-query-capabilities keyword.
11588         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11589         upgrades with `open-network-stream', and rely solely on
11590         auth-source for all credentials.  Big changes throughout the file,
11591         but in particular:
11592         (smtpmail-auth-credentials): Remove.
11593         (smtpmail-starttls-credentials): Remove.
11594         (smtpmail-via-smtp): Check for servers saying they want AUTH after
11595         MAIL FROM, too.
11597         * net/network-stream.el (network-stream-open-starttls):
11598         Provide support for client certificates both for external and built-in
11599         STARTTLS.
11600         (auth-source): Require.
11601         (open-network-stream): Document the :client-certificate keyword.
11602         (network-stream-certificate): Change cert-cert to cert and
11603         cert-key to key.
11605 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
11607         * net/tramp-cache.el (top): Don't load the persistency file when
11608         "emacs -Q" has been called.
11610 2011-06-21  Tim Harper  <timcharper@gmail.com>
11612         * term/ns-win.el (ns-initialize-window-system):
11613         Set application-specific `ApplePressAndHoldEnabled' system
11614         resource to NO as it is not yet supported by the NS port.
11616 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
11618         * misc.el (list-dynamic-libraries--refresh): Compute header here...
11619         (list-dynamic-libraries): ...not here.
11621 2011-06-21  Leo Liu  <sdl.web@gmail.com>
11623         * subr.el (sha1): Implement sha1 using secure-hash.
11625 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
11627         * window.el (display-buffer-alist): In default value do not
11628         enforce searching a window on any but the selected frame.
11629         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11630         (display-buffer-select-window): Remove function.
11631         (display-buffer-in-window): When a window on another frame gets
11632         reused, do not select it any more but just raise its frame if
11633         necessary (Bug#8851) and (Bug#8856).
11634         (display-buffer-normalize-options): Handle pop-up-frames related
11635         options more faithfully.
11636         (pop-to-buffer): Don't rely on `display-buffer' selecting the
11637         window if it is on another frame.
11638         (display-buffer-alist, display-buffer-default-specifiers):
11639         Don't make new frame unsplittable by default.
11640         (display-buffer-normalize-argument): Fix doc-string typo and use
11641         'same-frame-other-window instead of 'other-window when associating
11642         with display-buffer-macro-specifiers.
11644 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
11646         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11647         New functions.
11648         (5x5-mode-map, 5x5-mode-menu): Bind them.
11649         (5x5-draw-grid): Tweak the solver's rendering.
11651 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11653         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11654         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11656 2011-06-21  Drew Adams  <drew.adams@oracle.com>
11658         * menu-bar.el: Use function variable instead of switch-to-buffer.
11659         (menu-bar-select-buffer-function): New variable.
11660         (menu-bar-update-buffers): Use it (bug#8876).
11662 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11664         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11665         variable's status.
11667 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
11669         * x-dnd.el (x-dnd-version-from-flags)
11670         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11671         and long as number (Bug#8899).
11672         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11674 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11676         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
11677         (completion-try-completion, completion-all-completions): Compute the
11678         metadata argument if it's missing; make it optional (bug#8795).
11680         * wid-edit.el: Use lex-bind and move towards completion-at-point.
11681         (widget-complete): Use new :completion-function property.
11682         (widget-completions-at-point): New function.
11683         (default): Use :completion-function instead of :complete.
11684         (widget-default-completions): Rename from widget-default-complete;
11685         Rewrite.
11686         (widget-string-complete, widget-file-complete, widget-color-complete):
11687         Remove functions.
11688         (file, symbol, function, variable, coding-system, color):
11689         * international/mule-cmds.el (default-input-method, charset)
11690         (language-info-custom-alist):
11691         * cus-edit.el (face): Use new property :completions.
11693         * progmodes/pascal.el (pascal-completions-at-point): New function.
11694         (pascal-mode): Use it.
11695         (pascal-mode-map): Use completion-at-point.
11696         (pascal-toggle-completions): Make obsolete.
11697         (pascal-complete-word, pascal-show-completions):
11698         * progmodes/octave-mod.el (octave-complete-symbol):
11699         Redefine as obsolete alias.
11700         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11701         Signal absence of completion info for old Octave,
11702         (inferior-octave-complete): Redefine as obsolete alias.
11703         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11704         (meta-completions-at-point): Rename from meta-complete-symbol and
11705         adapt it for use on completion-at-point-functions.
11706         (meta-common-mode): Use it.
11707         (meta-looking-at-backward, meta-match-buffer): Remove.
11708         (meta-complete-symbol): Redefine as obsolete alias.
11709         (meta-common-mode-map): Use completion-at-point.
11710         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11711         (makefile-mode-map): Use completion-at-point.
11712         (makefile-completions-at-point): Rename from makefile-complete and
11713         adapt it for use on completion-at-point-functions.
11714         (makefile-mode): Use it.
11715         (makefile-complete): Redefine as obsolete alias.
11717 2011-06-20  Deniz Dogan  <deniz@dogan.se>
11719         * net/rcirc.el: Delete trailing whitespaces once and for all.
11721 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
11723         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11725 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
11727         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
11729         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
11731 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
11733         * window.el (display-buffer-other-window-means-other-frame):
11734         Call display-buffer-normalize-alist.
11735         (display-buffer-normalize-specifiers-1): Rename to
11736         display-buffer-normalize-argument.  New argument other-frame.
11737         Rewrite.
11738         (display-buffer-normalize-specifiers-2): Rename to
11739         display-buffer-normalize-options.
11740         (display-buffer-normalize-alist-1): New function.
11741         (display-buffer-normalize-specifiers-3): Rename to
11742         display-buffer-normalize-alist.
11743         Call display-buffer-normalize-alist-1.
11744         (display-buffer-normalize-options-inhibit): New variable.
11745         (display-buffer-normalize-specifiers): Rewrite calling
11746         display-buffer-normalize-alist,
11747         display-buffer-normalize-argument, and
11748         display-buffer-normalize-options.  Don't call the latter if
11749         display-buffer-normalize-options-inhibit is non-nil.
11750         (frame-auto-delete): New option.
11751         (window-deletable-p): Use frame-auto-delete.
11752         (window-list-no-nils, window-state-ignored-parameters)
11753         (window-state-get-1, window-state-get, window-state-put-list)
11754         (window-state-put-1, window-state-put-2, window-state-put):
11755         New functions.
11756         (display-buffer-normalize-options): Move special-display-p group
11757         after pop-up-frame group (Bug#8851) and (Bug#8856).
11759 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
11761         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
11762         groups (Bug#8776).
11763         (rx-submatch-n): New function.
11764         (rx): Document it.
11766         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
11767         (Bug#8768).
11769         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
11771         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
11773         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
11774         anytime existing face settings are present (Bug#8889).
11776         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
11777         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
11778         Remove unused argument.
11780 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
11782         * window.el (display-buffer-default-specifiers):
11783         Remove pop-up-frame.  Add pop-up-window-min-height,
11784         pop-up-window-min-width, and another reuse-window specifier
11785         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
11786         (display-buffer-normalize-specifiers-2):
11787         Handle split-height-threshold and split-width-threshold also when
11788         pop-up-windows is unset.  Add a reuse-window specifier for the
11789         case popping up a new window fails.
11790         (special-display-popup-frame): Remove double quoting.
11791         (display-buffer-normalize-specifiers-1): Fix thinko.
11793 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11795         * shell.el (shell-completion-vars): Set pcomplete-termination-string
11796         according to comint-completion-addsuffix.
11798         * pcomplete.el: Convert to lexical binding and fix bug#8819.
11799         (pcomplete-suffix-list): Mark as obsolete.
11800         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
11801         pcomplete-seen in the closure.
11802         (pcomplete-comint-setup): Setup completion-at-point as well.
11803         (pcomplete--entries): New function.
11804         (pcomplete--env-regexp): New var.
11805         (pcomplete-entries): Rewrite to work with partial-completion and
11806         without relying on pcomplete-suffix-list.
11807         (pcomplete-pare-list): Remove, unused.
11809 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
11811         * window.el (display-buffer-alist): Set pop-up-window-min-height
11812         and pop-up-window-min-width in default value.  Reported by
11813         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
11814         other-window-means-other-frame.
11815         (display-buffer-macro-specifiers): Comment out entry for
11816         other-window specifier.
11817         (display-buffer-other-window-means-other-frame): New function.
11818         (display-buffer-normalize-specifiers-1): New arguments
11819         buffer-name and label.  Treat other-window case specially.
11820         (display-buffer-normalize-specifiers-2): Treat other-window case
11821         specially.
11822         (display-buffer-normalize-specifiers-3): New function.
11823         (display-buffer-normalize-specifiers):
11824         Call display-buffer-normalize-specifiers-3.
11826 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
11828         * window.el (same-window-p): Fix two typos introduced when
11829         adding with-no-warnings.
11830         (display-buffer-normalize-specifiers-1): Don't check
11831         pop-up-frames for 'unset initialization.
11832         (display-buffer-normalize-specifiers-2): Major rewrite using
11833         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
11834         (pop-up-frames, display-buffer-reuse-frames)
11835         (display-buffer-mark-dedicated): Don't initialize to 'unset.
11836         Suggested by David Engster <deng@randomsample.de>.
11837         (even-window-heights): Initialize to 'unset.
11838         (display-buffer-alist-set): Handle new 'unset initializations.
11839         (display-buffer-macro-specifiers): Don't pop up a new frame in the
11840         other window case.
11842 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
11844         * window.el (display-buffer-normalize-specifiers-1):
11845         Respect current value of pop-up-frames for most reasonable values of
11846         second argument of display-buffer (Bug#8865).
11847         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
11848         (switch-to-buffer-other-window-same-frame)
11849         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
11850         Adams (Bug#8875).
11851         (display-buffer): Don't check noninteractive when calling
11852         display-buffer-pop-up-frame.
11853         (display-buffer-pop-up-frame): Never pop up a frame in
11854         noninteractive mode (Bug#8857).
11855         (enlarge-window, shrink-window): Don't report an error when the
11856         window can't be resized as requested (Bug#8862).
11858 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11860         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
11862         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
11864         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
11866 2011-06-15  Alan Mackenzie  <acm@muc.de>
11868         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
11869         for declarators, disable knr checking to speed up for normal files.
11870         2: Refactor, replacing a sequence of nested if forms by a cond form.
11872 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874         * net/network-stream.el (open-network-stream): Add the keyword
11875         :always-query-capabilities for the case where you want to force a
11876         `plain' network connection, but the protocol still requires the
11877         capabilitiy command (i.e., SMTP and EHLO).
11879         * subr.el (process-live-p): Rename from `process-alive-p' for
11880         consistency with other `-live-p' functions.
11882 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11884         * window.el (same-window-buffer-names, same-window-regexps)
11885         (special-display-frame-alist, special-display-popup-frame)
11886         (special-display-function, special-display-buffer-names)
11887         (special-display-regexps, pop-up-frame-alist)
11888         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
11889         (pop-up-windows, split-window-preferred-function)
11890         (split-height-threshold, split-width-threshold, even-window-heights)
11891         (display-buffer-mark-dedicated): Don't encourage the use of
11892         display-buffer-alist from Elisp code.
11894 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11896         * progmodes/python.el (python-mode): Derive from prog-mode.
11897         * progmodes/ps-mode.el (ps-mode):
11898         * progmodes/mixal-mode.el (mixal-mode):
11899         * progmodes/cfengine.el (cfengine-mode):
11900         * progmodes/ld-script.el (ld-script-mode): Likewise.
11902 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
11904         * window.el (display-buffer-alist): Trim default value to avoid
11905         popping up a new frame (Bug#8857) or reusing an arbitrary window
11906         on another frame.
11907         (display-buffer): Do not fall back on popping up a new frame in
11908         batch mode (Bug#8857).
11910 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
11912         * cus-theme.el (describe-theme-1): Use custom-theme-p.
11913         (custom-theme-summary): New function.
11914         (customize-themes): Use it.
11916 2011-06-13  Glenn Morris  <rgm@gnu.org>
11918         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
11920 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
11922         * help.el (help-window): Remove variable.
11923         (help-window-point-marker, temp-buffer-max-height)
11924         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
11925         (help-print-return-message): Don't set help-window.
11926         (resize-temp-buffer-window): Rewrite cod eand doc-string.
11927         (help-window-setup-finish): Remove.
11928         (help-window-display-message, help-window-setup)
11929         (with-help-window): Major rewrite based on new
11930         display-buffer-window variable.
11932         * help-mode.el (help-mode-finish): Remove help-window related
11933         code.
11935         * view.el (view-exits-all-viewing-windows): Remove reference to
11936         view-return-to-alist in doc-string.
11937         (view-return-to-alist): Make obsolete.
11938         (view-buffer): Call pop-to-buffer-same-window and remove
11939         undo-window code.
11940         (view-buffer-other-window): Call pop-to-buffer-other-window and
11941         simplify code.  Ignore second argument.
11942         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
11943         simplify code.  Ignore second argument.
11944         (view-return-to-alist-update): Make obsolete.
11945         (view-mode-enter): Rename second argument to QUIT-RESTORE.
11946         Rewrite using quit-restore window parameters.
11947         (view-mode-exit): Rename second argument to EXIT-ONLY.
11948         Rewrite using quit-restore-window.
11949         (View-exit, View-exit-and-edit, View-leave, View-quit)
11950         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
11951         appropriate arguments.
11952         (view-end-message): Use quit-restore window parameter.
11954         * window.el (display-buffer-function): Rewrite doc-string.
11955         (display-buffer-window, display-buffer-alist): New variables.
11956         (display-buffer-split-specifiers)
11957         (display-buffer-side-specifiers)
11958         (display-buffer-macro-specifiers): New constants.
11959         (display-buffer-even-window-sizes, display-buffer-set-height)
11960         (display-buffer-set-width, display-buffer-select-window)
11961         (display-buffer-in-window, display-buffer-reuse-window)
11962         (display-buffer-split-window-1, display-buffer-split-window)
11963         (display-buffer-split-atom-window, display-buffer-pop-up-window)
11964         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
11965         (display-buffer-in-side-window, normalize-buffer-to-display)
11966         (display-buffer-normalize-specifiers-1)
11967         (display-buffer-normalize-specifiers-2)
11968         (display-buffer-normalize-specifiers, display-buffer-frame):
11969         New functions.
11970         (display-buffer): Major rewrite.
11971         (display-buffer-other-window, display-buffer-other-frame)
11972         (pop-to-buffer, switch-to-buffer-other-window)
11973         (switch-to-buffer-other-frame): Rewrite.
11974         (display-buffer-same-window, display-buffer-same-frame)
11975         (display-buffer-same-frame-other-window)
11976         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11977         (pop-to-buffer-other-window)
11978         (pop-to-buffer-same-frame-other-window)
11979         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
11980         (switch-to-buffer-other-window-same-frame): New functions.
11981         (same-window-p, special-display-p): Rewrite disabling warnings.
11982         Make obsolete.
11983         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11984         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
11985         Make obsolete
11986         (same-window-buffer-names, same-window-regexps)
11987         (special-display-frame-alist, special-display-popup-frame)
11988         (special-display-function, special-display-buffer-names)
11989         (special-display-regexps, pop-up-frame-alist)
11990         (pop-up-frame-function, split-window-preferred-function)
11991         (split-height-threshold, split-width-threshold)
11992         (even-window-heights): Make obsolete.
11994 2011-06-12  Glenn Morris  <rgm@gnu.org>
11996         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
11997         Misc simplifications.
11999 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
12001         * window.el (window-safely-shrinkable-p): Restore function which
12002         was inadvertently removed in change from 2011-06-11.  Declare as
12003         obsolete.
12005         * calendar/calendar.el (calendar-generate-window):
12006         Use window-iso-combined-p instead of combination of one-window-p and
12007         window-safely-shrinkable-p.
12009 2011-06-12  Glenn Morris  <rgm@gnu.org>
12011         * progmodes/fortran.el (fortran-mode-syntax-table):
12012         * progmodes/f90.el (f90-mode-syntax-table):
12013         Set % to punctuation.  (Bug#8820)
12014         (f90-find-tag-default): Remove, no longer needed.
12016 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
12018         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12020 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
12022         * image.el (image-animated-p): Return animation delay in seconds.
12023         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12024         (image-animate-timeout): Remove DELAY argument.  Don't assume
12025         every subimage has the same delay; get it from image-animated-p.
12026         (image-animate): Caller changed.
12028 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
12030         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12031         to ignored backtrace functions.
12033 2011-06-11  Glenn Morris  <rgm@gnu.org>
12035         * calendar/appt.el (appt-disp-window-function): Doc fix.
12036         (appt-check): Handle overlapping appointments.  (Bug#8337)
12038 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
12040         * window.el (window-tree-1, window-tree): New functions, moving
12041         the latter to window.el.
12042         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12043         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12044         (bw-refresh-edges): Remove.
12045         (balance-windows-1, balance-windows-2): New functions.
12046         (balance-windows): Rewrite in terms of window tree functions,
12047         balance-windows-1 and balance-windows-2.
12048         (bw-adjust-window): Remove.
12049         (balance-windows-area-adjust): New function with functionality of
12050         bw-adjust-window but using resize-window.
12051         (set-window-text-height): Rewrite doc-string.
12052         Use normalize-live-window and resize-window.
12053         (enlarge-window-horizontally, shrink-window-horizontally):
12054         Rename argument to DELTA.
12055         (window-buffer-height): New function.
12056         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12057         Rewrite using new window resize routines.
12058         (kill-buffer-and-window, mouse-autoselect-window-select):
12059         Use ignore-errors instead of condition-case.
12060         (quit-window): Call delete-frame instead of delete-windows-on
12061         for the only buffer on frame.
12063 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
12065         * loadup.el (top-level): Load window before files for the sake
12066         of replace-buffer-in-windows.
12068         * files.el (read-buffer-to-switch)
12069         (switch-to-buffer-other-window)
12070         (switch-to-buffer-other-frame, display-buffer-other-frame):
12071         Move to window.el.
12073         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12074         (previous-buffer): Move to window.el.
12076         * bindings.el (unbury-buffer): Move to window.el.
12078         * window.el (delete-other-windows-vertically): Move after
12079         definition of delete-other-windows.
12080         (other-window, delete-windows-on, replace-buffer-in-windows):
12081         Move here from window.c.
12082         (record-window-buffer, unrecord-window-buffer)
12083         (set-window-buffer-start-and-point, switch-to-prev-buffer)
12084         (switch-to-next-buffer): New functions.
12085         (get-next-valid-buffer, last-buffer, next-buffer): Move here
12086         from simple.el.  Call switch-to-next-buffer.
12087         (previous-buffer): Move here from simple.el.
12088         Call switch-to-prev-buffer.
12089         (bury-buffer): Move here from buffer.c.  Switch to previous
12090         buffer when window cannot be deleted.
12091         (unbury-buffer): Move here from bindings.el.
12092         (ctl-x-map): Move binding for other-window from window.c to
12093         here.
12094         (read-buffer-to-switch, switch-to-buffer-other-window)
12095         (switch-to-buffer-other-frame): Move here from files.el.
12096         (normalize-buffer-to-switch-to): New functions.
12097         (switch-to-buffer): Move here from buffer.c.
12098         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
12100 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
12102         * window.el (window-min-height, window-min-width): Move here
12103         from window.c.  Add defcustoms and rewrite doc-strings.
12104         (resize-mini-window, resize-window): New functions.
12105         (adjust-window-trailing-edge, enlarge-window, shrink-window):
12106         Move here from window.c.
12107         (maximize-window, minimize-window): New functions.
12108         (delete-window, delete-other-windows, split-window): Move here
12109         from window.c.
12110         (window-split-min-size): New function.
12111         (split-window-keep-point): Mention split-window-above-each-other
12112         instead of split-window-vertically.
12113         (split-window-above-each-other, split-window-vertically):
12114         Rename split-window-vertically to split-window-above-each-other
12115         and provide defalias for old definition.
12116         (split-window-side-by-side, split-window-horizontally):
12117         Rename split-window-horizontally to split-window-side-by-side
12118         and provide defalias for the old definition.
12119         (ctl-x-map): Move bindings for delete-window,
12120         delete-other-windows and enlarge-window here from window.c.
12121         Replace bindings for split-window-vertically and
12122         split-window-horizontally by bindings for
12123         split-window-above-each-other and split-window-side-by-side.
12125         * cus-start.el (all): Remove entries for window-min-height and
12126         window-min-width.  Add entries for window-splits and
12127         window-nest.
12129 2011-06-09  Glenn Morris  <rgm@gnu.org>
12131         * calendar/appt.el (appt-mode-line): New function.
12132         (appt-check, appt-disp-window): Use it.
12134         * files.el (hack-one-local-variable-eval-safep):
12135         Allow minor-modes with explicit +/-1 arguments.
12137 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
12139         * term/xterm.el (xterm): Add defgroup.
12140         (xterm-extra-capabilities): Add defcustom to supply known xterm
12141         capabilities, skip querying them, or query them (default).
12142         (terminal-init-xterm): Use it.
12143         (terminal-init-xterm-modify-other-keys): New function to set up
12144         modifyOtherKeys support to simplify `terminal-init-xterm'.
12146 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
12148         * window.el (resize-window-reset, resize-window-reset-1)
12149         (resize-subwindows-skip-p, resize-subwindows-normal)
12150         (resize-subwindows, resize-other-windows, resize-this-window)
12151         (resize-root-window, resize-root-window-vertically)
12152         (window-deletable-p, window-or-subwindow-p)
12153         (frame-root-window-p): New functions.
12155 2011-06-09  Glenn Morris  <rgm@gnu.org>
12157         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12158         (ange-ftp-get-files): Use it.
12160 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
12162         * mail/sendmail.el (mail-recover-1, mail-recover):
12163         * files.el (recover-file, recover-session):
12164         Handle dired-listing-switches not being just a single short option.
12166 2011-06-09  Glenn Morris  <rgm@gnu.org>
12168         * calendar/appt.el (appt-display-message, appt-disp-window):
12169         Handle lists of appointments.
12171 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
12173         * window.el (one-window-p): Move down in code.
12174         Rewrite doc-string.
12175         (window-current-scroll-bars): Rewrite doc-string.
12176         Normalize live window argument.
12177         (walk-windows, get-window-with-predicate, count-windows):
12178         Rewrite doc-string.  Use window-list-1.
12179         (window-in-direction-2, window-in-direction, get-mru-window):
12180         New functions.
12182 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
12184         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12185         Doc fix (Bug#8713).
12187 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
12189         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12191 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
12193         * loadhist.el (unload-feature-special-hooks):
12194         Add `comint-output-filter-functions'.
12196 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
12198         * calendar/appt.el (appt-check): Move some initializations into the let.
12200 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
12202         * window.el (window-height): Defalias to window-total-height.
12203         (window-width): Defalias to window-body-width.
12205 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
12207         * image-mode.el (image-toggle-animation): New command.
12208         (image-mode-map): Bind it to RET.
12209         (image-mode): Update message.
12210         (image-toggle-display-image): Avoid a spurious cache flush.
12211         (image-transform-rotation): Doc fix.
12212         (image-transform-properties): Return quickly in the normal case.
12213         (image-animate-loop): Rename from image-animate-max-time.
12215         * image.el (image-animate-max-time): Move to image-mode.el.
12216         (create-animated-image): Remove unnecessary function.
12217         (image-animate): Rename from image-animate-start.  New arg.
12218         (image-animate-stop): Remove; just use image-animate-timer.
12219         (image-animate-timer): Use car-safe.
12220         (image-animate-timeout): Rename argument.
12222 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
12224         * window.el (get-lru-window, get-largest-window): Move here from
12225         window.c.  Rename first argument to ALL-FRAMES.
12226         Rephrase doc-strings.
12227         (get-buffer-window-list): Rewrite using window-list-1.
12228         Rephrase doc-string.
12229         (window-safe-min-height, window-safe-min-width): New constants.
12230         (window-size-ignore, window-min-size, window-min-size-1)
12231         (window-sizable, window-sizable-p, window-size-fixed-1)
12232         (window-size-fixed-p, window-min-delta-1, window-min-delta)
12233         (window-max-delta-1, window-max-delta, window-resizable)
12234         (window-resizable-p, window-total-height, window-total-width)
12235         (window-body-width): New functions.
12236         (window-full-height-p, window-full-width-p): Rewrite using
12237         window-total-size.
12238         (window-body-height): Rewrite using window-body-size.
12240 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
12242         * window.el (window-right, window-left, window-child)
12243         (window-child-count, window-last-child, window-any-p)
12244         (normalize-live-buffer, normalize-live-frame)
12245         (normalize-any-window, normalize-live-window)
12246         (window-iso-combination-p, window-iso-combined-p)
12247         (window-iso-combinations)
12248         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12249         (windows-with-parameter, window-with-parameter)
12250         (window-atom-root, make-window-atom, window-atom-check-1)
12251         (window-atom-check, window-side-check, window-check):
12252         New functions.
12253         (ignore-window-parameters, window-sides, window-sides-vertical)
12254         (window-sides-slots): New variables.
12255         (window-size-fixed): Move down in code.  Minor doc-string fix.
12257 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
12259         * comint.el (comint-dynamic-complete-as-filename)
12260         (comint-dynamic-complete-filename): Correctly call
12261         completion-in-region.
12263 2011-06-05  Deniz Dogan  <deniz@dogan.se>
12265         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12266         in last change.
12268 2011-06-05  Deniz Dogan  <deniz@dogan.se>
12270         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12271         (rcirc): Use it to prompt for encryption.
12273 2011-06-05  Roland Winkler  <winkler@gnu.org>
12275         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12276         (bibtex-search-entries): New command bound to C-c C-a.
12277         (bibtex-display-entries): New function.
12279 2011-06-05  Roland Winkler  <winkler@gnu.org>
12281         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12282         (bibtex-insert-kill): After yanking insert newline if necessary.
12283         (bibtex-initialize): Call bibtex-string-files-init only once.
12284         (bibtex-mode): Do not call easy-menu-add.
12285         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12286         (bibtex-yank): Set arg properly if nil.
12288 2011-06-05  Roland Winkler  <winkler@gnu.org>
12290         * textmodes/bibtex.el (bibtex-search-entry-globally):
12291         New variable.
12292         (bibtex-search-entry): Use it.
12294 2011-06-05  Roland Winkler  <winkler@gnu.org>
12296         * textmodes/bibtex.el (bibtex-entry-format): New option
12297         sort-fields.
12298         (bibtex-format-entry, bibtex-reformat): Honor this option.
12299         (bibtex-parse-entry): Return fields in proper order.
12301 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
12303         * doc-view.el (doc-view-remove-if): Move computation of result out
12304         of `dolist' to silence misleading lexical-binding warning.
12306 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
12308         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12309         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12311 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
12313         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12314         "SunOS 5.10".
12316 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
12318         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12319         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12320         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12321         (tramp-parse-putty):
12322         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12323         (tramp-completion-function-alist-ssh)
12324         (tramp-completion-function-alist-telnet)
12325         (tramp-completion-function-alist-su)
12326         (tramp-completion-function-alist-putty): Set `tramp-autoload'
12327         cookie.
12329         * net/tramp-ftp.el:
12330         * net/tramp-sh.el:
12331         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12332         load "tramp.el" `tramp-set-completion-function'.
12334 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12336         * shell.el: Require and use pcomplete.
12337         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12338         (shell-completion-vars): Set pcomplete-default-completion-function.
12340 2011-06-04  Deniz Dogan  <deniz@dogan.se>
12342         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12343         `memq' (Bug#8799).
12345 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12347         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12349 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
12351         * bs.el (bs--mark-unmark, bs--nth-wrapper):
12352         * mpc.el (mpc-select-extend, mpc-songpointer-context):
12353         * vc/log-view.el (log-view-beginning-of-defun):
12354         * vc/smerge-mode.el (smerge-apply-resolution-patch)
12355         (smerge-refine-forward, smerge-refine-chopup-region):
12356         Silence warning for unused `dotimes' counter variables.
12358 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12360         * net/tramp.el (tramp-with-progress-reporter): Rename from
12361         with-progress-reporter.  Use `declare'.
12362         * net/tramp-smb.el:
12363         * net/tramp-sh.el:
12364         * net/tramp-gvfs.el: Update all uses.
12366 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
12368         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12369         buffer isn't killed before making it current.
12371 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12373         Silence various byte-compiler warnings.
12374         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12375         `access-type' and new obsolescence format.
12376         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12377         new format.
12378         (byte-compile-check-variable): New `access-type' argument.
12379         Only warn if the access-type is obsolete.
12380         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12381         (byte-compile-variable-set): Adjust callers.
12382         * help-fns.el (describe-variable): Adjust to new obsolescence format.
12383         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12384         setting it as obsolete.
12385         * simple.el (minibuffer-completing-symbol):
12386         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12387         access as obsolete.
12388         * minibuffer.el (minibuffer-completing-file-name): Don't make it
12389         obsolete yet.
12390         * international/quail.el (quail-mouse-choose-completion): Remove unused
12391         code referring to obsolete var.
12392         (quail-choose-completion-string): Remove.
12393         * server.el (server-clients-with, server-kill-buffer-query-function)
12394         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12395         * proced.el (proced-send-signal):
12396         * emacs-lisp/lisp.el (lisp-complete-symbol):
12397         Replace completion-annotate-function with completion-extra-properties.
12399 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * simple.el (goto-line): Use read-number.
12402         (overriding-map-is-bound): Remove.
12403         (saved-overriding-map): Change default.
12404         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12405         Take the map as argument.
12406         (universal-argument, negative-argument, digit-argument): Use it.
12407         (restore-overriding-map): Adjust.
12408         (do-auto-fill): Use fill-forward-paragraph.
12409         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12411         * minibuffer.el (minibuffer-inactive-mode-map): New var.
12412         (minibuffer-inactive-mode): New major mode.
12413         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12414         the *Messages* buffer" hack.
12415         (mouse-popup-menubar): Don't burp if the event is a normal key.
12417         Miscellaneous tweaks.
12418         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12419         lexical scoping as in subr.el's dolist and dotimes.
12420         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12421         Silence compiler warning.
12422         * thingatpt.el (forward-whitespace): Trivial coding style fix.
12423         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12424         * international/ccl.el (ccl-compile): Trivial simplification.
12425         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12426         * emacs-lisp/testcover.el (testcover-end): Remove spurious
12427         `printflag' argument.
12428         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12429         Purecopy the whole obsolescence data.
12431 2011-06-01  Leo Liu  <sdl.web@gmail.com>
12433         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12434         improve doc-string as suggested by Marco Pessotto
12435         <melmothx@gmail.com>.
12436         (rcirc-print): Fix last change.
12438 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12440         * minibuffer.el (complete-with-action): Return nil for the metadata and
12441         boundaries of non-functional tables.
12442         (completion-table-dynamic): Return nil for the metadata.
12443         (completion-table-with-terminator): Add default case, using
12444         complete-with-action.
12445         (completion--metadata): New function.
12446         (completion-all-sorted-completions, minibuffer-completion-help): Use it
12447         to try and avoid pathological performance problems.
12448         (completion--embedded-envvar-table): Return `category' metadata.
12450 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452         * subr.el (process-alive-p): New tiny convenience function.
12454 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12456         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12457         content but also its previous major mode.
12459 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
12461         * emacs-lisp/debug.el (debug): Restore the previous content of the
12462         *Backtrace* buffer when we exit with C-M-c.
12464 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12466         * minibuffer.el: Add metadata method to completion tables.
12467         (completion-category-overrides): New defcustom.
12468         (completion-metadata, completion--field-metadata)
12469         (completion-metadata-get, completion--styles)
12470         (completion--cycle-threshold): New functions.
12471         (completion-try-completion, completion-all-completions):
12472         Add `metadata' argument to choose completion-styles.
12473         (completion--do-completion): Use metadata to choose cycling.
12474         (completion-all-sorted-completions): Use metadata for sorting.
12475         Remove :completion-cycle-penalty which is not needed any more.
12476         (completion--try-word-completion): Add `metadata' argument.
12477         (minibuffer-completion-help): Check metadata for annotation function
12478         and sorting.
12479         (completion-file-name-table): Return `category' metadata.
12480         (minibuffer-completing-file-name): Make obsolete.
12481         * simple.el (minibuffer-completing-symbol): Make obsolete.
12482         * icomplete.el (icomplete-completions): Pass new `metadata' param to
12483         completion-try-completion.
12485 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12489 2011-05-30  Leo Liu  <sdl.web@gmail.com>
12491         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
12492         (rcirc-print): Decode all incoming messages (bug#8744).
12493         (rcirc-decode-coding-system): Allow value nil for automatic coding
12494         system detection.
12496 2011-06-01  Glenn Morris  <rgm@gnu.org>
12498         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12500 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
12502         * image.el (image-animate-max-time): Allow nil and t values.
12503         Default to nil.
12504         (create-animated-image): Doc fix.
12505         (image-animate-start): Remove second arg; just use
12506         image-animate-max-time.
12507         (image-animate-timeout): Doc fix.  Args changed.
12509         * image-mode.el (image-toggle-display-image): Ensure that the
12510         image spec passed to the animate timer is the same object as in
12511         the buffer's display property (Bug#6981).
12512         (image-transform-properties): Doc fix.
12514         * image.el (image-animate-max-time): Default to nil.
12516 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
12518         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12519         entire buffer list (Bug#8184).
12521 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
12523         * image.el (imagemagick-types-inhibit)
12524         (imagemagick-register-types): Doc fix.
12526 2011-05-29  Deniz Dogan  <deniz@dogan.se>
12528         * net/rcirc.el (rcirc): Use the user's stored encryption method by
12529         default.
12531 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
12533         * select.el: Don't perform clipboard-manager saving in hooks;
12534         leave the hooks empty.
12536 2011-05-28  Leo Liu  <sdl.web@gmail.com>
12538         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12539         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
12540         (occur-edit-mode): New major mode (Bug#8463).
12541         (occur-after-change-function): New function.
12542         (occur-engine): Give Occur tags a read-only property.
12544 2011-05-28  Kevin Ryde  <user42@zip.com.au>
12546         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12548 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
12550         * bindings.el (help-echo): Make the initial non-indicator dash
12551         empty on graphical terminals (Bug#7295).
12553         * files.el (auto-mode-alist): Move config rule after the
12554         in-stripping one (Bug#8547).
12556         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12558         * startup.el (normal-splash-screen): Remove gratuitous mode-line
12559         setting (Bug#8740).
12561 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
12563         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12564         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12565         (Bug#8539).
12567 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
12569         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12571 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
12573         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12574         (hs-hide-block-at-point, hs-find-block-beginning)
12575         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12576         (Bug#8279).
12578 2011-05-28  Glenn Morris  <rgm@gnu.org>
12580         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
12582 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
12584         * help-fns.el (describe-function-1): If the function is a derived
12585         major mode, print the parent mode.
12587         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12588         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12590 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * minibuffer.el (completion--capf-wrapper): Check applicability before
12593         returning non-nil for non-exclusive completion data.
12594         * progmodes/etags.el (tags-completion-at-point-function):
12595         * info-look.el (info-lookup-completions-at-point): Mark as
12596         non-exclusive.
12597         (info-complete): Adjust accordingly.
12599         * info-look.el: Convert to lexical-binding and completion-at-point.
12600         (info-lookup-completions-at-point): New function.
12601         (info-complete): Use it and completion-in-region.
12603 2011-05-28  Drew Adams  <drew.adams@oracle.com>
12605         * isearch.el: Let M-e start with point at the first mismatched char.
12606         (isearch-fail-pos): New function.
12607         (isearch-edit-string): Use it.
12609 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
12611         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12613 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
12615         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
12616         traversal functions for avl-trees.
12617         (avl-tree--stack): New struct.
12618         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12619         (avl-tree-enter): Add optional `updatefun' arg.
12620         (avl-tree--do-enter): Add optional `updatefun' arg.
12621         Change return value.
12622         (avl-tree-delete): Add optional `test' and `nilflag' args.
12623         (avl-tree--do-delete): Add `test' and `nilflag' args.
12624         Change return value.
12625         (avl-tree-member): Add optional `nilflag'
12626         (avl-tree-member-p): New function.
12627         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12628         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12629         (avl-tree-stack-empty-p): New functions.
12631         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12632         avl-tree--del-balance1 and make it work both ways.
12633         (avl-tree--del-balance2): Remove.
12634         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12635         make it work both ways.
12636         (avl-tree--enter-balance2): Remove.
12637         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12638         New macros.
12639         (avl-tree--mapc, avl-tree-map): Add direction argument.
12641 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
12643         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12645 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
12647         * select.el: Support clipboard managers with built-in function
12648         x-clipboard-manager-save, via delete-frame-functions and
12649         kill-emacs-hook.
12650         (xselect-convert-to-targets): Add MULTIPLE target to list.
12651         (xselect-convert-to-save-targets): New function.
12653 2011-05-27  Kenichi Handa  <handa@m17n.org>
12655         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12656         let-binding rfc2047-encode-encoded-words to nil.
12658 2011-05-27  Glenn Morris  <rgm@gnu.org>
12660         * mail/emacsbug.el: Don't require url-util.
12662         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
12664         * files.el (set-auto-mode):
12665         Also respect mode: entries at the end of the file.  (Bug#8586)
12667 2011-05-26  Glenn Morris  <rgm@gnu.org>
12669         * files.el (hack-local-variables-prop-line, hack-local-variables):
12670         Downcase mode names, as seems to be traditional.
12671         (hack-local-variables, hack-local-variables-apply): Doc fixes.
12673         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12674         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
12676 2011-05-25  Julien Danjou  <julien@danjou.info>
12678         * textmodes/rst.el (rst-define-level-faces): Do not define face
12679         symbol if it is already defined.
12681 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12683         * play/5x5.el (5x5-new-game, 5x5-randomize):
12684         Reset 5x5-solver-output to nil when a new grid is cast.
12685         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12686         these debugging traces, as defmacro breaks the compiled code.
12688 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
12690         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12692 2011-05-24  Leo Liu  <sdl.web@gmail.com>
12694         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12695         (vc-bzr-sha1): Adapt.
12697         * sha1.el: Remove.  Function `sha1' is now builtin.
12699         * bindings.el: Provide sha1 feature.
12701 2011-05-24  Kenichi Handa  <handa@m17n.org>
12703         * mail/sendmail.el: Require `rfc2047'.
12704         (mail-insert-from-field): Do not perform RFC2047 encoding.
12705         (mail-encode-header): New function.
12706         (sendmail-send-it): Set buffer-file-coding-system of the work
12707         buffer to the return value of select-message-coding-system.
12708         Call mail-encode-header.
12710         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12712 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
12714         * mail/supercite.el (sc-default-cite-frame):
12715         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
12717 2011-05-24  Glenn Morris  <rgm@gnu.org>
12719         * progmodes/python.el (brm-menu): Declare.
12721         * emulation/viper.el (viper-set-hooks): Declare.
12723         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12724         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12725         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12726         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
12727         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
12728         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
12730 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12732         Add an :exit-function for completion-at-point.
12734         * minibuffer.el (completion--done): New fun.
12735         (completion--do-completion): Use it.  New arg `expect-exact'.
12736         (minibuffer-complete, minibuffer-complete-word): Don't output message,
12737         since completion--do-completion does it for us now.
12738         (minibuffer-force-complete): Use completion--done and
12739         completion--replace.  Handle sole-completion case with more care.
12740         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
12741         (completion-extra-properties): New var.
12742         (completion-annotate-function): Make obsolete.
12743         (minibuffer-completion-help): Adjust accordingly.
12744         Use completion-list-insert-choice-function.
12745         (completion-at-point, completion-help-at-point):
12746         Bind completion-extra-properties.
12747         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
12748         * simple.el (completion-list-insert-choice-function): New var.
12749         (completion-setup-function): Preserve it.
12750         (choose-completion): Pay attention to it, shuffle the code a bit.
12751         (choose-completion-string): New arg `insert-function'.
12753         * textmodes/bibtex.el: Convert to lexical binding.
12754         (bibtex-mode-map): Use completion-at-point.
12755         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
12756         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
12757         (bibtex-complete): Define as obsolete alias.
12758         (bibtex-complete-internal): Remove.
12759         (bibtex-format-entry): Remove unused sub-group in regexp.
12760         * shell.el (shell--command-completion-data)
12761         (shell-environment-variable-completion):
12762         * pcomplete.el (pcomplete-completions-at-point):
12763         * comint.el (comint--complete-file-name-data): Use :exit-function
12764         instead of completion-table-with-terminator so it also works for
12765         choose-completion.
12767 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12769         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
12771         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
12772         (bug#8710).
12774         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
12776 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
12778         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
12779         customization variable and implement: If non-nil, auto-fill will
12780         be inhibited while on topic's header line.
12782 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12784         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
12785         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
12786         always have a solution in grid size = 5 cases.
12787         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
12788         (5x5-solver-output, 5x5-log-buffer): New vars.
12789         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
12790         Make these variables buffer local to achieve 5x5 multi-session-ness.
12791         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
12792         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12793         (5x5-solve-suggest): New funs.
12794         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
12795         randomize a grid so that we ensure that there is always a solution.
12796         (5x5-make-random-grid): Allow other movement than flipping.
12798 2011-05-23  Kevin Ryde  <user42@zip.com.au>
12800         * emacs-lisp/advice.el (ad-read-advised-function):
12801         Use `function-called-at-point' as the default, if it has
12802         advice and passes PREDICATE.
12804 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12806         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
12807         byte-compile-lambda if it's actually a lambda.
12809         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
12810         Fix function quoting.  Use backquote better.
12812 2011-05-22  Yuanle Song  <sylecn@gmail.com>
12814         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
12815         matching (Bug#8516).
12817 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
12819         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
12820         different face (Bug#8178).
12822 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
12824         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
12825         defface (Bug#8144).
12827 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
12830         funcall as well (bug#8712).  Warn when performing those conversions.
12831         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
12833         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
12835 2011-05-22  Glenn Morris  <rgm@gnu.org>
12837         * files.el (hack-local-variables-prop-line): Small simplifications.
12838         (hack-local-variables, hack-local-variables-prop-line):
12839         If MODE-ONLY, return the mode, rather than just `t'.
12841 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12843         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
12845 2011-05-21  Glenn Morris  <rgm@gnu.org>
12847         * files.el (hack-local-variables-prop-line, hack-local-variables):
12848         If only interested in the mode, don't bother doing the other stuff.
12850         * image-mode.el (image-after-revert-hook):
12851         Redraw all frames on which the image is visible.  (Bug#8567)
12853         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
12855         * wid-edit.el (widget-checklist-match-inline):
12856         Fix 2011-04-19 change.  (Bug#8649)
12858 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12860         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12861         Also allow singlespace after single-letter capitals followed by a dot.
12863         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
12864         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
12866 2011-05-20  Nix  <nix@esperi.org.uk>
12868         * files.el (basic-save-buffer-2):
12869         Fix handling of break-hardlink-on-save with non-existent files.
12871 2011-05-19  Deniz Dogan  <deniz@dogan.se>
12873         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
12874         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
12876 2011-05-19  Glenn Morris  <rgm@gnu.org>
12878         * progmodes/f90.el (f90-type-def-re):
12879         Handle "type, bind(c)".  (Bug#8691)
12881         * emacs-lisp/autoload.el (batch-update-autoloads):
12882         Set autoload-excludes by parsing loadup.el rather than Makefiles.
12884 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
12886         * net/tramp.el (tramp-process-actions): Set "first-password-request"
12887         property for the correct connection in case of multihops.
12889 2011-05-18  Glenn Morris  <rgm@gnu.org>
12891         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
12892         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
12894         Rationalize calendar handling of day and month abbrev-arrays.
12895         * calendar/calendar.el (calendar-customized-p): New function.
12896         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
12897         (calendar-day-name-array, calendar-month-name-array): Doc fix.
12898         Add :set function.
12899         (calendar-abbrev-length, calendar-day-abbrev-array)
12900         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
12901         (calendar-day-abbrev-array, calendar-month-abbrev-array):
12902         Elements may no longer be nil.
12903         (calendar-day-name, calendar-month-name):
12904         Update for changed nature of abbrev arrays.
12905         * calendar/diary-lib.el (diary-name-pattern):
12906         Update for changed nature of abbrev arrays.
12907         (diary-mark-entries-1): Update calendar-make-alist calls.
12908         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
12909         * calendar/cal-html.el (cal-html-day-abbrev-array):
12910         Simply inherit from calendar-day-abbrev-array.
12912 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12914         * progmodes/grep.el (grep-mode): Disable default
12915         compilation-directory-matcher setting (bug#8684).
12917 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
12919         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
12920         instead of "head" and "tail".  There were problems with SunOS 5.9,
12921         and it performs better.
12923 2011-05-17  Glenn Morris  <rgm@gnu.org>
12925         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
12927         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
12928         Replace obsolete function.
12930         * shell.el (pcomplete-parse-arguments-function): Declare.
12932         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
12933         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
12934         (appt-check): Doc fixes.
12935         (appt-disp-window-function, appt-delete-window-function):
12936         Remove needless special case in custom :type.
12937         (appt-display-count): Default to 0, not nil.
12938         (appt-check): Reset appt-display-count to 0, not nil.
12940 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
12942         * progmodes/python.el (python-font-lock-keywords):
12943         Add the Python 3.X keyword "nonlocal" (bug#8639).
12945 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12947         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
12949 2011-05-16  Kevin Ryde  <user42@zip.com.au>
12951         * info-look.el (makefile-automake-mode): New setups, looking in
12952         automake manual, then makefile-mode.
12953         (makefile-mode): Remove automake manual, have it just in
12954         makefile-automake-mode since there's various things different or
12955         not relevant to plain make.
12956         (makefile-mode): Remove "other-modes" non-existent automake-mode,
12957         believe a hypothetical automake-mode would go to makefile-mode,
12958         not the other way around.
12960 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
12962         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
12963         hunk-end tags (Bug#8672).
12965         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
12966         vc-annotate-show-diff-revision-at-line (Bug#8671).
12968 2011-05-14  Glenn Morris  <rgm@gnu.org>
12970         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
12971         in the middle of an existing one with multiple authors.  (Bug#8645)
12972         (change-log-font-lock-keywords): Also handle multiple author lines
12973         with leading tabs.  (Bug#8644)
12975         * calendar/appt.el (appt-check): Rename some local variables.
12976         Some simplification/reordering.
12978         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
12979         (feedmail-sendmail-f-doesnt-sell-me-out)
12980         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12981         (feedmail-debug-sit-for, feedmail-queue-express-hook)
12982         (feedmail-queue-runner-message-sender): Set :version.
12983         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
12984         (bbdb-dwim-net-address, vm-mail): Declare.
12985         (feedmail-binmail-gnulinuxish-template):
12986         Rename from feedmail-binmail-linuxish-template.
12987         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12988         Use insert-buffer-substring.
12990 2011-05-14  Bill Carpenter  <bill@carpenter.org>
12992         * mail/feedmail.el (feedmail-patch-level): Increase.
12993         (feedmail-debug): New custom group.
12994         (feedmail-confirm-outgoing-timeout)
12995         (feedmail-sendmail-f-doesnt-sell-me-out)
12996         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
12997         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
12998         (feedmail-sender-line, feedmail-from-line)
12999         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
13000         (feedmail-spray-this-address)
13001         (feedmail-spray-address-fiddle-plex-list)
13002         (feedmail-queue-use-send-time-for-date)
13003         (feedmail-queue-use-send-time-for-message-id)
13004         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13005         (feedmail-buffer-eating-function):
13006         Doc fixes.
13007         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13008         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13009         (feedmail-message-action-scroll-down): New functions.
13010         (feedmail-queue-directory, feedmail-queue-draft-directory):
13011         Use expand-file-name.
13012         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13013         Remove C-v help entry.
13014         (feedmail-queue-buffer-file-name): New variable.
13015         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13016         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13017         (feedmail-message-action-send-strong, feedmail-message-action-edit)
13018         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13019         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13020         (feedmail-message-action-toggle-spray)
13021         (feedmail-run-the-queue-no-prompts)
13022         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13023         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13024         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13025         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13026         (feedmail-envelope-deducer, feedmail-fiddle-from)
13027         (feedmail-fiddle-sender, feedmail-default-date-generator)
13028         (feedmail-fiddle-date, feedmail-fiddle-message-id)
13029         (feedmail-fiddle-spray-address)
13030         (feedmail-fiddle-list-of-spray-fiddle-plexes)
13031         (feedmail-fiddle-list-of-fiddle-plexes)
13032         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13033         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13034         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13035         Change default.  Doc fix.
13036         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13037         (feedmail-binmail-linuxish-template): New constant.
13038         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
13039         Respect feedmail-sendmail-f-doesnt-sell-me-out.
13040         (feedmail-send-it): Add debug call.
13041         Use feedmail-queue-buffer-file-name, and
13042         feedmail-send-it-immediately-wrapper.
13043         (feedmail-message-action-send): Add debug call.
13044         Use feedmail-send-it-immediately-wrapper.
13045         (feedmail-queue-express-to-queue): Add debug call.
13046         Run feedmail-queue-express-hook.
13047         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
13048         (feedmail-message-action-help-blat):
13049         Rename from feedmail-queue-send-edit-prompt-help-first.
13050         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
13051         Check line-endings.  Handle errors better.
13052         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13053         Doc fix.  Add debug call.
13054         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
13055         Use feedmail-queue-send-edit-prompt-inner.
13056         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13057         (feedmail-queue-send-edit-prompt-inner): New function, extracted
13058         from feedmail-queue-send-edit-prompt.
13059         (feedmail-queue-send-edit-prompt-help)
13060         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13061         (feedmail-tidy-up-slug): Add debug call.
13062         Respect feedmail-queue-slug-suspect-regexp.
13063         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13064         (feedmail-dump-message-to-queue): Add debug call.
13065         Expand queue-directory.
13066         (feedmail-dump-message-to-queue): Change message slightly.
13067         Use feedmail-say-chatter.
13068         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
13069         (feedmail-send-it-immediately-wrapper): New function.
13070         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
13071         Insert empty string rather than newline.  Handle full-frame case.
13072         Use catch/throw.  Use feedmail-say-chatter.
13073         (feedmail-fiddle-from): Try mail-host-address.
13074         (feedmail-default-message-id-generator): Doc fix.
13075         Bind system-time-locale.  Handle missing end.
13076         (feedmail-fiddle-x-mailer): Add debug call.
13077         Handle feedmail-x-mailer-line being nil.
13078         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13079         Add debug call.  Use buffer-substring-no-properties.
13080         (feedmail-say-debug, feedmail-say-chatter): New functions.
13081         (feedmail-find-eoh): Give an explicit error.
13083 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
13085         * net/newst-treeview.el (newsticker-treeview-face): Change default
13086         family from helvetica to sans.
13087         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
13088         etc/images/newsticker.
13090         * net/newst-reader.el (newsticker-feed-face): Change default
13091         family from helvetica to sans.
13093         * net/newst-plainview.el (newsticker-new-item-face)
13094         (newsticker-old-item-face, newsticker-immortal-item-face)
13095         (newsticker-obsolete-item-face, newsticker-date-face)
13096         (newsticker-statistics-face): Change default family from
13097         helvetica to sans.
13098         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
13099         etc/images/newsticker.
13101         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13102         (newsticker--process-auto-mark-filter-match): Tell user about
13103         auto-marking.
13105 2011-05-13  Didier Verna  <didier@xemacs.org>
13107         Common Lisp indentation improvements on defmethod and lambda-lists.
13108         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13109         TODO entries.
13110         (lisp-lambda-list-keyword-parameter-indentation)
13111         (lisp-lambda-list-keyword-parameter-alignment)
13112         (lisp-lambda-list-keyword-alignment): New customizable user options.
13113         (lisp-indent-defun-method): Improve docstring.
13114         (extended-loop-p): Fix comment.
13115         (lisp-indent-lambda-list-keywords-regexp): New variable.
13116         (lisp-indent-lambda-list): New function.
13117         (lisp-indent-259): Use it.
13118         (lisp-indent-defmethod): Support for more than one
13119         method qualifier and properly indent methods lambda-lists.
13120         (defgeneric): Provide a missing common-lisp-indent-function property.
13122 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13124         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13125         bounds for the empty string (bug#8667).
13127 2011-05-13  Glenn Morris  <rgm@gnu.org>
13129         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13131         * mail/sendmail.el (sendmail-program): Try executable-find first.
13132         (sendmail-send-it): `sendmail-program' cannot be unbound.
13134         * calendar/appt.el (appt-make-list): Simplify.
13135         (appt-time-msg-list): Doc fix.
13136         (appt-check): Change mode-line message at the time of the appointment.
13138 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
13140         * progmodes/ld-script.el (ld-script-keywords)
13141         (ld-script-builtins): Update keywords list.
13143 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13145         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13147         * shell.el (shell-completion-vars): New function.
13148         (shell-mode):
13149         * simple.el (read-shell-command): Use it.
13150         (blink-matching-open): No need for " [...]" in minibuffer-message.
13152 2011-05-12  Glenn Morris  <rgm@gnu.org>
13154         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13155         (appt-check): Simplify.
13157 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
13159         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
13160         literal "/dev/null".
13162 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13164         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13165         Fix typo.
13167 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
13169         * progmodes/which-func.el (which-function):
13170         Use add-log-current-defun instead of add-log-current-defun-function,
13171         which might not be defined (Bug#8260).
13173 2011-05-12  Glenn Morris  <rgm@gnu.org>
13175         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13176         Let byte-compile-initial-macro-environment always take precedence.
13178 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13180         * net/rcirc.el: Add support for SSL/TLS connections.
13181         (rcirc-server-alist): New field `encryption'.
13182         (rcirc): Check `encryption' settings.
13183         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
13184         Merge make-local-variable into `set'.
13185         (rcirc--connection-open-p): New function.
13186         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13187         the process is not a network process (e.g. running gnutls-cli).
13188         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13189         Make rcirc-(en|de)code-coding-system local here.
13190         (rcirc-mode): Merge make-local-variable into `set'.
13191         (rcirc-parent-buffer): Make permanent buffer-local.
13192         (rcirc-multiline-minor-mode): Don't do it here.
13193         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13194         there's no server buffer.
13196 2011-05-11  Glenn Morris  <rgm@gnu.org>
13198         * newcomment.el (comment-kill): Prefix "unused" local.
13200         * term/w32console.el (get-screen-color): Declare.
13202         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13203         Handle symbol elements of byte-compile-initial-macro-environment.
13205 2011-05-10  Leo Liu  <sdl.web@gmail.com>
13207         * bookmark.el (bookmark-bmenu-mode-map):
13208         Bind bookmark-bmenu-search to `/'.
13210         * mail/footnote.el: Convert to utf-8 encoding.
13211         (footnote-unicode-string, footnote-unicode-regexp): New variable.
13212         (Footnote-unicode): New function.
13213         (footnote-style-alist): Add unicode style to the list.
13214         (footnote-style): Doc fix.
13216 2011-05-10  Jim Meyering  <meyering@redhat.com>
13218         Fix doubled-word typos.
13219         * international/quail.el (quail-insert-kbd-layout): and and -> and
13220         * kermit.el: and and -> and
13221         * net/ldap.el (ldap-search-internal): to to -> to
13222         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13223         * progmodes/js.el (js-mode): and and -> and
13224         * textmodes/artist.el (artist-move-to-xy): at at -> at
13225         (artist-draw-region-trim-line-endings): if if -> if
13226         And Safetyc -> Safety.
13227         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13229 2011-05-10  Glenn Morris  <rgm@gnu.org>
13230             Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * files.el (hack-one-local-variable-eval-safep):
13233         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
13235 2011-05-10  Glenn Morris  <rgm@gnu.org>
13237         * calendar/diary-lib.el (diary-list-entries-hook)
13238         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13239         (diary-nongregorian-marking-hook, diary-list-entries)
13240         (diary-include-other-diary-files, diary-mark-entries)
13241         (diary-mark-included-diary-files): Doc fixes.
13243 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
13245         * misc.el: Require tabulated-list.el during compilation.
13247 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
13249         * progmodes/compile.el (compilation-start):
13250         Run compilation-filter-hook for the async case too.
13251         (compilation-filter-hook): Doc fix.
13253 2011-05-09  Deniz Dogan  <deniz@dogan.se>
13255         * wdired.el: Remove outdated installation comment.  Fix usage
13256         comment.
13258 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
13260         * misc.el: Implement new command `list-dynamic-libraries'.
13261         (list-dynamic-libraries--loaded-only-p): New variable.
13262         (list-dynamic-libraries--refresh): New function.
13263         (list-dynamic-libraries): New command.
13265 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
13267         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13268         Fix the ant regexp to handle end-line and end-column info from jikes.
13269         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
13270         higher priority to avoid clobbering by gnu.
13272 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
13274         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13275         if the face has existing theme settings (Bug#8454).
13277 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
13279         * progmodes/perl-mode.el (perl-imenu-generic-expression):
13280         Only match variables declared via `my' or `our' (Bug#8261).
13282         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13283         special file names `.' and `..' (Bug#8259).
13285 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
13287         * progmodes/grep.el (grep-mode-font-lock-keywords):
13288         Remove buffer-changing entries.
13289         (grep-filter): New function.
13290         (grep-mode): Add it to compilation-filter-hook.
13292         * progmodes/compile.el (compilation-filter-hook)
13293         (compilation-filter-start): New defvars.
13294         (compilation-filter): Call compilation-filter-hook prior to
13295         updating the process mark.
13297 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13301 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
13303         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13304         mailclient-send-it even if window-system is nil.  (Bug#8595)
13306         * term/w32console.el (terminal-init-w32console):
13307         Call get-screen-color and use its output to set the frame
13308         background-mode.  (Bug#8597)
13310 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13312         Make bytecomp.el understand that defmethod defines funs (bug#8631).
13313         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13314         New functions.
13315         (defgeneric, eieio--defmethod): Use them.
13316         (eieio-defgeneric): Remove.
13317         (defmethod): Call defgeneric in a way visible to the byte-compiler.
13319 2011-05-07  Glenn Morris  <rgm@gnu.org>
13321         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13322         Use let rather than let*.
13323         (timeclock-find-discrep): Remove unused local.
13325         * calendar/diary-lib.el (diary-comment-start): Doc fix.
13327         * calendar/appt.el (appt-time-msg-list): Doc fix.
13329 2011-05-06  Noah Friedman  <friedman@splode.com>
13331         * apropos.el (apropos-print-doc): Only use
13332         emacs-lisp-docstring-fill-column when it is bound to an integer,
13333         per that variable's documentation.
13335 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13337         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
13338         and warnings are not silently discarded (e.g. use -d instead of -P).
13340 2011-05-06  Glenn Morris  <rgm@gnu.org>
13342         * calendar/appt.el (appt-message-warning-time): Doc fix.
13343         (appt-warning-time-regexp): New option.
13344         (appt-make-list): Respect appt-message-warning-time.
13346         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13347         New options.
13348         (diary-add-to-list): Strip comments from the displayed string.
13349         (diary-mode): Set comment-start and comment-end.
13351         * vc/diff-mode.el (smerge-refine-subst): Declare.
13352         (diff-refine-hunk): Don't require smerge-mode when compiling.
13354 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
13356         * simple.el (list-processes): Return nil as the docstring says.
13358 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
13360         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13361         to "".
13362         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13363         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13364         determining of binary transfer.  (Bug#7383)
13366 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
13368         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13369         Fix port computation bug.  (Bug#8618)
13371 2011-05-05  Glenn Morris  <rgm@gnu.org>
13373         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13375         * simple.el (shell-dynamic-complete-functions)
13376         (comint-dynamic-complete-functions): Declare.
13378         * net/network-stream.el (gnutls-negotiate):
13379         * simple.el (tabulated-list-print): Fix declarations.
13381         * progmodes/gud.el (syntax-symbol, syntax-point):
13382         Remove unnecessary and incorrect declarations.
13384         * emacs-lisp/check-declare.el (check-declare-scan):
13385         Handle byte-compile-initial-macro-environment in bytecomp.el
13387 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13389         Fix earlier half-done eieio-defmethod change (bug#8338).
13390         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13391         Streamline and change calling convention.
13392         (defmethod): Adjust accordingly and simplify.
13393         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13394         new eieio--defmethod.
13395         (slot-boundp): Minor CSE simplification.
13397 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
13399         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13400         (glasses-make-readable): Use glasses-separate-capital-groups.
13402 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
13404         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13405         (warning-series): Doc fix.
13406         (display-warning): Don't try to create the buffer if we just found it.
13408 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
13410         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13411         (autoload-find-generated-file): New function.
13412         (generate-file-autoloads): Bind generated-autoload-file to
13413         buffer-file-name.
13414         (update-file-autoloads, update-directory-autoloads):
13415         Use autoload-find-generated-file.  If called interactively, prompt for
13416         output file (Bug#7989).
13417         (batch-update-autoloads): Doc fix.
13419 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
13421         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13423 2011-05-04  Glenn Morris  <rgm@gnu.org>
13425         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13426         function, so it follows changes in calendar-date-style.
13427         (diary-fancy-date-matcher): New function.
13428         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13429         (diary-fancy-font-lock-fontify-region-function):
13430         Use diary-fancy-date-pattern as a function.
13432         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13433         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
13435 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
13437         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13438         instead of positional arguments.  Allow :keylist and :crlfiles
13439         arguments.
13440         (open-gnutls-stream): Call it.
13442         * net/network-stream.el (network-stream-open-starttls): Adjust to
13443         call `gnutls-negotiate' with :process and :hostname arguments.
13445 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13447         * minibuffer.el (completion--message): New function.
13448         (completion--do-completion, minibuffer-complete)
13449         (minibuffer-force-complete, minibuffer-complete-word): Use it.
13450         (completion--do-completion): Don't ignore completion-auto-help when in
13451         icomplete-mode.
13453         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13454         internal encoding (e.g. tibetan zero is not whitespace).
13455         (global-whitespace-mode): Prefer save-current-buffer.
13456         (whitespace-trailing-regexp): Remove useless save-match-data.
13457         (whitespace-empty-at-bob-regexp): Minor simplification.
13459 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
13461         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13463 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13465         * textmodes/ispell.el (ispell-add-per-file-word-list):
13466         Use `concat' to create string for insertion.
13468 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13470         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13471         Avoid open-line which runs post-self-insert-hook.
13472         (bibtex-fill-entry): Remove unused `end' var.
13474 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
13476         * textmodes/ispell.el (ispell-add-per-file-word-list):
13477         Protect against `nil' value of `comment-start' (Bug#8579).
13479 2011-05-03  Leo Liu  <sdl.web@gmail.com>
13481         * isearch.el (isearch-yank-pop): New command.
13482         (isearch-mode-map): Bind it to `M-y'.
13483         (isearch-forward): Mention it.
13485 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13487         * simple.el (minibuffer-complete-shell-command): Remove.
13488         (minibuffer-local-shell-command-map): Use completion-at-point.
13489         (read-shell-command): Setup completion vars here instead.
13490         (read-expression-map): Bind TAB to symbol completion.
13492         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13493         error directly rather via storing it into `results'.
13495 2011-05-02  Leo Liu  <sdl.web@gmail.com>
13497         * vc/diff.el: Fix description.
13499 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501         * server.el (server-eval-at): New function.
13503 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505         * net/network-stream.el (open-network-stream): Take a :nowait
13506         parameter and pass it on to `make-network-process'.
13507         (network-stream-open-plain): Ditto.
13509 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
13511         * faces.el (face-spec-set-match-display): Don't match toolkit
13512         options on terminal frames.
13514 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13516         * progmodes/pascal.el: Use lexical binding.
13517         (pascal-mode-map): Remove author preferences.
13519         * pcomplete.el (pcomplete-std-complete): Don't abuse
13520         completion-at-point.
13522 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
13524         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13525         removing code that has been dead since 1991 or so.
13527         * startup.el (command-line): When warning about "_emacs", use a
13528         delayed warning to allow the user to filter it out.
13530 2011-04-28  Deniz Dogan  <deniz@dogan.se>
13532         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13533         user has not joined.
13535 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13537         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13538         aren't any completions at point.
13540 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
13542         * subr.el (display-delayed-warnings): New function.
13543         (delayed-warnings-hook): New variable.
13545 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13547         * minibuffer.el (completion-at-point, completion-help-at-point):
13548         Don't presume that a given completion-at-point-function will always
13549         use the same calling convention.
13551         * pcomplete.el (pcomplete-completions-at-point):
13552         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
13553         pcomplete-seen is non-nil.
13554         (pcomplete-comint-setup): Also recognize the new comint/shell
13555         completion functions.
13556         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13557         pcomplete-seen is non-nil.
13559 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
13561         * calendar/icalendar.el (diary-lib): Add require statement.
13562         (icalendar--create-uid): Read out a uid from a text-property on
13563         the first character in the entry.  This allows for code to add its
13564         own uid to the entry.
13565         (icalendar--convert-float-to-ical): Add export of
13566         `diary-float'-entries save for those with the optional DAY
13567         argument.
13569 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
13571         * subr.el (shell-quote-argument): Use alternate escaping strategy
13572         when we spot a variable reference in a string.
13574 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
13576         * cus-start.el (all): Define customization for debug-on-event.
13578 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
13580         * subr.el (shell-quote-argument): Escape correctly under Windows.
13582 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13584         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13586 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
13588         * net/tramp.el (tramp-process-actions): Add POS argument.
13589         Delete region between POS and (pos).
13591         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13592         Use `nil' position in `tramp-process-actions' call.
13593         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13595         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13596         position in `tramp-process-actions' call.
13598         * net/trampver.el: Update release number.
13600 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13602         * custom.el (defcustom): Obey lexical-binding.
13604         Fix octave-inf completion problems reported by Alexander Klimov.
13605         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13606         Inherit from octave-mode-syntax-table.
13607         (inferior-octave-mode): Set info-lookup-mode.
13608         (inferior-octave-completion-at-point): New function.
13609         (inferior-octave-complete): Use it and completion-in-region.
13610         (inferior-octave-dynamic-complete-functions): Use it as well, and use
13611         comint-filename-completion.
13612         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13613         symbol elements which shouldn't be word elements.
13614         (octave-font-lock-keywords, octave-beginning-of-defun)
13615         (octave-function-header-regexp): Adjust regexps accordingly.
13616         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13618 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
13620         * net/gnutls.el (gnutls-errorp): Declare before first use.
13622 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
13624         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13625         verify-error, and verify-hostname-error parameters.  Check whether
13626         default trustfile exists before going to use it.  Add missing
13627         argument to gnutls-message-maybe call.  Return value.
13628         Reported by Claudio Bley <claudio.bley@gmail.com>.
13629         (open-gnutls-stream): Add usage example.
13631         * net/network-stream.el (network-stream-open-starttls): Give host
13632         parameter to `gnutls-negotiate'.
13633         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
13634         * subr.el (shell-quote-argument): Escape correctly under Windows.
13636 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
13638         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13639         Use correct match group (bug#8438).
13641 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
13643         * emacs-lisp/package.el (package-built-in-p): Fix typo.
13644         (package-menu--generate): New arg specifying packages to show.
13645         (package-menu-refresh, package-menu-execute, list-packages):
13646         Callers changed.
13647         (package-show-package-list): New function, replacing deleted
13648         package--list-packages (renamed because it is non-internal).
13650         * finder.el (finder-list-matches): Use package-show-package-list
13651         instead of deleted package--list-packages.
13653         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13654         Based on a previous implementation by Juanma Barranquero (Bug#8366).
13655         (vc-annotate-mode-map): Bind it to RET.
13657 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
13659         * progmodes/etags.el (next-file): Don't use set-buffer to change
13660         buffers (Bug#8478).
13662 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
13664         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13666         * apropos.el (apropos-label-face): Avoid variable-pitch face.
13667         (apropos-accumulator): Doc fix.
13668         (apropos-function, apropos-macro, apropos-command)
13669         (apropos-variable, apropos-face, apropos-group, apropos-widget)
13670         (apropos-plist): Add face property.
13671         (apropos-symbols-internal): Fix indentation.
13672         (apropos-print): Simplify help, and recognize apropos-multi-type.
13673         (apropos-print-doc): Use button-type-get to extract the button's
13674         face property.  Fill docstring (Bug#8352).
13676 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
13678         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13680         * play/mpuz.el (mpuz-silent): Doc fix.
13681         (mpuz-mode-map): Use mapc.
13682         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13683         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13684         Fix typos in docstrings.
13686         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13687         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13689         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13691 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
13693         * minibuffer.el (completion--do-completion): Avoid the "Next char
13694         not unique" prompt if icomplete-mode is enabled (Bug#5849).
13696         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13697         mouse-2 into unread-command-events, it is interpreted correctly.
13699         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
13700         (image-toggle-display): Doc fix.
13702 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
13704         * textmodes/page.el (what-page): Use line-number-at-pos to
13705         calculate line number (Bug#6825).
13707 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
13709         * eshell/esh-mode.el (find-tag-interactive): Declare function.
13710         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13711         Pass argument NO-DEFAULT to `find-tag-interactive'.
13713 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
13715         Lexical-binding cleanup.
13717         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13718         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13719         * progmodes/ada-prj.el (ada-prj-initialize-values)
13720         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13721         (ada-prj-show-value):
13722         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13723         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13724         (antlr-invalidate-context-cache, antlr-options-menu-filter)
13725         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13726         * progmodes/bug-reference.el (bug-reference-push-button):
13727         * progmodes/fortran.el (fortran-line-length):
13728         * progmodes/glasses.el (glasses-change):
13729         * progmodes/octave-mod.el (octave-fill-paragraph):
13730         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
13731         (python-pdbtrack-grub-for-buffer, python-sentinel):
13732         * progmodes/sql.el (sql-save-connection):
13733         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
13734         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
13735         Mark unused parameters.
13737         * progmodes/compile.el (compilation--flush-directory-cache)
13738         (compilation--flush-parse, compile-internal): Mark unused parameters.
13739         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
13740         (compilation-next-error-function): Remove unused variable `timestamp'.
13742         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
13743         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
13745         * progmodes/dcl-mode.el (dcl-end-of-command):
13746         Remove unused variable `start'.
13747         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
13748         (dcl-option-value-basic, dcl-option-value-offset)
13749         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
13750         Mark unused parameters.
13751         (dcl-save-local-variable): Remove unused variable `val'.
13752         (mode): Declare.
13754         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
13755         Mark unused parameters.
13756         (delphi-ignore-changes): Move before first use.
13757         (delphi-charset-token-at): Remove unused variable `start'.
13758         (delphi-else-start): Remove unused variable `if-count'.
13759         (delphi-comment-block-start, delphi-comment-block-end):
13760         Remove unused variable `kind'.
13761         (delphi-indent-line): Remove unused variable `new-point'.
13763         * progmodes/ebrowse.el (ebrowse-files-list)
13764         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
13765         Mark unused parameters.  Don't quote `lambda'.
13766         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
13767         Don't quote `lambda'.
13768         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
13769         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
13770         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
13771         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
13772         Use `ignore-errors'.
13773         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
13774         (ebrowse-view/find-file-and-search-pattern)
13775         (ebrowse-view/find-member-declaration/definition):
13776         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
13777         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
13778         Rename parameter PREFIX-ARG to PREFIX.
13779         (ebrowse-tags-read-name): Remove unused variables `start' and
13780         `member-info'.
13781         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
13782         to `tags-file'.
13784         * progmodes/etags.el (local-find-tag-hook): Declare.
13785         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
13786         Mark unused parameters.
13788         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
13789         (executable-interpret): Mark unused parameter.
13791         * progmodes/flymake.el (flymake-process-sentinel)
13792         (flymake-after-change-function)
13793         (flymake-create-temp-with-folder-structure)
13794         (flymake-get-include-dirs-dot): Mark unused parameters.
13795         (flymake-safe-delete-directory): Remove unused variable `err'.
13797         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
13798         (speedbar-timer-fn, speedbar-line-text)
13799         (speedbar-change-expand-button-char, speedbar-delete-subblock)
13800         (speedbar-center-buffer-smartly): Declare functions.
13801         (gdb-find-watch-expression): Remove unused variable `array'.
13802         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
13803         (gdb-starting): Mark unused parameters.
13804         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
13805         (gdb-table-string): Remove unused variable `res'.
13806         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
13807         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
13808         (gdb-display-buffer): Remove unused variable `cur-size'.
13810         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
13811         allow lexical-binding compilation.
13812         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
13813         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
13814         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
13815         Mark unused parameters.
13816         (gud-gdb-marker-filter): Remove unused variable `match'.
13817         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
13818         lambda expressions and funcall them, instead of using `fset'.
13820         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
13821         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
13823         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
13824         variable `header-beg'; use `let'.
13826         * progmodes/icon.el (indent-icon-exp): Remove unused variables
13827         `restart', `last-sexp' and `at-do'.
13829         * progmodes/js.el (js--debug): Mark unused parameter.
13830         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
13831         (js--splice-into-items): Remove unused variable `item'.
13832         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
13834         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
13835         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
13836         (makefile-complete): Remove unused variable `try'.
13837         (makefile-fill-paragraph, makefile-match-function-end):
13838         Mark unused parameters.
13840         * progmodes/octave-inf.el (inferior-octave-complete):
13841         Remove unused variable `proc'.
13842         (inferior-octave-output-digest): Mark unused parameter.
13844         * progmodes/perl-mode.el (perl-calculate-indent):
13845         Remove unused variable `err'.
13847         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
13848         (prolog-indent-line): Mark unused parameters.
13849         (prolog-indent-line): Remove unused variable `beg'.
13851         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
13852         (reporter-dont-compact-list): Declare.
13854         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
13855         Remove unused variable `char'.
13856         (sh-debug): Mark unused parameter.
13857         (sh-get-indent-info): Remove unused variable `start'.
13858         (sh-calculate-indent): Remove unused variable `var'.
13860         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
13861         (simula-electric-keyword): Remove unused variable `null'.
13862         (simula-search-backward, simula-search-forward): Remove unused
13863         variables `begin' and `end'.
13865         * progmodes/vera-mode.el (vera-guess-basic-syntax):
13866         Remove unused variable `pos'.
13867         (vera-electric-tab, vera-comment-uncomment-region):
13868         Mark unused parameters.
13869         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
13871 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
13873         * emacs-lisp/package.el (package--builtins, package-alist)
13874         (package-load-descriptor, package-built-in-p, package-activate)
13875         (define-package, package-installed-p)
13876         (package-compute-transaction, package-buffer-info)
13877         (package--push): Doc fix.  Distinguish more clearly between
13878         version strings and version lists.
13880 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
13882         Lexical-binding cleanup.
13884         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
13885         (5x5-make-mutate-best):
13886         * play/fortune.el (fortune-in-buffer):
13887         * play/gomoku.el (gomoku-init-display):
13888         * play/solitaire.el (solitaire, solitaire-do-check):
13889         * play/tetris.el (tetris-default-update-speed-function):
13890         Mark unused parameters.
13892         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
13893         (bubbles--shift): Remove unused variable `char-org'.
13894         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
13895         (bubbles--show-images): Remove unused variable `char'.
13897         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
13898         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
13899         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
13900         (decipher-analyze-buffer): Use ?\s.
13901         (decipher-make-checkpoint): Remove unused variable `mapping'.
13903         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
13905         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13906         Remove unused variable `result'; use `let'.
13908         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
13909         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
13910         (gametree-children-shown-p, gametree-compute-reduced-score):
13911         Use `ignore-errors'.
13913         * play/handwrite.el (ps-lpr-switches): Declare.
13914         (handwrite): Remove unused variables `pmin' and `lastp'.
13916         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
13918         * play/landmark.el (landmark-init-display)
13919         (landmark-update-naught-weights): Mark unused parameters.
13920         (landmark-y): Remove unused variable `noise'.  Simplify.
13921         (landmark-human-plays): Remove unused variable `score'.
13923         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
13924         (mpuz-try-proposal): Remove unused variable `game'.
13926         * play/zone.el (life-patterns): Declare.
13928 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
13930         * vc/vc.el (ediff-vc-internal): Declare function.
13932 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13934         * shell.el: Use lexical-binding and std completion UI.
13935         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
13936         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
13937         comint-preoutput-filter-functions rather than on
13938         comint-output-filter-functions.
13939         (shell-command-completion, shell--command-completion-data)
13940         (shell-filename-completion, shell-environment-variable-completion)
13941         (shell-c-a-p-replace-by-expanded-directory): New functions.
13942         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
13943         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
13944         (shell-dynamic-complete-environment-variable): Use them.
13945         (shell-dynamic-complete-as-environment-variable)
13946         (shell-dynamic-complete-as-command): Remove.
13947         (shell-match-partial-variable): Match past point.
13948         * comint.el: Clean up use of completion-at-point-functions.
13949         (comint-completion-at-point): New function.
13950         (comint-mode): Use it completion-at-point-functions.
13951         (comint-dynamic-complete): Make it obsolete.
13952         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
13953         (comint-c-a-p-replace-by-expanded-history): New function.
13954         (comint-dynamic-complete-functions)
13955         (comint-replace-by-expanded-history): Use it.
13956         * minibuffer.el (completion-table-with-terminator): Allow dynamic
13957         termination strings.  Try harder to avoid second try-completion.
13958         (completion-in-region-mode-map): Disable bindings that don't work yet.
13960         * comint.el: Use lexical-binding.  Require CL.
13961         (comint-dynamic-complete-functions): Use comint-filename-completion.
13962         (comint-completion-addsuffix): Tweak custom type.
13963         (comint-filename-completion, comint--common-suffix)
13964         (comint--common-quoted-suffix, comint--table-subvert)
13965         (comint--complete-file-name-data): New functions.
13966         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
13967         (comint-dynamic-list-filename-completions): Use them.
13968         (comint-dynamic-simple-complete): Make obsolete.
13970         * minibuffer.el (completion-in-region-mode):
13971         Keep completion-in-region-mode--predicate global.
13972         (completion-in-region--postch):
13973         Assume completion-in-region-mode--predicate is not null.
13975         * progmodes/flymake.el (flymake-start-syntax-check-process):
13976         Obey `dir'.  Simplify.
13978         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
13979         we're in VC after all.
13981 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
13983         * vc/vc.el (vc-diff-build-argument-list-internal)
13984         (vc-version-ediff, vc-ediff): New commands.
13985         (vc-version-diff): Use vc-diff-build-argument-list-internal.
13987 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
13990         add sanity check.
13992         * obsolete/erc-hecomplete.el: Make obsolete.
13993         * obsolete/: Standardize obsolescence info in the header.
13995 2011-04-20  Glenn Morris  <rgm@gnu.org>
13997         * calendar/solar.el (solar-horizontal-coordinates):
13998         Use the longitude argument rather than `calendar-longitude'.
13999         (solar-date-next-longitude): Remove unused locals.
14001 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14003         * whitespace.el: New version 13.2.1.
14005 2011-04-20  felix  <EmacsWiki>  (tiny change)
14007         * whitespace.el (global-whitespace-mode): Keep highlight when
14008         switching between major modes on a file.
14010 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14012         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14013         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14014         multi-line comments as well.
14016 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
14018         Lexical-binding cleanup.
14020         * arc-mode.el (archive-mode-revert):
14021         * cmuscheme.el (scheme-interactively-start-process):
14022         * custom.el (custom-initialize-delay):
14023         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14024         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14025         * emacs-lock.el (emacs-lock-clear-sentinel):
14026         * ezimage.el (defezimage):
14027         * follow.el (follow-avoid-tail-recenter):
14028         * fringe.el (set-fringe-mode-1):
14029         * generic-x.el (bat-generic-mode-compile):
14030         * help-mode.el (help-info-variable, help-do-xref)
14031         (help-mode-revert-buffer):
14032         * help.el (view-emacs-todo):
14033         * iswitchb.el (iswitchb-completion-help):
14034         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14035         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14036         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14037         * locate.el (locate-update):
14038         * longlines.el (longlines-encode-region)
14039         (longlines-after-change-function):
14040         * outline.el (outline-isearch-open-invisible):
14041         * ps-def.el (declare-function, charset-dimension, char-width)
14042         (encode-char):
14043         * ps-mule.el (ps-mule-plot-string):
14044         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14045         (recentf-edit-list-select, recentf-edit-list-validate)
14046         (recentf-open-files-action):
14047         * rect.el (delete-whitespace-rectangle-line)
14048         (rectangle-number-line-callback):
14049         * register.el (window-configuration-to-register)
14050         (frame-configuration-to-register):
14051         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14052         * select.el (xselect-convert-to-string, xselect-convert-to-length)
14053         (xselect-convert-to-targets, xselect-convert-to-delete)
14054         (xselect-convert-to-filename, xselect-convert-to-charpos)
14055         (xselect-convert-to-lineno, xselect-convert-to-colno)
14056         (xselect-convert-to-os, xselect-convert-to-host)
14057         (xselect-convert-to-user, xselect-convert-to-class)
14058         (xselect-convert-to-name, xselect-convert-to-integer)
14059         (xselect-convert-to-atom, xselect-convert-to-identity):
14060         * subr.el (declare, ignore, process-kill-without-query)
14061         (text-clone-maintain):
14062         * terminal.el (te-get-char, te-tic-sentinel):
14063         * tool-bar.el (tool-bar-make-keymap):
14064         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14065         * type-break.el (type-break-mode, type-break-noninteractive-query):
14066         * view.el (View-back-to-mark):
14067         * wid-browse.el (widget-browse-action, widget-browse-widget)
14068         (widget-browse-widgets, widget-browse-sexp):
14069         * widget.el (define-widget-keywords):
14070         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14071         Mark unused parameters.
14073         * align.el (align-adjust-col-for-rule): Mark unused parameter.
14074         (align-areas): Remove unused variable `look'.
14075         (align-region): Remove unused variables `real-end' and `pos-list'.
14077         * apropos.el (apropos-score-doc): Remove unused variable `i'.
14079         * bindings.el (mode-line-modified, mode-line-remote):
14080         Mark unused parameters.
14081         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14083         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14084         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14086         * comint.el (comint-history-isearch-pop-state)
14087         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14088         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14089         (comint-substitute-in-file-name): Doc fix.
14091         * completion.el (cmpl-statistics-block): Mark unused parameter.
14092         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14093         (save-completions-to-file, load-completions-from-file):
14094         Remove unused local variable `e'.
14096         * composite.el (compose-chars): Remove unused variable `len'.
14097         (lgstring-insert-glyph): Remove unused variable `g'.
14098         (compose-glyph-string): Remove unused variables `ascent',
14099         `descent', `lbearing' and `rbearing'.
14100         (compose-glyph-string-relative): Remove unused variables
14101         `lbearing', `rbearing' and `wadjust'.
14102         (compose-gstring-for-graphic): Remove unused variables `header',
14103         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
14104         (compose-gstring-for-terminal): Remove unused variables `header'
14105         and `nchars'.  Use `let', not `let*'.
14107         * cus-edit.el (Custom-set, Custom-save, custom-reset)
14108         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14109         (Custom-buffer-done, custom-buffer-create-internal)
14110         (custom-browse-visibility-action, custom-browse-group-tag-action)
14111         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14112         (widget-magic-mouse-down-action, custom-toggle-parent)
14113         (custom-add-parent-links, custom-toggle-hide-variable)
14114         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14115         (custom-toggle-hide-face, face, hook, custom-group-link-action)
14116         (custom-face-menu-create, custom-variable-menu-create, get)
14117         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14118         (custom-reset-standard-save-and-update): Remove unused variable `value'.
14119         (customize-apropos): Remove unused variable `tests'.
14120         (custom-group-value-create): Remove unused variable `hidden-p'.
14121         (sort-fold-case): Declare.
14123         * cus-theme.el (custom-reset-standard-faces-list)
14124         (custom-reset-standard-variables-list): Declare.
14125         (customize-create-theme, custom-theme-revert, custom-theme-write)
14126         (custom-theme-choose-mode, customize-themes, custom-theme-save):
14127         Mark unused parameters.
14129         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14131         * delim-col.el (delimit-columns-max): Move defvar before first use.
14133         * descr-text.el (describe-char-categories): Don't quote `lambda'.
14134         (describe-char): Don't quote `lambda'.  Mark unused parameter.
14136         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14137         (auto-insert): Declare.
14138         (desktop-restore-file-buffer): Rename desktop-* parameters;
14139         mark unused ones.
14140         (desktop-create-buffer): Rename desktop-* parameters and bind them.
14141         (desktop-buffer): Rename desktop-* parameters.
14143         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14144         (dframe-reposition-frame-xemacs, dframe-help-echo)
14145         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14146         Mark unused parameters.
14148         * dired-aux.el (backup-extract-version-start, overwrite-query)
14149         (overwrite-backup-query, rename-regexp-query)
14150         (rename-non-directory-query): Declare.
14151         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14152         (dired-add-entry): Remove unused variable `orig-file-name'.
14153         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14154         Use parameter PRESERVE-TIME instead of accessing dynamic variable
14155         `dired-copy-preserve-time' directly.
14156         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14157         (dired-insert-subdir-newpos): Rename unused variable `pos'.
14159         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14160         (dired-virtual-revert, dired-make-relative-symlink):
14161         Mark unused parameters.
14162         (manual-program): Declare.
14163         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14164         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14165         wrapped in `with-no-warnings' to avoid replacing one warning by another.
14167         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14169         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14171         * echistory.el (electric-history-in-progress, Helper-return-blurb):
14172         Declare.
14174         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14176         * electric.el (Electric-command-loop): Rename parameter
14177         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14179         * expand.el (expand-in-literal): Remove unused variable `here'.
14181         * facemenu.el (facemenu-add-new-color):
14182         Remove unused variable `docstring'.
14184         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14185         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14186         (face-attr-construct): Mark unused parameter.  Doc fix.
14187         (read-color): Remove unused variable `hex-string'.
14189         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14190         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14191         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14192         (display-buffer-other-frame): Remove unused variable `old-window'.
14193         (kill-buffer-hook): Declare.
14194         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14195         Mark unused parameters.
14196         (after-find-file): Pass 1 to `auto-save-mode', not t.
14198         * files-x.el (auto-insert): Declare.
14199         (modify-file-local-variable-prop-line): Remove unused variable `val'.
14201         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
14202         variable `buf'.  Mark unused parameter.
14203         (find-lisp-insert-directory): Mark unused parameter.
14205         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14206         (format-encode-region): Remove unused variables `cur-buf' and `result'.
14207         (format-common-tail): Remove, unused.
14208         (format-deannotate-region): Remove unused variable `loc'.
14209         (format-annotate-region): Remove unused variable `p'.
14210         (format-annotate-single-property-change): Remove unused variables
14211         `default' and `tail'.
14213         * forms.el (read-file-filter): Declare.
14214         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14216         * frame.el (frame-creation-function-alist): Mark unused parameter.
14217         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14219         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14220         Remove unused parameters.
14221         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14222         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14224         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14225         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14226         (hfy-prepare-tag-map): Mark unused parameters.
14227         (htmlfontify-buffer): Use `called-interactively-p'.
14229         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14230         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14231         (ibuffer-do-occur): Mark unused parameters.
14232         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14233         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14235         * ibuffer.el: Don't quote `lambda'.
14236         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14237         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14238         Mark unused parameters.
14240         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14241         (ido-completing-read): Mark unused parameters.
14242         (ido-copy-current-word): Mark unused parameters;
14243         remove unused variable `name'.
14244         (ido-sort-merged-list): Remove unused parameter `dirs'.
14246         * ielm.el (ielm-input-sender): Mark unused parameter.
14247         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14248         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14249         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14250         `ielm-string' as a dynamic variable accessible from the IELM prompt.
14251         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
14253         * image-dired.el (image-dired-display-thumbs): Remove unused
14254         variables `curr-file' and `count'.
14255         (image-dired-remove-tag): Remove unused variable `start'.
14256         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14257         variable `curr-file'
14258         (image-dired-rotate-original): Remove unused variable `temp-file'.
14259         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14260         Remove unused variable `file'.
14261         (image-dired-gallery-generate): Remove unused variable `curr'.
14262         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14264         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14266         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14268         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14270         * isearch.el (minibuffer-history-symbol): Declare.
14271         (isearch-edit-string): Remove unused variable `err'.
14272         (isearch-message-prefix, isearch-message-suffix):
14273         Mark unused parameters.
14275         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14277         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14279         * makesum.el (double-column): Remove unused variable `cnt'.
14281         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14282         (ido-ignore-item-temp-list): Declare.
14284         * mouse-drag.el (mouse-drag-throw): Remove unused variables
14285         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14286         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14287         (mouse-drag-drag): Remove unused variables `mouse-delta' and
14288         `mouse-col-delta'.
14290         * mouse-sel.el (mouse-extend-internal):
14291         Remove unused variable `orig-window-frame'.
14293         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14294         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14295         Move declarations before first use.
14296         (pcomplete-opt): Mark unused parameters; doc fix.
14298         * proced.el (proced-revert): Mark unused parameter.
14299         (proced-send-signal): Remove unused variable `err'.
14301         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14302         Rename parameter PREFIX-ARG to ARG.
14303         (ps-basic-plot-string, ps-basic-plot-whitespace):
14304         Mark unused parameters.
14306         * replace.el (replace-count): Define.
14307         (occur-revert-function): Mark unused parameters.
14308         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14309         (isearch-case-fold-search, isearch-string): Declare.
14310         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14311         bind `case-fold-search'.  Remove unused variables `beg' and `end',
14312         and simplify.
14313         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14314         COUNT and bind `replace-count'.
14315         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14316         to COUNT.
14318         * savehist.el (print-readably, print-string-length): Declare.
14320         * shadowfile.el (shadow-expand-cluster-in-file-name):
14321         Remove unused variable `cluster'.
14322         (shadow-copy-file): Remove unused variable `i'.
14323         (shadow-noquery, shadow-clusters, shadow-site-cluster)
14324         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14325         (shadow-define-literal-group, shadow-define-regexp-group)
14326         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14328         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14329         (shell): Use `called-interactively-p'.
14330         (shell-directory-tracker): Remove unused variable `chdir-failure'.
14332         * simple.el (compilation-context-lines, comint-file-name-quote-list)
14333         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14334         (delete-backward-char): Remove unused variable `ocol'.
14335         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14336         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14337         (event-apply-hyper-modifier, event-apply-shift-modifier)
14338         (event-apply-control-modifier, event-apply-meta-modifier):
14339         Mark unused parameters.
14340         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14341         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14343         * speedbar.el (speedbar-ignored-directory-expressions)
14344         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14345         (speedbar-find-file, speedbar-dir-follow)
14346         (speedbar-directory-buttons-follow, speedbar-tag-find)
14347         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14348         (speedbar-buffers-line-directory, speedbar-buffer-click):
14349         Mark unused parameters.
14350         (speedbar-tag-file): Remove unused variable `mode'.
14351         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14353         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14355         * talk.el (talk): Remove unused variable `display'.
14357         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14358         (tar-write-region-annotate): Mark unused parameter.
14360         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14361         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14362         Declare them, wrapped in `with-no-warnings' to avoid replacing one
14363         warning by another.
14365         * time-stamp.el (time-stamp-string-preprocess):
14366         Remove unused variable `require-padding'.
14368         * tree-widget.el (widget-glyph-enable): Declare.
14369         (tree-widget-action): Mark unused parameter.
14371         * w32-fns.el (x-get-selection): Mark unused parameter.
14372         (autoload-make-program, generated-autoload-file): Declare.
14374         * wdired.el (wdired-revert): Mark unused parameters.
14375         (wdired-xcase-word): Remove unused variable `err'.
14377         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14378         (whitespace-help-scroll): Remove unused variable `data-help'.
14380         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14381         (widget-image-insert, widget-after-change, default)
14382         (widget-default-format-handler, widget-default-notify)
14383         (widget-default-prompt-value, widget-info-link-action)
14384         (widget-url-link-action, widget-function-link-action)
14385         (widget-variable-link-action, widget-file-link-action)
14386         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14387         (widget-field-prompt-internal, widget-field-action, widget-field-match)
14388         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14389         (widget-insert-button-action, widget-delete-button-action, visibility)
14390         (widget-documentation-link-action, widget-documentation-string-action)
14391         (widget-const-prompt-value, widget-regexp-match, symbol)
14392         (widget-coding-system-prompt-value)
14393         (widget-key-sequence-value-to-external, sexp)
14394         (widget-sexp-value-to-internal, character, vector, cons)
14395         (widget-choice-prompt-value, widget-boolean-prompt-value)
14396         (widget-color--choose-action): Mark unused parameters.
14397         (widget-item-match-inline, widget-choice-match-inline)
14398         (widget-checklist-match, widget-checklist-match-inline)
14399         (widget-group-match): Rename parameter VALUES to VALS.
14400         (widget-field-value-set): Remove unused variable `size'.
14401         (widget-color-action): Remove unused variables `value' and `start'.
14403         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
14404         variable `dir'.  Doc fix.
14405         (windmove-find-other-window): Don't pass it.
14407         * window.el (count-windows): Mark unused parameter.
14408         (bw-adjust-window): Remove unused variable `err'.
14410         * woman.el (woman-file-name): Remove unused variable `default'.
14411         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14412         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14413         (global-font-lock-mode): Declare.
14414         (woman-decode-region): Mark unused parameter.
14415         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14417         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14418         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14419         (x-dnd-handle-moz-url): Remove unused variable `title'.
14420         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14422         * xml.el (xml-parse-tag, xml-parse-attlist):
14423         Remove unused variable `pos'.
14425 2011-04-19  Glenn Morris  <rgm@gnu.org>
14427         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14428         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14429         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14430         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14431         * calendar/cal-html.el (cal-html-insert-minical):
14432         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14433         (calendar-mark-date-pattern):
14434         Prefix "unused" locals.
14436         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14437         optional argument `style'.
14439         * calendar/appt.el (appt-make-list):
14440         * calendar/cal-china.el (calendar-chinese-date-string):
14441         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14442         (diary-hebrew-yahrzeit):
14443         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14444         * calendar/calendar.el (calendar-generate-window):
14445         * calendar/time-date.el (time-to-days):
14446         Remove unused local variables.
14448 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
14450         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14451         glyphless-char-display table.
14452         (tabulated-list-glyphless-char-display): New var.
14454 2011-04-18  Sam Steingold  <sds@gnu.org>
14456         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14457         to acknowledgments.
14459 2011-04-17  Glenn Morris  <rgm@gnu.org>
14461         * calendar/diary-lib.el (diary-sexp-entry):
14462         * calendar/holidays.el (holiday-sexp):
14463         Set debug-on-error rather than the removed stack-trace-on-error.
14465 2011-04-16  Glenn Morris  <rgm@gnu.org>
14467         * progmodes/f90.el: Use lexical-binding.
14468         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14470 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14472         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14473         (mail-mode): Setup mailalias completion here instead.
14474         * mail/mailalias.el: Use lexical-binding.
14475         (pattern, mailalias-done): Declare dynamic.
14476         (mail-completion-at-point-function): New function, from mail-complete.
14477         (mail-complete): Use it.
14478         (mail-completion-expand): New function.
14479         (mail-get-names): Use it.
14480         (mail-directory, mail-directory-process, mail-directory-stream):
14481         Don't use `pattern' for lexically bound arg.
14483         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14485         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14486         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14487         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14489         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14490         (byte-save-window-excursion, byte-temp-output-buffer-setup)
14491         (byte-interactive-p): Define them again, for use when inlining
14492         old code.
14494 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
14496         * loadup.el: Use `string-to-number', not `string-to-int'.
14498 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14500         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14501         gud-gdb-complete-command.
14502         (gud-gdb-completions): New function, from gud-gdb-complete-command.
14503         (gud-gdb-completion-at-point): New function.
14504         (gud-gdb-completions): Remove.
14506 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
14508         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14509         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
14510         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14511         whether `executable-find' is bound.
14513         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14515 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14517         * minibuffer.el (completion-in-region-mode-predicate)
14518         (completion-in-region-mode--predicate): New vars.
14519         (completion-in-region, completion-in-region--postch)
14520         (completion-in-region-mode): Use them.
14521         (completion--capf-wrapper): Also return the hook function.
14522         (completion-at-point, completion-help-at-point):
14523         Adjust and provide a predicate.
14525         Preserve arg names for advice of subr and lexical functions (bug#8457).
14526         * help-fns.el (help-function-arglist): Consolidate the subr and
14527         new-byte-code cases.  Add argument `preserve-names' to extract names
14528         from the docstring when needed.
14529         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14530         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14531         (ad-arglist): Use help-function-arglist's new arg.
14532         (ad-definition-type): Use cond.
14534 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
14536         * autorevert.el (auto-revert-handler):
14537         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14538         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14539         Don't quote lambda.
14541         * image-mode.el (image-transform-set-scale):
14542         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14544 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546         * net/network-stream.el (network-stream-open-starttls): Only do
14547         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
14548         Upgrades via gnutls-cli are too slow to be done opportunistically.
14550 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
14552         * dframe.el (dframe-current-frame): Remove spurious quote.
14554 2011-04-12  Glenn Morris  <rgm@gnu.org>
14556         * calendar/cal-tex.el (cal-tex-end-document):
14557         Try to automatically use latin1 input if needed.
14559         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14560         Don't try to cons a mark onto an empty element.
14562 2011-04-11  Leo Liu  <sdl.web@gmail.com>
14564         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14565         buffers.
14566         (ido-kill-buffer-at-head): Support killing virtual buffers.
14568 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
14570         * minibuffer.el (completion-show-inline-help): New var.
14571         (completion--do-completion, minibuffer-complete)
14572         (minibuffer-force-complete, minibuffer-complete-word):
14573         Inhibit minibuffer messages if completion-show-inline-help is nil.
14575         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14576         to avoid interference from inline help (Bug#5849).
14578 2011-04-10  Leo Liu  <sdl.web@gmail.com>
14580         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14581         Fix typo.
14583 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
14585         * image-mode.el (image-toggle-display-image): Signal an error if
14586         not in Image mode.
14587         (image-transform-mode, image-transform-resize)
14588         (image-transform-set-rotation): Doc fix.
14589         (image-transform-set-resize): Delete.
14590         (image-transform-set-scale, image-transform-fit-to-height)
14591         (image-transform-fit-to-width): Handle image-toggle-display-image
14592         and image-transform-resize directly.
14594 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
14596         * doc-view.el (doc-view-fit-width-to-window)
14597         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14598         New functions for fitting the shown image to the Emacs window size.
14599         (doc-view-mode-map): Add bindings for the new functions.
14601 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
14603         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
14604         Fix typo in docstring.
14606 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
14608         * files.el (file-size-human-readable): Produce one digit after
14609         decimal, like "ls -lh" does.
14611         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14612         the file size representation.
14614         * simple.el (list-processes): If async subprocesses are not
14615         available, error out with a clear error message.
14617 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
14619         * help.el (help-form-show): New function, to be called from C.
14620         Put help-form output in a buffer named differently than *Help*.
14622 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
14624         * files.el (file-size-human-readable): New function.
14626         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14627         computing the representation inline.  Don't require `cl'.
14629 2011-04-08  Glenn Morris  <rgm@gnu.org>
14631         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14633         * net/browse-url.el (browse-url-firefox):
14634         Test system-type, not system-configuration.
14636         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14637         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14638         Use log-edit-empty-buffer-p.  (Bug#7598)
14640         * net/rlogin.el (rlogin-process-connection-type): Simplify.
14641         (rlogin-mode-map): Initialize in the defvar.
14642         (rlogin): Use ignore-errors.
14644         * replace.el (occur-mode-map): Some fixes for menu items.
14646 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14648         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
14650 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
14652         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14653         issuing unused warnings.
14655         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14656         macro directly.
14658         * simple.el: Lisp reimplement of list-processes.  Based on an
14659         earlier reimplementation by Leo Liu, but using tabulated-list.el.
14660         (process-menu-mode): New major mode.
14661         (list-processes--refresh, list-processes):
14662         (process-menu-visit-buffer): New functions.
14664         * files.el (save-buffers-kill-emacs): Don't assume any return
14665         value of list-processes, which is undocumented anyway.
14667 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
14669         * emacs-lisp/tabulated-list.el: New file.
14671         * emacs-lisp/package.el: Use Tabulated List mode.
14672         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14673         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
14674         table format using Tabulated List mode variables.
14675         (package--push): New macro, replacing package-list-maybe-add.
14676         (package-menu--generate): Use package--push.  Renamed from
14677         package--generate-package-list.
14678         (package-menu-refresh, list-packages): Use it.
14679         (package-menu--print-info): Rename from package-print-package.
14680         Return insertion data instead of inserting it directly.
14681         (package-menu-describe-package, package-menu-execute):
14682         Use tabulated-list-get-id.
14683         (package-menu-mark-delete, package-menu-mark-install)
14684         (package-menu-mark-unmark, package-menu-backup-unmark)
14685         (package-menu-mark-obsolete-for-deletion):
14686         Use tabulated-list-put-tag.
14687         (package--list-packages, package-menu-revert)
14688         (package-menu-get-package, package-menu-get-version)
14689         (package-menu-sort-by-column): Functions deleted.
14690         (package-menu-package-list, package-menu-sort-key): Vars deleted.
14691         (package-menu--status-predicate, package-menu--version-predicate)
14692         (package-menu--name-predicate)
14693         (package-menu--description-predicate): Handle arguments in the
14694         Tabulated List format.
14695         (package-list-packages-no-fetch): Call list-packages.
14697 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
14699         * files.el (after-find-file-from-revert-buffer): Remove variable.
14700         (after-find-file): Don't bind it.
14701         (revert-buffer-in-progress-p): New variable.
14702         (revert-buffer): Bind it.
14703         Pass nil for `after-find-file-from-revert-buffer'.
14705         * saveplace.el (save-place-find-file-hook): Use new variable
14706         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14708 2011-04-06  Glenn Morris  <rgm@gnu.org>
14710         * Makefile.in (AUTOGEN_VCS): New variable.
14711         (autoloads): Use $AUTOGEN_VCS.
14713         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14714         * calendar/calendar.el (calendar-mode-map):
14715         Check for toolkit scroll bars.  (Bug#8305)
14717 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
14719         * minibuffer.el (completion-in-region--postch)
14720         (completion-in-region-mode): Remove unnecessary messages.
14722 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
14724         * font-lock.el (font-lock-refresh-defaults):
14725         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14726         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
14728         * info.el (Info-directory-list, Info-read-node-name-2)
14729         (Info-split-parameter-string): Doc fixes.
14730         (Info-virtual-nodes): Reflow docstring.
14731         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
14732         (Info-apropos-toc-nodes, info-finder, Info-get-token)
14733         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
14734         Fix typos in docstrings.
14735         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
14736         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
14737         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
14738         (Info-restore-desktop-buffer): Mark unused parameters.
14739         (Info-directory-find-file, Info-directory-find-node)
14740         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
14741         (Info-virtual-index-find-node, Info-apropos-find-file)
14742         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
14743         Mark unused parameters; fix typos in docstrings.
14744         (Info-virtual-index): Remove unused local variable `nodename'.
14746 2011-04-05  Deniz Dogan  <deniz@dogan.se>
14748         * net/rcirc.el: Update my e-mail address.
14749         (rcirc-mode-map): Remove M-o binding.
14751 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
14753         * startup.el (command-line): Save the cursor's theme-face
14754         directly, instead of using face-override-spec.
14756         * custom.el (load-theme): Minor optimization in assigning faces.
14758 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
14760         * help-fns.el (describe-variable): Complete all variables having
14761         documentation, including keywords.
14762         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
14764 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
14766         Convert to lexical-binding.
14768         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
14769         (bs--get-marked-string, bs--get-modified-string)
14770         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14771         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
14772         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
14774         * ehelp.el (electric-help-execute-extended)
14775         (electric-help-ctrl-x-prefix):
14776         * hexl.el (hexl-revert-buffer-function):
14777         * linum.el (linum-after-change, linum-after-scroll):
14778         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
14780         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
14782 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
14784         * epa-dired.el:
14785         * epa-mail.el:
14786         * epa-hook.el:
14787         * epa-file.el:
14788         * epa.el:
14789         * epg.el: Use lexical binding.
14791 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
14793         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
14795         * textmodes/flyspell.el (flyspell-word): Recognize default
14796         dictionary case for flyspell-mark-duplications-exceptions.
14797         Use regexp matching for languages.
14798         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
14799         default dictionary (Bug#7926).
14801 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
14803         * emacs-lisp/package.el (package--with-work-buffer):
14804         Recognize https URLs.
14806         * net/network-stream.el: Move from gnus/proto-stream.el.
14807         Change prefix to network-stream throughout.
14808         (open-protocol-stream): Merge into open-network-stream, leaving
14809         open-protocol-stream as an alias.  Handle nil BUFFER args.
14811         * subr.el (open-network-stream): Move to net/network-stream.el.
14813 2011-04-02  Glenn Morris  <rgm@gnu.org>
14815         * find-dired.el (find-exec-terminator): New option.
14816         (find-ls-option): Test for -ls support.
14817         (find-ls-subdir-switches): Test for -b in find-ls-option.
14818         (find-dired, find-grep-dired): Doc fixes.
14819         (find-dired): Use find-exec-terminator.
14821         * find-dired.el (find-ls-option, find-ls-subdir-switches)
14822         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
14823         (find-name-arg): Remove purecopy.
14825         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
14826         (grep-compute-defaults): Check for `-exec COMMAND +' support.
14827         Set grep-find-use-xargs, grep-find-command, and grep-find-template
14828         accordingly.  Don't add the null-device if not needed.
14830         * files.el (save-some-buffers): Doc fix.
14832 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
14834         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
14836 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
14838         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
14839         Use `dolist' rather than `mapcar'.
14841 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14843         Add lexical binding.
14845         * subr.el (apply-partially): Use new closures rather than CL.
14846         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
14847         (dolist, dotimes): Use slightly different expansion for lexical code.
14848         (functionp): Move to C.
14849         (letrec): New macro.
14850         (with-wrapper-hook): Use it and apply-partially instead of CL.
14851         (eval-after-load): Preserve lexical-binding.
14852         (save-window-excursion, with-output-to-temp-buffer): Turn them
14853         into macros.
14855         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
14857         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
14858         than the arglist.
14859         (help-add-fundoc-usage): Don't add `Not documented'.
14860         (help-function-arglist): Handle closures, subroutines, and new
14861         byte-code-functions.
14862         (help-make-usage): Remove leading underscores.
14863         (describe-function-1): Handle closures.
14864         (describe-variable): Use special-variable-p for completion.
14866         * files.el (lexical-binding): Declare safe.
14868         * emacs-lisp/pcase.el: Don't use destructuring-bind.
14869         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
14870         (pcase): Add `let' pattern.
14871         Change memoization so it actually works.
14872         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
14873         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
14874         <let>: New case.
14876         * emacs-lisp/macroexp.el: Use lexical binding.
14877         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
14878         Don't convert ' to #' without checking that it's indeed quoting
14879         a lambda.
14881         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
14882         Use eval-sexp-add-defvars.
14883         (eval-sexp-add-defvars): New fun.
14885         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
14887         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
14888         Don't autoload.
14889         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
14890         than the internal `byte-compile-lambda'.
14891         (defmethod): Don't hide code under quotes.
14892         (eieio-defmethod): New `code' argument.
14894         * emacs-lisp/eieio-comp.el: Remove.
14896         * emacs-lisp/edebug.el (edebug-eval-defun)
14897         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
14898         (edebug-toggle): Avoid `eval'.
14900         * emacs-lisp/disass.el (disassemble-internal): Handle new
14901         `closure' objects.
14902         (disassemble-1): Handle new byte codes.
14904         * emacs-lisp/cl.el (pushnew): Silence warning.
14906         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
14907         (cl-byte-compile-throw): Remove.
14908         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
14910         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
14911         closures.
14913         * emacs-lisp/cconv.el: New file.
14915         * emacs-lisp/bytecomp.el: Use lexical binding instead of
14916         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
14917         (byte-compile-initial-macro-environment):
14918         Handle declare-function here.
14919         (byte-compile--lexical-environment): New var.
14920         (byte-stack-ref, byte-stack-set, byte-discardN)
14921         (byte-discardN-preserve-tos): New lap codes.
14922         (byte-interactive-p): Don't use any more.
14923         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
14924         New macros.
14925         (byte-compile-lapcode): Use them and handle new lap codes.
14926         (byte-compile-obsolete): Remove.
14927         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
14928         (byte-compile-arglist-warn): Check late def of inlinable funs.
14929         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
14930         since they should have been expanded by now.
14931         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
14932         (byte-compile-from-buffer): Remove unused second arg.
14933         (byte-compile-preprocess): New function.
14934         (byte-compile-toplevel-file-form): New function to distinguish
14935         file-form calls from outside from file-form calls from hunk-handlers.
14936         (byte-compile-file-form): Simplify.
14937         (byte-compile-file-form-defsubst): Remove.
14938         (byte-compile-file-form-defmumble): Simplify now that
14939         byte-compile-lambda always returns a byte-code-function.
14940         (byte-compile): Preprocess.
14941         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
14942         Remove, not used any more.
14943         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
14944         (byte-compile-make-args-desc): New funs.
14945         (byte-compile-lambda): Handle lexical functions.  Always return
14946         a byte-code-function.
14947         (byte-compile-reserved-constants): New var, to make up room for
14948         closed-over variables.
14949         (byte-compile-constants-vector): Obey it.
14950         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
14951         (byte-compile-macroexpand-declare-function): New function.
14952         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
14953         byte-code-functions.
14954         (byte-compile-form): Check obsolescence here.
14955         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
14956         (byte-compile-variable-ref): Remove.
14957         (byte-compile-dynamic-variable-op): New fun.
14958         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14959         (byte-compile-variable-set): New funs.
14960         (byte-compile-discard): Add 2 args.
14961         (byte-compile-stack-ref, byte-compile-stack-set)
14962         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
14963         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
14964         macroexpand-all instead.
14965         (byte-compile-quote-form): Remove.
14966         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
14967         (byte-compile-bind, byte-compile-unbind): New funs.
14968         (byte-compile-let): Handle let* and lexical binding.
14969         (byte-compile-let*): Remove.
14970         (byte-compile-catch, byte-compile-unwind-protect)
14971         (byte-compile-track-mouse, byte-compile-condition-case):
14972         Handle a new :fun-body form, used for lexical scoping.
14973         (byte-compile-save-window-excursion)
14974         (byte-compile-with-output-to-temp-buffer): Remove.
14975         (byte-compile-defun): Simplify.
14976         (byte-compile-stack-adjustment): New fun.
14977         (byte-compile-out): Use it.
14978         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
14980         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
14981         handler any more.
14983         * emacs-lisp/byte-opt.el: Use lexical binding.
14984         (byte-inline-lapcode): Remove (to bytecomp).
14985         (byte-compile-inline-expand): Pay attention to inlining to/from
14986         lexically bound code.
14987         (byte-compile-unfold-lambda): Don't handle byte-code-functions
14988         any more.
14989         (byte-optimize-form-code-walker): Don't handle save-window-excursion
14990         any more and don't call compiler-macros.
14991         (byte-compile-splice-in-already-compiled-code): Remove.
14992         (byte-code): Don't inline any more.
14993         (disassemble-offset): Receive `bytes' as argument rather than via
14994         dynamic scoping.
14995         (byte-compile-tag-number): Declare before first use.
14996         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
14997         `return' even if make-spliceable.
14998         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
14999         obsolete interactive-p.
15000         (byte-optimize-lapcode): Optimize new lap-codes.
15001         Don't trip up on new form of `byte-constant' lap code.
15003         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15005         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15007         * custom.el (custom-initialize-default, custom-declare-variable):
15008         Use `defvar'.
15010         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15011         New variables.
15012         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15013         (COMPILE_FIRST): Add macroexp and cconv.
15014         * makefile.w32-in: Mirror changes in Makefile.in.
15016         * vc/cvs-status.el:
15017         * vc/diff-mode.el:
15018         * vc/log-edit.el:
15019         * vc/log-view.el:
15020         * vc/smerge-mode.el:
15021         * textmodes/bibtex-style.el:
15022         * textmodes/css.el:
15023         * startup.el:
15024         * uniquify.el:
15025         * minibuffer.el:
15026         * newcomment.el:
15027         * reveal.el:
15028         * server.el:
15029         * mpc.el:
15030         * emacs-lisp/smie.el:
15031         * doc-view.el:
15032         * dired.el:
15033         * abbrev.el: Use lexical binding.
15035 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
15037         * info.el (info-display-manual): New function.
15039 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15041         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15043 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
15045         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
15046         an entry for that server in rcirc-authinfo.  (Bug#8385)
15048 2011-03-31  Glenn Morris  <rgm@gnu.org>
15050         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15052         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15054 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
15056         * progmodes/python.el (python-default-interpreter)
15057         (python-python-command-args, python-jython-command-args)
15058         (python-which-shell, python-which-args, python-which-bufname)
15059         (python-file-queue, python-comint-output-filter-function)
15060         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15061         variables and functions.
15063 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15065         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15066         (completion-in-region-mode): New minor mode.
15067         (completion-in-region): Use it.
15068         (completion-in-region--data, completion-in-region-mode-map): New vars.
15069         (completion-in-region--postch): New function.
15070         (completion--capf-misbehave-funs, completion--capf-safe-funs):
15071         New vars.
15072         (completion--capf-wrapper): New function.
15073         (completion-at-point): Use it to track well-behavedness of
15074         hook functions.
15075         (completion-help-at-point): New command.
15077 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
15079         * vc/add-log.el (add-change-log-entry): Don't use whitespace
15080         syntax class to search for whitespace on a single line
15081         (Message-ID: <4D938140.4030905@redhat.com>).
15083 2011-03-30  Leo Liu  <sdl.web@gmail.com>
15085         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15086         New commands.
15087         (edit-abbrevs-map): Bind them here.
15088         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
15090 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
15092         * allout.el (allout-hide-by-annotation, allout-flag-region):
15093         Reduce possibility of overlay leakage by making them volatile.
15095         * allout-widgets.el (allout-widgets-tally): Define as nil so the
15096         hash is not shared between buffers.  Mode initialization is
15097         responsible for giving it a useful starting value.
15098         (allout-item-span): Reduce possibility of overlay leakage by
15099         making them volatile.
15100         (allout-widgets-count-buttons-in-region): Add diagnostic function
15101         for tracking down button overlay leaks.
15103 2011-03-29  Leo Liu  <sdl.web@gmail.com>
15105         * ido.el (ido-read-internal): Use the default history var
15106         minibuffer-history if no HISTORY is specified.
15108 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
15110         * net/imap.el (imap-shell-open, imap-process-connection-type):
15111         Use imap-process-connection-type for 'shell' streams as well as
15112         Kerberos, SSL, other subprocesses.
15114 2011-03-28  Leo Liu  <sdl.web@gmail.com>
15116         * abbrev.el (abbrev-table-empty-p): New function.
15117         (prepare-abbrev-list-buffer): Place empty abbrev tables after
15118         nonempty ones.  (Bug#5937)
15120 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
15122         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15124 2011-03-27  Leo Liu  <sdl.web@gmail.com>
15126         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15127         for foreground and background colors.
15128         (ansi-color-make-color-map): Adapt.
15130 2011-03-25  Leo Liu  <sdl.web@gmail.com>
15132         * midnight.el (midnight-time-float): Remove.  Note it calculates
15133         the microsecond component incorrectly and seconds-to-time does the
15134         same job.
15135         Remove redundant (require 'timer).
15137         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15138         (ido-completions): Remove unused arguments.  (Bug#8329)
15140 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15142         * minibuffer.el (completion--flush-all-sorted-completions):
15143         Remove itself from hook.
15144         (completion-at-point): Let the functions perform the completion
15145         immediately and return nil or t.
15146         * comint.el (comint-dynamic-complete-functions): Now identical to
15147         completion-at-point-functions.
15148         (comint-dynamic-list-input-ring): Remove unused var `index'.
15149         (comint--match-partial-filename, comint--unquote&expand-filename):
15150         New funs, split from comint-match-partial-filename.
15151         (comint-dynamic-complete): Use completion-at-point.
15152         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15154 2011-03-24  Drew Adams  <drew.adams@oracle.com>
15156         * thingatpt.el: Support `defun'.
15158 2011-03-23  Leo Liu  <sdl.web@gmail.com>
15160         * abbrevlist.el: Move to obsolete/abbrevlist.el.
15162         * help-mode.el (help-mode-finish): Tweak regexp.
15164 2011-03-23  Glenn Morris  <rgm@gnu.org>
15166         * eshell/esh-opt.el (eshell-eval-using-options):
15167         Do not bind unused local variable `eshell-option-stub'.
15169         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15171 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
15173         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15174         keymap variable in `with-no-warnings' to avoid a warning when the
15175         keymap has been already `defconst'ed.
15177 2011-03-22  Leo Liu  <sdl.web@gmail.com>
15179         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15180         encode all chars in abbrevs; otherwise use emacs-mule or
15181         utf-8-emacs.  (Bug#8308)
15183 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
15185         * simple.el (backward-delete-char-untabify):
15186         Avoid warning about using `delete-backward-char'.
15188         * image.el (image-type-file-name-regexps): Make it variable.
15189         `imagemagick-register-types' modifies it, and the user may want
15190         to add new extensions for known image types.
15191         (imagemagick-register-types): Throw error if not using ImageMagick.
15193 2011-03-22  Leo Liu  <sdl.web@gmail.com>
15195         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15196         located before rcirc-prompt-end-marker.
15197         (rcirc-complete): Error if point is not after rcirc prompt.
15198         Handle the case when table is nil.
15199         (rcirc-user-authenticated): Define to fix compiler warning.
15201 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
15203         * custom.el (custom--inhibit-theme-enable): Make it affect only
15204         custom-theme-set-variables and custom-theme-set-faces.
15205         (provide-theme): Ignore custom--inhibit-theme-enable.
15206         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15207         (custom-enabling-themes): Delete variable.
15208         (enable-theme): Accept only loaded themes as arguments.
15209         Ignore the special custom-enabled-themes variable.
15210         (custom-enabled-themes): Forbid themes from setting this.
15211         Eliminate use of custom-enabling-themes.
15212         (custom-push-theme): Quote "changed" custom var entry.
15214 2011-03-21  Leo Liu  <sdl.web@gmail.com>
15216         * ido.el (ido-read-internal): Add ido-selected to history instead
15217         of user input.
15219 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15221         * subr.el (deferred-action-list, deferred-action-function):
15222         Mark obsolete.
15224 2011-03-21  Leo Liu  <sdl.web@gmail.com>
15226         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15227         change on 2011-02-13 (bug#8309).
15229         * minibuffer.el (read-file-name-function): Change default value.
15230         (read-file-name--defaults): Rename from read-file-name-defaults.
15231         (read-file-name-default): Rename from read-file-name.
15232         (read-file-name): Call read-file-name-function.
15234 2011-03-21  Glenn Morris  <rgm@gnu.org>
15236         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15237         Doc fixes.
15239 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
15241         * cus-theme.el: Add missing provide statement.
15242         (customize-create-theme): Extract theme value correctly.
15243         (custom-theme-visit-theme): Autoload.
15244         (customize-create-theme): Prompt before inserting default faces.
15246 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
15248         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15249         units and musical notes.
15251 2011-03-20  Leo Liu  <sdl.web@gmail.com>
15253         * ido.el (ido-read-internal): Use completing-read-default.
15254         (ido-completing-read): Fix compatibility with completing-read.
15256 2011-03-20  Christian Ohler  <ohler@gnu.org>
15258         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15259         (ert-delete-all-tests): Use `called-interactively-p' rather than
15260         `interactive-p'.
15261         (ert--make-xrefs-region): Respect END.
15263 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
15265         * dired-aux.el (dired-create-directory): Signal an error if the
15266         directory already exists (Bug#8246).
15268         * facemenu.el (list-colors-display): Call list-faces-display
15269         inside with-help-window.
15270         (list-colors-print): Use display property to align the final
15271         column, instead of checking window-width.
15273 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
15275         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
15276         windows-nt systems.
15277         (emerge-protect-metachars): Quote correctly for ms-dos and
15278         windows-nt systems.
15280 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
15282         * info.el (info-initialize): Replace all uses of `:' with
15283         path-separator for compatibility with non-Unix systems.
15284         Cache quoting of path-separator.  (Bug#8258)
15286 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
15288         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15289         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15290         (mouse-avoidance-mode): Fix typos in docstrings.
15292 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
15294         * startup.el (package-subdirectory-regexp): Move from package.el.
15295         Omit \\` and \\', and let callers add them.
15297         * emacs-lisp/package.el (package-strip-version)
15298         (package-load-all-descriptors): Add \\` and \\' to
15299         package-subdirectory-regexp before using it.
15300         (package-untar-buffer): New arg DIR; ensure that file untars only
15301         into this expected directory.  Remove superfluous delete-region.
15302         (package-unpack): Caller changed.
15303         (package-tar-file-info): Use package-subdirectory-regexp.
15305 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15307         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15308         diff-mode-shared-map (bug#8284).
15309         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
15311 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15313         * calendar/time-date.el (format-seconds): Use assoc instead of
15314         assoc-string, since assoc-string doesn't exist in XEmacs.
15316 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
15318         * custom.el (custom-known-themes): Reflow docstring.
15319         (custom-theme-load-path): Fix typo in docstring.
15320         (load-theme): Fix typo in error message.
15321         (custom-available-themes, custom-variable-theme-value):
15322         Use `let', not `let*'.
15324 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
15326         * calc/README: Mention inclusion of musical notes.
15328         * calc/calc-units.el (calc-lu-quant): Rename from
15329         `calc-logunits-quantity'.
15330         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15331         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15332         (calc-db): Rename from `calc-dblevel'.
15333         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15334         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15335         (calc-np): Rename from `calc-nplevel'.
15336         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15337         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15338         (calc-lu-plus): Rename from `calc-logunits-add'.
15339         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15340         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15341         (calc-lu-minus): Rename from `calc-logunits-sub'.
15342         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15343         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15344         (calc-lu-times): Rename from `calc-logunits-mul'.
15345         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15346         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15347         (calc-lu-divide): Rename from `calc-logunits-div'.
15348         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15349         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15351         * calc/calc-ext.el (calc-init-extensions): Update the names of the
15352         functions being autoloaded.
15354         * calc/calc.el (calc-lu-power-reference): Rename from
15355         `calc-logunits-power-reference'.
15356         (calc-lu-field-reference): Rename from
15357         `calc-logunits-field-reference'.
15359         * calc/calc-help.el (calc-l-prefix-help):
15360         Mention musical note functions.
15362 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15364         * minibuffer.el (completion-all-sorted-completions):
15365         Use :completion-cycle-penalty text property if present.
15367 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
15369         * allout.el (allout-yank-processing): Adjust for new rebulleting
15370         regime so bullet being yanked is used without prompting the user
15371         for a choice.
15373 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
15375         * startup.el (command-line): Warn the user that _emacs is deprecated.
15377 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
15379         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15380         (delphi-verbose, delphi-comment-face, delphi-string-face)
15381         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15382         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15383         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15384         (delphi-new-comment-line, delphi-font-lock-defaults)
15385         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15386         Fix typos in docstrings.
15388 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
15390         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
15391         Invert the roles of character and string values for INSTEAD, so a
15392         string is used for the more common case of a defaulting prompt.
15394 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15396         * progmodes/ruby-mode.el (ruby-backward-sexp):
15397         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15398         * play/gamegrid.el (gamegrid-make-face):
15399         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15400         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15401         * notifications.el (notifications-notify):
15402         * net/xesam.el (xesam-search-engines):
15403         * net/quickurl.el (quickurl-list-insert):
15404         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15406 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
15408         * startup.el (command-line): Update package subdirectory regexp.
15410 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15412         * allout.el (allout-abbreviate-flattened-numbering)
15413         (allout-mode-deactivate-hook): Fix up obsolescence "date".
15415         * subr.el (read-char-choice): Only show the cursor after the prompt,
15416         not after the answer.
15418 2011-03-15  Kevin Ryde  <user42@zip.com.au>
15420         * help-fns.el (variable-at-point): Skip leading quotes, if any
15421         (bug#8253).
15423 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15425         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15426         warning message.
15428 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
15430         * shell.el (shell): When called interactively, offer to change the
15431         shell file name on remote hosts.
15433 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15435         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15436         integration for LDAP parameters.  The host, base, user or binddn,
15437         and secret tokens can be specified in a netrc file, for instance.
15438         This is optional because an `auth-source' parameter must be
15439         specified in the search attributes.
15441 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
15443         * help.el (describe-mode): Link to the mode's definition (bug#8185).
15445 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15447         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15448         into declaration.  Remove redundant and harmful binding.
15450 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
15452         * files.el (file-ownership-preserved-p): Pass `integer' as an
15453         explicit 2nd argument to `file-attributes'.  If the file's owner
15454         is the Administrators group on Windows, and the current user is
15455         Administrator, consider that a match.
15457         * server.el (server-ensure-safe-dir): Consider server directory
15458         safe on MS-Windows if its owner is the Administrators group while
15459         the current Emacs user is Administrator.  Use `=' to compare
15460         numerical UIDs, since they could be integers or floats.
15462 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
15464         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15466 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
15468         Sync with Tramp 2.2.1.
15470         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15472         * net/trampver.el: Update release number.
15474 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * progmodes/compile.el (compilation--previous-directory): Fix up
15477         various nil/dead-marker mismatches (bug#8014).
15478         (compilation-directory-properties, compilation-error-properties):
15479         Don't call it at a position past the one we're about to change.
15481         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15482         Disable obsolescence warnings in the file that declares it.
15484 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
15486         * allout-widgets.el (allout-widgets-tally):
15487         Initialize allout-widgets-tally as a hash table rather than nil to
15488         prevent mode-line redisplay warnings.  Also, clarify the module
15489         description and fix a comment typo.
15491 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
15493         * help-fns.el (describe-variable): Don't complete keywords.
15494         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15496 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
15498         * emacs-lisp/package.el (package-version-join): Impose a standard
15499         string representation for pre/alpha/beta version lists.
15500         (package-unpack-single): Standardize the directory name by passing
15501         it through package-version-join.
15502         (package-strip-rcs-id): Accept any version string that does not
15503         signal an error in version-to-list.
15505 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
15507         * simple.el (delete-trailing-whitespace): Return nil for the
15508         benefit of `write-file-functions'.
15510 2011-03-10  Glenn Morris  <rgm@gnu.org>
15512         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15514         * vc/vc-git.el (vc-git-program): New option.
15515         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15516         (vc-git--call): Use it.
15518         * eshell/esh-util.el (eshell-condition-case): Doc fix.
15520         * cus-edit.el (Custom-newline): If no button at point, look
15521         for a subgroup button at start-of-line.  (Bug#2298)
15523         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15525 2011-03-10  Julien Danjou  <julien@danjou.info>
15527         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15528         `cursor-type' is nil.
15530 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
15532         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15534 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
15536         * allout.el: Change so yank of distinctive-bullet items
15537         preserves the existing header prefix, rebulleting it if necessary,
15538         rather than replacing it.  This is necessary for proper operation
15539         of cooperative addons like allout-widgets.
15540         (allout-make-topic-prefix, allout-rebullet-heading):
15541         Change SOLICIT arg to INSTEAD, and interpret additionally a string
15542         value as alternate bullet to be used, instead of prompting the user
15543         for a bullet character.
15545 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
15547         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15548         Do not use `tramp-file-name-port', because this returns also
15549         `tramp-default-port'.
15551 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
15553         * net/rcirc.el (rcirc-handler-001): Remove useless
15554         with-rcirc-process-buffer.
15555         (rcirc-check-auth-status): Swap arguments to string-match.
15557 2011-03-09  Glenn Morris  <rgm@gnu.org>
15559         * shell.el (shell-mode):
15560         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
15562         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15563         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
15565 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
15567         * emacs-lisp/package.el (package-refresh-contents)
15568         (package-menu-execute): Use condition-case-no-debug.
15570 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
15572         * simple.el (shell-command-to-string): Use `process-file'.
15574         * emacs-lisp/package.el (package-tar-file-info): Handle also
15575         remote files.
15577         * emacs-lisp/package-x.el (package-upload-buffer-internal):
15578         Use `equal' for upload base check.
15580 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
15582         * textmodes/texinfo.el (texinfo-environments):
15583         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
15585 2011-03-08  Glenn Morris  <rgm@gnu.org>
15587         * cus-start.el (cursor-in-non-selected-windows):
15588         Fix :set quoting oddness.  (Bug#8192)
15590         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15591         in some setf expressions.  (Bug#2159)
15593 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
15595         * custom.el (custom-available-themes): Return themes in
15596         alphabetical order.
15598 See ChangeLog.15 for earlier changes.
15600 ;; Local Variables:
15601 ;; coding: utf-8
15602 ;; End:
15604   Copyright (C) 2011-2012  Free Software Foundation, Inc.
15606   This file is part of GNU Emacs.
15608   GNU Emacs is free software: you can redistribute it and/or modify
15609   it under the terms of the GNU General Public License as published by
15610   the Free Software Foundation, either version 3 of the License, or
15611   (at your option) any later version.
15613   GNU Emacs is distributed in the hope that it will be useful,
15614   but WITHOUT ANY WARRANTY; without even the implied warranty of
15615   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15616   GNU General Public License for more details.
15618   You should have received a copy of the GNU General Public License
15619   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.